upgrade to 0.2.4
PR: 85382 Submitted by: Ports Fury
This commit is contained in:
parent
d3997839a5
commit
b2421601af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141392
3 changed files with 24 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qcomicbook
|
||||
PORTVERSION= 0.2.3
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://linux.bydg.org/~yogin/
|
||||
|
||||
|
@ -18,7 +18,6 @@ RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
|
|||
|
||||
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}
|
||||
|
@ -31,7 +30,4 @@ MAN1= qcomicbook.1
|
|||
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
QTCFGLIBS+= ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|="failure"|=""|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
21
graphics/qcomicbook/files/patch-configure
Normal file
21
graphics/qcomicbook/files/patch-configure
Normal file
|
@ -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 <qglobal.h> #include <stdlib.h>
|
||||
+#include <qglobal.h>
|
||||
+#include <stdlib.h>
|
||||
int
|
||||
main ()
|
||||
{
|
Loading…
Reference in a new issue