Summary: | bsd.java.mk: remove support for Java 1.1 and 1.2 [PATCH][MAINTAINER] | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Herve Quiroz <hq> | ||||||
Component: | Individual Port(s) | Assignee: | Herve Quiroz <hq> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Herve Quiroz
2007-09-29 02:50:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->glewis bsd.java.mk is glewis territory State Changed From-To: open->feedback Review needed Responsible Changed From-To: glewis->hq I'll handle this hq 2007-10-02 21:17:32 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile Log: Remove support for Java 1.2 PR: 116724 Submitted by: hq Approved by: maintainer Revision Changes Path 1.45 +1 -1 ports/databases/mysql-connector-java/Makefile _______________________________________________ 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" New patch which adds a temporary fix to the 1.1/1.2 deprecation. 1.1+ and 1.2+ are both changed to 1.3+ on the fly by bsd.java.mk. This patch should help testing on the cluster (no need to update other ports beforehand). State Changed From-To: feedback->open 2 weeks timeout. It's time for a cluster test run. Responsible Changed From-To: hq->portmgr Could you please have the latest patch run on the cluster? State Changed From-To: open->analyzed To be tested on the cluster. Responsible Changed From-To: portmgr->hq Test build completed on the cluster; this is ready for commit. hq 2007-10-28 15:09:43 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: Remove support for Java 1.1 and 1.2 in the ports tree To ease upgrade, bsd.java.mk now substitutes JAVA_VERSION values of 1.1+ and 1.2+ as 1.3+. The related JDK ports that have been marked as deprecated and scheduled for removal some time ago are now safe to be removed. The patch has been tested successfully on the cluster. PR: 116724 Revision Changes Path 1.82 +13 -37 ports/Mk/bsd.java.mk _______________________________________________ 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: analyzed->closed Patch commited. |