aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pfqueue
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-24 02:54:49 +0800
committermnag <mnag@FreeBSD.org>2006-02-24 02:54:49 +0800
commitf69a6d9ab6fee056e756a7e627d02712e81568d2 (patch)
treec315b803f2cfaaeeb87715f63c6e21eb2cef9876 /mail/pfqueue
parent4013d085b1a9d2e57033ef074f5d7ac4a6ff9277 (diff)
downloadfreebsd-ports-gnome-f69a6d9ab6fee056e756a7e627d02712e81568d2.tar.gz
freebsd-ports-gnome-f69a6d9ab6fee056e756a7e627d02712e81568d2.tar.zst
freebsd-ports-gnome-f69a6d9ab6fee056e756a7e627d02712e81568d2.zip
- Fix name on load shared lib.
- Bump PORTREVISION Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: portmgr (clement)
Diffstat (limited to 'mail/pfqueue')
-rw-r--r--mail/pfqueue/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index 504d0ecc76f5..fbea15eb950c 100644
--- a/mail/pfqueue/Makefile
+++ b/mail/pfqueue/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pfqueue
PORTVERSION= 0.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,6 +23,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= pfqueue.1
post-patch:
- @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
+ -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|PFQ_SONAME "0.0.0"|PFQ_SONAME "0"|' \
+ ${WRKSRC}/libpfq/pfqlib.c
.include <bsd.port.mk>