notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/libdispatch/Makefile

Number of commits found: 37

Friday, 29 Sep 2023
19:05 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libdispatch: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
commit hash: af0d9a9f83a6d2b554efe08062a2325f19cb41f5 commit hash: af0d9a9f83a6d2b554efe08062a2325f19cb41f5 commit hash: af0d9a9f83a6d2b554efe08062a2325f19cb41f5 commit hash: af0d9a9f83a6d2b554efe08062a2325f19cb41f5 af0d9a9
Wednesday, 24 May 2023
16:34 Mathieu Arnold (mat) search for other commits by this committer
*: regular cleanup for GH_TAGNAME bad usage
commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec 0619748
Tuesday, 24 Jan 2023
09:35 Dima Panov (fluffy) search for other commits by this committer
devel/libdispatch: force ports default llvm to build on -current
commit hash: 716ba588c59d83e56e63d935258677b5bbbd6c51 commit hash: 716ba588c59d83e56e63d935258677b5bbbd6c51 commit hash: 716ba588c59d83e56e63d935258677b5bbbd6c51 commit hash: 716ba588c59d83e56e63d935258677b5bbbd6c51 716ba58
Tuesday, 8 Nov 2022
15:37 Dima Panov (fluffy) search for other commits by this committer
devel/libdispatch: bump PORTEPOCH after reviving with new upstream (+)

Reporter by:	bapt
commit hash: 870b187ddb013f73b8a99a02382c5fec963d1eff commit hash: 870b187ddb013f73b8a99a02382c5fec963d1eff commit hash: 870b187ddb013f73b8a99a02382c5fec963d1eff commit hash: 870b187ddb013f73b8a99a02382c5fec963d1eff 870b187
09:43 Dima Panov (fluffy) search for other commits by this committer
devel/libdispatch: bring back Grand Central Dispatch API support library (+)
commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb b966231
Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Saturday, 23 Dec 2017
15:54 tijl search for other commits by this committer
- Remove unneeded USE_AUTOTOOLS.
- Add USES=libtool.
- Put manpages in pkg-plist.
- Replace post-configure with --disable-static.
Original commitRevision:457063 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Monday, 29 Aug 2016
02:50 linimon search for other commits by this committer
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.
Original commitRevision:421041 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Tuesday, 17 Jun 2014
16:07 brooks search for other commits by this committer
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>
Original commitRevision:358140 
Friday, 18 Oct 2013
13:57 brooks search for other commits by this committer
STAGIFY
Depend on a more modern version of clang when the base one won't do.
Original commitRevision:330745 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Saturday, 11 May 2013
13:15 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:317875 
Monday, 5 Dec 2011
17:25 brooks search for other commits by this committer
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
Original commit
Thursday, 10 Nov 2011
21:40 linimon search for other commits by this committer
Mark as broken on powerpc-9 and sparc64-9: does not configure, and does
not link, respectively.

Hat:            portmgr
Feature safe:   yes
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- 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).
Original commit
Tuesday, 27 Sep 2011
20:40 pav search for other commits by this committer
- Unbreak, fix depobj, fix configure

PR:             ports/160800 (partially)
Submitted by:   Oleksii Tsai <oleksii.tsai@googlemail.com>
Original commit
Monday, 26 Sep 2011
21:58 pav search for other commits by this committer
- Mark BROKEN: llvm-devel package does not provide clang binary

Reported by:    pointyhat
Original commit
Friday, 9 Sep 2011
07:32 stas search for other commits by this committer
- Update to revision 210.
- Use BlocksRuntime and clang from base if present.
Original commit
Sunday, 21 Aug 2011
08:03 stas search for other commits by this committer
- 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>
Original commit
07:54 stas search for other commits by this committer
- Unmark broken.  It builds and links just fine (unless used with a broken
  devel/binutils port.  See numerous PRs for details).
Original commit
Thursday, 16 Jun 2011
20:48 pav search for other commits by this committer
- Mark BROKEN: bad depobj

Reported by:    pointyhat
Original commit
Monday, 11 Apr 2011
20:05 pav search for other commits by this committer
- Mark BROKEN on amd64/9

Reported by:    pointyhat
Original commit
Tuesday, 15 Dec 2009
21:06 stas search for other commits by this committer
- Update to r174.
Original commit
Monday, 14 Dec 2009
21:48 stas search for other commits by this committer
- Fix build with CLang.
Original commit
05:59 stas search for other commits by this committer
- Update to r171.
- Disable Clang support for now as it fails to build with recent clang version.
Original commit
Saturday, 14 Nov 2009
22:29 stas search for other commits by this committer
- Add forgotten mlinks.

Submitted by:   rpaulo
Original commit
Wednesday, 11 Nov 2009
08:43 stas search for other commits by this committer
- Update to latest SVN snapshot.
Original commit
Tuesday, 20 Oct 2009
22:33 stas search for other commits by this committer
- Update to r53.
- Add option for blocks support via clang.
Original commit
Saturday, 26 Sep 2009
19:54 stas search for other commits by this committer
- Update to r46.

Feature safe:   yes
Original commit
19:00 stas search for other commits by this committer
- Update to r44.

Feature safe:   yes
Original commit
Friday, 25 Sep 2009
18:16 stas search for other commits by this committer
- Update to r40.

Tested by:      rwatson
Feature safe:   yes
Original commit
Wednesday, 23 Sep 2009
15:02 stas search for other commits by this committer
- Add port for libdispatch, the userland implementation of Grand Central
Dispatch technology.

  WWW:  http://libdispatch.macosforge.org/

Feature safe:   yes (I believe that)
Original commit

Number of commits found: 37