diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-06-09 06:19:44 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-06-09 06:19:44 +0000 |
commit | 2d7519df9c2a860374cb9cb6bac5c5a5d6fc4d5c (patch) | |
tree | 85645abd7254cd792ec651a3d885782bba241b4f /java | |
parent | 9d06dc5155da62142a9919c4d554dcc154b923d7 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=256173
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk16/Makefile | 2 |
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 \ |