Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21463/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
        aegis.info aegis.patch 
Log Message:
backport gcc4 and gettext fixes


Index: aegis.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/aegis.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- aegis.patch 27 Apr 2005 03:25:37 -0000      1.1
+++ aegis.patch 23 Mar 2006 05:24:11 -0000      1.2
@@ -111,3 +111,23 @@
  #include <ac/string.h>
  
  #include <getgr_cache.h>
+diff -Nurd -x'*~' aegis-4.2.orig/common/gettime.y aegis-4.2/common/gettime.y
+--- aegis-4.2.orig/common/gettime.y    2002-02-25 18:14:42.000000000 -0500
++++ aegis-4.2/common/gettime.y 2006-03-22 22:52:41.000000000 -0500
+@@ -95,6 +95,7 @@
+ #define epoch 1970
+ 
+ int yyparse _((void)); /* forward */
++static int yylex _((void)); /* forward */
+ 
+ 
+ /*
+@@ -1263,8 +1264,6 @@
+  *    int; the yacc token, 0 means the-end.
+  */
+ 
+-static int yylex _((void));
+-
+ static int
+ yylex()
+ {

Index: aegis.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/aegis.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aegis.info  20 Jan 2006 06:37:05 -0000      1.3
+++ aegis.info  23 Mar 2006 05:24:11 -0000      1.4
@@ -1,16 +1,17 @@
 Package: aegis
 Version: 4.2
-Revision: 12
-Architecture: powerpc
+Revision: 13
 Source: http://aegis.sourceforge.net/aegis-%v.tar.gz
 #TODO: need CustomMirror for retrieving old versions
 Depends: fhist
-BuildDepends: gettext-dev, gettext-bin, gettext-tools, gcc3.3
-SetCC: gcc-3.3
+BuildDepends: gettext-dev, gettext-bin, gettext-tools
 Suggests: cook
 #
 ConfigureParams: --mandir=%p/share/man --sharedstatedir=%p/var/aegis
 Patch: %n.patch
+PatchScript: <<
+  perl -ni -e 'print unless /^msgid\t""/ .. /^$/' lib/*/LC_MESSAGES/libaegis.po
+<<
 InstallScript: <<
  make RPM_BUILD_ROOT=%d install
 <<
@@ -23,9 +24,8 @@
 work on many changes to a program independently, and Aegis coordinates
 integrating these changes back into the master source of the program,
 with as little disruption as possible.
-
-For more information, see http://aegis.sourceforge.net/
 <<
+Homepage: http://aegis.sourceforge.net/
 DescUsage: <<
 Aegis provides shell initialization scripts to set up common command
 aliases. Links are installed in %p/etc/profile.d so that fink will
@@ -56,6 +56,9 @@
 libSystem.dylib. The conflict causes a link warning, but ld makes the
 correct choice in resolution.
 <<
+DescPackaging: <<
+  Remove duplicate message from catalogs that blocks msgfmt.
+<<
 License: GPL
 Maintainer: David Bacher <[EMAIL PROTECTED]>
 Source-MD5: 041fd437740e5192b926b7b5e479eea4 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to