summaryrefslogtreecommitdiff
path: root/java/jdk12/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Add a necessary patch for jikes to be able to compile the source codeGreg Lewis2005-07-231-0/+13
| | | | | | | (which is what jbootstrap uses). Notes: svn path=/head/; revision=139951
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-05-022-0/+71
| | | | | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5. . Bump PORTREVISION for this fix. Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html Notes: svn path=/head/; revision=134505
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-191-0/+13
| | | | | | | | | | | | 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-161-0/+0
| | | | | | | | | | 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
* . Commit the version of these patches with the correct paths. Grrr.Greg Lewis2003-02-212-14/+8
| | | | Notes: svn path=/head/; revision=76052
* . 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
* Update to patchset 11.Greg Lewis2002-09-181-8/+7
| | | | Notes: svn path=/head/; revision=66575
* 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
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-131-0/+36
Sun and patchset from FreeBSD Java Project. Notes: svn path=/head/; revision=33771