non port: games/glchess/Makefile |
Number of commits found: 69 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
 |
Friday, 8 Nov 2019
|
10:47 tobik
games: Add missing USES={gnome,gl,sdl,xorg}
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Saturday, 29 Apr 2017
|
09:00 amdmi3
- Switch to options helpers
- Update WWW
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 31 Oct 2014
|
14:44 amdmi3
- Use OPTIONS helpers
- Don't use gettext when NLS is disabled
- Remove @exec/@unexec's handled by USES=shared-mime-info
- Drop @dirrm* from plist
 |
Monday, 20 Oct 2014
|
17:36 mva
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Sunday, 17 Aug 2014
|
12:29 mva
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.
With hat: python@
 |
Wednesday, 9 Jul 2014
|
12:59 vanilla
1: Stagify.
2: add INSTALLS_EGGINFO, bump version.
 |
Friday, 13 Jun 2014
|
07:36 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
 |
Wednesday, 11 Jun 2014
|
18:55 marino
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
 |
Monday, 10 Mar 2014
|
20:55 gerald
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
 |
Friday, 21 Feb 2014
|
13:36 ehaupt
Remove trailing whitespaces from category games
 |
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
 |
Saturday, 26 Oct 2013
|
00:52 gerald
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Monday, 29 Apr 2013
|
22:27 bapt
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Friday, 27 Nov 2009
|
22:52 sylvio
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
 |
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Sunday, 21 Jun 2009
|
22:11 araujo
- Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.
 |
Friday, 6 Jun 2008
|
13:31 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Friday, 17 Aug 2007
|
11:56 araujo
- Update to 1.0.6.
- Added WITHOUT_NLS knob.
Approved by: itetcu (mentor)
 |
Friday, 29 Jun 2007
|
16:29 araujo
- Change my mail address to araujo@.
Approved by: stas (mentor)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Monday, 16 Apr 2007
|
07:12 itetcu
Update to 1.0.5
PR: ports/111605
Submitted by: Marcelo Araujo (araujo@bsdmail.org) (maintainer)
 |
Tuesday, 27 Feb 2007
|
13:48 miwi
- Update to 1.0.2
PR: 109323
Submitted by: Marcelo Araujo <araujo@bsdmail.org> (Maintainer)
 |
Wednesday, 17 Jan 2007
|
20:44 miwi
- Support GCONF_SCHEMAS properly
PR: 107997
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Friday, 5 Jan 2007
|
08:02 clsung
- Update to 1.0.1
- grab maintainership
PR: ports/107545
Submitted by: maintainer (Marcelo Araujo)
 |
Thursday, 21 Dec 2006
|
22:33 miwi
- Update to 1.0
PR: ports/106984
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Sunday, 5 Nov 2006
|
21:03 miwi
- Update to 0.9.12
PR: ports/105032
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2
 |
Monday, 9 Oct 2006
|
00:36 alepulver
- Update to version 0.9.11.
PR: ports/104172
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Monday, 11 Sep 2006
|
22:01 miwi
- Update to 0.9.7
PR: ports/103146
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
 |
Wednesday, 19 Jul 2006
|
20:41 rafan
- Update 0.9.5
- Remove USE_X_PREFIX
PR: ports/100561
Submitted by: KATO Tsuguru
 |
Sunday, 25 Jun 2006
|
16:25 itetcu
Update to version 0.9.4
PR: ports/99044
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Sunday, 11 Jun 2006
|
19:22 erwin
Update to 0.9.3
PR: 98822
Submitted by: Ports fury
 |
Thursday, 20 Apr 2006
|
05:34 sem
- Update to 0.9.0
PR: ports/96004
Submitted by: Ports Fury
 |
Friday, 14 Apr 2006
|
22:53 linimon
Reset pat due to no response to email about his status.
Hat: portmgr
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
 |
Monday, 21 Feb 2005
|
14:52 fjoe
USE_MESA -> USE_GL
Approved by: MAINTAINER
 |
Friday, 4 Jun 2004
|
17:29 ade
Sync with new bsd.autotools.mk
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Thursday, 3 Jul 2003
|
05:41 pat
Fix gnuchess support
Submitted by: "Holger Kipp" <hk@intserv.int1.b.intern>
 |
Sunday, 20 Apr 2003
|
03:03 marcus
Remove USE_GNOMENG.
 |
Friday, 7 Mar 2003
|
06:03 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Monday, 25 Nov 2002
|
01:34 alane
Fixed bug where port makefile attempted to bypass automake/autoconf
support mechanism. That's a no-no. Bad maintainer. Bad.
 |
Wednesday, 18 Sep 2002
|
02:05 pat
Update to 0.4.7
 |
Monday, 2 Sep 2002
|
00:59 lioux
Deploy USE_GNOMENG infrastructure
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Wednesday, 27 Mar 2002
|
07:07 pat
Update to 0.4.6
 |
Sunday, 24 Mar 2002
|
07:31 pat
- Update to 0.4.5
- make programs in RUN_DEPENDS optional and make note in pkg-message
 |
Wednesday, 23 Jan 2002
|
21:50 pat
Update to 0.4.4
 |
Friday, 11 Jan 2002
|
22:06 pat
1) update to 0.4.3 2) add pkg-message telling users to make sure that Load glx
is in the modules section of the X config file
 |
Wednesday, 26 Dec 2001
|
18:36 pat
Update to 0.4.2
 |
Sunday, 9 Dec 2001
|
02:42 pat
Update to 0.4.1
 |
Thursday, 15 Nov 2001
|
03:59 pat
Maintainer is now committer so change to new email address.
 |
Tuesday, 4 Sep 2001
|
23:36 lioux
Update to 0.3.5
 |
Monday, 20 Aug 2001
|
16:59 kevlo
Update to version 0.3.4
 |
Monday, 30 Jul 2001
|
00:33 lioux
New port glchess version 0.3.3, A 3D OpenGL based chess game
 |
Number of commits found: 69 |