Index: head/www/qdecoder/Makefile =================================================================== --- head/www/qdecoder/Makefile (revision 253464) +++ head/www/qdecoder/Makefile (revision 253465) @@ -1,87 +1,88 @@ # New ports collection makefile for: qDecoder library # Date created: Sep 10 1999 # Whom: CHOI Junho # # $FreeBSD$ # PORTNAME= qdecoder -PORTVERSION= 10.1.2 +PORTVERSION= 10.1.4 CATEGORIES= www MASTER_SITES= ftp://ftp.qdecoder.org/pub/qDecoder/ DISTNAME= qDecoder-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= C/C++ language library including CGI supports GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_ARGS= exec_prefix="${PREFIX}" OPTIONS= Q_DEBUG "enable debuging output" off \ Q_CGI "enable CGI APIs" on \ Q_SOCKET "enable socket APIs" on \ Q_IPC "enable IPC APIs" on \ Q_DATASTRUCTURE "enable data-structure APIs" on \ Q_MYSQL "enable MySQL database supports" off \ Q_LFS "enable large-file supports" off \ Q_SENDFILE "use sendfile() if possible" off PLIST_FILES= include/qDecoder.h \ lib/libqDecoder.a \ lib/libqDecoder.so \ lib/libqDecoder.so.8 .if !defined(NOPORTDOCS) PORTDOCS= * .endif .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * .endif .include .if defined(WITH_Q_DEBUG) CONFIGURE_ARGS+="--enable-debug" .endif .if defined(WITH_Q_LFS) CONFIGURE_ARGS+="--enable-lfs" .endif .if defined(WITH_Q_SENDFILE) CONFIGURE_ARGS+="--enable-sendfile" .endif .if defined(WITH_Q_MYSQL) CONFIGURE_ARGS+="--enable-mysql=${LOCALBASE}/include/mysql" USE_MYSQL=yes .endif .if defined(WITHOUT_Q_CGI) CONFIGURE_ARGS+="--disable-cgi" .endif .if defined(WITHOUT_Q_SOCKET) CONFIGURE_ARGS+="--disable-socket" .endif .if defined(WITHOUT_Q_IPC) CONFIGURE_ARGS+="--disable-ipc" .endif .if defined(WITHOUT_Q_DATASTRUCTURE) CONFIGURE_ARGS+="--disable-datastructure" .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS CHANGES COPYING INSTALL qDecoder.jpg" ${DOCSDIR}) (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "html" ${DOCSDIR}) .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.conf *.html* qDecoder-upload" ${EXAMPLESDIR}) .endif .include Property changes on: head/www/qdecoder/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/www/qdecoder/distinfo =================================================================== --- head/www/qdecoder/distinfo (revision 253464) +++ head/www/qdecoder/distinfo (revision 253465) @@ -1,3 +1,3 @@ -MD5 (qDecoder-10.1.2.tar.gz) = 0689a8b4da8cf215b49632e0a2b48430 -SHA256 (qDecoder-10.1.2.tar.gz) = 5f06bda2513af1a73de7183829bc6920bbd2706bba7327f25befe6b142ce931c -SIZE (qDecoder-10.1.2.tar.gz) = 269031 +MD5 (qDecoder-10.1.4.tar.gz) = 25d00576c85d947d0ffbcbb88ca13c8a +SHA256 (qDecoder-10.1.4.tar.gz) = e6c94cb1bf47e47c366db61cd6e2561f0ce0836059d5b05d975cd1b9e86d58b5 +SIZE (qDecoder-10.1.4.tar.gz) = 279843 Property changes on: head/www/qdecoder/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property