svn commit: r329973 - head/textproc/xerces-c3

Pietro Cerutti gahr at FreeBSD.org
Thu Oct 10 08:13:01 UTC 2013


Author: gahr
Date: Thu Oct 10 08:13:00 2013
New Revision: 329973
URL: http://svnweb.freebsd.org/changeset/ports/329973

Log:
  - Convert to USES+=gmake
  - STAGE-clean
  - JOBS-clean

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Thu Oct 10 07:40:14 2013	(r329972)
+++ head/textproc/xerces-c3/Makefile	Thu Oct 10 08:13:00 2013	(r329973)
@@ -14,8 +14,7 @@ COMMENT=	Validating XML parser from the 
 
 CONFLICTS=	xerces_c-[0-9]* xerces-c2-[0-9]*
 
-USE_GMAKE=	yes
-USES=	pathfix
+USES=		gmake pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
@@ -23,11 +22,8 @@ CONFIGURE_ARGS+=--with-pkgconfigdir=${PR
 		--enable-netaccessor-socket
 MAKE_ENV+=	XERCESCROOT=${WRKSRC}
 
-MAKE_JOBS_UNSAFE=yes
-
-NO_STAGE=	yes
 post-install:
-	${LN} -sf libxerces-c-${PORTVERSION:R}.so ${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
+	${LN} -sf libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
 
 test:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check


More information about the svn-ports-all mailing list