Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.1_4 24 Feb 2024 08:12:07 |
Muhammad Moinur Rahman (bofh) |
games/xboard: Moved man to share/man
Approved by: portmgr (blanket) |
4.9.1_3 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: 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) |
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) |
4.9.1_3 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 ) |
4.9.1_3 21 Jul 2022 15:28:52 |
Fernando Apesteguía (fernape) |
games/xboard: Add default engine
With default of no engine installed, xboard errors out on empty
-firstChessProgram in xboard.conf
Make FAIRYMAX the default engine (as upstream does).
PR: 263163
Reported by: pauamma@gundo.com |
4.9.1_3 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 ) |
4.9.1_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
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) |
4.9.1_2 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.9.1_2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
4.9.1_2 20 Sep 2021 16:09:26 |
Rodrigo Osorio (rodrigo) |
games/xboard: take maintainership
PR: 258612
Reported by: Alexander <alx_figueroa@yahoo.com> |
4.9.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.9.1_2 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
4.9.1_1 02 Sep 2020 08:05:46 |
fernape |
devel/xboard: fix build in 13-current
Another case of -fno-common
This fixes the slave port devel/xboard-devel too.
While here, add missing USE_XORG modules.
PR: 248984
Reported by: kalten@gmx.at
MFH: 2020Q3 (build fix, -fno-common) |
4.9.1_1 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
4.9.1_1 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
4.9.1_1 13 Aug 2019 14:46:28 |
tobik |
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted. Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.
While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21225 |
4.9.1_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.9.1 19 Jan 2018 16:10:20 |
danfe |
There is no need to say "(optional)" about something that is an option.
Suggested by: mat |
4.9.1 19 Jan 2018 15:07:24 |
danfe |
Revert inadvertent change that crept in the previous commit (r459416). |
4.9.1 19 Jan 2018 14:11:13 |
danfe |
- Remove BROKEN_sparc64 that was originally added in r239630 by linimon@
8.5 years ago for version 4.2.7; current version (4.9.1) installs fine
- Correctly set FOO_RUN_DEPENDS knobs and add some readability linefeeds |
4.9.1 01 Aug 2016 19:27:34 |
johans |
Update to 4.9.1 (bugfix release) |
4.9.0 22 May 2016 11:53:38 |
johans |
Update to Xboard 4.9.0
https://www.gnu.org/software/xboard/whats_new/4.9.0/ |
4.8.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.8.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.8.0 20 Sep 2015 13:05:25 |
johans |
Add shebangfix for texi2man script when option ZIPPY is selected
PR: 200790
Submitted by: kalten@gmx.at |
4.8.0 11 Jun 2015 18:31:04 |
johans |
Add shebangfix to fix build when the option ZIPPY is selected
PR: 200790
Submitted by: kalten@gmx.at |
4.8.0 05 Nov 2014 13:29:06 |
johans |
Update xboard to 4.8.0 (stable)
http://www.gnu.org/software/xboard/whats_new/4.8.0/index.html |
4.7.3_2 12 Sep 2014 09:31:37 |
johans |
Add patch file, forgotten in previous commit
PR: 193271
Submitted by: Kalten |
4.7.3_2 11 Sep 2014 19:50:15 |
johans |
Overhaul of games/xboard in preparation of slave port games/xboard-devel
PR: 193271
Submitted by: kalten@gmx.at |
4.7.3_1 26 Aug 2014 10:35:00 |
johans |
add zippy option for ICS server computer player mode
PR: 192669
Submitted by: kalten@gmx.at |
4.7.3 15 Jul 2014 15:19:07 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
4.7.3 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
4.7.3 11 Jan 2014 08:49:32 |
johans |
- Use BROKEN_sparc64 and avoid <bsd.port.pre.mk>
PR: ports/185654
Submitted by: jgh |
4.7.3 10 Jan 2014 17:24:44 |
johans |
- Update xboard to 4.7.3 (bugfix release)
- Simplify options handling |
4.7.2 22 Oct 2013 13:53:34 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
4.7.2 06 Oct 2013 12:57:45 |
johans |
- Update to 4.7.2
- Add stage support |
4.7.1_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
4.7.1_2 18 Sep 2013 08:17:23 |
bapt |
Do not overwrite USES |
4.7.1_2 17 Sep 2013 06:28:07 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
4.7.1_2 19 Jul 2013 14:03:53 |
rm |
Cleanup empty files and directories. |
4.7.1_2 13 Jun 2013 17:24:10 |
johans |
Add dependencies, NLS, docs
PR: ports/179340
Submitted by: <nemysis@gmx.ch> |
4.7.1_1 15 May 2013 16:58:53 |
johans |
- Remove PORTDATA and pkg-deinstall in favour of static file list
Installing the port without PORTDATA is not advised
- Add USES=shared-mime-info
- Fix plist
- Bump PORTREVISION |
4.7.1 13 May 2013 20:20:29 |
johans |
- Update xboard to 4.7.1
- Remove patch file that is no longer needed (fixed upstream)
- Add deinstall script to avoid leftovers |
4.7.0 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.7.0 07 Mar 2013 15:31:54 |
ak |
- Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt) |
4.7.0 24 Feb 2013 17:37:01 |
johans |
Fix build error on xboard.texi with modern texinfo.
Note that this is only an issue when makeinfo from ports is used.
PR: ports/176397
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
4.7.0 23 Feb 2013 13:07:32 |
johans |
- Upgrade xboard to 4.7.0
many improvements, http://www.gnu.org/software/xboard/whats_new/4.7.0/
- Remove Xaw3d look (no longer supported); note GTK is not yet finished |
4.6.2_1 16 Jun 2012 14:51:46 |
johans |
Convert to new options framework |
4.6.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.6.2 20 Apr 2012 09:57:48 |
johans |
Update xboard to 4.6.2 |
4.6.0 31 Mar 2012 12:14:00 |
johans |
- Update to xboard 4.6.0
- Remove code patch (fixed upstream)
- Honour WITHOUT_NLS to disable NLS support (new in this version)
Feature safe: yes |
4.5.3 03 Oct 2011 20:53:59 |
johans |
Update xboard to 4.5.3 |
4.5.2 21 Jun 2011 17:57:06 |
johans |
Correct function definition (to fix building with clang) |
4.5.2 27 Apr 2011 22:47:16 |
johans |
Update xboard to 4.5.2 |
4.5.1 23 Apr 2011 15:47:51 |
johans |
Add xboard OPTIONS to install optional chess engine backends.
PR: ports/156592
Submitted by: Kalten <kalten@gmx.at> |
4.5.1 22 Feb 2011 21:33:59 |
johans |
Update xboard to 4.5.1 |
4.5.0 11 Feb 2011 12:33:55 |
johans |
Update xboard to 4.5.0
http://www.gnu.org/software/xboard/whats_new/4.5.0/ |
4.4.4 20 Aug 2010 20:27:32 |
johans |
Update xboard to 4.4.4 (bugfix release) |
4.4.3 05 Apr 2010 08:22:42 |
johans |
Update to 4.4.3 |
4.4.2 23 Feb 2010 18:03:45 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
4.4.2 08 Dec 2009 22:09:27 |
johans |
- Update to 4.4.2
- Remove autotools run and another patch that's no longer required |
4.4.1 04 Nov 2009 21:23:42 |
johans |
- Update to 4.4.1 (many minor bugfixes)
- This release no longer includes the pxboard and zic2xpm scripts |
4.4.0 24 Sep 2009 21:31:10 |
johans |
- Update to 4.4.0
- Use PLIST_FILES rather than pkg-plist
Feature safe: yes |
4.4.0 24 Sep 2009 21:29:59 |
johans |
- Update to 4.4.0
- Use autotools (unfortunately required)
- WITH_XAW3D is now set using OPTIONS
- Add patch to install supported scripts included in older versions
- Add patch to set gnuchessx as engine (like in older versions)
Feature safe: yes |
4.2.7_3 16 Aug 2009 04:47:42 |
linimon |
Mark as broken on sparc64: fails to install (problem with texi2html).
Hat: portmgr |
4.2.7_3 25 Jul 2009 10:41:05 |
johans |
- Fix build (remove unused html file)
- Claim maintainership
- Remove unneeded patchfiles
- Fix build dependencies |
4.2.7_3 24 Jul 2009 07:07:53 |
erwin |
Mark BROKEN: does not build. |
4.2.7_3 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
4.2.7_2 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) |
4.2.7_2 31 Jul 2007 15:04:12 |
mm |
- Depend explicitly on USE_XORG= xt xpm xaw
- Bump PORTREVISION
Approved by: garga (mentor, implicit) |
4.2.7_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}. |
4.2.7 05 Mar 2007 07:39:49 |
linimon |
Maintainer is busy right now, and suggests that someone else might be
better able to maintain these ports. We hope to see him back again soon.
Hat: portmgr |
4.2.7 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
4.2.7 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
4.2.7 13 Feb 2005 17:43:21 |
hrs |
Revert the previous change since the problem of texi2html
has been fixed. |
4.2.7 12 Feb 2005 20:36:16 |
hrs |
Unbreak the build.
Approved by: Mark Huizer (xaa at timewasters dot nl) (maintainer) |
4.2.7 29 May 2004 13:01:37 |
pav |
- Update to 4.2.7
PR: ports/67092
Submitted by: Mark Huizer <xaa+ports@timewasters.nl> (maintainer) |
4.2.6 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.2.6 08 Sep 2003 13:14:49 |
edwin |
[PATCH] add xaw3d build option to games/xboard
this patch adds an option to build with Xaw3D
PR: ports/44854
Submitted by: Kyle Martin <mkm@ieee.org>
Approved by: xaa+ports@timewasters.nl |
4.2.6 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
17 Feb 2002 21:17:08 |
pat |
Update to 4.2.6 |
06 Jan 2002 20:13:49 |
pat |
Update to 4.2.5 |
27 Feb 2001 02:01:41 |
steve |
Update to version 4.2.3. |
19 Feb 2001 13:10:22 |
roam |
Update to 4.2.2. |
11 Feb 2001 16:53:00 |
jeh |
changed download url, upgraded version |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
30 Dec 2000 16:39:38 |
alex |
Update to 4.2.0 |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |
01 Oct 2000 16:16:26 |
kevlo |
- Update to 4.1.0 - Change maintainer's e-mail address |