non port: games/gnuchess/Makefile |
SVNWeb
|
Number of commits found: 48 |
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 )
|
Thu, 5 Aug 2021
|
[ 08:20 Vanilla I. Shu (vanilla) ] 232985f
games/gnuchess: update to 6.2.9.
|
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, 1 Jun 2020
|
[ 11:41 fernape ]
games/gnuchess: update to 6.2.7
Reported by: portscout
|
Fri, 24 Apr 2020
|
[ 15:57 fernape ]
games/gnuchess: update to 6.2.6
While here:
* Remove .info files from pkg-plist
* Do not install duplicated .info file
PR: 245857
Submitted by: gspurki@gmail.com
|
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.
|
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
|
Mon, 12 Feb 2018
|
[ 10:07 johans ]
Update to GNU Chess 6.2.5
|
Sun, 6 Nov 2016
|
[ 08:02 johans ]
Update to gnuchess 6.2.4 (bugfix release)
|
Sun, 16 Oct 2016
|
[ 14:14 johans ]
Update to GNU Chess 6.2.3
|
Mon, 26 Oct 2015
|
[ 21:11 johans ]
Update to GNU Chess 6.2.2
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Mon, 9 Mar 2015
|
[ 18:36 johans ]
Add CPE information
games/gnuchess has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2002-0204).
PR: 198234
Submitted by: shun.fbsd.pr@dropcut.net
|
Tue, 6 Jan 2015
|
[ 19:45 johans ]
Update to GNU Chess 6.2.1
|
Sun, 4 Jan 2015
|
[ 20:48 johans ]
Update to GNU Chess 6.2.0
|
Tue, 5 Aug 2014
|
[ 18:27 johans ]
Update GNU Chess to 6.1.2
|
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.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Tue, 26 Nov 2013
|
[ 20:37 johans ]
Update GNU Chess to 6.1.1
|
Mon, 11 Nov 2013
|
[ 13:32 johans ]
- Update to GNU Chess 6.1.0
- Enable STAGE support
- Enable NLS 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)
|
Fri, 29 Mar 2013
|
[ 07:07 johans ]
Correct typo in previous commit
|
[ 07:01 johans ]
Convert to OptionsNG
Submitted by: jgh
|
Wed, 13 Mar 2013
|
[ 18:57 johans ]
Update GNU Chess to 6.0.3
|
Sat, 16 Jun 2012
|
[ 14:51 johans ]
Convert to new options framework
|
Sun, 25 Mar 2012
|
[ 09:27 johans ]
- Update GNU Chess to 6.0.2
- Remove perl script to create opening book (new feature handles this)
- Remove perl dependency
- Remove patch to open opening books in read-only mode (fixed in distribution)
Feature safe: yes
|
Sat, 17 Sep 2011
|
[ 08:02 johans ]
Update gnuchess to 6.0.1
|
Wed, 27 Jul 2011
|
[ 16:29 johans ]
Add a patch to open the Opening Book in read-only mode if r/w fails.
This lets non-root users use the system-wide Opening Book as well.
|
Sat, 11 Jun 2011
|
[ 16:56 johans ]
- Update GNU Chess to 6.0.0
- Remove obsoleted patch files
- Replace opening book creating script
|
Sun, 30 Jan 2011
|
[ 19:02 johans ]
- Update gnuchess to 5.08 (now under GPLv3+)
- Claim maintainership
- Remove obsoleted patch
Feature safe: yes
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Aug 2008
|
[ 06:40 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat: portmgr
|
Wed, 1 Nov 2006
|
[ 10:57 miwi ]
- Pass maintainership to submitter
PR: ports/104750
ports/104749
ports/104748
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
Sun, 8 Oct 2006
|
[ 21:59 linimon ]
Reset bouncing maintainer address.
|
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
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 18 Jan 2005
|
[ 01:34 edwin ]
Typo: explicitely -> explicitly
|
Mon, 17 Jan 2005
|
[ 23:18 edwin ]
Correct a problem with the fetching of the port's distfiles.
PR: ports/76359
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
|
Tue, 28 Dec 2004
|
[ 23:19 edwin ]
Welcome new maintainer!
|
Sun, 26 Dec 2004
|
[ 13:26 edwin ]
Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
|
Thu, 23 Dec 2004
|
[ 04:57 edwin ]
Update port: games/gnuchess (new version 5.07 with optional opening
book support added)
Update of port games/gnuchess to version 5.07. Includes
support for building and installing opening book (as an
OPTION)
OPTIONs rule!
PR: ports/74441
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
Wed, 8 Oct 2003
|
[ 11:31 edwin ]
gnuchess doesn't install the gnuchessx alias
xboard communicates with gnuchess via the gnuchessx program
(which is usually a link to gnuchessx).
PR: ports/48404
Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
|
Sat, 10 May 2003
|
[ 08:03 anholt ]
Update to 5.06.
PR: ports/51856
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 17:32 knu ] (Only the first 10 of 294 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 9 Jan 2003
|
[ 04:16 mi ]
Upgrade 5.04->5.05
|
Mon, 7 Oct 2002
|
[ 10:28 markm ]
Update to the zooty new 5.04 and drop maintainership.
|
Number of commits found: 48 |