summaryrefslogtreecommitdiff
path: root/lang/scsl-jdk15
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-30 17:52:48 +0000
committerjlam <jlam@pkgsrc.org>2007-08-30 17:52:48 +0000
commit213551bd509f01b0b843911e43cec23935174260 (patch)
treebaab0de64dfb1565242713edac6882c540bc6b39 /lang/scsl-jdk15
parent41594ba91b983f7fc2c4955932123d42c636bed6 (diff)
downloadpkgsrc-213551bd509f01b0b843911e43cec23935174260.tar.gz
* Convert to use the pkgsrc emulator framework. This allows NetBSD/amd64
to install and use this NetBSD/i386 JRE/JDK distribution. * Make the scsl-* packages look more like the sun-* JRE and JDK packages. * The scsl-jre15 package was built on NetBSD-2.0.x and needs libstdc++.5.0, so require netbsd>=2.0. Bump the PKGREVISION of scsl-jre15 to 1 to reflect the potential new dependencies on the compat20 and compat30 packages. This addresses part of PR pkg/36797.
Diffstat (limited to 'lang/scsl-jdk15')
-rw-r--r--lang/scsl-jdk15/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/scsl-jdk15/Makefile b/lang/scsl-jdk15/Makefile
index 75c0019ff01..446b880bceb 100644
--- a/lang/scsl-jdk15/Makefile
+++ b/lang/scsl-jdk15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/06/18 08:51:10 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2007/08/30 17:52:48 jlam Exp $
DISTNAME= jdk-${DIST_VER}-${DIST_ARCH}
PKGNAME= scsl-jdk15-${PKG_VER}
@@ -12,6 +12,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-//:S/_/./g:C/-.*$//}
JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
+.include "../../lang/scsl-jre15/Makefile.common"
+
# Remove parts that are in common with the JRE
#
post-extract:
@@ -28,4 +30,4 @@ post-extract:
${RM} -f ${WRKSRC}/jre
${LN} -s . ${WRKSRC}/jre
-.include "../../lang/scsl-jre15/Makefile.common"
+.include "../../mk/bsd.pkg.mk"