From 508e061556bdcb56b7b06bacad0a67806ace4b1e Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 3 Aug 2010 12:18:30 +0000 Subject: - 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 --- devel/doxygen/files/patch-configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/doxygen/files/patch-configure') 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 <> $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 -- cgit v1.2.3