aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20150416Jan Beich2015-04-162-3/+3
| | | | | | | | PR: 199415 Submitted by: Nikolai Lifanov (maintainer, based on) Notes: svn path=/head/; revision=384118
* - Fix build on < 10.xDmitry Marakasov2015-04-152-1/+7
| | | | | | | | | - Respect CC Approved by: portmgr blanket Notes: svn path=/head/; revision=384052
* converters/libiconv:Tijl Coosemans2015-04-1510-63/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Upgrade from 2.3.2 to 2.3.3. Define LICENSE.Mikhail Teterin2015-04-142-4/+6
| | | | Notes: svn path=/head/; revision=384025
* Fix some glib schema issues.Koop Mast2015-04-142-1/+3
| | | | | | | | | | | | | | The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the glib schema database can be updated on installed/removal of the package. This updating is done by the GLIB_SCHEMAS macro. Make shotwell not run glib-compile-schemas in the stagedir, this has no effect. Additional this generates the share/glib-2.0/schemas/gschemas.compiled file. This file is managed by the glib20 port. And has a changing checksum because it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed. Notes: svn path=/head/; revision=383994
* - Fix build on DragonFlyDmitry Marakasov2015-04-145-0/+51
| | | | Notes: svn path=/head/; revision=383969
* In the 13th century, the Cathars, who preach about good ChristianDmitry Marakasov2015-04-135-0/+79
| | | | | | | | | | | | | | | | | | beliefs, were being expelled by the Catholic Church out of the Languedoc region in France. One of them, called Jean Raymond, found an old church in which to hide, not knowing that beneath its ruins lay buried an ancient evil. A style close to Spectrum ZX, with its dark background and bright colors, proper fit with the story, because it does look old and somewhat horrifying. Also, the gameplay is direclty inspired by Manic Miner and Jet Set Willy. WWW: https://github.com/nevat/abbayedesmorts-gpl http://locomalito.com/abbaye_des_morts.php Notes: svn path=/head/; revision=383962
* - Update WWWDmitry Marakasov2015-04-132-2/+3
| | | | | | | | - Add LICENSE_FILE - Clarify package hugeness Notes: svn path=/head/; revision=383948
* Typo: unbreak build if ENV is set for sh(1)Jan Beich2015-04-131-1/+1
| | | | Notes: svn path=/head/; revision=383922
* Add new port games/openborJan Beich2015-04-136-0/+337
| | | | | | | | | | | | | | PR: 196657 Reviewed by: games (danfe, partial of earlier version) Approved by: bapt (mentor, earlier version) OpenBOR is a continuation of the Beats Of Rage 2D game engine, which was originally created by Senile Team. WWW: http://www.chronocrash.com Notes: svn path=/head/; revision=383919
* - Add CPE infoDmitry Marakasov2015-04-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=383917
* games/megaglest: Fix code to allow Clang to build it againJohn Marino2015-04-132-6/+22
| | | | | | | | | | | Not only was the previous commit unsavory, it didn't work due to conflict between libc++ and libstdc++. The added patch from miniz upstream fixes the breakage. Suggested by: jbeich Notes: svn path=/head/; revision=383899
* Mark BROKEN: not converted to USES=gnustepAntoine Brodin2015-04-121-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=383856
* games/megaglest: Unbreak on F10+ with an unsavory solutionJohn Marino2015-04-121-2/+6
| | | | | | | | | | | | | | | | | | | | Megaglest cannot be built under c++11 standard from the latest clang. It catches a narrowing error. The real solution is to fix the c++ code (it wasn't the only problem, but the first to trigger an error over a warning). The c++11 standard is required for wx, so it can't be unspecified. It turns out that gcc48 will not catch the error that clang does so the temporary fix is to require gcc48 for all FreeBSD releases. This may work for gcc49 as well, but it's likely that gcc5 will also catch the bug and break. So the unsavory short-term solution is to require GCC to build megaglest, but the long term fix is either patch the code or hopefully update to new version when upstream fixes the bug (then USE_GCC can be removed). Reported by: amdmi3 Notes: svn path=/head/; revision=383843
* - Fix build on < 10.x after wxgtk30 updateDmitry Marakasov2015-04-121-0/+1
| | | | Notes: svn path=/head/; revision=383835
* - Remove debug printfDmitry Marakasov2015-04-122-3/+2
| | | | | | | Noticed by: danfe Notes: svn path=/head/; revision=383834
* - Fix build on < 10.x after wxgtk30 updateDmitry Marakasov2015-04-112-0/+44
| | | | Notes: svn path=/head/; revision=383789
* Remove expired ports:Rene Ladan2015-04-107-193/+0
| | | | | | | | 2015-04-10 games/airstrike: never completed, alpha quality, dev site and repo do not resolve 2015-04-08 www/trac-batchmodify: This functionality was merged into Trac since version 1.0 Notes: svn path=/head/; revision=383758
* - Fix build on < 10.x after wxgtk30 updateDmitry Marakasov2015-04-101-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=383754
* Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsJohn Marino2015-04-101-0/+1
| | | | | | | The breakage was a result of moving wxgtk30 to c++11 from c++01 Notes: svn path=/head/; revision=383750
* Mini gnome update. Next stop GNOME 3.16!Koop Mast2015-04-103-3/+4
| | | | | | | | | | | | | | | | | Update rhythmbox to 3.2. Update gnome-tweak-tool to 3.14.3. Update gnome-mines to 3.14.2. Update eog to 3.14.4. Update geary to 0.10.0. Update tracker to 1.2.6. Update gdm to 3.14.2. Update gtk30 to 3.14.12. Update gtksourceview3 to 3.14.4. Obtained from: GNOME dev repo Notes: svn path=/head/; revision=383723
* Convert to USES=gnustepBaptiste Daroussin2015-04-101-4/+2
| | | | Notes: svn path=/head/; revision=383700
* - Update to 4.5.9Frederic Culot2015-04-096-14/+15
| | | | | | | Changes: http://www.tomenet.eu/phpBB3/viewtopic.php?f=4&t=58&p=1953#p1953 Notes: svn path=/head/; revision=383634
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-0910-43/+20
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* - Add LICENSEDmitry Marakasov2015-04-081-1/+4
| | | | | | | - Add CPE info Notes: svn path=/head/; revision=383603
* - Update to 3.11Frederic Culot2015-04-082-4/+3
| | | | | | | Changes: http://www.catb.org/~esr/greed/NEWS Notes: svn path=/head/; revision=383565
* Reclaim maintainership of ports that I still use regularly, but decided toAlexey Dokuchaev2015-04-071-1/+1
| | | | | | | | | | | | | | | relinquish at some point to allow contributions coming more easily (not to impose hard lock). These days, there is no reason to yield maintainership with the more lax rules and general consensus that casual changes do not necessarily require explicit approval from maintainer prior to commit. On the other hand, unmaintained ports can give (arguably false) impression of being unwanted and one step above deprecation, yet these ports are not. Inspired by: marino Notes: svn path=/head/; revision=383512
* Remove last occurences of USE_BZIP2Baptiste Daroussin2015-04-071-2/+1
| | | | Notes: svn path=/head/; revision=383497
* - Update to version 1.5.0, fixup optional persistent password saving patchAlexey Dokuchaev2015-04-074-21/+20
| | | | | | | | | - Replace references to PORTVERSION with DISTVERSION throughout Makefile to make testing of beta- and RC-versions easier (e.g., just set DISTVERSION= 1.x.y-RCz and go) Notes: svn path=/head/; revision=383488
* - OPTIONize port, use OPTIONS_SUBDmitry Marakasov2015-04-062-51/+42
| | | | | | | | | | | | - Make CDROM checks set IGNORE instead of failing the installation - Remove @dirrm* from plist PR: 198000 Submitted by: amdmi3 Approved by: maintainer timeout (scf, 5 weeks) Notes: svn path=/head/; revision=383398
* - Update to 0.0.6.5Dmitry Marakasov2015-04-055-44/+24
| | | | Notes: svn path=/head/; revision=383299
* Unbreak INDEXAntoine Brodin2015-04-051-2/+2
| | | | Notes: svn path=/head/; revision=383271
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkJohannes Jost Meixner2015-04-054-17/+6
| | | | | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=383259
* Convert to new USE_GITHUBPawel Pekala2015-04-042-3/+2
| | | | Notes: svn path=/head/; revision=383202
* - Add CPE infoDmitry Marakasov2015-04-041-1/+3
| | | | Notes: svn path=/head/; revision=383183
* Convert kde@ ports to USES=metaport.Raphael Kubo da Costa2015-04-031-4/+1
| | | | | | | Submitted by: alonso@ Notes: svn path=/head/; revision=383168
* - Update to version 1.5.3.28Marcus von Appen2015-04-032-3/+3
| | | | Notes: svn path=/head/; revision=383149
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-6/+1
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Drop always-false OSVERSION conditionDmitry Marakasov2015-04-031-7/+1
| | | | Notes: svn path=/head/; revision=383079
* - Add LICENSEDmitry Marakasov2015-04-021-3/+6
| | | | | | | | - Add desktop-file-utils as suggested by portlint - Remove useless -pthread addition Notes: svn path=/head/; revision=382979
* - Remove unneeded -pthread replaceDmitry Marakasov2015-04-011-3/+0
| | | | Notes: svn path=/head/; revision=382947
* games/gottet: update 1.0.6 -> 1.1.1Bartek Rutkowski2015-04-013-40/+40
| | | | | | | | | | - Switch to QT5 PR: 197432 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=382946
* - Add LICENSEDmitry Marakasov2015-04-011-1/+5
| | | | | | | - Add USES=desktop-file-utils as suggested by portlint Notes: svn path=/head/; revision=382925
* - Remove useless libs tamperingDmitry Marakasov2015-04-013-11/+20
| | | | | | | - Fix build on DragonFly Notes: svn path=/head/; revision=382924
* - Add LICENSEDmitry Marakasov2015-04-011-8/+7
| | | | | | | | - Remove useless -pthread - Simplify docs installation Notes: svn path=/head/; revision=382923
* - Remove unneeded -pthreadDmitry Marakasov2015-04-012-6/+2
| | | | | | | - Modernize plist Notes: svn path=/head/; revision=382921
* games/freedoko: update 0.7.12 -> 0.7.13Bartek Rutkowski2015-04-013-1589/+19
| | | | | | | | | | - Delete obsolete patch PR: 197431 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=382919
* - Fix build on DragonFlyDmitry Marakasov2015-04-013-1/+23
| | | | | | | - Strip binary Notes: svn path=/head/; revision=382915
* - Fix build on DragonFlyDmitry Marakasov2015-04-012-1/+12
| | | | Notes: svn path=/head/; revision=382914
* - unbreak, add mirrorsJason Helfman2015-04-011-3/+3
| | | | | | | | | | MFH: 2015Q1 PR: 199057 Submitted by: lightside@gmx.com Approved by: sec@42.org (maintainer) Notes: svn path=/head/; revision=382889