Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 13:01:24 +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: r419681 - head/deskutils/pinot
Message-ID:  <201608051301.u75D1O3X063235@repo.freebsd.org>

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



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