Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20201221_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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) |
20201221_1 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 ) |
20201221_1 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 ) |
20201221_1 31 Aug 2021 09:23:29 |
Bernhard Froehlich (decke) |
games/sauerbraten: Add CPE information
Approved by: portmgr (blanket) |
20201221_1 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 |
20201221 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20201221 13 Jan 2021 03:20:01 |
pkubaj |
games/sauerbraten: fix build on GCC architectures
In file included from engine/rendermodel.cpp:28:
engine/md2.h: In constructor 'md2::md2(const char*)':
engine/md2.h:74: error: class 'md2' does not have any field named 'vertloader'
engine/md2.h:74: error: no matching function for call to
'vertloader<md2>::vertloader()'
engine/vertmodel.h:433: note: candidates are: vertloader<MDL>::vertloader(const
char*) [with MDL = md2]
engine/vertmodel.h:432: note: vertloader<md2>::vertloader(const
vertloader<md2>&)
MFH: 2021Q1 |
20201221 29 Dec 2020 02:14:25 |
acm |
- Update to 20201221 |
20130203_4 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
20130203_4 05 Nov 2019 22:21:16 |
zeising |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
20130203_4 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
20130203_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 |
20130203_3 04 Jun 2015 11:29:48 |
amdmi3 |
- Disable precompiled headers to fix build with old gcc on -current kernel
- Regenerate patch with make-patch
MFH: 2015Q2 |
20130203_3 15 Mar 2015 11:51:07 |
jbeich |
Improve style, consistency and fix minor issues in Cube-based ports
- Convert to option helpers
- Drop unused libGLU dependency (except for games/cube)
- Track direct dependency on libX11 (for XFetchBytes)
- Drop redundant MKDIR before COPYTREE_* macros [1]
- Wrap cd related commands with parentheses [1]
- Wrap lines exceeding 80 characters
- Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube)
and catch regressions early [1]
- games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer
- games/assaultcube: drop unused gettext-tools dependency [1]
- games/assaultcube: convert to PLIST_DIRS [1]
- games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp
file to fix "invalid source encoding" warning [1] (Only the first 15 lines of the commit message are shown above ) |
20130203_2 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
20130203_2 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
20130203_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 ) |
20130203_1 28 Nov 2014 11:18:16 |
amdmi3 |
- Add empty directory to plist |
20130203_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) |
20130203 18 Aug 2014 22:10:40 |
antoine |
Remove a few remaining NOPORTDATA
With hat: portmgr |
20130203 09 Jul 2014 15:55:43 |
vanilla |
1: Stagify.
2: switch to USES=tar:bzip2.
3: fix WWW line.
Approved by: portmgr@ (blanket) |
20130203 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
20130203 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) |
20130203 25 Jan 2014 22:02:50 |
rakuco |
- Fix the build on 10 and beyond.
Since r253839 ld(1) behaves more strictly and does not pull in indirect
shared library dependencies (in this case, libX11.so). Upstream correctly
has -lX11 in the linker line, but r315151 removed this section in
patch-src_Makefile.
Based on a patch by Jan Henrik Sylvester <me@janh.de> in [1].
- While here, convert USE_GMAKE=yes to USES=gmake.
PR: ports/185033 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
Approved by: maintainer timeout (37 days)
MFH: 2014Q1 |
20130203 22 Oct 2013 10:34:29 |
bdrewery |
- Allow package building, pointyhat is no more.
With hat: portmgr |
20130203 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20130203 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
20130203 24 Mar 2013 19:11:38 |
acm |
- Update to 20130203
- Add LICENSE info
- Add DESKTOP_ENTRIES
- OptionsNG
PR: 174989
Submitted by: Sender Ghost <lightside at safebox.ru> |
20100728_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20100728_1 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 |
20100728 23 Jan 2011 21:11:38 |
pav |
- Disallow on pointyhat due to the general hugeness
Feature safe: yes |
20100728 20 Jan 2011 15:37:47 |
pav |
- Update to 20100728
PR: ports/152316
Submitted by: Sender Ghost <lightside@safebox.ru>
Approved by: maintainer timeout (acm; 2 months)
Feature safe: yes |
20090504_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20090504_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20090504_2 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) |
20090504_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
20090504_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 |
20090504 09 May 2009 12:19:58 |
amdmi3 |
- Update to 20090504
PR: 134382
Submitted by: myself
Approved by: acm (maintainer, private email) |
20080617 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20080617 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
20080617 29 Jun 2008 20:34:11 |
amdmi3 |
- Commit forgotten patch
Reported by: itetcu (QA Tindy)
Approved by: miwi (mentor) |
20080617 29 Jun 2008 17:46:39 |
amdmi3 |
- Update to 20080617
- Simplify do-install target (install all data, instead of picking specific
extensions - no actual need for that)
- Fix plist for WITHOUT_CLIENT and WITHOUT_DEDICATED cases
PR: ports/124959
Approved by: acm (maintainer; via irc), miwi (mentor) |
20071222_1 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) |
20071222_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
20071222 17 Feb 2008 11:22:51 |
miwi |
- Update to 20071222
PR: 119793
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout |
20070415 04 Oct 2007 01:02:44 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
20070415 26 Sep 2007 01:03:39 |
edwin |
[patch] games/sauerbraten update
Upgrade of sauerbraten to the new 2007 spring edition
PR: ports/112511
Submitted by: Sam Stein <scs@b1tt3r.org>
Approved by: maintainer timeout |
20061204_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}. |
20061204 29 Dec 2006 18:22:15 |
acm |
- Update to 20061204
- Respect CXX |
20060912_1 06 Nov 2006 18:19:46 |
acm |
- Use the correct way to check the default options on Makefile
PR: ports/105004
Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru> |
20060912_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) |
20060912 16 Sep 2006 17:43:31 |
acm |
- Update to 20060912
- Mark BROKEN on 4.x
Approved by: garga (mentor,implicit) |
20060722 14 Aug 2006 15:29:20 |
acm |
- Update to 20060722 [2]
- Fix building on 4.x and 7.x. [1]
- Allow building only the client/server part through OPTIONS. [1]
- Fix wrapper scripts: pass parameters to the real executables. [1]
- Respect SDL_CONFIG. [1]
- Clean-up. [1]
PR: 101116
Submitted by: alepulver [1]
Reviewed by: me [2]
Approved by: garga (mentor) |
20060611 23 Jul 2006 02:45:24 |
acm |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
20060611 03 Jul 2006 14:49:46 |
arved |
Mark BROKEN on CURRENT
Reported by: pointyhat |
20060611 15 Jun 2006 12:33:41 |
arved |
Update to 20060611
Removed UXE_X_PREFIX
PR: 98928
Submitted by: maintainer |
20060426 08 May 2006 18:43:59 |
arved |
Update to 20060426
PR: 96935
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |
20060320 30 Apr 2006 10:25:12 |
lawrance |
Add Sauerbraten, a first person shooter based on Cube.
PR: ports/92712
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |