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: sysutils/firstboot-pkgs/Makefile

Number of commits found: 13

Friday, 12 Apr 2024
15:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/firstboot-pkgs: Refactor examples

Some of the examples in the rc script points to older versions of ports
which are no longer in the tree. There is no change in the
dunctionality of the ports. This is just a cosmetic change.

Approved by:	cperciva (slack)
commit hash: 8c1c637b5eddbfe7abda49af796667250c3aba90 commit hash: 8c1c637b5eddbfe7abda49af796667250c3aba90 commit hash: 8c1c637b5eddbfe7abda49af796667250c3aba90 commit hash: 8c1c637b5eddbfe7abda49af796667250c3aba90 8c1c637
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
Wednesday, 10 Jun 2020
04:22 lwhsu search for other commits by this committer
sysutils/firstboot-pkgs: Bootstrap and update pkg unconditionally

The background of this patch is available at:
https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html

Even a `pkg -N` success, the following `pkg install` may still fail because of
the repository version doesn't match between client and server.

Therefore, unconditionally bootstrap and update pkg at firstboot to ensure pkg
and local metadata are update-to-date.

Approved by:	cperciva (maintainer)
MFH:		2020Q2
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24517
Original commitRevision:538369 
Monday, 30 Jan 2017
17:48 brd search for other commits by this committer
sysutils/firstboot-pkgs: Loop through the list installing one at a time to
handle missing pkgs in the repo.

Reviewed by:	allanjude
Approved by:	cperciva, bdrewery (implicit)
Original commitRevision:432859 
Monday, 9 Jan 2017
10:04 amdmi3 search for other commits by this committer
- Add NO_ARCH
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430936 
Wednesday, 1 Apr 2015
22:48 jgh search for other commits by this committer
- minor cleanup
  - options in favor of using pre
  - extract_only to drop fetch target
  - no_install to drop install target

Approved by:	cperciva
Original commitRevision:382968 
Friday, 19 Sep 2014
19:02 cperciva search for other commits by this committer
Nominate myself for the useful-use-of-cat award.

pkg detects if its stdout is a terminal and prints many 'done%' lines,
which are useful for interactive use on modern terminals, but not so
useful on a serial console; piping through cat silences these.
Original commitRevision:368591 
Monday, 16 Dec 2013
02:36 cperciva search for other commits by this committer
pkg uses "is stdin a terminal?" to decide if it's running interactively
and thereby whether it should display a progress bar during downloads.
While rc.d scripts have a terminal attached, for the common case of
unattended installation of servers, this script is not being used
interactively; so redirect stdin from /dev/null to silence the progress
bars and reduce console spew.

The -q option could be used to accomplish this, but that would also
eliminate other more useful information, such as the names and versions
of packages being installed.
Original commitRevision:336602 
Sunday, 8 Dec 2013
11:03 cperciva search for other commits by this committer
Fix dumb typo: Need to check if the number of rc.d scripts has changed
between pre-package-installation and post-package-installation, not
between pre- and pre-.
Original commitRevision:335875 
05:34 cperciva search for other commits by this committer
If firstboot_pkgs installs a package which contains an rc.d script,
request a reboot so that any newly-installed daemons will be launched.
Original commitRevision:335864 
Saturday, 7 Dec 2013
10:50 gjb search for other commits by this committer
To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,
adjust OSVERSION evaluation in ports that specifically use '100050N'.

Approved by:	affected maintainers (implicit)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:335824 
Saturday, 30 Nov 2013
00:17 cperciva search for other commits by this committer
Add firstboot-pkgs:

When the system first boots, install the pkg(8) tools (if not already
installed) and packages listed in the $firstboot_pkgs_list rc.conf
variable.

Obviously, this port is not useful after a system is already running; it is
intended to be included as part of the installation or disk image building
process.
Original commitRevision:335251 

Number of commits found: 13