aboutsummaryrefslogtreecommitdiff
path: root/games/minecraft-client
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Make fetchable and unbreakHiroki Tagato2020-05-162-8/+6
| | | | | | | | | | | - Make portclippy happy PR: 244104 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=535348
* Mark BROKEN againAntoine Brodin2020-01-061-0/+2
| | | | | | | | With hat: portmgr Pointy hat: yuri Notes: svn path=/head/; revision=522205
* games/minecraft-client: Not brokenYuri Victorovich2020-01-061-2/+0
| | | | | | | | Erroneously labeled as BROKEN/unfetchable in rev.522132, which may have been made during a period of intermittent connectivity problems. Notes: svn path=/head/; revision=522193
* Mark a few ports broken (unfetchable)Antoine Brodin2020-01-051-0/+2
| | | | Notes: svn path=/head/; revision=522132
* - Follow up r239415Li-Wen Hsu2019-12-152-2/+2
| | | | | | | | Submitted by: voidanix <voidanix@420blaze.it> Differential Revision: https://reviews.freebsd.org/D21045 Notes: svn path=/head/; revision=520180
* games/minecraft-client: Remove BROKEN, fix icon distfile, add dependency on ↵Gleb Popov2019-08-222-8/+8
| | | | | | | | | | xrandr. Submitted by: voidanix@420blaze.it Differential Revision: https://reviews.freebsd.org/D21042 Notes: svn path=/head/; revision=509588
* Mark BROKEN: unfetchableAntoine Brodin2019-08-041-0/+2
| | | | Notes: svn path=/head/; revision=508089
* games/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-3/+5
| | | | Notes: svn path=/head/; revision=491937
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/minecraft-client: switch to USES=openalSteve Wills2016-01-181-1/+1
| | | | Notes: svn path=/head/; revision=406598
* games/minecraft-client: update dependenciesJason Unovitch2015-12-252-2/+4
| | | | | | | | | | | | - Add libopenal.so as a LIB_DEPENDS to resolve run time issue (no sound) - Update LWJGL lib dependency to 2.9.3 - Add NO_ARCH while here PR: 205436 Submitted by: Ilia Skalozubov <freebsd@skinc.ru> Notes: svn path=/head/; revision=404400
* Remove dependency on bashAntoine Brodin2014-11-113-33/+29
| | | | | | | | PR: ports/193945 Submitted by: Jan Kokemuller Notes: svn path=/head/; revision=372439
* - Update minecraft client to work with the recent 1.8 client patchKris Moore2014-09-074-40/+17
| | | | | | | | - Change first-run script to only warn the user about changing the profile - Bump PORTREV Notes: svn path=/head/; revision=367607
* games/minecraft-client: Use OpenJDK8 to fix spawning problemJohn Marino2014-06-205-48/+136
| | | | | | | | | PR: 189028 Submitted by: Sean Bruno Fix by: Kris Moore Notes: svn path=/head/; revision=358549
* Reset maintainer:Antoine Brodin2014-05-211-1/+1
| | | | | | | | | | <janik@hikarihq.com>: host hikarihq.com[107.170.140.194] said: 454 4.7.1 <janik@hikarihq.com>: Relay access denied (in reply to RCPT TO command) With hat: portmgr Notes: svn path=/head/; revision=354737
* games/minecraft-client: Unbreak run by using official launcherJohn Marino2014-04-173-43/+13
| | | | | | | | | | | | | | | | | | | | | | | | The method of selectively loading specific versions in Minecraft stopped working in the 1.5.x series. From 1.6.0 and later, the official launcher must be used. The launcher itself does not change often (last time was July 2013). The jar files are downloaded into $HOME/.minecraft directory, so every user gets their own copy which is not removed when the port is uninstalled. The new launcher also downloads lwjgl files, so the dependency on games/lwjgl is redundant, as well as openal-soft. This allows the port to be simplified and to always install the native version. The port version doesn't really matter anymore. I will set it to 1.7.9 right now as this is the latest available version. PR: ports/188473 Approved by: marino@. It does mirror the maintainers original intent, but he did not weigh in on the PR. The game was broken. Simplified by: marino@ Notes: svn path=/head/; revision=351506
* games/minecraft-client: Upgrade version 1.4.6 -> 1.7.5 and support stageJohn Marino2014-03-315-92/+84
| | | | | | | | | | | | | | | | | | | | | | | | This poor PR is several months old. It applied without much trouble, but several changes were made: * Don't use https if http will do (and http works fine) * Don't use the launcher URL. It is always the latest version, so the second minecraft is updated, the port will break. Use an version-based URL instead, one that will update with the port version * Add stage support * At least four stable versions have been released since the PR's version of 1.6.2. Go ahead and update it to the latest stable version of 1.7.5 * The latest version builds and installs fine, but it was not tested. Feedback on the PR indicates 1.6.2 works fine, but currently how well version 1.7.5 works is unknown. PR: ports/180195 Submitted by: "r4721" Approved by: maintainer (Janik Galasso) Staged by: marino@ Notes: svn path=/head/; revision=349800
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Pass maintainership to Janik Galasso <janik@hikarihq.com>Jason E. Hale2013-10-291-1/+1
| | | | | | | | | PR: ports/183423 Submitted by: Janik Galasso <janik@hikarihq.com> Approved by: Martin Kropfinger <freebsd@rakor-net.de> (maintainer) Notes: svn path=/head/; revision=331942
* 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
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-2/+2
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days) Notes: svn path=/head/; revision=310845
* * update port to latest versionChris Rees2013-01-162-7/+23
| | | | | | | | | | | | | * handle updates to symlinked files better * add help notice for upgrades * handle libopenal.so/libopenal64.so in startup script PR: ports/174701 Submitted by: 4721 Approved by: maintainer timeout (freebsd@rakor-net.de, 50 days) Notes: svn path=/head/; revision=310515
* - Update to 1.4.5Jason E. Hale2012-12-093-28/+31
| | | | | | | | | | | | | | | | | | - Make NATIVE_LIBS option default to avoid Linux JDK - Improve startup script to better handle updates to games/lwjgl - Store unversioned distfiles in a versioned DIST_SUBDIR - Fix JAVA_VENDOR typo - Install icon in a better location - Whitespace cleanup - Trim Makefile header PR: ports/173842 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (2 weeks) Feature safe: yes Notes: svn path=/head/; revision=308500
* Update to OPTIONSngChris Rees2012-06-061-3/+4
| | | | | | | | | PR: ports/168644 Submitted by: crees Approved by: maintainer Notes: svn path=/head/; revision=298580
* Add a WITH_NATIVE_LIBS optionChris Rees2012-06-031-7/+77
| | | | | | | | | PR: ports/167496 Submitted by: loader Approved by: maintainer timeout (>4w, freebsd@rakor-net.de) Notes: svn path=/head/; revision=298107
* - Client for block building game minecraftMichael Scheidell2011-12-214-0/+49
PR: ports/162516 Submitted by: Martin Kropfinger <freebsd@rakor-net.de> Approved by: gabor (mentor) Notes: svn path=/head/; revision=287812