diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-05 04:07:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-05 04:07:58 +0000 |
commit | 76e5c2cb5b57bb6408bd621506245a4ad2ebf91a (patch) | |
tree | 49b0478581561336da2a241c3a5bb3bcc03fc3bc /security/gsasl/Makefile | |
parent | Update to 0.93 (diff) |
Update to 1.8.1
- Sort PLIST
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: http://git.savannah.gnu.org/cgit/gsasl.git/tree/NEWS
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00000.html
Notes
Notes:
svn path=/head/; revision=522095
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 550764c26c08..03037aef7f07 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= gsasl -PORTVERSION= 1.8.0 -PORTREVISION= 10 +PORTVERSION= 1.8.1 CATEGORIES= security MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= libidn.so:dns/libidn \ @@ -15,32 +14,34 @@ LIB_DEPENDS= libidn.so:dns/libidn \ libgnutls.so:security/gnutls \ libntlm.so:security/libntlm -USES= charsetfix pathfix perl5 pkgconfig libtool +USES= charsetfix libtool localbase:ldflags pathfix perl5 pkgconfig USE_PERL5= build + +#CPPFLAGS+= -nostdinc -I/usr/include -I${LOCALBASE}/include +CPPFLAGS+= -nostdinc -I/usr/include GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +#LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib +LDFLAGS+= -L/usr/lib USE_LDCONFIG= yes +INFO= gsasl + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -INFO= gsasl - -CPPFLAGS+= -nostdinc -I/usr/include -I${LOCALBASE}/include -LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib - post-patch: - @${REINPLACE_CMD} -e '/^en@/d' \ - ${WRKSRC}/lib/po/LINGUAS ${WRKSRC}/po/LINGUAS + @${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/lib/po/LINGUAS ${WRKSRC}/po/LINGUAS -post-install: +x-post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsasl.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/reference ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* \ - ${STAGEDIR}${DOCSDIR}/reference + ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* ${STAGEDIR}${DOCSDIR}/reference .include <bsd.port.mk> |