Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.4_19 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
2.10.4_18 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 |
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.10.4_18 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.10.4_18 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.10.4_18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10.4_18 03 Sep 2020 14:10:40 |
se |
Fix build with -fno-common |
2.10.4_17 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
2.10.4_17 30 Jan 2019 12:36:36 |
amdmi3 |
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change |
2.10.4_16 09 Jun 2018 16:31:29 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Fix missing dependency for WITHOUT=SDL case
- Cosmetic fixes |
2.10.4_16 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.10.4_16 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
2.10.4_15 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.10.4_14 27 Oct 2014 13:45:26 |
amdmi3 |
- Drop @dirrm* from plist |
2.10.4_14 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.10.4_13 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.10.4_12 01 Jun 2014 08:11:34 |
mva |
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed |
2.10.4_11 02 May 2014 14:16:49 |
tijl |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above ) |
2.10.4_10 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
2.10.4_10 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.10.4_10 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.10.4_10 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.10.4_10 06 May 2013 15:18:38 |
bapt |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS |
2.10.4_10 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.10.4_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.10.4_9 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.10.4_8 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.10.4_8 10 Aug 2011 16:25:19 |
ehaupt |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159463
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.10.4_8 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
2.10.4_8 02 Jul 2011 19:59:20 |
mva |
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx |
2.10.4_7 15 Oct 2010 12:55:13 |
se |
Fix packaging in the WITHOUT_SOUND case.
Rename one file that has a non-ASCII character in the distfile,
since tar complains about this name during installation. |
2.10.4_7 08 Oct 2010 16:47:57 |
se |
Fix fetching of source files and mark as no longer BROKEN. |
2.10.4_7 03 Oct 2010 08:00:20 |
erwin |
Mark BROKEN: does not fetch |
2.10.4_7 11 Aug 2010 06:57:34 |
mva |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
2.10.4_6 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.10.4_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.10.4_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.10.4_3 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.10.4_2 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
2.10.4_2 02 Aug 2009 08:35:34 |
mva |
Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.
Approved by: miwi (mentor) |
2.10.4_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.10.4 28 Feb 2009 20:18:14 |
miwi |
- Update to 2.10.4
PR: 131837
Submitted by: Ports Fury |
2.9.22_1 18 Dec 2008 02:33:39 |
linimon |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.9.22_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}. |
2.9.22 22 Jan 2006 11:40:30 |
edwin |
SHA256ify (manually checked and updated)
Approved by: krion@ |
2.9.22 30 Dec 2004 21:51:22 |
se |
Make xbsndsrv exit on pipe read errors. |
2.9.22 30 Dec 2004 11:50:50 |
se |
Fix build on RELENG_4. There is a syntax error in xblast.c, that
is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x. |
2.9.22 28 Dec 2004 18:27:47 |
se |
The original developer of xblast seems to have vanished years ago.
But now there appears to be active development, again, by a group
that has gathered patches from different sources and started to add
a number of new features.
Upgrade to xblast version 2.9.22. |
2.6.1 22 Mar 2004 23:35:18 |
se |
Add SIZE data to distinfo files.
Submitted by: trevor |
2.6.1 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. |
2.6.1 08 Sep 2002 08:41:14 |
kris |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) |
11 Dec 2000 02:48:53 |
steve |
- Handle manpage a bit more elagantly - Update WWW: line |
20 Oct 2000 22:14:33 |
se |
Fix Imakefile: There is no man page for xbsndsrv, but the imake rules require
one. The quick and dirty trick is to replace the InstallManPage macro by an
empty definition. |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |