| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for OSVERSION < 5 | Edwin Groothuis | 2007-10-03 | 1 | -2/+2 |
| | | |||||
| * | . Add USE_XORG configuration. I'm guessing that prior to the modular | Greg Lewis | 2007-08-21 | 1 | -0/+1 |
| | | | | | | | | xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris) | ||||
| * | . Make it so we include Xm/XmIm.h rather than defining our own prototype. | Greg Lewis | 2007-06-02 | 1 | -0/+13 |
| | | | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris) | ||||
| * | - Welcome X.org 7.2 \o/. | Florent Thoumie | 2007-05-19 | 1 | -1/+1 |
| | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. | ||||
| * | . Don't allow bootstrapping with the expired linux-blackdown-jdk13 port. | Greg Lewis | 2007-03-14 | 1 | -5/+1 |
| | | | | | | PR: 110169 Submitted by: gabor | ||||
| * | . Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap. | Greg Lewis | 2006-12-08 | 1 | -3/+0 |
| | | |||||
| * | . Replace some hardwired /usr/X11R6 instances with X11BASE. [1] | Greg Lewis | 2006-12-08 | 4 | -13/+73 |
| | | | | | | | | | . Replace one hardwired /usr/local instance with LOCALBASE. This wasn't a problem since the port Makefile overrode that variable anyway. . Small Makefile restructure to keep related variables in one place. Pointed out by: pointyhat (via kris) [1] | ||||
| * | Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the | Joe Marcus Clarke | 2006-10-14 | 1 | -3/+3 |
| | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) | ||||
| * | . Take account of the MFC or the *_r functions to RELENG_6. | Greg Lewis | 2006-07-19 | 1 | -18/+32 |
| | | | | | Submitted by: ume@ | ||||
| * | . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_r | Greg Lewis | 2006-06-16 | 1 | -0/+83 |
| | | | | | | | itself. Submitted by: ume | ||||
| * | Remove USE_REINPLACE from categories starting with a J | Edwin Groothuis | 2006-05-09 | 1 | -1/+0 |
| | | |||||
| * | Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. | Ade Lovett | 2006-03-07 | 1 | -1/+1 |
| | | | | | | Discussed with: kris Approved by: portmgr (implicit) | ||||
| * | Conversion to a single libtool environment. | Ade Lovett | 2006-02-23 | 1 | -3/+2 |
| | | | | | Approved by: portmgr (kris) | ||||
| * | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 1 | -2/+2 |
| | | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
| * | . Always fix up the pthread library references, even if we're not | Greg Lewis | 2006-01-13 | 1 | -4/+0 |
| | | | | | | | | | | building either native threads or HotSpot. This is due to libcmm always wanting to link against a pthread library, which was causing problems on 7-CURRENT since it was erroneously hardwired to -lc_r. This should really fix the problem. Pointed out by: pointyhat via kris | ||||
| * | . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix, | Greg Lewis | 2005-12-11 | 1 | -1/+4 |
| | | | | | | | | and will stay in the port, but it masks an underlying problem that still remains. Reported by: pointyhat (via kris) | ||||
| * | . Add SHA256. | Greg Lewis | 2005-11-16 | 1 | -0/+2 |
| | | |||||
| * | . Tell the user all the files they will need up front, instead of telling | Greg Lewis | 2005-09-03 | 1 | -24/+29 |
| | | | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk13) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644 | ||||
| * | . Set a BUILD_DEPENDS for consistency. | Greg Lewis | 2005-07-23 | 1 | -1/+3 |
| | | | | | . Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes. | ||||
| * | . Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13. | Greg Lewis | 2005-07-23 | 1 | -7/+5 |
| | | | | | PR: 83758 | ||||
| * | . Add $FreeBSD$. | Greg Lewis | 2005-04-28 | 2 | -0/+4 |
| | | |||||
| * | . Bump PORTREVISION for the previous fix for jar(1). | Greg Lewis | 2005-04-27 | 1 | -8/+8 |
| | | | | | . Don't build the plugin by default as it has security flaws. | ||||
| * | . Ensure that when files are extracted that their fully resolved path lies | Greg Lewis | 2005-04-27 | 2 | -0/+67 |
| | | | | | | | | | 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. | ||||
| * | . Move the invocation of unregistervm to the top of the packing list. | Greg Lewis | 2005-02-17 | 1 | -1/+1 |
| | | | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm). | ||||
| * | . Backport some fixes from 1.4 for the HotSpot Server VM when compiled | Greg Lewis | 2004-12-07 | 2 | -0/+56 |
| | | | | | | | | | under gcc 3.4. In particular, this fixes some places where an enumerated type is assumed to be the same width as an int (which the standard doesn't guarantee and gcc 3.4 now enforces). For full details, see the log for the jdk14 equivalent changes. | ||||
| * | . Mark FORBIDDEN when building the browser plugin. | Greg Lewis | 2004-11-28 | 1 | -0/+1 |
| | | |||||
| * | . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as well | Greg Lewis | 2004-11-28 | 4 | -0/+70 |
| | | | | | | | as EBUSY. These are taken from equivalent patches to jdk14 by green and myself. | ||||
| * | . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS. | Greg Lewis | 2004-11-27 | 2 | -0/+77 |
| | | | | | Also, respect the setting of CXX and CXXFLAGS. | ||||
| * | . Fix the build with gcc 3.4 part 2/2. Don't use the flag | Greg Lewis | 2004-11-27 | 4 | -0/+87 |
| | | | | | | | | | | -fmemoize-lookups as gcc 3.4 doesn't understand it. [1] . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS. Also, respect the setting of CXX and CXXFLAGS. PR: 71516 [1] Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1] | ||||
| * | . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods public | Greg Lewis | 2004-11-27 | 2 | -0/+44 |
| | | | | | | | | | where previously they defaulted to protected. gcc 3.4 seems to pick this up where earlier versions didn't. PR: 71516 Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> | ||||
| * | . Fix the plugin build for gcc 3.4. | Greg Lewis | 2004-08-31 | 1 | -0/+22 |
| | | | | | Submitted by: Timo Geusch <freebsd@unixconsult.co.uk> | ||||
| * | . Assume (un)registervm is in LOCALBASE _not_ PREFIX. | Greg Lewis | 2004-08-31 | 1 | -2/+2 |
| | | |||||
| * | . Don't let find(1) descend into directories that may have already been | Greg Lewis | 2004-08-31 | 1 | -1/+1 |
| | | | | | | | | deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de> | ||||
| * | . Fix the main build for gcc 3.4. The HotSpot build may need some | Greg Lewis | 2004-08-10 | 1 | -0/+13 |
| | | | | | | | | | additional patches. This patch is taken almost verbatim from PR 69853 which was submitted by Jake Hamby <jhamby@anobject.com>. I've applied it to jdk13 rather than jdk14 though. | ||||
| * | . Set CC, CXX and CPP conditionally so that this port will respect them | Greg Lewis | 2004-08-10 | 1 | -2/+16 |
| | | | | | | if set in the port build. Note that the HotSpot build will likely require additional changes for it to also respect these variables. | ||||
| * | . Call unregistervm with the VM we registered, not the comment associated | Greg Lewis | 2004-08-10 | 1 | -1/+1 |
| | | | | | with (as comments should be optional). | ||||
| * | . SIZEify. | Greg Lewis | 2004-03-17 | 1 | -0/+2 |
| | | |||||
| * | . It appears as though diablo is problematic on 5.x still, so default to | Greg Lewis | 2004-02-06 | 1 | -0/+4 |
| | | | | | | bootstrapping with the Linux JDK if there isn't a previously compiled native one. | ||||
| * | . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports. | Greg Lewis | 2004-02-06 | 1 | -0/+1 |
| | | | | | Reminded by: kris | ||||
| * | Add USE_GETTEXT and bump PORTREVISION. | Joe Marcus Clarke | 2004-02-04 | 1 | -2/+2 |
| | | | | | | Submitted by: trevor Tested by: bento | ||||
| * | Now gettext 0.12.1 is gettext-old. | Trevor Johnson | 2004-01-23 | 1 | -1/+1 |
| | | |||||
| * | Use the CPIO macro defined in bsd.port.mk. | Trevor Johnson | 2004-01-22 | 1 | -2/+0 |
| | | |||||
| * | Use the SORT macro from bsd.port.mk. | Trevor Johnson | 2004-01-22 | 1 | -1/+0 |
| | | |||||
| * | . Add ${LOCALBASE}/lib to the default search path for JNI libraries for | Greg Lewis | 2004-01-20 | 2 | -3/+21 |
| | | | | | HotSpot as well. | ||||
| * | . Add ${LOCALBASE}/lib to the default search path for libraries when using | Greg Lewis | 2004-01-19 | 2 | -2/+17 |
| | | | | | | | | | | 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 | ||||
| * | . Convert spaces to tabs. | Greg Lewis | 2004-01-19 | 1 | -8/+8 |
| | | |||||
| * | . Install the cacerts file from Sun's 1.3.1_10 release to avoid some | Greg Lewis | 2004-01-14 | 2 | -0/+2 |
| | | | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 | ||||
| * | . Update to 1.3.1 patchset 9. | Greg Lewis | 2003-12-19 | 16 | -1347/+16 |
| | | |||||
| * | . Fix the plugin build when LOCALBASE is not /usr/local. | Greg Lewis | 2003-10-28 | 1 | -1/+2 |
| | | | | | | PR: 58618 Submitted by: harti | ||||
| * | . Fix pre-everything target. | Greg Lewis | 2003-10-16 | 1 | -1/+1 |
| | | | | | | PR: 58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> | ||||
