non port: games/xboard/Makefile |
SVNWeb
|
Number of commits found: 74 |
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 )
|
Thu, 21 Jul 2022
|
[ 15:28 Fernando Apesteguía (fernape) ] 2ad5b95
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
|
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)
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Mon, 20 Sep 2021
|
[ 16:09 Rodrigo Osorio (rodrigo) ] f836ca9
games/xboard: take maintainership
PR: 258612
Reported by: Alexander <alx_figueroa@yahoo.com>
|
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.
|
Mon, 9 Nov 2020
|
[ 17:08 tcberner ] (Only the first 10 of 114 ports in this commit are shown above. )
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
|
Wed, 2 Sep 2020
|
[ 08:05 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)
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Tue, 13 Aug 2019
|
[ 14:46 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
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Fri, 19 Jan 2018
|
[ 16:10 danfe ]
There is no need to say "(optional)" about something that is an option.
Suggested by: mat
|
[ 15:07 danfe ]
Revert inadvertent change that crept in the previous commit (r459416).
|
[ 14:11 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
|
Mon, 1 Aug 2016
|
[ 19:27 johans ]
Update to 4.9.1 (bugfix release)
|
Sun, 22 May 2016
|
[ 11:53 johans ]
Update to Xboard 4.9.0
https://www.gnu.org/software/xboard/whats_new/4.9.0/
|
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
|
Sun, 20 Sep 2015
|
[ 13:05 johans ]
Add shebangfix for texi2man script when option ZIPPY is selected
PR: 200790
Submitted by: kalten@gmx.at
|
Thu, 11 Jun 2015
|
[ 18:31 johans ]
Add shebangfix to fix build when the option ZIPPY is selected
PR: 200790
Submitted by: kalten@gmx.at
|
Wed, 5 Nov 2014
|
[ 13:29 johans ]
Update xboard to 4.8.0 (stable)
http://www.gnu.org/software/xboard/whats_new/4.8.0/index.html
|
Thu, 11 Sep 2014
|
[ 19:50 johans ]
Overhaul of games/xboard in preparation of slave port games/xboard-devel
PR: 193271
Submitted by: kalten@gmx.at
|
Tue, 26 Aug 2014
|
[ 10:35 johans ]
add zippy option for ICS server computer player mode
PR: 192669
Submitted by: kalten@gmx.at
|
Tue, 15 Jul 2014
|
[ 15:19 adamw ] (Only the first 10 of 13 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Thu, 26 Jun 2014
|
[ 07:32 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Sat, 11 Jan 2014
|
[ 08:49 johans ]
- Use BROKEN_sparc64 and avoid <bsd.port.pre.mk>
PR: ports/185654
Submitted by: jgh
|
Fri, 10 Jan 2014
|
[ 17:24 johans ]
- Update xboard to 4.7.3 (bugfix release)
- Simplify options handling
|
Sun, 6 Oct 2013
|
[ 12:57 johans ]
- Update to 4.7.2
- Add stage support
|
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)
|
Wed, 18 Sep 2013
|
[ 08:17 bapt ]
Do not overwrite USES
|
Tue, 17 Sep 2013
|
[ 06:28 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
|
Thu, 13 Jun 2013
|
[ 17:24 johans ]
Add dependencies, NLS, docs
PR: ports/179340
Submitted by: <nemysis@gmx.ch>
|
Wed, 15 May 2013
|
[ 16:58 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
|
Mon, 13 May 2013
|
[ 20:20 johans ]
- Update xboard to 4.7.1
- Remove patch file that is no longer needed (fixed upstream)
- Add deinstall script to avoid leftovers
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Sat, 23 Feb 2013
|
[ 13:07 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
|
Sat, 16 Jun 2012
|
[ 14:51 johans ]
Convert to new options framework
|
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
|
Fri, 20 Apr 2012
|
[ 09:57 johans ]
Update xboard to 4.6.2
|
Sat, 31 Mar 2012
|
[ 12:14 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
|
Mon, 3 Oct 2011
|
[ 20:53 johans ]
Update xboard to 4.5.3
|
Tue, 21 Jun 2011
|
[ 17:57 johans ]
Correct function definition (to fix building with clang)
|
Wed, 27 Apr 2011
|
[ 22:47 johans ]
Update xboard to 4.5.2
|
Sat, 23 Apr 2011
|
[ 15:47 johans ]
Add xboard OPTIONS to install optional chess engine backends.
PR: ports/156592
Submitted by: Kalten <kalten@gmx.at>
|
Tue, 22 Feb 2011
|
[ 21:33 johans ]
Update xboard to 4.5.1
|
Fri, 11 Feb 2011
|
[ 12:33 johans ]
Update xboard to 4.5.0
http://www.gnu.org/software/xboard/whats_new/4.5.0/
|
Fri, 20 Aug 2010
|
[ 20:27 johans ]
Update xboard to 4.4.4 (bugfix release)
|
Mon, 5 Apr 2010
|
[ 08:22 johans ]
Update to 4.4.3
|
Tue, 23 Feb 2010
|
[ 18:03 johans ] (Only the first 10 of 18 ports in this commit are shown above. )
Update my mail address to @FreeBSD.org
Feature safe: yes
|
Tue, 8 Dec 2009
|
[ 22:09 johans ]
- Update to 4.4.2
- Remove autotools run and another patch that's no longer required
|
Wed, 4 Nov 2009
|
[ 21:23 johans ]
- Update to 4.4.1 (many minor bugfixes)
- This release no longer includes the pxboard and zic2xpm scripts
|
Thu, 24 Sep 2009
|
[ 21:29 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
|
Sun, 16 Aug 2009
|
[ 04:47 linimon ]
Mark as broken on sparc64: fails to install (problem with texi2html).
Hat: portmgr
|
Sat, 25 Jul 2009
|
[ 10:41 johans ]
- Fix build (remove unused html file)
- Claim maintainership
- Remove unneeded patchfiles
- Fix build dependencies
|
Fri, 24 Jul 2009
|
[ 07:07 erwin ]
Mark BROKEN: does not build.
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Tue, 31 Jul 2007
|
[ 15:04 mm ]
- Depend explicitly on USE_XORG= xt xpm xaw
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
|
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}.
|
Mon, 5 Mar 2007
|
[ 07:39 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
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Sat, 29 May 2004
|
[ 13:01 pav ]
- Update to 4.2.7
PR: ports/67092
Submitted by: Mark Huizer <xaa+ports@timewasters.nl> (maintainer)
|
Mon, 8 Sep 2003
|
[ 13:14 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
|
Fri, 21 Feb 2003
|
[ 12:06 knu ] (Only the first 10 of 274 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 17 Feb 2002
|
[ 21:17 pat ]
Update to 4.2.6
|
Sun, 6 Jan 2002
|
[ 20:13 pat ]
Update to 4.2.5
|
Tue, 27 Feb 2001
|
[ 02:01 steve ]
Update to version 4.2.3.
|
Mon, 19 Feb 2001
|
[ 13:10 roam ]
Update to 4.2.2.
|
Sun, 11 Feb 2001
|
[ 16:53 jeh ]
changed download url, upgraded version
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Sat, 30 Dec 2000
|
[ 16:39 alex ]
Update to 4.2.0
|
Sun, 1 Oct 2000
|
[ 16:16 kevlo ]
- Update to 4.1.0 - Change maintainer's e-mail address
|
Number of commits found: 74 |