Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
2020.3_4 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 ) |
2020.3_4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2020.3_4 12 May 2022 10:33:23 |
Ganael LAPLANCHE (martymac) Author: Sean Champ |
devel/tbb: Fix symlink creation during build
Temporary variable CC_BASENAME may not reflect actual COMPILER_TYPE on
environments that modify CC or COMPILER_TYPE through included files,
leading to creating a wrong symlink.
Evaluating CC in the post-extract target ensures it is up to date and
in line with COMPILER_TYPE.
PR: 263851
Reported by: Sean Champ <lab+bsd@thinkum.space>
MFH: 2022Q2 |
2020.3_4 20 Dec 2021 14:11:34 |
Ganael LAPLANCHE (martymac) |
devel/tbb: Switch to dynamic plist
With recent doxygen update, it became impossible to generate a static
plist for the documentation. Switch to a dynamic plist to fix the
problem.
Reported by: se (by mail) |
2020.3_4 16 Dec 2021 08:49:51 |
Dima Panov (fluffy) |
devel/tbb: regen plist after doxygen update
Sponsored by: Netzkommune GmbH |
2020.3_3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2020.3_3 18 Apr 2021 10:02:20 |
Dima Panov (fluffy) |
devel/doxygen: update to 1.9.1 release
Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH: 2021Q2 |
2020.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.3_2 19 Feb 2021 15:14:46 |
martymac |
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html |
2020.3_1 08 Jan 2021 07:47:03 |
fluffy |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
2020.3 16 Oct 2020 14:36:03 |
pkubaj |
devel/tbb: add powerpc64le support |
2020.3 23 Sep 2020 19:23:38 |
linimon |
Mark as not for any powerpc variant.
Approved by: portmgr (tier-2 blanket) |
2020.3 17 Jul 2020 10:12:26 |
martymac |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
2020.2 25 May 2020 14:17:07 |
martymac |
Add powerpc support
PR: 246718
Submitted by: pkubaj |
2020.2 01 Apr 2020 14:14:52 |
martymac |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES |
2020.1 24 Jan 2020 19:20:30 |
martymac |
Update devel/tbb to 2020.1
No dependency bump required since the ABI should remain compatible.
Changelog: https://github.com/intel/tbb/blob/tbb_2020/CHANGES |
2020.0 07 Jan 2020 18:23:50 |
martymac |
Use Intel GH account
Reported by: jbeich |
2020.0 06 Jan 2020 20:52:03 |
martymac |
Use DISTVERSIONPREFIX instead of specific GH_TAGNAME
Reported by: sunpoet |
2020.0 26 Dec 2019 16:25:22 |
martymac |
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES |
2019.8 25 Sep 2019 10:03:50 |
martymac |
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES |
2019.5 03 Sep 2019 17:41:49 |
martymac |
Fix build on powerpc64
PR: 240291
Submitted by: pkubaj |
2019.5 16 Apr 2019 10:12:40 |
martymac |
Update to 2019.5
See changes here: https://github.com/01org/tbb/blob/2019_U5/CHANGES
That version should remain binary-compatible with 2019.1. |
2019.1_1 05 Mar 2019 21:20:28 |
antoine |
Update devel/doxygen to 1.8.15
PR: 236110 |
2019.1 17 Oct 2018 17:50:04 |
martymac |
Add missing dependency and fix plist troubles when DOCS is on
PR: 232196
Submitted by: Christopher <inbox@alleghenycomputer.com> |
2019.1 11 Oct 2018 14:47:14 |
martymac |
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version. |
2019 04 Oct 2018 10:03:59 |
martymac |
Update devel/tbb to version 2019 and bump dependent port's revisions |
2018.5 20 Aug 2018 10:28:40 |
martymac |
Update to 2018.5 and enable build on aarch64
(dependent ports' revisions NOT bumped as that new version should be binary
compatible with previous version 2018.2)
PR: 230373
Submitted by: Charlie Li <ml+freebsd@vishwin.info> |
2018.2 15 Apr 2018 23:57:12 |
jbeich |
devel/tbb: enable on armv7 |
2018.2 19 Jan 2018 11:10:37 |
martymac |
- Update to 2018 U2
- Reorder a few things to make portlint happy |
2018 17 Sep 2017 07:03:14 |
martymac |
Update tbb to 2018 and bump dependent ports' revisions |
2017.7 23 Aug 2017 11:13:03 |
martymac |
- Update to 2017.7
- Change license to APACHE20 [1]
- Enable build on armv6
[1] See: https://www.threadingbuildingblocks.org/faq/10
PR: 221673
Submitted by: embedded.xyz@gmail.com |
2017.5 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
2017.5 07 Mar 2017 12:44:41 |
martymac |
Update devel/tbb to 2017.5
Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs |
2017.1_3 20 Jan 2017 07:15:34 |
antoine |
Reinplace the target of the symlink instead of the symlink
PR: 216309 |
2017.1_3 06 Jan 2017 17:33:04 |
martymac |
Accept absolute paths for CC and CXX
PR: 215656
Submitted by: rozhuk.im@gmail.com |
2017.1_2 25 Nov 2016 11:22:51 |
martymac |
- Fix library version which should be .2 (as on Linux), not .4
- Bump dependent ports' PORTREVISION
PR: 214777
Submitted by: yuri@rawbw.com |
2017.1_1 21 Nov 2016 11:15:47 |
martymac |
- Add missing SONAME [1]
- Use Clang-specific build files when appropriate
PR: 214579 [1]
Submitted by: Yuri Victorovich <yuri@rawbw.com> [1] |
2017.1 18 Oct 2016 19:41:45 |
martymac |
- Update devel/tbb to version 2017.1
- Bump dependent ports |
4.4.2_1 13 Oct 2016 19:49:02 |
martymac |
- Add pkgconfig file [1]
- Do not use absolute paths for shlibs links
PR: 213373 [1]
Submitted by: rozhuk.im@gmail.com [1]
MFH: 2016Q4 |
4.4.2 08 Jan 2016 19:56:23 |
martymac |
Update to 4.4.2
PR: 206018
Submitted by: oleksii.tsai@gmail.com |
4.4.0 02 Sep 2015 18:22:36 |
martymac |
Update devel/tbb to 4.4.0 and bump dependent ports' revisions
PR: 202777
Submitted by: oleksii.tsai@gmail.com |
4.3.0_2 17 Jun 2015 20:16:44 |
martymac |
Update to 4.3u6 (20150611)
PR: 200887
Submitted by: delphij |
4.3.0_1 09 Oct 2014 06:42:02 |
martymac |
- Add a DOCS option to install documentation [1]
- Remove deprecated @dirrm
PR: 194216 [1]
Submitted by: gahr [1] |
4.3.0 16 Sep 2014 07:05:28 |
martymac |
Update devel/tbb to 4.3.0 and bump dependent ports' revisions
PR: 193214
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> |
4.2.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.2.2 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
4.2.2 26 Mar 2014 07:35:23 |
martymac |
Fix build with clang 3.4 on -CURRENT |
4.2.2 11 Dec 2013 07:53:17 |
martymac |
- Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions
PR: ports/184526
Submitted by: delphij |
4.1.3_1 26 Nov 2013 07:59:04 |
martymac |
Use '${COPYTREE_SHARE} .' instead of '${COPYTREE_SHARE} \*' in my ports
Suggested by: danfe |
4.1.3_1 08 Nov 2013 10:40:28 |
martymac |
- Enable staging
- Update USES
- Strip libraries
- Update WWW |
4.1.3 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
4.1.3 23 Apr 2013 07:00:02 |
martymac |
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc |
4.1.2 12 Feb 2013 08:36:51 |
gahr |
- Make fetchable again by updating to 4.1.2
Changes:
- Objects up to 128 MB are now cached by the tbbmalloc. Previously the
threshold was 8MB. Objects larger than 128 MB are still processed by
direct OS calls.
- Concurrent_unordered_multiset and concurrent_unordered_multimap have
been added, based on Microsoft* PPL prototype.
- Ability to value-initialize a tbb::atomic<T> variable on construction
in C++11, with const expressions properly supported.
Community Preview Features:
- Added a possibility to wait until all worker threads terminate.
This is necessary before calling fork() from an application.
Bugs fixed:
- Fixed data race in tbbmalloc that might lead to memory leaks for large
object allocations.
- Fixed task_arena::enqueue() to use task_group_context of target arena.
- Improved implementation of 64 bit atomics on ia32.
Approved by: martymac (maintainer) |
4.1.1 12 Dec 2012 07:42:35 |
martymac |
- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]
PR: ports/171297 [1]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1] |
4.0.0 20 Nov 2012 07:42:50 |
martymac |
Fix checksum mismatch following master site re-organization
PR: ports/173639
Submitted by: Rob Messick <robmessick@gmail.com>
Feature safe: yes |
4.0.0 16 Jan 2012 09:46:55 |
martymac |
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions |
3.0.5 24 Mar 2011 08:20:12 |
martymac |
- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports
Approved by: ehaupt (mentor) |
3.0_1 10 Nov 2010 13:30:59 |
martymac |
Add missing LICENSE
Approved by: ehaupt (mentor) |
3.0 27 Sep 2010 12:08:23 |
martymac |
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor) |
3.0 07 Sep 2010 15:52:18 |
pgollucci |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer |
3.0 03 Sep 2010 08:52:37 |
pav |
- Honor CXX
PR: ports/150054
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) |
3.0 04 Jul 2010 08:58:11 |
wen |
- Update to 3.0
PR: ports/147870
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe: yes |
2.2 26 Aug 2009 16:03:53 |
miwi |
- Update to 2.2
PR: 138133
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) |
2.1 07 Jul 2009 09:30:50 |
linimon |
Over to new volunteer. |
2.1 06 Jul 2009 01:39:00 |
linimon |
Reset maintainer due to timeout and no response to email.
Hat: portmgr |
2.1 29 Apr 2009 07:35:00 |
itetcu |
Update devel/tbb to version 2.1 (20080605).
Changes to the port :
- Includes a script to generate version info string for freeBSD
- Use ${COPYTREE_SHARE} to install headers
- Use ${PTHREAD_LIBS} instead of -lpthread
PR: ports/129686
Submitted by: Ganael Laplanche
Approved by: maintainer timeout |
2.0 23 Feb 2008 19:44:22 |
erwin |
Update to 20080207
Submitted by: arun (maintainer) |
2.0 25 Oct 2007 23:21:46 |
linimon |
Chase mastersite.
Submitted by: maintainer |
2.0 02 Oct 2007 18:39:18 |
alepulver |
Intel Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
WWW: http://tbb.sourceforge.net/
- Arun Sharma
arun@FreeBSD.org
PR: ports/116771
Submitted by: Arun Sharma <arun at sharma-home.net> |