From 6ac9a97e6834a6f213e467dfeb872c3ef983fd44 Mon Sep 17 00:00:00 2001 From: demon Date: Tue, 20 May 2008 08:17:23 +0000 Subject: Fix usage of UTF8 locales. PR: 123311 Submitted by: Dmitry Klimov --- www/links/Makefile | 20 +++++++++++++++++++- www/links/distinfo | 3 +++ 2 files changed, 22 insertions(+), 1 deletion(-) 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 @@ -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 -- cgit