pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tig: Rename patch-aa to patch-Makefile
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Fri Jan 3 08:34:04 2020 +0100
Changeset: dffd000d84eb7a3cc4ed820d75543a7d83b08b27
Modified Files:
tig/distinfo
Added Files:
tig/patches/patch-Makefile
Removed Files:
tig/patches/patch-aa
Log Message:
tig: Rename patch-aa to patch-Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dffd000d84eb7a3cc4ed820d75543a7d83b08b27
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tig/distinfo | 2 +-
tig/patches/patch-Makefile | 24 ++++++++++++++++++++++++
tig/patches/patch-aa | 24 ------------------------
3 files changed, 25 insertions(+), 25 deletions(-)
diffs:
diff --git a/tig/distinfo b/tig/distinfo
index 6d48edb3a0..245ba6a84b 100644
--- a/tig/distinfo
+++ b/tig/distinfo
@@ -4,6 +4,6 @@ SHA1 (tig-2.5.0.tar.gz) = 281415ca4587cc6f181a503db30e2f029e78fe1a
RMD160 (tig-2.5.0.tar.gz) = d0235e03aab2c564e4857048f9a9979affd969f1
SHA512 (tig-2.5.0.tar.gz) = 26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee
Size (tig-2.5.0.tar.gz) = 1143004 bytes
-SHA1 (patch-aa) = 304457804ce9a342e903ec25c1d7d6d9cf353cf5
+SHA1 (patch-Makefile) = 304457804ce9a342e903ec25c1d7d6d9cf353cf5
SHA1 (patch-include_tig_tig.h) = 2c3610048421d1410c7ed73fb5f39198e1062299
SHA1 (patch-src_view.c) = f6aa68992ebe79ce8fbf161afcb0dfc52f7e4881
diff --git a/tig/patches/patch-Makefile b/tig/patches/patch-Makefile
new file mode 100644
index 0000000000..08ed4116e6
--- /dev/null
+++ b/tig/patches/patch-Makefile
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.6 2014/04/04 21:00:24 ryoon Exp $
+
+- Don't make/install PDF.
+- Do not install tigrc, this is handled via CONF_FILES by pkgsrc.
+
+--- Makefile.orig 2018-07-21 19:09:21.000000000 +0000
++++ Makefile
+@@ -51,7 +51,7 @@ TOOLS = test/tools/test-graph tools/doc-
+ TXTDOC = doc/tig.1.adoc doc/tigrc.5.adoc doc/manual.adoc NEWS.adoc README.adoc INSTALL.adoc test/API.adoc
+ MANDOC = doc/tig.1 doc/tigrc.5 doc/tigmanual.7
+ HTMLDOC = doc/tig.1.html doc/tigrc.5.html doc/manual.html README.html INSTALL.html NEWS.html
+-ALLDOC = $(MANDOC) $(HTMLDOC) doc/manual.html-chunked doc/manual.pdf
++ALLDOC = $(MANDOC) $(HTMLDOC) doc/manual.html-chunked
+
+ # Never include the release number in the tarname for tagged
+ # versions.
+@@ -91,7 +91,6 @@ export sysconfdir
+
+ install: all
+ $(QUIET_INSTALL)tools/install.sh bin $(EXE) "$(DESTDIR)$(bindir)"
+- $(QUIET_INSTALL)tools/install.sh data tigrc "$(DESTDIR)$(sysconfdir)"
+
+ install-doc-man: doc-man
+ $(Q)$(foreach doc, $(filter %.1, $(MANDOC)), \
diff --git a/tig/patches/patch-aa b/tig/patches/patch-aa
deleted file mode 100644
index 08ed4116e6..0000000000
--- a/tig/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2014/04/04 21:00:24 ryoon Exp $
-
-- Don't make/install PDF.
-- Do not install tigrc, this is handled via CONF_FILES by pkgsrc.
-
---- Makefile.orig 2018-07-21 19:09:21.000000000 +0000
-+++ Makefile
-@@ -51,7 +51,7 @@ TOOLS = test/tools/test-graph tools/doc-
- TXTDOC = doc/tig.1.adoc doc/tigrc.5.adoc doc/manual.adoc NEWS.adoc README.adoc INSTALL.adoc test/API.adoc
- MANDOC = doc/tig.1 doc/tigrc.5 doc/tigmanual.7
- HTMLDOC = doc/tig.1.html doc/tigrc.5.html doc/manual.html README.html INSTALL.html NEWS.html
--ALLDOC = $(MANDOC) $(HTMLDOC) doc/manual.html-chunked doc/manual.pdf
-+ALLDOC = $(MANDOC) $(HTMLDOC) doc/manual.html-chunked
-
- # Never include the release number in the tarname for tagged
- # versions.
-@@ -91,7 +91,6 @@ export sysconfdir
-
- install: all
- $(QUIET_INSTALL)tools/install.sh bin $(EXE) "$(DESTDIR)$(bindir)"
-- $(QUIET_INSTALL)tools/install.sh data tigrc "$(DESTDIR)$(sysconfdir)"
-
- install-doc-man: doc-man
- $(Q)$(foreach doc, $(filter %.1, $(MANDOC)), \
Home |
Main Index |
Thread Index |
Old Index