Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27535

Modified Files:
        popt.info 
Log Message:
latest version to stable


Index: popt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/popt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- popt.info   4 Mar 2007 02:39:24 -0000       1.2
+++ popt.info   24 May 2008 18:45:09 -0000      1.3
@@ -1,32 +1,31 @@
 Package: popt
-Version: 1.7
-Revision: 5
+Version: 1.10.4
+Revision: 1
 BuildDependsOnly: True
-Maintainer: Tony Arnold <[EMAIL PROTECTED]>
-Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/%n-%v.tar.gz
-Source-MD5: 5988e7aeb0ae4dac8d83561265984cc9
+Maintainer: None <[EMAIL PROTECTED]>
+#Source: ftp://jbj.org/pub/rpm-4.4.x/%n-%v.tar.gz
+Source: mirror:master:%n-%v.tar.gz
+Source-MD5: 63b943522a6788ae8f756ca123d83c00
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gettext-dev, gettext-bin, gettext-tools, libiconv-dev
+BuildDepends: libgettext3-dev, gettext-bin (>= 0.14.5-1), gettext-tools (>= 
0.14.5-1), libiconv-dev, automake1.9, autoconf (>= 2.60-1), libtool14
 SetLDFLAGS: -no-undefined -lintl
 PatchScript: <<
        #!/bin/sh -ev
-       # Remove meaningless const's
-       perl -pi -e 's;const char \*const poptStrerror\(const int error\);const 
char \*poptStrerror\(const int error\);g' popt.c popt.h
-       
-       # Change popt => popt1
+
+       autoreconf -i -f
+
+       # Change gettext catalog name popt => popt1
        perl -pi -e 's,popt.pot,popt1.pot,g' Makefile*
        perl -pi -e 's,PACKAGE=popt,PACKAGE=popt1,g' configure
        perl -pi -e 's,Project-Id-Version: popt,Project-Id-Version: popt1,g' 
po/*.po
        perl -pi -e 's,\"popt\",\"popt1\",g' poptint.h
        mv %b/po/popt.pot %b/po/popt1.pot
-
-       # put the fix against TOC-out-of-date in again
-       perl -pi -e 's,\-all\-static,,g' Makefile.in
 <<
 ConfigureParams: --mandir=%p/share/man --with-libintl-prefix=%p 
--with-libiconv-prefix=%p
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
+  Depends: libgettext3-shlibs, libiconv
   Replaces: %N (<= 1.6.2-1)
   Files: <<
        lib/libpopt.*.dylib
@@ -36,12 +35,14 @@
        %p/lib/libpopt.0.dylib 1.0.0 %n (>= 1.6.4-1)
   <<
   DocFiles: README COPYING CHANGES
-  Depends: libiconv, gettext
 <<
 DocFiles: README COPYING CHANGES
 Description: Library for parsing command line options
 DescPackaging: <<
        2005-02-09: Locale files have been versioned 
(%p/share/local/*/LC_MESSAGES/popt1.mo) and moved into the popt-shlibs package 
to allow for installation of future major versions of popt.
-       2005-02-22: Fixed compile errors (popt.h:444: warning: type qualifiers 
ignored on function return type), based upon patches from NetBSD
+<<
+DescUsage: <<
+       Packages using glib should try to migrate to GOption instead
+       of popt. See: http://live.gnome.org/GnomeGoals/PoptGOption
 <<
 License: BSD


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to