Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2005.12.26_14 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2005.12.26_13 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 ) |
2005.12.26_13 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2005.12.26_13 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 |
2005.12.26_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2005.12.26_12 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. |
2005.12.26_12 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
2005.12.26_12 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 |
2005.12.26_11 31 Mar 2017 09:13:12 |
danfe |
Make sure `games/cake' runs OK on amd64 (and possibly other 64-bit
architectures):
- Console::SetFontSize() method calls Console::Recalculate_NLines()
which might access ConsoleLines[] array before it is constructed,
Recalculate_NLines() is explicitly called after ConsoleLines[] is
allocated and populated, so just comment out problematic call in
SetFontSize(); it is called only once anyway (the problem did not
exhibit itself on i386 for some reason);
- The code assumes that sizeof(long) == 4 in too many places, e.g.
in on-disk file format layouts and such. Fixing all structures
would be too much trouble; instead, simply replace those long's
with int's, [un]signed as appropriate. |
2005.12.26_10 06 Mar 2017 08:51:07 |
danfe |
Unbreak the build against Clang 4.0.
PR: 216629 |
2005.12.26_10 16 Jan 2017 16:47:00 |
mat |
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029 |
2005.12.26_10 08 Dec 2016 16:39:11 |
tijl |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2005.12.26_9 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
2005.12.26_9 20 Nov 2016 13:36:50 |
marino |
games/cake, net/(wident|wiz|opensips): Document ncurses requirement
Approved by: ncurses blanket |
2005.12.26_9 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2005.12.26_9 02 Mar 2015 23:26:43 |
bapt |
Remove Author from pkg-descr and white space fixes |
2005.12.26_9 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) |
2005.12.26_8 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2005.12.26_8 16 Apr 2014 18:28:50 |
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 |
2005.12.26_7 18 Nov 2013 06:00:29 |
danfe |
- Modernize LIB_DEPENDS syntax, sort the knobs
- Stagify, cleanup patch-Makefile, drop MAKE_ARGS |
2005.12.26_7 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2005.12.26_7 12 Sep 2012 14:10:29 |
danfe |
Beautify port description and provide author name since WWW page is gone. |
2005.12.26_7 12 Sep 2012 11:10:11 |
danfe |
- Fix segmentation fault due to inclusion of outdated JPEG header
- Remove ABI shlib version from LIB_DEPENDS, define LICENSE
- Sort out knobs, throw in a few comments, augment COMMENT
- Remove dead master site from Makefile and port description |
2005.12.26_6 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
2005.12.26_5 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
2005.12.26_5 06 Jul 2010 18:16:31 |
rene |
- Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by: tabthorpe (mentor)
Feature safe: yes |
2005.12.26_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2005.12.26_4 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
2005.12.26_3 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
2005.12.26_2 23 Jul 2008 08:41:40 |
danfe |
- Convert to OPTIONS
- Patch things in post-patch target, not in post-extract
- Wrap one overly long line |
2005.12.26_2 19 Apr 2008 17:56:05 |
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) |
2005.12.26_2 21 Mar 2008 13:18:09 |
danfe |
- Drop USE_X_PREFIX
- Clean up pkg-message and Makefile |
2005.12.26_2 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}. |
2005.12.26_1 03 Oct 2006 22:52:25 |
danfe |
Mute the whole target, otherwise comment will show up. |
2005.12.26_1 03 Oct 2006 20:34:47 |
danfe |
Fix the build with yet-to-come GCC. |
2005.12.26_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2005.12.26_1 25 Jan 2006 15:27:29 |
danfe |
Store distfile locally since build cluster sometimes timeouts while
trying to fetch it.
Reported by: pointyhat |
2005.12.26_1 16 Jan 2006 00:07:03 |
pav |
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Repocopied by: marcus |
2005.12.26_1 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
2005.12.26 27 Dec 2005 14:16:08 |
danfe |
Simplify (and beautify) URLs. |
2005.12.26 27 Dec 2005 14:10:18 |
danfe |
Update to 2005.12.26, which incorporates some of our patches. |
2005.10.23 27 Dec 2005 14:03:31 |
danfe |
Get rid of really simple patch, save an inode. |
2005.10.23 09 Dec 2005 13:53:11 |
danfe |
Adjust description to closer match the reality. |
2005.10.23 09 Dec 2005 10:03:05 |
danfe |
- Update to 2005.10.23
- Allow to build with nVidia libGL
- Respect CXX
- Add SHA256 checksum |
2004.07.09 27 Aug 2004 08:46:33 |
danfe |
Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use. They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.
Approved by: fjoe (mentor) |
2004.07.09 30 Jul 2004 09:59:21 |
krion |
Add cake 2004.07.09,
Cake is pretty advanced Quake III Arena map viewer. It
features BSP support, multiple viewports, sound, models,
record/playback demo support and plenty more. Right now, sound
support is disabled since cake uses FMOD library which is not
available on FreeBSD. I hope to resolve this issue in the
future though.
PR: ports/69738
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> |