notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/creduce/Makefile
SVNWeb

Number of commits found: 44

Fri, 14 Apr 2023
[ 15:35 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:d7c4b947c64b9d208903fe21c3c2246f549cd25d  commit hash:d7c4b947c64b9d208903fe21c3c2246f549cd25d  commit hash:d7c4b947c64b9d208903fe21c3c2246f549cd25d  d7c4b94 
devel/creduce: take maintainership

Approved by:	bofh (maintainer)
[ 14:16 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:529b8173aeac13298a31cf70f61f8c38748d8550  commit hash:529b8173aeac13298a31cf70f61f8c38748d8550  commit hash:529b8173aeac13298a31cf70f61f8c38748d8550  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) search for other commits by this committer ]    commit hash:2c2dd8535554ef831d72fdb17c6679fbacbcdb35  commit hash:2c2dd8535554ef831d72fdb17c6679fbacbcdb35  commit hash:2c2dd8535554ef831d72fdb17c6679fbacbcdb35  2c2dd85  (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
*/*: Adopt ports from swills@
[ 20:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  4f538db  (Only the first 10 of 202 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:dbc25abcb287b241572440a69cf388dc6d6a0546  commit hash:dbc25abcb287b241572440a69cf388dc6d6a0546  commit hash:dbc25abcb287b241572440a69cf388dc6d6a0546  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) search for other commits by this committer ]    commit hash:be17d4ad221b313ecad86d0f42cea4b1c8b19d74  commit hash:be17d4ad221b313ecad86d0f42cea4b1c8b19d74  commit hash:be17d4ad221b313ecad86d0f42cea4b1c8b19d74  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) search for other commits by this committer ]    commit hash:21778d8958f518e2179b1053d75cfb6c71405558  commit hash:21778d8958f518e2179b1053d75cfb6c71405558  commit hash:21778d8958f518e2179b1053d75cfb6c71405558  21778d8  (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 13 Feb 2022
[ 18:50 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:782745a8ef207fdaaaa6020ed51aea65f0b17437  commit hash:782745a8ef207fdaaaa6020ed51aea65f0b17437  commit hash:782745a8ef207fdaaaa6020ed51aea65f0b17437  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) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:679903f446f688a0d13c173f5be6d1f4076790db  commit hash:679903f446f688a0d13c173f5be6d1f4076790db  commit hash:679903f446f688a0d13c173f5be6d1f4076790db  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) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 9 Dec 2019
[ 14:06 pkubaj search for other commits by this committer ] Original commit   Revision:519612
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 search for other commits by this committer ] Original commit   Revision:508302
Refactor out the constant string '80' to ease future maintenance.
Sun, 26 May 2019
[ 08:06 tobik search for other commits by this committer ] Original commit   Revision:502695
devel/creduce: Drop nop CONFIGURE_FLAGS
Tue, 14 May 2019
[ 11:38 swills search for other commits by this committer ] Original commit   Revision:501649
devel/creduce: update to 2.10.0
Mon, 6 May 2019
[ 20:36 swills search for other commits by this committer ] Original commit   Revision:500930
devel/creduce: update to 2.9.0
Mon, 9 Jul 2018
[ 20:17 swills search for other commits by this committer ] Original commit   Revision:474300
devel/creduce: update to 2.8.0
Tue, 27 Feb 2018
[ 13:25 sunpoet search for other commits by this committer ] Original commit   Revision:463142
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 search for other commits by this committer ] Original commit   Revision:443722
Fix wrong PKGNAME dependency.

Spotted by:	Poudriere
With hat:	portmgr
Wed, 31 May 2017
[ 18:46 swills search for other commits by this committer ] Original commit   Revision:442256
devel/creduce: Update to 2.7.0

PR:		219415
Submitted by:	dim
Sun, 21 May 2017
[ 21:55 linimon search for other commits by this committer ] Original commit   Revision:441429 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:440200
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 search for other commits by this committer ] Original commit   Revision:430631 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Mon, 19 Dec 2016
[ 09:10 amdmi3 search for other commits by this committer ] Original commit   Revision:428914
- Mark broken on 9.x
- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
Mon, 23 May 2016
[ 13:41 swills search for other commits by this committer ] Original commit   Revision:415719
devel/creduce: update to 2.5.0
Fri, 22 Apr 2016
[ 01:43 swills search for other commits by this committer ] Original commit   Revision:413759
devel/creduce: fix build on 9.3
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 4 Jan 2016
[ 15:36 swills search for other commits by this committer ] Original commit   Revision:405245
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 search for other commits by this committer ] Original commit   Revision:369354
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 search for other commits by this committer ] Original commit   Revision:369161 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Hand back my ports to the pool.

Ports require time and TLC which I no longer have.
Fri, 13 Dec 2013
[ 18:42 eadler search for other commits by this committer ] Original commit   Revision:336364
devel/creduce

creduce is not actually BSD licensed.
Thu, 12 Dec 2013
[ 21:34 eadler search for other commits by this committer ] Original commit   Revision:336291
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 search for other commits by this committer ] Original commit   Revision:336237
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 search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 20 Oct 2013
[ 02:39 eadler search for other commits by this committer ] Original commit   Revision:330962
- 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 search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Thu, 12 Sep 2013
[ 16:11 az search for other commits by this committer ] Original commit   Revision:327086 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 16 Jul 2013
[ 21:59 eadler search for other commits by this committer ] Original commit   Revision:323129 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Remove now excess verbiage.

Reviewed by:	bapt
Sat, 6 Jul 2013
[ 17:27 eadler search for other commits by this committer ] Original commit   Revision:322403 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:317980
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 search for other commits by this committer ] Original commit   Revision:316494
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