pkgsrc-Users archive

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

Re: tcsh pkg difference



On Thu, Jul 19, 2012 at 09:17:14AM +0200, Martin Husemann wrote:
 > On Thu, Jul 19, 2012 at 12:55:17AM +0000, David Holland wrote:
 > > On Wed, Jul 18, 2012 at 09:59:17AM +0200, Martin Husemann wrote:
 > >  > At least on NetBSD the /usr/pkg/bin/tcsh one is dynamically linked
 > >  > (just like /bin/sh is):
 > > 
 > > static-tcsh? That would be a bug...
 > 
 > Nope, sorry - the tcsh pkg vs. the standalone-tcsh one (static-tcsh
 > I did not see due to the missing DESC file).

fair enough.

inasmuch as not having a DESCR is a bug, anyone object to the following?

Index: DESCR
===================================================================
RCS file: DESCR
diff -N DESCR
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ DESCR       20 Jul 2012 08:26:13 -0000
@@ -0,0 +1,2 @@
+
+This package provides a statically-linked version of tcsh.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/shells/static-tcsh/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile    25 Apr 2007 13:26:42 -0000      1.7
+++ Makefile    20 Jul 2012 08:26:13 -0000
@@ -6,6 +6,7 @@
 DISTINFO_FILE=         ${.CURDIR}/../../shells/tcsh/distinfo
 PATCHDIR=              ${.CURDIR}/../../shells/tcsh/patches
 PKGDIR=                        ${.CURDIR}/../../shells/tcsh
+DESCR_SRC=             ${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR
 
 CONFLICTS=             tcsh-[0-9]*
 


-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index