From owner-svn-ports-head@freebsd.org Thu Aug 25 03:00:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC2BBC43CA; Thu, 25 Aug 2016 03:00:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47BCC1BA3; Thu, 25 Aug 2016 03:00:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7P30Ds9046205; Thu, 25 Aug 2016 03:00:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7P30DBt046202; Thu, 25 Aug 2016 03:00:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201608250300.u7P30DBt046202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 25 Aug 2016 03:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420832 - head/lang/qore 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.22 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: Thu, 25 Aug 2016 03:00:14 -0000 Author: wen Date: Thu Aug 25 03:00:13 2016 New Revision: 420832 URL: https://svnweb.freebsd.org/changeset/ports/420832 Log: - Update to 0.8.12 - Switch to USE_GITHUB - Add missing BUILD_DEPENDS PR: 210447 Submitted by: estrabd@gmail.com(maintainer) Modified: head/lang/qore/Makefile head/lang/qore/distinfo head/lang/qore/pkg-plist Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Thu Aug 25 02:25:58 2016 (r420831) +++ head/lang/qore/Makefile Thu Aug 25 03:00:13 2016 (r420832) @@ -1,26 +1,28 @@ # $FreeBSD$ PORTNAME= qore -PORTVERSION= 0.8.11 +PORTVERSION= 0.8.12 CATEGORIES= lang -MASTER_SITES= SF/qore/qore/${PORTVERSION}/ MAINTAINER= estrabd@gmail.com -COMMENT= The Qore Programming Language +COMMENT= Qore Programming Language -LICENSE= GPLv2 - -BROKEN_powerpc64= Does not build +LICENSE= MIT LIB_DEPENDS= libpcre.so:devel/pcre \ libmpfr.so:math/mpfr BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ - ${LOCALBASE}/bin/bison:devel/bison + ${LOCALBASE}/bin/bison:devel/bison \ + ${LOCALBASE}/bin/bash:shells/bash -USES= gmake iconv libtool pathfix tar:bzip2 +BROKEN_powerpc64= Does not build + +USES= gmake iconv libtool:build pathfix autoreconf USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= qorelanguage CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" PTHREAD_LIBS="-lpthread" CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no @@ -32,10 +34,14 @@ INSTALL_TARGET= install-strip .include .if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc +BROKEN= Does not compile on powerpc .endif -post-patch: +pre-configure: + cd ${WRKSRC}; ./reconf.sh + +post-configure: ${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's#$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#g' ${WRKSRC}/Makefile.in .include Modified: head/lang/qore/distinfo ============================================================================== --- head/lang/qore/distinfo Thu Aug 25 02:25:58 2016 (r420831) +++ head/lang/qore/distinfo Thu Aug 25 03:00:13 2016 (r420832) @@ -1,2 +1,3 @@ -SHA256 (qore-0.8.11.tar.bz2) = ce55fe2fa2bb85fd77cefe45d190d431fa5c6dcbd00cc4be499082130b755ae3 -SIZE (qore-0.8.11.tar.bz2) = 20074057 +TIMESTAMP = 1471951711 +SHA256 (qorelanguage-qore-0.8.12_GH0.tar.gz) = e5e59753810736bafe57f15d1035bc3d12a612d3768f9ae6d7b9bdc8fab94ad6 +SIZE (qorelanguage-qore-0.8.12_GH0.tar.gz) = 2489956 Modified: head/lang/qore/pkg-plist ============================================================================== --- head/lang/qore/pkg-plist Thu Aug 25 02:25:58 2016 (r420831) +++ head/lang/qore/pkg-plist Thu Aug 25 03:00:13 2016 (r420832) @@ -28,7 +28,8 @@ include/qore/QoreFloatNode.h include/qore/QoreFtpClient.h include/qore/QoreHTTPClient.h include/qore/QoreHashNode.h -include/qore/QoreQueueHelper.h +include/qore/QoreHttpClientObject.h +include/qore/QoreIteratorBase.h include/qore/QoreLib.h include/qore/QoreListNode.h include/qore/QoreNamespace.h @@ -39,12 +40,15 @@ include/qore/QoreNullNode.h include/qore/QoreNumberNode.h include/qore/QoreObject.h include/qore/QoreProgram.h +include/qore/QoreQueue.h +include/qore/QoreQueueHelper.h include/qore/QoreRWLock.h include/qore/QoreReferenceCounter.h include/qore/QoreSSLBase.h include/qore/QoreSSLCertificate.h include/qore/QoreSSLPrivateKey.h include/qore/QoreSocket.h +include/qore/QoreSocketObject.h include/qore/QoreString.h include/qore/QoreStringNode.h include/qore/QoreThreadLocalStorage.h @@ -52,6 +56,8 @@ include/qore/QoreThreadLock.h include/qore/QoreType.h include/qore/QoreTypeSafeReferenceHelper.h include/qore/QoreURL.h +include/qore/QoreValue.h +include/qore/QoreValueList.h include/qore/ReferenceArgumentHelper.h include/qore/ReferenceHolder.h include/qore/ReferenceNode.h @@ -62,49 +68,53 @@ include/qore/SystemEnvironment.h include/qore/common.h include/qore/macros-i386.h include/qore/macros-ia64.h +include/qore/macros-parisc.h include/qore/macros-powerpc.h include/qore/macros-sparc.h include/qore/macros-x86_64.h include/qore/macros.h include/qore/node_types.h include/qore/params.h +include/qore/qlist include/qore/qore-version.h include/qore/qore_bitopts.h include/qore/qore_thread.h include/qore/safe_dslist include/qore/support.h -include/qore/QoreHttpClientObject.h -include/qore/QoreIteratorBase.h -include/qore/QoreQueue.h -include/qore/QoreSocketObject.h -include/qore/qlist lib/cmake/Qore/QoreConfig.cmake lib/cmake/Qore/QoreConfigVersion.cmake lib/cmake/Qore/QoreMacros.cmake lib/libqore.so lib/libqore.so.5 -lib/libqore.so.5.12.2 -lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm -lib/qore-modules/%%PORTVERSION%%/HttpServer.qm -lib/qore-modules/%%PORTVERSION%%/MailMessage.qm -lib/qore-modules/%%PORTVERSION%%/Mapper.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%%/Qorize.qm -lib/qore-modules/%%PORTVERSION%%/RestClient.qm -lib/qore-modules/%%PORTVERSION%%/RestHandler.qm -lib/qore-modules/%%PORTVERSION%%/Schema.qm -lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm -lib/qore-modules/%%PORTVERSION%%/SqlUtil.qm -lib/qore-modules/%%PORTVERSION%%/TableMapper.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 +lib/libqore.so.5.13.0 libdata/pkgconfig/qore.pc man/man1/qore.1.gz +%%DATADIR%%-modules/%%PORTVERSION%%/BulkSqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/CsvUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Diff.qm +%%DATADIR%%-modules/%%PORTVERSION%%/FilePoller.qm +%%DATADIR%%-modules/%%PORTVERSION%%/FixedLengthUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/FreetdsSqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/HttpServer.qm +%%DATADIR%%-modules/%%PORTVERSION%%/HttpServerUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/MailMessage.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Mapper.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Mime.qm +%%DATADIR%%-modules/%%PORTVERSION%%/MysqlSqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/OracleSqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Pop3Client.qm +%%DATADIR%%-modules/%%PORTVERSION%%/QUnit.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Qorize.qm +%%DATADIR%%-modules/%%PORTVERSION%%/RestClient.qm +%%DATADIR%%-modules/%%PORTVERSION%%/RestHandler.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Schema.qm +%%DATADIR%%-modules/%%PORTVERSION%%/SmtpClient.qm +%%DATADIR%%-modules/%%PORTVERSION%%/SqlUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/TableMapper.qm +%%DATADIR%%-modules/%%PORTVERSION%%/TelnetClient.qm +%%DATADIR%%-modules/%%PORTVERSION%%/Util.qm +%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketClient.qm +%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketHandler.qm +%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketUtil.qm +%%DATADIR%%-modules/%%PORTVERSION%%/WebUtil.qm