diff options
author | avilla <avilla@FreeBSD.org> | 2012-09-02 18:46:30 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-09-02 18:46:30 +0800 |
commit | a588eefbe83363159c595ae982c87aa4fc2db17f (patch) | |
tree | 742b34cc02db80ac2de712c9b3f78813c0f99737 /math | |
parent | a57555c8f302496a4990b1ab41aa883a53ecd1b1 (diff) | |
download | freebsd-ports-gnome-a588eefbe83363159c595ae982c87aa4fc2db17f.tar.gz freebsd-ports-gnome-a588eefbe83363159c595ae982c87aa4fc2db17f.tar.zst freebsd-ports-gnome-a588eefbe83363159c595ae982c87aa4fc2db17f.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
Diffstat (limited to 'math')
-rw-r--r-- | math/kalgebra/Makefile | 1 | ||||
-rw-r--r-- | math/kalgebra/files/patch-CMakeLists.txt | 8 | ||||
-rw-r--r-- | math/kalgebra/pkg-plist | 1 |
3 files changed, 1 insertions, 9 deletions
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 |