Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 10:46:31 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303542 - in head: . math/kalgebra math/kalgebra/files
Message-ID:  <201209021046.q82AkVGY084927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Sun Sep  2 10:46:30 2012
New Revision: 303542
URL: http://svn.freebsd.org/changeset/ports/303542

Log:
  - 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

Deleted:
  head/math/kalgebra/files/
Modified:
  head/UPDATING
  head/math/kalgebra/Makefile   (contents, props changed)
  head/math/kalgebra/pkg-plist   (contents, props changed)

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Sep  2 09:58:32 2012	(r303541)
+++ head/UPDATING	Sun Sep  2 10:46:30 2012	(r303542)
@@ -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>

Modified: head/math/kalgebra/Makefile
==============================================================================
--- head/math/kalgebra/Makefile	Sun Sep  2 09:58:32 2012	(r303541)
+++ head/math/kalgebra/Makefile	Sun Sep  2 10:46:30 2012	(r303542)
@@ -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

Modified: head/math/kalgebra/pkg-plist
==============================================================================
--- head/math/kalgebra/pkg-plist	Sun Sep  2 09:58:32 2012	(r303541)
+++ head/math/kalgebra/pkg-plist	Sun Sep  2 10:46:30 2012	(r303542)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209021046.q82AkVGY084927>