pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Sep 17 13:37:26 UTC 2018

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile

Log Message:
gtexinfo: override config.sub several directories in.

Likely fixes PR pkg/52730, suggested by joerg.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/gtexinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.100 pkgsrc/devel/gtexinfo/Makefile:1.101
--- pkgsrc/devel/gtexinfo/Makefile:1.100        Thu Aug 30 11:27:48 2018
+++ pkgsrc/devel/gtexinfo/Makefile      Mon Sep 17 13:37:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2018/08/30 11:27:48 tnn Exp $
+# $NetBSD: Makefile,v 1.101 2018/09/17 13:37:26 maya Exp $
 
 DISTNAME=              texinfo-6.5
 PKGNAME=               g${DISTNAME}
@@ -28,6 +28,9 @@ TEST_TARGET=          check
 PLIST_SRC=             ${PKGDIR}/PLIST
 USE_TOOLS+=            perl:run
 
+# Replace deeply nested config.sub files (in vendored perl libraries)
+OVERRIDE_DIRDEPTH=     4
+
 PKGSRC_INFOPATH=       ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}
 MAKE_ENV+=             PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
 



Home | Main Index | Thread Index | Old Index