summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-01 17:33:44 +0000
committeritojun <itojun>2000-11-01 17:33:44 +0000
commitb80bce1f5119a284f57c2c773c09f4ba183a6488 (patch)
tree65f99bdf0fc6b4dc6c023bf3c8cf3607259eda75 /www
parenta15784878bdb44dd9c6f971bdc4632e9a72e37bb (diff)
downloadpkgsrc-b80bce1f5119a284f57c2c773c09f4ba183a6488.tar.gz
use USE_LIBINTL + BUILD_DEPEND to devel/gettext.
make libslang-less build possible.
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile7
-rw-r--r--www/lynx-current/files/patch-sum3
-rw-r--r--www/lynx-current/patches/patch-ac13
3 files changed, 19 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index c918c74e36e..8e72d5b9d8e 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/10/18 03:55:47 fredb Exp $
+# $NetBSD: Makefile,v 1.21 2000/11/01 17:33:44 itojun Exp $
#
DISTNAME= lynx2.8.4dev.10
@@ -25,7 +25,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= fb@enteract.com
HOMEPAGE= http://lynx.browser.org/
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
+USE_LIBINTL= yes
DIST_SUBDIR= lynx
EXTRACT_ONLY= ${DISTFILES:M*.tar.bz2}
@@ -94,7 +95,7 @@ post-configure:
${ECHO} 'SSL_DEFINES= -DUSE_SSL ${SSLINCS}') \
>> ${WRKSRC}/makefile
(${ECHO}; \
- ${ECHO} 'INTLLIB= ${LOCALBASE}/lib/libintl.a'; \
+ ${ECHO} 'INTLLIB= -L${LOCALBASE}/lib -lintl'; \
${ECHO} 'INTLDIR_CPPFLAGS= -I${LOCALBASE}/include') \
>> ${WRKSRC}/src/makefile
diff --git a/www/lynx-current/files/patch-sum b/www/lynx-current/files/patch-sum
index 20c42b18612..0be62479f27 100644
--- a/www/lynx-current/files/patch-sum
+++ b/www/lynx-current/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.2 2000/05/09 00:55:00 fredb Exp $
+$NetBSD: patch-sum,v 1.3 2000/11/01 17:33:44 itojun Exp $
MD5 (patch-aa) = 072f8a39714a5fe048b2f22d0d81d36f
MD5 (patch-ab) = 045fec4a443e066bdfa6f88202528d3a
+MD5 (patch-ac) = ec10e0f1cc88c81237e75262dce63d6f
diff --git a/www/lynx-current/patches/patch-ac b/www/lynx-current/patches/patch-ac
new file mode 100644
index 00000000000..949b57b7f5a
--- /dev/null
+++ b/www/lynx-current/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2000/11/01 17:33:44 itojun Exp $
+
+--- src/LYCurses.c- Thu Nov 2 02:31:16 2000
++++ src/LYCurses.c Thu Nov 2 02:31:26 2000
+@@ -1453,6 +1453,5 @@
+ /* touchline() is not available on VMS before version 7.0, and then only on
+- * Alpha, since prior ports of curses were broken. BSD touchline() has a
+- * 4th parameter since it is used internally by touchwin().
++ * Alpha, since prior ports of curses were broken.
+ */
+- touchline(stdscr, row, 1, 0);
++ touchline(stdscr, row, 1);
+ #else