aboutsummaryrefslogtreecommitdiff
path: root/games/0ad
Commit message (Collapse)AuthorAgeFilesLines
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* - update miniupnpc to 2.0.20161216Dirk Meyer2016-12-251-1/+1
| | | | | | | - bump API change Notes: svn path=/head/; revision=429468
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Add explicit build dependency on the python symlink, right now they rely onAntoine Brodin2016-11-221-0/+1
| | | | | | | it being provided by x11-toolkits/gtk20 Notes: svn path=/head/; revision=426869
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-0/+2
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* Update 0ad to Alpha 21 Ulysses.Guido Falsi2016-11-093-10/+10
| | | | Notes: svn path=/head/; revision=425800
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* - Update net-im/gloox to 1.0.17Guido Falsi2016-09-031-0/+1
| | | | | | | | | | | - Chase shlib version bump in dependent ports PR: 212338 Submitted by: Demetris Procopiou <dem.procopiou at gmail.com> (maintainer) Notes: svn path=/head/; revision=421296
* Enable make jobs again in bundled spidermonkey, patch committed inGuido Falsi2016-06-061-10/+2
| | | | | | | | | | | r416413 fixes the original problem. Testing worked without flaws. Thanks to tijl@. Notes: svn path=/head/; revision=416483
* - Update devel/gmake to 4.2.Tijl Coosemans2016-06-051-2/+10
| | | | | | | | | | | | - deskutils/tomboy, devel/ocaml-deriving-ocsigen: patch Makefile bug. - games/0ad: disable make jobs when building bundled Spidermonkey. PR: 209868 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=416393
* While having a distfile of 400MB 10 years ago was big, it is not aMathieu Arnold2016-05-231-2/+0
| | | | | | | | | | | problem any more. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6512 Notes: svn path=/head/; revision=415728
* - Update to 0.0.20 (alpha 20)Guido Falsi2016-04-022-18/+8
| | | | | | | | - Remove SDL 1.2 support option, support removed upstream - Added project home page to MASTER_SITES Notes: svn path=/head/; revision=412400
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Switch to USES=execinfo.Guido Falsi2015-12-181-2/+1
| | | | | | | | PR: 205275 Submitted by: pawel@ Notes: svn path=/head/; revision=403942
* - Update to Alpha 19 (0.0.19)Guido Falsi2015-11-274-30/+21
| | | | | | | | | | - Add option to choose SDL version to depend on Thanks to the 0ad developers for their suggestions and kind support with the update. Notes: svn path=/head/; revision=402486
* Import change from upstream to fix build after net/miniupnp update. [1]Guido Falsi2015-10-242-1/+24
| | | | | | | | | | | While here also mark BROKEN on 9.x, due to gcc crashing during the build. PR: 203983 [1] Submitted by: monwarez at mailoo.org Notes: svn path=/head/; revision=400109
* Drop 8 support.Mathieu Arnold2015-10-151-4/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Remove obsolete line.Guido Falsi2015-09-281-1/+0
| | | | Notes: svn path=/head/; revision=398143
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-0/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Fix build after const removal from iconv.Guido Falsi2015-04-291-2/+11
| | | | | | | Reported by: ajtiM <lumiwa at gmail.com> (via email) Notes: svn path=/head/; revision=384966
* Fix build with clang 3.6.0.Guido Falsi2015-03-251-5/+5
| | | | Notes: svn path=/head/; revision=382218
* - Update to 0.0.18Guido Falsi2015-03-213-21/+17
| | | | | | | | | | - Requires newer bundled spidermonkey, so remove option for using the ports provided one - Mark broken on 8.x, fails to build due to libc++/libstdc++ issues Thanks to mandree and to leper(0ad developer) for their suggestions. Notes: svn path=/head/; revision=381812
* - Update gloox to 1.0.13Guido Falsi2015-02-101-1/+1
| | | | | | | | | | - Chase gloox library version bump in dependent ports PR: 197450 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=378801
* Add option to allow linking to lang/spidermonkey24 port instead ofGuido Falsi2014-12-292-4/+19
| | | | | | | | | | using the boundled one. PR: 196304 Submitted by: Kevin Zheng <kevinz5000 at gmail.com> Notes: svn path=/head/; revision=375810
* 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
* Fix build on recent head by removing references to the MAP_NORESERVEGuido Falsi2014-12-092-0/+40
| | | | | | | | | | | | flag to mmap(2). It has never been implemented in FreeBSD and thus was being ignored before anyway. No functional change, so no PORTREVISION bump. PR: 193961 (related) Notes: svn path=/head/; revision=374392
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+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
* - Update to 0.0.17 - Alpha 17 QuercusGuido Falsi2014-10-1217-195/+237
| | | | | | | | | | - Use BUNDLE_LIBS - Remove dirrms Many thanks to the 0ad developers for their cooperation. Notes: svn path=/head/; revision=370748
* 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
* Specify the reason for MANUAL_PACKAGE_BUILD, not "yes"Adam Weinberger2014-09-071-1/+1
| | | | Notes: svn path=/head/; revision=367557
* devel/gamin:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366670
* 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
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert the tree to USES=openalAntoine Brodin2013-12-251-3/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* - Convert to USES=compilerGuido Falsi2013-10-091-22/+5
| | | | Notes: svn path=/head/; revision=329937
* Support staging.Guido Falsi2013-09-291-11/+10
| | | | Notes: svn path=/head/; revision=328674
* - Fix build with clang/libc++ and without gcc on headGuido Falsi2013-09-264-9/+51
| | | | | | | Thanks to gahr for providing patch-source-simulation2-system_ParamNode.cpp Notes: svn path=/head/; revision=328422
* 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
* Fix previous commit: close conditional.Guido Falsi2013-09-051-0/+1
| | | | Notes: svn path=/head/; revision=326394
* - Update to 0.0.14 (Alpha 14 "Naukratis")Guido Falsi2013-09-054-30/+30
| | | | | | | | - Add explicit dependency on pkgconf - Convert to USES=gmake Notes: svn path=/head/; revision=326393
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Update to 0.0.13Guido Falsi2013-04-167-44/+17
| | | | | | | | | - Remove check for unsupported OS version Feature safe: yes Notes: svn path=/head/; revision=315872