svn commit: r399148 - head/devel/libuutil
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Oct 12 18:55:33 UTC 2015
Author: amdmi3
Date: Mon Oct 12 18:55:31 2015
New Revision: 399148
URL: https://svnweb.freebsd.org/changeset/ports/399148
Log:
- Add USES=uidfix to fix staging as non-root
- Add USE_LDCONFIG as the port installs shared library
- Mark BROKEN, library is not usable
Approved by: marino (maintainer)
Modified:
head/devel/libuutil/Makefile
Modified: head/devel/libuutil/Makefile
==============================================================================
--- head/devel/libuutil/Makefile Mon Oct 12 18:55:26 2015 (r399147)
+++ head/devel/libuutil/Makefile Mon Oct 12 18:55:31 2015 (r399148)
@@ -13,7 +13,11 @@ LICENSE= CDDL
GH_ACCOUNT= jrmarino
USE_GITHUB= yes
+BROKEN= produces broken library (undefined reference to `avl_*')
+
+USES= uidfix
MAKE_ARGS= LIBDIR=${PREFIX}/lib
+USE_LDCONFIG= yes
PLIST_FILES= include/libuutil.h lib/libuutil.a lib/libuutil.so \
lib/libuutil.so.1
More information about the svn-ports-all
mailing list