ports/183275: [PATCH] sysutils/syslog-ng: Fixup build WITH=SPOOF

Mathieu Arnold mat at FreeBSD.org
Thu Oct 24 14:20:00 UTC 2013


>Number:         183275
>Category:       ports
>Synopsis:       [PATCH] sysutils/syslog-ng: Fixup build WITH=SPOOF
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 24 14:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
Fixup build WITH=SPOOF

Some BUILD_DEPENDS are brought in after bsd.port.pre.mk, like pkgconf.

Port maintainer (cy at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- syslog-ng-3.4.3_1.patch begins here ---
diff -ruN /usr/ports/sysutils/syslog-ng/Makefile ./Makefile
--- /usr/ports/sysutils/syslog-ng/Makefile	2013-10-24 16:10:59.000000000 +0200
+++ ./Makefile	2013-10-24 16:12:14.000000000 +0200
@@ -77,7 +77,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MSPOOF}
-BUILD_DEPENDS=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+BUILD_DEPENDS+=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
 LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet11-config
 CONFIGURE_ARGS+=	--enable-spoof-source --with-libnet=${LOCALBASE}/bin
 CFLAGS+=		`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include
--- syslog-ng-3.4.3_1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list