non port: games/freedoko/Makefile |
SVNWeb
|
Number of commits found: 69 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 19 Mar 2020
|
[ 23:02 tobik ] (Only the first 10 of 62 ports in this commit are shown above. )
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 16 Jan 2019
|
[ 15:40 danfe ]
Update `games/freedoko' to version 0.7.19.
Reported by: portscout
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 20 Jul 2018
|
[ 12:19 tobik ]
games/freedoko: Silence stage-qa warnings
- Add missing dependencies
- Fix symlink pointing to an absolute path
|
[ 12:17 tobik ]
games/freedoko: Respect LDFLAGS and mark LLD_UNSAFE
/usr/bin/ld: error: cannot preempt symbol: alDeleteSources
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by alut.cpp
>>> ./sound/alut.o:(Sound::Alut::~Alut())
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474767_s336359/logs/freedoko-0.7.16.log
PR: 226980
Reported by: emaste, pkg-fallout
|
Wed, 18 Oct 2017
|
[ 16:04 danfe ]
- Update FreeDoko to version 0.7.16 and also unbreak; unfortunately,
it now requires gtkmm30 and C++14 compliant compiler
- While here, make network support optional (but enabled by default)
TIMESTAMP (FreeDoko_0.7.16.src.zip) = 1484159638
|
Sun, 21 May 2017
|
[ 13:21 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Wed, 10 May 2017
|
[ 21:58 antoine ]
Mark BROKEN: fails to build
In file included from ui.cpp:40:
In file included from ./gtkmm/ui.h:55:
/usr/local/include/glibmm-2.4/glibmm/refptr.h:93:18: error: expected ';' at end
of declaration list
Reported by: pkg-fallout
|
Mon, 1 May 2017
|
[ 19:25 linimon ]
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 26 Mar 2016
|
[ 20:01 mat ]
Add plist forgotten from last commit.
PR: 207159
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Tue, 8 Mar 2016
|
[ 16:04 mat ]
Update to 0.7.14
PR: 207159
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Wed, 1 Apr 2015
|
[ 16:07 robak ]
games/freedoko: update 0.7.12 -> 0.7.13
- Delete obsolete patch
PR: 197431
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
|
Fri, 28 Nov 2014
|
[ 11:20 amdmi3 ]
- Remove empty directory to please stage-qa
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above )
|
Fri, 31 Oct 2014
|
[ 16:11 amdmi3 ] (Only the first 10 of 159 ports in this commit are shown above. )
- 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
|
Mon, 1 Sep 2014
|
[ 19:34 tijl ] (Only the first 10 of 63 ports in this commit are shown above. )
Add USES=libtool to accessibility/atkmm and bump dependent ports
|
Fri, 6 Jun 2014
|
[ 20:00 ak ]
- Revert part of r356803, due to issues on 11.x
Reported by: swills
|
[ 15:26 ak ] (Only the first 10 of 56 ports in this commit are shown above. )
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
|
Wed, 21 May 2014
|
[ 15:44 amdmi3 ]
- Pass maintainership to games@
- Add LICENSE_FILE
- Switch to dynamic plist
|
Sat, 17 May 2014
|
[ 10:53 miwi ]
- Update to 2.2.0
PR: 189184
Submitted by: maintainer
|
Mon, 10 Mar 2014
|
[ 14:49 bapt ] (Only the first 10 of 191 ports in this commit are shown above. )
Convert g* to USES=zip
|
Thu, 19 Dec 2013
|
[ 18:47 danilo ]
- Update from 0.7.11 to 0.7.12
PR: ports/184835
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 26 Nov 2013
|
[ 15:43 wg ]
games/freedoko: fix build on current
PR: ports/184220
Submitted by: KATO Tsuguru <tkato432 yahoo.com>
|
Fri, 1 Nov 2013
|
[ 14:10 danilo ]
- Add stage support
- Add DOCS option
- Convert LIB_DEPENDS to new syntax
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Mon, 9 Sep 2013
|
[ 18:54 antoine ] (Only the first 10 of 26 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 20 Feb 2012
|
[ 00:05 miwi ]
- Update to 0.7.11
PR: 164994
Submitted by: Ports Fury
|
Wed, 24 Aug 2011
|
[ 21:20 pawel ]
Update to version 0.7.10
PR: ports/159819
Submitted by: Thomas Gellekum <thomas.gellekum@gmx.de>
Approved by: miwi,wen (mentors implicit)
|
Thu, 17 Mar 2011
|
[ 13:01 miwi ]
- Update to 0.7.9
PR: 155462
Submitted by: Thomas Gellekum <thomas.gellekum@gmx.de> (maintainer)
|
Thu, 15 Jul 2010
|
[ 05:13 miwi ]
- Update to 0.7.8
PR: 148556
Submitted by: Ports Fury
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 2 Sep 2009
|
[ 16:43 miwi ]
- Update to 0.7.6b
PR: 138452
Submitted by: Ports Fury
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 9 Jan 2009
|
[ 15:29 miwi ]
- Update to 0.7.5
PR: 130055
Submitted by: Dennis Herrmann <adox@mcx2.org>
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Fri, 6 Jun 2008
|
[ 13:31 edwin ] (Only the first 10 of 215 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 16 Feb 2007
|
[ 13:10 tg ]
Upgrade to 0.7.4.
|
Sat, 19 Aug 2006
|
[ 14:25 tg ]
Upgrade to 0.7.3.
|
Mon, 13 Feb 2006
|
[ 07:46 tg ]
Upgrade to 0.7.2b.
PR: 93240
Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
|
Mon, 7 Nov 2005
|
[ 05:52 marcus ]
Mark broken with new gtkmm update.
Reported by: pointyhat via kris
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Fri, 16 Sep 2005
|
[ 12:40 garga ]
- Update to 0.7.0
PR: ports/86119
Submitted by: Ports Fury
|
Mon, 1 Aug 2005
|
[ 14:55 sem ]
- Fix build on 4.x
- Support NOPORTDOCS
PR: ports/84401
Submitted by: Ports Fury
|
Fri, 1 Jul 2005
|
[ 11:50 tg ]
Upgrade to 0.6.9.
|
Wed, 11 May 2005
|
[ 11:06 tg ]
Upgrade to 0.6.8.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Sun, 2 Jan 2005
|
[ 00:56 kris ]
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
|
Thu, 23 Dec 2004
|
[ 11:48 tg ]
Upgrade to 0.6.7b.
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Thu, 1 Jul 2004
|
[ 11:27 tg ]
Upgrade to 0.6.5b.
Use gtkmm-2.4; this should fix the build problems on -stable.
|
Mon, 28 Jun 2004
|
[ 11:40 tg ] (Only the first 10 of 11 ports in this commit are shown above. )
Upgrade to 0.6.5.
|
Fri, 18 Jun 2004
|
[ 12:27 tg ]
Mark BROKEN for -STABLE. This port needs a recent C++ compiler and requires
that the dependencies (esp. gtk--2) were built with the same compiler
version.
|
Tue, 15 Jun 2004
|
[ 11:51 tg ]
Use more recent C++ compiler to fix building on 4.x.
|
Wed, 9 Jun 2004
|
[ 11:36 tg ]
Fix showstopper. Bump PORTREVISION.
Obtained from: SF bug #967508
|
Mon, 7 Jun 2004
|
[ 12:07 tg ] (Only the first 10 of 12 ports in this commit are shown above. )
New port freedoko. FreeDoko lets you play the card game Doppelkopf.
|
Number of commits found: 69 |