svn commit: r423642 - head/databases/virtuoso
Max Khon
fjoe at FreeBSD.org
Mon Oct 10 08:29:50 UTC 2016
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>
More information about the svn-ports-all
mailing list