summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2008-05-20 08:17:23 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2008-05-20 08:17:23 +0000
commit1d25a22e4ee769334295766ff08e614e3b599162 (patch)
tree34e15238637e2a833d69934e6a710d22575e7d71
parent- Since PORTEXAMPLES is used, no need to add extra entries in pkg-plist (diff)
Fix usage of UTF8 locales.
PR: 123311 Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
Notes
Notes: svn path=/head/; revision=213374
-rw-r--r--www/links/Makefile20
-rw-r--r--www/links/distinfo3
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