svn commit: r378254 - head/net-mgmt/netwox
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 1 17:40:03 UTC 2015
Author: amdmi3
Date: Sun Feb 1 17:40:01 2015
New Revision: 378254
URL: https://svnweb.freebsd.org/changeset/ports/378254
QAT: https://qat.redports.org/buildarchive/r378254/
Log:
- Mark MAKE_JOBS_UNSAFE: compilation fails with link errors here with -j8. Seems to be a race between ranlib call and use of a static library
- Drop @dirrm* from plist
Approved by: portmgr blanket
Modified:
head/net-mgmt/netwox/Makefile
head/net-mgmt/netwox/pkg-plist
Modified: head/net-mgmt/netwox/Makefile
==============================================================================
--- head/net-mgmt/netwox/Makefile Sun Feb 1 16:46:24 2015 (r378253)
+++ head/net-mgmt/netwox/Makefile Sun Feb 1 17:40:01 2015 (r378254)
@@ -21,6 +21,8 @@ SHORTPORTVERSION=${PORTVERSION:C/([0-9]*
PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION}
+MAKE_JOBS_UNSAFE= yes
+
do-configure:
@${REINPLACE_CMD} \
-e 's|%%PREFIX%%|${PREFIX}|' \
Modified: head/net-mgmt/netwox/pkg-plist
==============================================================================
--- head/net-mgmt/netwox/pkg-plist Sun Feb 1 16:46:24 2015 (r378253)
+++ head/net-mgmt/netwox/pkg-plist Sun Feb 1 17:40:01 2015 (r378254)
@@ -247,8 +247,3 @@ man/man1/netwox%%SHORTPORTVERSION%%.1.gz
%%PORTDOCS%%%%DOCSDIR%%/tools/222.html
%%PORTDOCS%%%%DOCSDIR%%/tools/223.html
%%PORTDOCS%%%%DOCSDIR%%/tools/index.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/tools
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-all
mailing list