FreeBSD Bugzilla – Attachment 191789 Details for
Bug 226897
games/openrct2: move title-sequence and objects to the port, update to 0.2.2, fix build with big-endian architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openrct2.patch (text/plain), 3.38 KB, created by
Piotr Kubaj
on 2018-03-24 19:05:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-03-24 19:05:08 UTC
Size:
3.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 465446) >+++ Makefile (working copy) >@@ -4,8 +4,11 @@ > PORTNAME= openrct2 > DISTVERSIONPREFIX= v > DISTVERSION= 0.1.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games >+MASTER_SITES+= https://github.com/OpenRCT2/title-sequences/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:title >+DISTFILES+= title-sequence-${DISTVERSIONPREFIX}${DISTVERSION}.zip:title >+EXTRACT_ONLY= OpenRCT2-OpenRCT2-${DISTVERSIONPREFIX}${DISTVERSION}_GH0.tar.gz > > MAINTAINER= pkubaj@anongoth.pl > COMMENT= Open source re-implementation of RollerCoaster Tycoon 2 >@@ -29,10 +32,6 @@ > USE_LDCONFIG= yes > USE_SDL= sdl2 > INSTALLS_ICONS= yes >-SUB_FILES= pkg-message >-SUB_LIST= DISTVERSIONPREFIX=${DISTVERSIONPREFIX} \ >- DISTVERSION=${DISTVERSION} \ >- PORTNAME=${PORTNAME} > CMAKE_ON= BUILD_SHARED_LIBS > CMAKE_OFF= DOWNLOAD_TITLE_SEQUENCES > >@@ -39,8 +38,16 @@ > OPTIONS_DEFINE= DOCS > PORTDOCS= changelog.txt contributors.md licence.txt readme.txt > >+post-extract: >+ @${UNZIP_NATIVE_CMD} -d ${WRKDIR}/title-sequence \ >+ ${DISTDIR}/title-sequence-${DISTVERSIONPREFIX}${DISTVERSION}.zip >+ > post-patch: > @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ > ${WRKSRC}/src/openrct2/config/Config.cpp > >+post-install: >+ (cd ${WRKDIR}/title-sequence; \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/title) >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 465446) >+++ distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1521471656 >+TIMESTAMP = 1521892321 >+SHA256 (title-sequence-v0.1.2.zip) = dcb1648739b351e857e2d19fed1626bec561d5e9f4b49201568f42c475ee7e61 >+SIZE (title-sequence-v0.1.2.zip) = 4073116 > SHA256 (OpenRCT2-OpenRCT2-v0.1.2_GH0.tar.gz) = 358fc0ceff848734b399dc63c1d7a0c096a54a793afe4522d6f0dd00ba9328c7 > SIZE (OpenRCT2-OpenRCT2-v0.1.2_GH0.tar.gz) = 6769785 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 465446) >+++ files/pkg-message.in (nonexistent) >@@ -1,10 +0,0 @@ >-================================================================================ >- >-To complete the installation of this port, you need to download the file >-https://github.com/OpenRCT2/title-sequences/releases/download/%%DISTVERSIONPREFIX%%%%DISTVERSION%%/title-sequence-%%DISTVERSIONPREFIX%%%%DISTVERSION%%.zip >-and unpack it to %%PREFIX%%/share/%%PORTNAME%%/title. >- >-You need to follow https://openrct2.website/getting-started/index.html >-to finish installation. >- >-================================================================================ > >Property changes on: files/pkg-message.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 465446) >+++ pkg-plist (working copy) >@@ -47,3 +47,8 @@ > %%DATADIR%%/shaders/drawline.vert > %%DATADIR%%/shaders/drawrect.frag > %%DATADIR%%/shaders/drawrect.vert >+%%DATADIR%%/title/openrct2.parkseq >+%%DATADIR%%/title/rct1.parkseq >+%%DATADIR%%/title/rct1aa.parkseq >+%%DATADIR%%/title/rct1aall.parkseq >+%%DATADIR%%/title/rct2.parkseq
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226897
:
191789
|
191843
|
191866
|
194252
|
194285
|
196608
|
196630
|
199460
|
199798
|
203417