diff options
author | demon <demon@FreeBSD.org> | 2008-05-20 16:17:23 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-05-20 16:17:23 +0800 |
commit | 6ac9a97e6834a6f213e467dfeb872c3ef983fd44 (patch) | |
tree | 19d6542b4c15af759af53b9f5bacdde8168d0316 | |
parent | 05a16c48634470d6a204a907d71e3777a81b665a (diff) | |
download | freebsd-ports-gnome-6ac9a97e6834a6f213e467dfeb872c3ef983fd44.tar.gz freebsd-ports-gnome-6ac9a97e6834a6f213e467dfeb872c3ef983fd44.tar.zst freebsd-ports-gnome-6ac9a97e6834a6f213e467dfeb872c3ef983fd44.zip |
Fix usage of UTF8 locales.
PR: 123311
Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
-rw-r--r-- | www/links/Makefile | 20 | ||||
-rw-r--r-- | www/links/distinfo | 3 |
2 files changed, 22 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 26c1a9a2949a..f006941da3c9 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -7,10 +7,16 @@ PORTNAME= links DISTVERSION= 2.1pre36 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= www MASTER_SITES= http://links.twibright.com/download/ +PATCH_SITES= ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/ \ + ftp://ftp.osuosl.org/pub/blfs/conglomeration/links/ \ + ftp://ftp.ntua.gr/pub/linux/gentoo/distfiles/ +PATCH_DIST_STRIP=-p1 + MAINTAINER?= demon@FreeBSD.org COMMENT= Lynx-like text WWW browser @@ -27,7 +33,9 @@ USE_BZIP2= yes OPTIONS= SVGALIB "non-X11 graphics support" off \ DIRECTFB "directfb driver support" off \ - X11 "X11 graphics support" on + X11 "X11 graphics support" on \ + UTF8 "With gentoo utf-8 patch" on \ + TRANS "Hack for background transparency" off .include <bsd.port.pre.mk> @@ -61,6 +69,16 @@ CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --without-x .endif +.if defined(WITH_UTF8) +PATCHFILES= links-2.1pre33-utf8.diff.bz2 +pre-configure: + pwd && cd ${WRKSRC}/intl && ./gen-intl && ./synclang && cd .. +.endif + +.if defined(WITH_TRANS) +EXTRA_PATCHES+= ${FILESDIR}/extra-terminal.c.diff +.endif + MAN1= links.1 PLIST_FILES= bin/links diff --git a/www/links/distinfo b/www/links/distinfo index 752bca6714dd..397a25f202b6 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,3 +1,6 @@ MD5 (links-2.1pre36.tar.bz2) = 6b0d3fca0c557fdfacf9d723b3c345a6 SHA256 (links-2.1pre36.tar.bz2) = 1d8963e748e26414b4de2877bdd75f74c6af0b64b1407f26b6131cc92eb58c04 SIZE (links-2.1pre36.tar.bz2) = 3824394 +MD5 (links-2.1pre33-utf8.diff.bz2) = 82ba3c492079f8664743ce03446433a3 +SHA256 (links-2.1pre33-utf8.diff.bz2) = a34de30b787e6bab984cd5000c7a576f157437f622e9fe3a076808769a56db75 +SIZE (links-2.1pre33-utf8.diff.bz2) = 4793 |