Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: games/xboard |
Commit | Credits | Log message |
4.8.0.20151020.3_2 24 Feb 2024 19:25:30
    |
Muhammad Moinur Rahman (bofh)  |
games/xboard-devel: Moved man to share/man
Approved by: portmgr (blanket) |
4.8.0.20151020.3_1 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.8.0.20151020.3 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.8.0.20151020.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.8.0.20151020.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.8.0.20151020.3 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.8.0.20151020.3 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.20151020.3 28 Oct 2015 08:07:24
  |
riggs  |
Update to recent snapshot 4.8.0.20151020.3
PR: 203690
Submitted by: kalten@gmx.at (maintainer) |
4.7.3.20140909.8 26 Sep 2015 14:00:00
  |
bapt  |
Sort USES
Commit the missing plist changes
Reported by: jbeich |
4.7.3.20140909.8 26 Sep 2015 00:32:59
  |
bapt  |
Convert some plist entries to USES |
4.7.3.20140909.8 26 Sep 2015 00:23:38
  |
bapt  |
Enforce @post* |
4.7.3.20140909.8 29 Nov 2014 18:22:33
  |
tijl  |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
4.7.3.20140909.8 29 Nov 2014 12:22:21
  |
antoine  |
Allow building without /usr/bin/perl symlink
PR: ports/195494 |
4.7.3.20140909.8 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.20140909.8 11 Sep 2014 20:01:26
  |
johans  |
New port: games/xboard-devel
Created as a slave port of games/xboard
X frontend for playing chess games, supporting several engines
It is keeping up to date (as I hope) with the version of H.G.Muller
at http://hgm.nubati.net/cgi-bin/gitweb.cgi/xboard.git as he seems to
be the main maintainer correcting problems and adding features often
whereas releases of xboard seem to be quite seldom.
PR: 193272
Submitted by: kalten@gmx.at |