- include the prerelease build number in the package version.
- add a description of the native_bootstrap flavor to DESCR-* okay nikolay@
This commit is contained in:
parent
a36b20d11e
commit
b57a73740e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/03/19 18:05:43 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2008/03/19 20:44:18 kurt Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
@ -10,8 +10,8 @@ B= b24
|
||||
DISTFILES= openjdk7-${B}.tar.bz2 \
|
||||
jdk-7-icedtea-plugs-1.6.tar.gz
|
||||
PKGNAME= jdk-${V}
|
||||
PKGNAME-main= jdk-${V}
|
||||
PKGNAME-jre= jre-${V}
|
||||
PKGNAME-main= jdk-${V}${B}
|
||||
PKGNAME-jre= jre-${V}${B}
|
||||
|
||||
CATEGORIES= devel/jdk java
|
||||
|
||||
|
@ -9,6 +9,12 @@ tools such as compilers and debuggers. For development tools, use
|
||||
the Java 2 SDK, Standard Edition.
|
||||
|
||||
Flavors:
|
||||
native_bootstrap
|
||||
Bootstrap the jdk using a previously built and installed
|
||||
devel/jdk/1.7 package. NOTE: if this flavor is used without a
|
||||
previously installed devel/jdk/1.7 package, the port will just
|
||||
build the jdk with default (devel/jdk/1.6) bootstrap and stop.
|
||||
|
||||
with_ipv6
|
||||
Build the jdk/jre with ipv6 support. When the jdk/jre is built
|
||||
with this flavor, java will create only ipv6 sockets by default.
|
||||
|
@ -6,6 +6,12 @@ testing programs written in the Java programming language and
|
||||
running on the Java platform.
|
||||
|
||||
Flavors:
|
||||
native_bootstrap
|
||||
Bootstrap the jdk using a previously built and installed
|
||||
devel/jdk/1.7 package. NOTE: if this flavor is used without a
|
||||
previously installed devel/jdk/1.7 package, the port will just
|
||||
build the jdk with default (devel/jdk/1.6) bootstrap and stop.
|
||||
|
||||
with_ipv6
|
||||
Build the jdk/jre with ipv6 support. When the jdk/jre is built
|
||||
with this flavor, java will create only ipv6 sockets by default.
|
||||
|
Loading…
Reference in New Issue
Block a user