Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0_1 05 Mar 2024 23:35:46
    |
Vladimir Druzenko (vvd)  |
games/freecell-solver: Move man pages to share/man
Approved by: portmgr (blanket) |
6.2.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
6.2.0 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
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 ) |
6.2.0 13 Oct 2021 14:28:41
    |
Mikael Urankar (mikael)  Author: Robert Clausecker |
games/freecell-solver: Unbreak on 32 bit platforms.
The port requires GMP on platforms that lack __int128, i.e. 32 bit platforms,
but LIB_DEPENDS for libgmp is only present for i386.
This patch extends the existing i386 special case to known 32 bit platforms so
the port builds on armv7 FreeBSD and hopefully others.
PR: 258442
Approved by: danilo (maintainer timeout) |
6.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.2.0 27 Oct 2020 20:21:15
  |
danilo  |
games/freecell-solver: Update to 6.2.0 |
6.0.1 23 Oct 2020 14:23:11
  |
pkubaj  |
games/freecell-solver: fix build on powerpc64le
Error:
/wrkdirs/usr/ports/games/freecell-solver/work/freecell-solver-6.0.1/xxHash-wrapper/xxHash-0.7.2/xxh3.h:627:32:
warning: implicit declaration of function 'vec_vsx_ld' is invalid in C99
[-Wimplicit-function-declaration]
U64x2 const data_vec = vec_vsx_ld(0, xinput + i); |
6.0.1 11 Aug 2020 16:56:07
  |
danilo  |
- Update to 6.0.1
- Remove EXAMPLES option |
4.20.0_3 26 Jul 2019 20:46:57
  |
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 |
4.20.0_2 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.20.0_2 12 Dec 2018 01:35:36
  |
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 |
4.20.0_1 30 Aug 2018 14:22:54
  |
danilo  |
- Fix build and run dependencies
Reported by: se |
4.20.0 04 Aug 2018 17:19:57
  |
danilo  |
- Update to 4.20.0 |
4.18.0_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.18.0 30 Mar 2018 19:40:27
  |
danilo  |
- Update to 4.18.0 |
4.16.0 14 Feb 2018 21:24:30
  |
danilo  |
- Update to 4.16.0 |
4.14.1 06 Jan 2018 18:08:19
  |
danilo  |
- Update to 4.14.1 |
4.12.1_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
4.12.1 17 Jun 2017 22:30:43
  |
danilo  |
- Update to 4.12.1 |
4.8.0_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
4.8.0 22 Jan 2017 22:28:57
  |
danilo  |
- Update to 4.8.0 |
4.6.1 15 Jan 2017 15:12:44
  |
danilo  |
- Update to 4.6.1 |
4.6.0 22 Dec 2016 14:39:51
  |
danilo  |
- Update to 4.6.0 |
4.4.0 26 Sep 2016 03:13:57
  |
danilo  |
- Update to 4.4.0 |
4.2.0 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.2.0 09 Apr 2016 17:53:59
  |
danilo  |
- Update to 4.2.0 |
4.0.2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.0.2 31 Jan 2016 13:27:32
  |
danilo  |
- Update to 4.0.2
Suggested by: Shlomi Fish |
3.26.0_1 16 Jan 2015 16:55:06
  |
amdmi3  |
- Drop @dirrm* from plists
Approved by: portmgr blanket |
3.26.0_1 23 Jun 2014 13:44:39
  |
amdmi3  |
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.26.0 20 May 2014 22:20:03
  |
danilo  |
- Update from 3.24.0 to 3.26.0 |
3.24.0 26 Apr 2014 14:47:03
  |
danilo  |
- Convert USE_BZIP2 to USES |
3.24.0 22 Feb 2014 13:50:06
  |
danilo  |
- Update from 3.22.0 to 3.24.0
- Add shebangfix to USES
- Use options helpers |
3.22.0 06 Oct 2013 13:37:53
  |
