[57533] trunk/dports/kde/koffice

takanori at macports.org takanori at macports.org
Sat Sep 12 09:46:47 PDT 2009


Revision: 57533
          http://trac.macports.org/changeset/57533
Author:   takanori at macports.org
Date:     2009-09-12 09:46:47 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
koffice: use mysql5 instead of mysql4

Modified Paths:
--------------
    trunk/dports/kde/koffice/Portfile

Added Paths:
-----------
    trunk/dports/kde/koffice/files/patch-kexi_kexidb_drivers_configure.in.in.diff

Modified: trunk/dports/kde/koffice/Portfile
===================================================================
--- trunk/dports/kde/koffice/Portfile	2009-09-12 16:46:32 UTC (rev 57532)
+++ trunk/dports/kde/koffice/Portfile	2009-09-12 16:46:47 UTC (rev 57533)
@@ -4,7 +4,7 @@
 
 name		koffice
 version		1.6.3
-revision	3
+revision	4
 set kdeadmin	kde-admindir-790
 categories	kde kde3
 maintainers	nomaintainer
@@ -27,7 +27,7 @@
 		port:ImageMagick \
 		port:lcms \
 		port:libwpd \
-		port:mysql4 \
+		path:lib/mysql5:mysql5 \
 		port:ruby \
 		port:wv2
 #		port:python24   can't be found. looking for .so
@@ -39,7 +39,9 @@
 extract.only	${distname}.tar.bz2
 post-extract	{ system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
 
-patchfiles	koffice-tiger.patch.bz2 CVE-2007-3387_4352_5392_5393.patch
+patchfiles	koffice-tiger.patch.bz2 \
+                CVE-2007-3387_4352_5392_5393.patch \
+                patch-kexi_kexidb_drivers_configure.in.in.diff
 patch		{
 		foreach f $patchfiles {
 		    if {[regexp "\.bz2$" ${f}]} {

Added: trunk/dports/kde/koffice/files/patch-kexi_kexidb_drivers_configure.in.in.diff
===================================================================
--- trunk/dports/kde/koffice/files/patch-kexi_kexidb_drivers_configure.in.in.diff	                        (rev 0)
+++ trunk/dports/kde/koffice/files/patch-kexi_kexidb_drivers_configure.in.in.diff	2009-09-12 16:46:47 UTC (rev 57533)
@@ -0,0 +1,11 @@
+--- koffice-1.6.3/kexi/kexidb/drivers/configure.in.in.orig	2009-09-13 00:27:00.000000000 +0900
++++ koffice-1.6.3/kexi/kexidb/drivers/configure.in.in	2009-09-13 00:28:10.000000000 +0900
+@@ -66,7 +66,7 @@
+   else
+ dnl *** No configure arguments for includes or libs given ***
+ dnl *** and MySQL not explicitly disabled.                ***
+-    KDE_FIND_PATH(mysql_config, MYSQL_CONFIG,
++    KDE_FIND_PATH(mysql_config5, MYSQL_CONFIG,
+       [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /usr/bin ], [
+       AC_MSG_RESULT([not found])
+     ])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/22144d9e/attachment.html>


More information about the macports-changes mailing list