Date: Thu, 24 Oct 2013 16:14:04 +0200 (CEST) From: Mathieu Arnold <mat@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: cy@FreeBSD.org Subject: ports/183275: [PATCH] sysutils/syslog-ng: Fixup build WITH=SPOOF Message-ID: <20131024141404.2ACFD14269C@aragorn.in.absolight.net> Resent-Message-ID: <201310241420.r9OEK0Tx087775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131024141404.2ACFD14269C>