Port details |
- lwjgl Lightweight Java Game Library
- 2.9.4.20161208_1 games =2 2.9.4.20161208_1Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@skinc.ru
- Port Added: 2012-04-18 13:36:12
- Last Update: 2024-05-31 10:37:43
- Commit Hash: 9d92e4b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: BSD3CLAUSE
- WWW:
- https://legacy.lwjgl.org
- Description:
- The Lightweight Java Game Library
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/lwjgl/ && make install clean
- To add the package, run one of these commands:
- pkg install games/lwjgl
- pkg install lwjgl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lwjgl
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1576013211
SHA256 (LWJGL-lwjgl-2.9.4.20161208-2df01dd_GH0.tar.gz) = a4d03e9244a9e253abcfe7ee75d4413bd3db1fd8c38e67eedbd0c6c313c4e504
SIZE (LWJGL-lwjgl-2.9.4.20161208-2df01dd_GH0.tar.gz) = 15052370
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jutils.jar : games/jutils
- jinput.jar : games/jinput
- java : java/openjdk8
- ant : devel/apache-ant
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xxf86vm.pc : x11/libXxf86vm
- Runtime dependencies:
-
- jutils.jar : games/jutils
- jinput.jar : games/jinput
- java : java/openjdk8
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xxf86vm.pc : x11/libXxf86vm
- This port is required by:
- for Build
-
- games/sokobano
- for Run
-
- games/minecraft-client
- games/multimc
- games/prismlauncher
- games/sokobano
Configuration Options:
- No options to configure
- Options name:
- games_lwjgl
- USES:
- dos2unix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.4.20161208_1 31 May 2024 10:37:43 |
Vladimir Druzenko (vvd) |
games/lwjgl: set USE_JAVA=8, doesn't build with newer versions of Java
While here:
- fix dependencies - added x11 and xext;
- pet portclippy.
PR: 251774
Approved by: freebsd@skinc.ru (maintainer, timeout > 1 month) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.4.20161208 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.4.20161208 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.4.20161208 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.4.20161208 16 Mar 2021 01:23:01 |
pkubaj |
games/lwjgl: port to powerpc64le
Approved by: tier 2 blanket |
2.9.4.20161208 15 Dec 2019 14:55:33 |
lwhsu |
- Update to latest snapshot
PR: 239415
Submitted by: voidanix <voidanix@420blaze.it>
Differential Revision: https://reviews.freebsd.org/D21045 |
2.9.3 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
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 |
2.9.3 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
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. |
2.9.3 14 Sep 2019 15:44:21 |
antoine |
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
2.9.3 07 Dec 2018 16:18:53 |
linimon |
This port can be built on powerpc64 with s/amd64/ppc64/g in build.xml
and MAKE_ARGS+=-Dbuild.64bit.only=1.
While here, pet portlint.
PR: 233832
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.9.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.9.3 28 Dec 2015 21:56:47 |
junovitch |
games/lwjgl: pass maintainership to PR submitter
PR: 205435
Submitted by: Ilia Skalozubov <freebsd@skinc.ru> |
2.9.3 25 Dec 2015 01:54:57 |
junovitch |
games/lwjgl: update 2.9.1 -> 2.9.3
- 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 |
2.9.1 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
2.9.1 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
31 Oct 2014 16:11:34
|
amdmi3 |
- Release ports maintained by games@
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 |
2.9.1 06 Jun 2014 15:26:41 |
ak |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine |
2.9.1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
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 |
2.9.1 14 Apr 2014 13:12:05 |
nemysis |
- Use for JAVA_VERSION 1.7 instead of 1.7+
PR: ports/188580
Submitted by: sbruno@ |
2.9.1 04 Apr 2014 19:27:02 |
nemysis |
- Update to 2.9.1, announce message is here:
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 |
2.9.0 10 Mar 2014 22:58:50 |
antoine |
Unbreak |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
2.9.0 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
2.9.0 18 Nov 2013 04:54:54 |
danilo |
- Improve COMMENT
- Add stage support |
2.9.0 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.9.0 25 May 2013 10:51:57 |
pawel |
Update to version 2.9.0
PR: ports/178089
Submitted by: r4721@tormail.org |
2.8.5 17 Feb 2013 19:35:44 |
pawel |
- Respect CC [1]
- Make BUILD,RUN_DEPENDS much shorter
- Trim Makefile header
PR: ports/175631 [1]
Submitted by: Lukasz Gruner <ukaszg@gmail.com> [1] |
2.8.5 26 Nov 2012 12:12:56 |
crees |
Update to 2.8.5
PR: ports/173839
Submitted by: 4721
Reset maintainership
Approved by: loader (maintainer)
Feature safe: yes |
2.7.1 18 Apr 2012 13:35:45 |
crees |
The Lightweight Java Game Library
WWW: http://www.lwjgl.org
PR: ports/166679
Submitted by: loader |