From owner-svn-ports-head@freebsd.org Mon Oct 10 08:29:50 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 4DE5BC07E41; Mon, 10 Oct 2016 08:29:50 +0000 (UTC) (envelope-from fjoe@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 1E0ECD28; Mon, 10 Oct 2016 08:29:50 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A8TnrP072098; Mon, 10 Oct 2016 08:29:49 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A8Tnf4072097; Mon, 10 Oct 2016 08:29:49 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201610100829.u9A8Tnf4072097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Mon, 10 Oct 2016 08:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423642 - head/databases/virtuoso 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: Mon, 10 Oct 2016 08:29:50 -0000 Author: fjoe Date: Mon Oct 10 08:29:49 2016 New Revision: 423642 URL: https://svnweb.freebsd.org/changeset/ports/423642 Log: - Fix "install" target with ImageMagick disabled. - USES=execinfo - Bump PORTREVISION Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Mon Oct 10 07:14:13 2016 (r423641) +++ head/databases/virtuoso/Makefile Mon Oct 10 08:29:49 2016 (r423642) @@ -3,7 +3,7 @@ PORTNAME= virtuoso PORTVERSION= 7.2.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF DISTNAME= ${PORTNAME}-opensource-${PORTVERSION} @@ -20,10 +20,9 @@ BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ gperf>=3.0.3:devel/gperf -LIB_DEPENDS= libxml2.so:textproc/libxml2\ - libexecinfo.so:devel/libexecinfo +LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= gmake libtool readline uidfix +USES= execinfo gmake libtool readline uidfix USE_AUTOTOOLS= autoheader aclocal USE_OPENSSL= yes @@ -103,8 +102,5 @@ CONFIGURE_ARGS+=--disable-openldap post-install: ${FIND} ${STAGEDIR} -name "*.ini" -exec ${MV} {} {}.sample \; -print ${RMDIR} ${STAGEDIR}${PREFIX}/virtuoso/doc/html -.if ! ${PORT_OPTIONS:MIMAGEMAGICK} - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/virtuoso/hosting -.endif .include