aboutsummaryrefslogtreecommitdiff
path: root/games/gnuchess/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* Update to GNU Chess 6.2.5Johan van Selst2018-02-121-2/+4
| | | | Notes: svn path=/head/; revision=461574
* Update to gnuchess 6.2.4 (bugfix release)Johan van Selst2016-11-061-1/+1
| | | | Notes: svn path=/head/; revision=425468
* Update to GNU Chess 6.2.3Johan van Selst2016-10-161-1/+1
| | | | Notes: svn path=/head/; revision=424065
* Update to GNU Chess 6.2.2Johan van Selst2015-10-261-4/+2
| | | | Notes: svn path=/head/; revision=400208
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Add CPE informationJohan van Selst2015-03-091-1/+3
| | | | | | | | | | | games/gnuchess has had vulnerabilities with a CPE identifier assigned (e.g. CVE-2002-0204). PR: 198234 Submitted by: shun.fbsd.pr@dropcut.net Notes: svn path=/head/; revision=380873
* Update to GNU Chess 6.2.1Johan van Selst2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376436
* Update to GNU Chess 6.2.0Johan van Selst2015-01-041-1/+1
| | | | Notes: svn path=/head/; revision=376270
* Update GNU Chess to 6.1.2Johan van Selst2014-08-051-14/+8
| | | | Notes: svn path=/head/; revision=364131
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Update GNU Chess to 6.1.1Johan van Selst2013-11-261-1/+1
| | | | Notes: svn path=/head/; revision=334969
* - Update to GNU Chess 6.1.0Johan van Selst2013-11-111-8/+14
| | | | | | | | - Enable STAGE support - Enable NLS support Notes: svn path=/head/; revision=333499
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Correct typo in previous commitJohan van Selst2013-03-291-1/+1
| | | | Notes: svn path=/head/; revision=315523
* Convert to OptionsNGJohan van Selst2013-03-291-1/+1
| | | | | | | Submitted by: jgh Notes: svn path=/head/; revision=315522
* Update GNU Chess to 6.0.3Johan van Selst2013-03-131-6/+2
| | | | Notes: svn path=/head/; revision=314105
* Convert to new options frameworkJohan van Selst2012-06-161-6/+8
| | | | Notes: svn path=/head/; revision=299407
* - Update GNU Chess to 6.0.2Johan van Selst2012-03-251-6/+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 Notes: svn path=/head/; revision=293796
* Update gnuchess to 6.0.1Johan van Selst2011-09-171-2/+1
| | | | Notes: svn path=/head/; revision=281892
* Add a patch to open the Opening Book in read-only mode if r/w fails.Johan van Selst2011-07-271-0/+4
| | | | | | | This lets non-root users use the system-wide Opening Book as well. Notes: svn path=/head/; revision=278413
* - Update GNU Chess to 6.0.0Johan van Selst2011-06-111-19/+13
| | | | | | | | - Remove obsoleted patch files - Replace opening book creating script Notes: svn path=/head/; revision=275387
* - Update gnuchess to 5.08 (now under GPLv3+)Johan van Selst2011-01-301-9/+5
| | | | | | | | | | - Claim maintainership - Remove obsoleted patch Feature safe: yes Notes: svn path=/head/; revision=268458
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Reset conrads@cox.net due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218897
* - Pass maintainership to submitterMartin Wilke2006-11-011-1/+1
| | | | | | | | | | PR: ports/104750 ports/104749 ports/104748 Submitted by: Conrad J. Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=176034
* Reset bouncing maintainer address.Mark Linimon2006-10-081-1/+1
| | | | Notes: svn path=/head/; revision=175008
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Typo: explicitely -> explicitlyEdwin Groothuis2005-01-181-1/+1
| | | | Notes: svn path=/head/; revision=126682
* Correct a problem with the fetching of the port's distfiles.Edwin Groothuis2005-01-171-0/+2
| | | | | | | | PR: ports/76359 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> Notes: svn path=/head/; revision=126680
* Welcome new maintainer!Edwin Groothuis2004-12-281-1/+1
| | | | Notes: svn path=/head/; revision=125393
* Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}Edwin Groothuis2004-12-261-1/+1
| | | | | | | Noticed by: Joshua Tinnin <krinklyfig@spymac.com> Notes: svn path=/head/; revision=125221
* Update port: games/gnuchess (new version 5.07 with optional openingEdwin Groothuis2004-12-231-3/+38
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=124894
* gnuchess doesn't install the gnuchessx aliasEdwin Groothuis2003-10-081-0/+4
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=90623
* Update to 5.06.Eric Anholt2003-05-101-2/+8
| | | | | | | | PR: ports/51856 Submitted by: Ports Fury Notes: svn path=/head/; revision=80594
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75954
* Upgrade 5.04->5.05Mikhail Teterin2003-01-091-1/+2
| | | | Notes: svn path=/head/; revision=72785
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to the zooty new 5.04 and drop maintainership.Mark Murray2002-10-071-9/+4
| | | | Notes: svn path=/head/; revision=67545
* update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's MakefileMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27508
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Upgrade to 4.0pl80.Matthew Hunt1999-08-301-2/+2
| | | | | | | | PR: 13461 Submitted by: Mark Huizer <xaa@xaa.iae.nl> Notes: svn path=/head/; revision=21105
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Upgrade to 4.0.79.Matthew Hunt1998-12-281-4/+4
| | | | | | | | PR: 9225 Submitted by: Mark Huizer <xaa@xaa.iae.nl> Notes: svn path=/head/; revision=15691
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+2
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578