1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Bryan Drewery
ce552246a2 - Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors

With hat:	portmgr
2013-08-29 12:59:09 +00:00
Eitan Adler
95ae5fa223 Fix port
Reported by:	bapt
2013-03-18 21:59:38 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Dag-Erling Smørgrav
dbc36c9345 Remove useless metadata from ports I created. 2012-09-05 15:43:33 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
2011-07-21 05:03:02 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
4567869b40 SHA256ify (and sometimes SIZEify)
Approved by: krion@
2006-01-30 11:30:48 +00:00
Herve Quiroz
dce0f466da Add 'devel' category 2005-02-19 00:54:43 +00:00
Herve Quiroz
78613323a4 - Update to bsd.java.mk 2.0
- Minor cosmetic improvement
2005-02-18 15:23:34 +00:00
Herve Quiroz
8b4f664184 Fix download URL
Reported by:    kris
2004-12-10 03:26:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Greg Lewis
46a35203e5 . Adjust download instructions for new download URL. 2004-01-16 20:11:03 +00:00
Greg Lewis
28785491ce . Convert a space to a tab.
. Use a download URL which is one less hop away from the actual download.
2004-01-16 20:06:34 +00:00
Alfred Perlstein
be6fe76b0a assign maintainer to java@, requested by maintainer des. 2004-01-09 12:19:12 +00:00
Alfred Perlstein
05746372fd Don't use a leading zero in PORTREVISION, it confuses the pkg* tools and
portupgrade with "missing origin".

Properly detect that the distfile doesn't exist.  We can't use
${DISTDIR}/${DISTFILES} because it's not defined until after
bsd.port.post.mk, but after inclusion of bsd.port.post.mk we
can not define IGNORE.  To fix use the already known variables
as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}

Reviewed by: maintainer timeout.
PR: ports/60652
2004-01-02 19:11:16 +00:00
Kris Kennaway
05092710d7 Back out previous commit. Further inspection reveals that it is the
diablo-jdk port that is bogusly requiring manual input at pkg_add time,
thereby preventing any other packages from building with it.
2003-09-24 03:28:24 +00:00
Kris Kennaway
ad06691197 Mark as IS_INTERACTIVE because it asks for manual license acceptance and
causes the bento build to loop.

This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
2003-09-24 03:25:51 +00:00
Dag-Erling Smørgrav
c9dc1dea98 Java 2 SDK Enterprise Edition 1.3.1 2003-06-27 09:31:51 +00:00