svn commit: r354238 - head/net/xmlrpc-c-devel

Renato Botelho garga at FreeBSD.org
Fri May 16 15:29:38 UTC 2014


Author: garga
Date: Fri May 16 15:29:38 2014
New Revision: 354238
URL: http://svnweb.freebsd.org/changeset/ports/354238
QAT: https://qat.redports.org/buildarchive/r354238/

Log:
  . Fix LICENSE
  . USe USES=tar:xz
  . Strip binaries

Modified:
  head/net/xmlrpc-c-devel/Makefile

Modified: head/net/xmlrpc-c-devel/Makefile
==============================================================================
--- head/net/xmlrpc-c-devel/Makefile	Fri May 16 15:29:00 2014	(r354237)
+++ head/net/xmlrpc-c-devel/Makefile	Fri May 16 15:29:38 2014	(r354238)
@@ -10,7 +10,7 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	XML-RPC library for C and C++
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	DEBUG CURL LIBWWW CPLUSPLUS
 OPTIONS_DEFAULT=CURL LIBWWW CPLUSPLUS
@@ -20,12 +20,13 @@ CPLUSPLUS_DESC=	 Build xmlrpc-c c++ libs
 
 CONFLICTS=	xmlrpc-epi-0.* xmlrpc-c-[0-9]*
 
-USES=		gmake
+USES=		gmake tar:xz
 OPTIONS_SUB=	yes
-USE_XZ=		yes
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
 MAKE_JOBS_UNSAFE=	yes
+MAKE_ENV+=	INSTALL_SHLIB="${INSTALL_LIB}" \
+		INSTALL_SCRIPT="${INSTALL_SCRIPT}"
 USE_LDCONFIG=	yes
 
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
@@ -60,5 +61,7 @@ post-patch:
 		${WRKSRC}/src/xmlrpc_server_abyss.c
 	@${REINPLACE_CMD} -e 's,sys/unistd.h,unistd.h,' \
 		${WRKSRC}/test/cpp/server_abyss.cpp
+	@${REINPLACE_CMD} -e '/^INSTALL_/s/=/\?=/' \
+		${WRKSRC}/config.mk.in
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list