forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Framework: partially sync with upstream
Taken from: FreeBSD
- Loading branch information
Showing
7 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Feature: varnish | ||
# Usage: USES=varnish | ||
# Valid ARGS: 4, 6, run | ||
# Valid ARGS: 4, 6, 7, run | ||
# | ||
# MAINTAINER: [email protected] | ||
|
||
|
@@ -15,6 +15,8 @@ VARNISH_VERSION= ${VARNISH_DEFAULT} | |
VARNISH_VERSION= 4 | ||
. elif ${varnish_ARGS:M6} | ||
VARNISH_VERSION= 6 | ||
. elif ${varnish_ARGS:M7} | ||
VARNISH_VERSION= 7 | ||
. elif defined(VARNISH_DEFAULT) | ||
. endif | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,18 @@ they are unavoidable. | |
You should get into the habit of checking this file for changes each time | ||
you update your ports collection, before attempting any port upgrades. | ||
|
||
20220326: | ||
AFFECTS: users of misc/freebsd-doc-* | ||
AUTHOR: [email protected] | ||
|
||
A change to the doc toolchain prevents the build of individual | ||
localized HTML versions of the documentation without building the | ||
en_US version. HTML option is currently disabled until a good | ||
solution is found. PDF version, the default option, is now the only | ||
available option. | ||
|
||
Please re-run "make config" to pick up this new default. | ||
|
||
20220313: | ||
AFFECTS: users of net/unison | ||
AUTHOR: [email protected] | ||
|
@@ -75,7 +87,7 @@ you update your ports collection, before attempting any port upgrades. | |
AFFECTS: users of sysutils/intel-pcm-devel | ||
AUTHOR: [email protected] | ||
|
||
sysutils/intel-pcm-devel became quite obsolte once sysutils/intel-pcm is | ||
sysutils/intel-pcm-devel became quite obsolete once sysutils/intel-pcm is | ||
now pretty much following a constant and stable update cycle, so users of | ||
the -devel version are encouraged to switch to it. | ||
|
||
|
@@ -307,7 +319,7 @@ you update your ports collection, before attempting any port upgrades. | |
|
||
emulators/qemu50 has been moved to emulators/qemu5 and updated to 5.2.0 | ||
which is the last version from 5.X.X branch. This is done in preparation | ||
of updating emulators/qemu into latest 6.X bgranch. If someone wants to | ||
of updating emulators/qemu into latest 6.X branch. If someone wants to | ||
stick with 5.X.X branch please use one of the following command: | ||
|
||
# pkg install qemu5 | ||
|