diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2022-02-19 14:06:48 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2022-02-19 14:06:48 +0000 |
commit | 31f0c6e142cb70275e7f0d666b36ede7c6e0588b (patch) | |
tree | 8103af71b727f9277345736042fa0ef99a338c5a | |
parent | 81849e91d5abb89918294f1918f493125607ddae (diff) | |
download | ports-31f0c6e142cb70275e7f0d666b36ede7c6e0588b.tar.gz ports-31f0c6e142cb70275e7f0d666b36ede7c6e0588b.zip |
sysutils/intel-pcm-devel: delete port
sysutils/intel-pcm-devel became quite obsolte 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.
If you still have sysutils/intel-pcm-devel installed, please delete it from
your system and install sysutils/intel-pcm instead:
# pkg delete sysutils/intel-pcm-devel
# pkg install sysutils/intel-pcm
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | UPDATING | 14 | ||||
-rw-r--r-- | sysutils/Makefile | 1 |
3 files changed, 15 insertions, 1 deletions
@@ -16894,3 +16894,4 @@ security/php81-openssl||2022-02-12|php81-openssl module is a default module for math/qhull|math/qhull7|2022-02-19|qhull as version 8 is the default from now on. math/qhull8|math/qhull|2022-02-19|qhull as version 8 is the default from now on. print/tex-aleph||2022-02-18|tex-aleph has been removed from texlive-2021 system +sysutils/intel-pcm-devel||2022-02-19|intel-pcm-devel has been removed, encouraging users to use intel-pcm instead @@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20220219: + AFFECTS: users of sysutils/intel-pcm-devel + AUTHOR: egypcio@FreeBSD.org + + sysutils/intel-pcm-devel became quite obsolte 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. + + If you still have sysutils/intel-pcm-devel installed, please delete it from + your system and install sysutils/intel-pcm instead: + + # pkg delete sysutils/intel-pcm-devel + # pkg install sysutils/intel-pcm + +20220219: AFFECTS: users of math/qhull* AUTHOR: stephen@FreeBSD.org diff --git a/sysutils/Makefile b/sysutils/Makefile index 733d4387b019..cb31ebceba35 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -535,7 +535,6 @@ SUBDIR += installwatch SUBDIR += intel-nvmupdate SUBDIR += intel-pcm - SUBDIR += intel-pcm-devel SUBDIR += intel-undervolt SUBDIR += inxi SUBDIR += ioc |