diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-01 22:02:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-01 22:02:47 +0000 |
commit | 2466d3186a92261ced7cd4ba5090b92a36124fee (patch) | |
tree | 363dcfbed88fc5a55fea22af7f64e6a85c1694af /x11/xscreensaver | |
parent | b617684e6a38a3bf0365358f187f460b00a8ee21 (diff) | |
download | pkgsrc-2466d3186a92261ced7cd4ba5090b92a36124fee.tar.gz |
We don't have to set INSTALL, nor comment out the INSTALL_SCRIPT line
in configure.
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 | ||||
-rw-r--r-- | x11/xscreensaver/distinfo | 4 | ||||
-rw-r--r-- | x11/xscreensaver/patches/patch-aa | 11 |
3 files changed, 4 insertions, 14 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 9f59592fedf..292c60b3c52 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2002/05/16 21:55:31 cjep Exp $ +# $NetBSD: Makefile.common,v 1.32 2002/06/01 22:02:47 wiz Exp $ # DISTNAME= xscreensaver-4.02 @@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --with-zippy=/usr/games/fortune CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS+= --without-shadow -CONFIGURE_ENV+= INSTALL=/usr/bin/install CONFIGURE_ENV+= X_PRE_LIBS=-lXt CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults" CONFIGURE_ENV+= PERL="${PERL5}" ac_cv_perl_version="${PERL_VERSION}" diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index df6da10fed5..e4db028b99e 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2002/04/09 22:50:02 jlam Exp $ +$NetBSD: distinfo,v 1.19 2002/06/01 22:02:47 wiz Exp $ SHA1 (xscreensaver-4.02.tar.gz) = b32cf3ed37680669a4a7ea2b945fadb5841fc6b3 Size (xscreensaver-4.02.tar.gz) = 2201442 bytes -SHA1 (patch-aa) = 0ee5aa8c2683d85dfa9106f3633c457e2d271e5e +SHA1 (patch-aa) = 4e1c13fdc4019bb190981618f6c3a6583e27b95c SHA1 (patch-ab) = 3f60a99f7d45f38b6c4afe2fcc6eafc9456acb30 SHA1 (patch-ac) = 4f201f01b65935c57efa7bfec8291f29a7ff1280 SHA1 (patch-ae) = 9209256c4dcc7bde3dd812bb8fcbad1f8b4f0f08 diff --git a/x11/xscreensaver/patches/patch-aa b/x11/xscreensaver/patches/patch-aa index 86322437f6e..497ea96b734 100644 --- a/x11/xscreensaver/patches/patch-aa +++ b/x11/xscreensaver/patches/patch-aa @@ -1,16 +1,7 @@ -$NetBSD: patch-aa,v 1.20 2002/04/09 22:50:02 jlam Exp $ +$NetBSD: patch-aa,v 1.21 2002/06/01 22:02:48 wiz Exp $ --- configure.orig Mon Mar 18 18:42:35 2002 +++ configure -@@ -1638,7 +1638,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 @@ -6095,7 +6095,7 @@ if test "$have_kerberos5" = yes ; then # from Matt Knopp <mhat@infocalypse.netlag.com> |