mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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
This commit is contained in:
parent
9599c9bb41
commit
8c26bb5055
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303542
4 changed files with 11 additions and 9 deletions
10
UPDATING
10
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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})
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue