diff options
author | johans <johans@FreeBSD.org> | 2012-05-30 04:28:20 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-05-30 04:28:20 +0800 |
commit | bcd8b136d63fdd959eae2df2d5145a0803085e27 (patch) | |
tree | a7baf940012710192849a9b57ab27625932668b0 /www/qdecoder | |
parent | c82c82f3e0c7561e247d71935e6ce9cca960d39a (diff) | |
download | freebsd-ports-gnome-bcd8b136d63fdd959eae2df2d5145a0803085e27.tar.gz freebsd-ports-gnome-bcd8b136d63fdd959eae2df2d5145a0803085e27.tar.zst freebsd-ports-gnome-bcd8b136d63fdd959eae2df2d5145a0803085e27.zip |
- Update to 12.0.2
- Use new options framework
- Remove options that are silently ignored by distribution (most of them)
- Note: shared lib version number got bumped
Diffstat (limited to 'www/qdecoder')
-rw-r--r-- | www/qdecoder/Makefile | 50 | ||||
-rw-r--r-- | www/qdecoder/distinfo | 4 |
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 |