diff options
author | will <will@FreeBSD.org> | 2000-05-22 05:09:19 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 05:09:19 +0000 |
commit | 1641af7378ce5111c2bb7bf46e67ee7c98fbad9c (patch) | |
tree | 49e9bdf9c8ff2be97a6d114982f863c02d599b8d /x11/rxvt-devel | |
parent | 0a3e0d2a8b34c184ff0a5d2e08c4a74868a4dcb7 (diff) | |
download | FreeBSD-ports-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.zip FreeBSD-ports-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.tar.gz |
Add a patch that adds some extra chinese support as well as fixes some
terminfo problems.
PR: 18406
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 1eaf353..1d5d653 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -16,6 +16,10 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/terms +PATCH_SITES= ftp://ftp.rxvt.org/pub/rxvt/ +PATCHFILES= rxvt-2.7.3.patch1.gz +PATCH_DIST_STRIP+= -p1 + MAINTAINER= will@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/x11/rxvt-devel/distinfo b/x11/rxvt-devel/distinfo index a6635b8..efc1379 100644 --- a/x11/rxvt-devel/distinfo +++ b/x11/rxvt-devel/distinfo @@ -1 +1,2 @@ MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800 +MD5 (rxvt-2.7.3.patch1.gz) = 348fca4eb5e7bc41d070745e3655d184 |