Commit graph

12 commits

Author SHA1 Message Date
Alexey Dokuchaev
6fd102487a Unbreak the build on recent -CURRENT, where linker is more strict.
Reported by:	pkg-fallout
2014-03-01 10:13:26 +00:00
Alexey Dokuchaev
cc94ea99ca - Comment out apparently unused yet offending piece of code to unbreak the
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
2013-12-15 15:54:17 +00:00
Alexey Dokuchaev
d8d4744d31 Add a couple of missing #include <stdlib.h>'s to please contemporary Clang.
Reported by:	pkg-fallout
2013-09-12 15:26:52 +00:00
Alexey Dokuchaev
472be47154 - Unbreak linking with our new ld(1) by explicitly listing -lgobject-2.0 on
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)
2013-09-06 07:05:28 +00:00
Alexey Dokuchaev
f985cdfe4c - Attempt to unbreak the build against Clang
- 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
2013-09-05 16:33:40 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
Alejandro Pulver
59b7cdd252 - Fix building with GCC 4.x.
Reported by:	pav
2007-07-22 17:48:34 +00:00
Alejandro Pulver
653ff4f6f5 - Fix building with GCC 4.x.
Reported by:	pointyhat
2006-12-17 20:40:16 +00:00
Alejandro Pulver
8ed19a6761 - Fix wrapper script (wrong file name).
- Increment PORTREVISION.
2006-07-11 17:56:14 +00:00
Alejandro Pulver
a7e888c12d - Fix building on non-i386 architectures.
- Avoid hacking the SConstruct file, pass information through the environment.
2006-05-31 01:51:05 +00:00
Alejandro Pulver
8862378f79 GtkRadiant is a level design program developed by id Software and Loki
Software. It is used to create maps for a number of computer games.

GtkRadiant originated as Q3Radiant, the Quake III Arena level design tool,
which was a Windows-only application. Two major things are different in
GtkRadiant: it is based on the GTK+ toolkit, so it also works in Linux and Mac
OS X, and it's also game engine-independent, with functionality for new games
added as game packs.

GtkRadiant is an Open Source application. Source code is publicly available
from id Software's Subversion repository and new additions to the code are
covered under open source licenses. The core Q3Radiant code, however, was
originally under id Software's proprietary license. The license for both the
editor and toolset (notably Q3Map2, the BSP compiler) was changed in February
2006, and publicly released under the GPL on February 17.

WWW: http://www.qeradiant.com/

PR:		ports/93668
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
Approved by:	garga (mentor)
2006-05-10 18:35:19 +00:00