diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index 6c1b7f6f1380..f48e12067fee 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -1,37 +1,33 @@ # New ports collection makefile for: qcomicbook # Date created: 24 April, 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= qcomicbook -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= graphics MASTER_SITES= http://linux.bydg.org/~yogin/ MAINTAINER= ports@FreeBSD.org COMMENT= QT-based comic book archive viewer RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar USE_X_PREFIX= yes USE_QT_VER= 3 -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-Qt-dir="${QT_PREFIX}" MAN1= qcomicbook.1 # Luckily, QT apps on FreeBSD don't compile against # pthread by default. That might *gasp* make them work! QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} -post-patch: - @${REINPLACE_CMD} -e 's|="failure"|=""|g' ${WRKSRC}/configure - .include diff --git a/graphics/qcomicbook/distinfo b/graphics/qcomicbook/distinfo index 91a65abd6d0b..0e78ae470ed5 100644 --- a/graphics/qcomicbook/distinfo +++ b/graphics/qcomicbook/distinfo @@ -1,2 +1,2 @@ -MD5 (qcomicbook-0.2.3.tar.gz) = a0bade8546d188060f51a3c46dcfa69c -SIZE (qcomicbook-0.2.3.tar.gz) = 195129 +MD5 (qcomicbook-0.2.4.tar.gz) = d730def0fca773c02795a1e6d36a6554 +SIZE (qcomicbook-0.2.4.tar.gz) = 196691 diff --git a/graphics/qcomicbook/files/patch-configure b/graphics/qcomicbook/files/patch-configure new file mode 100644 index 000000000000..a5091522ec62 --- /dev/null +++ b/graphics/qcomicbook/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Thu Aug 4 05:30:42 2005 ++++ configure Fri Aug 5 21:55:54 2005 +@@ -5598,7 +5598,7 @@ + } + EOF + +- bnv_cv_qt_test_result="failure" ++ bnv_cv_qt_test_result="" + bnv_try_1="$QT_MOC bnv_qt_test.h -o moc_bnv_qt_test.$ac_ext >/dev/null 2>bnv_qt_test_1.out" + { (eval echo "$as_me:$LINENO: \"$bnv_try_1\"") >&5 + (eval $bnv_try_1) 2>&5 +@@ -5702,7 +5702,8 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include #include ++#include ++#include + int + main () + {