diff options
-rw-r--r-- | x11/rxvt-devel/Makefile | 8 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-autoconf::ltmain.sh | 28 | ||||
-rw-r--r-- | x11/rxvt-devel/pkg-plist | 2 |
3 files changed, 3 insertions, 35 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 9f333337c927..88a6e9dff1db 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= rxvt PORTVERSION= 2.7.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES+= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} PKGNAMESUFFIX= -devel @@ -11,8 +11,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Low memory usage xterm replacement that supports color -USE_AUTOTOOLS= libtool -USES= perl5 +USES= libtool perl5 USE_LDCONFIG= yes USE_PERL5= build patch USE_XORG= xpm @@ -135,9 +134,6 @@ CONFIGURE_ARGS+= --enable-xterm-scroll post-patch: @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.c - @${REINPLACE_CMD} -e 's|--mode=compile|& --tag=CC|' \ - -e 's|--mode=link|& --tag=CC|' \ - ${WRKSRC}/src/Makefile.in post-install: @${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/rxvt diff --git a/x11/rxvt-devel/files/patch-autoconf::ltmain.sh b/x11/rxvt-devel/files/patch-autoconf::ltmain.sh deleted file mode 100644 index 830fb75e866b..000000000000 --- a/x11/rxvt-devel/files/patch-autoconf::ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- autoconf/ltmain.sh 2001/08/27 09:51:26 1.1 -+++ autoconf/ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - 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 $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11/rxvt-devel/pkg-plist b/x11/rxvt-devel/pkg-plist index acabb598e7bd..cd1f3fad0559 100644 --- a/x11/rxvt-devel/pkg-plist +++ b/x11/rxvt-devel/pkg-plist @@ -2,7 +2,7 @@ bin/rxvt bin/rxvt-2.7.10 include/rxvtlib.h lib/librxvt.a -lib/librxvt.la lib/librxvt.so lib/librxvt.so.1 +lib/librxvt.so.1.0.0 man/man1/rxvt.1.gz |