diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
commit | 2d56df646f59cd6f7e520f0539f244ae4c8d39b6 (patch) | |
tree | f5b0cce7ae5c8f802467d60cf466f1d6ee934ccf /x11/rxvt-devel | |
parent | 0d292eefc62fd98926779c4ceaa2c29f8df94856 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 7 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-autoconf::ltmain.sh | 14 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/rxvt-devel/pkg-plist | 1 |
4 files changed, 19 insertions, 14 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 140b94734dc4..d3f917a8eb68 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -8,7 +8,7 @@ # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. -PORTNAME= rxvt-devel +PORTNAME= rxvt PORTVERSION= 2.7.6 PORTREVISION= 1 CATEGORIES= x11 @@ -17,17 +17,20 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ MASTER_SITE_SUBDIR= . old devel +PKGNAMESUFFIX= -devel DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtoo + USE_X_PREFIX= yes USE_XPM= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared USE_GMAKE= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_BZIP2= yes diff --git a/x11/rxvt-devel/files/patch-autoconf::ltmain.sh b/x11/rxvt-devel/files/patch-autoconf::ltmain.sh new file mode 100644 index 000000000000..d1a302dfb47d --- /dev/null +++ b/x11/rxvt-devel/files/patch-autoconf::ltmain.sh @@ -0,0 +1,14 @@ +--- autoconf/ltmain.sh.orig Sat Oct 6 11:24:55 2001 ++++ autoconf/ltmain.sh Sat Oct 6 11:29:53 2001 +@@ -4093,11 +4093,6 @@ + IFS="$save_ifs" + fi + +- # Install the pseudo-library for information purposes. +- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +- instname="$dir/$name"i +- $show "$install_prog $instname $destdir/$name" +- $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11/rxvt-devel/files/patch-configure b/x11/rxvt-devel/files/patch-configure deleted file mode 100644 index 94b2a67503e9..000000000000 --- a/x11/rxvt-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat May 26 10:21:04 2001 -+++ configure Sat May 26 10:21:12 2001 -@@ -4964,7 +4964,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool' - - # Prevent multiple expansion - diff --git a/x11/rxvt-devel/pkg-plist b/x11/rxvt-devel/pkg-plist index c1e95e20d708..23ecfdc18e08 100644 --- a/x11/rxvt-devel/pkg-plist +++ b/x11/rxvt-devel/pkg-plist @@ -1,5 +1,4 @@ bin/rxvt lib/librxvt.a -lib/librxvt.la lib/librxvt.so lib/librxvt.so.0 |