Update postgresql jdbc driver to the current version. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->girgen Over to maintainer (via the GNATS Auto Assign Tool)
Any news about that? I restored a dirrmtry accidentally changed into a dirrm in pkg-plist; here's the modified patch: http://pastebin.com/1waGYnEE Regards Barbara
Without applying the first patch is not possible to build the postgresql-jdbc port with openJDK7 (FreeBSD 8.2-RELEASE, amd64) ( more here: http://osdir.com/ml/freebsd-java/2011-10/msg00004.html ). Second patch works too after little modification - it contains DOS line endings (CRLF) so it must be changed to Unix (LF) before applying.
More than a month has passed...can someone comment on this?
Responsible Changed From-To: girgen->crees Timeout.
I'm looking at repocopying this, to make a postgresql-jdbc91 port to mitigate the issues with compatibility. I'll let you know shortly what I'm going to do. Chris
crees 2011-12-04 14:06:47 UTC FreeBSD ports repository Modified files: databases/postgresql-jdbc Makefile distinfo Removed files: databases/postgresql-jdbc pkg-plist Log: - Update to 9.1-901 - Remove unneeded plist PR: ports/161040 Submitted by: Barbara <barbara.xxx1975@libero.it> Approved by: maintainer timeout (girgen, three months -2d) Feature safe: yes Revision Changes Path 1.31 +3 -1 ports/databases/postgresql-jdbc/Makefile 1.10 +2 -2 ports/databases/postgresql-jdbc/distinfo 1.13 +0 -4 ports/databases/postgresql-jdbc/pkg-plist (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed No compatibility problems apparently, so I've committed it. Thanks!