diff options
author | thor <thor@pkgsrc.org> | 2021-05-29 16:04:11 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-05-29 16:04:11 +0000 |
commit | 8c83da23e02520409fb38f80382b0e74b73c8c60 (patch) | |
tree | cdb236faf69e5c256d41f3e132ac38163467ab12 /math | |
parent | 6b1c4efa4b2e7c042ec18ada6c44b9890d4ae018 (diff) | |
download | pkgsrc-8c83da23e02520409fb38f80382b0e74b73c8c60.tar.gz |
math/qrupdate: mark phony targets phony (want to upstream patches)
Diffstat (limited to 'math')
-rw-r--r-- | math/qrupdate/distinfo | 3 | ||||
-rw-r--r-- | math/qrupdate/patches/patch-Makefile | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/math/qrupdate/distinfo b/math/qrupdate/distinfo index c871a940943..bbb888d7f11 100644 --- a/math/qrupdate/distinfo +++ b/math/qrupdate/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.1 2021/05/29 09:55:14 thor Exp $ +$NetBSD: distinfo,v 1.2 2021/05/29 16:04:11 thor Exp $ SHA1 (qrupdate-1.1.2.tar.gz) = f7403b646ace20f4a2b080b4933a1e9152fac526 RMD160 (qrupdate-1.1.2.tar.gz) = 9d23b2d13278c335f6208ebb6775df4b4049785c SHA512 (qrupdate-1.1.2.tar.gz) = cc4e466ea91958e15c66be82b0c4c8ad813fbe4643f21259a9cb3ca8e0a411dd764bb2397ece848a7045f322d30316801d1540c4ebf7912030bef6995b44917c Size (qrupdate-1.1.2.tar.gz) = 49734 bytes +SHA1 (patch-Makefile) = d3f4267d581a582e7aa622a2868c749b5c7abc58 SHA1 (patch-src_Makefile) = 55be251bc4e6ce1d0760f090c28ed14a7aeecc0e SHA1 (patch-test_Makefile) = 85f21cf81834ae9a3301ed79b4b5472981e8a15a SHA1 (patch-test_report__results) = f40092414fdd6ec673e051a23d388fdbd1a4708f diff --git a/math/qrupdate/patches/patch-Makefile b/math/qrupdate/patches/patch-Makefile new file mode 100644 index 00000000000..1612724251d --- /dev/null +++ b/math/qrupdate/patches/patch-Makefile @@ -0,0 +1,17 @@ +$NetBSD: patch-Makefile,v 1.1 2021/05/29 16:04:11 thor Exp $ + +Mark main phony targets as phony, mainly to avoid conflict +of install target with the INSTALL file on case-insensitive +filesystems. + +--- Makefile.orig 2021-05-29 15:58:27.808507744 +0000 ++++ Makefile +@@ -21,6 +21,8 @@ + + include Makeconf + ++.PHONY: help lib solib test clean install install-shlib install-staticlib ++ + help: + @echo + @echo "The following targets are available:" |