The following reply was made to PR ports/168799; it has been noted by GNATS.
From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: ports/168799: commit references a PR Date: Sun, 2 Sep 2012 10:46:46 +0000 (UTC) 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: [email protected] + + 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 <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
