pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   jun
Date:           Mon Mar  3 12:25:03 UTC 2025

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo
Added Files:
        pkgsrc/emulators/nono/patches: patch-wx_Makefile

Log Message:
nono:

Fix non-root installation with pkgsrc-specific macro. points from wiz@.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/emulators/nono/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/nono/patches/patch-wx_Makefile

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

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.49 pkgsrc/emulators/nono/Makefile:1.50
--- pkgsrc/emulators/nono/Makefile:1.49 Thu Feb 27 11:36:36 2025
+++ pkgsrc/emulators/nono/Makefile      Mon Mar  3 12:25:03 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2025/02/27 11:36:36 jun Exp $
+# $NetBSD: Makefile,v 1.50 2025/03/03 12:25:03 jun Exp $
 
 DISTNAME=      nono-1.3.0
+PKGREVISION=   1
 
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.35 pkgsrc/emulators/nono/distinfo:1.36
--- pkgsrc/emulators/nono/distinfo:1.35 Thu Feb 27 11:36:36 2025
+++ pkgsrc/emulators/nono/distinfo      Mon Mar  3 12:25:03 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.35 2025/02/27 11:36:36 jun Exp $
+$NetBSD: distinfo,v 1.36 2025/03/03 12:25:03 jun Exp $
 
 BLAKE2s (nono-1.3.0.tar.gz) = d3994b85a1c4e49567ea7e7c2bba8359af25960f91c15f3ddddc8bbee77446c8
 SHA512 (nono-1.3.0.tar.gz) = 0579166c19c832e1e6fc2360e71d54a8455709caf1a3737c1124748e7e7d57da6181a0e140c175afcb04370c448590b8c7a1269ccb9497748369ab26ae2a5e58
 Size (nono-1.3.0.tar.gz) = 3465236 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
+SHA1 (patch-wx_Makefile) = 21be95c9c4214ae58271ec7142870f90f9a68cf3

Added files:

Index: pkgsrc/emulators/nono/patches/patch-wx_Makefile
diff -u /dev/null pkgsrc/emulators/nono/patches/patch-wx_Makefile:1.1
--- /dev/null   Mon Mar  3 12:25:03 2025
+++ pkgsrc/emulators/nono/patches/patch-wx_Makefile     Mon Mar  3 12:25:03 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-wx_Makefile,v 1.1 2025/03/03 12:25:03 jun Exp $
+
+* Fix non-root installation with pkgsrc-specific macro.
+
+--- wx/Makefile.orig   2025-02-26 12:01:05.000000000 +0000
++++ wx/Makefile
+@@ -51,7 +51,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