From owner-svn-ports-all@FreeBSD.ORG Tue May 27 11:44:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E4841C3; Tue, 27 May 2014 11:44:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B88F2F2E; Tue, 27 May 2014 11:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RBi5ux063600; Tue, 27 May 2014 11:44:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RBi5hJ063598; Tue, 27 May 2014 11:44:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405271144.s4RBi5hJ063598@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 27 May 2014 11:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355487 - head/databases/jasperserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 11:44:05 -0000 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 .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