summaryrefslogtreecommitdiff
path: root/java/jdk13
AgeCommit message (Expand)Author
2004-08-31. Fix the plugin build for gcc 3.4.Greg Lewis
2004-08-31. Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis
2004-08-31. Don't let find(1) descend into directories that may have already beenGreg Lewis
2004-08-10. Fix the main build for gcc 3.4. The HotSpot build may need someGreg Lewis
2004-08-10. Set CC, CXX and CPP conditionally so that this port will respect themGreg Lewis
2004-08-10. Call unregistervm with the VM we registered, not the comment associatedGreg Lewis
2004-03-17. SIZEify.Greg Lewis
2004-02-06. It appears as though diablo is problematic on 5.x still, so default toGreg Lewis
2004-02-06. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.Greg Lewis
2004-02-04Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke
2004-01-23Now gettext 0.12.1 is gettext-old.Trevor Johnson
2004-01-22Use the CPIO macro defined in bsd.port.mk.Trevor Johnson
2004-01-22Use the SORT macro from bsd.port.mk.Trevor Johnson
2004-01-20. Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis
2004-01-19. Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis
2004-01-19. Convert spaces to tabs.Greg Lewis
2004-01-14. Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis
2003-12-19. Update to 1.3.1 patchset 9.Greg Lewis
2003-10-28. Fix the plugin build when LOCALBASE is not /usr/local.Greg Lewis
2003-10-16. Fix pre-everything target.Greg Lewis
2003-10-08. Use ${PTHREAD_LIBS} rather than -pthread.Greg Lewis
2003-10-08. Make HotSpot compile with gcc 3.3.1.Greg Lewis
2003-08-31. Remove native_threads directories when native threads are not specifiedGreg Lewis
2003-08-30. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. ThisGreg Lewis
2003-08-29. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrapGreg Lewis
2003-08-22. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis
2003-08-021. Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis
2003-07-21. Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis
2003-07-11. Try to ensure that we get the correct version of some Netscape headerGreg Lewis
2003-06-15. In the cases where we need gtar, its an EXTRACT_DEPENDS, not aGreg Lewis
2003-06-15. Reorder the check for the source and patchset so that the failureGreg Lewis
2003-05-06. Bump PORTREVISION for the recent fixes.Greg Lewis
2003-05-06. Remove an assert() which asserts that if isatty() is true thenGreg Lewis
2003-04-30. Fix Math.pow() when the JDK is compiled with optimisation flags set.Greg Lewis
2003-04-22. Now that we can use Classic and HotSpot, make classic (and hence greenGreg Lewis
2003-04-22. Fix the shell wrapper to cope with HotSpot and as a result remove theGreg Lewis
2003-04-071. Clean up demo/jfc/SwingSet2/resources before the install. This shouldGreg Lewis
2003-04-07. Fix the packing list:Greg Lewis
2003-03-04Don't set IGNORE when PACKAGE_BUILDINGKris Kennaway
2003-02-28de-pkg-commentGreg Lewis
2003-02-281. Bump PORTREVISION for this and previous changes.Greg Lewis
2003-02-28. Updated version of native threads for FreeBSD. This uses recentlyGreg Lewis
2003-02-28. Rename our internal gethostby{name,addr}_r functions to avoid collisions.Greg Lewis
2003-02-28. Respect LOCALBASE in the DEVTOOLS_PATH setting.Greg Lewis
2003-02-28. Add missing include of <sys/time.h>, needed by <sys/resource.h> forGreg Lewis
2003-02-28. Be consistent about our compiler settings. Using gcc32 here was bothGreg Lewis
2003-02-12. Resurrect patch accidentally removed in last commit.Greg Lewis
2003-02-12. Update to patchset 8.Greg Lewis
2003-01-30Be consistent. If we're going to explicitly use /sbin/sysctl to checkGreg Lewis
2003-01-30Use the full path to /sbin/sysctlKris Kennaway