mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
47
java/bootstrap-openjdk6/Makefile
Normal file
47
java/bootstrap-openjdk6/Makefile
Normal file
@@ -0,0 +1,47 @@
|
||||
# $FreeBSD: head/java/bootstrap-openjdk6/Makefile 450876 2017-09-28 22:03:24Z jkim $
|
||||
|
||||
PORTNAME= openjdk6
|
||||
PORTVERSION= ${DISTVERSION_${ARCH}}
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= LOCAL/jkim
|
||||
PKGNAMEPREFIX= bootstrap-
|
||||
DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jkim@FreeBSD.org
|
||||
COMMENT= Java Development Kit 6
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
#RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo \
|
||||
# ${LOCALBASE}/lib/libfreetype.so.6:graph/freetype2
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH}
|
||||
DISTVERSION_amd64= r450701
|
||||
DISTVERSION_i386= r450701
|
||||
|
||||
JDK_ROOT= bootstrap-${PORTNAME}
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= ARCH=${ARCH} JDK_ROOT=${JDK_ROOT}
|
||||
USES= tar:xz
|
||||
WRKSRC= ${WRKDIR}/${JDK_ROOT}
|
||||
|
||||
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
PLIST_SUB+= CLIENTVM=""
|
||||
.else
|
||||
PLIST_SUB+= CLIENTVM="@comment "
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_BIN} "bin jre/bin" ${INSTALLDIR}
|
||||
|
||||
update:
|
||||
@${MAKE} -f ${.CURDIR}/Makefile.update \
|
||||
JDK_PORT=${PORTNAME} JDK_ROOT=${JDK_ROOT}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
java/bootstrap-openjdk6/distinfo.amd64
Normal file
3
java/bootstrap-openjdk6/distinfo.amd64
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1506476350
|
||||
SHA256 (openjdk6-amd64-r450701.tar.xz) = efeae4b3d09d92d06182fe79b9a0348fddf4229909db33cbb0aef6d25a2fabf0
|
||||
SIZE (openjdk6-amd64-r450701.tar.xz) = 22084332
|
||||
3
java/bootstrap-openjdk6/distinfo.i386
Normal file
3
java/bootstrap-openjdk6/distinfo.i386
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1506476351
|
||||
SHA256 (openjdk6-i386-r450701.tar.xz) = ec38b1473e1a7c4118080043cc6458771f3ac8a9b56dc344e10badd6e4abeece
|
||||
SIZE (openjdk6-i386-r450701.tar.xz) = 22155724
|
||||
1
java/bootstrap-openjdk6/files/bootstrap-openjdk6.conf
Normal file
1
java/bootstrap-openjdk6/files/bootstrap-openjdk6.conf
Normal file
@@ -0,0 +1 @@
|
||||
libfreetype.so.6 libfreetype.so.13
|
||||
7
java/bootstrap-openjdk6/pkg-descr
Normal file
7
java/bootstrap-openjdk6/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
OpenJDK is an open-source implementation of the Java Platform, Standard Edition.
|
||||
|
||||
Much of the OpenJDK code is licensed under the GPL version 2 with the
|
||||
Classpath exception. The Java Hotspot virtual machine source code is
|
||||
licensed under the GPL version 2 only.
|
||||
|
||||
WWW: https://openjdk.java.net/
|
||||
21
java/bootstrap-openjdk6/pkg-message
Normal file
21
java/bootstrap-openjdk6/pkg-message
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
WARNING: This port only exists for bootstrapping java/openjdk[67].
|
||||
You are advised to remove this port as soon as a stable JDK is built.
|
||||
|
||||
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
||||
procfs(5) mounted on /proc.
|
||||
|
||||
If you have not done it yet, please do the following:
|
||||
|
||||
mount -t fdescfs fdesc /dev/fd
|
||||
mount -t procfs proc /proc
|
||||
|
||||
To make it permanent, you need the following lines in /etc/fstab:
|
||||
|
||||
fdesc /dev/fd fdescfs rw 0 0
|
||||
proc /proc procfs rw 0 0
|
||||
EOM
|
||||
}
|
||||
]
|
||||
53
java/bootstrap-openjdk6/pkg-plist
Normal file
53
java/bootstrap-openjdk6/pkg-plist
Normal file
@@ -0,0 +1,53 @@
|
||||
%%JDK_ROOT%%/ASSEMBLY_EXCEPTION
|
||||
%%JDK_ROOT%%/LICENSE
|
||||
%%JDK_ROOT%%/THIRD_PARTY_README
|
||||
%%JDK_ROOT%%/bin/idlj
|
||||
%%JDK_ROOT%%/bin/jar
|
||||
%%JDK_ROOT%%/bin/java
|
||||
%%JDK_ROOT%%/bin/javac
|
||||
%%JDK_ROOT%%/bin/javah
|
||||
%%JDK_ROOT%%/bin/javap
|
||||
%%JDK_ROOT%%/bin/native2ascii
|
||||
%%JDK_ROOT%%/bin/rmic
|
||||
%%JDK_ROOT%%/include/jni.h
|
||||
%%JDK_ROOT%%/include/freebsd/jni_md.h
|
||||
%%JDK_ROOT%%/jre/ASSEMBLY_EXCEPTION
|
||||
%%JDK_ROOT%%/jre/LICENSE
|
||||
%%JDK_ROOT%%/jre/THIRD_PARTY_README
|
||||
%%JDK_ROOT%%/jre/bin/java
|
||||
%%JDK_ROOT%%/jre/lib/charsets.jar
|
||||
%%JDK_ROOT%%/jre/lib/currency.data
|
||||
%%JDK_ROOT%%/jre/lib/fontconfig.bfc
|
||||
%%JDK_ROOT%%/jre/lib/jce.jar
|
||||
%%JDK_ROOT%%/jre/lib/jsse.jar
|
||||
%%JDK_ROOT%%/jre/lib/logging.properties
|
||||
%%JDK_ROOT%%/jre/lib/meta-index
|
||||
%%JDK_ROOT%%/jre/lib/net.properties
|
||||
%%JDK_ROOT%%/jre/lib/resources.jar
|
||||
%%JDK_ROOT%%/jre/lib/rt.jar
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/jvm.cfg
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libawt.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libfontmanager.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libjava.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libjpeg.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/liblcms.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libnet.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libnio.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libverify.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/libzip.so
|
||||
%%CLIENTVM%%%%JDK_ROOT%%/jre/lib/%%ARCH%%/client/libjvm.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/headless/libmawt.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/server/libjvm.so
|
||||
%%JDK_ROOT%%/jre/lib/%%ARCH%%/xawt/libmawt.so
|
||||
%%JDK_ROOT%%/jre/lib/cmm/GRAY.pf
|
||||
%%JDK_ROOT%%/jre/lib/cmm/PYCC.pf
|
||||
%%JDK_ROOT%%/jre/lib/cmm/sRGB.pf
|
||||
%%JDK_ROOT%%/jre/lib/ext/dnsns.jar
|
||||
%%JDK_ROOT%%/jre/lib/ext/localedata.jar
|
||||
%%JDK_ROOT%%/jre/lib/ext/meta-index
|
||||
%%JDK_ROOT%%/jre/lib/ext/sunjce_provider.jar
|
||||
%%JDK_ROOT%%/jre/lib/ext/sunpkcs11.jar
|
||||
%%JDK_ROOT%%/jre/lib/security/java.security
|
||||
%%JDK_ROOT%%/jre/lib/zi
|
||||
%%JDK_ROOT%%/lib/ct.sym
|
||||
%%JDK_ROOT%%/lib/tools.jar
|
||||
Reference in New Issue
Block a user