- Fix problem with sqlite during update
- BUMP PORTREVISION PR: ports/144524 Submitted by: sylvio@ Approved by: miwi (mentor)
This commit is contained in:
parent
2870be019a
commit
d595d8d693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251869
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kmymoney2
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION}
|
||||
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kmymoney2
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user