aboutsummaryrefslogtreecommitdiff
path: root/java/jdk13
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-13/+0
| | | | Notes: svn path=/head/; revision=225297
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-194-13/+13
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-2/+2
| | | | Notes: svn path=/head/; revision=200758
* . Add USE_XORG configuration. I'm guessing that prior to the modularGreg Lewis2007-08-211-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) Notes: svn path=/head/; revision=198006
* . Make it so we include Xm/XmIm.h rather than defining our own prototype.Greg Lewis2007-06-021-0/+13
| | | | | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris) Notes: svn path=/head/; revision=192601
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* . Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.Greg Lewis2007-03-141-5/+1
| | | | | | | | PR: 110169 Submitted by: gabor Notes: svn path=/head/; revision=187385
* . Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.Greg Lewis2006-12-081-3/+0
| | | | Notes: svn path=/head/; revision=179193
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-084-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] Notes: svn path=/head/; revision=179192
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-3/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* . Take account of the MFC or the *_r functions to RELENG_6.Greg Lewis2006-07-191-18/+32
| | | | | | | Submitted by: ume@ Notes: svn path=/head/; revision=168277
* . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_rGreg Lewis2006-06-161-0/+83
| | | | | | | | | itself. Submitted by: ume Notes: svn path=/head/; revision=165589
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161761
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* . Always fix up the pthread library references, even if we're notGreg Lewis2006-01-131-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 Notes: svn path=/head/; revision=153397
* . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,Greg Lewis2005-12-111-1/+4
| | | | | | | | | | and will stay in the port, but it masks an underlying problem that still remains. Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=150918
* . Add SHA256.Greg Lewis2005-11-161-0/+2
| | | | Notes: svn path=/head/; revision=148433
* . Tell the user all the files they will need up front, instead of tellingGreg Lewis2005-09-031-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 Notes: svn path=/head/; revision=141834
* . Set a BUILD_DEPENDS for consistency.Greg Lewis2005-07-231-1/+3
| | | | | | | . Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes. Notes: svn path=/head/; revision=139949
* . Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.Greg Lewis2005-07-231-7/+5
| | | | | | | PR: 83758 Notes: svn path=/head/; revision=139945
* . Add $FreeBSD$.Greg Lewis2005-04-282-0/+4
| | | | Notes: svn path=/head/; revision=134332
* . Bump PORTREVISION for the previous fix for jar(1).Greg Lewis2005-04-271-8/+8
| | | | | | | . Don't build the plugin by default as it has security flaws. Notes: svn path=/head/; revision=134276
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-04-272-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. Notes: svn path=/head/; revision=134275
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-171-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). Notes: svn path=/head/; revision=129106
* . Backport some fixes from 1.4 for the HotSpot Server VM when compiledGreg Lewis2004-12-072-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. Notes: svn path=/head/; revision=123411
* . Mark FORBIDDEN when building the browser plugin.Greg Lewis2004-11-281-0/+1
| | | | Notes: svn path=/head/; revision=122646
* . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as wellGreg Lewis2004-11-284-0/+70
| | | | | | | | | as EBUSY. These are taken from equivalent patches to jdk14 by green and myself. Notes: svn path=/head/; revision=122645
* . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.Greg Lewis2004-11-272-0/+77
| | | | | | | Also, respect the setting of CXX and CXXFLAGS. Notes: svn path=/head/; revision=122565
* . Fix the build with gcc 3.4 part 2/2. Don't use the flagGreg Lewis2004-11-274-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] Notes: svn path=/head/; revision=122563
* . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods publicGreg Lewis2004-11-272-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> Notes: svn path=/head/; revision=122561
* . Fix the plugin build for gcc 3.4.Greg Lewis2004-08-311-0/+22
| | | | | | | Submitted by: Timo Geusch <freebsd@unixconsult.co.uk> Notes: svn path=/head/; revision=117760
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-08-311-2/+2
| | | | Notes: svn path=/head/; revision=117758
* . Don't let find(1) descend into directories that may have already beenGreg Lewis2004-08-311-1/+1
| | | | | | | | | | deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de> Notes: svn path=/head/; revision=117757
* . Fix the main build for gcc 3.4. The HotSpot build may need someGreg Lewis2004-08-101-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. Notes: svn path=/head/; revision=115872
* . Set CC, CXX and CPP conditionally so that this port will respect themGreg Lewis2004-08-101-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. Notes: svn path=/head/; revision=115870
* . Call unregistervm with the VM we registered, not the comment associatedGreg Lewis2004-08-101-1/+1
| | | | | | | with (as comments should be optional). Notes: svn path=/head/; revision=115869
* . SIZEify.Greg Lewis2004-03-171-0/+2
| | | | Notes: svn path=/head/; revision=104308
* . It appears as though diablo is problematic on 5.x still, so default toGreg Lewis2004-02-061-0/+4
| | | | | | | | bootstrapping with the Linux JDK if there isn't a previously compiled native one. Notes: svn path=/head/; revision=100161
* . 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98788
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis2004-01-202-3/+21
| | | | | | | HotSpot as well. Notes: svn path=/head/; revision=98672
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-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 Notes: svn path=/head/; revision=98578
* . Convert spaces to tabs.Greg Lewis2004-01-191-8/+8
| | | | Notes: svn path=/head/; revision=98577
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-142-0/+2
| | | | | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Notes: svn path=/head/; revision=98170