Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 12:15:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371558 - head/textproc/sxml
Message-ID:  <201410271215.s9RCFiH9024457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Oct 27 12:15:44 2014
New Revision: 371558
URL: https://svnweb.freebsd.org/changeset/ports/371558
QAT: https://qat.redports.org/buildarchive/r371558/

Log:
  textproc/sxml: mark jobs unsafe
  
  While here, unmask post-install strip command and just simplify the
  glob with the same result.

Modified:
  head/textproc/sxml/Makefile

Modified: head/textproc/sxml/Makefile
==============================================================================
--- head/textproc/sxml/Makefile	Mon Oct 27 12:13:22 2014	(r371557)
+++ head/textproc/sxml/Makefile	Mon Oct 27 12:15:44 2014	(r371558)
@@ -16,7 +16,9 @@ USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so.[0-9]*
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410271215.s9RCFiH9024457>