Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.40.1_21 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.40.1_20 08 Jul 2023 19:05:14 |
Alexey Dokuchaev (danfe) |
games/qudos: try to unbreak the port's build against Clang 16
While here, remove compiler flags `-fomit-frame-pointer' and
`-funroll-loops': the effect of the former is minuscule these
days (but it still breaks debugging) and for the latter, one
should let the [modern] compiler decide which loops to unroll
and when; forcing it will most likely yield larger and slower
code due to instruction cache misses.
Last but not least, make some private functions in the OpenGL
renderer static and define LICENSE (GPLv2 or later).
Reported by: pkg-fallout |
0.40.1_20 11 May 2023 05:24:02 |
Alexey Dokuchaev (danfe) |
games/qudos: do not patch the top GPL comment in two *.c files. |
0.40.1_20 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.40.1_20 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.40.1_19 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.40.1_19 04 Feb 2021 17:13:04 |
jbeich |
games/qudos: unbreak with libglvnd
src/unix/gl_glx.c:54:10: fatal error: 'X11/extensions/xf86vmode.h' file not
found
#include <X11/extensions/xf86vmode.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 246767 exp-run) |
0.40.1_19 29 Aug 2020 14:44:56 |
danfe |
- Remove -O3 and unsupported -fexpensive-optimizations from CFLAGS
- Add -fcommon to unbreak the build against Clang 11 and GCC 10
Reported by: pkg-fallout |
0.40.1_19 05 May 2020 12:51:31 |
danfe |
Unbreak and undeprecate by providing working master sites. |
0.40.1_19 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.40.1_19 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
0.40.1_19 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.40.1_19 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.40.1_18 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.40.1_18 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.40.1_18 16 Jan 2015 20:14:52 |
amdmi3 |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
0.40.1_18 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.40.1_17 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.40.1_17 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
0.40.1_16 10 Sep 2014 20:50:37 |
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) |
0.40.1_15 11 Jul 2014 12:48:03 |
danfe |
- Unbreak the build against Clang
- Point MASTER_SITES to a working mirror
- Modernize LIB_DEPENDS syntax
- Stagify, cleanup, and reclaim |
0.40.1_15 02 Jul 2014 18:22:39 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
0.40.1_15 29 May 2014 14:35:01 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
0.40.1_15 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.40.1_15 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.40.1_15 26 Jul 2013 23:52:02 |
bapt |
Chase audio/arts removel |
0.40.1_15 17 Mar 2013 16:54:51 |
danfe |
- Trim old-school Makefile header per recent agreements
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Use more explicit "gl" or "glu" to simple "yes" in USE_GL
- Drop shlib ABI versions from LIB_DEPENDS
- Mute MKDIR's, generally cleanup Makefiles
- Synchronize GAME_DESC description text between ports |
0.40.1_15 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.40.1_14 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.40.1_13 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.40.1_12 31 Aug 2011 17:29:32 |
danfe |
Grab two more Quake2 ports; canonicalize Makefile header. |
0.40.1_12 31 Aug 2011 17:20:54 |
danfe |
Fix some noticed misspellings of the word `enhanced' in ports under `games'
category.
Reported by: crees |
0.40.1_12 30 Aug 2011 13:33:46 |
skreuzer |
Correct typo in COMMENT field |
0.40.1_12 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.40.1_12 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
0.40.1_12 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.40.1_11 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.40.1_10 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.40.1_9 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.40.1_8 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.40.1_7 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.40.1_6 14 Sep 2007 01:16:49 |
alepulver |
- Bump PORTREVISION.
- Remove FreeBSD 4.x support (USE_GCC=3.4+).
- Fix various sound problems, including crashes [1].
Obtained from: games/q2p [1] |
0.40.1_5 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.40.1_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.40.1_3 05 Jan 2007 16:34:03 |
alepulver |
- Forgot a !WITHOUT_GAME -> WITH_GAME. |
0.40.1_3 05 Jan 2007 16:18:16 |
alepulver |
- Only define USE_GL when needed.
- Fix OPTIONS handling for GAME (was turned off by default some time ago). |
0.40.1_2 30 Dec 2006 14:03:45 |
alepulver |
- Fix the game keeping running in a loop before exiting (not doing it at all).
Obtained from:
http://svn.quakedev.com/viewcvs.cgi/qudos/trunk/src/unix/sys_unix.c?view=log
(was backed out in release) |
0.40.1_3 30 Dec 2006 13:26:28 |
alepulver |
- Avoid creating a "baseq2" subdirectory in the current directory.
- Use GCC 3.4+ instead of 3.2+ (because it is supported in more platforms).
- Bump PORTREVISION. |
0.40.1_2 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
0.40.1_1 29 Jul 2006 19:59:36 |
alepulver |
- Bump PORTREVISION.
- Add a GAME option (disabled by default, because original game.so is provided
by "games/quake2-data").
- Follow rules in "games/quake2-data/Makefile.include": fix search path
handling. |
0.40.1 03 Jul 2006 01:54:07 |
alepulver |
- Make fetchable (author renamed QuDos.pk3 to match with program version). |
0.40.1 21 Jun 2006 19:07:15 |
alepulver |
- Update to version 0.40.1.
- Make fetchable. |
0.40 08 Jun 2006 18:49:58 |
alepulver |
Enhaced OpenGL only Quake II engine.
WWW: http://qudos.quakedev.com/ |