pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/openjdk8
Module Name: pkgsrc
Committed By: hauke
Date: Tue Oct 13 09:46:03 UTC 2020
Modified Files:
pkgsrc/lang/openjdk8: Makefile
Log Message:
Depend on binutils for OmniOS build, too.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/lang/openjdk8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/openjdk8/Makefile
diff -u pkgsrc/lang/openjdk8/Makefile:1.104 pkgsrc/lang/openjdk8/Makefile:1.105
--- pkgsrc/lang/openjdk8/Makefile:1.104 Mon Aug 17 20:19:20 2020
+++ pkgsrc/lang/openjdk8/Makefile Tue Oct 13 09:46:03 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2020/08/17 20:19:20 leot Exp $
+# $NetBSD: Makefile,v 1.105 2020/10/13 09:46:03 hauke Exp $
DISTNAME= openjdk-jdk8u-${GITHUB_TAG}
PKGNAME= openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/}
MASTER_SITES+= ${MASTER_SITE_LOCAL:=openjdk7/} # for bootstrap kits
@@ -247,7 +247,7 @@ TOOLS_PLATFORM.unzip=
.endif
# Include binutils for objcopy and GNU strip on SmartOS
-.if ${OS_VARIANT} == "SmartOS"
+.if ${OS_VARIANT} == "SmartOS" || ${OS_VARIANT} == "OmniOS"
.include "../../devel/binutils/buildlink3.mk"
BUILDLINK_DEPMETHOD.binutils?= build
MAKE_ENV+= STRIP=${PREFIX}/bin/gstrip
Home |
Main Index |
Thread Index |
Old Index