aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-05-17 16:42:05 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-05-17 16:42:05 +0000
commita066a3e59ece90660910a88835bc924bacc1ea81 (patch)
tree126592d5306458c334ca98d9d53d43d2586731f3 /UPDATING
parentf91aa2b0c32fc04e853b2e985de59a51f135047c (diff)
downloadports-a066a3e59ece90660910a88835bc924bacc1ea81.tar.gz
ports-a066a3e59ece90660910a88835bc924bacc1ea81.zip
Add a note about skype ports move to net-im/ and needing minimum OSVERSION.
Requested by: "Kevin Oberman" <oberman@es.net>
Notes
Notes: svn path=/head/; revision=274230
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING37
1 files changed, 37 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5a723089de2f..7c69403c23fd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,43 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110516:
+ AFFECTS: users of net/skype, net/skype-devel, net-im/skype, net-im/skype-devel
+ AUTHOR: Ion-Mihai Tetcu <itetcu@FreeBSD.org>
+
+ All skype ports were moved to net-im/:
+ - skype12: unchanged, very old version (for FreeBSD 6)
+ - skype20: last version with OSS support, that used to live in net/skype; the
+ DISTFILE is gone from the vendor but if you happen to have it it would be a
+ way of having sound w/o needing to upgrade your base OS
+ - [RECOMMENDED] skype: currently at 2.1.0.81 and the best supported
+ - skype-devel: currently at 2.2.0.25, sounds is OK, video doesn't work
+
+ To run either skype or skype-devel with fully working sound you need:
+ - to run fc10 (most probably, please report what you can do with fc4):
+ (OVERRIDE_LINUX_BASE_PORT=f10,OVERRIDE_LINUX_NONBASE_PORTS=f10
+ in /etc/make.conf for systems that doesn't have it as default)
+ - In order for Skype to work OK, you need your kernel and modules to be:
+ - post 2011-05-03 in on HEAD
+ - post 2011-05-08 in on 7,8-STABLE
+ The port tries to catch if your system version is too old, but there's a
+ ~3months window where because of a lack of OSVERSION bump, this is not
+ possible. So please check; and PLEASE READ THE PKGMESSAGE for setup details.
+ For how to update your kernel/world, see:
+ http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
+
+ IF YOUR OSVERSION IS NOT NEW ENOUGH, SOUND (ESPECIALLY MIC) WON'T WORK.
+
+ If you run into problems, at very least we need to know the output of:
+ $ uname -a; sysctl compat.linux | head -2; \
+ grep OVERRIDE_LINUX_ /etc/make.conf; \
+ cat /compat/linux/etc/alsa/pcm/pcm-oss.conf
+ the skype version you are using and hardware details (eg. webcam, if related)
+ I most probably will ignore any mail not containing this info since without
+ it it's impossible to help.
+ Please test your sound /video setup outside skype before blaming skype /
+ mailing me.
+
+20110516:
AFFECTS: users of audio/musicpd
AUTHOR: Chris Rees <utisoft@gmail.com>