j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:

[...]

> There's a typo in libspf2's CPPFLAGS (s/libbind/bin/),

                                        s/libbind/bind/

> I think it would
> be better to fix it first, and perhaps to bump REVISION since it might
> affect the files in the package.

Index: mail/libspf2/Makefile
===================================================================
RCS file: /cvs/ports/mail/libspf2/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- mail/libspf2/Makefile       13 Jul 2013 11:53:57 -0000      1.5
+++ mail/libspf2/Makefile       15 Jul 2013 16:22:57 -0000
@@ -3,7 +3,7 @@
 COMMENT=       SPF library
 
 DISTNAME=      libspf2-1.2.9
-REVISION=      1
+REVISION=      2
 
 SHARED_LIBS += spf2                 3.0      # 3.0
 
@@ -26,7 +26,7 @@ LIB_DEPENDS=          net/libbind
 CONFIGURE_STYLE=       gnu
 
 CONFIGURE_ARGS=                --bindir=${PREFIX}/libexec/libspf2
-CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include/libbind" \
+CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include/bind" \
                        LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/libbind 
-R${LOCALBASE}/lib/libbind -lbind"
 
 # broken test cases

Reply via email to