. Add amd64 to ONLY_FOR_ARCHS line.
PR: 74465 Submitted by: Conrad J. Sabatier <conrads@cox.net>
This commit is contained in:
parent
3b219dfd39
commit
acb1f291d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123465
@ -27,7 +27,7 @@ LATEST_LINK= linux-sun-jdk12
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.2.2.017
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
NO_CDROM= "License does not allow distribution with fee"
|
||||
RESTRICTED= "Redistribution of repackaged binaries not permitted"
|
||||
|
@ -32,7 +32,7 @@ NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.3.1
|
||||
JDK_REVISION= 14
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION}
|
||||
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg
|
||||
|
||||
|
@ -34,7 +34,7 @@ JDK_VERSION= 1.4.2
|
||||
JDK_REVISION= 06
|
||||
DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION}
|
||||
INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg
|
||||
PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
|
||||
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
|
||||
|
@ -33,7 +33,7 @@ NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.5.0
|
||||
DL_JDK_VERSION= "${JDK_VERSION}"
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
DOWNLOAD_URL?= http://java.sun.com/j2se/1.5.0/download.jsp
|
||||
PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
|
||||
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
|
||||
|
@ -33,7 +33,7 @@ NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.5.0
|
||||
DL_JDK_VERSION= "${JDK_VERSION}"
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
DOWNLOAD_URL?= http://java.sun.com/j2se/1.5.0/download.jsp
|
||||
PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
|
||||
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user