aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-09-02 10:46:30 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-09-02 10:46:30 +0000
commit8c26bb5055248d7540e807dc99c3cd72ef2bc906 (patch)
tree742b34cc02db80ac2de712c9b3f78813c0f99737
parent9599c9bb41c84d3523979d2c033955d7cdc6ce44 (diff)
downloadports-8c26bb5055248d7540e807dc99c3cd72ef2bc906.tar.gz
ports-8c26bb5055248d7540e807dc99c3cd72ef2bc906.zip
- Stop installing FindAnalitza.cmake now that math/analitza provides
its own AnalitzaConfig.cmake. - Bump PORTREVISION. - Add instructions to UPDATING. This was causing inconsistent behaviour in math/cantor build depending on whether kalgebra was installed or not. PR: 168799
Notes
Notes: svn path=/head/; revision=303542
-rw-r--r--UPDATING10
-rw-r--r--math/kalgebra/Makefile1
-rw-r--r--math/kalgebra/files/patch-CMakeLists.txt8
-rw-r--r--math/kalgebra/pkg-plist1
4 files changed, 11 insertions, 9 deletions
diff --git a/UPDATING b/UPDATING
index 1305f57d6029..05b4a2115dec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20120902:
+ AFFECTS: users of math/cantor and math/kalgebra
+ AUTHOR: kde@FreeBSD.org
+
+ If you have both cantor and kalgebra installed, chances are that
+ your cantor installation is corrupted. If the file
+ ${KDE4_PREFIX}/lib/kde4/cantor_kalgebrabackend.so is missing on
+ your system, rebuild cantor after updating kalgebra to 4.8.4_1 (or
+ later).
+
20120822:
AFFECTS: users of net/asterisk16, net/asterisk16-addons
AUTHOR: Florian Smeets <flo@FreeBSD.org>
diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile
index b000420d513a..1bf26dbc5d57 100644
--- a/math/kalgebra/Makefile
+++ b/math/kalgebra/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kalgebra
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/math/kalgebra/files/patch-CMakeLists.txt b/math/kalgebra/files/patch-CMakeLists.txt
deleted file mode 100644
index 9e4bf9b9109b..000000000000
--- a/math/kalgebra/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./CMakeLists.txt.orig 2011-12-12 11:26:46.061238287 +0100
-+++ ./CMakeLists.txt 2011-12-12 11:29:33.561244057 +0100
-@@ -48,3 +48,5 @@
- macro_display_feature_log()
- endif (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
-
-+set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules)
-+install(FILES ${CMAKE_SOURCE_DIR}/cmake/FindAnalitza.cmake DESTINATION ${module_install_dir})
diff --git a/math/kalgebra/pkg-plist b/math/kalgebra/pkg-plist
index e438d5a467af..82d7737cd7e6 100644
--- a/math/kalgebra/pkg-plist
+++ b/math/kalgebra/pkg-plist
@@ -3,7 +3,6 @@ bin/kalgebramobile
lib/kde4/plasma_applet_kalgebra.so
share/applications/kde4/kalgebra.desktop
share/applications/kde4/kalgebramobile.desktop
-share/apps/cmake/modules/FindAnalitza.cmake
share/apps/kalgebra/plugins/Console.qml
share/apps/kalgebra/plugins/Graph2D.qml
share/apps/kalgebra/plugins/Plot2D.qml