aboutsummaryrefslogtreecommitdiff
path: root/www/qdecoder
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-05-29 20:28:20 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-05-29 20:28:20 +0000
commite519c295b9c207209bd20dac0294b2b0555505c4 (patch)
treeac83136b8f9fb842abb5eb8a46e6cbe5e149283c /www/qdecoder
parente83a4f09f0069150caedaa565eaff7ce478047b0 (diff)
downloadports-e519c295b9c207209bd20dac0294b2b0555505c4.tar.gz
ports-e519c295b9c207209bd20dac0294b2b0555505c4.zip
Notes
Diffstat (limited to 'www/qdecoder')
-rw-r--r--www/qdecoder/Makefile50
-rw-r--r--www/qdecoder/distinfo4
2 files changed, 10 insertions, 44 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile
index 37f44b969ce2..675ce389f970 100644
--- a/www/qdecoder/Makefile
+++ b/www/qdecoder/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qdecoder
-PORTVERSION= 11.0.0
+PORTVERSION= 12.0.2
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/ \
ftp://ftp.qdecoder.org/pub/qDecoder/
@@ -19,57 +19,23 @@ 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
+OPTIONS_DEFINE= DEBUG
PLIST_FILES= include/qdecoder.h \
lib/libqdecoder.a \
lib/libqdecoder.so \
- lib/libqdecoder.so.11
+ lib/libqdecoder.so.12
-.if !defined(NOPORTEXAMPLES)
-PORTEXAMPLES= *
-.endif
-
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_Q_DEBUG)
+.if defined(WITH_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
+.include <bsd.port.pre.mk>
-.if defined(WITHOUT_Q_DATASTRUCTURE)
-CONFIGURE_ARGS+="--disable-datastructure"
+.if !defined(NOPORTEXAMPLES)
+PORTEXAMPLES= *
.endif
post-install:
diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo
index 49719d1a1f10..f3fecd5a0b10 100644
--- a/www/qdecoder/distinfo
+++ b/www/qdecoder/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qDecoder-11.0.0.tar.gz) = e3cc4e7d8fa66681253565b31d0625d8f88abd9c1c0679d22d0d09c555f88cf9
-SIZE (qDecoder-11.0.0.tar.gz) = 141473
+SHA256 (qDecoder-12.0.2.tar.gz) = 88bb83dd299dae39db2b3f8ab52cb74d647c9b91e7903b811011651e26d7ba55
+SIZE (qDecoder-12.0.2.tar.gz) = 150004