![]()
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
config bits to allow for openssl-engine encapsulated keys at configure time
merge -r 3156:3183 branches/leaks -> trunk should be a great big no-op unless you pass extra configure flags, or have openssl configured with engines turned on.
merge -r 2921:2929 branches/avahi -> trunk UIA can now choose between using mdnsresponder (on OSX for example) and avahi (via the avahi-utils packages) on linux. You will need to rerun autoconf and configure after this update. Also includes fixes for the mndsresponder version so that they'll receive avahi broadcasts correctly. the scripts for building packages for ubuntu and the n800's should switch over to avahi now.
newer QT releases on OSX will try to build an xcode project rather than a makefile; tell it to build makefiles instead.
round 2: /var/log/uia/uiarouted.out isn't needed for anything other than uialegacy anymore, which will be... soon
add a configure flag to ask whether we're using a static or dynamic version of qt, and have the n800 default to the static one
big reorg merge: merge -r 1807:1841 branches/reorg branch->trunk
disable the portions of autoconf that depend on built versions of other uia packages, and don't have configure call make anymore. This now restores the usual pattters of ./configure make make install (except that configure still calls autoconf...)
link order correct everywhere now
uia starts compiling now (doesn't link properly yet)
new uianet subtree
new reorg branch
a few configure cleanups: - remove some unused checks - allow python2.5 - provide a --with-python= flag to override, for example if you have python2.5 installed, but it doesn't have the right modules but python2.4 does
nobody complained, so here goes. merge n770 branch -> trunk includes all of -r1159:1199
Fixed configure script to generate BINDIR variable properly, and fixed ctl/main.cc to use it in finding uiamyname.
NOTE: You'll need to re-run misc/setup and configure after this update. UIA Control now runs standalone without a launcher script; 'make install' now installs it as /usr/local/bin/uiactl, and on Mac OS X also places it in /Applications. Can be dragged onto the Dock. Also, debugging messages now go to /var/log/uia/uiactl.log. In the process, I started adding a new named RPC to allow applications to retrieve critical parameters like local host's device EID/devname/owner which is probably really the right way to handle this stuff instead of depending on magic text files and scripts; then uianamed could also notify UIA-aware apps of changes in these parameters. But then I got lazy and just perpetuated the current hacky approach instead.
revert $prefix usage
change EID computation (shouldn't be externally visible)
Now we need to pass Boost's include path into the qmake environment... (Note: re-run misc/setup and configure after updating!)
Check for python and twisted in the configure script, and substitute proper python command name in scripts
more YAM-related build fixes
Set etc directory using --with-confdir= instead of --sysconfdir=
Make UIA's build environment expect the YAM distribution to be in a subdirectory 'yam' in the UIA tree. Also, add configure variables for the systemwide UIA user (UIA_USER), and for the log and run file directories (logdir and rundir).
config script fixes
More README, configure script fixes
First cut at a configure script for UIA - YAM still doesn't have one though.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |