Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.61_15 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.61_15 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
0.61_15 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.61_15 21 Jul 2023 19:57:53 |
Muhammad Moinur Rahman (bofh) |
games/tuxracer: Fix build with llvm16
- Add missing DEPENDS
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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) |
0.61_15 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 ) |
0.61_15 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.61_15 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.61_14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.61_14 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.61_14 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.61_13 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.61_13 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.61_13 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.61_12 04 Dec 2014 09:24:08 |
amdmi3 |
- Add LICENSE
- Drop @dirrm* from plist |
0.61_12 25 Sep 2014 11:03:21 |
tijl |
Patch configure instead of configure.in to avoid USE_AUTOTOOLS |
0.61_12 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.61_11 04 Nov 2013 21:39:48 |
danilo |
- Add stage support
- Convert USE_TK and USE_GMAKE to USES |
0.61_11 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.61_11 13 May 2013 15:48:51 |
gahr |
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run) |
0.61_11 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.61_11 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.61_10 10 Aug 2011 16:24:58 |
ehaupt |
- Fix MASTER_SITES
- Support USE_TK
- Support COPYTREE_SHARE
PR: 159457
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.61_10 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.61_10 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
0.61_10 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.61_10 28 Oct 2010 08:46:36 |
wen |
- Pass maintainership to submitter
PR: ports/151778
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
0.61_10 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.61_10 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.61_9 15 Jun 2010 01:01:14 |
linimon |
Reset maintainer at his request.
PR: ports/147838 |
0.61_9 13 Mar 2010 20:12:16 |
pav |
- The maintainer reappeared
Requested by: the maintainer |
0.61_9 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) |
0.61_8 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
0.61_8 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 |
0.61_8 19 Sep 2009 04:19:56 |
wxs |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
0.61_8 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.61_8 17 May 2009 15:11:22 |
dhn |
- Fix build with lang/tcl85
- Bump PORTREVISION
PR: ports/134076
Submitted by: fusselbaer <e-ports@gmx.de>
Approved by: miwi (mentor implicit) |
0.61_7 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
0.61_7 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). |
0.61_6 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.61_6 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) |
0.61_6 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.61_5 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
0.61_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.61_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) |
0.61_2 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
0.61_2 14 May 2006 14:59:51 |
itetcu |
Pass maintainership to Shaun Amott <shaun@inerd.com>
PR: ports/96289
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor) |
0.61_2 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
0.61_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.61_2 10 Mar 2005 12:05:25 |
vs |
Fix mispelings of PTHREAD_{CFLAGS,LIBS}. |
0.61_2 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
0.61_2 02 May 2004 05:40:34 |
adamw |
Allow non-root/non-wheel users to access tuxracer data files.
PR: ports/66155
Submitted by: Jonathan <j.e.drews@att.net> |
0.61_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 |
0.61_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.61_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.61 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.61 28 Jan 2004 09:10:23 |
anholt |
Return to ports@ because I won't be working on FreeBSD for 3 months minimum. |
0.61 20 Jan 2004 21:18:12 |
krion |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
0.61 18 Aug 2003 01:06:33 |
anholt |
Fix compilation with new GCC (abuse of pasting in macros).
Reported by: bento |
0.61 11 Apr 2003 22:34:09 |
anholt |
Update my email address and the website for the open-source version. |
0.61 07 Mar 2003 06:03:01 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.61 30 Jul 2002 21:04:00 |
anholt |
Change email to anholt@freebsd.org and move local distfiles.
Approved by: des |
0.61 09 Jul 2002 16:27:16 |
dwcjr |
Respect CFLAGS
PR: 40199
Submitted by: maintainer |
0.61 23 May 2002 11:35:05 |
sobomax |
Unbreak on bento.
PR: 38446
Submitted by: maintainer |
0.61 17 May 2002 09:44:03 |
kris |
BROKEN: does not build |
0.61 02 Apr 2002 11:06:16 |
ijliao |
Fix compiling of tuxracer with new automake. Update email address.
PR: 36645
Submitted by: maintainer |
30 Aug 2001 03:45:38 |
dwcjr |
Fix sdl depend |
17 Aug 2001 18:49:36 |
ijliao |
upgrade to 0.61 |
10 Jul 2001 14:54:22 |
sobomax |
${PREFIX}/share/${PORTNAME} --> ${DATADIR} |
14 Jan 2001 19:49:33 |
vanilla |
yep, I forgot to add PORTREVISION, ops.. |
14 Jan 2001 19:33:02 |
vanilla |
Use --with-tcl-lib-name=tcl82, and add a fix when Mesa compile with thread
support. |
05 Jan 2001 13:19:37 |
nbm |
Add tuxracer, a 3d penguin racing game using OpenGL. |