Commit graph

7 commits

Author SHA1 Message Date
Herve Quiroz
4f0d16a7d3 - 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
2005-10-10 14:38:42 +00:00
Ernst de Haan
3ed68067d8 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>
2004-04-03 11:30:54 +00:00
Ernst de Haan
f8d4392d0b Fixed 'ant' shell script. Previously the '-lib' option did not
work correctly.

Bumped PORTREVISION.
2004-01-12 13:40:00 +00:00
Ernst de Haan
cf79061ad0 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
2004-01-06 07:16:46 +00:00
Ernst de Haan
d6f3daa08d Using FreeBSD-specific shell script. This shell script includes all
JAR files in ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant.

Bumped PORTREVISION.
2002-10-11 15:12:57 +00:00
Ernst de Haan
29a33fa120 Upgrade to 1.5.0 beta 1.
The port now installs into ${PREFIX} instead of
${PREFIX}/share/java since this is an application,
not a library.

For a list of changes, see:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/
2002-05-21 16:43:54 +00:00
Ernst de Haan
136c2d834e Now uses ${USE_JAVA} and ${FIND}.
Using ${SED} i.s.o. ${PERL} for replacements.
Made the output of the make process friendlier.
Fixed the problem that JAVA_HOME had to be set.
Bumped PORTREVISION.

PR:	32382
2002-04-13 11:35:48 +00:00