pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pfstat sysutils/pfstat: Remove DragonFly hack.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb2bae234e2f
branches: trunk
changeset: 604262:fb2bae234e2f
user: marino <marino%pkgsrc.org@localhost>
date: Sun May 27 21:13:31 2012 +0000
description:
sysutils/pfstat: Remove DragonFly hack.mk
The new patch rendered this hack unnecessary.
diffstat:
sysutils/pfstat/hacks.mk | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diffs (16 lines):
diff -r 89ddcb8a81a0 -r fb2bae234e2f sysutils/pfstat/hacks.mk
--- a/sysutils/pfstat/hacks.mk Sun May 27 20:53:42 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2012/05/26 14:21:11 marino Exp $
-#
-# Makefiles are defaulting to /usr/pkg/bin/bmake which doesn't link the
-# pfstatd executable on DragonFly. /usr/bin/make works outside of the
-# build environment but not inside it, so some environment variable seems
-# to be interfering.
-#
-.if ${OPSYS} == "DragonFly"
-post-build:
- cd ${WRKSRC}/pfstatd && \
- ${CC} -O -pipe -Wall -I.. -g -std=gnu99 -o pfstatd pfstatd.o pf.o
-.endif
Home |
Main Index |
Thread Index |
Old Index