From owner-svn-ports-all@freebsd.org Fri Aug 5 13:01:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A84BEBB0E6F; Fri, 5 Aug 2016 13:01:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 726161C83; Fri, 5 Aug 2016 13:01:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75D1Orf063236; Fri, 5 Aug 2016 13:01:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75D1O3X063235; Fri, 5 Aug 2016 13:01:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608051301.u75D1O3X063235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 5 Aug 2016 13:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419681 - head/deskutils/pinot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 13:01:25 -0000 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