pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
frogatto: Apply lint
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Wed Jun 22 23:30:07 2022 -0700
Changeset: 532017b38674d2f0b57b67cadb0f1ccd8c711914
Modified Files:
frogatto/Makefile
frogatto/distinfo
frogatto/patches/patch-imgui_imgui_draw.cpp
Log Message:
frogatto: Apply lint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=532017b38674d2f0b57b67cadb0f1ccd8c711914
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
frogatto/Makefile | 7 ++-----
frogatto/distinfo | 2 +-
frogatto/patches/patch-imgui_imgui_draw.cpp | 1 +
3 files changed, 4 insertions(+), 6 deletions(-)
diffs:
diff --git a/frogatto/Makefile b/frogatto/Makefile
index 79507f7202..a76ed96d11 100644
--- a/frogatto/Makefile
+++ b/frogatto/Makefile
@@ -13,7 +13,7 @@ GIT_REVISION.frogatto= 8b0351854518af25b553c7fd50f6f2afb6d5e71b
GIT_BRANCH.frogatto= master
MAINTAINER= charlotte%NetBSD.org@localhost
-COMMENT= Frogatto and Friends
+COMMENT= The Frogatto and Friends game
LICENSE= modified-bsd AND mit AND zlib # XXX not true, + cc-by-v3.0 also
USE_LANGUAGES= c c++
@@ -35,14 +35,12 @@ INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= libexec/frogatto
INSTALLATION_DIRS+= share/frogatto
-ANURA_DIRS= # defined
ANURA_DIRS+= data
ANURA_DIRS+= images
ANURA_DIRS+= modules
ANURA_DIRS+= music
ANURA_DIRS+= update
-FROGATTO_DIRS= # defined
FROGATTO_DIRS+= data
FROGATTO_DIRS+= images
FROGATTO_DIRS+= locale
@@ -52,7 +50,6 @@ FROGATTO_DIRS+= po
FROGATTO_DIRS+= sounds
FROGATTO_DIRS+= sounds_wav
-FROGATTO_FILES= # defined
FROGATTO_FILES+= master-config.cfg
FROGATTO_FILES+= module.cfg
@@ -77,7 +74,7 @@ pre-install:
cd ${WRKDIR}/frogatto/$${dir} && ${PAX} -r -w . ${WRKDIR}/anura/modules/frogatto4/$${dir}; \
done
for file in ${FROGATTO_FILES}; do \
- ${CP} ${WRKDIR}/frogatto/$${file} ${WRKDIR}/anura/modules/frogatto4/$${file}; \
+ ${INSTALL_DATA} ${WRKDIR}/frogatto/$${file} ${WRKDIR}/anura/modules/frogatto4/$${file}; \
done
do-install:
diff --git a/frogatto/distinfo b/frogatto/distinfo
index b25e977f93..313fd8f519 100644
--- a/frogatto/distinfo
+++ b/frogatto/distinfo
@@ -4,4 +4,4 @@ SHA1 (frogatto-0-8b0351854518af25b553c7fd50f6f2afb6d5e71b.tar.gz) = 043d711ebd5a
RMD160 (frogatto-0-8b0351854518af25b553c7fd50f6f2afb6d5e71b.tar.gz) = a890fe1e95a318da9769d95d7d15c366fe7705b8
SHA512 (frogatto-0-8b0351854518af25b553c7fd50f6f2afb6d5e71b.tar.gz) = 15c33d298ee038e28c6a39c63d2058d2b6182b1463fb35015d029e07377b8b33e01340a07b338f9cd990bc66a4685b609055c530adb0192815bb02c75eb0e79b
Size (frogatto-0-8b0351854518af25b553c7fd50f6f2afb6d5e71b.tar.gz) = 606979149 bytes
-SHA1 (patch-imgui_imgui_draw.cpp) = 9524d39ea6715cfd9aaa40eb8702f67eae7888f5
+SHA1 (patch-imgui_imgui_draw.cpp) = 142b360239573899a3a58f5279e0d568a37a6379
diff --git a/frogatto/patches/patch-imgui_imgui_draw.cpp b/frogatto/patches/patch-imgui_imgui_draw.cpp
index bcd64cdb0e..14ea72ce4b 100644
--- a/frogatto/patches/patch-imgui_imgui_draw.cpp
+++ b/frogatto/patches/patch-imgui_imgui_draw.cpp
@@ -1,6 +1,7 @@
$NetBSD$
NetBSD's alloca(3) can be found in stdlib.h.
+
--- imgui/imgui_draw.cpp.orig 2021-04-26 19:27:27.434449487 -0700
+++ imgui/imgui_draw.cpp 2021-04-26 19:28:18.554672461 -0700
@@ -21,7 +21,7 @@
Home |
Main Index |
Thread Index |
Old Index