diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-10-22 02:54:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-10-22 02:54:50 +0000 |
commit | 453a10ea35e7ce38deceace71df850a5cc6f4331 (patch) | |
tree | 4cfd98fbedab35e42c23ea678ce6129ccb8148d5 /x11/rxvt-devel | |
parent | f608c41962197a8abc5a74cc2395d20d000c0744 (diff) | |
download | ports-453a10ea35e7ce38deceace71df850a5cc6f4331.tar.gz ports-453a10ea35e7ce38deceace71df850a5cc6f4331.zip |
Update to version 2.7.5
Added language support as of chinese/rxvt
Notes
Notes:
svn path=/head/; revision=34094
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 11 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 3 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-ad | 8 | ||||
-rw-r--r-- | x11/rxvt-devel/pkg-plist | 1 |
4 files changed, 11 insertions, 12 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 5ba94a60773d..18e5e0bac0ae 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -9,7 +9,7 @@ # the same distfile. PORTNAME= rxvt-devel -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.5 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ @@ -17,18 +17,17 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ DISTNAME= rxvt-${PORTVERSION} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= rxvt-2.7.3.patch1.gz -PATCH_DIST_STRIP+= -p1 - MAINTAINER= lioux@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ +CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \ --with-xpm --enable-xpm-background --enable-transparency +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes USE_BZIP2= yes + MAN1= rxvt.1 post-install: diff --git a/x11/rxvt-devel/distinfo b/x11/rxvt-devel/distinfo index efc13796de38..1902bd27c4d2 100644 --- a/x11/rxvt-devel/distinfo +++ b/x11/rxvt-devel/distinfo @@ -1,2 +1 @@ -MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800 -MD5 (rxvt-2.7.3.patch1.gz) = 348fca4eb5e7bc41d070745e3655d184 +MD5 (rxvt-2.7.5.tar.bz2) = dd9d2b6c3887c674f484c480d4419a19 diff --git a/x11/rxvt-devel/files/patch-ad b/x11/rxvt-devel/files/patch-ad index 5593c2f40ddf..6dc47b63b56e 100644 --- a/x11/rxvt-devel/files/patch-ad +++ b/x11/rxvt-devel/files/patch-ad @@ -1,6 +1,6 @@ ---- autoconf/config.h.in.orig Mon Aug 16 23:55:41 1999 -+++ autoconf/config.h.in Sun Aug 22 21:32:25 1999 -@@ -161,7 +161,7 @@ +--- autoconf/config.h.in.orig Sun Oct 22 00:13:00 2000 ++++ autoconf/config.h.in Sun Oct 22 00:13:43 2000 +@@ -168,7 +168,7 @@ #undef HAVE_UTMP_HOST /* Define location of utmp */ @@ -9,7 +9,7 @@ /* Define in utmpx.h has struct utmpx */ #undef HAVE_STRUCT_UTMPX -@@ -173,7 +173,7 @@ +@@ -180,7 +180,7 @@ #undef RXVT_UTMPX_FILE /* Define location of wtmp */ diff --git a/x11/rxvt-devel/pkg-plist b/x11/rxvt-devel/pkg-plist index 45ab4ea65bfd..0bbad346ee3c 100644 --- a/x11/rxvt-devel/pkg-plist +++ b/x11/rxvt-devel/pkg-plist @@ -1 +1,2 @@ bin/rxvt +lib/librxvt.a |