diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
| commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
| tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /java/jdk13 | |
| parent | - Remove conditional checks for FreeBSD 5.x and older (diff) | |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'java/jdk13')
| -rw-r--r-- | java/jdk13/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 1a2177547289..48ad1421cb16 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -130,11 +130,6 @@ BUILD_DEPENDS+= ${JDK13DIR}/bin/javac:${PORTSDIR}/java/jbootstrap .endif .endif -.if ${OSVERSION} < 500038 -EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -TAR= gtar # Necessary for proper extraction of sources -.endif - # Check for JDK sources and patchset .if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${SRCFILE}) || !exists(${DISTDIR}/${PATCHSETFILE}))#{ ECHO_MSG=/usr/bin/printf @@ -165,14 +160,6 @@ IGNORE += \n Then place the downloaded file in ${DISTDIR} IGNORE += and restart the build.\n\n .endif#} -# HotSpot and/or native threads require a recent version of FreeBSD -.if ( defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) ) && ( ${OSVERSION} < 500043 ) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ -or 5-CURRENT February 2003 to use either native threads or HotSpot.\n -.endif - # Warn user about HotSpot build .if defined(WITH_HOTSPOT) pre-everything:: |
