ports/101172: [Maintainer Update] port dns/dnsmasq - fix dbus dependency issue

Babak Farrokhi babak at farrokhi.net
Tue Aug 1 13:40:16 UTC 2006


>Number:         101172
>Category:       ports
>Synopsis:       [Maintainer Update] port dns/dnsmasq - fix dbus dependency issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 13:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006
    root at starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


- fix dbus dependency issue
- bump PORTREVISION


>How-To-Repeat:





>Fix:


--- dnsmasq.patch begins here ---
diff -ruN dnsmasq.orig/Makefile dnsmasq/Makefile
--- dnsmasq.orig/Makefile	Thu Jul 13 21:55:35 2006
+++ dnsmasq/Makefile	Tue Aug  1 17:00:07 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	dnsmasq
 PORTVERSION=	2.32
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/
 
@@ -22,9 +23,11 @@
 
 USE_GETOPT_LONG=yes
 USE_GMAKE=	yes
-MAKE_ENV=	LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
+USE_GNOME=	pkgconfig
+MAKE_ENV=	LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}"
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
 
-OPTIONS=	IPV6 "IPv6 support" on
+OPTIONS=	IPV6 "IPv6 support" off
 OPTIONS+=	DBUS "D_BUS support" off
 
 .include <bsd.port.pre.mk>
--- dnsmasq.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list