aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2013-12-04 02:51:00 +0000
committerJason E. Hale <jhale@FreeBSD.org>2013-12-04 02:51:00 +0000
commit3a64305d4341059497ca0e73cad7dae1496e2b02 (patch)
tree3dd64f0c809f9e8c1a80871241444471c0db3540 /UPDATING
parentbcabd79d961fab3f4a458aa38398a77d7bb2e1f4 (diff)
downloadports-3a64305d4341059497ca0e73cad7dae1496e2b02.tar.gz
ports-3a64305d4341059497ca0e73cad7dae1496e2b02.zip
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry
Notes
Notes: svn path=/head/; revision=335601
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 987d25181bde..e8c6651925fb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20131130:
+ AFFECTS: users of graphics/opencv
+ AUTHOR: jhale@FreeBSD.org
+
+ OpenCV has been updated to 2.4.7. Due to movement of files between the
+ opencv port and the opencv-core port, it will be necessary to remove
+ both packages before updating.
+
+ # pkg_delete -f opencv\*
+ or
+ # pkg delete -fg opencv\*
+ followed by
+ # portmaster -a
+ or
+ # portupgrade -a
+
20131127:
AFFECTS: users of devel/py-distribute (i.e you)
AUTHOR: wg@FreeBSD.org