pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49475: Unbreak devel/commit-patch
>Number: 49475
>Category: pkg
>Synopsis: Unbreak devel/commit-patch
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Dec 16 03:15:00 +0000 2014
>Originator: Sevan Janiyan
>Release: pkgsrc-current
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
-a for cp is the same as -pPR, older operating systems may not support -a e.g Darwin 8
>How-To-Repeat:
>Fix:
ndex: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/commit-patch/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 9 Aug 2014 23:49:53 -0000 1.1
+++ distinfo 16 Dec 2014 03:07:58 -0000
@@ -3,4 +3,4 @@
SHA1 (commit-patch-2.5.tar.gz) = 9d41c31adaa6f8a70296b8105736661bba7ef55e
RMD160 (commit-patch-2.5.tar.gz) = ac1193b785bd6bc271254e192ced869967bc87db
Size (commit-patch-2.5.tar.gz) = 20200 bytes
-SHA1 (patch-Makefile) = 6b0a4f274f325e186465398dfa35e43ca305f7cd
+SHA1 (patch-Makefile) = e907cdafe4ac1085a4328fad695239cc74de28ff
Index: patches/patch-Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/commit-patch/patches/patch-Makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile
--- patches/patch-Makefile 9 Aug 2014 23:49:53 -0000 1.1
+++ patches/patch-Makefile 16 Dec 2014 03:07:58 -0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile,v 1.1 2014/08/09 23:49:53 wiz Exp $
+$NetBSD$
Fix man page installation path.
+-a is the same as -pPR, older operating systems may not support -a
--- Makefile.orig 2013-05-16 02:28:56.000000000 +0000
+++ Makefile
@@ -12,8 +13,11 @@
+ mkdir -p "$(PREFIX)/${PKGMANDIR}/man1"
mkdir -p "$(PREFIX)/share/emacs/site-lisp"
mkdir -p "$(PREFIX)/share/doc/commit-patch"
- cp -a $(BIN) "$(PREFIX)/bin"
+- cp -a $(BIN) "$(PREFIX)/bin"
- cp -a $(MAN) "$(PREFIX)/share/man/man1"
-+ cp -a $(MAN) "$(PREFIX)/${PKGMANDIR}/man1"
- cp -a $(ELISP) "$(PREFIX)/share/emacs/site-lisp"
- cp -a $(DOC) "$(PREFIX)/share/doc/commit-patch"
+- cp -a $(ELISP) "$(PREFIX)/share/emacs/site-lisp"
+- cp -a $(DOC) "$(PREFIX)/share/doc/commit-patch"
++ cp -pPR $(BIN) "$(PREFIX)/bin"
++ cp -pPR $(MAN) "$(PREFIX)/${PKGMANDIR}/man1"
++ cp -pPR $(ELISP) "$(PREFIX)/share/emacs/site-lisp"
++ cp -pPR $(DOC) "$(PREFIX)/share/doc/commit-patch"
Home |
Main Index |
Thread Index |
Old Index