non port: devel/libdispatch/Makefile |
Number of commits found: 37 |
Friday, 29 Sep 2023
|
19:05 Muhammad Moinur Rahman (bofh)
devel/libdispatch: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
af0d9a9 |
Wednesday, 24 May 2023
|
16:34 Mathieu Arnold (mat)
*: regular cleanup for GH_TAGNAME bad usage
0619748 |
Tuesday, 24 Jan 2023
|
09:35 Dima Panov (fluffy)
devel/libdispatch: force ports default llvm to build on -current
716ba58 |
Tuesday, 8 Nov 2022
|
15:37 Dima Panov (fluffy)
devel/libdispatch: bump PORTEPOCH after reviving with new upstream (+)
Reporter by: bapt
870b187 |
09:43 Dima Panov (fluffy)
devel/libdispatch: bring back Grand Central Dispatch API support library (+)
b966231 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
 |
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
 |
Saturday, 23 Dec 2017
|
15:54 tijl
- Remove unneeded USE_AUTOTOOLS.
- Add USES=libtool.
- Put manpages in pkg-plist.
- Replace post-configure with --disable-static.
 |
Monday, 9 Jan 2017
|
13:16 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
 |
Tuesday, 3 Jan 2017
|
11:01 mat
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
 |
Monday, 29 Aug 2016
|
02:50 linimon
Obvious error is obvious.
To brooks: I caught this while investigating a stray error message on sparc64
builds. It has to do with the CONFIGURE_ENV+= CC="/usr/bin/clang" line which
should not be executed on tier-2. I do not know of the proper fix yet.
 |
Thursday, 15 Oct 2015
|
14:55 mat
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
 |
Friday, 3 Apr 2015
|
11:26 mat
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
 |
Tuesday, 17 Jun 2014
|
16:07 brooks
Apple's GCC block support was backported to FreeBSD's gcc-4.2.1 in base
(r260311).
With a small revision (r264121) which was MFCd to 10.0-STABLE as
r264214, our base GCC got the capacity to build more blocks application
cleanly.
This support is important for platforms lack support for clang like
ia64, powerpc and sparc64.
The attached patch:
- Overrides the clang port option in platforms that ship a valid
block-enabled compiler in base.
- Let's platforms like powerpc and sparc use the base compiler.
- Adds license information for libdispatch (Apache License 2.0)
PR: 188332
Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>
 |
Friday, 18 Oct 2013
|
13:57 brooks
STAGIFY
Depend on a more modern version of clang when the base one won't do.
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Saturday, 11 May 2013
|
13:15 bapt
Convert to new options framework
 |
Monday, 5 Dec 2011
|
17:25 brooks
Depend on release clang. Even 2.9 is sufficient so we don't need to
make people drag in -devel.
Someone ought to own this and I own most of the depends so grab it.
Feature safe: yes
 |
Thursday, 10 Nov 2011
|
21:40 linimon
Mark as broken on powerpc-9 and sparc64-9: does not configure, and does
not link, respectively.
Hat: portmgr
Feature safe: yes
 |
Monday, 24 Oct 2011
|
03:33 stas
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
 |
Tuesday, 27 Sep 2011
|
20:40 pav
- Unbreak, fix depobj, fix configure
PR: ports/160800 (partially)
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
 |
Monday, 26 Sep 2011
|
21:58 pav
- Mark BROKEN: llvm-devel package does not provide clang binary
Reported by: pointyhat
 |
Friday, 9 Sep 2011
|
07:32 stas
- Update to revision 210.
- Use BlocksRuntime and clang from base if present.
 |
Sunday, 21 Aug 2011
|
08:03 stas
- Force PIC support in configure, so the check will pass on broken
compiler/linker combinations as well.
PR: ports/155157
Submitted by: Pan Tsu <inyaoo@gmail.com>
 |
07:54 stas
- Unmark broken. It builds and links just fine (unless used with a broken
devel/binutils port. See numerous PRs for details).
 |
Thursday, 16 Jun 2011
|
20:48 pav
- Mark BROKEN: bad depobj
Reported by: pointyhat
 |
Monday, 11 Apr 2011
|
20:05 pav
- Mark BROKEN on amd64/9
Reported by: pointyhat
 |
Tuesday, 15 Dec 2009
|
21:06 stas
- Update to r174.
 |
Monday, 14 Dec 2009
|
21:48 stas
- Fix build with CLang.
 |
05:59 stas
- Update to r171.
- Disable Clang support for now as it fails to build with recent clang version.
 |
Saturday, 14 Nov 2009
|
22:29 stas
- Add forgotten mlinks.
Submitted by: rpaulo
 |
Wednesday, 11 Nov 2009
|
08:43 stas
- Update to latest SVN snapshot.
 |
Tuesday, 20 Oct 2009
|
22:33 stas
- Update to r53.
- Add option for blocks support via clang.
 |
Saturday, 26 Sep 2009
|
19:54 stas
- Update to r46.
Feature safe: yes
 |
19:00 stas
- Update to r44.
Feature safe: yes
 |
Friday, 25 Sep 2009
|
18:16 stas
- Update to r40.
Tested by: rwatson
Feature safe: yes
 |
Wednesday, 23 Sep 2009
|
15:02 stas
- Add port for libdispatch, the userland implementation of Grand Central
Dispatch technology.
WWW: http://libdispatch.macosforge.org/
Feature safe: yes (I believe that)
 |
Number of commits found: 37 |