pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/nono/patches nono: remove patches that were ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9efd985cf601
branches:  trunk
changeset: 444418:9efd985cf601
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 07 07:04:48 2021 +0000

description:
nono: remove patches that were removed from distinfo during update

diffstat:

 emulators/nono/patches/patch-cli_Makefile   |  14 --------------
 emulators/nono/patches/patch-po_Makefile    |  15 ---------------
 emulators/nono/patches/patch-wx_Makefile.in |  15 ---------------
 3 files changed, 0 insertions(+), 44 deletions(-)

diffs (56 lines):

diff -r f2b4a3c01d1d -r 9efd985cf601 emulators/nono/patches/patch-cli_Makefile
--- a/emulators/nono/patches/patch-cli_Makefile Thu Jan 07 05:20:35 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-cli_Makefile,v 1.1 2020/11/27 13:09:37 ryoon Exp $
-
-* Fix non-root installation with pkgsrc-specific macro.
-
---- cli/Makefile.orig  2020-11-20 12:50:31.000000000 +0000
-+++ cli/Makefile
-@@ -24,6 +24,6 @@ nono-cli:    ${MYLIBS} ${OBJS}
- 
- install:      nono-cli
-       ${INSTALL} -d ${DESTDIR}${BINDIR}
--      ${INSTALL} -m 755 -o 0 -g 0 nono-cli ${DESTDIR}${BINDIR}
-+      ${BSD_INSTALL_PROGRAM} nono-cli ${DESTDIR}${BINDIR}
- 
- .include "../Makefile.rule"
diff -r f2b4a3c01d1d -r 9efd985cf601 emulators/nono/patches/patch-po_Makefile
--- a/emulators/nono/patches/patch-po_Makefile  Thu Jan 07 05:20:35 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-po_Makefile,v 1.1 2020/11/27 13:09:37 ryoon Exp $
-
-* Fix non-root installation with pkgsrc-specific macro.
-
---- po/Makefile.orig   2020-11-20 12:50:31.000000000 +0000
-+++ po/Makefile
-@@ -21,7 +21,7 @@ CAT= LC_MESSAGES
- install:      ${TARGETS}
- .for L in ${LANGUAGES}
-       ${INSTALL} -d ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
--      ${INSTALL} -m 644 -o 0 -g 0 ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
-+      ${BSD_INSTALL_DATA} ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
- .endfor
- 
- depend:
diff -r f2b4a3c01d1d -r 9efd985cf601 emulators/nono/patches/patch-wx_Makefile.in
--- a/emulators/nono/patches/patch-wx_Makefile.in       Thu Jan 07 05:20:35 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-wx_Makefile.in,v 1.1 2020/11/27 13:09:37 ryoon Exp $
-
-* Fix non-root installation with pkgsrc-specific macro.
-
---- wx/Makefile.in.orig        2020-11-20 12:50:31.000000000 +0000
-+++ wx/Makefile.in
-@@ -48,7 +48,7 @@ nono:        ${MYLIBS} ${OBJS}
- 
- install:      nono
-       ${INSTALL} -d ${DESTDIR}${BINDIR}
--      ${INSTALL} -m 755 -o 0 -g 0 nono ${DESTDIR}${BINDIR}
-+      ${BSD_INSTALL_PROGRAM} nono ${DESTDIR}${BINDIR}
- 
- # make pot はトップディレクトリで行う必要がある (実行した位置からの相対パスが
- # ファイルにコメントで残されるため、毎回違うと diff が出てしまう)。


Home | Main Index | Thread Index | Old Index