pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/eltclsh Consistently only install man pages and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd9eaf409da9
branches:  trunk
changeset: 522021:fd9eaf409da9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 30 18:02:28 2006 +0000

description:
Consistently only install man pages and bump revision. Easier than
having to deal with different names on all platforms.

diffstat:

 shells/eltclsh/Makefile         |   5 +++--
 shells/eltclsh/PLIST            |   3 +--
 shells/eltclsh/distinfo         |   3 ++-
 shells/eltclsh/patches/patch-ab |  13 +++++++++++++
 4 files changed, 19 insertions(+), 5 deletions(-)

diffs (62 lines):

diff -r ffb0e7062cd4 -r fd9eaf409da9 shells/eltclsh/Makefile
--- a/shells/eltclsh/Makefile   Thu Nov 30 15:24:52 2006 +0000
+++ b/shells/eltclsh/Makefile   Thu Nov 30 18:02:28 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/30 18:02:28 joerg Exp $
 
 DISTNAME=      eltclsh-1.6
+PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  http://softs.laas.fr/openrobots/distfiles/
 
@@ -14,7 +15,7 @@
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake groff
+USE_TOOLS+=            gmake
 
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
diff -r ffb0e7062cd4 -r fd9eaf409da9 shells/eltclsh/PLIST
--- a/shells/eltclsh/PLIST      Thu Nov 30 15:24:52 2006 +0000
+++ b/shells/eltclsh/PLIST      Thu Nov 30 18:02:28 2006 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/11/30 18:02:28 joerg Exp $
 bin/eltclsh
 bin/elwish
-man/cat1/eltclsh.0
 man/man1/eltclsh.1
 share/eltcl/complete.tcl
 share/eltcl/init.tcl
diff -r ffb0e7062cd4 -r fd9eaf409da9 shells/eltclsh/distinfo
--- a/shells/eltclsh/distinfo   Thu Nov 30 15:24:52 2006 +0000
+++ b/shells/eltclsh/distinfo   Thu Nov 30 18:02:28 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $
+$NetBSD: distinfo,v 1.2 2006/11/30 18:02:28 joerg Exp $
 
 SHA1 (eltclsh-1.6.tar.gz) = 159d79c265ed6cf3efd1c926f58c6705c630ed4e
 RMD160 (eltclsh-1.6.tar.gz) = daf83a9f509015e0c6d405f57ae6940e0f129d06
 Size (eltclsh-1.6.tar.gz) = 328626 bytes
 SHA1 (patch-aa) = 77ed0d9200df1b533997e4d0147d4bd3e3226108
+SHA1 (patch-ab) = b6e3474302a6db10fd527072cd184f5775b0c89b
diff -r ffb0e7062cd4 -r fd9eaf409da9 shells/eltclsh/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/eltclsh/patches/patch-ab   Thu Nov 30 18:02:28 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/11/30 18:02:28 joerg Exp $
+
+--- Makefile.in.orig   2006-11-30 17:57:09.000000000 +0000
++++ Makefile.in
+@@ -63,7 +63,7 @@ all depends: $(config_files) $(config_he
+ clean:
+       $(make_subdirs)
+ 
+-install: $(config_files) install-doc install-catdoc
++install: $(config_files) install-doc
+       $(make_subdirs)
+ 
+ 



Home | Main Index | Thread Index | Old Index