aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2010-06-09 14:19:44 +0800
committeritetcu <itetcu@FreeBSD.org>2010-06-09 14:19:44 +0800
commite965227b3c882209cc7e91dcb39a4c6451037e07 (patch)
tree3073124642ba9da6f0c0e813bc7fff6576ac7d91 /java
parentad6b2d9102ee951d5cce6c1cef76d19b0efe0b5f (diff)
downloadfreebsd-ports-gnome-e965227b3c882209cc7e91dcb39a4c6451037e07.tar.gz
freebsd-ports-gnome-e965227b3c882209cc7e91dcb39a4c6451037e07.tar.zst
freebsd-ports-gnome-e965227b3c882209cc7e91dcb39a4c6451037e07.zip
Revert previous commit. It not broken for everyone. It looks like the configure
script is using sysctl kern.osreldate (ie. __FreeBSD_version) to detect the presenxe of sigignore; this happens to fail on QAT and PointyHat (and for anyone having the kernel version different that the installed herders version, one before and the other after the addition of sigignore in HEAD or 8-STABLE). Requested by: glewis@ (maintainer), Rob Farmer <rfarmer@predatorlabs.net>
Diffstat (limited to 'java')
-rw-r--r--java/jdk16/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index 53f18ef42260..caf537464265 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -24,8 +24,6 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-BROKEN= does not compile
-
OPTIONS= DEBUG "Enable debugging support" off \
IPV6 "Enable IPv6 support" off \
WEB "Enable the browser plugin and Java Web Start" on \