non port: games/freecell-solver/Makefile |
SVNWeb
|
Number of commits found: 103 (showing only 100 on this page) |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
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 )
|
Wed, 13 Oct 2021
|
[ 14:28 Mikael Urankar (mikael) Author: Robert Clausecker ] cb25b8c
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)
|
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.
|
Tue, 27 Oct 2020
|
[ 20:21 danilo ]
games/freecell-solver: Update to 6.2.0
|
Tue, 11 Aug 2020
|
[ 16:56 danilo ]
- Update to 6.0.1
- Remove EXAMPLES option
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Thu, 30 Aug 2018
|
[ 14:22 danilo ]
- Fix build and run dependencies
Reported by: se
|
Sat, 4 Aug 2018
|
[ 17:19 danilo ]
- Update to 4.20.0
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Fri, 30 Mar 2018
|
[ 19:40 danilo ]
- Update to 4.18.0
|
Wed, 14 Feb 2018
|
[ 21:24 danilo ]
- Update to 4.16.0
|
Sat, 6 Jan 2018
|
[ 18:08 danilo ]
- Update to 4.14.1
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 17 Jun 2017
|
[ 22:30 danilo ]
- Update to 4.12.1
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sun, 22 Jan 2017
|
[ 22:28 danilo ]
- Update to 4.8.0
|
Sun, 15 Jan 2017
|
[ 15:12 danilo ]
- Update to 4.6.1
|
Thu, 22 Dec 2016
|
[ 14:39 danilo ]
- Update to 4.6.0
|
Mon, 26 Sep 2016
|
[ 03:13 danilo ]
- Update to 4.4.0
|
Sat, 9 Apr 2016
|
[ 17:53 danilo ]
- Update to 4.2.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, 31 Jan 2016
|
[ 13:27 danilo ]
- Update to 4.0.2
Suggested by: Shlomi Fish
|
Mon, 23 Jun 2014
|
[ 13:44 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Tue, 20 May 2014
|
[ 22:20 danilo ]
- Update from 3.24.0 to 3.26.0
|
Sat, 26 Apr 2014
|
[ 14:47 danilo ]
- Convert USE_BZIP2 to USES
|
Sat, 22 Feb 2014
|
[ 13:50 danilo ]
- Update from 3.22.0 to 3.24.0
- Add shebangfix to USES
- Use options helpers
|
Sun, 6 Oct 2013
|
[ 13:37 danilo ]
- Update from 3.20.1 to 3.22.0
Approved by: wg/culot (mentors, implicit)
|
Sun, 29 Sep 2013
|
[ 13:47 danilo ]
- Change maintainer email to @FreeBSD.org
- Remove LICENSE_FILE
- Add stage support
- Convert LIB_DEPENDS to new syntax
Approved by: wg (mentor)
|
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)
|
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
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 3 Jul 2013
|
[ 18:20 pawel ]
Update to version 3.20.1
PR: ports/180239
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
|
Fri, 28 Jun 2013
|
[ 15:20 pawel ]
- Update to version 3.20.0
- Hand maintainership to submitter
PR: ports/180038
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
|
Tue, 4 Jun 2013
|
[ 10:00 miwi ]
- Update to 1.18.1
PR: 179223
Submitted by: Ports Fury
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 16 Jan 2013
|
[ 07:48 araujo ]
- Update to 3.16.0.
- Trim header.
PR: ports/174164
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 19 Jul 2012
|
[ 17:29 sperber ]
- Update to version 3.12.0
PR: ports/169414
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
Tue, 12 Jun 2012
|
[ 16:35 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Convert to new options framework
|
Mon, 20 Feb 2012
|
[ 00:05 miwi ]
- Update to version 3.10.0
PR: 164993
Submitted by: Ports Fury
|
Sun, 27 Nov 2011
|
[ 09:53 miwi ]
- Update MASTER_SITES and WWW: line
- Support PTHREAD_LIBS properly
PR: 162857
Submitted by: Ports Fury
Feature safe: yes
|
Mon, 14 Nov 2011
|
[ 03:26 rakuco ] (Only the first 10 of 56 ports in this commit are shown above. )
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
|
Tue, 6 Sep 2011
|
[ 23:40 pawel ]
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)
Approved by: miwi, wen (mentors implicit)
|
Tue, 9 Aug 2011
|
[ 10:13 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>
|
Sun, 27 Feb 2011
|
[ 13:01 miwi ]
- Chase devel/google-perftools shlib bump
|
Tue, 15 Feb 2011
|
[ 07:38 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>
|
Thu, 15 Jul 2010
|
[ 05:13 miwi ]
- Update to 3.2.0
PR: 148555
Submitted by: Ports Fury
|
Sun, 9 May 2010
|
[ 11:21 miwi ]
- Update to 2.42.0
PR: 146304
Submitted by: Ports Fury
|
Tue, 2 Feb 2010
|
[ 22:42 miwi ]
- Update to 2.40.0
PR: 143438
Submitted by: Ports Fury
|
Sun, 13 Dec 2009
|
[ 00:20 miwi ]
- Update to 2.36.0
PR: 141293
Submitted by: Ports Fury
|
Sun, 26 Jul 2009
|
[ 15:47 miwi ]
- Update to 2.34.0
PR: 137008
Submitted by: Ports Fury
|
Thu, 9 Jul 2009
|
[ 09:05 miwi ]
- Update to 2.32.1
PR: 136476
Submitted by: Ports Fury
|
Fri, 26 Jun 2009
|
[ 14:50 miwi ]
- Update to 2.32.0
PR: 136046
Submitted by: Ports Fury
|
Thu, 18 Jun 2009
|
[ 12:19 miwi ]
- Update to 2.30.0
PR: 135640
Submitted by: Ports Fury
|
Sat, 30 May 2009
|
[ 18:48 miwi ]
- Update to 2.28.1
PR: 135032
Submitted by: Ports Fury
|
Sat, 9 May 2009
|
[ 09:19 miwi ]
- Update to version 2.26.0
PR: 134285
Submitted by: Ports Fury
|
Sun, 5 Apr 2009
|
[ 09:22 miwi ]
- Add backup mirror
|
Fri, 3 Apr 2009
|
[ 08:52 miwi ]
- Update to 2.22.0
PR: 133315
Submitted by: Ports Fury
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Sat, 21 Feb 2009
|
[ 05:23 wxs ]
- Properly handle NOPORTDOCS
Pointy hat: me
Noticed by: pav
|
Thu, 19 Feb 2009
|
[ 16:32 wxs ]
- Respect NOPORTDOCS
PR: ports/131797
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
|
Thu, 29 Jan 2009
|
[ 14:45 ijliao ]
add missing docs in plist
|
Wed, 28 Jan 2009
|
[ 03:22 ijliao ]
add missing perl dependency
|
Mon, 26 Jan 2009
|
[ 13:55 ijliao ]
upgrade to 2.14.0
|
Mon, 17 Dec 2007
|
[ 04:38 ijliao ]
upgrade to 2.8.14
|
Mon, 20 Nov 2006
|
[ 12:30 ijliao ]
upgrade to 2.8.13
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- 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>
|
Fri, 14 Apr 2006
|
[ 01:03 ijliao ]
upgrade to 2.8.12
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Sat, 29 Oct 2005
|
[ 18:53 ehaupt ]
- Update to 2.8.11
- Update master site
- Update WWW
PR: 88189
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
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'.
|
Mon, 4 Apr 2005
|
[ 07:54 flz ]
- Update to version 2.8.10.
PR: ports/79472
Submitted by: Ports Fury
|
Mon, 2 Aug 2004
|
[ 07:37 ijliao ]
upgrade to 2.8.7
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Wed, 26 Mar 2003
|
[ 15:35 ijliao ]
upgrade to 2.8.6
|
Thu, 20 Feb 2003
|
[ 17:32 knu ] (Only the first 10 of 294 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 11 Feb 2003
|
[ 16:27 ijliao ]
upgrade to 2.8.4
|
Sun, 12 Jan 2003
|
[ 01:32 edwin ]
Update port: games/freecell-solver to 2.8.3
PR: ports/46938
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Wed, 6 Nov 2002
|
[ 17:13 ijliao ]
upgrade to 2.8.2
PR: 44971
Submitted by: Ports Fury
|
Mon, 21 Oct 2002
|
[ 20:56 obraun ]
Upgrade to 2.8.0.
PR: 44347
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 24 Aug 2002
|
[ 17:44 ijliao ]
upgrade to 2.6.3
|
Fri, 26 Jul 2002
|
[ 09:08 ijliao ]
upgrade to 2.6.2
|
Mon, 22 Jul 2002
|
[ 12:43 ijliao ]
upgrade to 2.6.1
|
Sat, 13 Jul 2002
|
[ 10:56 ijliao ]
upgrade to 2.6.0
|
Sat, 30 Mar 2002
|
[ 13:56 ijliao ]
upgrade to 2.4.0
|
Thu, 21 Feb 2002
|
[ 06:24 ijliao ]
upgrade to 2.2.2
|
Wed, 20 Feb 2002
|
[ 05:49 ijliao ]
upgrade to 2.2.0
|
Tue, 5 Feb 2002
|
[ 07:07 ijliao ]
upgrade to 2.0.2
|
Thu, 20 Dec 2001
|
[ 10:35 ijliao ]
upgrade to 2.0.0
|
Wed, 14 Nov 2001
|
[ 11:48 ijliao ]
upgrade to 1.10.0
|
Sun, 23 Sep 2001
|
[ 06:54 ijliao ]
upgrade to 1.8.2
|
Fri, 21 Sep 2001
|
[ 13:38 ijliao ]
upgrade to 1.8.1
|
Sat, 1 Sep 2001
|
[ 16:38 ijliao ]
upgrade to 1.8.0 drop maintainership
|
Thu, 12 Jul 2001
|
[ 12:53 ijliao ]
upgrade to 1.6.4
|
Number of commits found: 103 (showing only 100 on this page) |