pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/hnb Make sure -Wl,-R${PREFIX}/lib is added whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/092411ab5099
branches:  trunk
changeset: 500053:092411ab5099
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Oct 01 18:52:03 2005 +0000

description:
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:

 editors/hnb/Makefile         |   3 ++-
 editors/hnb/distinfo         |   3 ++-
 editors/hnb/patches/patch-ac |  10 ++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r a3fcf2786f3f -r 092411ab5099 editors/hnb/Makefile
--- a/editors/hnb/Makefile      Sat Oct 01 18:30:36 2005 +0000
+++ b/editors/hnb/Makefile      Sat Oct 01 18:52:03 2005 +0000
@@ -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 -r a3fcf2786f3f -r 092411ab5099 editors/hnb/distinfo
--- a/editors/hnb/distinfo      Sat Oct 01 18:30:36 2005 +0000
+++ b/editors/hnb/distinfo      Sat Oct 01 18:52:03 2005 +0000
@@ -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 -r a3fcf2786f3f -r 092411ab5099 editors/hnb/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/hnb/patches/patch-ac      Sat Oct 01 18:52:03 2005 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index