Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 17:57:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382255 - head/databases/virtuoso
Message-ID:  <201503251757.t2PHv4kf009601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Mar 25 17:57:03 2015
New Revision: 382255
URL: https://svnweb.freebsd.org/changeset/ports/382255
QAT: https://qat.redports.org/buildarchive/r382255/

Log:
  databases/virtusos: take III
  
  It turns out the problematic directory is used, but only if the
  ImageMagick option is set.  Adjust accordingly, and hopefully this is
  the final attempt to fix.

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Wed Mar 25 17:36:47 2015	(r382254)
+++ head/databases/virtuoso/Makefile	Wed Mar 25 17:57:03 2015	(r382255)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtuoso
 PORTVERSION=	7.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-opensource-${PORTVERSION}
@@ -59,11 +59,6 @@ post-patch:
 		-e 's,expr \$$,expr -- $$,'\
 		-e 's,netstat -an.*grep.*$$\([a-zA-Z0-9]*\).*grep LISTEN,${CHECK_PORT},'
 
-post-install:
-	${FIND} ${STAGEDIR} -name "*.ini" -exec ${MV} {} {}.sample \; -print
-	${RMDIR} ${STAGEDIR}${PREFIX}/virtuoso/doc/html
-	${RM} -r ${STAGEDIR}${PREFIX}/lib/virtuoso/hosting
-
 check:
 	${SETENV} -u HOST ${MAKE_ENV} ${MAKE} -C ${WRKSRC} check
 
@@ -102,4 +97,11 @@ USE_OPENLDAP=	yes
 CONFIGURE_ARGS+=--disable-openldap
 .endif
 
+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?201503251757.t2PHv4kf009601>