pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/fvwm-wharf Enable the "depend" target to make "xmk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/30859a575403
branches: trunk
changeset: 499304:30859a575403
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Sep 18 20:21:17 2005 +0000
description:
Enable the "depend" target to make "xmkmf -a" work.
diffstat:
x11/fvwm-wharf/Makefile | 4 +---
x11/fvwm-wharf/distinfo | 4 ++--
x11/fvwm-wharf/patches/patch-aa | 19 +++++++++++++++----
3 files changed, 18 insertions(+), 9 deletions(-)
diffs (61 lines):
diff -r 87805679229f -r 30859a575403 x11/fvwm-wharf/Makefile
--- a/x11/fvwm-wharf/Makefile Sun Sep 18 20:00:32 2005 +0000
+++ b/x11/fvwm-wharf/Makefile Sun Sep 18 20:21:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:43 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/18 20:21:17 minskim Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
@@ -10,8 +10,6 @@
COMMENT= Copy of AfterStep's Wharf compatible with fvwm2
USE_IMAKE= YES
-# We don't want the '-a' flag
-XMKMF= ${XMKMF_CMD}
INSTALLATION_DIRS= bin man/man1
diff -r 87805679229f -r 30859a575403 x11/fvwm-wharf/distinfo
--- a/x11/fvwm-wharf/distinfo Sun Sep 18 20:00:32 2005 +0000
+++ b/x11/fvwm-wharf/distinfo Sun Sep 18 20:21:17 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:36:10 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/09/18 20:21:17 minskim Exp $
SHA1 (AfterStep-1.0.tar.gz) = 397664c493beb1c0a4aca98e3121774a483d83df
RMD160 (AfterStep-1.0.tar.gz) = 04aa56f99097ec2a7320700ee739f29bbb80dfbf
Size (AfterStep-1.0.tar.gz) = 601903 bytes
-SHA1 (patch-aa) = c353ae6a4916128f39b9d69c85588f4a3050c68f
+SHA1 (patch-aa) = f5040e62ec691e5be7a874b6e8f5a20b611b020a
SHA1 (patch-ab) = e644b57d966eadee04775f7344b80e0be144d570
diff -r 87805679229f -r 30859a575403 x11/fvwm-wharf/patches/patch-aa
--- a/x11/fvwm-wharf/patches/patch-aa Sun Sep 18 20:00:32 2005 +0000
+++ b/x11/fvwm-wharf/patches/patch-aa Sun Sep 18 20:21:17 2005 +0000
@@ -1,7 +1,10 @@
-$NetBSD: patch-aa,v 1.1 1998/08/23 07:34:17 garbled Exp $
---- Imakefile.orig Sun Mar 9 07:03:27 1997
-+++ Imakefile Sat Aug 22 02:33:41 1998
-@@ -13,11 +13,3 @@
+$NetBSD: patch-aa,v 1.2 2005/09/18 20:21:17 minskim Exp $
+
+--- Imakefile.orig 1997-03-09 06:03:27.000000000 -0800
++++ Imakefile
+@@ -11,15 +11,7 @@
+ /* Can define CDEBUGFLAGS to anything you need */
+ /*CDEBUGFLAGS = -LMyLibrarydir*/
-ALLSUBDIRS = lib \
- afterstep \
@@ -14,3 +17,11 @@
- modules/Animate
+ALLSUBDIRS = lib modules/Wharf
+ SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
+ /* I have absolutely no idea what this does, but it seems to be needed */
+@@ -28,4 +20,4 @@ SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(
+ MakeSubdirs($(SUBDIRS))
+
+ /* Doesn't work for me! */
+-/* #DependSubdirs($(SUBDIRS))*/
++#DependSubdirs($(SUBDIRS))
Home |
Main Index |
Thread Index |
Old Index