pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sun-jre13 Fixed the latest bulk build for NetBSD ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1be1e028ffe
branches: trunk
changeset: 519029:d1be1e028ffe
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 27 06:48:56 2006 +0000
description:
Fixed the latest bulk build for NetBSD 3.0 by adding
CHECK_SHLIBS_SUPPORTED=no.
Made the installed files read-only for group members.
diffstat:
lang/sun-jre13/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 8e1768285de2 -r d1be1e028ffe lang/sun-jre13/Makefile
--- a/lang/sun-jre13/Makefile Wed Sep 27 06:02:00 2006 +0000
+++ b/lang/sun-jre13/Makefile Wed Sep 27 06:48:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/09/25 08:00:31 ghen Exp $
+# $NetBSD: Makefile,v 1.48 2006/09/27 06:48:56 rillig Exp $
DISTNAME= j2re-1_3_1_19-linux-i586
PKGNAME= sun-jre13-1.0.19
@@ -25,6 +25,13 @@
CONF_FILES+= ${JAVA_HOME}/lib/${FILE}.default ${JAVA_HOME}/lib/${FILE}
.endfor
+# Some binary files cannot resolve their libraries. This doesn't matter
+# since they will only be called through wrappers.
+CHECK_SHLIBS_SUPPORTED= no
+
+post-extract:
+ chmod -R go-w ${WRKSRC}
+
do-configure:
cd ${WRKSRC}/lib; for file in ${SFILES}; do \
${MV} -f $$file $$file.default; \
Home |
Main Index |
Thread Index |
Old Index