Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 18:55:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399148 - head/devel/libuutil
Message-ID:  <201510121855.t9CItVD6000132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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