aboutsummaryrefslogtreecommitdiff
path: root/games/julius
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64:Mark Linimon2021-01-191-0/+2
| | | | | | | | | | julius-caesariii-1.5.1,1.log:ld: error: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562011
* games/julius: update to 1.6.0Piotr Kubaj2021-01-042-4/+4
| | | | | | | Changelog: https://github.com/bvschaik/julius/releases/tag/v1.6.0 Notes: svn path=/head/; revision=560312
* games/julius: update to 1.5.1Piotr Kubaj2020-10-292-4/+4
| | | | | | | | | Changelog: - https://github.com/bvschaik/julius/releases/tag/v1.5.0 - https://github.com/bvschaik/julius/releases/tag/v1.5.1 Notes: svn path=/head/; revision=553608
* games/julius: update to 1.4.1Piotr Kubaj2020-06-022-4/+4
| | | | Notes: svn path=/head/; revision=537536
* games/julius: update to 1.3.1Piotr Kubaj2020-02-242-4/+4
| | | | Notes: svn path=/head/; revision=526963
* games/julius: update to 1.3.0Piotr Kubaj2020-02-152-4/+4
| | | | Notes: svn path=/head/; revision=526215
* games/julius: update to 1.2.0Piotr Kubaj2020-01-093-16/+4
| | | | | | | | | Also remove upstreamed patch. Release notes at https://github.com/bvschaik/julius/releases/tag/v1.2.0 Notes: svn path=/head/; revision=522473
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* games/julius: fix build with SDL 2.0.10Piotr Kubaj2019-08-052-2/+12
| | | | | | | | | | SDL 2.0.10 removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH and introduced SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21148 Notes: svn path=/head/; revision=508175
* Mark BROKEN: fails to buildAntoine Brodin2019-08-041-0/+2
| | | | | | | | | | /wrkdirs/usr/ports/games/julius/work/julius-1.1.0/src/platform/julius.c:372:17: error: use of undeclared identifier 'SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH' SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "1"); Reported by: pkg-fallout Notes: svn path=/head/; revision=508057
* games/julius: update to 1.1.0, change maintainer, add USES=sdl, remove ↵Piotr Kubaj2019-05-305-26/+20
| | | | | | | | | | patches, update pkg-descr Approved by: linimon (mentor) Differential Revision: https://reviews.freebsd.org/D20424 Notes: svn path=/head/; revision=503052
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* games/julius: update to 1.0.0Steve Wills2018-11-232-7/+7
| | | | | | | | PR: 233136 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=485682
* 1: add PKGNAMESUFFIX.Vanilla I. Shu2018-05-163-11/+7
| | | | | | | | | | 2: remove uneeded julius.in. PR: 228103 Submitted by: maintainer Notes: svn path=/head/; revision=470122
* Add julius g20180430, open source re-implementation of Caesar III.Vanilla I. Shu2018-05-147-0/+62
PR: 228103 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=469845