[Midnightbsd-cvs] mports: Makefile: oops..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 21:01:49 EDT 2008


Log Message:
-----------
oops.. our dbus meddling caused this to break.

Modified Files:
--------------
    mports/net/avahi-app:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/avahi-app/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L net/avahi-app/Makefile -L net/avahi-app/Makefile -u -r1.2 -r1.3
--- net/avahi-app/Makefile
+++ net/avahi-app/Makefile
@@ -9,6 +9,7 @@
 
 PORTNAME=	avahi
 PORTVERSION=	0.6.22
+PORTREVISION=	1
 CATEGORIES?=	net dns
 MASTER_SITES=	http://www.avahi.org/download/
 PKGNAMESUFFIX?=	-app
@@ -28,7 +29,6 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_LDCONFIG=	yes
-USE_GETOPT_LONG=yes
 AVAHI_SLAVE?=	no
 CONFIGURE_ARGS?=--with-distro=freebsd \
 		--with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \
@@ -112,6 +112,9 @@
 	    	s|%%GNOME_SUBR%%|${GNOME_SUBR}|' \
 		${WRKSRC}/initscript/freebsd/avahi-dnsconfd.sh.in \
 		${WRKSRC}/initscript/freebsd/avahi-daemon.sh.in
+	@${REINPLACE_CMD} -e 's|dbus_connection_disconnect|dbus_connection_close|g' \
+		${WRKSRC}/avahi-client/client.c \
+		${WRKSRC}/avahi-daemon/dbus-protocol.c
 
 post-build: avahi-post-build
 


More information about the Midnightbsd-cvs mailing list