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/arcanist-lib/Makefile

Number of commits found: 28

Monday, 25 Mar 2024
13:26 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Fix plist issue

Leftover file default.pem should have been removed as part of
03b792c59a524

Reported by:	mfechner
commit hash: 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c commit hash: 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c commit hash: 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c commit hash: 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c 727be8d
11:19 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Clean up port skeleton
commit hash: a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 commit hash: a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 commit hash: a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 commit hash: a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 a0b503d
Thursday, 5 Oct 2023
10:51 Dag-Erling Smørgrav (des) search for other commits by this committer
devel/arcanist-lib: Drop ca_root_nss dependency.

This was much harder than it needs to be, because Arcanist is dead set
on forcing a CA bundle instead of letting curl pick one or use the OS
native trust store.  Remove the enforced fallback and set CURL_CAINFO
only if a CA bundle was explicitly configured or custom.pem was found
on disk.  Furthermore, if the configured value is a directory, set
CURL_CAPATH instead.

MFH:		2023Q4
Reviewed by:	grembo
Differential Revision:	https://reviews.freebsd.org/D42042
commit hash: 03b792c59a52485ebf4a4bbb5675bc9b91df81a5 commit hash: 03b792c59a52485ebf4a4bbb5675bc9b91df81a5 commit hash: 03b792c59a52485ebf4a4bbb5675bc9b91df81a5 commit hash: 03b792c59a52485ebf4a4bbb5675bc9b91df81a5 03b792c
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Tuesday, 31 Jan 2023
18:51 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Suppress certain runtime exceptions

Default configured PHP 8.1+ issues deprecation errors when NULL
strings are passed into various library functions.

In the past, we tried to address those one by one, which feels
a bit like playing Whac-A-Mole.

This patch adds custom error handling for this kind of deprecation
error, so that it is ignored. This should fix this entire class of
errors at least until PHP 9.0 is released, at which point a different
workaround (or real solution is needed). Therefore previous patches
were removed.
commit hash: be146a923dbda66f50c6b04b406da790837f6287 commit hash: be146a923dbda66f50c6b04b406da790837f6287 commit hash: be146a923dbda66f50c6b04b406da790837f6287 commit hash: be146a923dbda66f50c6b04b406da790837f6287 be146a92
Monday, 9 Jan 2023
22:35 Joseph Mingrone (jrm) search for other commits by this committer
devel/arcanist-lib: Handle NULL argument passed to strlen()

Problem description:

- ArcanistDiffWorkflow.php:getDiffOntoTargets() tries to determine the
  current branch name by calling ArcanistGitAPI.php:getBranchName()

- getBranchName() returns NULL when working on a detached HEAD

- getDiffOntoTargets() calls strlen() with the branch name, which now
  fails with a NULL argument.

Approved by:	grembo (maintainer)
Sponsored by:	The FreeBSD Foundation
commit hash: 3b715073072794942506d27d72b2b23551c4fd30 commit hash: 3b715073072794942506d27d72b2b23551c4fd30 commit hash: 3b715073072794942506d27d72b2b23551c4fd30 commit hash: 3b715073072794942506d27d72b2b23551c4fd30 3b71507
Friday, 6 Jan 2023
19:16 Joseph Mingrone (jrm) search for other commits by this committer
devel/arcanist-lib: handle 'arc patch' runtime exception

