summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' toGreg Lewis2010-06-111-1/+1
| | | | | | | | | determine whether sigignore(3) is supported or not. This fixes the build for QAT and pointyhat (or in fact any jailed situation where the kernel and headers are not in sync). Notes: svn path=/head/; revision=256336
* . Attempt to fix the build for recent 8-STABLE and 9-CURRENT which haveGreg Lewis2010-02-211-0/+24
| | | | | | | | | sigignore(3). Feature safe: yes Notes: svn path=/head/; revision=250110
* . Update to 1.5.0_16 and patchset 9.Greg Lewis2009-03-091-22/+0
| | | | Notes: svn path=/head/; revision=229787
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* . Update to patchset 5, based on the 1.5.0_11 JRL source code.Greg Lewis2007-06-091-14/+0
| | | | Notes: svn path=/head/; revision=193076
* . Don't statically link with libXm any more. The Open Motif port no longerGreg Lewis2007-03-061-3/+17
| | | | | | | | uses hacks to compile libXm.a with PIC objects, which means trying to statically link with it breaks the build on amd64. Notes: svn path=/head/; revision=186629
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-111-3/+12
| | | | | | | | | | | | | . Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1] Notes: svn path=/head/; revision=179502
* . Update to patchset 2:Greg Lewis2005-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | . Many patches are now unnecessary as they are included in the new patchset. . The browser plugin and Java Web Start is enabled on i386 (there are 64 bit issues with both the plugin and Mozilla/Firefox which prevent enabling it on amd64). . Update the amount of disk space needed. . Update the status of the port. . Disable building the shared class data archive. This broke the build on amd64 and appears to also be problematic on some i386 versions (4.11 is broken at least). It will reappear in future, probably initially on a limited set of FreeBSD versions and architectures (6.0/i386 is reported to work). Reviewed by: freebsd-java@ Approved by: maintainer timeout (1 week) Notes: svn path=/head/; revision=143246
* Please welcome new participant of FreeBSD ports tree and Java portsAlexey Zelkin2005-01-201-0/+13
family -- first public patchset of native Sun JDK 1.5.0 port. Most valuable addition of this patchset is native amd64 support. And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for making it possible by providing amd64 hardware. This patchset was tested on following configurations: i386/4.10, i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and shown no huge visible problems over last week. But even mentioning above note, keep in mind -- THIS IS ALPHA PATCHSET and suitable for testers/developers ONLY! Known issues are including (but for sure not limited to): . Browser plugin support is missing . JVMTI, JDWP and JMX are not tested yet . FreeBSD i386/4.10 support is suffering from hidden memory allocation failres (ideas and patches are welcome) NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using jdk 1.4.2 (either native or linux one). There's no need to have java/linux_jdk15 installed and working. Supported by: FreeBSD Foundation Notes: svn path=/head/; revision=126909