summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-common::Defs-bsd.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-081-2/+20
| | | | | | | | | | | . 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
* . 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
* . Update to 1.3.1 patchset 9.Greg Lewis2003-12-191-11/+9
| | | | Notes: svn path=/head/; revision=96220
* . Respect LOCALBASE in the DEVTOOLS_PATH setting.Greg Lewis2003-02-281-0/+9
| | | | | | | | PR: 47668 Submitted by: Mike Meyer <mwm-dated-1044336154.329122@mired.org> Notes: svn path=/head/; revision=76656
* . Resurrect patch accidentally removed in last commit.Greg Lewis2003-02-121-0/+18
| | | | Notes: svn path=/head/; revision=75385
* . Update to patchset 8.Greg Lewis2003-02-121-18/+0
| | | | Notes: svn path=/head/; revision=75384
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-101-8/+5
| | | | | | | | | | please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=47603
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-271-0/+21
jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=46988