aboutsummaryrefslogtreecommitdiff
path: root/games/abuse_sdl
Commit message (Collapse)AuthorAgeFilesLines
* games/abuse_sdl: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-202-0/+46
| | | | | | | | | | | | | | | fileman.cpp:296:33: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'uint8_t' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] uint8_t sizes[3]={ CLIENT_NFS,strlen(filename)+1,strlen(mode)+1}; ^~~~~~~~~~~~~~~~~~ hmi.cpp:302:97: error: non-constant-expression cannot be narrowed from type 'int' to 'uint8_t' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] ...0x54, 0x68, 0x64, 0x00, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, (num_tracks + 1), 0x00, 0xC0 }; ^~~~~~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=459533
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Remove -fPIC and fix the real problem where S_BUTTON_PRESS_SND is sometimesTijl Coosemans2017-02-142-2/+12
| | | | | | | | declared as int and sometimes as long which have a different size and alignment on 64 bit architectures. Notes: svn path=/head/; revision=434087
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-091-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* 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
* - 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
* - Drop @dirrm* from plistDmitry Marakasov2014-10-121-33/+0
| | | | Notes: svn path=/head/; revision=370709
* 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
* Moving some games to @gamesRusmir Dusko2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/3dpong - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/abe - Transfer maintainership to games@ team - Cosmetical changes games/abuse_sdl - Transfer maintainership to games@ team games/airstrike - Transfer maintainership to games@ team - Remove TODO from DOCS games/aop - Transfer maintainership to games@ team - Break lines around 80 characters games/asteroid - Transfer maintainership to games@ team games/asteroids3d - Transfer maintainership to games@ team games/awale - Transfer maintainership to games@ team games/barbie_seahorse_adventures - Transfer maintainership to games@ team games/barrage - Transfer maintainership to games@ team games/black-box - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/blobwars - Transfer maintainership to games@ team games/blockrage - Transfer maintainership to games@ team games/bombz - Transfer maintainership to games@ team - Cosmetical changes games/bouncy - Transfer maintainership to games@ team - Cosmetical changes - Change Desktop entry file games/bubble-chains - Transfer maintainership to games@ team - Remove not needed bsd.port.options.mk games/bugsquish - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/capicity - Transfer maintainership to games@ team games/capitalism - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Change Desktop entry file - Break lines around 80 characters games/cuyo - Transfer maintainership to games@ team - Don't silence warnings - Remove TODO from DOCS games/defendguin - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Break lines around 80 characters games/duckmaze - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Add DOCS Option - Cosmetical changes games/entombed - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Change Desktop entry file games/epiar - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/euchre - Transfer maintainership to games@ team - Remove TODO from DOCS - Change Desktop entry file - Change pkg-descr, cosmetical changes games/fightorperish - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Change Desktop entry file - Break lines around 80 characters games/frotz - Transfer maintainership to games@ team games/gemdropx - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/glightoff - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Remove TODO from DOCS games/gnurobots - Transfer maintainership to games@ team - Remove TODO from DOCS - Simplify DOCS installation handling games/gtkballs - Transfer maintainership to games@ team games/gtktetcolor - Transfer maintainership to games@ team games/help_hannahs_horse - Transfer maintainership to games@ team - Disable Clang warnings with CFLAGS+ - Cosmetical changes - Change pkg-plist, remove mtree games/hitori - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for dependency change - Transfer maintainership to games@ team - Remove USES desktop-file-utils - Use tar:xz instead of USE_XZ=yes games/holotz-castle - Transfer maintainership to games@ team - Break lines around 80 characters games/icbm3d - Remove FTP master site - Transfer maintainership to games@ team games/icebreaker - Transfer maintainership to games@ team - Change pkg-message games/icebreaker - Transfer maintainership to games@ team games/iceicepenguin - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Add DOCS Option games/impossible_mission_puzzle - Transfer maintainership to games@ team games/kajaani-kombat - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Cosmetical changes games/krank - Transfer maintainership to games@ team - Add DOCS Option - Cosmetical changes games/lianliankan - Transfer maintainership to games@ team games/lmarbles - Transfer maintainership to games@ team games/lostfeathers - Transfer maintainership to games@ team - Use zip instead of USES=zip - USES shebangfix and SHEBANG_FILES instead of REINPLACE - Cosmetical changes games/madbomber - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS games/maelstrom - Transfer maintainership to games@ team games/moagg - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Cosmetical changes games/mopesnake - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Cosmetical changes games/nuclearchess - Transfer maintainership to games@ team games/palomino/Makefile - Transfer maintainership to games@ team games/pipenightdreams - Transfer maintainership to games@ team - Use tar.gz instead of tar.bz2 - Don't silence warnings games/popstar - Remove FTP master site - Transfer maintainership to games@ team - Remove TODO.txt from DOCS - Change Desktop entry file games/ppracer - Transfer maintainership to games@ team games/pyawale - Transfer maintainership to games@ team - Remove not needed bsd.port.options.mk - Fix the usage of 'python' to get rid of the implicit lang/python dependency, change REINPLACE and files/pyawale.in - Break lines around 80 characters - Simplify DOCS installation handling games/pytowerdefense - Transfer maintainership to games@ team - Change Desktop entry file - Simplify installation handling games/rescue - Transfer maintainership to games@ team - Add DOCS Option games/schiff - Transfer maintainership to games@ team games/schwarzweiss - Transfer maintainership to games@ team - Add USES shebangfix and SHEBANG_FILES - Cosmetical changes games/sets - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team games/ttt - Transfer maintainership to games@ team games/tux-aqfh - Transfer maintainership to games@ team - Simplify DOCS installation handling games/tuxfighter - Change Makefile header, use my name and @FreeBSD.org email - Transfer maintainership to games@ team - Change USE_PYTHON=yes to USE_PYTHON=2 - Change Desktop entry file - Simplify installation handling - Use files/pkg-message.in instead of pkg-message games/tuxkart - Transfer maintainership to games@ team - Simplify DOCS installation handling games/vectoroids - Remove FTP master site - Transfer maintainership to games@ team - Cosmetical changes games/whichwayisup - Transfer maintainership to games@ team games/wordplay - Transfer maintainership to games@ team games/xemeraldia - Transfer maintainership to games@ team games/xsc - Transfer maintainership to games@ team - Break lines around 80 characters games/zephulor - Transfer maintainership to games@ team - Change Desktop entry file - Simplify DOCS installation handling Notes: svn path=/head/; revision=352818
* - Change Makefile header, Created by to <des@FreeBSD.org>Rusmir Dusko2014-04-081-5/+8
| | | | | | | | | | - Remove TODO from DOCS, add Option - Change Desktop entry file - Break lines around 80 characters - Mute MKDIR Notes: svn path=/head/; revision=350604
* - Change maintainer email to @FreeBSD.orgRusmir Dusko2013-10-222-12/+7
| | | | | | | | | - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=331317
* 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
* - Desktop entry, removed all notesBeech Rintoul2013-04-282-11/+586
| | | | | | | | PR: ports/177007 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=316767
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Improve COMMENTSteve Wills2012-09-133-591/+29
| | | | | | | | | | | | | | - Add LICENSE - Doesn't require gmake, remove USE_GMAKE - Avoid pkg-plist when possible - Convert to OptionsNG - Give maintainership to submitter PR: ports/171318 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=304219
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-051-5/+0
| | | | Notes: svn path=/head/; revision=303710
* - 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
* - 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 0.8Emanuel Haupt2011-08-098-69/+606
| | | | | | | | PR: 159440 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279350
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Mark broken some ports with unfetchable distfilesBaptiste Daroussin2011-06-161-0/+2
| | | | Notes: svn path=/head/; revision=275693
* Return these ports to the pool.Mark Linimon2011-03-021-1/+1
| | | | | | | | PR: ports/155217 Submitted by: maintainer Notes: svn path=/head/; revision=270145
* - Pass maintainership to submitterWen Heping2010-10-271-1/+1
| | | | | | | | PR: ports/151754 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer) Notes: svn path=/head/; revision=263634
* Reset maintainer at his request.Mark Linimon2009-12-151-1/+1
| | | | | | | PR: ports/141647 Notes: svn path=/head/; revision=245897
* Reinstate maintainer at his request.Mark Linimon2009-12-041-1/+1
| | | | Notes: svn path=/head/; revision=245177
* Temporarily reassign ports maintained by chris@officialunix.com back toMark Linimon2009-11-261-1/+1
| | | | | | | | | the pool for the duration of his upcoming move. Requested by: maintainer Notes: svn path=/head/; revision=244755
* - Add in run dep of games/abuse to abuse_sdl.Sylvio Cesar Teixeira2009-11-201-0/+4
| | | | | | | | | PR: ports/140503 Submitted by: maintainer Approved by: miwi (mentor) Notes: svn path=/head/; revision=244565
* - Update to 0.7.1Dmitry Marakasov2009-11-056-24/+45
| | | | | | | | PR: 140283 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) Notes: svn path=/head/; revision=243849
* - Update MASTER_SITESMartin Wilke2009-09-191-1/+4
| | | | | | | | | | | - Update WWW PR: 138962 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241719
* - Pass maintainer to submitter.Wesley Shields2009-09-191-1/+1
| | | | | | | | | PR: ports/138957 Submitted by: Chris Petrik <chris@officialunix.com> Feature safe: yes Notes: svn path=/head/; revision=241707
* - Switch to zoy.org and use a new tarball, contents verified to be identical toPav Lucistnik2009-01-313-6/+6
| | | | | | | | | the old one Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227286
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* USE_MESA -> USE_GL.Max Khon2005-02-201-1/+1
| | | | Notes: svn path=/head/; revision=129410
* 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-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Update to 0.7.0Kirill Ponomarev2003-08-072-9/+15
| | | | | | | | PR: 55241 Submitted by: Ports Fury Notes: svn path=/head/; revision=86448
* I no longer have time to maintain these ports.Dag-Erling Smørgrav2003-07-201-1/+1
| | | | Notes: svn path=/head/; revision=85251
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045