From owner-svn-ports-head@freebsd.org Fri Nov 11 11:59:18 2016 Return-Path: Delivered-To: svn-ports-head@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 19B0FC3B7D2; Fri, 11 Nov 2016 11:59:18 +0000 (UTC) (envelope-from jbeich@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 DAA77151E; Fri, 11 Nov 2016 11:59:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABBxHI0096379; Fri, 11 Nov 2016 11:59:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBxHpe096378; Fri, 11 Nov 2016 11:59:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111159.uABBxHpe096378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425888 - head/textproc/liblrdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 11:59:18 -0000 Author: jbeich Date: Fri Nov 11 11:59:16 2016 New Revision: 425888 URL: https://svnweb.freebsd.org/changeset/ports/425888 Log: textproc/liblrdf: drop unused dependencies PR: 214384 Reported by: readelf(1) Modified: head/textproc/liblrdf/Makefile (contents, props changed) Modified: head/textproc/liblrdf/Makefile ============================================================================== --- head/textproc/liblrdf/Makefile Fri Nov 11 11:58:55 2016 (r425887) +++ head/textproc/liblrdf/Makefile Fri Nov 11 11:59:16 2016 (r425888) @@ -3,7 +3,7 @@ PORTNAME= liblrdf PORTVERSION= 0.5.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= GENTOO @@ -14,16 +14,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -LIB_DEPENDS= libicuuc.so:devel/icu \ - libyajl.so:devel/yajl \ - libcurl.so:ftp/curl \ - libraptor2.so:textproc/raptor2 +LIB_DEPENDS= libraptor2.so:textproc/raptor2 GNU_CONFIGURE= yes -USES= autoreconf iconv libtool pathfix pkgconfig -USE_GNOME= libxml2 libxslt +USES= autoreconf libtool pathfix pkgconfig ssl USE_LDCONFIG= yes -USE_OPENSSL= yes INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC}