non port: devel/creduce/Makefile |
SVNWeb
|
Number of commits found: 44 |
Fri, 14 Apr 2023
|
[ 15:35 Robert Clausecker (fuz) ] d7c4b94
devel/creduce: take maintainership
Approved by: bofh (maintainer)
|
[ 14:16 Robert Clausecker (fuz) ] 529b817
devel/creduce: switch to LLVM 13 branch and unbreak
The main upstream release of creduce requires LLVM 9 which we no longer
have in the ports tree. Fortunately, upstream provides branches with
compatibility to newer LLVM releases. Switch to the LLVM 13 branch and
update the port accordingly. The port version has been adjusted to
reflect this.
Approved by: bofh (maintainer)
MFH: 2023Q2
|
Tue, 11 Apr 2023
|
[ 20:46 Muhammad Moinur Rahman (bofh) ] 2c2dd85 (Only the first 10 of 136 ports in this commit are shown above. )
*/*: Adopt ports from swills@
|
[ 20:34 Rene Ladan (rene) ] 4f538db (Only the first 10 of 202 ports in this commit are shown above. )
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary
|
Sun, 26 Mar 2023
|
[ 21:31 Adriaan de Groot (adridg) ] dbc25ab
devel/creduce: mark broken because of incompatibility with some LLVM
/wrkdirs/usr/ports/devel/creduce/work/creduce-8d56bee/clang_delta/ExpressionDetector.cpp:62:16:
error: 'InclusionDirective' marked 'override' but does not override any member
functions
virtual void InclusionDirective(SourceLocation HashLoc,
^
/wrkdirs/usr/ports/devel/creduce/work/creduce-8d56bee/clang_delta/ExpressionDetector.cpp:62:16:
warning: '(anonymous namespace)::IncludesPPCallbacks::InclusionDirective' hides
overloaded virtual function [-Woverloaded-virtual]
/usr/local/llvm13/include/clang/Lex/PPCallbacks.h:122:16: note: hidden
overloaded virtual function 'clang::PPCallbacks::InclusionDirective' declared
here: type mismatch at 6th parameter ('const clang::FileEntry *' vs
'Optional<clang::FileEntryRef>')
virtual void InclusionDirective(SourceLocation HashLoc,
|
Mon, 23 Jan 2023
|
[ 09:58 Daniel Engberg (diizzy) ] be17d4a
devel/creduce: Update to latest commit (20220927) and unbreak
Update to latest commit to support LLVM 15
Convert to CMake and adjust dependencies
PR: 268745
Reviewed by: pkubaj, tcberner
Tested by: pkubaj, brooks
Approved by: portmgr (maintainer timeout, 2+ weeks)
|
Sat, 14 Jan 2023
|
[ 23:14 Tobias C. Berner (tcberner) ] 21778d8 (Only the first 10 of 110 ports in this commit are shown above. )
Cleanup: Remove devel/llvm[789]0
* remove old devel/llvm70
* remove old devel/llvm80
* remove old devel/llvm90
* remove ports explicitely depending on either of the three
Differential Revision: https://reviews.freebsd.org/D37936
|
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 )
|
Sun, 13 Feb 2022
|
[ 18:50 Dimitry Andric (dim) ] 782745a
devel/creduce: add crutch for using libc++ 14 with clang++ 8
C-Reduce still depends on devel/llvm80, and this is no longer compatible
with libc++ 14 or higher, since libc++ now requires support for the
__builtin_is_constant_evaluated() builtin function (see
https://github.com/llvm/llvm-project/commit/1123100a16a321d70508e2508ebc5d57ce7163dc
).
As a crutch, add a small header which defines a constexpr
__builtin_is_constant_evaluated() function, and include that at the top
of every compiled file, using -include, whenever the base system clang
version is 14 or higher.
Approved by: swills (maintainer)
MFH: 2022Q1
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Sun, 11 Jul 2021
|
[ 22:31 Piotr Kubaj (pkubaj) ] 679903f
devel/creduce: fix build on powerpc
libtool: link: /usr/local/bin/clang80 -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -fstack-protector-strong -o unifdef unifdef-unifdef.o
ld: error: unifdef.c:(function main: .text+0x1C2): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x33A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x3C2): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x422): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x4EE): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x81A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x8B2): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function main: .text+0x94A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x187A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1912): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1A0E): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1A9E): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1B16): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1B7E): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function process: .text+0x1D72): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function skipcomment: .text+0x226A): unknown relocation
(88) against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function findsym: .text+0x265A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function findsym: .text+0x275A): unknown relocation (88)
against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function eval_unary: .text+0x34D2): unknown relocation
(88) against symbol _ThreadRuneLocale
ld: error: unifdef.c:(function eval_unary: .text+0x356E): unknown relocation
(88) against symbol _ThreadRuneLocale
ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all
errors)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Mon, 9 Dec 2019
|
[ 14:06 pkubaj ]
devel/creduce: unbreak on powerpc64
powerpc64 soon switches to elfv2 on head, where this port builds, but it's
necessary to add -mabi=elfv2 to CFLAGS, because LLVM 8 defaults to elfv1.
PR: 242465
Approved by: swills
|
Wed, 7 Aug 2019
|
[ 08:57 linimon ]
Refactor out the constant string '80' to ease future maintenance.
|
Sun, 26 May 2019
|
[ 08:06 tobik ]
devel/creduce: Drop nop CONFIGURE_FLAGS
|
Tue, 14 May 2019
|
[ 11:38 swills ]
devel/creduce: update to 2.10.0
|
Mon, 6 May 2019
|
[ 20:36 swills ]
devel/creduce: update to 2.9.0
|
Mon, 9 Jul 2018
|
[ 20:17 swills ]
devel/creduce: update to 2.8.0
|
Tue, 27 Feb 2018
|
[ 13:25 sunpoet ]
Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU
- Strip shared library
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
- Pass maintainership to perl@
|
Sat, 17 Jun 2017
|
[ 02:57 bdrewery ]
Fix wrong PKGNAME dependency.
Spotted by: Poudriere
With hat: portmgr
|
Wed, 31 May 2017
|
[ 18:46 swills ]
devel/creduce: Update to 2.7.0
PR: 219415
Submitted by: dim
|
Sun, 21 May 2017
|
[ 21:55 linimon ] (Only the first 10 of 49 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Fri, 5 May 2017
|
[ 18:39 swills ]
devel/creduce: Update to 2.6.0
While here, update to use llvm39.
PR: 219073
Submitted by: dim
|
Thu, 5 Jan 2017
|
[ 11:00 amdmi3 ] (Only the first 10 of 29 ports in this commit are shown above. )
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes
portmgr blanket
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Mon, 19 Dec 2016
|
[ 09:10 amdmi3 ]
- Mark broken on 9.x
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
|
Mon, 23 May 2016
|
[ 13:41 swills ]
devel/creduce: update to 2.5.0
|
Fri, 22 Apr 2016
|
[ 01:43 swills ]
devel/creduce: fix build on 9.3
|
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
|
Mon, 4 Jan 2016
|
[ 15:36 swills ]
devel/creduce: revive port
Since creduce seems to be maintained after all and has recently had a release
which now works with newer llvm, revive the port.
|
Sat, 27 Sep 2014
|
[ 01:59 brooks ]
Assume a lack of updates means a lack of interest and deprecate the
creduce port as it is the last undeprecated dependency on clang32.
If someone wants to update this there is a patch that builds, but does
not install at:
https://people.freebsd.org/~brooks/patches/creduce-2.2.0-partial.diff
|
Wed, 24 Sep 2014
|
[ 06:00 eadler ] (Only the first 10 of 23 ports in this commit are shown above. )
Hand back my ports to the pool.
Ports require time and TLC which I no longer have.
|
Fri, 13 Dec 2013
|
[ 18:42 eadler ]
devel/creduce
creduce is not actually BSD licensed.
|
Thu, 12 Dec 2013
|
[ 21:34 eadler ]
devel/creduce: fix dependencies
I had forgotten a += so the run depends were wrong.
Further, the dep on clang won't work correctly since a version bump on clang
Reported by: brooks (mostly)
|
Wed, 11 Dec 2013
|
[ 23:44 eadler ]
creduce/Makefile csmith/Makefile symports/Makefile: use BSD*CLAUSE
The LICENSE 'BSD' was not specific enough. Now, use the new versioned licenses.
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 20 Oct 2013
|
[ 02:39 eadler ]
- Convert to staging support
- Depend on lang/clang32 instead of lang/clang due to upcoming changes [1]
Requested by: brooks [1]
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Thu, 12 Sep 2013
|
[ 16:11 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 16 Jul 2013
|
[ 21:59 eadler ] (Only the first 10 of 38 ports in this commit are shown above. )
Remove now excess verbiage.
Reviewed by: bapt
|
Sat, 6 Jul 2013
|
[ 17:27 eadler ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
|
Sun, 12 May 2013
|
[ 21:31 eadler ]
Fix pkg-plist. @dirrm was run before PORTDATA was added. This was not caught
by pkgng but is caught by pkg_ tools.
Reported by: itetcu
Reviewed by: bapt
|
Thu, 25 Apr 2013
|
[ 02:35 eadler ]
Add creduce:
C-Reduce is a tool which takes a large C or C++ program that has a property of
interest (such as triggering a compiler bug) and automatically produces a much
smaller C/C++ program that has the same property. It is intended for use by
people who discover and report bugs in compilers and other tools that process
C/C++ code.
Reviewed by: mva, swills
Tested by: swills
|
Number of commits found: 44 |