Wed Nov 4 13:30:06 2015 UTC ()
Skip chkref in manfiles that have debug lines containing references to temp
files that include the TMPDIR directory, which could possibly be in the
build directory. In any event they cannot be validly referred to post-build.


(richard)
diff -r1.30 -r1.31 pkgsrc/devel/ncurses/Makefile.common

cvs diff -r1.30 -r1.31 pkgsrc/devel/ncurses/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/ncurses/Makefile.common 2015/08/28 07:09:57 1.30
+++ pkgsrc/devel/ncurses/Makefile.common 2015/11/04 13:30:06 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.30 2015/08/28 07:09:57 richard Exp $ 1# $NetBSD: Makefile.common,v 1.31 2015/11/04 13:30:06 richard Exp $
2# 2#
3# used by devel/ncurses/Makefile 3# used by devel/ncurses/Makefile
4# used by devel/ncursesw/Makefile 4# used by devel/ncursesw/Makefile
5 5
6DISTNAME= ncurses-${NC_VERS} 6DISTNAME= ncurses-${NC_VERS}
7NC_VERS= 6.0 7NC_VERS= 6.0
8CATEGORIES= devel 8CATEGORIES= devel
9MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \ 9MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \
10 ftp://dickey.his.com/ncurses/ \ 10 ftp://dickey.his.com/ncurses/ \
11 ftp://dickey.his.com/ncurses/${NC_VERS}/ 11 ftp://dickey.his.com/ncurses/${NC_VERS}/
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://invisible-island.net/ncurses/ncurses.html 14HOMEPAGE= http://invisible-island.net/ncurses/ncurses.html
@@ -71,13 +71,15 @@ TERMINFODIR= share/lib/terminfo @@ -71,13 +71,15 @@ TERMINFODIR= share/lib/terminfo
71TERMINFODIR= share/terminfo 71TERMINFODIR= share/terminfo
72.endif 72.endif
73 73
74.if !empty(CC_VERSION:Mgcc-5.*) 74.if !empty(CC_VERSION:Mgcc-5.*)
75# Inhibit generation of line markers in the output from the preprocessor 75# Inhibit generation of line markers in the output from the preprocessor
76# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 76# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723
77CPPFLAGS+= -P 77CPPFLAGS+= -P
78.endif 78.endif
79 79
80# This prevents tic from writing into ~/.terminfo 80# This prevents tic from writing into ~/.terminfo
81INSTALLATION_DIRS+= ${TERMINFODIR} 81INSTALLATION_DIRS+= ${TERMINFODIR}
82 82
83PLIST_SUBST+= TERMINFODIR=${TERMINFODIR} 83PLIST_SUBST+= TERMINFODIR=${TERMINFODIR}
 84
 85CHECK_WRKREF_SKIP+= man/man?/*