pkgsrc-WIP-changes archive

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

aha: Comment the patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jan 12 22:35:06 2016 +0100
Changeset:	05be85641d3bdf5f19de548c14d2cd11ef2bb138

Modified Files:
	aha/distinfo
	aha/patches/patch-Makefile

Log Message:
aha: Comment the patch

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

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

diffstat:
 aha/distinfo               |  2 +-
 aha/patches/patch-Makefile | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diffs:
diff --git a/aha/distinfo b/aha/distinfo
index d0295db..a2ad338 100644
--- a/aha/distinfo
+++ b/aha/distinfo
@@ -4,4 +4,4 @@ SHA1 (aha-0.4.8.tar.gz) = 45d91e1cda8663e8bf0c5fa8b94e4d2290aa9895
 RMD160 (aha-0.4.8.tar.gz) = 423311d1dd79ada23c4a67daae1a064afeb76ca4
 SHA512 (aha-0.4.8.tar.gz) = 8d66ee7ec6d59873c1f0bedbc4deecd0c7b84c18069d2181d7b0563d9600821455c62c37c0af1774c7190ce08b14ec52f10bdf2c15a97fd29a2b6b095d5924fa
 Size (aha-0.4.8.tar.gz) = 6744 bytes
-SHA1 (patch-Makefile) = 6fb0dc5c2b8df0a42a348c325a10a7ce61e066b2
+SHA1 (patch-Makefile) = 286dff9d54aaf82c397d3e979e0f1b04fc29093d
diff --git a/aha/patches/patch-Makefile b/aha/patches/patch-Makefile
index 40aac0c..ac464f7 100644
--- a/aha/patches/patch-Makefile
+++ b/aha/patches/patch-Makefile
@@ -1,5 +1,16 @@
 $NetBSD$
 
+Sent upstream: https://github.com/theZiz/aha/pull/15
+
+Allow to overwrite MANDIR, it's OS specific and configurable in pkgsrc. It's
+usually share/man (GNU) or man (BSD).
+
+Files must be installed with specific file mode. Previously man-page was
+installed with executable bit.
+
+BIN:= and MAN:= didn't work well with overwrittable MANDIR, go for canonical
+way of using these paths.
+
 --- Makefile.orig	2015-01-24 12:12:35.000000000 +0000
 +++ Makefile
 @@ -1,22 +1,22 @@


Home | Main Index | Thread Index | Old Index