danilo  |
- Update from 3.20.1 to 3.22.0
Approved by: wg/culot (mentors, implicit) |
3.20.1 29 Sep 2013 13:47:41
  |
danilo  |
- Change maintainer email to @FreeBSD.org
- Remove LICENSE_FILE
- Add stage support
- Convert LIB_DEPENDS to new syntax
Approved by: wg (mentor) |
3.20.1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.20.1 17 Sep 2013 06:28:07
  |
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
3.20.1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.20.1 03 Jul 2013 18:20:00
  |
pawel  |
Update to version 3.20.1
PR: ports/180239
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) |
3.20.0 28 Jun 2013 15:20:55
  |
pawel  |
- Update to version 3.20.0
- Hand maintainership to submitter
PR: ports/180038
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
3.18.1 07 Jun 2013 07:56:03
  |
ak  |
- Remove empty files |
3.18.1 04 Jun 2013 10:00:12
  |
miwi  |
- Update to 1.18.1
PR: 179223
Submitted by: Ports Fury |
3.16.0 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.16.0 16 Jan 2013 07:48:18
  |
araujo  |
- Update to 3.16.0.
- Trim header.
PR: ports/174164
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.12.0 19 Jul 2012 17:29:15
 |
sperber  |
- Update to version 3.12.0
PR: ports/169414
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor) |
3.10.0 12 Jun 2012 16:35:45
 |
bapt  |
Convert to new options framework |
3.10.0 20 Feb 2012 00:05:56
 |
miwi  |
- Update to version 3.10.0
PR: 164993
Submitted by: Ports Fury |
3.8.0_1 27 Nov 2011 09:53:12
 |
miwi  |
- Update MASTER_SITES and WWW: line
- Support PTHREAD_LIBS properly
PR: 162857
Submitted by: Ports Fury
Feature safe: yes |
3.8.0_1 14 Nov 2011 03:26:46
 |
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
3.8.0_1 12 Nov 2011 02:28:18
 |
rakuco  |
Fix build after bsd.cmake.mk's r1.13.
Remove the part of files/patch-CMakeLists.txt which actually removed the call
which linked to pthread -- it is now needed since we do not rely on it being
passed via LDFLAGS anymore.
Approved by: avilla (mentor, implicit)
Feature safe: yes |
3.8.0_1 06 Sep 2011 23:40:32
 |
pawel  |
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)
Approved by: miwi, wen (mentors implicit) |
3.8.0 09 Aug 2011 10:13:57
 |
ehaupt  |
- Update to 3.8.0
- While here, cleanup Makefile, and reformat pkg-descr (fmt -w 80 pkg-descr)
PR: 159445
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.6.0_1 27 Feb 2011 13:01:19
 |
miwi  |
- Chase devel/google-perftools shlib bump |
3.6.0 15 Feb 2011 07:38:33
 |
miwi  |
- Update to version 3.6.0
- Add LICENSE
- Remove WITH_JUDY and WITH_REDBLACK, they lead
to broken builds anyway
PR: 154781
Submitted by: "Pawel Pekala" <c0rn@o2.pl> |
3.2.0 15 Jul 2010 05:13:34
 |
miwi  |
- Update to 3.2.0
PR: 148555
Submitted by: Ports Fury |
2.42.0 09 May 2010 11:21:56
 |
miwi  |
- Update to 2.42.0
PR: 146304
Submitted by: Ports Fury |
2.40.0 02 Feb 2010 22:42:52
 |
miwi  |
- Update to 2.40.0
PR: 143438
Submitted by: Ports Fury |
2.36.0 13 Dec 2009 00:20:32
 |
miwi  |
- Update to 2.36.0
PR: 141293
Submitted by: Ports Fury |
2.34.0 26 Jul 2009 15:47:28
 |
miwi  |
- Update to 2.34.0
PR: 137008
Submitted by: Ports Fury |
2.32.1 09 Jul 2009 09:05:41
 |
