Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0_15 30 Jan 2025 18:49:57 |
Rene Ladan (rene) |
games/prboom: Remove expired port
2025-01-30 games/prboom: Unmaintained, use games/prboom-plus instead |
2.5.0_15 30 Dec 2024 19:57:26 |
Muhammad Moinur Rahman (bofh) |
games/prboom: Refactor
- Mark DEPRECATED as the last release was in 2008. There is a newer fork
in the tree games/prboom-plus.
- Remove LIB_DEPENDS to smpeg as it was removed and there is no src
pertaining to smpeg in the src tree
- Set EXPIRATION_DATE 2025-01-29
- Pet port{clippy|fmt}
- Refresh patches
Approved by: portmgr (blanket) |
2.5.0_14 24 Feb 2024 07:37:22 |
Muhammad Moinur Rahman (bofh) |
games/prboom: Moved man to share/man
Approved by: portmgr (blanket) |
2.5.0_13 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
2.5.0_13 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 ) |
2.5.0_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 ) |
2.5.0_13 18 Jun 2022 06:28:04 |
Jose Alonso Cardenas Marquez (acm) |
multimedia/smpeg: Revert configure patch file
* Commit 87624aab for PR #231524 has accidentally introduced two
additional patches to the configure script, breaking parts of
its workings. Revert these changes to fix the configuration.
* Bump PORTREVISION
PR: 263023
Reported by: Robert Clausecker <fuz _at_ fuz.su> |
2.5.0_12 22 Nov 2021 20:07:41 |
Dmitry Marakasov (amdmi3) |
games/prboom: fix build in 14
Fix bompilation problem on FreeBSD 14:
i_system.c:444:7: error: unknown type name 'cpu_set_t'; did you mean
'cpusetid_t'?
cpu_set_t set;
^~~~~~~~~
Approved by: portmgr blanket |
2.5.0_12 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 |
2.5.0_11 23 Apr 2021 20:56:21 |
Antoine Brodin (antoine) |
Cleanup LIB_DEPENDS |
2.5.0_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5.0_11 30 Sep 2020 11:10:02 |
se |
Fix build with -fno-common |
2.5.0_10 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
2.5.0_10 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
2.5.0_10 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 |
2.5.0_9 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.5.0_9 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.0_9 16 Jan 2015 16:55:06 |
amdmi3 |
- Drop @dirrm* from plists
Approved by: portmgr blanket |
2.5.0_9 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 ) |
2.5.0_8 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) |
2.5.0_7 15 Jul 2014 18:58:59 |
tijl |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
2.5.0_6 12 Jul 2014 17:58:07 |
rakuco |
Add a pkg-message with a few warnings.
PR: 191475
Submitted by: thiagohero501@gmail.com (maintainer) |
2.5.0_5 09 Jul 2014 19:06:35 |
tijl |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
2.5.0_4 07 May 2014 19:06:00 |
ak |
- Add license [1]
- Pass maintainership to submitter [1]
- Fix build with clang on i386 arches
PR: ports/188889 (based on) [1]
Submitted by: Thiago <thiagohero501@gmail.com> [1] |
2.5.0_3 05 Nov 2013 13:04:51 |
danilo |
- Convert the last ".if" to options helpers
Reported by: jhale |
2.5.0_3 05 Nov 2013 01:27:54 |
danilo |
- Convert LIB_DEPENDS to new syntax
- Convert USE_GMAKE to USES
- Use options helpers
- Add stage support |
2.5.0_3 29 Oct 2013 17:59:48 |
nemysis |
- Reset maintainer to ports@
PR: ports/183261
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
Approved by: pawel / wg (mentors, implicit) |
2.5.0_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.5.0_3 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
2.5.0_3 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
2.5.0_3 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
2.5.0_3 20 Jul 2012 21:30:48 |
bapt |
Remove leftovers from previous conversion to OptionsNG |
2.5.0_3 12 Jun 2012 16:35:45 |
bapt |
Convert to new options framework |
2.5.0_3 20 Feb 2012 14:25:13 |
swills |
- Fix build with new png
Submitted by: avg |
2.5.0_2 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 |
2.5.0_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.5.0_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
2.5.0_1 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
2.5.0_1 28 Oct 2010 08:46:36 |
wen |
- Pass maintainership to submitter
PR: ports/151778
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
2.5.0_1 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
2.5.0 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
2.5.0 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
2.5.0 19 Sep 2009 04:19:56 |
wxs |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
2.5.0 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
2.5.0 19 Nov 2008 14:20:20 |
amdmi3 |
- Update to 2.5.0
- While here, use SF macro
PR: 128975
Submitted by: Chess Griffin <chess at chessgriffin dot com> |
2.4.7_2 03 Sep 2008 03:39:47 |
linimon |
Reset robin.schoonover@gmail.com due to maintainer-timeouts and no
response to email.
Hat: portmgr |
2.4.7_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
2.4.7_1 02 Jan 2008 13:49:19 |
pav |
- Flip OpenGL 'on' by default
Submitted by: pfgshield-freebsd@yahoo.com
Approved by: maintainer timeout (2 weeks) |
2.4.7 14 Dec 2007 22:43:17 |
pav |
- Fix CONFIGURE_ENV (fixes build with OpenGL enabled)
PR: ports/118177
Submitted by: Andriy Gapon <avg@icyb.net.ua>
Approved by: maintainer timeout (3 weeks) |
2.4.7 13 Nov 2007 01:24:03 |
pav |
- Update to 2.4.7 (which compiles on 7.0)
PR: ports/117143
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: portmgr (self), maintainer timeout (1 month) |
2.2.6_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}. |
2.2.6_1 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) |
2.2.6 17 Nov 2005 11:56:16 |
barner |
- Integrate with "doom-data".
- Add OPTIONS.
- Use %%DOCSDIR%% in pkg-plist.
- Add SHA256
PR: ports/86447
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Robin Schoonover <robin.schoonover@gmail.com> (maintainer) |
2.2.6 05 Mar 2005 08:34:54 |
sem |
- Update to 2.2.6 (fixes build on 5.x)
- Add WITH_GL knob
- Pass maintainership to submitter
PR: ports/78430
Submitted by: Robin Schoonover <robin.schoonover@gmail.com>
Approved by: Jordan DeLong <fracture@allusion.net> (maintainer) |
2.2.2_2 26 Sep 2004 02:35:34 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.2.2_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2.2_2 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
2.2.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.2.2 20 Jan 2004 21:18:12 |
krion |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
2.2.2 04 Apr 2003 05:34:50 |
lioux |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |
2.2.2 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
2.2.2 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
2.2.2 17 Apr 2002 12:38:03 |
sobomax |
Chase increase of libSDL version number. |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
11 Nov 2001 23:20:02 |
kris |
Update to prboom 2.2.2 and respect CFLAGS |
10 Jul 2001 03:24:28 |
dwcjr |
Update to 2.2.1 |
10 Jul 2001 01:24:56 |
dwcjr |
Add prboom 2.2.0, a multiplayer-capable and modified version of ID's classic
doom game. |