1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

. This port is working well enough for me under 5.4 that I can run

graphical applications with it, so restrict the IGNORE setting regarding
  bad system calls to earlier versions of FreeBSD.  One suspects that
  the actual change to fix things happened sometime earlier in 5.x, but
  until we figure out exactly what change enabled it or have empirical
  evidence regarding this 5.4 is a good cutoff.
This commit is contained in:
Greg Lewis 2005-05-17 20:57:51 +00:00
parent 72c3c7ee15
commit 4348e7f10f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135521
2 changed files with 8 additions and 4 deletions

View File

@ -40,10 +40,12 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar
UNPACK_CMD= ${APP_HOME}/bin/unpack200
IGNORE= does not run (core dumps: Bad System Call)
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 504000
IGNORE= does not run (core dumps: Bad System Call)
.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE?=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif

View File

@ -40,10 +40,12 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar
UNPACK_CMD= ${APP_HOME}/bin/unpack200
IGNORE= does not run (core dumps: Bad System Call)
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 504000
IGNORE= does not run (core dumps: Bad System Call)
.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE?=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif