Update to hyperrogue-11.2d
This commit is contained in:
parent
9ee13fb1ed
commit
7810d22f98
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:46:19 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/11/09 16:38:54 bcallah Exp $
|
||||
|
||||
V = 11.2d
|
||||
COMMENT = roguelike game in a non-Euclidean world
|
||||
PKGNAME = ${GH_PROJECT}-${V}
|
||||
CATEGORIES = games x11
|
||||
|
||||
GH_ACCOUNT = zenorogue
|
||||
GH_PROJECT = hyperrogue
|
||||
GH_TAGNAME = v10.5e
|
||||
REVISION = 0
|
||||
GH_TAGNAME = v${V:S/.//}
|
||||
|
||||
HOMEPAGE = http://roguetemple.com/z/hyper/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
@ -36,12 +37,12 @@ CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/inclu
|
||||
MAKE_FLAGS = CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS} -std=c++11"
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
AUTOMAKE_VERSION = 1.16
|
||||
|
||||
# Correct version number
|
||||
# autoreconf taken from games/manaplus
|
||||
pre-configure:
|
||||
sed -i 's,10.4i,${GH_TAGNAME:S/^v//},g' ${WRKSRC}/configure.ac
|
||||
sed -i 's,10.4i,${V},g' ${WRKSRC}/configure.ac
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -i
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hyperrogue-10.5e.tar.gz) = 2frg1N2zwMNFVvJyNSLbyBSKU5WmC7DoLKdSmm4H1DQ=
|
||||
SIZE (hyperrogue-10.5e.tar.gz) = 57007081
|
||||
SHA256 (hyperrogue-112d.tar.gz) = K0voe5l9HqgBdxfIuv+/yQe92Ra8E7yNF8hKNPeOix8=
|
||||
SIZE (hyperrogue-112d.tar.gz) = 65874579
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile_am,v 1.1 2018/09/01 23:15:34 bcallah Exp $
|
||||
$OpenBSD: patch-Makefile_am,v 1.2 2019/11/09 16:38:54 bcallah Exp $
|
||||
|
||||
Remove hardcoded optimizations.
|
||||
|
||||
@ -16,10 +16,10 @@ Index: Makefile.am
|
||||
# docdir
|
||||
@@ -18,7 +18,7 @@ dist_sounds_DATA = sounds/*
|
||||
|
||||
noinst_PROGRAMS = langen
|
||||
noinst_PROGRAMS = langen makeh
|
||||
langen_SOURCES = langen.cpp
|
||||
-langen_CXXFLAGS = -O0 -std=c++11 ${AM_CXXFLAGS}
|
||||
+langen_CXXFLAGS = -std=c++11 ${AM_CXXFLAGS}
|
||||
BUILT_SOURCES = language-data.cpp
|
||||
makeh_SOURCES = makeh.cpp
|
||||
BUILT_SOURCES = language-data.cpp autohdr.h
|
||||
|
||||
language-data.cpp: langen
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/06/15 23:33:43 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/09 16:38:54 bcallah Exp $
|
||||
@bin bin/hyperrogue
|
||||
share/doc/hyperrogue/
|
||||
share/doc/hyperrogue/README.md
|
||||
@ -6,6 +6,10 @@ share/hyperrogue/
|
||||
share/hyperrogue/DejaVuSans-Bold.ttf
|
||||
share/hyperrogue/hyperrogue-music.txt
|
||||
share/hyperrogue/music/
|
||||
share/hyperrogue/music/hr-savino-caribbean.ogg
|
||||
share/hyperrogue/music/hr-savino-ivory.ogg
|
||||
share/hyperrogue/music/hr-savino-ocean.ogg
|
||||
share/hyperrogue/music/hr-savino-palace.ogg
|
||||
share/hyperrogue/music/hr3-caves.ogg
|
||||
share/hyperrogue/music/hr3-crossroads.ogg
|
||||
share/hyperrogue/music/hr3-desert.ogg
|
||||
|
Loading…
Reference in New Issue
Block a user