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.

Port details
autoconf-switch Wrapper script to switch between autoconf versions
20220527 devel on this many watch lists=8 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20220527Version of this port present on the latest quarterly branch.
Maintainer: tijl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-05-27 09:58:45
Last Update: 2022-05-27 09:51:04
Commit Hash: ec21025
People watching this port, also watch:: expat, autoconf, pkg, pkgconf, libffi
License: BSD2CLAUSE
Description:
This port installs a wrapper script for each tool included with autoconf. The script will run the version of autoconf specified in the environment variable DEFAULT_AUTOCONF. If DEFAULT_AUTOCONF is empty or unset it will run the most recent version of autoconf currently installed.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/autoconf-switch-20220527/catalog.mk
  2. /usr/local/share/licenses/autoconf-switch-20220527/LICENSE
  3. /usr/local/share/licenses/autoconf-switch-20220527/BSD2CLAUSE
  4. bin/autoconf
  5. bin/autoheader
  6. bin/autom4te
  7. bin/autoreconf
  8. bin/autoscan
  9. bin/autoupdate
  10. bin/ifnames
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • autoconf-switch>0:devel/autoconf-switch
To install the port:
cd /usr/ports/devel/autoconf-switch/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/autoconf-switch
  • pkg install autoconf-switch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: autoconf-switch
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
autoconf-switch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2022052720220527-2022052720220527---
FreeBSD:13:quarterly2022052720220527202205272022052720220527202205272022052720220527
FreeBSD:14:latest202205272022052720220527202205272022052720220527-20220527
FreeBSD:14:quarterly2022052720220527-2022052720220527202205272022052720220527
FreeBSD:15:latest2022052720220527n/a20220527n/a202205272022052720220527
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Run
  1. devel/autoconf
  2. devel/autoconf2.13
  3. devel/autoconf2.69

Configuration Options:
No options to configure
Options name:
devel_autoconf-switch
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Port Moves

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20220527
27 May 2022 09:51:04
commit hash: ec2102597a4ed2e4c9075d3c4b6399e13c0956c2commit hash: ec2102597a4ed2e4c9075d3c4b6399e13c0956c2commit hash: ec2102597a4ed2e4c9075d3c4b6399e13c0956c2commit hash: ec2102597a4ed2e4c9075d3c4b6399e13c0956c2 files touched by this commit
Tijl Coosemans (tijl) search for other commits by this committer
devel/autoconf*: restructure to prepare for 2.71

- Rename autoconf 2.13 port directory, package, and command all to
  autoconf2.13 just like ports like perl and python.
- Let USES=autoreconf run gtkdocize if necessary.
- Rewrite autoconf-wrapper and rename it autoconf-switch to reflect
  better what it does.
- Delete patch-bison.  It has been reverted upstream.
- Add a patch to let autoreconf set the AUTOCONF environment variable
  so subprocesses like automake use the correct version.
- Make building of info files optional.
- Address portlint, portclippy, portfmt issues in devel/autoconf*.

PR:		259556, 263970

Number of commits found: 1