diff options
author | tron <tron@pkgsrc.org> | 2001-10-24 14:04:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-24 14:04:54 +0000 |
commit | cc80bf8c9060e6f9c98e318c37e1b1b4c46ea3f6 (patch) | |
tree | 8a55abc2887b0bd3a997d4a0b31a436a4637874a /x11/xscreensaver | |
parent | 7f54f20b19546e647f540776a8072e8ee041a5e7 (diff) | |
download | pkgsrc-cc80bf8c9060e6f9c98e318c37e1b1b4c46ea3f6.tar.gz |
Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which caused
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome"
package to fail.
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/distinfo | 3 | ||||
-rw-r--r-- | x11/xscreensaver/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index 656e3515e1e..691287d81d6 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2001/06/28 10:35:58 wiz Exp $ +$NetBSD: distinfo,v 1.6 2001/10/24 14:04:54 tron Exp $ SHA1 (xscreensaver-3.33.tar.gz) = b338583c8bf75307883684a427980d9d203fe363 Size (xscreensaver-3.33.tar.gz) = 1630284 bytes +SHA1 (patch-aa) = 887e2cd79dc0f55c8b2aedaaa341631ccf59094f SHA1 (patch-ab) = fe0c6c387ce5956c7851f8e1f31777961b8bd69a SHA1 (patch-ae) = c3e7ddffb2caab5c545b0834c93238455852dea6 diff --git a/x11/xscreensaver/patches/patch-aa b/x11/xscreensaver/patches/patch-aa new file mode 100644 index 00000000000..6dd69ce21e2 --- /dev/null +++ b/x11/xscreensaver/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.13 2001/10/24 14:05:48 tron Exp $ + +--- configure.orig Mon Jun 4 01:43:39 2001 ++++ configure Wed Oct 24 15:59:51 2001 +@@ -1531,7 +1531,7 @@ + # implement the "install-strip" target properly (strip executables, + # but do not try to strip scripts.) + # +-INSTALL_SCRIPT='${INSTALL}' ++#INSTALL_SCRIPT='${INSTALL}' + + # random libc stuff + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |