Remove expired ports:

2019-09-28 java/linux-oracle-jdk9: No longer maintained upstream, please migrate to openjdk11
2019-09-28 java/linux-oracle-jdk10: No longer maintained upstream, please migrate to openjdk11
This commit is contained in:
Rene Ladan 2019-09-30 11:38:22 +00:00
parent bfa7b6ce3f
commit 62d7ff248d
13 changed files with 2 additions and 2619 deletions

1
LEGAL
View file

@ -117,7 +117,6 @@ jai-*-lib-linux-i586.* java/jai Redistribution is not permitted
java3d-sdk-*-linux-i386* java/java3d License does not allow distribution
jdk-8*-apidocs.zip java/jdk8-doc This documentation is under license and export control
jdk-8*-i586.tar.gz java/linux-oracle-jdk18 Redistribution of repackaged binaries not permitted
jdk-9*-x64_bin.tar.gz java/linux-oracle-jdk9 Redistribution of repackaged binaries not permitted
jfbuild-* games/jfsw Must be distributed only through the Internet and free of charge
jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permitted
jpgraph-2.* graphics/jpgraph2 The free version cannot be used in a commercial context

2
MOVED
View file

@ -12988,3 +12988,5 @@ textproc/rubygem-elasticsearch-transport6|textproc/rubygem-elasticsearch-transpo
textproc/rubygem-elasticsearch-xpack6|textproc/rubygem-elasticsearch-xpack|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-xpack instead
textproc/rubygem-elasticsearch6|textproc/rubygem-elasticsearch|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch instead
devel/rubygem-sprockets-rails|devel/rubygem-sprockets-rails-rails4|2019-09-30|Rename to match our rubygem- port naming
java/linux-oracle-jdk9|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11
java/linux-oracle-jdk10|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11

View file

@ -93,9 +93,7 @@
SUBDIR += jxgrabkey
SUBDIR += langspec
SUBDIR += lightweight-java-profiler
SUBDIR += linux-oracle-jdk10
SUBDIR += linux-oracle-jdk18
SUBDIR += linux-oracle-jdk9
SUBDIR += linux-oracle-jre10
SUBDIR += linux-oracle-jre18
SUBDIR += linux-oracle-jre9

View file

@ -1,64 +0,0 @@
# $FreeBSD$
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMEPREFIX= linux-${JDK_VENDOR}-
PKGNAMESUFFIX= ${JDK_VERSION}
DISTNAME= jdk-${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}_linux-x64_bin
MAINTAINER= java@FreeBSD.org
COMMENT= Oracle Java ${JDK_VERSION} Development Kit for Linux
DEPRECATED= No longer maintained upstream, please migrate to openjdk11
EXPIRATION_DATE=2019-09-28
ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= javavm:java/javavmwrapper
USES= linux:c7 shebangfix
USE_LINUX= xorglibs
RESTRICTED= Redistribution of repackaged binaries not permitted
WRKSRC= ${WRKDIR}/jdk-${DL_JDK_VERSION}
PLIST_SUB= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
NO_BUILD= yes
JDK_VENDOR= oracle
JDK_VERSION= 10
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 2
.if ${JDK_PATCH_VERSION} == 0
.if ${JDK_UPDATE_VERSION} == 0
DL_JDK_VERSION= ${JDK_VERSION}
.else
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}
.endif
.else
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
.endif
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
BIN_DIRS= bin
LIB_DIRS= ${BIN_DIRS:S|bin$|lib|}
SHEBANG_FILES= ${BIN_DIRS:S|$|/javapackager|}
bash_CMD= /compat/linux/bin/bash
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE?=You must manually fetch the J2SE SDK download for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
post-patch:
@cd ${WRKSRC}/include && ${LN} -s linux freebsd
do-install:
@${MKDIR} ${STAGEDIR}${APP_HOME}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${APP_HOME}
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1536435947
SHA256 (jdk-10.0.2_linux-x64_bin.tar.gz) = 6633c20d53c50c20835364d0f3e172e0cbbce78fff81867488f22a6298fa372b
SIZE (jdk-10.0.2_linux-x64_bin.tar.gz) = 354870097

View file

@ -1,3 +0,0 @@
The Oracle Java Development Kit 10 for Linux.
WWW: https://www.oracle.com/java/

View file

@ -1,21 +0,0 @@
[
{ type: install
message: <<EOM
Warning: This JDK may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
This Java VM will attempt to obtain some system information by
accessing files in linux's procfs. You must install the Linux
emulation procfs filesystem for this to work correctly. The JVM
will exhibit various problems otherwise. This can be accomplished
by adding the following line to your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
EOM
}
]

File diff suppressed because it is too large Load diff

View file

@ -1,64 +0,0 @@
# $FreeBSD$
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMEPREFIX= linux-${JDK_VENDOR}-
PKGNAMESUFFIX= ${JDK_VERSION}
DISTNAME= jdk-${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}_linux-x64_bin
MAINTAINER= java@FreeBSD.org
COMMENT= Oracle Java ${JDK_VERSION} Development Kit for Linux
DEPRECATED= No longer maintained upstream, please migrate to openjdk11
EXPIRATION_DATE=2019-09-28
ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= javavm:java/javavmwrapper
USES= linux shebangfix
USE_LINUX= xorglibs
RESTRICTED= Redistribution of repackaged binaries not permitted
WRKSRC= ${WRKDIR}/jdk-${DL_JDK_VERSION}
PLIST_SUB= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
NO_BUILD= yes
JDK_VENDOR= oracle
JDK_VERSION= 9
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 4
.if ${JDK_PATCH_VERSION} == 0
.if ${JDK_UPDATE_VERSION} == 0
DL_JDK_VERSION= ${JDK_VERSION}
.else
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}
.endif
.else
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
.endif
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
BIN_DIRS= bin
LIB_DIRS= ${BIN_DIRS:S|bin$|lib|}
SHEBANG_FILES= ${BIN_DIRS:S|$|/javapackager|}
bash_CMD= ${SH}
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE?=You must manually fetch the J2SE SDK download for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
post-patch:
@cd ${WRKSRC}/include && ${LN} -s linux freebsd
do-install:
@${MKDIR} ${STAGEDIR}${APP_HOME}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${APP_HOME}
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1517263611
SHA256 (jdk-9.0.4_linux-x64_bin.tar.gz) = 90c4ea877e816e3440862cfa36341bc87d05373d53389ec0f2d54d4e8c95daa2
SIZE (jdk-9.0.4_linux-x64_bin.tar.gz) = 354635831

View file

@ -1,3 +0,0 @@
The Oracle Java Development Kit 9 for Linux.
WWW: https://www.oracle.com/java/

View file

@ -1,21 +0,0 @@
[
{ type: install
message: <<EOM
Warning: This JDK may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
This Java VM will attempt to obtain some system information by
accessing files in linux's procfs. You must install the Linux
emulation procfs filesystem for this to work correctly. The JVM
will exhibit various problems otherwise. This can be accomplished
by adding the following line to your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
EOM
}
]

File diff suppressed because it is too large Load diff