Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.13.0_5 22 Feb 2024 13:23:41 |
Muhammad Moinur Rahman (bofh) |
benchmarks/polygraph: Moved man to share/man
Approved by: portmgr (blanket) |
4.13.0_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.13.0_3 13 Mar 2023 00:02:49 |
Piotr Kubaj (pkubaj) |
benchmarks/polygraph: fix build on powerpc*
../../src/xstd/Endian.h:34:17: error: 'uint64_t uint64_t(uint64_t)' redeclared
as different kind of entity
34 | inline uint64_t htobe64(uint64_t x) {
| ^~~~~~~
In file included from /usr/include/stdint.h:38,
from
/usr/local/lib/gcc12/gcc/powerpc-portbld-freebsd13.2/12.2.0/include/stdint.h:9,
from ../../src/xstd/h/stdint.h:7,
from ../../src/base/polygraph.h:17:
/usr/include/sys/_stdint.h:71:33: note: previous declaration 'typedef __uint64_t
uint64_t'
71 | typedef __uint64_t uint64_t;
| ^~~~~~~~ |
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) |
4.13.0_3 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 ) |
4.13.0_3 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.13.0_3 02 Jun 2022 12:12:24 |
Lorenzo Salvadore (salvadore) |
benchmarks/polygraph: Exclude SSL option on i386
The port has USE_GCC=yes and SSL option breaks the build on i386
architecture with GCC 11, which is soon to become the default GCC
version.
PR: 264368
Reported by: exp-run (antoine)
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35361 |
4.13.0_2 24 Sep 2021 07:47:40 |
Mikael Urankar (mikael) |
benchmarks/polygraph: Mark as broken on aarch64:
configure:17620: g++10 -o conftest -O2 -pipe -fstack-protector-strong
-Wl,-rpath=/usr/local/lib/gcc10 -Wl,-rpath=/usr/local/lib/gcc10 -isystem
/usr/local/include -std=gnu++98 -I/usr/include -isystem /usr/local/include
-L/usr/lib -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10
-L/usr/local/lib/gcc10 conftest.cc -lssl -lcrypto -lm -L/usr/local/lib >&5
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__floatunditf@GCC_4.2.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__subtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__extendsftf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__divtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__floatsitf@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__addtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__letf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__fixunstfdi@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__multf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__eqtf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to
`__lttf2@GCC_3.0' |
4.13.0_2 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
4.13.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.13.0_2 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.13.0_1 12 Dec 2018 17:34:51 |
tobik |
benchmarks/polygraph builds fine with OpenSSL 1.1.1
While here set EXTRACT_SUFX instead of WRKSRC and DISTVERSIONSUFFIX
to avoid having to fix WRKSRC afterwards.
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/polygraph-4.13.0.log |
4.13.0_1 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.13.0 20 Nov 2018 13:13:20 |
wen |
- Update to 4.13.0 |
4.12.0 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
4.12.0 28 Oct 2018 10:08:17 |
jbeich |
Return subset of r483249 to GCC 4.2 to unbreak on mips* |
4.12.0 28 Oct 2018 09:36:56 |
jbeich |
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03" |
4.12.0 04 Aug 2018 19:02:14 |
yuri |
benchmarks/polygraph: Update 4.11.0 -> 4.12.0
Reported by: portscout |
4.11.0_2 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.11.0_1 11 Jun 2018 01:44:15 |
linimon |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
4.11.0_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.11.0 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
4.11.0 16 Feb 2018 13:40:16 |
brnrd |
security/openssl-devel: Mark broken category benchmarks |
4.11.0 06 Jan 2018 13:29:29 |
wen |
- Update to 4.11.0 |
4.9.0_4 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.9.0_3 18 Aug 2017 12:05:39 |
rakuco |
Explicitly build with -std=gnu++03.
The port does not build with C++11 or later (GCC 6 defaults to -std=gnu++14
instead of -std=gnu++03).
PR: 219275 |
4.9.0_3 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.9.0_2 03 Mar 2017 04:12:21 |
miwi |
- Chase ldns shlip bump
PR: 217495 |
4.9.0_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
4.9.0 06 Nov 2016 09:24:00 |
antoine |
Fix build with gcc 4.9
PR: 196712 |
4.9.0 09 Sep 2016 19:40:57 |
marino |
benchmarks/polygraph: Handle missing SSLv3
Approved by: SSL blanket |
4.9.0 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
4.9.0 15 Jan 2016 18:40:10 |
amdmi3 |
- Update to 4.9.0
PR: 206242
Submitted by: tkato432@yahoo.com |
4.3.2_1 30 Sep 2015 23:09:06 |
amdmi3 |
- Switch to options helpers |
4.3.2_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
4.3.2_1 05 Mar 2015 13:01:58 |
amdmi3 |
- Fix shebangs
MFH: 2015Q1 |
4.3.2 20 Oct 2014 07:03:49 |
bapt |
Cleanup plist |
4.3.2 29 Jul 2014 19:20:09 |
antoine |
Fix make fetch
Pointy hat: adamw |
4.3.2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
4.3.2 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
4.3.2 01 Mar 2014 21:23:14 |
gerald |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
4.3.2 31 Jan 2014 12:47:07 |
miwi |
- Stage support |
4.3.2 16 Jan 2014 13:05:21 |
zi |
- Reset maintainer due to fatal email bounces
Reported by: portscout |
4.3.2 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
4.3.2 01 Oct 2013 22:16:39 |
marino |
benchmarks/polygraph: Fix c++ errors caught by modern compilers
There were two scope issues caught by -fpermissions and another case
of a redeclared variabled, all of which are caught on recent gcc.
Approved by: portmgr (bapt, implicit) |
4.3.2 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
4.3.2 15 Sep 2013 14:54:36 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
4.3.2 24 Jun 2012 11:06:14 |
scheidell |
- Update to 4.3.2
- Unmark BROKEN
- OPTIONSNG'ify
- Add LICENSE & LICENSE_FILE
- Add USE_GCC (CLANG build BROKEN, would like an assist on this)
- Add OPENSSL and ZLIB options
- Add MAN1 & MAN7
PR: ports/168892
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer (timeout, 15 days) |
3.0.6_3 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
3.0.6_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.0.6_3 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
3.0.6_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
3.0.6_2 21 Jun 2010 22:12:33 |
pav |
- Mark BROKEN on recent 8-STABLE: does not build
Feature safe: yes
Reported by: pointyhat (8.1-R builds) |
3.0.6_2 18 Apr 2010 18:55:35 |
erwin |
Mark BROKEN on 9.x: does not build |
3.0.6_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.0.6_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.0.6 15 Sep 2007 12:11:41 |
miwi |
- Update maintainer mail adress
Submitted by: Maintainer |
3.0.6 14 Sep 2007 12:25:44 |
miwi |
- Update to 3.0.6
- Remove RESTRICTED [1]
- Pass maintainership to submitter
[1]
Project has changed the license to apache2, please see changelog
http://www.web-polygraph.org/downloads/changelog.html
Submitted by: Aron Schlesinger (as@bsdgroup.de) via irc |
2.8.1 23 Nov 2005 23:53:09 |
pav |
- Add SHA256 |
2.8.1 18 Jan 2005 21:37:19 |
clement |
- polygraph has a restrictive licence. |
2.8.1 05 Dec 2004 06:34:42 |
linimon |
With portmgr hat on, reset maintainership of committer who has not
been active for >1 year. |
2.8.1 30 Nov 2004 12:12:19 |
osa |
Update to 2.8.1, remove needless patches.
Also welcome back ReportGen subdir.
Approved by: maintainer (timeout > 3 weeks) |
2.8.0 13 Jul 2004 20:21:35 |
osa |
Add CONFLICTS - both pkg-plist files containes bin/ltrace. |
2.8.0 27 Feb 2004 10:54:07 |
osa |
Fix BROKEN by update to latest 2.8.0 version.
Utilize DATADIR, SIZEfy.
Add -Wno-deprecated to CPPFLAGS for fix annoing warnings.
Approved by: adrian (maintainer) informed. |
2.7.6 12 Feb 2004 00:38:58 |
linimon |
Mark as broken on 4.x as well as 5.x. No response from maintainer
to query about its status for >4 weeks. |
2.7.6 31 Jul 2003 06:53:56 |
adrian |
Take over maintainership with Dmitry's blessing. |
2.7.6 31 Jul 2003 01:53:24 |
kris |
Mark BROKEN on 5.x: does not compile |
2.7.6 07 Mar 2003 05:56:23 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.7.6 03 Aug 2002 10:41:53 |
demon |
Update to 2.7.6. |
2.2.7 18 May 2002 02:27:38 |
kris |
BROKEN: Does not build |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
08 Oct 2000 00:20:10 |
asami |
Convert category benchmarks to new layout. |