2020-05-01 01:46:14 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Apply a similar hackaround for UB in libosp to clang. Bump revision
|
2020-03-26 22:47:55 by Roland Illig | Files touched by this commit (2) |
Log message:
textproc/openjade: fix -Wchar-subscripts
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-23 20:09:26 by Greg Troxel | Files touched by this commit (1) |
Log message:
textproc/openjade: Add note about gcc versions that expose the openjade bug
|
2019-11-23 19:55:54 by Greg Troxel | Files touched by this commit (1) |
Log message:
textproc/openjade: Work around buggy openjade code harder!
openjade has some buggy code, which relies on storage remaining valid
when the C++ standard says that it is undefined:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
Recent gcc removes code that writes to this about-to-be-undefined
storage, shrinking the openjade binary. Some versions further result
in a binary which crashes.
pkgsrc had a workaround to add -fno-tree-dse when PKGSRC_COMPILER was
equal to gcc. That is buggy, because "ccache gcc", "distcc gcc",
etc. should also get the workaround. This commit replaces the exact
test with a pattern match.
Now, the workaround gcc flag is passed when compiling with ccache.
Fixes pkg/54134. Note that the comments in the PR which implicate
ccache as buggy turned out to be untrue.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-01-31 00:24:29 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
openjade: Specify C++03, not C++11 clean (access declarations).
|
2017-08-02 14:13:34 by Maya Rashish | Files touched by this commit (1) |
Log message:
openjade: Add a hack to fix the build of postgresql95-docs if built with GCC>6.
The openjade code is wrong, see analysis at:
https://bugzilla.redhat.com/show_bug.cgi?id=1306162
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
From Thomas Orgis
|