diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/xmlrpc-c | |
parent | Stop installing info files, the manpages already covers the full documentation (diff) |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382278
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r-- | net/xmlrpc-c/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 9bd1e503ce9c..61e0bbf303d3 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -41,8 +41,6 @@ post-extract: @${FIND} ${WRKSRC} -type l -name srcdir -delete post-patch: - @${GREP} -lR '\-lpthread' ${WRKSRC} 2>/dev/null | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e '/#include.*features.h/d' \ ${WRKSRC}/tools/xmlrpc_pstream/xmlrpc_pstream.cpp @${REINPLACE_CMD} -e '/<curl\/types.h>/d' \ @@ -51,6 +49,6 @@ post-patch: ${WRKSRC}/lib/curl_transport/curlmulti.c post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmlrpc*.so.[37].25 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmlrpc*.so.[37].25 .include <bsd.port.post.mk> |