svn commit: r355487 - head/databases/jasperserver

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 11:44:05 UTC 2014


Author: bapt
Date: Tue May 27 11:44:04 2014
New Revision: 355487
URL: http://svnweb.freebsd.org/changeset/ports/355487
QAT: https://qat.redports.org/buildarchive/r355487/

Log:
  Revert previous commit, it was not supposed touch this port yet
  
  With hat:	portmgr

Modified:
  head/databases/jasperserver/Makefile

Modified: head/databases/jasperserver/Makefile
==============================================================================
--- head/databases/jasperserver/Makefile	Tue May 27 11:17:41 2014	(r355486)
+++ head/databases/jasperserver/Makefile	Tue May 27 11:44:04 2014	(r355487)
@@ -68,6 +68,7 @@ PLIST_SUB=	DATABASE=${DATABASE} \
 
 PORTDOCS=	*
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MHEADLESS}
@@ -90,8 +91,9 @@ PLIST_SUB+=	JDBC="mysql-connector-java.j
 
 #use version 90, application is certified w/ pg90
 .if ${PORT_OPTIONS:MPGSQL}
+WANT_PGSQL_VER=	90+
 JDBC=	postgresql-9.2-1002.jdbc4.jar
-USES+=	pgsql:90+
+USE_PGSQL=	yes
 DBUSER?=	pgsql
 DBPASS?=	pgsql
 DATABASE=	postgresql
@@ -146,11 +148,13 @@ post-patch:
 	@${ECHO_MSG} " [ DONE ]"
 .endfor
 	@${REINPLACE_CMD} -e 's|--DROP|-- DROP|' ${SQLSRC}/mysql/quartz.ddl
+
+post-patch-script:
 	@${ECHO_MSG} -n ">> Removing unneeded patched files..."
 	@${FIND} ${WRKDIR} -type f \( -name '*.orig' \) -delete
 	@${ECHO_MSG} " [ DONE ]"
 
-pre-build:
+pre-build: extract patch
 	@${MKDIR} ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/cobertura-* ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
 


More information about the svn-ports-head mailing list