diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-18 20:21:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-18 20:21:17 +0000 |
commit | 903690c17f857f81811a4d7ef945a37d14055790 (patch) | |
tree | a4cb221e418c4c11b9aa10afd24ae772b9a0ceb2 /x11 | |
parent | 8b4ca78f3bd6f8ac717e12d04737c45eab4db3bf (diff) | |
download | pkgsrc-903690c17f857f81811a4d7ef945a37d14055790.tar.gz |
Enable the "depend" target to make "xmkmf -a" work.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 4 | ||||
-rw-r--r-- | x11/fvwm-wharf/distinfo | 4 | ||||
-rw-r--r-- | x11/fvwm-wharf/patches/patch-aa | 19 |
3 files changed, 18 insertions, 9 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index 7fff350422e..971113395fa 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -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 @@ HOMEPAGE= http://www.afterstep.org/ 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 --git a/x11/fvwm-wharf/distinfo b/x11/fvwm-wharf/distinfo index 75a3d9b57f2..e7231cbd5bb 100644 --- a/x11/fvwm-wharf/distinfo +++ b/x11/fvwm-wharf/distinfo @@ -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 --git a/x11/fvwm-wharf/patches/patch-aa b/x11/fvwm-wharf/patches/patch-aa index 929e762cabb..37eb3e7049b 100644 --- a/x11/fvwm-wharf/patches/patch-aa +++ b/x11/fvwm-wharf/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.1 1998/08/23 07:34:17 garbled Exp $ - 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)) |