CVS log for ports/devel/apache-ant/files/Attic/ant
Up to [FreeBSD] / ports / devel / apache-ant / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5
Mon Oct 10 14:38:42 2005 UTC (6 years, 4 months ago) by hq
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.4: +1 -1 lines
- Improve launcher script:
- Use 'java' command from javavmwrapper [1]
- ANT_INCLUDE_SHARED_JARS is now a defined/undefined switch rather than a
YES/whatever check
- Use SUB_FILES to configure (files/ant -> files/ant.sh.in)
- ECHO_CMD -> ECHO_MSG
- Use MAN1PREFIX and MAN5PREFIX
- Cleanup port and launcher script
- Bump PORTREVISION
PR: 86902 [1]
Submitted by: Panagiotis Astithas <past@ebs.gr> [1]
Reviewed by: glewis
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 3 11:30:54 2004 UTC (7 years, 10 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +10 -12 lines
Log: - fixed the location of EXTRACT_ONLY in Makefile so now portlint does not complain - changed the 'ant(1)' script so that it now uses the 'classpath' command provided by java/javavmwrapper (command added recently) PR: 65063 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 12 13:40:00 2004 UTC (8 years, 1 month ago) by znerd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -57 lines
Fixed 'ant' shell script. Previously the '-lib' option did not work correctly. Bumped PORTREVISION.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 6 07:16:46 2004 UTC (8 years, 1 month ago) by znerd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -12 lines
By default disable FreeBSD-specific behaviour to include all
JAR files in ${PREFIX}/share/java/classes in the CLASSPATH.
To re-enable the non-compatible behaviour, set
ANT_INCLUDE_SHARED_JARS to YES (case-sensitive).
The old, non-compatible behaviour has been a cause of much
discussion and frustration.
Bumped PORTREVISION.
See:
http://lists.freebsd.org/pipermail/freebsd-java/2003-September/000744.html
Requested by: Jonathan Chen <jonc@chen.org.nz> and others
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 11 15:12:57 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_5_0_0, old_RELEASE_4_8_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Using FreeBSD-specific shell script. This shell script includes all
JAR files in ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant.
Bumped PORTREVISION.
