summaryrefslogtreecommitdiff
path: root/editors/hnb
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-10-01 18:52:03 +0000
committerkristerw <kristerw>2005-10-01 18:52:03 +0000
commit160ed1f3a59cf33551ca23da99189d38588d4ffe (patch)
treefdc27a4fed15199fc1815d5d95241e4f7552c43b /editors/hnb
parentbab394e6e02e2c6e88ddd7840aa274817683658a (diff)
downloadpkgsrc-160ed1f3a59cf33551ca23da99189d38588d4ffe.tar.gz
Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this work
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed. Bump PKGREVISION.
Diffstat (limited to 'editors/hnb')
-rw-r--r--editors/hnb/Makefile3
-rw-r--r--editors/hnb/distinfo3
-rw-r--r--editors/hnb/patches/patch-ac10
3 files changed, 14 insertions, 2 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile
index 766684e9f98..2649e5e1b18 100644
--- a/editors/hnb/Makefile
+++ b/editors/hnb/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2005/05/22 20:07:56 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/10/01 18:52:03 kristerw Exp $
#
DISTNAME= hnb-1.9.17
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hnb/}
diff --git a/editors/hnb/distinfo b/editors/hnb/distinfo
index 12e70418a67..5cfbf63c8fd 100644
--- a/editors/hnb/distinfo
+++ b/editors/hnb/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/03/11 21:22:24 rillig Exp $
+$NetBSD: distinfo,v 1.5 2005/10/01 18:52:03 kristerw Exp $
SHA1 (hnb-1.9.17.tar.gz) = b5204a9bda13b42ef04921e71f52e5bfe5412f13
RMD160 (hnb-1.9.17.tar.gz) = 1363eac8a785a3bad2ac319ae38726cd826268cf
Size (hnb-1.9.17.tar.gz) = 143700 bytes
SHA1 (patch-aa) = f44cef4b2a3ccf20513420a1f57946e342aa2ee3
SHA1 (patch-ab) = 9c87fbe5ddfb7525941cb8e1d66d377fbe726811
+SHA1 (patch-ac) = 88778957d3a52aa6c8b9811133dfe4f2ceca213e
diff --git a/editors/hnb/patches/patch-ac b/editors/hnb/patches/patch-ac
new file mode 100644
index 00000000000..6c31eee28cb
--- /dev/null
+++ b/editors/hnb/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2005/10/01 18:52:03 kristerw Exp $
+
+--- src/Makefile.orig Sat Oct 1 20:43:07 2005
++++ src/Makefile Sat Oct 1 20:43:40 2005
+@@ -1,4 +1,4 @@
+-LIBS=-lncurses libcli/libcli.a
++LIBS=-Wl,-R${PREFIX}/lib -lncurses libcli/libcli.a
+ CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g
+
+ CFILES=$(wildcard *.c)