aboutsummaryrefslogtreecommitdiff
path: root/games/xpilot-ng-server
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories e and gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516847
* Fix build after switch to USES=glNiclas Zeising2018-09-221-1/+2
| | | | | | | | | | | Fix build by using USES=gl properly, instead of USE_GL=yes. The latter caused issues on the slave port. PR: 230692 Reported by: antoine Notes: svn path=/head/; revision=480381
* 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 libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* 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
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* 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-243-7/+2
| | | | | | | | - Add LICENSE_FILE - Drop @dirrm* from plist Notes: svn path=/head/; revision=373210
* - Add staging supportPawel Pekala2014-07-065-31/+19
| | | | | | | | - Convert to new LIB_DEPENDS format, options subs and helpers - Fix spelling mistake in descriptions Notes: svn path=/head/; revision=360875
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+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-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
* Fix build with clang (CPPFLAGS+=-Wno-return-type).Boris Samorodov2013-06-111-1/+1
| | | | Notes: svn path=/head/; revision=320609
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-071-6/+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 - Trim Makefile header - Other minor changes Notes: svn path=/head/; revision=310020
* Convert to new options frameworkBaptiste Daroussin2012-06-121-7/+8
| | | | Notes: svn path=/head/; revision=299119
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | 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-242-6/+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
* - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Update to 4.7.3Tilman Keskinoz2010-11-183-9/+16
| | | | | | | | | | | | | Add License mark MAKE_JBOS_SAFE add desktop entries Fix build of WITH_SOUND knob PR: 151583 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=264760
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* - 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-2/+2
| | | | | | | | | | | | - 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-7/+4
| | | | | | | | | | | | | | | | | | - 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-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 4.7.2Martin Wilke2006-11-042-5/+4
| | | | | | | | | PR: ports/98458 Submitted by: miwi@ Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176364
* Drop maintainershipJean-Yves Lefort2006-10-311-1/+1
| | | | Notes: svn path=/head/; revision=175832
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-2/+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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* - Split into -client and -serverJean-Yves Lefort2005-05-156-38/+162
| | | | | | | | | | - Update to 4.7.1 PR: ports/66762 Submitted by: myself Notes: svn path=/head/; revision=135267
* Change my MAINTAINER email address to jylefort@FreeBSD.orgJean-Yves Lefort2005-04-122-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=133186
* - update to 4.6.4Pete Fritchman2004-05-028-74/+55
| | | | | | | | | | | - move to sourceforge - add OPTIONS support for SDL PR: 66002 Submitted by: maintainer Notes: svn path=/head/; revision=108132
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Fix installation of mapconvert.pyPav Lucistnik2004-02-023-3/+13
| | | | | | | | PR: ports/62235 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=99765
* Fix plist and bump PORTREVISIONKris Kennaway2004-01-302-0/+5
| | | | Notes: svn path=/head/; revision=99487
* From the maintainer: "The program maintainer mailed me that he changed theMark Linimon2003-11-153-8/+5
| | | | | | | | | | | dist tarball in place. Here's the new checksum." While here, update the plist. PR: ports/59235. Notes: svn path=/head/; revision=94013
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-0/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* New port: games/xpilot-ngEdwin Groothuis2003-09-288-0/+155
An enhanced version of games/xpilot. The two ports won't conflict, as I made this one use the -ng suffix. PR: ports/56690 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=89658