pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/rubber Remove the dependency over gmake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24d93937a1ac
branches:  trunk
changeset: 501155:24d93937a1ac
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Oct 17 17:12:04 2005 +0000

description:
Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive

diffstat:

 textproc/rubber/Makefile         |   8 ++++----
 textproc/rubber/distinfo         |   3 ++-
 textproc/rubber/patches/patch-ab |  28 ++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r c9159fcf458b -r 24d93937a1ac textproc/rubber/Makefile
--- a/textproc/rubber/Makefile  Mon Oct 17 16:17:22 2005 +0000
+++ b/textproc/rubber/Makefile  Mon Oct 17 17:12:04 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/07/18 13:46:45 tonio Exp $
+# $NetBSD: Makefile,v 1.7 2005/10/17 17:12:04 tonio Exp $
 #
 
 DISTNAME=              rubber-1.0
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          http://ebeffara.free.fr/pub/
 
@@ -13,9 +14,8 @@
 
 USE_PKGLOCALEDIR=      yes
 HAS_CONFIGURE=         yes
-USE_TOOLS+=         gmake
-USE_MAKEINFO=           yes
-INFO_FILES=             rubber.info
+USE_MAKEINFO=          yes
+INFO_FILES=            rubber.info
 TEXINFO_REQD=          4.6
 PYTHON_VERSIONS_ACCEPTED=      24 23
 
diff -r c9159fcf458b -r 24d93937a1ac textproc/rubber/distinfo
--- a/textproc/rubber/distinfo  Mon Oct 17 16:17:22 2005 +0000
+++ b/textproc/rubber/distinfo  Mon Oct 17 17:12:04 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/07/18 13:46:45 tonio Exp $
+$NetBSD: distinfo,v 1.4 2005/10/17 17:12:04 tonio Exp $
 
 SHA1 (rubber-1.0.tar.gz) = b58a857e69129a319e454010001bf01e20bcd11d
 RMD160 (rubber-1.0.tar.gz) = fb5f241f6a1a20c8a85f3a88b36cb9553329ea19
 Size (rubber-1.0.tar.gz) = 76225 bytes
 SHA1 (patch-aa) = 13063478ceac61e64375773084e824f5b4471f2d
+SHA1 (patch-ab) = f31ef78cee9084e8176d869021ea956bb17c479a
diff -r c9159fcf458b -r 24d93937a1ac textproc/rubber/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rubber/patches/patch-ab  Mon Oct 17 17:12:04 2005 +0000
@@ -0,0 +1,28 @@
+$NetBSD: patch-ab,v 1.1 2005/10/17 17:12:04 tonio Exp $
+
+--- Makefile.in.orig   2004-01-20 14:09:14.000000000 +0100
++++ Makefile.in
+@@ -11,17 +11,18 @@ mandir = @mandir@
+ 
+ all:
+       @python@ setup.py build
+-      $(MAKE) -C doc all
++      cd doc && $(MAKE) all
+ 
+ clean: clean-local
+-      $(MAKE) -C doc clean
++      cd doc && $(MAKE) clean
++
+ clean-local:
+       rm -rf build dist MANIFEST
+-      find \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \;
++      find . \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \;
+ 
+ distclean: clean-local
+-      rm -f rubber.spec Makefile rubber settings.py src/version.py
+-      $(MAKE) -C doc distclean
++      rm -f rubber.spec Makefile rubber rubber-info rubber-pipe settings.py src/version.py
++      cd doc && $(MAKE) distclean
+ 
+ install:
+       @python@ setup.py inst ${prefix}



Home | Main Index | Thread Index | Old Index