Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 08:29:49 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423642 - head/databases/virtuoso
Message-ID:  <201610100829.u9A8Tnf4072097@repo.freebsd.org>

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



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