aboutsummaryrefslogtreecommitdiff
path: root/devel/apache-ant
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9.7.Jung-uk Kim2016-08-243-6/+9
| | | | Notes: svn path=/head/; revision=420764
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-2/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-231-2/+0
| | | | Notes: svn path=/head/; revision=377747
* Nuke some @dirrm from develBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371533
* devel/apache-ant: 1.9.3 -> 1.9.4Kurt Jaeger2014-08-022-5/+5
| | | | | | | | | | | | Changes: http://www.apache.org/dist/ant/RELEASE-NOTES-1.9.4.html PR: 192299 Submitted by: takefu@airport.fm Approved by: jkim@FreeBSD.org (from java@ team) Notes: svn path=/head/; revision=363781
* USES=tar:bzip2Baptiste Daroussin2014-04-041-1/+1
| | | | Notes: svn path=/head/; revision=350156
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Remove unnecessary JAVA_VERSION.Jung-uk Kim2014-01-081-1/+0
| | | | Notes: svn path=/head/; revision=339179
* - Update to 1.9.3 and convert NOPORTDOCS to options framework. [1]Jung-uk Kim2014-01-083-20/+22
| | | | | | | | | - Support staging. PR: ports/185588 [1] Notes: svn path=/head/; revision=339172
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-1/+1
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* Update to 1.8.4.Jung-uk Kim2012-11-092-11/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307218
* Remove extra backslash and fix plist.Alex Dupre2012-05-141-1/+2
| | | | Notes: svn path=/head/; revision=296581
* . Update to 1.8.3.Greg Lewis2012-05-122-10/+11
| | | | | | | PR: 167653 Notes: svn path=/head/; revision=296467
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Do not use DATADIR in ant.sh it is too much common in build system and can ↵Baptiste Daroussin2011-08-222-3/+4
| | | | | | | | | | | lead to failures. Instead use ANT_HOME. (The fixes build with upcoming libreoffice with JAVA enabled) bump portrevision Notes: svn path=/head/; revision=280160
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Update apache-ant to 1.8.2 bugfix release.Alex Dupre2011-02-253-6/+6
| | | | | | | | | PR: ports/154187 Submitted by: ale Approved by: portmgr (pav) Notes: svn path=/head/; revision=269691
* - Update to 1.8.1Sunpoet Po-Chuan Hsieh2010-11-293-97/+34
| | | | | | | | | | | | - Add LICENSE - Cleanup MASTER_SITES - Sort PLIST PR: ports/151906 Submitted by: sunpoet (myself) Notes: svn path=/head/; revision=265396
* - Update to 1.7.1Pietro Cerutti2009-03-093-84/+85
| | | | | | | | Approved by: glewis@ (on behalf of java@) Thanks to: scf@ the reminder Notes: svn path=/head/; revision=229810
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.7.0Herve Quiroz2007-03-073-9/+84
| | | | | | | | PR: 108070 Submitted by: David King <ketralnis@ketralnis.com> Notes: svn path=/head/; revision=186854
* - Install data files in DATADIR=${JAVASHAREDIR}/${PORTNAME}Herve Quiroz2006-09-063-1505/+76
| | | | | | | | | | | - Install documentation files in ${DOCSDIR} - Use PORTDOCS to reduce pkg-plist size - Bump PORTREVISION Reviewed by: glewis Notes: svn path=/head/; revision=172426
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* New style bsd.java.mk.Norikatsu Shigemura2005-10-231-1/+2
| | | | | | | Pointed out by: hq Notes: svn path=/head/; revision=146182
* Add a mirror for the man page distribution on MASTER_SITE_LOCAL as the formerHerve Quiroz2005-10-111-0/+1
| | | | | | | server is experiencing trouble on regular basis lately. Notes: svn path=/head/; revision=144953
* - Improve launcher script:Herve Quiroz2005-10-103-174/+35
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=144823
* Fix plist from last commit (and buy myself a brand new pointy hat...)Herve Quiroz2005-07-111-0/+1
| | | | Notes: svn path=/head/; revision=138869
* Update to 1.6.5Herve Quiroz2005-07-113-93/+123
| | | | Notes: svn path=/head/; revision=138868
* - Handle NOPORTDOCS in pkg-plistHerve Quiroz2005-05-252-1400/+1398
| | | | | | | | | | - Install man pages unconditionally PR: 81271 Submitted by: Bjoern Koenig <bkoenig@cs.tu-berlin.de> Notes: svn path=/head/; revision=136118
* Assign maintainership to java@FreeBSD.org as this port is a critical pieceHerve Quiroz2004-12-031-1/+1
| | | | | | | | | of infrastructure for a lot of java based ports. Approved by: glewis Notes: svn path=/head/; revision=123045
* Reset znerd's ports maintainership:Herve Quiroz2004-12-031-1/+1
| | | | | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer) Notes: svn path=/head/; revision=123012
* . Update to 1.6.2. The submitter's patches were used and in addition IGreg Lewis2004-07-263-541/+556
| | | | | | | | | | | fixed the packing list and removed PORTREVISION. . Use ${MASTER_SITE_APACHE} to simplify (and expand) the MASTER_SITE list. PR: 69600 [1] Submitted by: Sean O'Connell <oconnell@soe.ucsd.edu> [1] Notes: svn path=/head/; revision=114791
* Log:Ernst de Haan2004-04-033-23/+22
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=106025
* Update to Apache Ant 1.6.1.Ernst de Haan2004-02-163-4/+10
| | | | | | | | | | Requested by: Mike Berning <meb@cinci.rr.com> Peter Schultz <pmes@bis.midco.net> leafy <leafy@leafy.idv.tw> PR: 62893 Notes: svn path=/head/; revision=101014
* Fixed 'ant' shell script. Previously the '-lib' option did notErnst de Haan2004-01-123-113/+27
| | | | | | | | | work correctly. Bumped PORTREVISION. Notes: svn path=/head/; revision=97992
* By default disable FreeBSD-specific behaviour to include allErnst de Haan2004-01-063-24/+35
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=97443
* Update to Apache Ant 1.6.0.Ernst de Haan2003-12-223-1136/+1431
| | | | Notes: svn path=/head/; revision=96410
* . Install the etc directory. Various documentation refers to files inGreg Lewis2003-11-202-1/+13
| | | | | | | | | | | this directory. PR: 58450 Submitted by: Remco van 't Veer <rwvtveer@xs4all.nl> Approved by: znerd (maintainer) Notes: svn path=/head/; revision=94416
* . Add missing -n so that manpages message is consistent with otherGreg Lewis2003-11-131-1/+1
| | | | | | | install messages. Notes: svn path=/head/; revision=93914
* Now installs man page for Ant.Ernst de Haan2003-09-252-5/+29
| | | | | | | | | | Bumped PORTREVISION. PR: 44335 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=89336
* Update to Apache Ant 1.5.4.Ernst de Haan2003-08-143-8/+9
| | | | | | | | | | | | This is a minor bugfix release that fixes a problem with the javah task on JDK 1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If you don't use javah or VAJ, there is no reason to upgrade. See: http://ant.apache.org/antnews.html Notes: svn path=/head/; revision=86937
* No longer depends on crimson. The dependency was bogus.Ernst de Haan2003-07-181-2/+0
| | | | | | | | | | Recent versions of Ant use (and even ship with) Xerces 2 instead of Crimson. Pointed out by: des Notes: svn path=/head/; revision=85122
* Removed extra item from pkg-plist. Bumped PORTREVISION.Ernst de Haan2003-05-152-1/+1
| | | | | | | Provided by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=81022
* Upgrade from 1.5.3 to 1.5.3-1.Ernst de Haan2003-04-222-4/+3
| | | | | | | | | | | | Reported by: Sergiy Vyshnevetskiy <serg@vostok.net> Shawn O'Connor <soconnor@peopleview.net> Cliff L. Biffle <cbiffle@safety.net> Jim Bloom <bloom@acm.org> Matthew Juszczak <matt@atopia.net> Daniel Mueller <mue.da@gmx.de> Notes: svn path=/head/; revision=79446
* Installing in ${PREFIX}/ant. No version number in target directory nameErnst de Haan2003-04-161-1/+2
| | | | | | | | | | anymore. Bumped PORTREVISION. Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 50982 Notes: svn path=/head/; revision=79057