aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - shift build_depends to test_dependsJason Helfman2013-09-051-1/+1
| | | | | | | Approved by: danilogondolfo@gmail.com (maintainer, implicit) Notes: svn path=/head/; revision=326341
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-042-3/+3
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-045-5/+6
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - update to 0.043Jason Helfman2013-09-042-4/+9
| | | | | | | | | | | - adoption of perl USES framework - adjust dependencies PR: 181770 Submitted by: danilogondolfo@gmail.com ( maintainer ) Notes: svn path=/head/; revision=326253
* Fix PORT_OPTIONS conversionAntoine Brodin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326190
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326184
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-3/+2
| | | | Notes: svn path=/head/; revision=326151
* Fix typoBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326144
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-0313-51/+20
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-0312-42/+19
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326113
* Fix stupid mistakeBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326112
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-6/+3
| | | | Notes: svn path=/head/; revision=326111
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-1/+2
| | | | Notes: svn path=/head/; revision=326109
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326107
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326103
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-7/+3
| | | | Notes: svn path=/head/; revision=326095
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-025-23/+8
| | | | Notes: svn path=/head/; revision=326092
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-023-3/+4
| | | | Notes: svn path=/head/; revision=326090
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-7/+3
| | | | Notes: svn path=/head/; revision=326089
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326072
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-027-3/+7
| | | | Notes: svn path=/head/; revision=326070
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326039
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-2/+2
| | | | Notes: svn path=/head/; revision=326035
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326032
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326025
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-6/+3
| | | | Notes: svn path=/head/; revision=326013
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326011
* Two imake related changes:Tijl Coosemans2013-09-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=325988
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325964
* Add explicit dependencies on pkgconfBaptiste Daroussin2013-09-027-12/+9
| | | | Notes: svn path=/head/; revision=325962
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-7/+2
| | | | Notes: svn path=/head/; revision=325957
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325956
* - Convert old-school USE_GMAKE and USE_PERL5_* to modern USESAlexey Dokuchaev2013-09-021-2/+2
| | | | | | | | | - Perform some minor cleanups whenever appropriate Submitted by: az Notes: svn path=/head/; revision=325948
* Add an expicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325939
* Eradiracte USE_GNOME=pkgconfig from gamesBaptiste Daroussin2013-09-012-5/+3
| | | | | | | | While here: Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325929
* - update to 2.3.7Ruslan Makhmatkhanov2013-09-011-2/+2
| | | | | | | | | | | - chase the update in games/super_methane_brothers - convert USE_GMAKE to USES, while here PR: 181491 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=325864
* Remove expired ports:Rene Ladan2013-09-017-94/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained Notes: svn path=/head/; revision=325862
* - Update to 0.1.4Guido Falsi2013-09-015-115/+140
| | | | | | | | | | | - Trim Makefile headers - Convert to new LIB_DEPENDS syntax PR: ports/180967 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Notes: svn path=/head/; revision=325838
* games/iourbanterror: Fix new patchesJohn Marino2013-08-312-49/+42
| | | | | | | | | | | | Something went with shar extraction. One new patch came out wrong and the other wasn't created. Let's put them right now. PR: ports/180576 Reported by: Domininic Fandrey (maintainer) Notes: svn path=/head/; revision=325818
* games/ioquake3 and slaves: Fix optionsJohn Marino2013-08-3124-236/+275
| | | | | | | | | | | Every touched port was build-tested and passed. PR: ports/180675 Submitted by: Dominic Fandrey (maintainer) Tested on: FreeBSD 9.1/amd64 with poudriere Notes: svn path=/head/; revision=325812
* games/openarena-data: Fix relative include pathJohn Marino2013-08-311-1/+1
| | | | | | | All relative include paths should start with .CURDIR Notes: svn path=/head/; revision=325802
* - do not use local bsd.python.mk variables within the port Makefile - switchMarcus von Appen2013-08-301-1/+1
| | | | | | | the publicly accessible ones instead Notes: svn path=/head/; revision=325711
* Unbreak fetching (hopefully for longer time).Alexey Dokuchaev2013-08-301-3/+1
| | | | Notes: svn path=/head/; revision=325694
* - Explicitely specify portaudio2 so version, for it to not be confised with ↵Dmitry Marakasov2013-08-301-1/+1
| | | | | | | one from portaudio Notes: svn path=/head/; revision=325681
* - Mark BROKEN, fails to fetch.Bryan Drewery2013-08-301-5/+3
| | | | Notes: svn path=/head/; revision=325680
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620