Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv25739

Modified Files:
        rxvt-unicode.info rxvt-unicode.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8
added X_EXTRA_LIBS=-lXrender to fix undefined reference


Index: rxvt-unicode.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/x11/rxvt-unicode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rxvt-unicode.info   11 Jul 2011 04:08:36 -0000      1.1
+++ rxvt-unicode.info   13 Dec 2011 23:42:08 -0000      1.2
@@ -1,8 +1,8 @@
 Package: rxvt-unicode
-Version: 9.05
-Revision: 1002
+Version: 9.07
+Revision: 1
 Source: mirror:custom:%n-%v.tar.bz2
-Source-MD5: bf7cbc6440346425c9e9773d213c304f
+Source-MD5: 49bb52c99e002bf85eb41d8385d903b5
 CustomMirror: <<
 Primary: http://dist.schmorp.de/%n/Attic
 Current: http://dist.schmorp.de/%n
@@ -10,8 +10,8 @@
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: a03192f09557f223e9809354af74701f
-ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-everything --with-codeset=all --disable-utmp --disable-afterimage 
--mandir='${prefix}/share/man' PERL=/usr/bin/perl
+PatchFile-MD5: e2db43e35c09262362124ddd641d5fec
+ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-everything --with-codeset=all --disable-utmp --disable-afterimage 
--mandir='${prefix}/share/man' PERL=/usr/bin/perl X_EXTRA_LIBS=-lXrender
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt 
doc/etc/* doc/rxvt-tabbed
 Description: Clone of rxvt with XFT and Unicode support

Index: rxvt-unicode.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/x11/rxvt-unicode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rxvt-unicode.patch  11 Jul 2011 04:08:36 -0000      1.1
+++ rxvt-unicode.patch  13 Dec 2011 23:42:08 -0000      1.2
@@ -31,8 +31,8 @@
       save_LIBS="$LIBS"
 -     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
 -     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
-+     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
-+     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
++     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
++     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
       cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
@@ -42,8 +42,8 @@
          PERL_O=rxvtperl.o
 -        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
 -        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
-+        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
-+        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
++        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
++        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
          PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
       else
          { { echo "$as_me:$LINENO: error: no, unable to link" >&5


------------------------------------------------------------------------------
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to