summaryrefslogtreecommitdiff
path: root/java/jdk12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117789
* . SIZEify.Greg Lewis2004-03-171-0/+2
| | | | Notes: svn path=/head/; revision=104308
* . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.Greg Lewis2004-02-061-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=100159
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-1/+19
| | | | | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus Notes: svn path=/head/; revision=98594
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+3
| | | | | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98256
* . Use the correct variables for appending to CPPFLAGS and LDFLAGS. ThisGreg Lewis2004-01-151-0/+15
| | | | | | | | also avoids grabbing the jni.h header from gcj, which really causes problems. Notes: svn path=/head/; revision=98222
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+3
| | | | Notes: svn path=/head/; revision=93890
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2003-08-232-4/+31
| | | | | | | | | | | | | | (possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602 Notes: svn path=/head/; revision=87559
* . Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-9/+11
| | | | | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. PR: 52195 Notes: svn path=/head/; revision=86196
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis2003-07-211-2/+2
| | | | | | | | | it doesn't require user intervention to download and install. PR: 30576 Notes: svn path=/head/; revision=85308
* . Reorder the check for the source and patchset so that the failureGreg Lewis2003-06-151-11/+11
| | | | | | | messages are produced in the order that they were intended. Notes: svn path=/head/; revision=83000
* Allow the build to commence by changing the BUILD_DEPENDS on jfc toKris Kennaway2003-04-071-2/+2
| | | | | | | PATCH_DEPENDS, since it is required by pre-patch Notes: svn path=/head/; revision=78556
* Add another check for !PACKAGE_BUILDING when setting IGNOREKris Kennaway2003-03-101-1/+1
| | | | Notes: svn path=/head/; revision=77080
* . Allow package building on bento to bypass the distfile check.Greg Lewis2003-03-061-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=77036
* . Commit the version of these patches with the correct paths. Grrr.Greg Lewis2003-02-212-14/+8
| | | | Notes: svn path=/head/; revision=76052
* de-pkg-commentGreg Lewis2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76028
* . Make portlint happier.Greg Lewis2003-02-201-5/+4
| | | | Notes: svn path=/head/; revision=75935
* . Use <sys/soundcard.h> on FreeBSD (fixes compilation on 5.x).Greg Lewis2003-02-202-0/+32
| | | | | | | | | | | . Cope with gcc 3.x in a preprocessor conditional. PR: 47707, 47699 Submitted by: grog (PRs), "R. Lake" <rich@lakes.plus.com> (independently in email) Notes: svn path=/head/; revision=75933
* Be consistent. If we're going to explicitly use /sbin/sysctl to checkGreg Lewis2003-01-301-1/+1
| | | | | | | the value, then tell the user to use that to set the value too. Notes: svn path=/head/; revision=74272
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-3/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-171-6/+27
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68217
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-101-5/+2
| | | | | | | | | | | | | | | | | | | .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758 Notes: svn path=/head/; revision=67730
* Update to patchset 11.Greg Lewis2002-09-184-15/+21
| | | | Notes: svn path=/head/; revision=66575
* . Synchronise with jdk13 Makefile as much as possible to reduceGreg Lewis2002-08-191-9/+38
| | | | | | | | | | | | | | | maintenance. The main changes are: . Use 'p' for the patchset version, not 'b' and refer to the patchset internally with JDK_PATCHSET_VERSION rather than JDK_BETALEVEL. . Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists as much as possible. . Add the extra pre-build checks to try and avoid build errors. . There is also a very minor amount of whitespace diff reduction (this should have gone in a separate commit). Last hunk of the diff. Notes: svn path=/head/; revision=64673
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-121-1/+1
| | | | Notes: svn path=/head/; revision=64418
* . Fix the dependencies for this port following the renaming of the JDKGreg Lewis2002-06-141-8/+10
| | | | | | | | | | | ports. . Use (and define if necessary) ${FIND} and ${CPIO}, rather than /usr/bin/find and /usr/bin/cpio, respectively. Reviewed by: znerd Notes: svn path=/head/; revision=61272
* Switch dependency from open-motif-devel to open-motif, since the formerKris Kennaway2002-06-041-1/+1
| | | | | | | | | was removed. Pointy hat to: obrien Notes: svn path=/head/; revision=60561
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-04-131-4/+4
| | | | | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. This leaves 11 of the ports listed in the PR still to go. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57646
* Hand over maintainership to Java Boy (glewis). :)))Maxim Sobolev2002-04-121-1/+1
| | | | Notes: svn path=/head/; revision=57641
* Update link to the place where distfile can be downloaded.Maxim Sobolev2001-05-031-2/+2
| | | | | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com> Notes: svn path=/head/; revision=42219
* fix typo:Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | | | | | | | - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=38347
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.Maxim Sobolev2000-11-031-1/+3
| | | | | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org> Notes: svn path=/head/; revision=34749
* Correct patch, so it will apply cleanly.Maxim Sobolev2000-10-161-2/+2
| | | | | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com> Notes: svn path=/head/; revision=33886
* This port is i386 only for the moment. We need some assembler code writtenMaxim Sobolev2000-10-141-0/+1
| | | | | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au> Notes: svn path=/head/; revision=33820
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-137-0/+1206
Sun and patchset from FreeBSD Java Project. Notes: svn path=/head/; revision=33771