Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv26280

Added Files:
        dash-0.4.8-1.info dash-0.4.8-1.patch 
Log Message:
Porting, will use to test pmake as well

--- NEW FILE: dash-0.4.8-1.info ---
Package: dash
Version: 0.4.8
Revision: 1
###
Source: mirror:debian:pool/main/d/dash/%n_%v.tar.gz
Source-MD5: e65f615d331ce1135990376c28ad5821
SourceDirectory: %n
###
CompileScript: <<
#!/bin/sh
  rm -rf obj obj-udeb
  mkdir obj obj-udeb
  chmod u+x debian/bsdyacc

  pmake CFLAGS='-Wall -DBSD=1 -DSMALL -D_GNU_SOURCE -DGLOB_BROKEN -DHAVE_VASPRINTF=1 
-DIFS_BROKEN -DGCC_BROKEN_NG -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -D_DIAGASSERT\(x\)= 
-g -O2 -fstrict-aliasing' YACC='$${.CURDIR}/debian/bsdyacc'
  MAKEOBJDIR=obj-udeb pmake CFLAGS:='$(CDEF) $(OPTSM)' \
        YACC:='$${.CURDIR}/debian/bsdyacc'

<<
InstallScript: <<
#!/bin/sh
  install obj/sh %i/bin/dash
  install -m 644 sh.1 %i/share/man/man1/dash.1
  ln -s %p/bin/dash %i/bin/sh
  ln -s %p/bin/dash %i/bin/ash
  ln -s %p/share/man/man1/dash.1 %i/share/man/man1/ash.1.gz
<<
###
SplitOff: <<
  Package: %N-udeb
  Depends: %N (= %v-%r)
  Files: <<
    bin/sh
    bin/ash
  <<
  DocFiles: TOUR
<<
###
DocFiles: TOUR
###
Description: The Debian Almquist Shell
DescDetail: <<
 "dash" is a POSIX compliant shell that is much smaller than "bash".
 We take advantage of that by making it the shell on the installation
 root floppy, where space is at a premium.

 It can be usefully installed as /bin/sh (because it executes scripts
 somewhat faster than "bash"), or as the default shell either of root
 or of a second user with a userid of 0 (because it depends on fewer
 libraries, and is therefore less likely to be affected by an upgrade
 problem or a disk failure).  It is also useful for checking that a
 script uses only POSIX syntax.

 "bash" is a better shell for most users, since it has some nice
 features absent from "dash", and is a required part of the system.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http:///

--- NEW FILE: dash-0.4.8-1.patch ---
diff -ruN dash.orig/Makefile dash/Makefile
--- dash.orig/Makefile  2002-10-26 05:34:12.000000000 -0600
+++ dash/Makefile       2002-12-26 21:22:34.000000000 -0700
@@ -1,7 +1,7 @@
 #      $NetBSD: Makefile,v 1.59 2002/09/15 00:19:22 thorpej Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
-.include <bsd.own.mk>
+#.include <bsd.own.mk>
 
 YHEADER=1
 PROG=  sh
@@ -60,6 +60,6 @@
 mksyntax: mksyntax.c
        ${HOST_LINK.c} ${TARGET_CHARFLAG} -o mksyntax ${.IMPSRC}
 
-.include <bsd.prog.mk>
+#.include <bsd.prog.mk>
 
 ${OBJS}: arith.h builtins.h nodes.h syntax.h token.h



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to