Approved by:	grembo (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37969
commit hash: e828e846e9fb1079bc75cdd33789ceff248bfe74 commit hash: e828e846e9fb1079bc75cdd33789ceff248bfe74 commit hash: e828e846e9fb1079bc75cdd33789ceff248bfe74 commit hash: e828e846e9fb1079bc75cdd33789ceff248bfe74 e828e84
Saturday, 10 Sep 2022
17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 e79fe1a
Thursday, 8 Sep 2022
16:21 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Fix `arc patch` on PHP 8.1
commit hash: e1abc97d9ede14c8e14b120de52b350acd77f3f4 commit hash: e1abc97d9ede14c8e14b120de52b350acd77f3f4 commit hash: e1abc97d9ede14c8e14b120de52b350acd77f3f4 commit hash: e1abc97d9ede14c8e14b120de52b350acd77f3f4 e1abc97
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, 4 Jul 2022
09:31 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Update to 20220518

This should reduce problems running on PHP 8.1

PR:		264852
Reported by:	fernape@
commit hash: 5e5a96d2d2d60193ad94cb7007185924ca3b7054 commit hash: 5e5a96d2d2d60193ad94cb7007185924ca3b7054 commit hash: 5e5a96d2d2d60193ad94cb7007185924ca3b7054 commit hash: 5e5a96d2d2d60193ad94cb7007185924ca3b7054 5e5a96d
Tuesday, 8 Mar 2022
18:31 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Update to 20211210

This should unbreak running on PHP 8.0 and (at least)
build on PHP 8.1.

PR:		262343
Reported by:	arrowd@
commit hash: 44273a72bfdcef960468da5bc4f02eabcca0aa2c commit hash: 44273a72bfdcef960468da5bc4f02eabcca0aa2c commit hash: 44273a72bfdcef960468da5bc4f02eabcca0aa2c commit hash: 44273a72bfdcef960468da5bc4f02eabcca0aa2c 44273a7
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
13:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mark ports to IGNORE with new php81

Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
commit hash: 47721a7247d2d9ad1e6cb47a518090305254016f commit hash: 47721a7247d2d9ad1e6cb47a518090305254016f commit hash: 47721a7247d2d9ad1e6cb47a518090305254016f commit hash: 47721a7247d2d9ad1e6cb47a518090305254016f 47721a7
Friday, 1 Oct 2021
11:17 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Use Mozilla root CA bundle

This fixes problems with Let's Encrypt certificates after
the R3 Let's Encrypt intermediate CA expired.

Arcanist uses its own certificate bundle by default (default.pem),
overriding curl's default, unless curl.cainfo is set explicitly.

The port now replaces this custom bundle with a symlink to Mozilla's
root CA bundle as installed by security/ca_root_nss.

PR: 258824
Reported by: yasu
commit hash: 21ddc093a48b642a6a0c533069ed2118d0cdd066 commit hash: 21ddc093a48b642a6a0c533069ed2118d0cdd066 commit hash: 21ddc093a48b642a6a0c533069ed2118d0cdd066 commit hash: 21ddc093a48b642a6a0c533069ed2118d0cdd066 21ddc093
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
Thursday, 15 Apr 2021
17:25 Michael Gmelin (grembo) search for other commits by this committer
devel/arcanist-lib: Require CLI version of php

PR:             255088
Reported by:    Mohammad S. Babaei <info@babaei.net>
commit hash: 82238aa309a43df52fc0e84e2847c45afe2645b0 commit hash: 82238aa309a43df52fc0e84e2847c45afe2645b0 commit hash: 82238aa309a43df52fc0e84e2847c45afe2645b0 commit hash: 82238aa309a43df52fc0e84e2847c45afe2645b0 82238aa
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
Thursday, 14 Jan 2021
00:39 grembo search for other commits by this committer
Update to 20210113

PR:		252638
Reported by:	fluffy
Original commitRevision:561526 
00:22 grembo search for other commits by this committer
Update to 20200111

Should support PHP8

PR:		221528
Submitted by:	fluffy
Original commitRevision:561524 
Tuesday, 12 Jan 2021
19:09 grembo search for other commits by this committer
Generate bash completion rules on install.

So it won't have to be done by root manually/implicitly.

PR:		252421
Reported by:	0mp
Original commitRevision:561370 
Friday, 1 Jan 2021
19:22 grembo search for other commits by this committer
Update devel/arcanist and devel/phabricator to their latest "versions".

Also, switching to using the date of the commit they are based on
as port version, instead of the date when the port was updated.
Original commitRevision:559865 
Tuesday, 19 May 2020
15:24 grembo search for other commits by this committer
Patch paths to php executable, so things like ssh-auth work again
without workarounds.
Original commitRevision:535863 
Friday, 15 May 2020
18:07 grembo search for other commits by this committer
Update arcanist(-lib) and phabricator to the latest stable versions.

PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
Original commitRevision:535310 
Tuesday, 8 Oct 2019
07:53 grembo search for other commits by this committer
Ignore libphutil/arcanist/phabricator in portscout, as they're
rolling release.
Original commitRevision:514044 
Tuesday, 3 Sep 2019
14:23 grembo search for other commits by this committer
Update libphutil, arcanist and phabricator to the latest stable versions

PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

PR:		238512
Original commitRevision:510945 
Wednesday, 15 May 2019
20:53 crees search for other commits by this committer
devel/arcanist: Split into arcanist-lib and arcanist.

The arcanist port has always conflicted with archivers/arc, but
if the port is installed without the symlink in PREFIX/bin, there
is no issue.

A user expecting to be able to use arcanist in this way can alias
arcanist in their .cshrc or similar and only install the -lib port.

Approved by:	grembo (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19920
Original commitRevision:501749 

Number of commits found: 28