aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
commit113641e728e938d480f5c33ddd6a1ad6b06c2ab7 (patch)
tree13d8a1389a6f4c52c2e1d9583ff1313b5292a6bb /UPDATING
parent7bb5db52e1a44398d3bc9df3190bdfa7fc4375ec (diff)
downloadports-113641e728e938d480f5c33ddd6a1ad6b06c2ab7.tar.gz
ports-113641e728e938d480f5c33ddd6a1ad6b06c2ab7.zip
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav
Notes
Notes: svn path=/head/; revision=258515
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 0a5fc3fc3d23..6a53faab70c0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20100730:
+ AFFECTS: users of www/neon28 and www/neon29
+ AUTHOR: mezz@FreeBSD.org
+
+ Makes neon29 our default neon library in the ports tree. The www/neon28
+ has been removed and www/neon29's shared library version has been changed.
+ You will have to rebuild all ports that depend on www/neon29. Do this:
+
+ Portmaster users:
+ portmaster -o www/neon29 www/neon28
+ portmaster -r neon29-
+
+ Portupgrade user:
+ env DISABLE_CONFLICTS=1 portupgrade -o www/neon29 -f neon28-\*
+ pkgdb -Ff
+ portupgrade -rf www/neon29-\*
+
20100728:
AFFECTS: users of textproc/nltk
AUTHOR: clsung@FreeBSD.org
@@ -20,7 +37,6 @@ you update your ports collection, before attempting any port upgrades.
# cd /usr/ports/textproc/nltk/
# make install clean
-
20100727:
AFFECTS: users of security/libgcrypt
AUTHOR: wxs@FreeBSD.org