From 5d6a3a1e996a09b245174f5023884301e8541d54 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 19 Sep 2009 23:01:22 +0000 Subject: - Update to 9.0.2 PR: 129852 Submitted by: Seungyoung Kim Approved by: maintainer timeout Feature safe: yes --- www/qdecoder/Makefile | 30 +++++++++++++----------------- www/qdecoder/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 6e9d45a14b81..caccf943d017 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qdecoder -PORTVERSION= 9.0.1 +PORTVERSION= 9.0.2 CATEGORIES= www MASTER_SITES= ftp://ftp.qdecoder.org/pub/qDecoder/ DISTNAME= qDecoder-${PORTVERSION} @@ -19,27 +19,23 @@ CONFLICTS= qDecoder-[5-7]* HAS_CONFIGURE= yes USE_LDCONFIG= yes -OPTIONS= Q_DEBUG "Debug printout" off -OPTIONS+= Q_64BIT "64bit support" off -OPTIONS+= Q_SENDFILE "Use sendfile()" off -OPTIONS+= Q_MYSQL "Use MySQL" off -OPTIONS+= Q_CGISUPPORT "CGI API support" on -OPTIONS+= Q_SOCKET "Socket API support" on -OPTIONS+= Q_IPC "IPC API support" on -OPTIONS+= Q_DATASTRUCTURE "Datastructure API support" on +OPTIONS= Q_DEBUG "enable debuging output" off +OPTIONS+= Q_CGI "enable CGI APIs" on +OPTIONS+= Q_SOCKET "enable socket APIs" on +OPTIONS+= Q_IPC "enable IPC APIs" on +OPTIONS+= Q_DATASTRUCTURE "enable data-structure APIs" on +OPTIONS+= Q_MYSQL "enable MySQL database supports" off +OPTIONS+= Q_LFS "enable large-file supports" off +OPTIONS+= Q_SENDFILE "use sendfile() if possible" off .include -.if ${ARCH} != "i386" -BROKEN= does not compile -.endif - .if defined(WITH_Q_DEBUG) CONFIGURE_ARGS+="--enable-debug" .endif -.if defined(WITH_Q_64BIT) -CONFIGURE_ARGS+="--enable-64bit" +.if defined(WITH_Q_LFS) +CONFIGURE_ARGS+="--enable-lfs" .endif .if defined(WITH_Q_SENDFILE) @@ -51,8 +47,8 @@ CONFIGURE_ARGS+="--enable-mysql=${LOCALBASE}/include/mysql" USE_MYSQL=yes .endif -.if defined(WITHOUT_Q_CGISUPPORT) -CONFIGURE_ARGS+="--disable-cgisupport" +.if defined(WITHOUT_Q_CGI) +CONFIGURE_ARGS+="--disable-cgi" .endif .if defined(WITHOUT_Q_SOCKET) diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo index c8da670ccb86..290e61930ce7 100644 --- a/www/qdecoder/distinfo +++ b/www/qdecoder/distinfo @@ -1,3 +1,3 @@ -MD5 (qDecoder-9.0.1.tar.gz) = 8f99c97e029066a35020bb45ab33f545 -SHA256 (qDecoder-9.0.1.tar.gz) = b48e4c6e9a7ef26062fe79c5fcb81593059cb9d207c8e4c3cbfc41225c58e3fc -SIZE (qDecoder-9.0.1.tar.gz) = 266821 +MD5 (qDecoder-9.0.2.tar.gz) = 6dcf76654d07082f9e83b621eb9acb64 +SHA256 (qDecoder-9.0.2.tar.gz) = a371f32309d1934a8866eb11a6a87f3859f97f67992c12a995ebcf819d2dcc4c +SIZE (qDecoder-9.0.2.tar.gz) = 266676 -- cgit v1.2.3