pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xlockmore remove bogus VPATH line from the pkg's M...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db6232a82896
branches: trunk
changeset: 487261:db6232a82896
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Tue Jan 11 22:56:34 2005 +0000
description:
remove bogus VPATH line from the pkg's Makefile.
This bug is was not discovered so far due to a bug in GNU make.
On NetBSD, it happens only under certain conditions (/install present),
see PR pkg/28934 for more information.
This commit is a stopgag, I'm still discussing with the xlockmore author
what the right fix is.
diffstat:
x11/xlockmore/Makefile.common | 4 ++--
x11/xlockmore/distinfo | 3 ++-
x11/xlockmore/patches/patch-ad | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r 639f94a0e53c -r db6232a82896 x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common Tue Jan 11 22:44:34 2005 +0000
+++ b/x11/xlockmore/Makefile.common Tue Jan 11 22:56:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2004/11/27 00:15:22 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/01/11 22:56:34 hubertf Exp $
#
# This Makefile.common is included by:
#
@@ -8,7 +8,7 @@
# If these packages are updated, please remember to reset any PKGREVISIONs
# in those Makefiles.
-DISTNAME= xlockmore-5.14.1
+DISTNAME= xlockmore-5.14.1nb1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
diff -r 639f94a0e53c -r db6232a82896 x11/xlockmore/distinfo
--- a/x11/xlockmore/distinfo Tue Jan 11 22:44:34 2005 +0000
+++ b/x11/xlockmore/distinfo Tue Jan 11 22:56:34 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.21 2004/11/27 00:15:22 hubertf Exp $
+$NetBSD: distinfo,v 1.22 2005/01/11 22:56:34 hubertf Exp $
SHA1 (xlockmore-5.14.1.tar.bz2) = 0d3b120756275c1c3588b9a95430b97c1c3839ac
Size (xlockmore-5.14.1.tar.bz2) = 1724387 bytes
SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383
SHA1 (patch-ab) = 93273c90ed447e5dec4c03c0f4ade960da2783b3
SHA1 (patch-ac) = 1bcbf56cdb6709cf8f21855b141a4892a36751c1
+SHA1 (patch-ad) = 4d43cf55410f0d8a223c843a7e1f3df6b599d1f2
diff -r 639f94a0e53c -r db6232a82896 x11/xlockmore/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xlockmore/patches/patch-ad Tue Jan 11 22:56:34 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2005/01/11 22:56:34 hubertf Exp $
+
+--- Makefile.in.orig 2002-09-22 00:58:54.000000000 +0200
++++ Makefile.in
+@@ -24,7 +24,7 @@ SHELL = /bin/sh
+
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+-VPATH = @srcdir@/
++#HF#VPATH = @srcdir@/
+
+ TAR = tar
+ RM = rm -f
Home |
Main Index |
Thread Index |
Old Index