notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/eboard/Makefile
SVNWeb

Number of commits found: 73

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
Wed, 5 Jul 2023
[ 12:35 Rainer Hurling (rhurlin) search for other commits by this committer ]    commit hash:30887e6d789c208e55029535416e80ef52b4a595  commit hash:30887e6d789c208e55029535416e80ef52b4a595  commit hash:30887e6d789c208e55029535416e80ef52b4a595  30887e6 
games/eboard: Unbreak for llvm16

The port does not work with C++17 which is the default since clang 16.
This can be removed once that port starts working with C++17.

Reported by:	pkg-fallout
MFH:		2023Q3
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 30 Apr 2022
[ 08:03 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  ca3f925  (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
Thu, 6 May 2021
[ 15:11 Rainer Hurling (rhurlin) search for other commits by this committer ]    commit hash:76f2c0607d29e6aeaf7fb43dfb74846b50571b68  commit hash:76f2c0607d29e6aeaf7fb43dfb74846b50571b68  commit hash:76f2c0607d29e6aeaf7fb43dfb74846b50571b68  76f2c06 
games/eboard: Take maintainership and rework the port a bit

- Add license
- Remove nonfunctional joystick option
- Comment out timeseal link; remove pkg-message for now
- Remake all patchfiles
- Change PORT_OPTIONS:MDOCS into post-install-DOCS-on target
- pkg-descr: Use secured URL

PR:		254278
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 13 Mar 2021
[ 21:44 nc search for other commits by this committer ] Original commit   Revision:568287
games/eboard: Update to 1.1.3

Changes:
https://github.com/fbergo/eboard/blob/97105dff5c2843635366f4717681125f5ee0c112/ChangeLog
Thu, 2 Jan 2020
[ 23:29 pkubaj search for other commits by this committer ] Original commit   Revision:521885
games/eboard: fix build on GCC architectures

Use C++11 compiler and respect CXXFLAGS.

The compiler check is wrong so remove it.
Wed, 27 Nov 2019
[ 10:51 tobik search for other commits by this committer ] Original commit   Revision:518495
games/eboard: Unbreak JOYSTICK option

devel/linux-js has been gone for over 6 years.  Use devel/evdev-proto
instead.  It now provides linux/joystick.h.

PR:		241354
Submitted by:	rozhuk.im@gmail.com
Fri, 8 Nov 2019
[ 10:47 tobik search for other commits by this committer ] Original commit   Revision:517046 (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
games: Add missing USES={gnome,gl,sdl,xorg}
Mon, 4 Nov 2019
[ 21:21 rene search for other commits by this committer ] Original commit   Revision:516744 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Returns johans's ports to the pool after safekeeping his commit bit.
Wed, 1 Feb 2017
[ 12:26 jbeich search for other commits by this committer ] Original commit   Revision:433012
games/eboard: unbreak with libc++ 3.9

ntext.cc:247:5: error: assigning to 'char *' from incompatible type 'const char
*'
  p = strchr(text, '\n');
    ^ ~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Wed, 13 Apr 2016
[ 10:36 jbeich search for other commits by this committer ] Original commit   Revision:413184 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}

This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 8 Dec 2015
[ 17:48 amdmi3 search for other commits by this committer ] Original commit   Revision:403321
- Don't cat pkg-message from Makefile

Approved by:	portmgr blanket
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
Wed, 24 Dec 2014
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:375445
Properly support png 1.5

Obtained from:	Gentoo
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 15 Jul 2014
[ 15:19 adamw search for other commits by this committer ] Original commit   Revision:361946 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Sun, 29 Dec 2013
[ 12:21 johans search for other commits by this committer ] Original commit   Revision:337970
Enable stage support
Tue, 22 Oct 2013
[ 13:53 amdmi3 search for other commits by this committer ] Original commit   Revision:331269 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)

Approved by:	portmgr (bdrewery)
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Tue, 17 Sep 2013
[ 06:28 bapt search for other commits by this committer ] Original commit   Revision:327451 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Mon, 2 Sep 2013
[ 21:16 bapt search for other commits by this committer ] Original commit   Revision:326090 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Tue, 7 May 2013
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:317605 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Tue, 22 Jan 2013
[ 23:13 makc search for other commits by this committer ] Original commit   Revision:310845 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article and/or rephrase COMMENT

Approved by:	portmgr (bapt), maintainer silence (12 days)
Thu, 28 Jun 2012
[ 16:12 johans search for other commits by this committer ] Original commit 
Convert to new options framework
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Wed, 3 Aug 2011
[ 17:01 johans search for other commits by this committer ] Original commit 
Correct MASTER_SITES for eboard-extras
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Tue, 23 Feb 2010
[ 18:03 johans search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Update my mail address to @FreeBSD.org

Feature safe:   yes
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Mon, 29 Dec 2008
[ 20:53 johans search for other commits by this committer ] Original commit 
- Update to 1.1.1
- Use %%DATADIR%%
- Take maintainership
Fri, 6 Jun 2008
[ 13:31 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 215 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 29 Apr 2008
[ 05:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 30 Jan 2007
[ 20:40 jylefort search for other commits by this committer ] Original commit 
Update to 1.0.3
Wed, 17 Jan 2007
[ 19:16 jylefort search for other commits by this committer ] Original commit 
Update to 1.0.2
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Sat, 8 Apr 2006
[ 17:04 jylefort search for other commits by this committer ] Original commit 
- Add games/timeseal support
- Take maintainership

PR:             ports/93709
Submitted by:   jylefort
Approved by:    maintainer timeout (44 days)
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Sat, 11 Feb 2006
[ 02:00 jylefort search for other commits by this committer ] Original commit 
- Add a desktop entry
- Fix configure script; we have TCP_NODELAY
- Remove useless patch

PR:             ports/92025
Submitted by:   jylefort
Approved by:    maintainer timeout (23 days)
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sun, 21 Dec 2003
[ 16:52 petef search for other commits by this committer ] Original commit 
- update to 0.9.5
- add new eboard-extras-2
- use %%DOCSDIR%%
Tue, 26 Aug 2003
[ 20:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 05:41 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Sun, 20 Apr 2003
[ 03:03 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Sat, 5 Apr 2003
[ 03:08 petef search for other commits by this committer ] Original commit 
Update to 0.8.0.
Fri, 7 Mar 2003
[ 06:03 ade search for other commits by this committer ] Original commit  (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sat, 4 Jan 2003
[ 21:56 petef search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update to 0.7.0.
Mon, 2 Sep 2002
[ 00:59 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42301
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Fri, 23 Aug 2002
[ 21:24 petef search for other commits by this committer ] Original commit 
Update to 0.6.2.

Submitted by:   "Brian K. White" <brian@aljex.com>
Thu, 1 Aug 2002
[ 16:22 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Wed, 15 May 2002
[ 21:22 petef search for other commits by this committer ] Original commit 
Update to 0.5.1.
Thu, 25 Apr 2002
[ 06:34 petef search for other commits by this committer ] Original commit 
Update to 0.4.3.
Fri, 12 Apr 2002
[ 17:10 ade search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Mon, 25 Mar 2002
[ 23:42 petef search for other commits by this committer ] Original commit 
Update to 0.4.2.
Fri, 15 Mar 2002
[ 19:44 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Tue, 19 Feb 2002
[ 05:23 petef search for other commits by this committer ] Original commit 
Update to 0.4.0.    
Thu, 1 Nov 2001
[ 02:07 petef search for other commits by this committer ] Original commit 
Update to 0.3.5    
Wed, 3 Oct 2001
[ 03:25 petef search for other commits by this committer ] Original commit 
- update to 0.3.3   - fix eboard-extras install    
Tue, 18 Sep 2001
[ 07:42 petef search for other commits by this committer ] Original commit 
- update to 0.3.2pl1   - update extras pack to 1pl2    
Thu, 23 Aug 2001
[ 00:07 petef search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Change my email address to petef@FreeBSD.org for the ports I maintain.    
Sun, 12 Aug 2001
[ 04:24 dwcjr search for other commits by this committer ] Original commit 
New themes   Fix one space in pkg-descr    
Fri, 3 Aug 2001
[ 04:51 lioux search for other commits by this committer ] Original commit 
o Update to 0.3.1   o Deploy DOCSDIR   o Update DESCR    
Sun, 1 Jul 2001
[ 16:31 kevlo search for other commits by this committer ] Original commit 
Update to version 0.3.0    
Sat, 23 Jun 2001
[ 07:07 markp search for other commits by this committer ] Original commit 
Add eboard 0.2.5, gTK+ chess board interface (mainly for FICS and   chessd).    

Number of commits found: 73