From owner-svn-ports-head@FreeBSD.ORG Wed Feb 12 06:50:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 379EDBC0; Wed, 12 Feb 2014 06:50:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 150731CA2; Wed, 12 Feb 2014 06:50:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C6ouW6044043; Wed, 12 Feb 2014 06:50:56 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C6ouRV044038; Wed, 12 Feb 2014 06:50:56 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402120650.s1C6ouRV044038@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 12 Feb 2014 06:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343854 - in head/lang/qore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 06:50:57 -0000 Author: rm Date: Wed Feb 12 06:50:55 2014 New Revision: 343854 URL: http://svnweb.freebsd.org/changeset/ports/343854 QAT: https://qat.redports.org/buildarchive/r343854/ Log: - update to 0.8.8 while here: - fix submission a bit (include back qore-modules) - fix build with clang - support staging PR: 186496 Submitted by: Brett Estrade (maintainer) Added: head/lang/qore/files/ head/lang/qore/files/patch-include__qore__common.h (contents, props changed) Modified: head/lang/qore/Makefile head/lang/qore/distinfo head/lang/qore/pkg-descr head/lang/qore/pkg-plist Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Wed Feb 12 05:57:58 2014 (r343853) +++ head/lang/qore/Makefile Wed Feb 12 06:50:55 2014 (r343854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qore -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= lang MASTER_SITES= SF/qore/qore/${PORTVERSION}/ @@ -16,8 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix iconv +USES= gmake iconv pathfix USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -28,10 +27,8 @@ CONFIGURE_ENV= LEX="${LOCALBASE}/bin/fle CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no LDFLAGS+= -L${LOCALBASE}/lib -MAN1= qore.1 PLIST_SUB= PORTVERSION=${PORTVERSION} -NO_STAGE= yes .include .if ${ARCH} == "powerpc" Modified: head/lang/qore/distinfo ============================================================================== --- head/lang/qore/distinfo Wed Feb 12 05:57:58 2014 (r343853) +++ head/lang/qore/distinfo Wed Feb 12 06:50:55 2014 (r343854) @@ -1,2 +1,2 @@ -SHA256 (qore-0.8.7.tar.bz2) = 314c8c2a9394e8b366c8268183af959349b8d5eca0fcc456108a9efa71786ee7 -SIZE (qore-0.8.7.tar.bz2) = 8128234 +SHA256 (qore-0.8.8.tar.bz2) = d099bd7d14751a8d9529937116e0170b26dd431996b86bf2aa9568b661f89111 +SIZE (qore-0.8.8.tar.bz2) = 14351424 Added: head/lang/qore/files/patch-include__qore__common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/qore/files/patch-include__qore__common.h Wed Feb 12 06:50:55 2014 (r343854) @@ -0,0 +1,10 @@ +--- ./include/qore/common.h.orig 2013-10-03 11:33:33.000000000 +0400 ++++ ./include/qore/common.h 2014-02-12 02:20:02.000000000 +0400 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include + #include Modified: head/lang/qore/pkg-descr ============================================================================== --- head/lang/qore/pkg-descr Wed Feb 12 05:57:58 2014 (r343853) +++ head/lang/qore/pkg-descr Wed Feb 12 06:50:55 2014 (r343854) @@ -1,4 +1,4 @@ Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability. -WWW: http://www.qore.org +WWW: http://www.qore.org/ Modified: head/lang/qore/pkg-plist ============================================================================== --- head/lang/qore/pkg-plist Wed Feb 12 05:57:58 2014 (r343853) +++ head/lang/qore/pkg-plist Wed Feb 12 06:50:55 2014 (r343854) @@ -73,17 +73,33 @@ include/qore/qore_bitopts.h include/qore/qore_thread.h include/qore/safe_dslist include/qore/support.h +include/qore/QoreHttpClientObject.h +include/qore/QoreSocketObject.h +include/qore/qlist lib/libqore.la lib/libqore.so -lib/libqore.so.15 +lib/libqore.so.16 +lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm lib/qore-modules/%%PORTVERSION%%/HttpServer.qm -lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm -lib/qore-modules/%%PORTVERSION%%/Mime.qm -lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm lib/qore-modules/%%PORTVERSION%%/MailMessage.qm +lib/qore-modules/%%PORTVERSION%%/Mime.qm +lib/qore-modules/%%PORTVERSION%%/MysqlSqlUtil.qm +lib/qore-modules/%%PORTVERSION%%/OracleSqlUtil.qm +lib/qore-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm -lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm +lib/qore-modules/%%PORTVERSION%%/Qorize.qm +lib/qore-modules/%%PORTVERSION%%/RestClient.qm +lib/qore-modules/%%PORTVERSION%%/RestHandler.qm +lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm +lib/qore-modules/%%PORTVERSION%%/SqlUtil.qm +lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm +lib/qore-modules/%%PORTVERSION%%/Util.qm +lib/qore-modules/%%PORTVERSION%%/WebSocketClient.qm +lib/qore-modules/%%PORTVERSION%%/WebSocketHandler.qm +lib/qore-modules/%%PORTVERSION%%/WebSocketUtil.qm +lib/qore-modules/%%PORTVERSION%%/WebUtil.qm libdata/pkgconfig/qore.pc +man/man1/qore.1.gz @dirrm include/qore @dirrm lib/qore-modules/%%PORTVERSION%% @dirrm lib/qore-modules