Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/devel
In directory usw-pr-cvs1:/tmp/cvs-serv7150

Added Files:
        autoconf25-2.53-1.info automake-1.6.3-1.info bison-1.35-1.info 
        bison-1.35-1.patch 
Removed Files:
        bison-1.29-1.info bison-1.29-1.patch 
Log Message:
sync with unstable (note: old auto* versions kept around on purpose)

--- NEW FILE: autoconf25-2.53-1.info ---
Package: autoconf25
Version: 2.53
Revision: 1
Depends: m4
Conflicts: autoconf
Replaces: autoconf
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
#Patch: %f.patch
ConfigureParams: --infodir=%p/share/info --mandir=%p/share/man
InstallScript: <<
 make install DESTDIR=%d
 cd doc &&  make html && cd ..
 mkdir -p %i/share/doc/%n
 mkdir -p %i/share/doc/%n/html
 install -m 644 doc/*.html  %i/share/doc/%n/html/
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts.
These scripts are present in a large number of free software packages
and are used to detect system features at compilation time.

This package installs the latest Autoconf version. It has some
compatibility problems with older packages. If you want to work on a
package that requires Autoconf 2.13, install the autoconf package
instead.

Previously by Christoph Pfisterer <[EMAIL PROTECTED]>
<<
DescPort: <<
The patch gets rid of code that sets CDPATH. Setting CDPATH causes the
new directory to be printed on a cd, and this breaks some constructs.
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>

--- NEW FILE: automake-1.6.3-1.info ---
Package: automake
Version: 1.6.3
Revision: 1
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: autoconf25 (>= 2.52-1)
Source: gnu
Source-MD5: 2bd506db63b6d10458cb644b6171ce93
ConfigureParams: --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
DocFiles: COPYING README AUTHORS NEWS THANKS
InfoDocs: automake.info
#
Description: Makefile generator
DescDetail: <<
GNU Automake is a development tool that creates complex Makefiles from
(relatively) simple descriptions.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer
<<
License: GPL
Homepage: http://www.gnu.org/software/automake/

--- NEW FILE: bison-1.35-1.info ---
Package: bison
Version: 1.35
Revision: 1
Source: gnu
Maintainer: Max Horn <[EMAIL PROTECTED]>
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: <<
 make install DESTDIR=%d
 rm -f %i/share/locale/locale.alias
<<
DocFiles: README COPYING AUTHORS NEWS REFERENCES THANKS doc/FAQ
InfoDocs: bison.info
#
Description: Parser generator
DescDetail: <<
Bison is a general-purpose parser generator that converts a grammar
description for an LALR context-free grammar into a C program to parse
that grammar. Once you are proficient with Bison, you can use it to
develop a wide range of language parsers, from those used in simple
desk calculators to complex programming languages.
<<
DescPort: <<
Needs help to get by the linker while still using its own copy of getopt.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer.

locale.alias is deleted because it is already provided by gettext which
is an essential package, hence we can relay on the file to be always present.
<<
License: GPL/GFDL
Homepage: http://www.gnu.org/software/bison/bison.html

--- NEW FILE: bison-1.35-1.patch ---
diff -ru bison-1.35/src/Makefile.in bison-1.35-patched/src/Makefile.in
--- bison-1.35/src/Makefile.in  2002-03-25 10:38:31.000000000 +0100
+++ bison-1.35-patched/src/Makefile.in  2002-04-14 21:10:43.000000000 +0200
@@ -123,7 +123,7 @@
            -I$(top_srcdir)/lib
 
 
-LDADD = $(INTLLIBS) ../lib/libbison.a
+LDADD = ../lib/libbison.a $(INTLLIBS)
 
 bin_PROGRAMS = bison
 

--- bison-1.29-1.info DELETED ---

--- bison-1.29-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to