Commit graph

36 commits

Author SHA1 Message Date
David Brownlee
332d54f4fb Make it easier to display the value of ALT_BOOTDIR - no change to built package 2009-07-08 09:46:22 +00:00
ndb
59c187c2c7 make gcc independable from jdk16/Makefile.common 2009-06-02 13:18:43 +00:00
Thomas Klausner
ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00
David Brownlee
0775262a94 Fix MACHINE_ARCH PLIST substitution for amd64 2009-03-10 11:15:26 +00:00
Geert Hendrickx
48c6ded18d NetBSD/amd64 support almost there. 2009-03-06 20:56:53 +00:00
David Brownlee
26a2ee14f0 pkglint plus merge the various PLIST fragments into a single file 2009-03-06 20:40:55 +00:00
Geert Hendrickx
d4cf74f22b /proc mounted with -o linux works too. 2009-03-06 13:44:53 +00:00
David Brownlee
cf7d47e1c8 MAKE_JOBS_SAFE=no, USE_TOOLS+=pax 2009-02-24 15:19:22 +00:00
Tobias Nygren
04f850e5fa Fix fallout from pax(1) tool changes in pkgsrc. 2008-05-26 13:59:43 +00:00
Tobias Nygren
aebce49faf Assume yes to the interactive extract prompt iff both BATCH and
PKG_DEVELOPER are defined, to facilitate bulk builds.
2008-02-27 20:41:24 +00:00
Tobias Nygren
8c3cb36fcd Update to patchset 8. 2008-02-27 05:20:51 +00:00
Tobias Nygren
6079abbf3e Move more stuff to common handling.
Move all options handling to the corresponding options.mk.
Silence unzip progress.
2008-01-20 15:23:08 +00:00
OBATA Akio
fa72827436 Add DESTDIR
XXX: should not define PKG_DESTDIR_SUPPORT in Makefile.common
2008-01-20 02:07:37 +00:00
Tobias Nygren
51abbd8b69 More rototill. Require GCC 3.x for compilation. 2008-01-19 15:26:35 +00:00
Tobias Nygren
2d4653e3d3 Separate the license mess into it's own .mk file so it can be shared with
jdk16. Also, fix MOTIF_TYPE definition broken by previous commit.
2008-01-19 09:49:27 +00:00
Tobias Nygren
d9fb3886f7 Share some code between the jdk packages. 2008-01-19 08:19:04 +00:00
Tobias Nygren
6bfec026ff Use the supplied variables for files to extract. 2008-01-19 06:54:57 +00:00
Tobias Nygren
1b720c2e5b Add some hack from FreeBSD ports to get rid of the retar^Wsilly requirement
to open an *X11 window* with a clickwrap license. Instead, make the
extraction stage interactive and show each license in the terminal,
prompting the user to type "yes" if he accepts the license.

XXX: this is UGLY but still an improvement.
2008-01-19 06:45:51 +00:00
Havard Eidnes
f7f094ff1d Add inet6 as a valid package option. It remains to be tested what
effect that has on the resulting JDK.

Also add optional fetch instructions for the file needed for the
jdk15-jce option.
2007-12-08 01:32:35 +00:00
Havard Eidnes
a8687857ca Update the jdk15 package to be based on update 13 with patch 7
from FreeBSD.
2007-11-27 00:11:58 +00:00
Geert Hendrickx
78284f4bf7 Drop maintainership. 2007-08-19 18:19:36 +00:00
Brian de Alwis
4e0d4357cc Updated to make browser plugin truly optional. 2007-06-12 17:36:12 +00:00
David Brownlee
a680cdca89 Add jce_policy to distinfo, clean up some pkglint 2007-05-02 09:29:38 +00:00
Brian de Alwis
5837e51e36 Rewrote the FETCH_MESSAGE to be more clear (re: question in
Message-Id <20070406080628.GA911@localhost.locahost.net>)
2007-04-06 16:51:01 +00:00
David Brownlee
fcd40f0f52 Add x11/libXi & x11/libXtst buildlinks to fix build against modular x11 2007-03-28 14:34:04 +00:00
Brian de Alwis
f6932ecfb8 Fixed fetch to always be interactive, and updated to use FETCH_MESSAGE. 2007-03-27 17:51:23 +00:00
Brian de Alwis
17b284b0e8 Use the www/seamonkey/gecko-*.mk framework for deciding which browser
to support.
2007-03-10 17:11:05 +00:00
Brian de Alwis
cc5cf2f032 Updated to use BSD Patchset #4.
Incorporated Todd Vierling and Brian de Alwis's patches.
Added support for Firefox2.
Added necessary fixes to build on NetBSD.
Removed BROKEN -- this now builds.
2007-03-01 16:58:00 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Geert Hendrickx
a64f103d85 Change LICENSE to scsl23-license to match pkgsrc/lang/scsl-(jdk|jre)15.
This way "make show-license" will also work for the pkgsrc-wip packages.
2006-05-24 16:33:15 +00:00
Roland Illig
c970b212b4 Removed "quotes" from variables that don't need them, for example BROKEN
and SUBST_MESSAGE.*.
2006-04-22 10:48:36 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Geert Hendrickx
d40e15c640 Update my e-mail address. 2005-12-13 12:16:11 +00:00
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Geert Hendrickx
3c75ce05dd Reindent. 2005-11-16 13:42:16 +00:00
Geert Hendrickx
b79afa759e Import jdk15, Sun's Java Development Kit 1.5.0, based on Eyesbeyond's patchset-2.
Marked as BROKEN since it doesn't build yet, but already committed so that others
can also look at it (requested by joerg@).
2005-09-28 13:56:35 +00:00