pkgsrc-WIP-changes archive

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

tig: Don't override XML_CATALOG_FILES



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Fri May 29 02:20:37 2020 +0200
Changeset:	2b37e05fa8befef7ab6746785871f142bc7588a8

Added Files:
	tig/patches/patch-contrib_config.make-Darwin

Log Message:
tig: Don't override XML_CATALOG_FILES

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b37e05fa8befef7ab6746785871f142bc7588a8

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

diffstat:
 tig/patches/patch-contrib_config.make-Darwin | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/tig/patches/patch-contrib_config.make-Darwin b/tig/patches/patch-contrib_config.make-Darwin
new file mode 100644
index 0000000000..577b3f9f2e
--- /dev/null
+++ b/tig/patches/patch-contrib_config.make-Darwin
@@ -0,0 +1,16 @@
+$NetBSD: patch-contrib_config.make-Darwin,v 1.1 2014/05/15 01:14:44 pho Exp $
+
+Do not override XML_CATALOG_FILES on Darwin. That will only make
+xmllint try to find a wrong catalog.
+
+--- contrib/config.make-Darwin.orig	2018-01-31 01:13:24.000000000 +0000
++++ contrib/config.make-Darwin
+@@ -1,8 +1,5 @@
+ # Example configuration for Darwin / Mac OS X.
+ 
+-# Work-around for Homebrew-based xmlto.
+-export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
+-
+ TIG_CFLAGS += -DHAVE_EXECINFO_H
+ TIG_LDLIBS = -liconv
+ 


Home | Main Index | Thread Index | Old Index