aboutsummaryrefslogtreecommitdiff
path: root/games/gtkradiant
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to Python-threeish SCons.Alexey Dokuchaev2020-10-234-27/+203
| | | | Notes: svn path=/head/; revision=553100
* Ensure that there is only one variable definition per each object, asAlexey Dokuchaev2020-10-155-2/+102
| | | | | | | | | | the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout Notes: svn path=/head/; revision=552406
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* Fix build with scons 3.1.2Sunpoet Po-Chuan Hsieh2020-05-252-17/+198
| | | | Notes: svn path=/head/; revision=536496
* Unbreak against Clang 10 and Python 3.Alexey Dokuchaev2020-03-133-4/+19
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=528376
* Deprecate a few portsAntoine Brodin2020-02-231-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526925
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Avoid using `sys/dir.h' to make the port look less abandonware.Alexey Dokuchaev2019-06-241-0/+5
| | | | | | | Obtained from: games/netradiant (r504802) Notes: svn path=/head/; revision=505014
* These ports now build on aarch64.Mark Linimon2019-05-031-2/+0
| | | | | | | | | | Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run Notes: svn path=/head/; revision=500752
* games/gtkradiant: unbreak with libc++ 8Jan Beich2019-03-041-0/+10
| | | | | | | | | | | | | | | In file included from plugins/archivepak/plugin.cpp:24: In file included from include/iarchive.h:25: In file included from /usr/include/c++/v1/cstddef:38: include/version:1:1: error: expected unqualified-id 1.5.0 ^ PR: 236192 Approved by: portmgr blanket Notes: svn path=/head/; revision=494556
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Because of linking to libgraphite2, a C++11-compatible compiler is necessary.Mark Linimon2018-11-052-3/+13
| | | | | | | | | | | | | Also, GCC needed an additional include. While here, pet portlint. PR: 232003 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=484217
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456050
* - Fix build with clang 3.9Dmitry Marakasov2016-11-252-0/+24
| | | | | | | | PR: 214650 Approved by: portmgr blanket Notes: svn path=/head/; revision=427115
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426084
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix broken communication with external tools (e.g. q2map): GtkRadiant'sAlexey Dokuchaev2015-04-234-5/+43
| | | | | | | | | | | | | | | | | | | network library (libs/l_net) defines its own struct sockaddr_s, which has single ``short sa_family'' field instead of ``unsigned char sa_len'' and ``sa_family_t sa_family'' of struct sockaddr; this, in turn, causes problems when sockaddr_s objects bogusly used as sockaddr ones, e.g.: connect(4, { sa_len = 2, sa_family = 0, ...) ERR#47 'Address family not supported by protocol family' - Fix missing main window icon by calling pixbuf_new_from_file_with_mask() with correct filepath - Since these changes are likely to improve GtkRadiant user's experience, tentatively bump port revision - Fix comment indentation in `radiant/treemodel.cpp' (broken in r384527) Notes: svn path=/head/; revision=384550
* - Fix build on 64 bit architectures (cast from pointer to int loses precision)Dmitry Marakasov2015-04-222-45/+8
| | | | | | | | | | - Drop @dirrm* from plist - Add empty directories to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=384527
* Oops, incomplete version of the patch was committed in r384239.Alexey Dokuchaev2015-04-181-9/+31
| | | | Notes: svn path=/head/; revision=384241
* - Fix the build against modern libpng (do not try to access private data)Alexey Dokuchaev2015-04-185-32/+72
| | | | | | | | | | | | | | | | - Clang insists that reference cannot be bound to dereferenced null pointer in well-defined C++ code (that is correct) and evaluates comparisons like &foo == 0 to false, which breaks GtkRadiant; "fix" this with a dirty hack by casting those "bad" references to a local volatile int variable - Remove no longer required and no-op -lpthread vs. -pthread patch hunk - Report operating system and correct compiler version in the About dialog - When fixing annoying "GtkSpinButton: setting an adjustment with non-zero page size is deprecated" warnings, replace find(1) with grep(1) to narrow down initial search results and, subsequently, sed(1) furiousness - Omit port revision bump as the port was BROKEN for quite some time Notes: svn path=/head/; revision=384239
* Mark BROKEN: Does not support modern pngAntoine Brodin2014-12-261-0/+2
| | | | Notes: svn path=/head/; revision=375652
* 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
* - Convert games/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* 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
* USES=scons, fix plistBaptiste Daroussin2014-05-272-4/+8
| | | | Notes: svn path=/head/; revision=355518
* 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
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* Unbreak the build on recent -CURRENT, where linker is more strict.Alexey Dokuchaev2014-03-012-1/+20
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=346610
* - Comment out apparently unused yet offending piece of code to unbreak theAlexey Dokuchaev2013-12-153-10/+22
| | | | | | | | | | build on amd64 (tested on MacBookPro6,2) - Unify the usage of pre/do-install targets in both ports and stagify them Reported by: pkg-fallout Notes: svn path=/head/; revision=336548
* 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
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Add a couple of missing #include <stdlib.h>'s to please contemporary Clang.Alexey Dokuchaev2013-09-122-0/+20
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=327078
* - Reduce some minor differences with `games/netradiant'; mention the latterAlexey Dokuchaev2013-09-062-7/+14
| | | | | | | | | in the port description - While here, fix annoying warnings of "GtkSpinButton: setting an adjustment with non-zero page size is deprecated" Notes: svn path=/head/; revision=326505
* - Unbreak linking with our new ld(1) by explicitly listing -lgobject-2.0 onAlexey Dokuchaev2013-09-062-8/+16
| | | | | | | | | | | | | | | the LINKFLAGS, otherwise we get this: /usr/bin/ld: invalid DSO for symbol `g_signal_connect_data' definition /usr/local/lib/libgobject-2.0.so.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (...) scons: *** [build/release/radiant.cpu] Error 1 - Replace PTHREAD_LIBS variable with '-pthread' and tidy up some superfluous LOCALBASE-related assignments while here (leftovers from X11BASE era) Notes: svn path=/head/; revision=326470
* - Attempt to unbreak the build against ClangAlexey Dokuchaev2013-09-052-7/+21
| | | | | | | | | | | - Get rid of bogus dependency on devel/py-subversion - Modernize LIB_DEPENDS syntax, copy files with -a - Add an explicit dependency on pkgconfig Reported by: pkg-fallout Notes: svn path=/head/; revision=326412
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-5/+13
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - update png to 1.5.10Dirk Meyer2012-06-013-5/+62
| | | | Notes: svn path=/head/; revision=297915
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* Clean up, add LICENSE, take maintainership.Alexey Dokuchaev2011-01-071-4/+6
| | | | Notes: svn path=/head/; revision=267479
* - Drop maintainership.Alejandro Pulver2011-01-061-1/+1
| | | | Notes: svn path=/head/; revision=267462
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+3
| | | | Notes: svn path=/head/; revision=251809
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - 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
* Bump PORTREVISION due to subversion upgrade.Lev A. Serebryakov2008-06-301-1/+1
| | | | Notes: svn path=/head/; revision=216035
* (1) Upgrade subversion to version 1.5.0.Lev A. Serebryakov2008-06-301-1/+1
| | | | | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings. Notes: svn path=/head/; revision=216025
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430