the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: rxvt-unicode
Version: 9.05
Revision: 1001
Source: mirror:custom:%n-%v.tar.bz2
Source-MD5: bf7cbc6440346425c9e9773d213c304f
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: a03192f09557f223e9809354af74701f
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/* doc/rxvt-tabbed
Description: Clone of rxvt with XFT and Unicode support
License: GPL
Maintainer: Todai Fink Team
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Descpackaging: AKH 8/21/07--patch for case-insensitive filesystems
DescUsage: <<
If you want to use rxvt-unicode with tab, install gtk2-pm5XX and
use 'rxvt-tabbed' in a doc dir.
<<
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
@@ -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)
- @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))
#-------------------------------------------------------------------------
+.PHONY: install
+
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
diff -Naur rxvt-unicode-9.05.orig/doc/rxvt-tabbed rxvt-unicode-9.05/doc/rxvt-tabbed
--- rxvt-unicode-9.05.orig/doc/rxvt-tabbed 2007-11-10 18:40:51.000000000 +0900
+++ rxvt-unicode-9.05/doc/rxvt-tabbed 2008-06-21 16:37:08.000000000 +0900
@@ -9,7 +9,7 @@
# Also see the Gtk2::URxvt module family, which does this much cleaner
# and provides a real tabbed-terminal.
-my $RXVT_BASENAME = "rxvt";
+my $RXVT_BASENAME = "urxvt";
use Gtk2;
use Encode;
Package: rxvt-unicode
Version: 9.05
Revision: 1001
Source: mirror:custom:%n-%v.tar.bz2
Source-MD5: bf7cbc6440346425c9e9773d213c304f
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: a03192f09557f223e9809354af74701f
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/* doc/rxvt-tabbed
Description: Clone of rxvt with XFT and Unicode support
License: GPL
Maintainer: Todai Fink Team
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Descpackaging: AKH 8/21/07--patch for case-insensitive filesystems
DescUsage: <<
If you want to use rxvt-unicode with tab, install gtk2-pm5XX and
use 'rxvt-tabbed' in a doc dir.
<<
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
@@ -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)
- @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))
#-------------------------------------------------------------------------
+.PHONY: install
+
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
diff -Naur rxvt-unicode-9.05.orig/doc/rxvt-tabbed rxvt-unicode-9.05/doc/rxvt-tabbed
--- rxvt-unicode-9.05.orig/doc/rxvt-tabbed 2007-11-10 18:40:51.000000000 +0900
+++ rxvt-unicode-9.05/doc/rxvt-tabbed 2008-06-21 16:37:08.000000000 +0900
@@ -9,7 +9,7 @@
# Also see the Gtk2::URxvt module family, which does this much cleaner
# and provides a real tabbed-terminal.
-my $RXVT_BASENAME = "rxvt";
+my $RXVT_BASENAME = "urxvt";
use Gtk2;
use Encode;