diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:14:14 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:14:14 +0800 |
commit | bd70d01d2a5c5440ea5d31b2d677d007032b59c0 (patch) | |
tree | 3f0fd58dcf43de0c14cc57e54afaa7665237a89d /UPDATING | |
parent | a8cf6a846bc0ee3fa0044636828989fbf0a6d63b (diff) | |
download | freebsd-ports-graphics-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.tar.gz freebsd-ports-graphics-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.tar.zst freebsd-ports-graphics-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |