Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8012_6 30 Jan 2025 06:45:56 |
Alexey Dokuchaev (danfe) |
games/{quake2lnx,r1q2}: unbreak the build after src commit 660331da7a
Reported by: pkg-fallout |
8012_6 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8012_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8012_5 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 ) |
8012_5 23 Nov 2021 13:55:08 |
Alexey Dokuchaev (danfe) |
games/r1q2: unbreak the build on recent -CURRENT
Something had been changed in our toolchain which broke linking of this
port because `SV_FixPlayerSkin' symbol became undefined. This function
was annotated as `__inline', change it to `static' to unbreak the build
as it is defined and called within a single file only.
While here, remove unsupported optimization flag from the CFLAGS.
Reported by: pkg-fallout |
8012_5 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 |
8012_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8012_4 31 Aug 2020 04:00:21 |
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 |
8012_4 05 May 2020 12:51:31 |
danfe |
Unbreak and undeprecate by providing working master sites. |
8012_4 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
8012_4 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
8012_4 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. |
8012_4 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
8012_4 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 |
8012_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
8012_3 03 Jan 2016 09:54:09 |
pawel |
Switch to USES=execinfo
PR: 205296
Submitted by: myself
Approved by: maintainer timeout |
8012_3 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
8012_3 25 Mar 2015 23:00:51 |
marino |
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
8012_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
8012_2 25 Dec 2014 13:57:08 |
bapt |
Properly support png 1.5 |
8012_2 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 ) |
8012_1 31 Oct 2014 19:51:57 |
bapt |
Simplify plist |
8012_1 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) |
8012 08 Jul 2014 08:14:51 |
danfe |
- Update to build 8012 (the latest official release to date)
- Modernize LIB_DEPENDS; guard dependency on `devel/libexecinfo' with
!exists(/usr/include/execinfo.h)
- Add missing FLAVOR_DESC knob; stagify and reclaim the port
- Remove BROKEN statement on sparc64, let's give it another try
- Update MASTER_SITES and WWW line in the port description text |
7904_5 02 Jul 2014 18:22:39 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
7904_5 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
7904_5 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 |
7904_5 17 Mar 2013 15:22:02 |
danfe |
- Trim old-school Makefile header per recent agreement
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Prefer more explicit "gl" to simple "yes" in USE_GL
- Drop shlib ABI versions from LIB_DEPENDS while here |
7904_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
7904_4 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 |
7904_3 31 Aug 2011 15:28:51 |
danfe |
Grab remaining Quake2 ports; expand alepulver's name in Makefile header. |
7904_3 30 Aug 2011 13:33:46 |
skreuzer |
Correct typo in COMMENT field |
7904_3 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
7904_3 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
7904_3 11 Oct 2010 03:18:03 |
alepulver |
- Add ONLY_FOR_ARCHS, as it uses a bit of FPU specific i386/amd64 code. |
7904_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
7904_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
7904_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
7904 06 Feb 2009 18:36:57 |
alepulver |
- Update to version 7904. |
7736 10 Dec 2008 07:35:19 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
7736 03 Jun 2008 22:35:25 |
alepulver |
- Update to version 7736. |
7587_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
7587 29 Jan 2008 04:27:20 |
alepulver |
- Update to version 7587. |
7431 12 Dec 2007 05:18:19 |
alepulver |
- Update to version 7431. |
7392 29 Sep 2007 00:52:43 |
alepulver |
- Update to version 7392.
Reported by: Steve Crowder <steve@crowders.org> |
7322_1 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}. |
7322 23 Apr 2007 22:22:51 |
alepulver |
- Update to version 7187 [1].
- Remove FreeBSD 4.x support.
Reported by: Steve Crowder <steve@crowders.org> |
7187 16 Feb 2007 04:20:40 |
alepulver |
- Update to version 7187.
Reported by: Steve Crowder <steve@crowders.org> |
6990 14 Jan 2007 22:27:40 |
alepulver |
- Update to version 6990.
- Fix wrong error message in net_udp.c (accidentaly introduced by me when
disabling the Linux code).
Reported by: Steve Crowder <steve@crowders.org> |
6974 13 Jan 2007 03:09:20 |
alepulver |
- Update to version 6974.
- Fix security vulnerability in the new icmp error handling code (does not
affect FreeBSD since that code is Linux specific and was disabled) [1].
Reported by: Steve Crowder <steve@crowders.org>
Security: http://www.r1ch.net/forum/index.php?topic=106.msg6601#msg6601
[1] |
6964 10 Jan 2007 22:48:39 |
alepulver |
- Fix building on sparc64 (and probably !i386).
Reported by: pointyhat |
6964 29 Dec 2006 20:15:45 |
alepulver |
- Update to version 6964. |
6908 22 Dec 2006 03:53:10 |
alepulver |
- Update to version 6908. |
6557_4 13 Dec 2006 12:41:36 |
roam |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
6557_3 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) |
6557_2 15 Sep 2006 19:11:28 |
alepulver |
- Try to fix building on sparc64 (add #ifdef __i386__).
Reported by: pointyhat |
6557_2 28 Jul 2006 22:59:40 |
alepulver |
- Bump PORTREVISION.
- Don't build game.so by default (provided by "games/quake2-data"). |
6557_1 22 Jul 2006 18:53:38 |
alepulver |
- Add more OPTIONS (allow selecting more components to build or not).
- Fix pkg-plist (missing entry).
- Bump PORTREVISION. |
6557 24 Jun 2006 15:00:40 |
alepulver |
- Make fetchable (patch disappeared from PATCH_SITES, so I mirrored it). |
6557 21 May 2006 21:35:19 |
alepulver |
R1Q2 is an enhanced client/server for Quake II. Based on the id Software 3.21
source, rather than concentrate on fancy graphics, embedded MP3 players and
other "gimmick" features, R1Q2 is focused on providing stability, security and
speed whilst remaining fully compatible with existing mods and other clients.
WWW: http://www.r1ch.net/stuff/r1q2/
Approved by: garga (mentor) |