diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-09-01 10:18:27 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-09-01 10:18:27 +0000 |
commit | 5366f3ac15c59121911e1d7e0de68a8b2aa0e3e9 (patch) | |
tree | 932c0c45a5f4d682a96d73a65ecfe1363771ade8 /security/xmlsec1 | |
parent | c177c0a3d5e1f53c3eb1412ab509548df3398cd1 (diff) | |
download | ports-5366f3ac15c59121911e1d7e0de68a8b2aa0e3e9.tar.gz ports-5366f3ac15c59121911e1d7e0de68a8b2aa0e3e9.zip |
Notes
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 77aadb75e9ff..fa63b0e7be67 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -73,8 +73,7 @@ post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=[`/a-z]*|=elf|' \ -e '/^XMLSEC_SHLIBSFX="/s|"[^"]*"|".so"|' \ -e 's|openssl_exlibs=-ldl|openssl_exlibs=|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-ldl"|"|' \ + -e 's|-ldl"|"|' \ -e 's,with_nspr/include,with_nspr/include/nspr ${PTHREAD_CFLAGS},' \ -e 's,with_nss/include,with_nss/include/nss/nss,' \ -e 's,with_nss/lib,with_nss/lib/nss,g' \ @@ -83,6 +82,9 @@ post-patch: -e 's,\(-lplc4\)",\1 ${PTHREAD_LIBS}",' \ -e '/ test /s, == , = ,' \ ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} \ + -e 's,total_time.*/ 1000),total_time*1000/CLOCKS_PER_SEC,' \ + ${WRKSRC}/apps/xmlsec.c .if defined(WITH_NSS) # Makeing the xmlsec1 executable multi-threaded to let load -lnss, # when needed. |