diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-31 01:23:47 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-31 01:23:47 +0000 |
commit | d595d8d6931ecac398a169e63902e1904b32ebf0 (patch) | |
tree | bfde28a5bfd47e382436d8b89aa073e59875b6df | |
parent | 2870be019a6d79943d44a462b9d504d4277f8a35 (diff) |
Notes
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 2 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-configure | 28 | ||||
-rw-r--r-- | finance/kmymoney2/Makefile | 2 | ||||
-rw-r--r-- | finance/kmymoney2/files/patch-configure | 28 |
4 files changed, 24 insertions, 36 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 5537851aefa0..972127d190d8 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmymoney2 PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION} diff --git a/finance/kmymoney-kde4/files/patch-configure b/finance/kmymoney-kde4/files/patch-configure index b6b8cab44977..6742f191b5e5 100644 --- a/finance/kmymoney-kde4/files/patch-configure +++ b/finance/kmymoney-kde4/files/patch-configure @@ -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 diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 5537851aefa0..972127d190d8 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmymoney2 PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION} diff --git a/finance/kmymoney2/files/patch-configure b/finance/kmymoney2/files/patch-configure index b6b8cab44977..6742f191b5e5 100644 --- a/finance/kmymoney2/files/patch-configure +++ b/finance/kmymoney2/files/patch-configure @@ -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 |