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

Modified Files:
        rxvt-unicode.info rxvt-unicode.patch 
Log Message:
Sync with unstable.

Index: rxvt-unicode.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rxvt-unicode.info   13 Oct 2007 17:24:31 -0000      1.3
+++ rxvt-unicode.info   7 Dec 2007 15:44:27 -0000       1.4
@@ -1,14 +1,17 @@
 Package: rxvt-unicode
-Version: 8.3
-Revision: 1002
-Distribution: 10.4
-Source: http://dist.schmorp.de/%n/%n-%v.tar.bz2
-Source-MD5: c53043a5178e2eeb33578148d56f8f96
+Version: 8.7
+Revision: 1001
+Source: mirror:custom:%n-%v.tar.bz2
+Source-MD5: 4d615334e5e4959cded8ba298868a113
+CustomMirror: <<
+Primary: http://dist.schmorp.de/%n/Attic
+Current: http://dist.schmorp.de/%n
+<<
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: 199d5b6141a12ebc904e9afea8293087
-ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
PERL=/usr/bin/perl
+PatchFile-MD5: bad192179acca86d71a6e3eb5743f936
+ConfigureParams: --enable-everything --with-codeset=all --disable-utmp 
--disable-afterimage --mandir='${prefix}/share/man' PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt doc/etc/*
 Description: Clone of rxvt with XFT and Unicode support

Index: rxvt-unicode.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rxvt-unicode.patch  6 Sep 2007 23:34:28 -0000       1.2
+++ rxvt-unicode.patch  7 Dec 2007 15:44:27 -0000       1.3
@@ -1,19 +1,20 @@
 diff -Naur rxvt-unicode-8.2.orig/doc/Makefile.in 
rxvt-unicode-8.2/doc/Makefile.in
 --- rxvt-unicode-8.2.orig/doc/Makefile.in      2006-12-08 22:28:07.000000000 
+0000
 +++ rxvt-unicode-8.2/doc/Makefile.in   2007-04-28 11:18:14.000000000 +0000
-@@ -102,6 +102,7 @@
+@@ -101,7 +101,7 @@
+       $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
  @IF_PERL@     $(INSTALL) -d $(DESTDIR)$(man3dir)
  @IF_PERL@     $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
-       if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ 
$(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
-+      if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
+-      @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++      @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo 
$(srcdir)/etc/rxvt-unicode.terminfo
  
  distdepend: alldoc
-
+ 
 diff -Naur rxvt-unicode-8.3.orig/Makefile.in rxvt-unicode-8.3/Makefile.in 
 --- rxvt-unicode-8.3.orig/Makefile.in  2007-08-21 15:39:40.000000000 -0400
 +++ rxvt-unicode-8.3/Makefile.in       2007-08-21 15:51:58.000000000 -0400
 @@ -47,6 +47,8 @@
-       (cd src; ${MAKE})
+       (cd src; $(MAKE))
  
  #-------------------------------------------------------------------------
 +.PHONY: install
@@ -21,3 +22,28 @@
  configure: configure.ac aclocal.m4 config.h.in
        cd $(srcdir); ./autogen.sh
  
+diff -Naur rxvt-unicode-8.7.orig/configure rxvt-unicode-8.7/configure
+--- rxvt-unicode-8.7.orig/configure    2007-11-21 13:19:54.000000000 +0900
++++ rxvt-unicode-8.7/configure 2007-11-27 10:56:41.000000000 +0900
+@@ -13530,8 +13530,8 @@
+ 
+      save_CXXFLAGS="$CXXFLAGS"
+      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'`"
+      cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -13594,8 +13594,8 @@
+ 
+         IF_PERL=
+         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'`"
+         PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
+      else
+         { { echo "$as_me:$LINENO: error: no, unable to link" >&5


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to