FreeBSD Bugzilla – Attachment 145239 Details for
Bug 192330
games/openxcom: update to 1.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openxcom 1.0.0 update
openxcom.diff (text/plain), 2.52 KB, created by
Guido Falsi
on 2014-08-02 09:02:07 UTC
(
hide
)
Description:
openxcom 1.0.0 update
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2014-08-02 09:02:07 UTC
Size:
2.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 363797) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= openxcom >-PORTVERSION= 0.9.0 >-PORTREVISION= 3 >+PORTVERSION= 1.0.0 > CATEGORIES= games > > MAINTAINER= amdmi3@FreeBSD.org >@@ -10,15 +9,15 @@ > COMMENT= Open-source reimplementation of the original X-Com > > LICENSE= GPLv3 >-LICENSE_FILE= ${WRKSRC}/COPYING >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp >+LIB_DEPENDS= libyaml-cpp05.so:${PORTSDIR}/devel/yaml-cpp05 > > USE_GITHUB= yes > GH_ACCOUNT= SupSuper > GH_PROJECT= OpenXcom >-GH_TAGNAME= v0.9 >-GH_COMMIT= 5c8b540 >+GH_TAGNAME= v1.0 >+GH_COMMIT= b396c74 > > USES= gmake pkgconfig > USE_SDL= sdl mixer image gfx >@@ -48,6 +47,10 @@ > ${WRKSRC}/src/Engine/Surface.cpp > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/README.txt \ > ${WRKSRC}/src/Engine/CrossPlatform.cpp >+ @${REINPLACE_CMD} -e 's|yaml-cpp|yaml-cpp05|' ${WRKSRC}/CMakeLists.txt \ >+ ${WRKSRC}/src/Makefile.simple >+ @${FIND} ${WRKSRC} -name '*.[hc]*' -print | xargs ${REINPLACE_CMD} \ >+ -e 's|yaml-cpp|yaml-cpp05|' > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >Index: distinfo >=================================================================== >--- distinfo (revision 363797) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (openxcom-0.9.0.tar.gz) = 340ff7292baa9a2b7ce4b244cc6dc0200c1d3b807a59087ef9827bba5c135634 >-SIZE (openxcom-0.9.0.tar.gz) = 1540556 >+SHA256 (openxcom-1.0.0.tar.gz) = d0bbc9fcd1671ad952c1b825a137a67ac5ed339827cedb660e46678c9a369557 >+SIZE (openxcom-1.0.0.tar.gz) = 2069030 >Index: files/patch-src__Engine__RNG.h >=================================================================== >--- files/patch-src__Engine__RNG.h (revision 0) >+++ files/patch-src__Engine__RNG.h (working copy) >@@ -0,0 +1,12 @@ >+--- ./src/Engine/RNG.h.orig 2014-08-02 00:14:51.434305262 +0200 >++++ ./src/Engine/RNG.h 2014-08-02 00:15:02.742305237 +0200 >+@@ -19,8 +19,8 @@ >+ #ifndef OPENXCOM_RNG_H >+ #define OPENXCOM_RNG_H >+ >+-#include <algorithm> >+ #define __STDC_LIMIT_MACROS >++#include <algorithm> >+ #include <stdint.h> >+ >+ namespace OpenXcom > >Property changes on: files/patch-src__Engine__RNG.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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
Flags:
madpilot
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 192330
: 145239 |
145240