Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 1.5.0_18
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.5.0_17
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
06 Apr 2021 14:31:07 1.5.0_16
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Oct 2020 09:54:09
1.5.0_16
|
danfe  |
Convert to Python-threeish SCons. |
15 Oct 2020 11:22:57
1.5.0_16
|
danfe  |
Ensure that there is only one variable definition per each object, as
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).
Reported by: pkg-fallout |
25 May 2020 18:33:44
1.5.0_16
|
sunpoet  |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
25 May 2020 18:32:55
1.5.0_16
|
sunpoet  |
Fix build with scons 3.1.2 |
13 Mar 2020 20:15:42
1.5.0_16
|
danfe  |
Unbreak against Clang 10 and Python 3.
Reported by: pkg-fallout |
23 Feb 2020 15:25:53
1.5.0_16
|
antoine  |
Deprecate a few ports
With hat: portmgr |
26 Jul 2019 20:46:57
1.5.0_16
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
24 Jun 2019 08:56:58
1.5.0_15
|
danfe  |
Avoid using `sys/dir.h' to make the port look less abandonware.
Obtained from: games/netradiant (r504802) |
03 May 2019 21:06:51
1.5.0_15
|
linimon  |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
04 Mar 2019 07:09:41
1.5.0_15
|
jbeich  |
games/gtkradiant: unbreak with libc++ 8
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 |
12 Dec 2018 01:35:36
1.5.0_15
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
05 Nov 2018 20:13:48
1.5.0_14
|
linimon  |
Because of linking to libgraphite2, a C++11-compatible compiler is necessary.
Also, GCC needed an additional include.
While here, pet portlint.
PR: 232003
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
11 Dec 2017 16:54:20
1.5.0_14
|
antoine  |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
25 Nov 2016 14:27:36
1.5.0_14
|
amdmi3  |
- Fix build with clang 3.9
PR: 214650
Approved by: portmgr blanket |
14 Nov 2016 06:19:30
1.5.0_14
|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2016 14:00:57
1.5.0_14
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
23 Apr 2015 07:26:10
1.5.0_14
|
danfe  |
- Fix broken communication with external tools (e.g. q2map): GtkRadiant's
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) |
22 Apr 2015 22:53:04
1.5.0_13
|
amdmi3  |
- Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist
- Add empty directories to plist
Approved by: portmgr blanket |
18 Apr 2015 17:10:27
1.5.0_13
|
danfe  |
Oops, incomplete version of the patch was committed in r384239. |
18 Apr 2015 16:29:01
1.5.0_13
|
danfe  |
- Fix the build against modern libpng (do not try to access private data)
- 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 |
26 Dec 2014 19:51:22
1.5.0_13
|
antoine  |
Mark BROKEN: Does not support modern png |
25 Dec 2014 20:54:43
1.5.0_13
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
1.5.0_12
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
20 Oct 2014 17:36:03
1.5.0_12
|
mva  |
- Convert games/ to new USES=python
Approved by: portmgr (implicit) |
10 Sep 2014 20:50:37
1.5.0_12
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
27 May 2014 13:47:59
1.5.0_11
|
bapt  |
USES=scons, fix plist |
16 Apr 2014 18:28:50
1.5.0_10
|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above ) |
10 Mar 2014 14:49:26

|
bapt  |
Convert g* to USES=zip |
01 Mar 2014 10:13:26
1.5.0_9
|
danfe  |
Unbreak the build on recent -CURRENT, where linker is more strict.
Reported by: pkg-fallout |
15 Dec 2013 15:54:18
1.5.0_9
|
danfe  |
- 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 |
20 Sep 2013 17:36:36
1.5.0_9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20 Sep 2013 12:54:55
1.5.0_9
|
bdrewery  |
SSP support has been added to ports with WITH_SSP for i386 and amd64
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 (Only the first 15 lines of the commit message are shown above ) |
12 Sep 2013 15:26:53
1.5.0_9
|
danfe  |
Add a couple of missing #include <stdlib.h>'s to please contemporary Clang.
Reported by: pkg-fallout |
06 Sep 2013 14:28:03
1.5.0_9
|
danfe  |
- Reduce some minor differences with `games/netradiant'; mention the latter
in the port description
- While here, fix annoying warnings of "GtkSpinButton: setting an adjustment
with non-zero page size is deprecated" |
06 Sep 2013 07:05:29
1.5.0_9
|
danfe  |
- 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) |
05 Sep 2013 16:33:40
1.5.0_9
|
danfe  |
- 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 |
08 Mar 2013 10:51:36
1.5.0_9
|
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
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 |
01 Jun 2012 05:26:28
1.5.0_9
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:25:36
1.5.0_8
|
ohauer  |
-remove MD5 |
07 Jan 2011 07:43:40
1.5.0_8
|
danfe  |
Clean up, add LICENSE, take maintainership. |
06 Jan 2011 19:13:42
1.5.0_8
|
alepulver  |
- Drop maintainership. |
30 Mar 2010 12:06:54
1.5.0_8
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
1.5.0_8
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.5.0_7
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
1.5.0_6
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
25 Jul 2008 14:34:52
1.5.0_5
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
30 Jun 2008 12:36:56
1.5.0_5
|
lev  |
Bump PORTREVISION due to subversion upgrade. |
30 Jun 2008 10:00:07
1.5.0_4
|
lev  |
(1) Upgrade subversion to version 1.5.0.
(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. |
06 Jun 2008 13:31:51
1.5.0_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
19 Apr 2008 17:56:05
1.5.0_3 
|
miwi  |
- 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) |
04 Oct 2007 01:02:44
1.5.0_3
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
22 Jul 2007 17:48:34
1.5.0_3
|
alepulver  |
- Fix building with GCC 4.x.
Reported by: pav |
19 May 2007 20:32:57
1.5.0_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
17 Dec 2006 20:40:16
1.5.0_2
|
alepulver  |
- Fix building with GCC 4.x.
Reported by: pointyhat |
14 Jul 2006 17:21:42
1.5.0_2
|
alepulver  |
- Integrate with bsd.scons.mk. |
11 Jul 2006 17:56:14
1.5.0_2
|
alepulver  |
- Fix wrapper script (wrong file name).
- Increment PORTREVISION. |
07 Jul 2006 22:10:48
1.5.0_1
|
alepulver  |
- Change library version of x11-toolkits/gtkglext in LIB_DEPENDS.
- Bump PORTREVISION. |
31 May 2006 01:51:05
1.5.0
|
alepulver  |
- Fix building on non-i386 architectures.
- Avoid hacking the SConstruct file, pass information through the environment. |
10 May 2006 18:35:20
1.5.0
|
alepulver  |
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) |