diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-08-03 12:18:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-08-03 12:18:30 +0000 |
commit | 508e061556bdcb56b7b06bacad0a67806ace4b1e (patch) | |
tree | 6ab9e5355ac9f54728196e3a5527ec11a35b3696 /devel/doxygen/files/patch-configure | |
parent | Use WRKDIR correctly in do-install target. (diff) |
- Update devel/doxygen to 1.7.1
- Update pkg-plist and bump PORTREVISION of affected ports
PR: ports/148156
Submitted by: maintainer
Approved by: tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by: exp-run by pav
Notes
Notes:
svn path=/head/; revision=258686
Diffstat (limited to 'devel/doxygen/files/patch-configure')
-rw-r--r-- | devel/doxygen/files/patch-configure | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/doxygen/files/patch-configure b/devel/doxygen/files/patch-configure index 828ed0004a69..64b0ce01d482 100644 --- a/devel/doxygen/files/patch-configure +++ b/devel/doxygen/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig 2009-08-20 08:15:07.000000000 -0400 -+++ configure 2009-08-21 00:50:54.000000000 -0400 +--- configure.orig 2010-06-15 04:00:19.000000000 -0400 ++++ configure 2010-06-15 07:48:37.000000000 -0400 @@ -269,7 +269,7 @@ echo " QTDIR environment variable not set!" echo -n " Checking for Qt..." - for d in /usr/{lib,share,qt}/{qt-4,qt4,qt,qt*,4}; do + for d in /usr/{lib,share,qt}/{qt-4,qt4,qt,qt*,4} /usr; do - if test -x "$d/bin/qmake"; then + if test -x "$d/bin/qmake-qt4"; then QTDIR=$d @@ -18,7 +18,7 @@ echo "check the Qt installation instructions!" exit 2 fi -@@ -565,7 +565,7 @@ +@@ -576,7 +576,7 @@ fi if test "$f_wizard" = YES; then cat >> .tmakeconfig <<EOF @@ -27,7 +27,7 @@ EOF fi -@@ -575,7 +575,7 @@ +@@ -586,7 +586,7 @@ EOF fi @@ -36,7 +36,7 @@ for i in $f_inmakefiles ; do SRC=$i -@@ -592,7 +592,6 @@ +@@ -603,7 +603,6 @@ echo "" >> $DST echo "all: src/version.cpp " >> $DST echo " \$(MAKE) -C qtools" >> $DST @@ -44,7 +44,7 @@ echo " \$(MAKE) -C src" >> $DST if test $f_wizard = YES; then echo " \$(MAKE) -C addon/doxywizard" >> $DST -@@ -615,7 +614,7 @@ +@@ -626,7 +625,7 @@ echo " Created $DST from $SRC..." done |