Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20131231_10 28 Jul 2024 14:02:04 |
Alexey Dokuchaev (danfe) |
games/palomino: attempt to unbreak and thus undeprecate the port
Drop explicit types from the `std::make_pair' template argument lists
when they inhibit type deduction and compiler thus cannot find viable
candidate function template. While here, shorten one regex which was
making the line overly long so it did not fit standard terminal width. |
20131231_10 24 Jul 2024 19:06:37 |
Daniel Engberg (diizzy) |
games/palomino: Mark BROKEN, deprecate and set expiration date to 2024-08-21
Abandonware and fails to build on current versions of FreeBSD
Reported by: pkg-fallout |
20131231_10 01 Nov 2023 22:13:06 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart |
20131231_10 18 Aug 2023 02:57:10 |
Muhammad Moinur Rahman (bofh) |
games/palomino: Mark BROKEN on 14
- Fails to compile with:
error: no matching function for call to 'make_pair'
Tried to build with llvm14 and llvm without any result
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
20131231_10 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) |
20131231_9 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 ) |
20131231_9 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 ) |
20131231_9 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 |
20131231_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20131231_8 09 Dec 2019 21:07:14 |
amdmi3 |
- Move graphics/osg to graphics/osg34 in preparation for update to 3.6
PR: 230442 |
20131231_7 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
20131231_7 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
20131231_6 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
20131231_6 22 Dec 2018 02:18:44 |
linimon |
This port needs USES=compiler:c++11-lang, because of linking to libraries
linked with ports GCC on GCC-based architectures.
While here, add USES=gl.
PR: 234247
Submitted by: Piotr Kubaj |
20131231_6 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
20131231_6 01 Sep 2018 09:40:02 |
tobik |
games/palomino: Fix build with Clang 6
src/collision/collision.cc:173:44: error: no matching function for call to
'make_pair'
EVENT_COLLISION.Broadcast( std::make_pair< shptr<Object>,
shptr<Object> >( dyna.PTR(), collidable ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/utility:639:1: note: candidate function not viable: no known
conversion from 'shptr<object::Object>' to 'base::shptr<object::Object> &&' for
2nd argument
make_pair(_T1&& __t1, _T2&& __t2)
^
... and more of these in too many files to patch
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/palomino-20131231_6.log |
20131231_6 13 Mar 2018 20:10:33 |
amdmi3 |
Bump revisions after graphics/osg update |
20131231_5 10 Jul 2017 09:00:22 |
amdmi3 |
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Switch to relative symlink
Approved by: portmgr blanket |
20131231_5 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
20131231_5 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 |
20131231_4 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
20131231_3 06 May 2016 17:52:24 |
riggs |
Allow build with upcoming version of graphics/osg 3.4.0; bump PORTREVISION
PR: 209235
Submitted by: woodsb02@gmail.com |
20131231_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20131231_2 01 Jan 2016 11:49:07 |
rakuco |
Fix MASTER_SITES and unmark BROKEN. |
20131231_2 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
20131231_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 ) |
31 Oct 2014 16:11:34
|
amdmi3 |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
20131231_1 20 Oct 2014 09:03:10 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
20131231_1 05 Oct 2014 14:00:21 |
amdmi3 |
- Add LICENSE_FILE
- Drop @dirrm* from plist |
20131231_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) |
20131231 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
20131231 02 May 2014 15:44:31 |
nemysis |
Moving some games to @games
games/3dpong
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/abe
- Transfer maintainership to games@ team
- Cosmetical changes
games/abuse_sdl
(Only the first 15 lines of the commit message are shown above ) |
20131231 17 Mar 2014 21:47:40 |
nemysis |
- Use the new format for LIB_DEPENDS
- Use tar:xz instead of USE_XZ=yes |
20131231 03 Jan 2014 18:59:38 |
nemysis |
- Update to 20131231
- Change master sites
- Remove USE_BZIP2=yes
- Change Desktop entry file
- Change Comments
PR: ports/185420
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Approved by: pawel / wg (mentors, implicit) |
20130527 23 Oct 2013 00:19:37 |
nemysis |
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR and add OPTIONS_SUB
Approved by: pawel / wg (mentors, implicit) |
20130527 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20130527 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
20130527 18 Jun 2013 13:03:11 |
wg |
games/palomino: update to 20130527
- Update to 20130527 [1]
- Add LICENSE (GPLv2) [2]
- Remove JOYSTICK option, dependency broken [2]
- Use PORTDOCS instead of pkg-plist [2]
PR: ports/179335
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1], maintainer [2]
Approved by: culot / jpaetzel (mentors, implicit), maintainer |
20121026_2 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
20121026_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
20121026_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
20121026_1 30 Nov 2012 20:41:57 |
rm |
- pass maintainership to submitter
- remove indefinite article from COMMENT
- add DESKTOP_ENTRIES to generate desktop file
- s/file/distfile to pacify portlint
- create image symlink for using in desktop file
- update port description in pkg-descr
- bump PORTREVISION
Note: DISTDIR addition was not done, because it will require user to refetch the
distfiles that s/he may already had. Please do this on next port version update.
Some changes from this patches are already applied independently, so I filtered
them out too.
PR: 173897
PR: 173979
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
20121026 28 Nov 2012 09:54:30 |
ak |
- Update to 20121026 [1]
- Convert Makefile headers to new style
- Remove ABI version numbers from LIB_DEPENDS
PR: ports/173522 [1]
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Feature safe: yes |
20120310_2 12 Jun 2012 16:35:45 |
bapt |
Convert to new options framework |
20120310_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20120310_1 26 Apr 2012 00:47:48 |
amdmi3 |
- Update graphics/osg to 3.0.1
- Bump revisions on dependent ports due to shlib version bump
- Remove option to use graphics/osg-devel instead of graphics/osg from simgear
and flightgear (1)
- Remove option to use graphics/osg-devel instead of graphics/osg from fgrun for
consistency
Submitted by: martymac (1) |
20120310 10 Mar 2012 21:22:23 |
amdmi3 |
- Update to 20120310 (which also prepares it for graphics/osg update)
Feature safe: yes |
20120105_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 |
20120105 13 Feb 2012 02:18:48 |
amdmi3 |
- Update to 20120105
- Drop maintainership
PR: ports/163913
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
20110820 09 Sep 2011 03:28:49 |
amdmi3 |
- Update to 20110820
- Unbreak |
20101112 26 Mar 2011 23:21:58 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
20101112 17 Mar 2011 09:56:55 |
pav |
- Comment out the SDL block as to unbreak the port in general |
20101112 28 Dec 2010 14:05:42 |
amdmi3 |
- Update to 20101112 |
20100709 01 Sep 2010 17:53:16 |
amdmi3 |
- Update to 20100709 |
20100421 25 Apr 2010 20:57:40 |
amdmi3 |
- Update to 20100421 |
20100309 16 Apr 2010 11:19:02 |
amdmi3 |
- Update to 20100309 |
20090615_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20090615_3 23 Mar 2010 21:14:39 |
gahr |
- Chase x11-toolkits/fltk update |
20090615_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20090615_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
20090615_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 |
20090615 17 Jun 2009 16:43:28 |
amdmi3 |
- Update to 20090615 |
20090527 15 Jun 2009 15:19:21 |
amdmi3 |
- Fix with custom PREFIX/LOCALBASE
Reported by: QATty |
20090527 29 May 2009 00:05:29 |
amdmi3 |
- Update to 20090527 |
20090515 19 May 2009 23:31:38 |
amdmi3 |
- Update to 20090515 |
20090511 15 May 2009 02:00:01 |
amdmi3 |
- Update to 20090511
- Mark MAKE_JOBS_SAFE |
20081229_2 01 Apr 2009 02:49:42 |
amdmi3 |
- Chase graphics/osg and graphics/osg-devel shlibver bumps |
20081229_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
20081229 31 Dec 2008 20:34:45 |
amdmi3 |
- Update to 20081229 |
20081224 28 Dec 2008 20:39:36 |
amdmi3 |
- Update to 20081224 |
20081209 14 Dec 2008 14:30:31 |
amdmi3 |
- Update to 20081209 |
20081206 08 Dec 2008 23:22:17 |
amdmi3 |
- Update to 20081206 |
20081114 17 Nov 2008 21:53:23 |
amdmi3 |
- Update to 20081114
- Bump shlib version for osg dependency |
20081112 14 Nov 2008 18:22:33 |
amdmi3 |
- Update to 20081112 |
20081028 28 Oct 2008 21:11:34 |
amdmi3 |
- Update to 20081028 |
20081025 27 Oct 2008 10:05:21 |
amdmi3 |
- Update to 20081025 |
20081023 23 Oct 2008 12:40:52 |
amdmi3 |
- Update to 20081023 |
20080925 01 Oct 2008 16:33:24 |
amdmi3 |
- Update to 20080925 |
20080906 23 Sep 2008 20:55:00 |
amdmi3 |
- Update to 20080906
- Take maintainership
PR: 127349
Submitted by: Hardy Schumacher <hardy dot schumacher at amd dot com>
Patch by: me |
20061125_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
20061125_1 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
20061125_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) |
20061125_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}. |
20061125 18 Apr 2007 08:01:25 |
sat |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
20061125 11 Jan 2007 12:23:36 |
sat |
- Update to 20061125 |
20060827_1 11 Dec 2006 10:57:50 |
rafan |
- Respect X11BASE in linking stage
Reported by: pointyhat
Approved by: portmgr (linimon), sat (maintainer) |
20060827_1 06 Dec 2006 08:30:27 |
sat |
- Respect X11BASE
Reported by: pointyhat via kris
Submitted by: rafan |
20060827_1 23 Sep 2006 18:05:29 |
sat |
- Fix build on some archs by not using -march=$ARCH
- Honor CC/CXX
Reported by: pointyhat via kris
PR: ports/103249
Submitted by: Michael Johnson <ahze@FreeBSD.org> |
20060827_1 03 Sep 2006 18:48:07 |
sat |
- Depend on libglut
- Respect CFLAGS
- Bump portrevision
PR: ports/102792
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
20060827 01 Sep 2006 08:49:19 |
sat |
- Mark broken on 4.x
Reported by: pointyhat via kris |
20060827 28 Aug 2006 17:03:43 |
sat |
Add port games/palomino:
Palomino is an open-source action flight simulator with its own
3D engine.
WWW: http://www.palomino3d.org/ |