aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk13
Commit message (Expand)AuthorAgeFilesLines
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
* . Fix the build with recent xorg.Greg Lewis2010-05-261-0/+15
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-13/+0
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-204-13/+13
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-2/+2
* . Add USE_XORG configuration. I'm guessing that prior to the modularGreg Lewis2007-08-211-0/+1
* . Make it so we include Xm/XmIm.h rather than defining our own prototype.Greg Lewis2007-06-031-0/+13
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-1/+1
* . Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.Greg Lewis2007-03-151-5/+1
* . Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.Greg Lewis2006-12-091-3/+0
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-094-13/+73
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-3/+3
* . Take account of the MFC or the *_r functions to RELENG_6.Greg Lewis2006-07-201-18/+32
* . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_rGreg Lewis2006-06-171-0/+83
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
* . Always fix up the pthread library references, even if we're notGreg Lewis2006-01-141-4/+0
* . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,Greg Lewis2005-12-121-1/+4
* . Add SHA256.Greg Lewis2005-11-161-0/+2
* . Tell the user all the files they will need up front, instead of tellingGreg Lewis2005-09-031-24/+29
* . Set a BUILD_DEPENDS for consistency.Greg Lewis2005-07-231-1/+3
* . Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.Greg Lewis2005-07-231-7/+5
* . Add $FreeBSD$.Greg Lewis2005-04-292-0/+4
* . Bump PORTREVISION for the previous fix for jar(1).Greg Lewis2005-04-281-8/+8
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-04-282-0/+67
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-181-1/+1
* . Backport some fixes from 1.4 for the HotSpot Server VM when compiledGreg Lewis2004-12-082-0/+56
* . Mark FORBIDDEN when building the browser plugin.Greg Lewis2004-11-281-0/+1
* . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as wellGreg Lewis2004-11-284-0/+70
* . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.Greg Lewis2004-11-272-0/+77
* . Fix the build with gcc 3.4 part 2/2. Don't use the flagGreg Lewis2004-11-274-0/+87
* . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods publicGreg Lewis2004-11-272-0/+44
* . Fix the plugin build for gcc 3.4.Greg Lewis2004-09-011-0/+22
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
* . Don't let find(1) descend into directories that may have already beenGreg Lewis2004-09-011-1/+1
* . Fix the main build for gcc 3.4. The HotSpot build may need someGreg Lewis2004-08-111-0/+13
* . Set CC, CXX and CPP conditionally so that this port will respect themGreg Lewis2004-08-111-2/+16
* . Call unregistervm with the VM we registered, not the comment associatedGreg Lewis2004-08-111-1/+1
* . SIZEify.Greg Lewis2004-03-181-0/+2
* . It appears as though diablo is problematic on 5.x still, so default toGreg Lewis2004-02-071-0/+4
* . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.Greg Lewis2004-02-071-0/+1
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-241-1/+1
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis2004-01-212-3/+21
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-202-2/+17
* . Convert spaces to tabs.Greg Lewis2004-01-201-8/+8
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-152-0/+2
* . Update to 1.3.1 patchset 9.Greg Lewis2003-12-2016-1347/+16
* . Fix the plugin build when LOCALBASE is not /usr/local.Greg Lewis2003-10-291-1/+2
* . Fix pre-everything target.Greg Lewis2003-10-171-1/+1
* . Use ${PTHREAD_LIBS} rather than -pthread.Greg Lewis2003-10-082-1/+30
* . Make HotSpot compile with gcc 3.3.1.Greg Lewis2003-10-084-0/+151
* . Remove native_threads directories when native threads are not specifiedGreg Lewis2003-09-012-4/+8
* . Check for a setting of "-mcpu=k6" in CFLAGS and error if so. ThisGreg Lewis2003-08-301-2/+9
* . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrapGreg Lewis2003-08-301-3/+6
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2003-08-232-4/+31
* 1. Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-031-20/+12
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis2003-07-221-2/+2
* . Try to ensure that we get the correct version of some Netscape headerGreg Lewis2003-07-121-0/+13
* . In the cases where we need gtar, its an EXTRACT_DEPENDS, not aGreg Lewis2003-06-151-2/+2
* . Reorder the check for the source and patchset so that the failureGreg Lewis2003-06-151-11/+11
* . Bump PORTREVISION for the recent fixes.Greg Lewis2003-05-061-1/+1
* . Remove an assert() which asserts that if isatty() is true thenGreg Lewis2003-05-061-0/+12
* . Fix Math.pow() when the JDK is compiled with optimisation flags set.Greg Lewis2003-04-301-0/+176
* . Now that we can use Classic and HotSpot, make classic (and hence greenGreg Lewis2003-04-231-0/+13
* . Fix the shell wrapper to cope with HotSpot and as a result remove theGreg Lewis2003-04-232-2/+81
* 1. Clean up demo/jfc/SwingSet2/resources before the install. This shouldGreg Lewis2003-04-081-0/+4
* . Fix the packing list:Greg Lewis2003-04-081-29/+30
* Don't set IGNORE when PACKAGE_BUILDINGKris Kennaway2003-03-041-2/+2
* de-pkg-commentGreg Lewis2003-03-012-1/+1
* 1. Bump PORTREVISION for this and previous changes.Greg Lewis2003-03-012-1/+91
* . Updated version of native threads for FreeBSD. This uses recentlyGreg Lewis2003-03-011-0/+726
* . Rename our internal gethostby{name,addr}_r functions to avoid collisions.Greg Lewis2003-03-011-0/+114
* . Respect LOCALBASE in the DEVTOOLS_PATH setting.Greg Lewis2003-03-011-0/+9
* . Add missing include of <sys/time.h>, needed by <sys/resource.h> forGreg Lewis2003-03-011-0/+12
* . Be consistent about our compiler settings. Using gcc32 here was bothGreg Lewis2003-03-011-0/+13
* . Resurrect patch accidentally removed in last commit.Greg Lewis2003-02-131-0/+18
* . Update to patchset 8.Greg Lewis2003-02-1312-1142/+2
* Be consistent. If we're going to explicitly use /sbin/sysctl to checkGreg Lewis2003-01-301-1/+1
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-111-3/+0
* . Add optional (default: off) runtime dependencies for the font packagesGreg Lewis2002-11-011-0/+10
* . Fix UDP packet broadcasting.Greg Lewis2002-11-012-1/+15
* . Check for open-motif with libXm.so, which we actually use, instead ofGreg Lewis2002-10-291-2/+2
* . In the informative message regarding downloading the necessary files,Greg Lewis2002-10-291-3/+3
* . echo -> ${ECHO_MSG}Greg Lewis2002-10-251-8/+8
* . Catch up with additional font.properties files.Greg Lewis2002-10-251-0/+3
* . Chinese font.properties and make glue.Greg Lewis2002-10-252-2/+245
* . More XIM fixes for Japanese users (and presumably others with similarGreg Lewis2002-10-192-0/+64
* . Link the Netscape 4 plugin against libintl to avoid a runtime linkGreg Lewis2002-10-191-0/+15
* . Russian and Ukrainian font property files and appropriate build changes.Greg Lewis2002-10-193-0/+416
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-181-6/+26
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-101-5/+2
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-121-1/+1
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-101-1/+1
* . Fix a typo in a message printed out to the user.Greg Lewis2002-08-091-1/+1
* Add a check in pre-build for a sysctl which will cause an error duringGreg Lewis2002-08-071-0/+9
* Improved font.properties.ja based on the Kochi fonts rather than theGreg Lewis2002-08-061-0/+308
* Now that sobomax has updated the system version of tar don't redefineGreg Lewis2002-08-061-2/+5
* Add in a patch from the porting repository that allows people to buildGreg Lewis2002-08-061-0/+62
* Update to patchset 7.Greg Lewis2002-07-2617-554/+2
* Remove unintentional dependency on readlink by replacing the call to itGreg Lewis2002-07-151-1/+1
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.Greg Lewis2002-07-081-1/+3
* Add a pre-build target to check for a setting of WRKDIRPREFIX which willGreg Lewis2002-06-271-0/+13
* Add open-motif to RUN_DEPENDS temporarily until we teach the JDK toGreg Lewis2002-06-261-0/+1
* . Fix dependencies after recent JDK ports repo copy.Greg Lewis2002-06-141-16/+19
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>Greg Lewis2002-06-121-0/+20
* Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway2002-06-0612-11/+11
* Use correct Open Motif.David E. O'Brien2002-05-281-2/+1
* Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap withGreg Lewis2002-05-031-0/+4
* Really fix the incompatibilities with gettext 0.11. The previousGreg Lewis2002-05-039-10/+176
* Correct pkg-plist.Maxim Sobolev2002-04-231-1/+1
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>Greg Lewis2002-04-172-0/+32
* Add a temporary dependency on gettext-old and use msgfmt-old to processGreg Lewis2002-04-172-0/+10
* Bump PORTREVISION due to the last two changes to the port.Greg Lewis2002-04-161-1/+1
* Fix some crash bugs in the browser plugin code by usingGreg Lewis2002-04-161-0/+31
* Add Taiwan Chinese font properties support (if I understandGreg Lewis2002-04-163-0/+255
* Start my bid for world domination by taking maintainershipGreg Lewis2002-04-161-1/+1
* A better fix for creating src.jar. Using tar by itself fails because theGreg Lewis2002-04-121-5/+4
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-04-121-4/+4
* Now creating an 'ext' directory as a subdirectory ofErnst de Haan2002-04-072-1/+3
* Correct when WITHOUT_PLUGIN is defined.Maxim Sobolev2002-03-151-5/+5
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. ThisMaxim Sobolev2002-03-133-4/+23
* Bumped PORTREVISION. Added a patch earlier today, and theErnst de Haan2002-03-121-0/+1
* Fixes the problem that the source JAR is too small.Ernst de Haan2002-03-111-0/+26
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whenMaxim Sobolev2002-03-061-1/+2
* Corrected the gtk version number at the request of Greg Lewis.Chad David2002-02-201-1/+1
* Use correct LIB_DEPENDS.Maxim Sobolev2002-02-201-1/+1
* Correct pkg-plist in the default and NODEBUG cases.Maxim Sobolev2002-02-191-6/+6
* Fix ampersand entities...Patrick S. Gardella2002-02-151-7/+7
* Update to patch set 6Patrick S. Gardella2002-02-143-2/+207
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriateMaxim Sobolev2001-12-141-1/+1
* Update to patchlevel 5.Maxim Sobolev2001-10-165-73/+7
* Fix a potential crash on 5-CURRENT.Maxim Sobolev2001-09-122-0/+29
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-106-300/+55
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-289-480/+1564
* Update link to the place where distfile can be downloaded.Maxim Sobolev2001-05-031-2/+2
* fix typo:Mario Sergio Fujikawa Ferreira2001-02-151-1/+1
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-151-1/+1
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.Maxim Sobolev2000-11-041-1/+3
* Correct patch, so it will apply cleanly.Maxim Sobolev2000-10-161-2/+2
* This port is i386 only for the moment. We need some assembler code writtenMaxim Sobolev2000-10-141-0/+1
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-137-0/+1206