Upgrade database/pgtcl from 1.9.0 to 2.0.0 and allow Tcl 8.6 use. Since pgtcl 2.0.0 uses the Tcl dict command, minimum Tcl version is this 8.5. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it
State Changed From-To: open->feedback Can you please update this patch to take into account releases less than 9.x having to use ports for unzip, and having unzip already installed in /usr/bin otherwise? Additionally, if unzip is only a build dependency, maybe it should be unzipped into the work directory in a do-build target, and then installed with an INSTALL macro, as someone may have unzip installed during the building of the code, but not during the installation (if on a release less than 9.x) Alternatively, you can have the port use tar for zip operations for all releases.
Here is a new patch using tar.
State Changed From-To: feedback->open moving ahead with new patch
Responsible Changed From-To: jgh->mi fix synopis and assign
Here is a revised patch. My apologies for grabbing this, as the auto-assignment missed with the mis-spelled category. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh
mi 2012-02-24 21:21:39 UTC FreeBSD ports repository Modified files: databases/pgtcl Makefile distinfo pkg-plist Log: Update from 1.9.0 to 2.0.0. Based on PR: 164478 Submitted by: Pierre DAVID, jgh@ Author's readme continues to claim compatibility with Tcl older than 8.5. Revision Changes Path 1.9 +10 -7 ports/databases/pgtcl/Makefile 1.5 +4 -4 ports/databases/pgtcl/distinfo 1.4 +3 -1 ports/databases/pgtcl/pkg-plist _______________________________________________ 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 Port updated. Thank you very much!