FreeBSD Bugzilla – Attachment 193219 Details for
Bug 228103
games/julius: Open source re-implementation of Caesar III
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
julius.shar (text/plain), 3.24 KB, created by
Piotr Kubaj
on 2018-05-09 18:38:51 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-05-09 18:38:51 UTC
Size:
3.24 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># julius ># julius/files ># julius/files/patch-CMakeLists.txt ># julius/files/julius.in ># julius/files/patch-test_CMakeLists.txt ># julius/files/pkg-message.in ># julius/distinfo ># julius/Makefile ># julius/pkg-descr ># >echo c - julius >mkdir -p julius > /dev/null 2>&1 >echo c - julius/files >mkdir -p julius/files > /dev/null 2>&1 >echo x - julius/files/patch-CMakeLists.txt >sed 's/^X//' >julius/files/patch-CMakeLists.txt << 'f1ca1493d6c18c67de612b89adbc55e2' >X--- CMakeLists.txt.orig 2018-05-09 19:46:16 UTC >X+++ CMakeLists.txt >X@@ -343,7 +343,7 @@ if(MSVC) >X include_directories(ext/dirent) >X endif() >X >X-target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY}) >X+target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY} execinfo) >X >X install(TARGETS julius RUNTIME DESTINATION bin) >X >f1ca1493d6c18c67de612b89adbc55e2 >echo x - julius/files/julius.in >sed 's/^X//' >julius/files/julius.in << 'ecfed79bba755c80d79a6d4a9efe2e66' >X#!/bin/sh >X >Xcd %%PREFIX%%/share/julius && ./julius data >ecfed79bba755c80d79a6d4a9efe2e66 >echo x - julius/files/patch-test_CMakeLists.txt >sed 's/^X//' >julius/files/patch-test_CMakeLists.txt << 'df154f962faaff7884ac2c480440cc6f' >X--- test/CMakeLists.txt.orig 2018-05-09 19:53:39 UTC >X+++ test/CMakeLists.txt >X@@ -82,3 +82,5 @@ add_integration_test(sav_routing_full ro >X >X # God curses >X add_integration_test(sav_curses curses.sav curses-done.sav 13350) >X+ >X+target_link_libraries (autopilot execinfo) >df154f962faaff7884ac2c480440cc6f >echo x - julius/files/pkg-message.in >sed 's/^X//' >julius/files/pkg-message.in << '18d5aa78bab1279dcd11caa7f5535a0a' >XTo play this game, copy Caesar III game files to %%DATADIR%%/data. >18d5aa78bab1279dcd11caa7f5535a0a >echo x - julius/distinfo >sed 's/^X//' >julius/distinfo << '69ed63a5569f8268986ca1a0fe44a51e' >XTIMESTAMP = 1525895014 >XSHA256 (bvschaik-julius-g20180430-cb7ecdf_GH0.tar.gz) = 7f60ba486c46c5cb55e6b581e29f8af3fd865dcbdc389f5b2ad639a568846487 >XSIZE (bvschaik-julius-g20180430-cb7ecdf_GH0.tar.gz) = 2381369 >69ed63a5569f8268986ca1a0fe44a51e >echo x - julius/Makefile >sed 's/^X//' >julius/Makefile << 'cd9eb291ec42ed49dd9b48a37ba92db0' >X# Created by: Piotr Kubaj <pkubaj@anongoth.pl> >X# $FreeBSD$ >X >XPORTNAME= julius >XPORTVERSION= g20180430 >XCATEGORIES= games >X >XMAINTAINER= pkubaj@anongoth.pl >XCOMMENT= Open source re-implementation of Caesar III >X >XLICENSE= GPLv3 >X >XUSES= cmake:outsource >X >XUSE_GITHUB= yes >XGH_ACCOUNT= bvschaik >XGH_TAGNAME= cb7ecdf >X >XUSE_SDL= mixer2 sdl2 >X >XSUB_FILES= julius pkg-message >X >XPLIST_FILES= bin/${PORTNAME} \ >X ${DATADIR}/${PORTNAME} >X >Xdo-install: >X ${MKDIR} ${STAGEDIR}${DATADIR} >X ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ >X ${STAGEDIR}${DATADIR}/ >X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ >X ${STAGEDIR}${PREFIX}/bin/ >X >X.include <bsd.port.mk> >cd9eb291ec42ed49dd9b48a37ba92db0 >echo x - julius/pkg-descr >sed 's/^X//' >julius/pkg-descr << '6e13b8a21e5825033304e498bd64b512' >XAn open source re-implementation of Caesar III >X >XWWW: https://github.com/bvschaik/julius >6e13b8a21e5825033304e498bd64b512 >exit >
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 Raw
Actions:
View
Attachments on
bug 228103
:
193219
|
193456