diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-07 00:43:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-07 00:43:09 +0800 |
commit | ff4c43debf66182b6211f8d4cf6f9ab70a00881a (patch) | |
tree | bf58134ceb203a063c3db5f3cde7c161f12320e0 /x11/rxvt-devel | |
parent | bfe75da1d2e5fda3432d89d6f94ab8702b6f6f23 (diff) | |
download | freebsd-ports-graphics-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.tar.gz freebsd-ports-graphics-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.tar.zst freebsd-ports-graphics-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.zip |
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
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 140b94734dc..d3f917a8eb6 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 00000000000..d1a302dfb47 --- /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 94b2a67503e..00000000000 --- 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 c1e95e20d70..23ecfdc18e0 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 |