1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

games/legend-of-edgar: update to 1.37

Update to 1.37.
 Drop stale chunk of the patch.
 Changes:	https://github.com/riksweeney/edgar/releases/tag/1.37
This commit is contained in:
Max Brazhnikov 2024-01-08 16:46:30 +03:00
parent e579386542
commit 3fb6e860ed
3 changed files with 6 additions and 21 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= edgar
DISTVERSION= 1.36
PORTREVISION= 1
DISTVERSION= 1.37
CATEGORIES= games
MASTER_SITES= https://github.com/riksweeney/edgar/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= legend-of-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1672662786
SHA256 (edgar-1.36-1.tar.gz) = 41d98dc1e15a6d7ef7898ebfef438a82598b67485cc686cd2e57f1e638af9a39
SIZE (edgar-1.36-1.tar.gz) = 91908211
TIMESTAMP = 1704719361
SHA256 (edgar-1.37-1.tar.gz) = 8bbce85dbe7d489dd70a8dd4f5bb7900b7e0ba3418de9e5bf8e21baed4420f8a
SIZE (edgar-1.37-1.tar.gz) = 91922230

View File

@ -2,7 +2,7 @@
the stage directory and that the game can actually find its assets
at runtime
--- makefile.orig 2023-01-01 07:44:56 UTC
--- makefile.orig 2024-01-01 08:30:47 UTC
+++ makefile
@@ -22,7 +22,7 @@ PO_PROG = po_creator
TILE_PROG = tile_creator
@ -13,21 +13,7 @@
BIN_DIR = $(PREFIX)/games/
DOC_DIR = $(PREFIX)/share/doc/$(PROG)/
ICON_DIR = $(PREFIX)/share/icons/hicolor/
@@ -104,11 +104,11 @@ endif
all : $(PROG) makefile.dep $(ED_PROG) $(PAK_PROG) $(LOCALE_MO) $(PO_PROG)
makefile.dep : src/*/*.h src/*.h
- for i in src/*.c src/*/*.c; do $(CC) -MM "$${i}"; done > $@
+ for i in src/*.c src/*/*.c; do $(CC) $(CFLAGS) -MM "$${i}"; done > $@
# compiling other source files.
$(MAIN_OBJS) $(CORE_OBJS) $(EDIT_OBJS) $(TITLE_OBJS) $(PAK_OBJS) $(PO_OBJS) $(TILE_OBJS):
- $(CC) $(CFLAGS) $(DEFINES) -c -s $<
+ $(CC) $(CFLAGS) $(DEFINES) -c $<
%.mo: %.po
msgfmt -c -o $@ $<
@@ -148,39 +148,39 @@ install: all buildpak
@@ -150,39 +150,39 @@ install: all buildpak
ifeq ($(DEV),1)
echo Cannot install if DEV is set to 1!
else