miwi  |
- Update to 2.32.1
PR: 136476
Submitted by: Ports Fury |
2.32.0 26 Jun 2009 14:50:42
 |
miwi  |
- Update to 2.32.0
PR: 136046
Submitted by: Ports Fury |
2.30.0 18 Jun 2009 12:19:10
 |
miwi  |
- Update to 2.30.0
PR: 135640
Submitted by: Ports Fury |
2.28.1 30 May 2009 18:48:53
 |
miwi  |
- Update to 2.28.1
PR: 135032
Submitted by: Ports Fury |
2.26.0 09 May 2009 09:19:12
 |
miwi  |
- Update to version 2.26.0
PR: 134285
Submitted by: Ports Fury |
2.22.0 05 Apr 2009 09:22:33
 |
miwi  |
- Add backup mirror |
2.22.0 03 Apr 2009 08:52:24
 |
miwi  |
- Update to 2.22.0
PR: 133315
Submitted by: Ports Fury |
2.14.0_2 24 Mar 2009 19:13:32
 |
makc  |
bump PORTREVISION after cmake update |
2.14.0_1 21 Feb 2009 05:23:32
 |
wxs  |
- Properly handle NOPORTDOCS
Pointy hat: me
Noticed by: pav |
2.14.0_1 19 Feb 2009 16:32:30
 |
wxs  |
- Respect NOPORTDOCS
PR: ports/131797
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> |
2.14.0 29 Jan 2009 14:45:30
 |
ijliao  |
add missing docs in plist |
2.14.0 28 Jan 2009 03:22:03
 |
ijliao  |
add missing perl dependency |
2.14.0 26 Jan 2009 13:55:05
 |
ijliao  |
upgrade to 2.14.0 |
2.8.14 17 Dec 2007 04:38:29
 |
ijliao  |
upgrade to 2.8.14 |
2.8.13 20 Nov 2006 12:30:58
 |
ijliao  |
upgrade to 2.8.13 |
2.8.12 14 Aug 2006 23:06:39
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.8.12 14 Apr 2006 01:03:06
 |
ijliao  |
upgrade to 2.8.12 |
2.8.11_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.8.11 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
2.8.11 15 Nov 2005 06:52:12
 |
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. |
2.8.11 29 Oct 2005 18:53:11
 |
ehaupt  |
- Update to 2.8.11
- Update master site
- Update WWW
PR: 88189
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.8.10 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.8.10 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.8.10 04 Apr 2005 07:54:38
 |
flz  |
- Update to version 2.8.10.
PR: ports/79472
Submitted by: Ports Fury |
2.8.7 02 Aug 2004 07:37:08
 |
ijliao  |
upgrade to 2.8.7 |
2.8.6 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.8.6 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.8.6 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
2.8.6 26 Mar 2003 15:35:16
 |
ijliao  |
upgrade to 2.8.6 |
2.8.4 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
2.8.4 11 Feb 2003 16:27:47
 |
ijliao  |
upgrade to 2.8.4 |
2.8.3 12 Jan 2003 01:32:13
 |
edwin  |
Update port: games/freecell-solver to 2.8.3
PR: ports/46938
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.8.2 06 Nov 2002 17:13:34
 |
ijliao  |
upgrade to 2.8.2
PR: 44971
Submitted by: Ports Fury |
2.8.0 21 Oct 2002 20:56:44
 |
obraun  |
Upgrade to 2.8.0.
PR: 44347
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.6.3 24 Aug 2002 17:44:43
 |
ijliao  |
upgrade to 2.6.3 |
2.6.2 23 Aug 2002 05:21:24
 |
kris  |
<malloc.h> -> <stdlib.h> to fix build on current |
2.6.2 26 Jul 2002 09:08:35
 |
ijliao  |
upgrade to 2.6.2 |
2.6.1 22 Jul 2002 12:43:37
 |
ijliao  |
upgrade to 2.6.1 |
2.6.0 13 Jul 2002 10:56:55
 |
ijliao  |
upgrade to 2.6.0 |