aboutsummaryrefslogtreecommitdiff
path: root/mail/libspf2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-26 09:19:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-26 09:19:34 +0000
commit336a28bb21cb0a1f37db2940b881f43d8f38ba36 (patch)
tree0013e361963e3c13f5818c0fcf289d01743602ea /mail/libspf2
parentd2d39bae72560caaeea5232130b2b80080f8b3c8 (diff)
Notes
Diffstat (limited to 'mail/libspf2')
-rw-r--r--mail/libspf2/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile
index 9f69eb86ba26..5130052d1754 100644
--- a/mail/libspf2/Makefile
+++ b/mail/libspf2/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: libspf2
-# Date created: 07 July 2004
-# Whom: snowchyld
-#
+# Created by: snowchyld
# $FreeBSD$
-#
PORTNAME= libspf2
PORTVERSION= 1.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/spf/ \
LOCAL/sunpoet
@@ -15,14 +11,14 @@ MASTER_SITES= http://www.libspf2.org/spf/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
-CONFLICTS= ${PORTNAME}-1.0.*
+CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-[0-9]* p5-Mail-SPF-Query-[0-9]*
+GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h
.include <bsd.port.mk>