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: lang/ccl/Makefile

Number of commits found: 33

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
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Monday, 21 Jun 2021
09:53 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/ccl: LICENSE is APACHE20 since long ago.
commit hash: 6b118e3de404dc6c95cda775a565fed473990bbc commit hash: 6b118e3de404dc6c95cda775a565fed473990bbc commit hash: 6b118e3de404dc6c95cda775a565fed473990bbc commit hash: 6b118e3de404dc6c95cda775a565fed473990bbc 6b118e3
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
Tuesday, 22 Sep 2020
16:38 se search for other commits by this committer
Add a build dependency on GNU as

On systems with GNU as in base (up to and including 12.x) there is no need
to provide the GNU binutils from a port.

If the not fully compatible llvm-as should be made available under the name
"as", the condition should be changed to always require binutils from a port
when running on a system after 12.x (which should retain the GNU as in base
for the live-time of that major release).
Original commitRevision:549608 
16:20 se search for other commits by this committer
Fix build with -fno-common
Original commitRevision:549605 
Saturday, 12 Sep 2020
08:00 olgeni search for other commits by this committer
lang/ccl: IGNORE on FreeBSD < 12.
Original commitRevision:548295 
Monday, 10 Aug 2020
07:37 olgeni search for other commits by this committer
Update lang/ccl to version 1.12 and unbreak.

- i386 no longer supported :(

PR:           245941 (with changes)
Submitted by: Sean Champ <lab+bsd@thinkum.space>
Original commitRevision:544599 
Monday, 22 Apr 2019
12:36 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:499633 
Tuesday, 27 Mar 2018
19:46 olgeni search for other commits by this committer
In lang/ccl:

- Explicitly include <machine/trap.h> for accessing T_PAGEFLT.

- Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than
  'mc_trapno'.

PR:		226809
Submitted by:	jhb
Original commitRevision:465746 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Saturday, 7 Nov 2015
14:29 olgeni search for other commits by this committer
Upgrade lang/ccl to version 1.11.

- Add LICENSE
- Do not mute install commands
- Regenerate patch-lisp-kernel_memory.c to make portlint happy
- Fix whitespace in pkg-message (portlint)
Original commitRevision:400996 
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 
Monday, 6 Oct 2014
12:49 olgeni search for other commits by this committer
Upgrade to version 1.10.
Original commitRevision:370159 
Tuesday, 13 May 2014
15:02 olgeni search for other commits by this committer
Add staging support and pet portlint.
Original commitRevision:353960 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Thursday, 7 Mar 2013
13:22 olgeni search for other commits by this committer
Upgrade to version 1.9.
Original commitRevision:313584 
Saturday, 26 Jan 2013
14:50 olgeni search for other commits by this committer
Convert Makefile headers to the new format in my ports.
Original commitRevision:311016 
Sunday, 19 Aug 2012
04:26 olgeni search for other commits by this committer
Revert test code that crept in on r302526.

Submitted by:	Jarrod Sayers <jarrod downtools.com.au>
Original commit
Tuesday, 14 Aug 2012
16:35 olgeni search for other commits by this committer
Upgrade to version 1.8.
Original commit
Monday, 10 Oct 2011
10:35 olgeni search for other commits by this committer
Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else
the build would fail.

PR:             ports/161416
Submitted by:   Nali Toja <nalitoja gmail com>
Original commit
Wednesday, 17 Aug 2011
11:53 olgeni search for other commits by this committer
Upgrade to version 1.7.
Original commit
Saturday, 2 Apr 2011
21:09 olgeni search for other commits by this committer
Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort
trap under tinderbox. i386 7 and amd64/i386 8 build just fine.
Original commit
Tuesday, 29 Mar 2011
20:35 olgeni search for other commits by this committer
Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and
amd64 tinderboxes.
Original commit
Monday, 28 Mar 2011
16:45 olgeni search for other commits by this committer
Upgrade to version 1.6.
Original commit
Friday, 25 Jun 2010
13:51 olgeni search for other commits by this committer
Upgrade to version 1.5.

Feature safe:   yes
Original commit
Friday, 15 Jan 2010
11:13 olgeni search for other commits by this committer
Precompile the asdf-install module.
Remove .orig files after patching.
Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement.
Original commit
Saturday, 9 Jan 2010
14:09 olgeni search for other commits by this committer
Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default.
Original commit
Friday, 8 Jan 2010
20:21 olgeni search for other commits by this committer
Build without using a temporary script.
Original commit
12:50 olgeni search for other commits by this committer
Add a pkg-message file with a few hints.
Original commit
Sunday, 3 Jan 2010
16:17 olgeni search for other commits by this committer
Add Clozure CL, a free Common Lisp implementation that can be
bootstrapped from C code alone.

Unfortunately this port does not support CPUs without the SSE2
instruction set, and will fail to build with a diagnostic message
in those cases. Supported FreeBSD architectures are i386 and amd64.

pkg-descr contains a quick description of the main Clozure CL
features.
Original commit

Number of commits found: 33