diff options
author | will <will@FreeBSD.org> | 2000-05-22 13:09:19 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 13:09:19 +0800 |
commit | 1641af7378ce5111c2bb7bf46e67ee7c98fbad9c (patch) | |
tree | 49e9bdf9c8ff2be97a6d114982f863c02d599b8d | |
parent | 0a3e0d2a8b34c184ff0a5d2e08c4a74868a4dcb7 (diff) | |
download | freebsd-ports-gnome-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.tar.gz freebsd-ports-gnome-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.tar.zst freebsd-ports-gnome-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.zip |
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>
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 1 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 1 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt/distinfo | 1 |
6 files changed, 15 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 1eaf3537cb3c..1d5d653bc85c 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 a6635b8c3c43..efc13796de38 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 diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 1eaf3537cb3c..1d5d653bc85c 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/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-unicode/distinfo b/x11/rxvt-unicode/distinfo index a6635b8c3c43..efc13796de38 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1 +1,2 @@ MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800 +MD5 (rxvt-2.7.3.patch1.gz) = 348fca4eb5e7bc41d070745e3655d184 diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 1eaf3537cb3c..1d5d653bc85c 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/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/distinfo b/x11/rxvt/distinfo index a6635b8c3c43..efc13796de38 100644 --- a/x11/rxvt/distinfo +++ b/x11/rxvt/distinfo @@ -1 +1,2 @@ MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800 +MD5 (rxvt-2.7.3.patch1.gz) = 348fca4eb5e7bc41d070745e3655d184 |