Bug 183275 - [PATCH] sysutils/syslog-ng: Fixup build WITH=SPOOF
Summary: [PATCH] sysutils/syslog-ng: Fixup build WITH=SPOOF
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 15:20 UTC by Mathieu Arnold
Modified: 2013-10-25 01:50 UTC (History)
1 user (show)

See Also:


Attachments
syslog-ng-3.4.3_1.patch (544 bytes, patch)
2013-10-24 15:20 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-24 15:20:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-24 15:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2013-10-25 01:42:52 UTC
State Changed
From-To: open->closed

Committed. Thanks for the patch.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-25 01:43:19 UTC
Author: cy
Date: Fri Oct 25 00:43:12 2013
New Revision: 331537
URL: http://svnweb.freebsd.org/changeset/ports/331537

Log:
  Fixup build WITH=SPOOF.
  
  PR:		183275
  Submitted by:	mat

Modified:
  head/sysutils/syslog-ng/Makefile

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Thu Oct 24 23:07:29 2013	(r331536)
+++ head/sysutils/syslog-ng/Makefile	Fri Oct 25 00:43:12 2013	(r331537)
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+=	--disable-tcp-wrapper
 .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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"