- Update to 0.6.4 [1]

- Respect ${CXX}

[1]:
PR:		ports/88214
Submitted by:	maintainer
This commit is contained in:
Jean-Yves Lefort 2005-10-30 09:40:55 +00:00
parent 6a322e428b
commit 98974c26e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146733
4 changed files with 4 additions and 36 deletions

View file

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= hamfax
PORTVERSION= 0.6.3
PORTREVISION= 1
PORTVERSION= 0.6.4
CATEGORIES= comms audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hamfax
@ -20,7 +19,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_QT_VER= 3
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="${CXX} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes

View file

@ -1,2 +1,2 @@
MD5 (HamFax-0.6.3.tar.bz2) = 1bca27a126079abaea522750562afbe2
SIZE (HamFax-0.6.3.tar.bz2) = 93327
MD5 (HamFax-0.6.4.tar.bz2) = c64372820247d88bed23b98e9db11b7b
SIZE (HamFax-0.6.4.tar.bz2) = 102877

View file

@ -1,20 +0,0 @@
--- configure.orig Thu Jan 30 22:25:15 2003
+++ configure Mon Jul 5 13:03:08 2004
@@ -3714,7 +3714,7 @@
bnv_qt_lib="`ls $bnv_qt_lib_dir/libqt* | sed -n 1p |
sed s@$bnv_qt_lib_dir/lib@@ | sed s@[.].*@@`"
fi
- bnv_qt_LIBS="-L$bnv_qt_lib_dir -l$bnv_qt_lib $X_PRE_LIBS $X_LIBS -lX11 -lXext -lXmu -lXt -lXi $X_EXTRA_LIBS"
+ bnv_qt_LIBS="$LIBS -L$bnv_qt_lib_dir -l$bnv_qt_lib $X_PRE_LIBS $X_LIBS -lX11 -lXext -lXmu -lXt -lXi $X_EXTRA_LIBS"
else
# Use cached value or do search, starting with suggestions from
# the command line
@@ -4172,7 +4172,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
- bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out`
+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning`
if test x"$bnv_err_4" != x; then
echo "$bnv_err_4" >&5
else

View file

@ -1,11 +0,0 @@
--- src/Config.hpp.orig Fri Feb 22 19:18:07 2002
+++ src/Config.hpp Thu Oct 7 21:07:16 2004
@@ -39,7 +39,7 @@
static Config& instance();
private:
typedef std::auto_ptr<Config> ConfigPtr;
- friend class ConfigPtr;
+ friend class std::auto_ptr<Config>;
Config();
~Config() {};
void setDefault(const QString& key, const char* value);