aboutsummaryrefslogtreecommitdiff
path: root/games/el
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* 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
* - Simplify plist handlingDmitry Marakasov2014-11-271-12/+6
| | | | | | | | | | | - Use BROKEN_sparc64 instead of conditional BROKEN PR: 195358 Submitted by: amdmi3 Approved by: bapt Notes: svn path=/head/; revision=373517
* - UnbreakDmitry Marakasov2014-11-253-8/+25
| | | | | | | | | | - Add missing USES=iconv Approved by: portmgr blanket MFH: 2014Q4 Notes: svn path=/head/; revision=373391
* - Mark BROKEN, fails to build [1]Antoine Brodin2014-10-121-2/+3
| | | | | | | | | | | | | | | | | | | | ===> Building for el-193_3 CC 2d_objects.o In file included from 2d_objects.c:12: load_gl_extensions.h:73: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglClientActiveTexture' load_gl_extensions.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglLoadTransposeMatrixd' load_gl_extensions.h:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglLoadTransposeMatrixf' load_gl_extensions.h:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglMultTransposeMatrixd' load_gl_extensions.h:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ELglMultTransposeMatrixf' - Drop ftp://rene-ladan.nl/pub/ from MASTER_SITES [2] Reported by: pkg-fallout [1] PR: ports/194224 [2] Submitted by: rene [2] Notes: svn path=/head/; revision=370691
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to 193 to be able to connect to the servers againRene Ladan2014-01-065-30/+26
| | | | | | | | | | | | | | | | - Repack distribution file, reroll/simplify patches. The original host is gone, and there is no obvious replacement for the distribution file, so roll our own from the referenced git repository: git://git.berlios.de/elc branch master, commit 86780d5dd43b3c9b66fa014944cf1811fa78d161 - Stagify - Strip library versions [1] Submitted by: portlint [1] Approved by: acm (implicit) Notes: svn path=/head/; revision=338898
* Fix build (on my 10.0-amd64 laptop at least).Rene Ladan2014-01-061-2/+2
| | | | | | | | Submitted by: marino Approved by: acm (maintainer, implicit) Notes: svn path=/head/; revision=338874
* Try to build after games/el-data is resurrected.Rene Ladan2014-01-061-5/+6
| | | | | | | | | | | | | | | | Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN: > LINK el.bin > /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition > /usr/local/lib/libX11.so.6: could not read symbols: Bad value While here convert to new LIB_DEPENDS and USES=gmake PR: ports/185113 (related) Submitted by: rene Approved by: maintainer timeout (acm, 15 days) Notes: svn path=/head/; revision=338864
* Convert the tree to USES=openalAntoine Brodin2013-12-251-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - 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
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 1.9.2Jose Alonso Cardenas Marquez2011-10-204-26/+45
| | | | | | | | | | | | | | - Add ELSOUND and ELMUSIC options. It installs additional sound and music files - Remove Makefile.linux patch file - Re-add Makefile.bsd patch file - Respect CC/CXX/LINK [1] - Few others modifications PR: 161561 Submitted by: Nali Toja <nalitoja __ at __ gmail.com> [1] Notes: svn path=/head/; revision=284005
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-4/+3
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* - Fix build on amd64Jose Alonso Cardenas Marquez2009-01-203-8/+15
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=226540
* - Update to 180Jose Alonso Cardenas Marquez2009-01-204-73/+53
| | | | Notes: svn path=/head/; revision=226506
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comEdwin Groothuis2008-03-131-1/+2
| | | | | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@ Notes: svn path=/head/; revision=208927
* - Update to 140Jose Alonso Cardenas Marquez2007-08-203-23/+25
| | | | | | | | | - Remove el-data/pkg-plist file - Remove BROKEN - Add new el source code mastersite Notes: svn path=/head/; revision=197944
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* BROKEN: Does not buildKris Kennaway2007-05-251-0/+2
| | | | Notes: svn path=/head/; revision=191695
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 133Jose Alonso Cardenas Marquez2007-02-013-61/+4
| | | | | | | - Remove obsolete patch file Notes: svn path=/head/; revision=183881
* - Respect X11BASEJose Alonso Cardenas Marquez2006-11-301-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=178376
* - Respect X11BASEJose Alonso Cardenas Marquez2006-11-241-7/+8
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=177969
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-3/+3
| | | | | | | | | | | | | | | | | | | 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
* - Change PLIST to ${WRKDIR}/pkg-plist. I need to write there.Jose Alonso Cardenas Marquez2006-09-041-0/+2
| | | | | | | | Reported by: kris Approved by: garga (mentor,implicit) Notes: svn path=/head/; revision=172202
* - Update to 132Jose Alonso Cardenas Marquez2006-09-012-11/+9
| | | | | | | | | | - Fix installation process on games/el [1] Reported by: kris [1] Approved by: garga (mentor) Notes: svn path=/head/; revision=171813
* - Add some missing things to patch-openal.cJose Alonso Cardenas Marquez2006-08-212-3/+30
| | | | | | | | | - Fixes problems with empty directories on games/el-data Approved by: garga (mentor) Notes: svn path=/head/; revision=171129
* - Update to 130Jose Alonso Cardenas Marquez2006-08-206-2742/+117
| | | | | | | | | | | | | - Take maintainership - Use Makefile.bsdg instead of Makefile.bsd - Add/Remove patch-Makefile.bsdg/bsd files - Add patch-sound.c, the sound.c file is using deprecated functions of alut - Remove pkg-plist, now ,it isn't necessary Approved by: garga (mentor) Notes: svn path=/head/; revision=171045
* update freealut to 1.1.0Oliver Lehmann2006-06-081-1/+2
| | | | Notes: svn path=/head/; revision=164837
* update to openal 20060211 [1]Oliver Lehmann2006-04-232-4/+6
| | | | | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer Notes: svn path=/head/; revision=160213
* BROKEN on sparc64: Does not compileKris Kennaway2006-01-201-0/+4
| | | | Notes: svn path=/head/; revision=153938
* - Mark BROKEN on FreeBSD 4.X; does not compile without warnings, sets -WerrorPav Lucistnik2006-01-061-0/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=152877
* - Don't remove what's in mtreePav Lucistnik2006-01-051-2/+0
| | | | Notes: svn path=/head/; revision=152809