[43074] trunk/dports/net/avahi
blb at macports.org
blb at macports.org
Wed Dec 3 21:24:14 PST 2008
Revision: 43074
http://trac.macports.org/changeset/43074
Author: blb at macports.org
Date: 2008-12-03 21:24:13 -0800 (Wed, 03 Dec 2008)
Log Message:
-----------
net/avahi - version bump to 0.6.23; update launchd plist files to be
disabled by default, which is how it is done with other such items when
using startupitem (aka, consistency is good)
Modified Paths:
--------------
trunk/dports/net/avahi/Portfile
trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff
trunk/dports/net/avahi/files/patch-avahi-utils-Makefile.in-nls.diff
Added Paths:
-----------
trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-daemon.plist.in
trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-dnsconfd.plist.in
Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile 2008-12-04 04:41:00 UTC (rev 43073)
+++ trunk/dports/net/avahi/Portfile 2008-12-04 05:24:13 UTC (rev 43074)
@@ -3,7 +3,7 @@
PortSystem 1.0
name avahi
-version 0.6.22
+version 0.6.23
categories net devel
maintainers nomaintainer
platforms darwin
@@ -23,12 +23,14 @@
homepage http://avahi.org/
master_sites ${homepage}download/
-checksums md5 c84b1a8a23126e188426728710414dc8 \
- sha1 2863bae55a991facc93138ca4660d5b55c846bd1 \
- rmd160 fad35f473a9109c8648e43b0f6f547c32b18e32f
+checksums md5 aab1a304851d8145ea5f6a85c10af9e9 \
+ sha1 54a0d1944e43805886aafccaf5cc3ec567f5cc9e \
+ rmd160 cdb24199bb9d48eba0a98097b4fe5aee94b8367c
patchfiles patch-avahi-common-Makefile.in-nls.diff \
- patch-avahi-utils-Makefile.in-nls.diff
+ patch-avahi-utils-Makefile.in-nls.diff \
+ patch-initscript_darwin_org.freedesktop.avahi-daemon.plist.in \
+ patch-initscript_darwin_org.freedesktop.avahi-dnsconfd.plist.in
post-patch {
# This preprocessor macro causes a lot of things to be undefined inside netinet/in.h system header.
Modified: trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff
===================================================================
--- trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff 2008-12-04 04:41:00 UTC (rev 43073)
+++ trunk/dports/net/avahi/files/patch-avahi-common-Makefile.in-nls.diff 2008-12-04 05:24:13 UTC (rev 43074)
@@ -1,11 +1,11 @@
---- avahi-common/Makefile.in 2007-12-17 09:37:42.000000000 -0600
-+++ avahi-common/Makefile.in 2008-11-10 03:45:49.000000000 -0600
-@@ -555,7 +555,7 @@
+--- avahi-common/Makefile.in.orig 2008-06-23 17:20:29.000000000 -0600
++++ avahi-common/Makefile.in 2008-12-03 22:04:02.000000000 -0700
+@@ -487,7 +487,7 @@
i18n.c i18n.h
libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
-libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(LIBINTL)
- libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+ libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
strlst_test_SOURCES = \
strlst.c strlst.h \
Modified: trunk/dports/net/avahi/files/patch-avahi-utils-Makefile.in-nls.diff
===================================================================
--- trunk/dports/net/avahi/files/patch-avahi-utils-Makefile.in-nls.diff 2008-12-04 04:41:00 UTC (rev 43073)
+++ trunk/dports/net/avahi/files/patch-avahi-utils-Makefile.in-nls.diff 2008-12-04 05:24:13 UTC (rev 43074)
@@ -1,6 +1,6 @@
---- avahi-utils/Makefile.in.orig 2008-01-22 15:46:36.000000000 +0100
-+++ avahi-utils/Makefile.in 2008-01-22 15:48:32.000000000 +0100
-@@ -497,16 +497,16 @@
+--- avahi-utils/Makefile.in.orig 2008-06-23 17:20:32.000000000 -0600
++++ avahi-utils/Makefile.in 2008-12-03 22:06:10.000000000 -0700
+@@ -416,16 +416,16 @@
@HAVE_DBUS_TRUE at avahi_browse_LDADD = $(AM_LDADD) \
@HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
Added: trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-daemon.plist.in
===================================================================
--- trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-daemon.plist.in (rev 0)
+++ trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-daemon.plist.in 2008-12-04 05:24:13 UTC (rev 43074)
@@ -0,0 +1,11 @@
+--- initscript/darwin/org.freedesktop.avahi-daemon.plist.in.orig 2008-06-17 17:13:44.000000000 -0600
++++ initscript/darwin/org.freedesktop.avahi-daemon.plist.in 2008-12-03 22:15:03.000000000 -0700
+@@ -2,6 +2,8 @@
+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+ <plist version="1.0">
+ <dict>
++ <key>Disabled</key>
++ <true/>
+ <key>Label</key>
+ <string>org.freedesktop.avahi-daemon</string>
+ <key>OnDemand</key>
Added: trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-dnsconfd.plist.in
===================================================================
--- trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-dnsconfd.plist.in (rev 0)
+++ trunk/dports/net/avahi/files/patch-initscript_darwin_org.freedesktop.avahi-dnsconfd.plist.in 2008-12-04 05:24:13 UTC (rev 43074)
@@ -0,0 +1,11 @@
+--- initscript/darwin/org.freedesktop.avahi-dnsconfd.plist.in.orig 2008-06-17 17:13:44.000000000 -0600
++++ initscript/darwin/org.freedesktop.avahi-dnsconfd.plist.in 2008-12-03 22:15:24.000000000 -0700
+@@ -2,6 +2,8 @@
+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+ <plist version="1.0">
+ <dict>
++ <key>Disabled</key>
++ <true/>
+ <key>Label</key>
+ <string>org.freedesktop.avahi-dnsconfd</string>
+ <key>OnDemand</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081203/37a6802b/attachment-0001.html>
More information about the macports-changes
mailing list