svn commit: r419681 - head/deskutils/pinot

John Marino marino at FreeBSD.org
Fri Aug 5 13:01:25 UTC 2016


Author: marino
Date: Fri Aug  5 13:01:24 2016
New Revision: 419681
URL: https://svnweb.freebsd.org/changeset/ports/419681

Log:
  deskutils/pinot: USES+= execinfo rather than hardcoded LIB_DEPENDS
  
  No revbump necessary, execinfo wouldn't be registered on most platforms.
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/deskutils/pinot/Makefile

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Fri Aug  5 12:21:05 2016	(r419680)
+++ head/deskutils/pinot/Makefile	Fri Aug  5 13:01:24 2016	(r419681)
@@ -22,7 +22,6 @@ LIB_DEPENDS=	libxapian.so:databases/xapi
 		libdbus-glib-1.so:devel/dbus-glib		\
 		libxml++-2.6.so:textproc/libxml++26	\
 		libboost_thread.so:devel/boost-libs		\
-		libexecinfo.so:devel/libexecinfo		\
 		libexif.so:graphics/libexif			\
 		libexiv2.so:graphics/exiv2			\
 		libgmime-2.4.so:mail/gmime24		\
@@ -46,7 +45,8 @@ CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lboost_system
 
-USES=		gettext libarchive libtool pkgconfig python shebangfix sqlite:3
+USES=		execinfo gettext libarchive libtool pkgconfig python \
+		shebangfix sqlite:3
 USE_OPENSSL=	yes
 USE_XORG=	pixman
 USE_LDCONFIG=	${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters


More information about the svn-ports-all mailing list