pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/wmakerconf The workref fix in previous commits did ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1a115d9f6c9
branches: trunk
changeset: 496721:f1a115d9f6c9
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Jul 10 10:07:25 2005 +0000
description:
The workref fix in previous commits did not work on NetBSD 1.6; its
make does not understand the "W" option in :C modifiers, and it
handles substitution in strings containing spaces somwheat differently.
Bump PKGREVISION.
diffstat:
wm/wmakerconf/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 2a3c2ee0a065 -r f1a115d9f6c9 wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile Sun Jul 10 09:22:25 2005 +0000
+++ b/wm/wmakerconf/Makefile Sun Jul 10 10:07:25 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2005/06/27 19:21:40 tron Exp $
+# $NetBSD: Makefile,v 1.32 2005/07/10 10:07:25 kristerw Exp $
DISTNAME= wmakerconf-2.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11 wm windowmaker
MASTER_SITES= http://starplot.org/wmakerconf/
@@ -20,7 +20,7 @@
CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker
.endif
-CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:C/ .*//W:Q}
+CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q:C/\\\\ .*//}
CONFIGURE_ENV+= tar=${TOOLS_TAR:Q}
post-extract:
Home |
Main Index |
Thread Index |
Old Index