Date: Tue, 1 Aug 2006 17:05:00 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/101172: [Maintainer Update] port dns/dnsmasq - fix dbus dependency issue Message-ID: <1154439300.8682@starfish.datak.net> Resent-Message-ID: <200608011340.k71DeF2k010527@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1154439300.8682>