1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Revert previous commit, it was not supposed touch this port yet

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-05-27 11:44:04 +00:00
parent 4ed5d621eb
commit 019aefdf9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355487

View File

@ -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.jar"
#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