aboutsummaryrefslogtreecommitdiff
path: root/games/lgeneral
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* devel/gettext*:Tijl Coosemans2019-06-081-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.20.1. - Add options to install documentation and examples. devel/libtextstyle: - Take maintainership because it is now released as part of gettext. ftp/weex: - Remove bundled gettext (intl/): no longer supported. - Patch configure.in, Makefile.am and src/Makefile.am to remove references to bundled gettext. - Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - Port to modern gettext: add po/Makevars and fix a problem in the French translation. - Patch configure.in to fix detection of OpenSSL 1.1. - In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support, set default path for root certificates. games/lgeneral: - Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed. www/sarg: - Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - Port Makefile: remove obsolete post-patch, patching configure also has no effect with USES=autoreconf. PR: 238277 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=503716
* Update games/lgeneral to 1.3.2Guido Falsi2017-06-303-12/+10
| | | | Notes: svn path=/head/; revision=444764
* Remove unneeded usage of:Mathieu Arnold2016-06-061-1/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* - Generate missing data files to fix runtime crash [1]Dmitry Marakasov2016-02-043-11/+30
| | | | | | | | | | | | | | | | While here: - Fix build with NLS disabled - Fix LICENSE - Switch to USES=localbase - Switch to options helpers - Don't try to use X11 during build PR: 206831 [1] Submitted by: cmangin@arobas.net [1] MFH: 2016Q1 (blanket) Notes: svn path=/head/; revision=408006
* - Update to 1.3.1Martin Wilke2016-01-154-11/+10
| | | | | | | | PR: 206247 Submitted by: ports fury Notes: svn path=/head/; revision=406144
* - Update to 1.3.0Guido Falsi2015-09-043-7/+7
| | | | | | | | | | - Regenerate patch to silence portlint warning PR: 202849 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=396083
* - Actually disable sound support when SOUND option is disabledDmitry Marakasov2015-06-081-1/+2
| | | | | | | | PR: 200659 Submitted by: cmangin@arobas.net Notes: svn path=/head/; revision=388891
* - Update to 1.2.6Lars Engels2015-04-273-43/+26
| | | | | | | | | | | - Mark broken on powerpc and sparc64 - Simplify OPTIONS PR: 197433 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=384869
* Update to 1.2.5Lars Engels2015-03-063-7/+11
| | | | Notes: svn path=/head/; revision=380601
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Clarify LICENSEDmitry Marakasov2014-11-282-7/+9
| | | | | | | | | | - Add LICENSE_FILE - Use canonical makefile statement otder - Remove obsolete CONFLICTS - Add empty directories to plist Notes: svn path=/head/; revision=373555
* Allow staging as a regular userAntoine Brodin2014-10-292-30/+1
| | | | Notes: svn path=/head/; revision=371700
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* games/lgeneral: support stageWilliam Grzybowski2014-08-113-10/+22
| | | | | | | | PR: 192570 Submitted by: christian.mangin gmail com Notes: svn path=/head/; revision=364604
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Convert gmake, bzip to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355704
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix build with clangGuido Falsi2012-11-291-5/+2
| | | | | | | | | | | - While I'm here, trim Makefile headers PR: ports/174006 Submitted by: Christian Mangin <christian.mangin@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=307983
* Convert to new options frameworkBaptiste Daroussin2012-06-121-10/+11
| | | | Notes: svn path=/head/; revision=299119
* - Update to 1.2.3Martin Wilke2012-05-232-14/+16
| | | | | | | | PR: 168033 Submitted by: Ports Fury Notes: svn path=/head/; revision=297242
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Mark as broken on tier-2: install fails with signal 11.Mark Linimon2011-11-111-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285495
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.2.2Dennis Herrmann2011-09-011-0/+1
| | | | | | | | PR: ports/160104 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280939
* - Update to 1.2.2Sylvio Cesar Teixeira2011-08-313-19/+5
| | | | | | | - Add License Notes: svn path=/head/; revision=280872
* Also install data filesEmanuel Haupt2011-08-093-29/+184
| | | | | | | | PR: 159450 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279356
* - Update to 1.2.1Martin Wilke2011-07-023-6/+4
| | | | | | | | PR: 1584565 Submitted by: Ports Fury Notes: svn path=/head/; revision=276925
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-111-0/+15
| | | | Notes: svn path=/head/; revision=272537
* - Update to 1.2.Marcelo Araujo2010-11-175-167/+136
| | | | | | | | PR: ports/151546 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=264712
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Reset filippo.natali@gmail.com, who is very short on free time right now.Mark Linimon2007-06-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=192881
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Change maintainer's e-mail.Roman Bogorodskiy2005-03-101-1/+1
| | | | | | | | | PR: 78669 Submitted by: maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=130824
* - Add missing dirs to pkg-plist.Sergey Matveychuk2004-12-281-0/+11
| | | | | | | | | PR: ports/75576 Submitted by: maintainer Reported by: Kris "Ports Janitor" Kennaway Notes: svn path=/head/; revision=125369
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-5/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Respect CFLAGS, use sound (unless WITHOUT_SOUND is requested).Mikhail Teterin2003-08-272-0/+16
| | | | | | | | | Bump PORTREVISION. Approved by: maintainer Notes: svn path=/head/; revision=87788
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034