aboutsummaryrefslogtreecommitdiff
path: root/games/lwjgl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/lwjgl: port to powerpc64lePiotr Kubaj2021-03-161-4/+7
| | | | | | | Approved by: tier 2 blanket Notes: svn path=/head/; revision=568535
* - Update to latest snapshotLi-Wen Hsu2019-12-154-34/+34
| | | | | | | | | PR: 239415 Submitted by: voidanix <voidanix@420blaze.it> Differential Revision: https://reviews.freebsd.org/D21045 Notes: svn path=/head/; revision=520179
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Mark BROKEN on i386 with lldAntoine Brodin2019-09-141-0/+3
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=512027
* This port can be built on powerpc64 with s/amd64/ppc64/g in build.xmlMark Linimon2018-12-071-3/+12
| | | | | | | | | | | | | and MAKE_ARGS+=-Dbuild.64bit.only=1. While here, pet portlint. PR: 233832 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486870
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/lwjgl: pass maintainership to PR submitterJason Unovitch2015-12-281-1/+1
| | | | | | | | PR: 205435 Submitted by: Ilia Skalozubov <freebsd@skinc.ru> Notes: svn path=/head/; revision=404696
* games/lwjgl: update 2.9.1 -> 2.9.3Jason Unovitch2015-12-254-14/+15
| | | | | | | | | | | | - Set JAVA_VERSION from 1.7 to 1.7+ - Update a patch, fix other patch to be `make makepatch` compliant PR: 205435 Submitted by: Ilia Skalozubov <freebsd@skinc.ru> Approved by: unmaintained Notes: svn path=/head/; revision=404399
* Revert r375084Baptiste Daroussin2014-12-221-0/+2
| | | | | | | | | A too sharp axe causes unpredictable damages Reported by: amdmi3 Notes: svn path=/head/; revision=375273
* Cleanup plistBaptiste Daroussin2014-12-201-2/+0
| | | | Notes: svn path=/head/; revision=375084
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-1/+1
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Use for JAVA_VERSION 1.7 instead of 1.7+Rusmir Dusko2014-04-141-1/+1
| | | | | | | | PR: ports/188580 Submitted by: sbruno@ Notes: svn path=/head/; revision=351256
* - Update to 2.9.1, announce message is here:Rusmir Dusko2014-04-044-21/+23
| | | | | | | | | | | | | | | | http://www.lwjgl.org/forum/index.php?topic=5259 - Transfer maintainership to games@ team - Change license BSD to BSD3CLAUSE - Remove not needed LICENSE_FILE - Change DOS2UNIX_REGEX to use to for png - Change to use JAVA_VERSION=1.7+ - Change REINPLACE use cc instead of gcc - Break lines around 80 characters - Change patches and recreate with make makepatch Notes: svn path=/head/; revision=350153
* UnbreakAntoine Brodin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347817
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-1/+1
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* - Improve COMMENTDanilo Egea Gondolfo2013-11-181-9/+6
| | | | | | | - Add stage support Notes: svn path=/head/; revision=334144
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Update to version 2.9.0Pawel Pekala2013-05-255-96/+21
| | | | | | | | PR: ports/178089 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=319043
* - Respect CC [1]Pawel Pekala2013-02-171-10/+6
| | | | | | | | | | | - Make BUILD,RUN_DEPENDS much shorter - Trim Makefile header PR: ports/175631 [1] Submitted by: Lukasz Gruner <ukaszg@gmail.com> [1] Notes: svn path=/head/; revision=312439
* Update to 2.8.5Chris Rees2012-11-267-170/+48
| | | | | | | | | | | | | | PR: ports/173839 Submitted by: 4721 Reset maintainership Approved by: loader (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307777
* The Lightweight Java Game LibraryChris Rees2012-04-188-0/+306
WWW: http://www.lwjgl.org PR: ports/166679 Submitted by: loader Notes: svn path=/head/; revision=295010