Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2010 08:28:11 -0300 (BRT)
From:      Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alecn2002@yandex.ru
Subject:   ports/144524: [PATCH] finance/kmymoney2: Fix problem with update.
Message-ID:  <201003071128.o27BSBUb002313@fbsdtbamd64.scjamorim.org>
Resent-Message-ID: <201003071130.o27BU1BH057656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144524
>Category:       ports
>Synopsis:       [PATCH] finance/kmymoney2: Fix problem with update.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 07 11:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar Teixeira
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsdtbamd64.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Thu Feb 11 22:40:00 BRST 2010
>Description:
- Fix problem with update that is linked with sqlite.
- BUMP PORTREVISION.

Port maintainer (alecn2002@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
- Install old version and after update using "portupgrade -R kmymoney2"
>Fix:
- Apply this patch to change the line of qmake in configure file of kmymoney2.

--- kmymoney2-1.0.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/finance/kmymoney2/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	2 Mar 2010 00:07:05 -0000	1.28
+++ Makefile	7 Mar 2010 11:23:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	kmymoney2
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	finance
 MASTER_SITES=	SF/${PORTNAME}/KMyMoney/${PORTVERSION}
 
Index: files/patch-configure
===================================================================
RCS file: /home/pcvs/ports/finance/kmymoney2/files/patch-configure,v
retrieving revision 1.4
diff -u -u -r1.4 patch-configure
--- files/patch-configure	5 Jul 2009 22:18:54 -0000	1.4
+++ files/patch-configure	7 Mar 2010 11:23:31 -0000
@@ -1,12 +1,12 @@
---- ./configure.orig	2008-03-24 10:49:54.000000000 -0400
-+++ ./configure	2008-10-10 09:39:07.000000000 -0400
+--- configure.orig	2010-02-12 12:02:25.000000000 -0200
++++ configure	2010-03-06 21:40:16.000000000 -0300
 @@ -1,4 +1,4 @@
 -#! /bin/sh
 +#! /usr/local/bin/bash
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.61.
  #
-@@ -22553,10 +22553,10 @@
+@@ -22548,10 +22548,10 @@
  
  
  # This can be used to rebuild libtool when needed
@@ -19,18 +19,12 @@
  
  # Prevent multiple expansion
  
-@@ -36716,11 +36716,11 @@
- 
- { (exit 0); exit 0; }
- _ACEOF
--if test "x$with_fast_perl" = "xyes"; then    
-+if test "x$with_fast_perl" = "xyes"; then
-   perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS    \
--    || mv $CONFIG_STATUS.bak $CONFIG_STATUS    
-+    || mv $CONFIG_STATUS.bak $CONFIG_STATUS
-   rm -f $CONFIG_STATUS.bak
--fi    
-+fi
- chmod +x $CONFIG_STATUS
- ac_clean_files=$ac_clean_files_save
+@@ -34605,7 +34605,7 @@
+     fi
+     { echo "$as_me:$LINENO: result: $QTDIR" >&5
+ echo "${ECHO_T}$QTDIR" >&6; }
+-    ac_qmake=${QTDIR}/bin/qmake
++    ac_qmake="${QTDIR}/bin/qmake -spec freebsd-g++"
  
+ # Check whether --with-qmake was given.
+ if test "${with_qmake+set}" = set; then
--- kmymoney2-1.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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