aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-08 03:14:14 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-08 03:14:14 +0000
commitd8d2cf17f92ccd5d80f2d631612145be2efe8210 (patch)
treef38635cc3a450709126798fde4a60c2d4119295e /UPDATING
parent75908deff856f21a7e7b84b870f060208c0aa8da (diff)
downloadports-d8d2cf17f92ccd5d80f2d631612145be2efe8210.tar.gz
ports-d8d2cf17f92ccd5d80f2d631612145be2efe8210.zip
- devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav
Notes
Notes: svn path=/head/; revision=227786
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 408d18be9a53..e933aa72966f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090207:
+ AFFECTS: users of devel/libslang and devel/libslang2
+ AUTHOR: pgollucci@FreeBSD.org
+
+ devel/libslang has been removed in favor of devel/libslang2
+ after not being released in the last 5yrs. WITH_SLANG2 is
+ nolonger a valid ports KNOB. All ports depending on devel/libslang
+ should be recompiled.
+
+ # portupgrade -o devel/libslang devel/libslang2
+ # portupgrade -rf libxcb
+
20090130:
AFFECTS: users of www/httptunnel
AUTHOR: rafan@FreeBSD.org