ports/150208: [new port] databases/jasperserver: Open Source Java Reporting Library
Jason
jhelfman at e-e.com
Fri Sep 17 17:10:03 UTC 2010
The following reply was made to PR ports/150208; it has been noted by GNATS.
From: Jason <jhelfman at e-e.com>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/150208: [new port] databases/jasperserver: Open Source
Java Reporting Library
Date: Fri, 17 Sep 2010 10:03:05 -0700
--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
JasperServer would not startup unless it had read access to the jdbc driver,
so that is added here.
-jgh
--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch.txt"
--- jasperserver/pkg-plist.orig 2010-09-17 10:00:38.000000000 -0700
+++ jasperserver/pkg-plist 2010-09-17 10:00:59.000000000 -0700
@@ -879,6 +879,7 @@
%%APP_VERSION%%/webapps/jasperserver/jasperserverCreate-%%DATABASE%%.ddl
%%APP_VERSION%%/webapps/jasperserver/jasperserverCreateDefaultSecurity-%%DATABASE%%.sql
%%APP_VERSION%%/common/lib/%%JDBC%%
+ at exec if [ -f %D/%%APP_VERSION%%/common/lib/%%JDBC%% ]; then /bin/chmod a+r %D/%%APP_VERSION%%/common/lib/%%JDBC%%; else exit 1; fi
@dirrm %%APP_VERSION%%/webapps/jasperserver/wcf/tree
@dirrm %%APP_VERSION%%/webapps/jasperserver/wcf/toolbar
@dirrm %%APP_VERSION%%/webapps/jasperserver/wcf/table
--fUYQa+Pmc3FrFX/N--
More information about the freebsd-ports-bugs
mailing list