diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-17 10:16:12 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-17 10:16:12 +0000 |
commit | d15f1ed844fd8ea7d76e491ff4aa44a31482a216 (patch) | |
tree | fd68592fed647d927d474e97effe332d82544127 /misc/fd | |
parent | 330714cfe925bac95ccac7c90d12e39aadf7599c (diff) | |
download | pkgsrc-d15f1ed844fd8ea7d76e491ff4aa44a31482a216.tar.gz |
Add missing mk/termcap buildlink.
Respect LDFLAGS
Bump PKGREVISION
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 4 | ||||
-rw-r--r-- | misc/fd/distinfo | 4 | ||||
-rw-r--r-- | misc/fd/patches/patch-Makefile.in | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 42b932c7c04..93915bcd05a 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2011/04/08 11:34:44 obache Exp $ +# $NetBSD: Makefile,v 1.28 2011/12/17 10:16:12 sbd Exp $ # DISTNAME= FD-3.00j PKGNAME= ${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= misc shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ @@ -51,4 +52,5 @@ post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/_fdrc ${DESTDIR}${EXAMPLESDIR}/${FD_CONFIG} +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/fd/distinfo b/misc/fd/distinfo index 901d8b8dbc6..2623d8dd8ea 100644 --- a/misc/fd/distinfo +++ b/misc/fd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2011/04/08 11:34:44 obache Exp $ +$NetBSD: distinfo,v 1.10 2011/12/17 10:16:13 sbd Exp $ SHA1 (FD-3.00j.tar.gz) = 4cf6ce007ee62fba7166cb405122b2da7277dca3 RMD160 (FD-3.00j.tar.gz) = b976c68e6facc01bf331959be4b831206c05fef7 Size (FD-3.00j.tar.gz) = 925560 bytes -SHA1 (patch-Makefile.in) = c454560aaba404026b419c554cd9ac607266bc0e +SHA1 (patch-Makefile.in) = 1fb4e5862fbdbb54a94d5001bc6363b4fe5f47c7 diff --git a/misc/fd/patches/patch-Makefile.in b/misc/fd/patches/patch-Makefile.in index bc7b47e3890..9ee70f697e2 100644 --- a/misc/fd/patches/patch-Makefile.in +++ b/misc/fd/patches/patch-Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/04/08 11:34:45 obache Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2011/12/17 10:16:13 sbd Exp $ * honor PKGMANDIR * let not to take __LANGDIR__ from ${LANG} @@ -20,3 +20,12 @@ $NetBSD: patch-Makefile.in,v 1.1 2011/04/08 11:34:45 obache Exp $ IPKWDIR = ./ipk.work IPKTDIR = ./ipk.tmp DEPDIR = ./depend.tmp +@@ -191,7 +191,7 @@ TOBJ = tstring$(OBJ) troman$(OBJ) tkconv + ALLOC = + DEBUG = + +-LDFLAGS = __TERMLIBS__ __REGLIBS__ __SOCKETLIBS__ __OTHERLIBS__ $(ALLOC) ++LDFLAGS += __TERMLIBS__ __REGLIBS__ __SOCKETLIBS__ __OTHERLIBS__ $(ALLOC) + CFLAGS = -D__OSTYPE__=1 __CCOPTIONS__ $(DEBUG) + HOSTCFLAGS = -D__OSTYPE__=1 __HOSTCCOPTIONS__ + SLDFLAGS = __REGLIBS__ __OTHERLIBS__ $(ALLOC) |