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/cquery/Makefile

Number of commits found: 19

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 8 Mar 2020
20:45 tcberner search for other commits by this committer
devel/cquery: switch to cmake

- The original build system, waf, depends on python2. Move to cmake.

PR:		244683
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Original commitRevision:528074 
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Tuesday, 14 Jan 2020
09:27 antoine search for other commits by this committer
Switch version of python used in USES=waf to default version of python

Reviewed by:	bapt
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D23143
Original commitRevision:522998 
Tuesday, 24 Sep 2019
03:17 linimon search for other commits by this committer
This port now builds on powerpc64 (tested on ppcports).

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:512698 
Friday, 20 Sep 2019
19:58 jbeich search for other commits by this committer
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Original commitRevision:512440 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 25 Mar 2019
18:09 jbeich search for other commits by this committer
devel/cquery: unbreak with DEFAULT_VERSIONS+=llvm=-devel

Don't try hard to make LIB_DEPENDS pick the specific version when this
is already enforced by BUILD_DEPENDS. The left field in _DEPENDS lines
isn't recorded into binary packages, anyway.

=======================<phase: lib-depends    >============================
===>   cquery-20180718_4 depends on shared library: libclang.so.-devel - not
found
===>   Installing existing package /packages/All/llvm-devel-9.0.d20190226.txz
[120i386-default-llvm90-job-03] Installing llvm-devel-9.0.d20190226...
the most recent version of llvm-devel-9.0.d20190226 is already installed
===>   cquery-20180718_4 depends on shared library: libclang.so.-devel - not
found
*** Error code 1
Original commitRevision:496846 
Wednesday, 20 Mar 2019
12:23 jbeich search for other commits by this committer
Switch to devel/llvm80 for DEFAULT_VERSIONS

PR:		235215
Original commitRevision:496337 
Thursday, 17 Jan 2019
11:00 tobik search for other commits by this committer
devel/cquery: Bump revision after r490543
Original commitRevision:490544 
10:47 tobik search for other commits by this committer
Do not set LLVM_DEFAULT now that there is one in bsd.default-versions.mk
Original commitRevision:490543 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Thursday, 8 Nov 2018
12:07 tobik search for other commits by this committer
devel/cquery: Allow overriding the LLVM version via LLVM_DEFAULT

- Cquery builds and works fine with LLVM 7 for example
- Make the libclang.so spec more specific to prevent the framework
  from picking the wrong library version from llvm60 with LLVM_DEFAULT=70
  when both llvm60 and llvm70 are installed in the build environment

PR:		232598
Approved by:	henry.hu.sh@gmail.com (maintainer timeout, 2 weeks)
Original commitRevision:484446 
Sunday, 5 Aug 2018
05:57 joneum search for other commits by this committer
devel/cquery: Update to 20180718

Changelog: https://github.com/cquery-project/cquery/releases

PR:		230100
Submitted by:	yamagi@yamagi.org
Approved by:	maintainer
Original commitRevision:476391 
Monday, 18 Jun 2018
03:49 linimon search for other commits by this committer
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472670 
Saturday, 28 Apr 2018
18:57 jbeich search for other commits by this committer
devel/cquery: update to 20180302

- Switch to LLVM 6.0, chasing r468505

Changes:	https://github.com/cquery-project/cquery/releases/tag/v20180215
Changes:	https://github.com/cquery-project/cquery/releases/tag/v20180302
PR:		227684
Submitted by:	Henry Hu (maintainer)
Original commitRevision:468562 
Wednesday, 14 Feb 2018
15:54 lwhsu search for other commits by this committer
Add cquery, highly-scalable, low-latency language server for C/C++/Objective-C

PR:		225896
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Original commitRevision:461814 

Number of commits found: 19