pkgsrc-Bugs archive

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

pkg/54301: (math/R) File to keep configure argument where WRKREF included, but it is OK



>Number:         54301
>Category:       pkg
>Synopsis:       (math/R) File to keep configure argument where WRKREF included, but it is OK
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 17 12:45:00 +0000 2019
>Originator:     makoto%ki.nu@localhost
>Release:        NetBSD 8.99.42
>Organization:
KINU Corporation
Makoto Fujiwara
makoto%ki.nu@localhost
>Environment:
	
	
System: NetBSD pkgsrc 8.99.42 NetBSD 8.99.42 (GENERIC) #0: Fri May 31 16:38:27 UTC 2019 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	(math/R) installation have file to record configure parameter,
	which may have reference to build directory as comment, but
	it should be OK. Make it as
	   CHECK_WRKREF_SKIP=      lib/R/etc/Makeconf
>How-To-Repeat:
	cd /usr/pkgsrc/math/R; make package;
>Fix:
Index: math/R/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/R/Makefile,v
retrieving revision 1.197
diff -u -r1.197 Makefile
--- math/R/Makefile	14 Jun 2019 10:37:04 -0000	1.197
+++ math/R/Makefile	17 Jun 2019 12:43:47 -0000
@@ -144,6 +144,8 @@
 # failed to convert strong functions and variables: Invalid type identifier
 CTF_FILES_SKIP+=	lib/R/library/mgcv/libs/mgcv.so
 
+CHECK_WRKREF_SKIP=	lib/R/etc/Makeconf
+
 pre-configure:
 	${RUN} cd ${WRKSRC} && autoreconf -fvi
 

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index