pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/zip Fix for weird make problem from PR 28945.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3861b4415932
branches: trunk
changeset: 491714:3861b4415932
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 28 18:08:12 2005 +0000
description:
Fix for weird make problem from PR 28945.
diffstat:
archivers/zip/distinfo | 3 ++-
archivers/zip/patches/patch-ah | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletions(-)
diffs (43 lines):
diff -r eaa6fc023953 -r 3861b4415932 archivers/zip/distinfo
--- a/archivers/zip/distinfo Mon Mar 28 15:04:07 2005 +0000
+++ b/archivers/zip/distinfo Mon Mar 28 18:08:12 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 14:45:27 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/03/28 18:08:12 wiz Exp $
SHA1 (zip23.tar.gz) = 0600c93218e6acf1be75dd79da4244eabc8e16cf
RMD160 (zip23.tar.gz) = e84f0ec91807e7f213ba28bac51499b9995191b9
@@ -13,3 +13,4 @@
SHA1 (patch-ae) = 7cb6cddb875af63dac6cfd9fe03b785f55f442ff
SHA1 (patch-af) = 0c52e3619b304993ae190112e99b58235c283d0e
SHA1 (patch-ag) = 2249ed52aa9c1f2bad5ef284247a031264b90f78
+SHA1 (patch-ah) = 99f2884b83747f1ed54a28b4284faa3be2e6b40f
diff -r eaa6fc023953 -r 3861b4415932 archivers/zip/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zip/patches/patch-ah Mon Mar 28 18:08:12 2005 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-ah,v 1.1 2005/03/28 18:08:12 wiz Exp $
+
+--- unix/Makefile.orig 1999-11-29 06:22:42.000000000 +0100
++++ unix/Makefile
+@@ -12,7 +12,6 @@ all:
+
+ list: all
+
+-MAKE = make -f unix/Makefile
+ SHELL = /bin/sh
+ LN = ln -s
+
+@@ -154,10 +153,10 @@ flags: unix/configure
+ # Generic targets:
+
+ generic: flags
+- eval $(MAKE) zips `cat flags`
++ eval $(MAKE) -f unix/Makefile zips `cat flags`
+
+ generic_gcc:
+- $(MAKE) generic CC=gcc CPP="gcc -E"
++ $(MAKE) -f unix/Makefile generic CC=gcc CPP="gcc -E"
+
+ # AT&T 6300 PLUS (don't know yet how to allocate 64K bytes):
+ att6300nodir:
Home |
Main Index |
Thread Index |
Old Index