From owner-svn-ports-all@freebsd.org Sun Dec 10 03:33:05 2017 Return-Path: Delivered-To: svn-ports-all@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 4BC02E80C1D; Sun, 10 Dec 2017 03:33:05 +0000 (UTC) (envelope-from jrm@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 185CD2479; Sun, 10 Dec 2017 03:33:05 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA3X4EA093821; Sun, 10 Dec 2017 03:33:04 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA3X4JF093820; Sun, 10 Dec 2017 03:33:04 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201712100333.vBA3X4JF093820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 10 Dec 2017 03:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455879 - head/biology/py-biom-format X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/biology/py-biom-format X-SVN-Commit-Revision: 455879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 03:33:05 -0000 Author: jrm Date: Sun Dec 10 03:33:04 2017 New Revision: 455879 URL: https://svnweb.freebsd.org/changeset/ports/455879 Log: biology/py-biom-format: Add required dependency on math/py-pandas and do not install tests. Modified: head/biology/py-biom-format/Makefile Modified: head/biology/py-biom-format/Makefile ============================================================================== --- head/biology/py-biom-format/Makefile Sat Dec 9 22:02:30 2017 (r455878) +++ head/biology/py-biom-format/Makefile Sun Dec 10 03:33:04 2017 (r455879) @@ -2,7 +2,7 @@ PORTNAME= biom-format PORTVERSION= 2.1.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,10 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${FLAVOR} USE_GITHUB= yes @@ -29,6 +30,9 @@ USE_PYTHON= autoplist distutils .if ${PYTHON_REL} < 3000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyqi>=0.2.0:devel/py-pyqi@${FLAVOR} .endif + +post-extract: + ${RM} -r ${WRKSRC}/tests post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/biom/*.so From owner-svn-ports-all@freebsd.org Sun Dec 10 03:40:18 2017 Return-Path: Delivered-To: svn-ports-all@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 3F1AFE80D1D; Sun, 10 Dec 2017 03:40:18 +0000 (UTC) (envelope-from ygy@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 0C7BD2627; Sun, 10 Dec 2017 03:40:17 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA3eHM6094195; Sun, 10 Dec 2017 03:40:17 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA3eHo4094193; Sun, 10 Dec 2017 03:40:17 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201712100340.vBA3eHo4094193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sun, 10 Dec 2017 03:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455880 - head/devel/py-pyte X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/devel/py-pyte X-SVN-Commit-Revision: 455880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 03:40:18 -0000 Author: ygy (doc committer) Date: Sun Dec 10 03:40:16 2017 New Revision: 455880 URL: https://svnweb.freebsd.org/changeset/ports/455880 Log: devel/py-pyte: Update to 0.7.0 PR: 224170 Approved by: wg (maintainer) Modified: head/devel/py-pyte/Makefile head/devel/py-pyte/distinfo Modified: head/devel/py-pyte/Makefile ============================================================================== --- head/devel/py-pyte/Makefile Sun Dec 10 03:33:04 2017 (r455879) +++ head/devel/py-pyte/Makefile Sun Dec 10 03:40:16 2017 (r455880) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyte -PORTVERSION= 0.5.2 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyte/distinfo ============================================================================== --- head/devel/py-pyte/distinfo Sun Dec 10 03:33:04 2017 (r455879) +++ head/devel/py-pyte/distinfo Sun Dec 10 03:40:16 2017 (r455880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463832584 -SHA256 (pyte-0.5.2.tar.gz) = d734cf4021035df222a51853e1b40e27dc06e1f5ed547cfefff4ae4865ee7529 -SIZE (pyte-0.5.2.tar.gz) = 42719 +TIMESTAMP = 1512719102 +SHA256 (pyte-0.7.0.tar.gz) = 873acb47b624b9f30e9c54fab9c06a53be3b6bfa4b3d863ab30f55e93724c5aa +SIZE (pyte-0.7.0.tar.gz) = 49500 From owner-svn-ports-all@freebsd.org Sun Dec 10 03:58:44 2017 Return-Path: Delivered-To: svn-ports-all@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 2DB59E81135; Sun, 10 Dec 2017 03:58:44 +0000 (UTC) (envelope-from ygy@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 D25172DAA; Sun, 10 Dec 2017 03:58:43 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA3wgb5003015; Sun, 10 Dec 2017 03:58:42 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA3wgNu003013; Sun, 10 Dec 2017 03:58:42 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201712100358.vBA3wgNu003013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sun, 10 Dec 2017 03:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455881 - head/devel/py-decorator X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/devel/py-decorator X-SVN-Commit-Revision: 455881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 03:58:44 -0000 Author: ygy (doc committer) Date: Sun Dec 10 03:58:42 2017 New Revision: 455881 URL: https://svnweb.freebsd.org/changeset/ports/455881 Log: - Update devel/py-decorator to 4.1.2 - Take maintainership PR: 224188 Approved by: adamw Differential Revision: https://reviews.freebsd.org/D13425 Modified: head/devel/py-decorator/Makefile head/devel/py-decorator/distinfo Modified: head/devel/py-decorator/Makefile ============================================================================== --- head/devel/py-decorator/Makefile Sun Dec 10 03:40:16 2017 (r455880) +++ head/devel/py-decorator/Makefile Sun Dec 10 03:58:42 2017 (r455881) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= decorator -PORTVERSION= 4.0.10 +PORTVERSION= 4.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dsh@wizard.volgograd.ru +MAINTAINER= ygy@FreeBSD.org COMMENT= Better living through Python with decorators LICENSE= MIT Modified: head/devel/py-decorator/distinfo ============================================================================== --- head/devel/py-decorator/distinfo Sun Dec 10 03:40:16 2017 (r455880) +++ head/devel/py-decorator/distinfo Sun Dec 10 03:58:42 2017 (r455881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475285134 -SHA256 (decorator-4.0.10.tar.gz) = 9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070 -SIZE (decorator-4.0.10.tar.gz) = 68560 +TIMESTAMP = 1512746949 +SHA256 (decorator-4.1.2.tar.gz) = 7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5 +SIZE (decorator-4.1.2.tar.gz) = 32325 From owner-svn-ports-all@freebsd.org Sun Dec 10 08:09:09 2017 Return-Path: Delivered-To: svn-ports-all@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 05F06E857D1; Sun, 10 Dec 2017 08:09:09 +0000 (UTC) (envelope-from madpilot@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 C418D67C34; Sun, 10 Dec 2017 08:09:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA897Xf006331; Sun, 10 Dec 2017 08:09:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA897mm006329; Sun, 10 Dec 2017 08:09:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201712100809.vBA897mm006329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 10 Dec 2017 08:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455882 - head/deskutils/owncloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/owncloudclient X-SVN-Commit-Revision: 455882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 08:09:09 -0000 Author: madpilot Date: Sun Dec 10 08:09:07 2017 New Revision: 455882 URL: https://svnweb.freebsd.org/changeset/ports/455882 Log: Update owncloudclient to 2.3.4 PR: 224212 Submitted by: me Approved by: Yonas Yanfa (maintainer) Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Sun Dec 10 03:58:42 2017 (r455881) +++ head/deskutils/owncloudclient/Makefile Sun Dec 10 08:09:07 2017 (r455882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 DISTVERSIONPREFIX= v CATEGORIES= deskutils Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Sun Dec 10 03:58:42 2017 (r455881) +++ head/deskutils/owncloudclient/distinfo Sun Dec 10 08:09:07 2017 (r455882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507911800 -SHA256 (owncloud-client-v2.3.3_GH0.tar.gz) = 6f37de32ad3992fe3f7a6c2ff5675612506cf768e945a2568a9c105773246d77 -SIZE (owncloud-client-v2.3.3_GH0.tar.gz) = 14481883 +TIMESTAMP = 1512670982 +SHA256 (owncloud-client-v2.3.4_GH0.tar.gz) = 17dd5bb7afb996ee155b8fe68a4fd4b75a8d46563226da470c4e598d6f990bc6 +SIZE (owncloud-client-v2.3.4_GH0.tar.gz) = 14482919 From owner-svn-ports-all@freebsd.org Sun Dec 10 09:00:28 2017 Return-Path: Delivered-To: svn-ports-all@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 41CD8E86AD0; Sun, 10 Dec 2017 09:00:28 +0000 (UTC) (envelope-from amdmi3@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 0EEE3693B1; Sun, 10 Dec 2017 09:00:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA90RAl027145; Sun, 10 Dec 2017 09:00:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA90RuE027143; Sun, 10 Dec 2017 09:00:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712100900.vBA90RuE027143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 09:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455883 - head/devel/git X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/git X-SVN-Commit-Revision: 455883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 09:00:28 -0000 Author: amdmi3 Date: Sun Dec 10 09:00:26 2017 New Revision: 455883 URL: https://svnweb.freebsd.org/changeset/ports/455883 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/devel/git/Makefile head/devel/git/pkg-descr Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Sun Dec 10 08:09:07 2017 (r455882) +++ head/devel/git/Makefile Sun Dec 10 09:00:26 2017 (r455883) @@ -15,6 +15,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT?= Distributed source code management tool LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL?= git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]* Modified: head/devel/git/pkg-descr ============================================================================== --- head/devel/git/pkg-descr Sun Dec 10 08:09:07 2017 (r455882) +++ head/devel/git/pkg-descr Sun Dec 10 09:00:26 2017 (r455883) @@ -1,4 +1,4 @@ Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. -WWW: http://git-scm.com/ +WWW: https://git-scm.com/ From owner-svn-ports-all@freebsd.org Sun Dec 10 09:00:32 2017 Return-Path: Delivered-To: svn-ports-all@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 5EACCE86AF1; Sun, 10 Dec 2017 09:00:32 +0000 (UTC) (envelope-from amdmi3@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 28F07693BD; Sun, 10 Dec 2017 09:00:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBA90V2C027256; Sun, 10 Dec 2017 09:00:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBA90Vgp027255; Sun, 10 Dec 2017 09:00:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712100900.vBA90Vgp027255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 09:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455884 - head/mail/qconfirm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/qconfirm X-SVN-Commit-Revision: 455884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 09:00:32 -0000 Author: amdmi3 Date: Sun Dec 10 09:00:31 2017 New Revision: 455884 URL: https://svnweb.freebsd.org/changeset/ports/455884 Log: - Switch to options helpers - Pet portlint - Switch to new test framework Modified: head/mail/qconfirm/Makefile Modified: head/mail/qconfirm/Makefile ============================================================================== --- head/mail/qconfirm/Makefile Sun Dec 10 09:00:26 2017 (r455883) +++ head/mail/qconfirm/Makefile Sun Dec 10 09:00:31 2017 (r455884) @@ -20,24 +20,24 @@ ALL_TARGET= default OPTIONS_DEFINE= DOCS do-configure: - ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc - ${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/src/conf-ld + @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc + @${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/src/conf-ld do-build: (cd ${WRKSRC} && package/compile) do-install: - (cd ${WRKSRC}/command && ${INSTALL_PROGRAM} * \ - ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC}/man && ${INSTALL_MAN} *.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/package && ${INSTALL_DATA} CHANGES README \ ${STAGEDIR}${DOCSDIR}) -test: build - (cd ${WRKSRC} && package/check) +do-test: + # XXX: this dies with bus error; the port may be faulty as well + cd ${WRKSRC} && package/check .include From owner-svn-ports-all@freebsd.org Sun Dec 10 11:00:01 2017 Return-Path: Delivered-To: svn-ports-all@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 8EBF2E88DC1; Sun, 10 Dec 2017 11:00:01 +0000 (UTC) (envelope-from amdmi3@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 686436C4EA; Sun, 10 Dec 2017 11:00:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAB006j076640; Sun, 10 Dec 2017 11:00:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAB00c0076638; Sun, 10 Dec 2017 11:00:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712101100.vBAB00c0076638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 11:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455885 - in head/games/hedgewars: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/hedgewars: . files X-SVN-Commit-Revision: 455885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:00:01 -0000 Author: amdmi3 Date: Sun Dec 10 11:00:00 2017 New Revision: 455885 URL: https://svnweb.freebsd.org/changeset/ports/455885 Log: - Update to 0.9.23 - Re-enable SERVER and VIDEOREC options which work fine now Deleted: head/games/hedgewars/files/ Modified: head/games/hedgewars/Makefile head/games/hedgewars/distinfo Modified: head/games/hedgewars/Makefile ============================================================================== --- head/games/hedgewars/Makefile Sun Dec 10 09:00:31 2017 (r455884) +++ head/games/hedgewars/Makefile Sun Dec 10 11:00:00 2017 (r455885) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= hedgewars -PORTVERSION= 0.9.22 -PORTREVISION= 3 +PORTVERSION= 0.9.23 CATEGORIES= games -MASTER_SITES= http://download.gna.org/hedgewars/ \ +MASTER_SITES= http://www.hedgewars.org/download/releases/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-src-${DISTVERSION} @@ -15,15 +14,15 @@ COMMENT= Free Worms-like turn based strategy game LICENSE= GPLv2 GFDL LICENSE_COMB= multi -LIB_DEPENDS= libphysfs.so:devel/physfs +LIB_DEPENDS= libphysfs.so:devel/physfs \ + libpng.so:graphics/png USES= cmake:noninja desktop-file-utils lua:51 tar:bzip2 -USE_SDL= sdl mixer image ttf net +USE_SDL= sdl2 mixer2 image2 ttf2 net2 USE_FPC= opengl libpng rtl-objpas USE_QT4= corelib gui moc_build network \ qmake_build rcc_build svg xml \ uic_build linguisttools_build -CMAKE_ARGS= -DNOVIDEOREC=1 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:C/\.[0-9]$//} @@ -33,30 +32,33 @@ PLIST_FILES= bin/${PORTNAME} bin/hwengine \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png \ share/pixmaps/${PORTNAME}.xpm \ - lib/libphyslayer.so + lib/libphyslayer.so \ + lib/libphyslayer.so.1.0 PORTDATA= * -# VIDEOREC - broken with recent ffmpeg -OPTIONS_DEFINE= SERVER # VIDEOREC -OPTIONS_DEFAULT=SERVER +OPTIONS_DEFINE= SERVER VIDEOREC +OPTIONS_DEFAULT=SERVER VIDEOREC SERVER_DESC= Build server (requires haskell) -#VIDEOREC_DESC= Enable video recording (requires ffmpeg) +VIDEOREC_DESC= Enable video recording (requires ffmpeg) -#VIDEOREC_LIB_DEPENDS=libavcodec0.so:multimedia/ffmpeg0 -#VIDEOREC_CMAKE_OFF=-DNOVIDEOREC=1 +VIDEOREC_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg +VIDEOREC_PLIST_FILES= lib/libavwrapper.so \ + lib/libavwrapper.so.1.0 +VIDEOREC_CMAKE_OFF= -DNOVIDEOREC=1 SERVER_BUILD_DEPENDS= ghc:lang/ghc \ hs-vector>=0:devel/hs-vector \ hs-network>=0:net/hs-network \ hs-utf8-string>=0:devel/hs-utf8-string \ - hs-bytestring-show>=0:devel/hs-bytestring-show \ - hs-dataenc>=0:converters/hs-dataenc \ hs-random>=0:devel/hs-random \ hs-hslogger>=0:devel/hs-hslogger \ hs-SHA>=0:security/hs-SHA \ hs-entropy>=0:security/hs-entropy \ - hs-zlib>=0:archivers/hs-zlib + hs-zlib>=0:archivers/hs-zlib \ + hs-regex-tdfa>=0:textproc/hs-regex-tdfa \ + hs-mtl>=0:devel/hs-mtl \ + hs-sandi>=0:converters/hs-sandi SERVER_CMAKE_OFF= -DNOSERVER=1 SERVER_PLIST_FILES= bin/${PORTNAME}-server Modified: head/games/hedgewars/distinfo ============================================================================== --- head/games/hedgewars/distinfo Sun Dec 10 09:00:31 2017 (r455884) +++ head/games/hedgewars/distinfo Sun Dec 10 11:00:00 2017 (r455885) @@ -1,2 +1,3 @@ -SHA256 (hedgewars-src-0.9.22.tar.bz2) = b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192 -SIZE (hedgewars-src-0.9.22.tar.bz2) = 160103313 +TIMESTAMP = 1511986192 +SHA256 (hedgewars-src-0.9.23.tar.bz2) = da2e4908042be56d1c0f3cb80a355bde7f0a49f675b050a03228cc3fb22aae89 +SIZE (hedgewars-src-0.9.23.tar.bz2) = 173042171 From owner-svn-ports-all@freebsd.org Sun Dec 10 11:07:28 2017 Return-Path: Delivered-To: svn-ports-all@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 6D02EE88F91; Sun, 10 Dec 2017 11:07:28 +0000 (UTC) (envelope-from amdmi3@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 2C7A46C887; Sun, 10 Dec 2017 11:07:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAB7RYg080618; Sun, 10 Dec 2017 11:07:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAB7Rjq080616; Sun, 10 Dec 2017 11:07:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712101107.vBAB7Rjq080616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 11:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455886 - head/www/ddgr X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/ddgr X-SVN-Commit-Revision: 455886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:07:28 -0000 Author: amdmi3 Date: Sun Dec 10 11:07:27 2017 New Revision: 455886 URL: https://svnweb.freebsd.org/changeset/ports/455886 Log: - Update to 1.2 Modified: head/www/ddgr/Makefile head/www/ddgr/distinfo Modified: head/www/ddgr/Makefile ============================================================================== --- head/www/ddgr/Makefile Sun Dec 10 11:00:00 2017 (r455885) +++ head/www/ddgr/Makefile Sun Dec 10 11:07:27 2017 (r455886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddgr -PORTVERSION= 1.1 +PORTVERSION= 1.2 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ddgr/distinfo ============================================================================== --- head/www/ddgr/distinfo Sun Dec 10 11:00:00 2017 (r455885) +++ head/www/ddgr/distinfo Sun Dec 10 11:07:27 2017 (r455886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511964879 -SHA256 (jarun-ddgr-v1.1_GH0.tar.gz) = 6fbf7a638e3e4c0db57ef4a86f253b5810e5755b88727444b17d4528e3a4f5d8 -SIZE (jarun-ddgr-v1.1_GH0.tar.gz) = 38553 +TIMESTAMP = 1512902954 +SHA256 (jarun-ddgr-v1.2_GH0.tar.gz) = a9828b8863949dc93dd574a15b6779d9390b6f5e277e35c157064d7c06423758 +SIZE (jarun-ddgr-v1.2_GH0.tar.gz) = 39115 From owner-svn-ports-all@freebsd.org Sun Dec 10 11:07:32 2017 Return-Path: Delivered-To: svn-ports-all@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 EA578E88FBA; Sun, 10 Dec 2017 11:07:32 +0000 (UTC) (envelope-from amdmi3@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 B75FF6C89E; Sun, 10 Dec 2017 11:07:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAB7VM8080742; Sun, 10 Dec 2017 11:07:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAB7Vj9080740; Sun, 10 Dec 2017 11:07:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712101107.vBAB7Vj9080740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 11:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455887 - head/devel/py-flake8-quotes X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-flake8-quotes X-SVN-Commit-Revision: 455887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:07:33 -0000 Author: amdmi3 Date: Sun Dec 10 11:07:31 2017 New Revision: 455887 URL: https://svnweb.freebsd.org/changeset/ports/455887 Log: - Update to 0.13.0 Modified: head/devel/py-flake8-quotes/Makefile head/devel/py-flake8-quotes/distinfo Modified: head/devel/py-flake8-quotes/Makefile ============================================================================== --- head/devel/py-flake8-quotes/Makefile Sun Dec 10 11:07:27 2017 (r455886) +++ head/devel/py-flake8-quotes/Makefile Sun Dec 10 11:07:31 2017 (r455887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8-quotes -PORTVERSION= 0.12.1 +PORTVERSION= 0.13.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8-quotes/distinfo ============================================================================== --- head/devel/py-flake8-quotes/distinfo Sun Dec 10 11:07:27 2017 (r455886) +++ head/devel/py-flake8-quotes/distinfo Sun Dec 10 11:07:31 2017 (r455887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512334127 -SHA256 (flake8-quotes-0.12.1.tar.gz) = cfe697f8223d4f39e01f3ce6612d6345be0673ad67fc8c9e049826000f74958e -SIZE (flake8-quotes-0.12.1.tar.gz) = 6837 +TIMESTAMP = 1512903359 +SHA256 (flake8-quotes-0.13.0.tar.gz) = 2a1998616c6a962793b24f05b6bd45528c771a167bc402110231c3fbee64454b +SIZE (flake8-quotes-0.13.0.tar.gz) = 6876 From owner-svn-ports-all@freebsd.org Sun Dec 10 11:22:30 2017 Return-Path: Delivered-To: svn-ports-all@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 5F916E89682; Sun, 10 Dec 2017 11:22:30 +0000 (UTC) (envelope-from amdmi3@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 2BF446D127; Sun, 10 Dec 2017 11:22:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBABMTPn089145; Sun, 10 Dec 2017 11:22:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBABMTAj089143; Sun, 10 Dec 2017 11:22:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712101122.vBABMTAj089143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 11:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455888 - in head/games/legesmotus: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/legesmotus: . files X-SVN-Commit-Revision: 455888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:22:30 -0000 Author: amdmi3 Date: Sun Dec 10 11:22:29 2017 New Revision: 455888 URL: https://svnweb.freebsd.org/changeset/ports/455888 Log: - Remove arch limitations Modified: head/games/legesmotus/Makefile head/games/legesmotus/files/patch-common.mk Modified: head/games/legesmotus/Makefile ============================================================================== --- head/games/legesmotus/Makefile Sun Dec 10 11:07:31 2017 (r455887) +++ head/games/legesmotus/Makefile Sun Dec 10 11:22:29 2017 (r455888) @@ -11,10 +11,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Team-based, networked, 2D shooter set in zero-gravity LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -NOT_FOR_ARCHS= aarch64 armv6 armv7 -NOT_FOR_ARCHS_REASON= fails to build: Disallowed architecture for this platform +LICENSE_COMB= dual # not GPLv2+ +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ Modified: head/games/legesmotus/files/patch-common.mk ============================================================================== --- head/games/legesmotus/files/patch-common.mk Sun Dec 10 11:07:31 2017 (r455887) +++ head/games/legesmotus/files/patch-common.mk Sun Dec 10 11:22:29 2017 (r455888) @@ -8,7 +8,21 @@ #UNIVERSAL = 1 #NOBUNDLE = 1 -@@ -174,12 +173,10 @@ CXXFLAGS += -Wnon-virtual-dtor +@@ -84,13 +83,6 @@ ifeq ($(ARCHS),) + endif + endif + +-# Only Mac OS X can use fat binaries +-ifneq ($(filter $(ARCH),$(ARCHS)),$(ARCH)) +- ifneq ($(MACHINE)-$(ARCH),Darwin-universal) +- $(error Disallowed architecture for this platform: $(ARCH)) +- endif +-endif +- + ifeq ($(MACHINE)$(NOBUNDLE),Darwin) + export MACOSX_DEPLOYMENT_TARGET=10.4 + FLAGS_SDL = -I$(FRAMEWORKS)/SDL.framework/Headers +@@ -174,12 +166,10 @@ CXXFLAGS += -Wnon-virtual-dtor ifeq ($(DEBUG),1) RELEASE = debug From owner-svn-ports-all@freebsd.org Sun Dec 10 11:25:41 2017 Return-Path: Delivered-To: svn-ports-all@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 EBC7BE89748; Sun, 10 Dec 2017 11:25:41 +0000 (UTC) (envelope-from amdmi3@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 B8B936D286; Sun, 10 Dec 2017 11:25:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBABPeGF089377; Sun, 10 Dec 2017 11:25:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBABPehu089376; Sun, 10 Dec 2017 11:25:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712101125.vBABPehu089376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Dec 2017 11:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455889 - head/databases/tarantool-c X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/tarantool-c X-SVN-Commit-Revision: 455889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:25:42 -0000 Author: amdmi3 Date: Sun Dec 10 11:25:40 2017 New Revision: 455889 URL: https://svnweb.freebsd.org/changeset/ports/455889 Log: - At least aarch64 and mips64 build file after r441826, assuming all archs fixed Approved by: portmgr blanket Modified: head/databases/tarantool-c/Makefile Modified: head/databases/tarantool-c/Makefile ============================================================================== --- head/databases/tarantool-c/Makefile Sun Dec 10 11:22:29 2017 (r455888) +++ head/databases/tarantool-c/Makefile Sun Dec 10 11:25:40 2017 (r455889) @@ -17,11 +17,6 @@ GH_TAGNAME= a251965 USES= cmake CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false -BROKEN_aarch64= Fails to compile: clang compiler does not support -march=native -BROKEN_mips64= Fails to compile: clang compiler does not support -march=native -BROKEN_powerpc64= Fails to compile: clang compiler does not support -march=native -BROKEN_sparc64= Fails to compile: clang compiler does not support -march=native - post-patch: @${REINPLACE_CMD} -e '/-O3 -march=native/d' ${WRKSRC}/CMakeLists.txt From owner-svn-ports-all@freebsd.org Sun Dec 10 11:37:04 2017 Return-Path: Delivered-To: svn-ports-all@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 6A536E89BDD; Sun, 10 Dec 2017 11:37:04 +0000 (UTC) (envelope-from cmt@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 447876D8EE; Sun, 10 Dec 2017 11:37:04 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBABb3tC093479; Sun, 10 Dec 2017 11:37:03 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBABb3Oa093477; Sun, 10 Dec 2017 11:37:03 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201712101137.vBABb3Oa093477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 10 Dec 2017 11:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455890 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 455890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 11:37:04 -0000 Author: cmt Date: Sun Dec 10 11:37:02 2017 New Revision: 455890 URL: https://svnweb.freebsd.org/changeset/ports/455890 Log: document latest wireshark vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 10 11:25:40 2017 (r455889) +++ head/security/vuxml/vuln.xml Sun Dec 10 11:37:02 2017 (r455890) @@ -58,6 +58,60 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wireshark -- multiple security issues + + + wireshark + 2.2.02.2.10 + 2.4.02.4.2 + + + wireshark-lite + 2.2.02.2.10 + 2.4.02.4.2 + + + wireshark-qt5 + 2.2.02.2.10 + 2.4.02.4.2 + + + tshark + 2.2.02.2.10 + 2.4.02.4.2 + + + tshark-lite + 2.2.02.2.10 + 2.4.02.4.2 + + + + +

wireshark developers reports:

+
+

wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (CVE-2017-17084)

+

wnpa-sec-2017-48: The NetBIOS dissector could crash. Discovered by Kamil Frankowicz. (CVE-2017-17083)

+

wnpa-sec-2017-49: The CIP Safety dissector could crash. (CVE-2017-17085)

+
+ +
+ + https://www.wireshark.org/security/ + https://www.wireshark.org/security/wnpa-sec-2017-47.html + https://www.wireshark.org/security/wnpa-sec-2017-48.html + https://www.wireshark.org/security/wnpa-sec-2017-49.html + CVE-2017-17083 + CVE-2017-17084 + CVE-2017-17085 + + + 2017-11-30 + 2017-12-10 + +
+ OpenSSL -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Sun Dec 10 12:28:10 2017 Return-Path: Delivered-To: svn-ports-all@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 22DE6E8B4C5; Sun, 10 Dec 2017 12:28:10 +0000 (UTC) (envelope-from dbn@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 F0B586F252; Sun, 10 Dec 2017 12:28:09 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBACS91r014453; Sun, 10 Dec 2017 12:28:09 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBACS8iT014450; Sun, 10 Dec 2017 12:28:08 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201712101228.vBACS8iT014450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 10 Dec 2017 12:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455891 - head/emulators/i386-wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/emulators/i386-wine-devel X-SVN-Commit-Revision: 455891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 12:28:10 -0000 Author: dbn Date: Sun Dec 10 12:28:08 2017 New Revision: 455891 URL: https://svnweb.freebsd.org/changeset/ports/455891 Log: emulators/i386-wine-devel: update to 2.21 Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sun Dec 10 11:37:02 2017 (r455890) +++ head/emulators/i386-wine-devel/Makefile.inc Sun Dec 10 12:28:08 2017 (r455891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 2.20 +PORTVERSION= 2.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Sun Dec 10 11:37:02 2017 (r455890) +++ head/emulators/i386-wine-devel/distinfo Sun Dec 10 12:28:08 2017 (r455891) @@ -1,13 +1,13 @@ -TIMESTAMP = 1510160327 -SHA256 (freebsd:10:x86:64/i386-wine-devel-2.20,1.txz) = 5163c34436c69ed79a5e0e8b3d6b99670d192f97493a75cb7fce64b8d4c3d650 -SIZE (freebsd:10:x86:64/i386-wine-devel-2.20,1.txz) = 59440628 -SHA256 (freebsd:10:x86:64/i386-wine-staging-2.20,1.txz) = 6d89c6e9f394f4cc05c6455a08ebfe2659f94a7eea7a5d830606bf213a9a6b80 -SIZE (freebsd:10:x86:64/i386-wine-staging-2.20,1.txz) = 62068972 -SHA256 (freebsd:11:x86:64/i386-wine-devel-2.20,1.txz) = 546183074682f7259fa81397aecc11d807ea5e1e5fbcfd2c0940f65817fbab7b -SIZE (freebsd:11:x86:64/i386-wine-devel-2.20,1.txz) = 59082336 -SHA256 (freebsd:11:x86:64/i386-wine-staging-2.20,1.txz) = 54ecc5f75165120ba04f09cd7d9328f16de938125ccb59e590a631dc34dfa8cb -SIZE (freebsd:11:x86:64/i386-wine-staging-2.20,1.txz) = 61680868 -SHA256 (freebsd:12:x86:64/i386-wine-devel-2.20,1.txz) = 2e9df335484edaca0f4332356a74380ecec596efb1b51eed0df9e3075e611a1c -SIZE (freebsd:12:x86:64/i386-wine-devel-2.20,1.txz) = 58573220 -SHA256 (freebsd:12:x86:64/i386-wine-staging-2.20,1.txz) = aac5b1d71ab5f486681b92acd39822be0a4d4c0c7a2e0c9457b2cbfedeaf773c -SIZE (freebsd:12:x86:64/i386-wine-staging-2.20,1.txz) = 61196192 +TIMESTAMP = 1512326897 +SHA256 (freebsd:10:x86:64/i386-wine-devel-2.21,1.txz) = 9419ea86b88feee6aff79f0534fcafb74c87637e1efe861eaab2b369a620612b +SIZE (freebsd:10:x86:64/i386-wine-devel-2.21,1.txz) = 59452808 +SHA256 (freebsd:10:x86:64/i386-wine-staging-2.21,1.txz) = ca736ef23a747177c10c160fd64fc5bc79a529eb4b7ec91e1c8f221db3c05c20 +SIZE (freebsd:10:x86:64/i386-wine-staging-2.21,1.txz) = 62085988 +SHA256 (freebsd:11:x86:64/i386-wine-devel-2.21,1.txz) = 822d1144fbb0f74f38587d580d305801431e73d76f2eada4757a55267d376c8c +SIZE (freebsd:11:x86:64/i386-wine-devel-2.21,1.txz) = 59102220 +SHA256 (freebsd:11:x86:64/i386-wine-staging-2.21,1.txz) = 0c465699afdf6500062580d6b31c99984bb63d419d52eda89f256d7ba8b40551 +SIZE (freebsd:11:x86:64/i386-wine-staging-2.21,1.txz) = 61694444 +SHA256 (freebsd:12:x86:64/i386-wine-devel-2.21,1.txz) = dd40deb9c9e8ebf9eddf09536364380ce9e294f4b6ba20d135928a81ceedfc63 +SIZE (freebsd:12:x86:64/i386-wine-devel-2.21,1.txz) = 58583016 +SHA256 (freebsd:12:x86:64/i386-wine-staging-2.21,1.txz) = 892e436a363b4c3e625620ea9f2f1232a6634cc7e34bbc6d6462b8af7df1c776 +SIZE (freebsd:12:x86:64/i386-wine-staging-2.21,1.txz) = 61206648 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Sun Dec 10 11:37:02 2017 (r455890) +++ head/emulators/i386-wine-devel/pkg-plist Sun Dec 10 12:28:08 2017 (r455891) @@ -635,6 +635,7 @@ include/wine/windows/ntddstor.h include/wine/windows/ntdef.h include/wine/windows/ntdsapi.h %%STAGING%%include/wine/windows/ntifs.h +include/wine/windows/ntlsa.h include/wine/windows/ntquery.h include/wine/windows/ntsecapi.h include/wine/windows/ntsecpkg.h From owner-svn-ports-all@freebsd.org Sun Dec 10 13:22:02 2017 Return-Path: Delivered-To: svn-ports-all@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 0A2A7E8C780; Sun, 10 Dec 2017 13:22:02 +0000 (UTC) (envelope-from sunpoet@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 CAEFC70D23; Sun, 10 Dec 2017 13:22:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADM0Qx038103; Sun, 10 Dec 2017 13:22:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADM0mJ038101; Sun, 10 Dec 2017 13:22:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101322.vBADM0mJ038101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455892 - in head/devel: . rubygem-micromachine2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-micromachine2 X-SVN-Commit-Revision: 455892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:22:02 -0000 Author: sunpoet Date: Sun Dec 10 13:22:00 2017 New Revision: 455892 URL: https://svnweb.freebsd.org/changeset/ports/455892 Log: Add rubygem-micromachine2 2.1.0 (copied from rubygem-micromachine) - Add PORTSCOUT Added: head/devel/rubygem-micromachine2/ - copied from r455781, head/devel/rubygem-micromachine/ Modified: head/devel/Makefile head/devel/rubygem-micromachine2/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 10 12:28:08 2017 (r455891) +++ head/devel/Makefile Sun Dec 10 13:22:00 2017 (r455892) @@ -5535,6 +5535,7 @@ SUBDIR += rubygem-metasm SUBDIR += rubygem-method_source SUBDIR += rubygem-micromachine + SUBDIR += rubygem-micromachine2 SUBDIR += rubygem-minitest SUBDIR += rubygem-mixlib-archive SUBDIR += rubygem-mixlib-authentication Modified: head/devel/rubygem-micromachine2/Makefile ============================================================================== --- head/devel/rubygem-micromachine/Makefile Fri Dec 8 11:54:31 2017 (r455781) +++ head/devel/rubygem-micromachine2/Makefile Sun Dec 10 13:22:00 2017 (r455892) @@ -4,12 +4,15 @@ PORTNAME= micromachine PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minimal Finite State Machine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^2\. NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sun Dec 10 13:22:07 2017 Return-Path: Delivered-To: svn-ports-all@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 05A9BE8C79F; Sun, 10 Dec 2017 13:22:07 +0000 (UTC) (envelope-from sunpoet@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 C36FF70D42; Sun, 10 Dec 2017 13:22:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADM51W038211; Sun, 10 Dec 2017 13:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADM5J0038210; Sun, 10 Dec 2017 13:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101322.vBADM5J0038210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455893 - head/sysutils/rubygem-vagrant-vbguest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-vagrant-vbguest X-SVN-Commit-Revision: 455893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:22:07 -0000 Author: sunpoet Date: Sun Dec 10 13:22:05 2017 New Revision: 455893 URL: https://svnweb.freebsd.org/changeset/ports/455893 Log: Change RUN_DEPENDS from rubygem-micromachine to rubygem-micromachine2 - Bump PORTREVISION for dependency change Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/Makefile Sun Dec 10 13:22:00 2017 (r455892) +++ head/sysutils/rubygem-vagrant-vbguest/Makefile Sun Dec 10 13:22:05 2017 (r455893) @@ -2,6 +2,7 @@ PORTNAME= vagrant-vbguest PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \ rubygem-log4r>=0:sysutils/rubygem-log4r \ - rubygem-micromachine>=2.0.0:devel/rubygem-micromachine + rubygem-micromachine2>=2.0.0:devel/rubygem-micromachine2 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sun Dec 10 13:22:13 2017 Return-Path: Delivered-To: svn-ports-all@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 C7028E8C7CF; Sun, 10 Dec 2017 13:22:13 +0000 (UTC) (envelope-from sunpoet@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 B0DF170DDF; Sun, 10 Dec 2017 13:22:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADMBWn038336; Sun, 10 Dec 2017 13:22:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADMBYV038334; Sun, 10 Dec 2017 13:22:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101322.vBADMBYV038334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455894 - head/devel/rubygem-micromachine X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-micromachine X-SVN-Commit-Revision: 455894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:22:14 -0000 Author: sunpoet Date: Sun Dec 10 13:22:10 2017 New Revision: 455894 URL: https://svnweb.freebsd.org/changeset/ports/455894 Log: Update to 3.0.0 Changes: https://github.com/soveran/micromachine/releases Modified: head/devel/rubygem-micromachine/Makefile head/devel/rubygem-micromachine/distinfo Modified: head/devel/rubygem-micromachine/Makefile ============================================================================== --- head/devel/rubygem-micromachine/Makefile Sun Dec 10 13:22:05 2017 (r455893) +++ head/devel/rubygem-micromachine/Makefile Sun Dec 10 13:22:10 2017 (r455894) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= micromachine -PORTVERSION= 2.1.0 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-micromachine/distinfo ============================================================================== --- head/devel/rubygem-micromachine/distinfo Sun Dec 10 13:22:05 2017 (r455893) +++ head/devel/rubygem-micromachine/distinfo Sun Dec 10 13:22:10 2017 (r455894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499518808 -SHA256 (rubygem/micromachine-2.1.0.gem) = c960c7166b0088d6f4985c2ac7092a20159ea3d69ad6370d623deb03d1022616 -SIZE (rubygem/micromachine-2.1.0.gem) = 9216 +TIMESTAMP = 1512841190 +SHA256 (rubygem/micromachine-3.0.0.gem) = 3ef6fad8a07882b5586923f85d453c438c055b3de2778467a7c04827c03ad02b +SIZE (rubygem/micromachine-3.0.0.gem) = 9728 From owner-svn-ports-all@freebsd.org Sun Dec 10 13:26:15 2017 Return-Path: Delivered-To: svn-ports-all@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 6A1F8E8C8A9; Sun, 10 Dec 2017 13:26:15 +0000 (UTC) (envelope-from sunpoet@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 36D4971084; Sun, 10 Dec 2017 13:26:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADQEPY039344; Sun, 10 Dec 2017 13:26:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADQE9N039342; Sun, 10 Dec 2017 13:26:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101326.vBADQE9N039342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455895 - head/devel/rubygem-iso8601 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-iso8601 X-SVN-Commit-Revision: 455895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:26:15 -0000 Author: sunpoet Date: Sun Dec 10 13:26:13 2017 New Revision: 455895 URL: https://svnweb.freebsd.org/changeset/ports/455895 Log: Update to 0.10.0 Changes: https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md Modified: head/devel/rubygem-iso8601/Makefile head/devel/rubygem-iso8601/distinfo Modified: head/devel/rubygem-iso8601/Makefile ============================================================================== --- head/devel/rubygem-iso8601/Makefile Sun Dec 10 13:22:10 2017 (r455894) +++ head/devel/rubygem-iso8601/Makefile Sun Dec 10 13:26:13 2017 (r455895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iso8601 -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-iso8601/distinfo ============================================================================== --- head/devel/rubygem-iso8601/distinfo Sun Dec 10 13:22:10 2017 (r455894) +++ head/devel/rubygem-iso8601/distinfo Sun Dec 10 13:26:13 2017 (r455895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500157924 -SHA256 (rubygem/iso8601-0.9.1.gem) = d71744eb89b586368df1a98955038034dcc45645ad36af5555b2769a5cc62a36 -SIZE (rubygem/iso8601-0.9.1.gem) = 27136 +TIMESTAMP = 1512861281 +SHA256 (rubygem/iso8601-0.10.0.gem) = 16f3f6f6c6e198a575ce683169373f980655946e8c90591197282d2d9826b91e +SIZE (rubygem/iso8601-0.10.0.gem) = 27648 From owner-svn-ports-all@freebsd.org Sun Dec 10 13:26:42 2017 Return-Path: Delivered-To: svn-ports-all@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 1230BE8C8D5; Sun, 10 Dec 2017 13:26:42 +0000 (UTC) (envelope-from sunpoet@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 D0F007115E; Sun, 10 Dec 2017 13:26:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADQfur039478; Sun, 10 Dec 2017 13:26:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADQe3L039476; Sun, 10 Dec 2017 13:26:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101326.vBADQe3L039476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455896 - in head/sysutils/rubygem-chef: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils/rubygem-chef: . files X-SVN-Commit-Revision: 455896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:26:42 -0000 Author: sunpoet Date: Sun Dec 10 13:26:40 2017 New Revision: 455896 URL: https://svnweb.freebsd.org/changeset/ports/455896 Log: Fix gemspec for rubygem-iso8601 0.10.0 update - Bump PORTREVISION for package change Modified: head/sysutils/rubygem-chef/Makefile head/sysutils/rubygem-chef/files/patch-gemspec Modified: head/sysutils/rubygem-chef/Makefile ============================================================================== --- head/sysutils/rubygem-chef/Makefile Sun Dec 10 13:26:13 2017 (r455895) +++ head/sysutils/rubygem-chef/Makefile Sun Dec 10 13:26:40 2017 (r455896) @@ -3,7 +3,7 @@ PORTNAME= chef PORTVERSION= 13.2.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= RG Modified: head/sysutils/rubygem-chef/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-chef/files/patch-gemspec Sun Dec 10 13:26:13 2017 (r455895) +++ head/sysutils/rubygem-chef/files/patch-gemspec Sun Dec 10 13:26:40 2017 (r455896) @@ -1,6 +1,11 @@ ---- chef.gemspec.orig 2017-08-07 17:07:33 UTC +--- chef.gemspec.orig 2017-12-09 23:16:54 UTC +++ chef.gemspec -@@ -46,7 +46,7 @@ Gem::Specification.new do |s| +@@ -42,11 +42,11 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q.freeze, ["~> 3.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.4"]) + s.add_runtime_dependency(%q.freeze, [">= 0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.9.1"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.9", ">= 0.9.1"]) s.add_runtime_dependency(%q.freeze, ["~> 3.5"]) s.add_runtime_dependency(%q.freeze, ["~> 3.5"]) s.add_runtime_dependency(%q.freeze, ["~> 3.5"]) From owner-svn-ports-all@freebsd.org Sun Dec 10 13:39:35 2017 Return-Path: Delivered-To: svn-ports-all@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 978FDE8D01F; Sun, 10 Dec 2017 13:39:35 +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 702987197E; Sun, 10 Dec 2017 13:39:35 +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 vBADdYdD043894; Sun, 10 Dec 2017 13:39:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADdYkB043890; Sun, 10 Dec 2017 13:39:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712101339.vBADdYkB043890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Dec 2017 13:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455897 - in head/www: . py-django20 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: . py-django20 X-SVN-Commit-Revision: 455897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:39:35 -0000 Author: wen Date: Sun Dec 10 13:39:34 2017 New Revision: 455897 URL: https://svnweb.freebsd.org/changeset/ports/455897 Log: - Repocopy py-django111 --> py-django20 and update to 2.0 Added: head/www/py-django20/ - copied from r455878, head/www/py-django111/ Modified: head/www/Makefile head/www/py-django20/Makefile head/www/py-django20/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 10 13:26:40 2017 (r455896) +++ head/www/Makefile Sun Dec 10 13:39:34 2017 (r455897) @@ -1644,6 +1644,7 @@ SUBDIR += py-django110 SUBDIR += py-django111 SUBDIR += py-django18 + SUBDIR += py-django20 SUBDIR += py-django_compressor SUBDIR += py-django_openstack_auth SUBDIR += py-django_polymorphic Modified: head/www/py-django20/Makefile ============================================================================== --- head/www/py-django111/Makefile Sat Dec 9 22:02:30 2017 (r455878) +++ head/www/py-django20/Makefile Sun Dec 10 13:39:34 2017 (r455897) @@ -1,15 +1,13 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# -# Remember to update www/py-django along with this port. PORTNAME= django -PORTVERSION= 1.11.7 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 111 +PKGNAMESUFFIX= 20 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python @@ -22,15 +20,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} NO_ARCH= yes -USES= cpe python shebangfix +USES= cpe python:3.4+ shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django110 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django18 \ + ${PYTHON_PKGNAMEPREFIX}django11[01] CPE_VENDOR= djangoproject -DOCSDIR= ${PREFIX}/share/doc/py-django +DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS OPTIONS_DEFAULT= SQLITE @@ -38,9 +37,9 @@ OPTIONS_DEFAULT= SQLITE OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) +HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) -PLIST_FILES= man/man1/django-admin.1.gz +PLIST_FILES= man/man1/django-admin.1.gz HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR} PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR} @@ -61,7 +60,7 @@ post-build-HTMLDOCS-on: post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 @${ECHO_MSG} "" - @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" + @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" post-install-HTMLDOCS-on: Modified: head/www/py-django20/distinfo ============================================================================== --- head/www/py-django111/distinfo Sat Dec 9 22:02:30 2017 (r455878) +++ head/www/py-django20/distinfo Sun Dec 10 13:39:34 2017 (r455897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509636299 -SHA256 (python/Django-1.11.7.tar.gz) = 8918e392530d8fc6965a56af6504229e7924c27265893f3949aa0529cd1d4b99 -SIZE (python/Django-1.11.7.tar.gz) = 7877132 +TIMESTAMP = 1512872928 +SHA256 (python/Django-2.0.tar.gz) = 9614851d4a7ff8cbd32b73c6076441f377c45a5bbff7e771798fb02c43c31f47 +SIZE (python/Django-2.0.tar.gz) = 7997472 From owner-svn-ports-all@freebsd.org Sun Dec 10 13:48:52 2017 Return-Path: Delivered-To: svn-ports-all@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 B2B7EE8D312; Sun, 10 Dec 2017 13:48:52 +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 7F68071FC9; Sun, 10 Dec 2017 13:48:52 +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 vBADmpBd048381; Sun, 10 Dec 2017 13:48:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADmpZE048378; Sun, 10 Dec 2017 13:48:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712101348.vBADmpZE048378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Dec 2017 13:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455898 - in head/www: py-django110 py-django111 py-django18 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: py-django110 py-django111 py-django18 X-SVN-Commit-Revision: 455898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:48:52 -0000 Author: wen Date: Sun Dec 10 13:48:51 2017 New Revision: 455898 URL: https://svnweb.freebsd.org/changeset/ports/455898 Log: - Adjust CONFLICTS_INSTALL Modified: head/www/py-django110/Makefile head/www/py-django111/Makefile head/www/py-django18/Makefile Modified: head/www/py-django110/Makefile ============================================================================== --- head/www/py-django110/Makefile Sun Dec 10 13:39:34 2017 (r455897) +++ head/www/py-django110/Makefile Sun Dec 10 13:48:51 2017 (r455898) @@ -25,7 +25,7 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django111 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django18 ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django20 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django Modified: head/www/py-django111/Makefile ============================================================================== --- head/www/py-django111/Makefile Sun Dec 10 13:39:34 2017 (r455897) +++ head/www/py-django111/Makefile Sun Dec 10 13:48:51 2017 (r455898) @@ -27,7 +27,7 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django110 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django18 ${PYTHON_PKGNAMEPREFIX}django110 ${PYTHON_PKGNAMEPREFIX}django20 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django Modified: head/www/py-django18/Makefile ============================================================================== --- head/www/py-django18/Makefile Sun Dec 10 13:39:34 2017 (r455897) +++ head/www/py-django18/Makefile Sun Dec 10 13:48:51 2017 (r455898) @@ -26,7 +26,9 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[69] ${PYTHON_PKGNAMEPREFIX}django110 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel \ + ${PYTHON_PKGNAMEPREFIX}django11[01] \ + ${PYTHON_PKGNAMEPREFIX}django20 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django From owner-svn-ports-all@freebsd.org Sun Dec 10 14:09:46 2017 Return-Path: Delivered-To: svn-ports-all@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 6D1A3E8D873; Sun, 10 Dec 2017 14:09:46 +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 3A1B9728F7; Sun, 10 Dec 2017 14:09:46 +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 vBAE9j8u056901; Sun, 10 Dec 2017 14:09:45 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAE9jVs056899; Sun, 10 Dec 2017 14:09:45 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712101409.vBAE9jVs056899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Dec 2017 14:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455899 - head/devel/py-shapely X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-shapely X-SVN-Commit-Revision: 455899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 14:09:46 -0000 Author: wen Date: Sun Dec 10 14:09:44 2017 New Revision: 455899 URL: https://svnweb.freebsd.org/changeset/ports/455899 Log: - Update to 1.6.3 Modified: head/devel/py-shapely/Makefile head/devel/py-shapely/distinfo Modified: head/devel/py-shapely/Makefile ============================================================================== --- head/devel/py-shapely/Makefile Sun Dec 10 13:48:51 2017 (r455898) +++ head/devel/py-shapely/Makefile Sun Dec 10 14:09:44 2017 (r455899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Shapely -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-shapely/distinfo ============================================================================== --- head/devel/py-shapely/distinfo Sun Dec 10 13:48:51 2017 (r455898) +++ head/devel/py-shapely/distinfo Sun Dec 10 14:09:44 2017 (r455899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504421084 -SHA256 (Shapely-1.6.1.tar.gz) = 5ae137eb95ff615be399a285cf447913f845b0224e03d1167f638867eaccd0c7 -SIZE (Shapely-1.6.1.tar.gz) = 216564 +TIMESTAMP = 1512914172 +SHA256 (Shapely-1.6.3.tar.gz) = 14152f111c7711fc6756fd538ec12fc8cdde7419f869b244922f71f61b2a6c6b +SIZE (Shapely-1.6.3.tar.gz) = 223049 From owner-svn-ports-all@freebsd.org Sun Dec 10 15:39:40 2017 Return-Path: Delivered-To: svn-ports-all@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 19C51E8F093; Sun, 10 Dec 2017 15:39:40 +0000 (UTC) (envelope-from jbeich@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 CEF9774C1B; Sun, 10 Dec 2017 15:39:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAFdcke094322; Sun, 10 Dec 2017 15:39:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAFdcv7094320; Sun, 10 Dec 2017 15:39:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712101539.vBAFdcv7094320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Dec 2017 15:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455900 - in head/devel/icu: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/icu: . files X-SVN-Commit-Revision: 455900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 15:39:40 -0000 Author: jbeich Date: Sun Dec 10 15:39:38 2017 New Revision: 455900 URL: https://svnweb.freebsd.org/changeset/ports/455900 Log: devel/icu: update to 60.2 Changes: http://site.icu-project.org/download/60#TOC-ICU-60.2-bug-fixes ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Deleted: head/devel/icu/files/patch-r40667 head/devel/icu/files/patch-r40670 Modified: head/devel/icu/Makefile (contents, props changed) head/devel/icu/distinfo (contents, props changed) Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Sun Dec 10 14:09:44 2017 (r455899) +++ head/devel/icu/Makefile Sun Dec 10 15:39:38 2017 (r455900) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= icu -DISTVERSION= 60_1 -PORTREVISION?= 1 # keep for icu-lx +DISTVERSION= 60_2 +PORTREVISION?= 0 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ Modified: head/devel/icu/distinfo ============================================================================== --- head/devel/icu/distinfo Sun Dec 10 14:09:44 2017 (r455899) +++ head/devel/icu/distinfo Sun Dec 10 15:39:38 2017 (r455900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509477637 -SHA256 (icu4c-60_1-src.tgz) = f8f5a6c8fbf32c015a467972bdb1477dc5f5d5dfea908b6ed218715eeb5ee225 -SIZE (icu4c-60_1-src.tgz) = 23296064 +TIMESTAMP = 1512754819 +SHA256 (icu4c-60_2-src.tgz) = a8c2ddbdf2be01c7ddcfded837afe46362e1069ea6093f66816b2d1caa8272ae +SIZE (icu4c-60_2-src.tgz) = 23315541 From owner-svn-ports-all@freebsd.org Sun Dec 10 15:42:00 2017 Return-Path: Delivered-To: svn-ports-all@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 8C544E8F248; Sun, 10 Dec 2017 15:42:00 +0000 (UTC) (envelope-from feld@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 66A9974F35; Sun, 10 Dec 2017 15:42:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAFfx3e096674; Sun, 10 Dec 2017 15:41:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAFfxsr096672; Sun, 10 Dec 2017 15:41:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201712101541.vBAFfxsr096672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 10 Dec 2017 15:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455901 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 455901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 15:42:00 -0000 Author: feld Date: Sun Dec 10 15:41:59 2017 New Revision: 455901 URL: https://svnweb.freebsd.org/changeset/ports/455901 Log: Document FreeBSD-SA-17:12.openssl Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 10 15:39:38 2017 (r455900) +++ head/security/vuxml/vuln.xml Sun Dec 10 15:41:59 2017 (r455901) @@ -58,6 +58,63 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- OpenSSL multiple vulnerabilities + + + FreeBSD + 11.111.1_6 + 10.410.4_5 + 10.310.3_26 + + + + +

Problem Description:

+

Invoking SSL_read()/SSL_write() while in an error state + causes data to be passed without being decrypted/encrypted + directly from the SSL/TLS record layer.

+

In order to exploit this issue an application bug would + have to be present that resulted in a call to + SSL_read()/SSL_write() being issued after having already + received a fatal error. [CVE-2017-3737]

+

There is an overflow bug in the x86_64 Montgomery + multiplication procedure used in exponentiation with 1024-bit + moduli. This only affects processors that support the AVX2 + but not ADX extensions like Intel Haswell (4th generation). + [CVE-2017-3738] This bug only affects FreeBSD 11.x.

+

Impact:

+

Applications with incorrect error handling may inappropriately + pass unencrypted data. [CVE-2017-3737]

+

Mishandling of carry propagation will produce incorrect + output, and make it easier for a remote attacker to obtain + sensitive private-key information. No EC algorithms are + affected and analysis suggests that attacks against RSA and + DSA as a result of this defect would be very difficult to + perform and are not believed likely.

+

Attacks against DH1024 are considered just feasible + (although very difficult) because most of the work necessary + to deduce information about a private key may be performed + offline. The amount of resources required for such an attack + would be very significant and likely only accessible to a + limited number of attackers. However, for an attack on TLS + to be meaningful, the server would have to share the DH1024 + private key among multiple clients, which is no longer an + option since CVE-2016-0701. [CVE-2017-3738]

+ +
+ + CVE-2016-0701 + CVE-2017-3737 + CVE-2017-3738 + SA-17:12.openssl + + + 2017-12-09 + 2017-12-10 + +
+ wireshark -- multiple security issues From owner-svn-ports-all@freebsd.org Sun Dec 10 16:00:14 2017 Return-Path: Delivered-To: svn-ports-all@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 2C103E8F94B; Sun, 10 Dec 2017 16:00:14 +0000 (UTC) (envelope-from feld@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 0614B75586; Sun, 10 Dec 2017 16:00:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAG0DMQ002943; Sun, 10 Dec 2017 16:00:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAG0ChA002938; Sun, 10 Dec 2017 16:00:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201712101600.vBAG0ChA002938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 10 Dec 2017 16:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455902 - in head/security: . base-audit base-audit/files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/security: . base-audit base-audit/files X-SVN-Commit-Revision: 455902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 16:00:14 -0000 Author: feld Date: Sun Dec 10 16:00:12 2017 New Revision: 455902 URL: https://svnweb.freebsd.org/changeset/ports/455902 Log: Audit base system against known vulnerabilities and generate reports including references to security advisories. It uses pkg audit and Vuxml database as is used for packages but this script checks base system. Added: head/security/base-audit/ head/security/base-audit/Makefile (contents, props changed) head/security/base-audit/files/ head/security/base-audit/files/405.pkg-base-audit.in (contents, props changed) head/security/base-audit/files/pkg-message.in (contents, props changed) head/security/base-audit/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Dec 10 15:41:59 2017 (r455901) +++ head/security/Makefile Sun Dec 10 16:00:12 2017 (r455902) @@ -38,6 +38,7 @@ SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += base + SUBDIR += base-audit SUBDIR += bcrypt SUBDIR += bcwipe SUBDIR += bdes Added: head/security/base-audit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/base-audit/Makefile Sun Dec 10 16:00:12 2017 (r455902) @@ -0,0 +1,32 @@ +# Created by: Miroslav Lachman +# $FreeBSD$ + +PORTNAME= base-audit +PORTVERSION= 0.1 +CATEGORIES= security +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= 000.fbsd@quip.cz +COMMENT= Daily periodic check of vulnerabilities in base system + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= pkg:ports-mgmt/pkg + +NO_ARCH= yes +NO_BUILD= yes +NO_INSTALL= yes + +SUB_FILES= 405.pkg-base-audit + +PERIODIC_SECURITY= etc/periodic/security + +PLIST_FILES= ${PERIODIC_SECURITY}/405.pkg-base-audit + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_SECURITY} + ${INSTALL_SCRIPT} ${WRKDIR}/405.pkg-base-audit \ + ${STAGEDIR}${PREFIX}/${PERIODIC_SECURITY} + +.include Added: head/security/base-audit/files/405.pkg-base-audit.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/base-audit/files/405.pkg-base-audit.in Sun Dec 10 16:00:12 2017 (r455902) @@ -0,0 +1,206 @@ +#!/bin/sh -f +# +# Copyright (c) 2004 Oliver Eikemeier. All rights reserved. +# Copyright (c) 2014 Matthew Seaman +# Copyright (c) 2016 Miroslav Lachman <000.fbsd@quip.cz> +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# 1. Redistributions of source code must retain the above copyright notice +# this list of conditions and the following disclaimer. +# +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# 3. Neither the name of the author nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# $FreeBSD$ +# + +if [ -r /etc/defaults/periodic.conf ]; then + . /etc/defaults/periodic.conf + source_periodic_confs +fi + +# Compute PKG_DBDIR from the config file. +pkgcmd=%%PREFIX%%/sbin/pkg +PKG_DBDIR=`${pkgcmd} config PKG_DBDIR` +auditfile="${PKG_DBDIR}/vuln.xml" + +audit_base() { + local pkgargs="$1" + local basedir="$2" + local rc + local then + local now + local usrlv + local krnlv + local strlen + local chrootv + local jailv + local jid + + ## get version from chroot + if [ -n "`echo "$pkgargs" | egrep '^-c'`" ]; then + if [ -x "$basedir/bin/freebsd-version" ]; then + chrootv=$($basedir/bin/freebsd-version -u) + ## safety check - strlen + strlen=$(echo "$chrootv" | wc -c) + if [ $strlen -gt 17 -o $strlen -lt 11 ]; then + echo "Wrong version string, cannot run audit" + return 3 + fi + usrlv=$(echo $chrootv | sed 's,^,FreeBSD-,;s,-RELEASE-p,_,;s,-RELEASE$,,') + else + echo "Cannot guess chroot version" + return 3 + fi + ## get version from jail + elif [ -n "`echo "$pkgargs" | egrep '^-j'`" ]; then + jid=$(echo "$pkgargs" | awk '$1 ~ /^-[j]/ { print $2 }') + jailv=$(jexec $jid freebsd-version -u) + ## safety check - strlen + strlen=$(echo "$jailv" | wc -c) + if [ $strlen -gt 17 -o $strlen -lt 11 ]; then + echo "Wrong version string, cannot run audit" + return 3 + fi + usrlv=$(echo $jailv | sed 's,^,FreeBSD-,;s,-RELEASE-p,_,;s,-RELEASE$,,') + ## get version from host + else + usrlv=$(freebsd-version -u | sed 's,^,FreeBSD-,;s,-RELEASE-p,_,;s,-RELEASE$,,') + fi + + then=`stat -f '%m' "${basedir}${auditfile}" 2> /dev/null` || rc=3 + now=`date +%s` || rc=3 + ## Add 10 minutes of padding since the check is in seconds. + if [ $rc -ne 0 -o \ + $(( 86400 \* "${daily_status_security_baseaudit_expiry:-2}" )) \ + -le $(( ${now} - ${then} + 600 )) ]; then + ## Random delay so the mirrors do not get slammed when run by periodic(8) + if [ ! -t 0 ]; then + sleep `jot -r 1 0 600` + fi + f="-F" + else + echo -n 'Database fetched: ' + date -r "${then}" || rc=3 + fi + + ## cannot check kernel in jail or chroot + if [ -z "`echo "$pkgargs" | egrep '^-[cj]'`" -a `sysctl -n security.jail.jailed` = 0 ]; then + krnlv=$(freebsd-version -k | sed 's,^,FreeBSD-kernel-,;s,-RELEASE-p,_,;s,-RELEASE$,,') + ${pkgcmd} audit $f $q $krnlv || { rc=$?; [ $rc -lt 3 ] && rc=3; } + fi + + ${pkgcmd} audit $f $q $usrlv || { rc=$?; [ $rc -lt 3 ] && rc=3; } + + return $rc +} + +# Use $pkg_chroots to provide a default list of chroots, and +# $pkg_jails to provide a default list of jails (or '*' for all jails) +# for all pkg periodic scripts, or set +# $daily_status_security_baseaudit_chroots and +# $daily_status_security_baseaudit_jails for this script only. + +audit_base_all() { + local rc + local last_rc + local jails + + : ${daily_status_security_baseaudit_chroots=$pkg_chroots} + : ${daily_status_security_baseaudit_jails=$pkg_jails} + + # We always show audit results for the base system, but only print + # a banner line if we're also showing audit results for any + # chroots or jails. + + if [ -n "${daily_status_security_baseaudit_chroots}" -o \ + -n "${daily_status_security_baseaudit_jails}" ]; then + echo "Host system:" + fi + + audit_base '' '' + last_rc=$? + [ $last_rc -gt 1 ] && rc=$last_rc + + for c in $daily_status_security_baseaudit_chroots ; do + echo + echo "chroot: $c" + audit_base "-c $c" $c + last_rc=$? + [ $last_rc -gt 1 ] && rc=$last_rc + done + + case $daily_status_security_baseaudit_jails in + \*) + jails=$(jls -q -h name path | sed -e 1d -e 's/ /|/') + ;; + '') + jails= + ;; + *) + # Given the jail name or jid, find the jail path + jails= + for j in $daily_status_security_baseaudit_jails ; do + p=$(jls -j $j -h name path | sed -e 1d -e 's/ /|/') + jails="${jails} ${p}" + done + ;; + esac + + for j in $jails ; do + echo + echo "jail: ${j%|*}" + audit_base "-j ${j%|*}" ${j##*|} + last_rc=$? + [ $last_rc -gt 1 ] && rc=$last_rc + done + + return $rc +} + +rc=0 + +case "${daily_status_security_baseaudit_enable:-YES}" in +[Nn][Oo]) ;; +*) + echo + echo 'Checking for security vulnerabilities in base (userland & kernel):' + + if ! ${pkgcmd} -N >/dev/null 2>&1 ; then + echo 'pkg-audit is enabled but pkg is not used' + rc=2 + else + case "${daily_status_security_baseaudit_quiet:-NO}" in + [Yy][Ee][Ss]) + q='-q' + ;; + *) + q= + ;; + esac + + audit_base_all ; rc=$? + fi + ;; +esac + +exit "$rc" Added: head/security/base-audit/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/base-audit/files/pkg-message.in Sun Dec 10 16:00:12 2017 (r455902) @@ -0,0 +1,11 @@ +Add the following lines to /etc/periodic.conf(.local) to enable periodic check + daily_status_security_baseaudit_enable="YES" + daily_status_security_baseaudit_quiet="NO" + +Use pkg_chroots to provide a default list of chroots +and pkg_jails to provide a default list of jails (or '*' for all jails) +for all pkg periodic scripts, or set + daily_status_security_baseaudit_chroots +and + daily_status_security_baseaudit_jails +for this script only. Added: head/security/base-audit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/base-audit/pkg-descr Sun Dec 10 16:00:12 2017 (r455902) @@ -0,0 +1,4 @@ +Audit base system against known vulnerabilities and generate reports +including references to security advisories. +It uses pkg audit and Vuxml database as is used for packages but this script +checks base system. From owner-svn-ports-all@freebsd.org Sun Dec 10 17:38:48 2017 Return-Path: Delivered-To: svn-ports-all@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 60C9CE9215B; Sun, 10 Dec 2017 17:38:48 +0000 (UTC) (envelope-from yuri@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 2900C78EE4; Sun, 10 Dec 2017 17:38:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAHcleK044240; Sun, 10 Dec 2017 17:38:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAHckq5044233; Sun, 10 Dec 2017 17:38:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712101738.vBAHckq5044233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Dec 2017 17:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455903 - in head/graphics: . drawpile drawpile/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . drawpile drawpile/files X-SVN-Commit-Revision: 455903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 17:38:48 -0000 Author: yuri Date: Sun Dec 10 17:38:46 2017 New Revision: 455903 URL: https://svnweb.freebsd.org/changeset/ports/455903 Log: New port: graphics/drawpile: Collaborative drawing program Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13404 Added: head/graphics/drawpile/ head/graphics/drawpile/Makefile (contents, props changed) head/graphics/drawpile/distinfo (contents, props changed) head/graphics/drawpile/files/ head/graphics/drawpile/files/patch-desktop_CMakeLists.txt (contents, props changed) head/graphics/drawpile/files/patch-doc_CMakeLists.txt (contents, props changed) head/graphics/drawpile/pkg-descr (contents, props changed) head/graphics/drawpile/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Dec 10 16:00:12 2017 (r455902) +++ head/graphics/Makefile Sun Dec 10 17:38:46 2017 (r455903) @@ -148,6 +148,7 @@ SUBDIR += djview4-qt4 SUBDIR += djvulibre SUBDIR += dmtx-utils + SUBDIR += drawpile SUBDIR += driconf SUBDIR += drm-next-kmod SUBDIR += dspdfviewer Added: head/graphics/drawpile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/Makefile Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= Drawpile +DISTVERSION= 2.0.5 +CATEGORIES= graphics python + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collaborative drawing program + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgif.so:graphics/giflib \ + libmicrohttpd.so:www/libmicrohttpd \ + libminiupnpc.so:net/miniupnpc + +USES= cmake:outsource desktop-file-utils kde:5 pkgconfig shared-mime-info +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:tl} +USE_QT5= core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build +USE_KDE= archive + +OPTIONS_DEFINE= DOCS + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} + +post-install: +.for SZ in 16 32 64 128 256 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes + ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/drawpile.png + ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes/application-x-drawpile-recording.png + ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile-${SZ}x${SZ}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/mimetypes/gnome-mime-application-x-drawpile-recording.png +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages + ${INSTALL_DATA} ${WRKSRC}/desktop/x-drawpile.xml ${STAGEDIR}${PREFIX}/share/mime/packages + ${INSTALL_DATA} ${WRKSRC}/desktop/drawpile.desktop ${STAGEDIR}${PREFIX}/share/applications + @${RM} ${STAGEDIR}${DOCSDIR}/COPYING + +.include Added: head/graphics/drawpile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/distinfo Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512491761 +SHA256 (drawpile-Drawpile-2.0.5_GH0.tar.gz) = 1b25d1ffdff6d874f305bf948672af2aaa1a3c634928965873a4f6da78bffe24 +SIZE (drawpile-Drawpile-2.0.5_GH0.tar.gz) = 1135775 Added: head/graphics/drawpile/files/patch-desktop_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/files/patch-desktop_CMakeLists.txt Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,31 @@ +--- desktop/CMakeLists.txt.orig 2017-06-26 15:54:00 UTC ++++ desktop/CMakeLists.txt +@@ -1,8 +1,8 @@ +-find_program(XDGICON xdg-icon-resource) +-find_program(XDGMENU xdg-desktop-menu) +-find_program(XDGMIME xdg-mime) ++#find_program(XDGICON xdg-icon-resource) ++#find_program(XDGMENU xdg-desktop-menu) ++#find_program(XDGMIME xdg-mime) + +-if( XDGICON ) ++if( FALSE ) + install(CODE " + execute_process(COMMAND ${XDGICON} install --novendor ${CMAKE_CURRENT_SOURCE_DIR}/drawpile-16x16.png --size 16 drawpile) + execute_process(COMMAND ${XDGICON} install --novendor ${CMAKE_CURRENT_SOURCE_DIR}/drawpile-32x32.png --size 32 drawpile) +@@ -18,13 +18,13 @@ if( XDGICON ) + ") + endif() + +-if( XDGMENU ) ++if( FALSE ) + install(CODE " + execute_process(COMMAND ${XDGMENU} install --novendor ${CMAKE_CURRENT_SOURCE_DIR}/drawpile.desktop) + ") + endif() + +-if( XDGMIME ) ++if( FALSE ) + install(CODE " + execute_process(COMMAND ${XDGMIME} install ${CMAKE_CURRENT_SOURCE_DIR}/x-drawpile.xml) + ") Added: head/graphics/drawpile/files/patch-doc_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/files/patch-doc_CMakeLists.txt Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,10 @@ +--- doc/CMakeLists.txt.orig 2017-06-26 15:54:00 UTC ++++ doc/CMakeLists.txt +@@ -20,6 +20,6 @@ if (UNIX AND NOT APPLE) + ) + INSTALL ( + FILES ${man1} +- DESTINATION "share/man/man1" ++ DESTINATION man/man1 + ) + endif () Added: head/graphics/drawpile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/pkg-descr Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,6 @@ +Drawpile is a Free/Libre networked drawing program that allows multiple people +to sketch on the same image simultaneously. It supports the OpenRaster image +file format and thus works well with applications such as MyPaint, Krita and +GIMP. + +WWW: https://drawpile.net Added: head/graphics/drawpile/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/drawpile/pkg-plist Sun Dec 10 17:38:46 2017 (r455903) @@ -0,0 +1,173 @@ +bin/drawpile +bin/drawpile-2.0.5 +bin/drawpile-srv +man/man1/drawpile-srv.1.gz +share/appdata/drawpile.appdata.xml +share/applications/drawpile.desktop +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/logins.md +%%PORTDOCS%%%%DOCSDIR%%/messages.md +%%PORTDOCS%%%%DOCSDIR%%/openraster.txt +%%PORTDOCS%%%%DOCSDIR%%/protocol.md +%%PORTDOCS%%%%DOCSDIR%%/textloader.md +share/drawpile/drawpile/i18n/drawpile_cs.qm +share/drawpile/drawpile/i18n/drawpile_de.qm +share/drawpile/drawpile/i18n/drawpile_fi.qm +share/drawpile/drawpile/i18n/drawpile_ja.qm +share/drawpile/drawpile/i18n/drawpile_ru.qm +share/drawpile/drawpile/i18n/drawpile_zh.qm +share/drawpile/drawpile/palettes/Breeze.gpl +share/drawpile/drawpile/palettes/DB32.gpl +share/drawpile/drawpile/palettes/Grayscale.gpl +share/drawpile/drawpile/palettes/Ponies.gpl +share/drawpile/drawpile/palettes/Sketching.gpl +share/drawpile/drawpile/palettes/Tango.gpl +share/drawpile/drawpile/sounds/chat.wav +share/drawpile/drawpile/sounds/lock.wav +share/drawpile/drawpile/sounds/login.wav +share/drawpile/drawpile/sounds/logout.wav +share/drawpile/drawpile/sounds/marker.wav +share/drawpile/drawpile/sounds/sounds.txt +share/drawpile/drawpile/sounds/unlock.wav +share/drawpile/drawpile/theme/dark/application-menu.svg +share/drawpile/drawpile/theme/dark/color-picker.svg +share/drawpile/drawpile/theme/dark/configure-shortcuts.svg +share/drawpile/drawpile/theme/dark/cursor-arrow.svg +share/drawpile/drawpile/theme/dark/document-new.svg +share/drawpile/drawpile/theme/dark/document-open.svg +share/drawpile/drawpile/theme/dark/document-save.svg +share/drawpile/drawpile/theme/dark/dontknow.svg +share/drawpile/drawpile/theme/dark/draw-bezier-curves.svg +share/drawpile/drawpile/theme/dark/draw-brush.svg +share/drawpile/drawpile/theme/dark/draw-ellipse.svg +share/drawpile/drawpile/theme/dark/draw-eraser.svg +share/drawpile/drawpile/theme/dark/draw-freehand.svg +share/drawpile/drawpile/theme/dark/draw-line.svg +share/drawpile/drawpile/theme/dark/draw-rectangle.svg +share/drawpile/drawpile/theme/dark/draw-text.svg +share/drawpile/drawpile/theme/dark/draw-watercolor.svg +share/drawpile/drawpile/theme/dark/edit-copy.svg +share/drawpile/drawpile/theme/dark/edit-cut.svg +share/drawpile/drawpile/theme/dark/edit-delete.svg +share/drawpile/drawpile/theme/dark/edit-paste.svg +share/drawpile/drawpile/theme/dark/edit-redo.svg +share/drawpile/drawpile/theme/dark/edit-select-lasso.svg +share/drawpile/drawpile/theme/dark/edit-undo.svg +share/drawpile/drawpile/theme/dark/fill-color.svg +share/drawpile/drawpile/theme/dark/flag-blue.svg +share/drawpile/drawpile/theme/dark/flag-red.svg +share/drawpile/drawpile/theme/dark/format-align-vertical-bottom.svg +share/drawpile/drawpile/theme/dark/format-align-vertical-center.svg +share/drawpile/drawpile/theme/dark/format-align-vertical-top.svg +share/drawpile/drawpile/theme/dark/format-justify-center.svg +share/drawpile/drawpile/theme/dark/format-justify-fill.svg +share/drawpile/drawpile/theme/dark/format-justify-left.svg +share/drawpile/drawpile/theme/dark/format-justify-right.svg +share/drawpile/drawpile/theme/dark/format-text-bold.svg +share/drawpile/drawpile/theme/dark/format-text-italic.svg +share/drawpile/drawpile/theme/dark/format-text-strikethrough.svg +share/drawpile/drawpile/theme/dark/format-text-underline.svg +share/drawpile/drawpile/theme/dark/go-jump.svg +share/drawpile/drawpile/theme/dark/im-ban-user.svg +share/drawpile/drawpile/theme/dark/im-kick-user.svg +share/drawpile/drawpile/theme/dark/irc-operator.svg +share/drawpile/drawpile/theme/dark/irc-unvoice.svg +share/drawpile/drawpile/theme/dark/layer-visible-off.svg +share/drawpile/drawpile/theme/dark/layer-visible-on.svg +share/drawpile/drawpile/theme/dark/list-add.svg +share/drawpile/drawpile/theme/dark/media-playback-pause.svg +share/drawpile/drawpile/theme/dark/media-playback-start.svg +share/drawpile/drawpile/theme/dark/media-seek-backward.svg +share/drawpile/drawpile/theme/dark/media-seek-forward.svg +share/drawpile/drawpile/theme/dark/media-skip-backward.svg +share/drawpile/drawpile/theme/dark/media-skip-forward.svg +share/drawpile/drawpile/theme/dark/object-flip-horizontal.svg +share/drawpile/drawpile/theme/dark/object-flip-vertical.svg +share/drawpile/drawpile/theme/dark/object-locked.svg +share/drawpile/drawpile/theme/dark/object-rotate-left.svg +share/drawpile/drawpile/theme/dark/object-rotate-right.svg +share/drawpile/drawpile/theme/dark/select-rectangular.svg +share/drawpile/drawpile/theme/dark/transform-rotate.svg +share/drawpile/drawpile/theme/dark/zoom-in.svg +share/drawpile/drawpile/theme/dark/zoom-original.svg +share/drawpile/drawpile/theme/dark/zoom-out.svg +share/drawpile/drawpile/theme/icons.txt +share/drawpile/drawpile/theme/light/application-menu.svg +share/drawpile/drawpile/theme/light/color-picker.svg +share/drawpile/drawpile/theme/light/configure-shortcuts.svg +share/drawpile/drawpile/theme/light/cursor-arrow.svg +share/drawpile/drawpile/theme/light/document-new.svg +share/drawpile/drawpile/theme/light/document-open.svg +share/drawpile/drawpile/theme/light/document-save.svg +share/drawpile/drawpile/theme/light/dontknow.svg +share/drawpile/drawpile/theme/light/draw-bezier-curves.svg +share/drawpile/drawpile/theme/light/draw-brush.svg +share/drawpile/drawpile/theme/light/draw-ellipse.svg +share/drawpile/drawpile/theme/light/draw-eraser.svg +share/drawpile/drawpile/theme/light/draw-freehand.svg +share/drawpile/drawpile/theme/light/draw-line.svg +share/drawpile/drawpile/theme/light/draw-rectangle.svg +share/drawpile/drawpile/theme/light/draw-text.svg +share/drawpile/drawpile/theme/light/draw-watercolor.svg +share/drawpile/drawpile/theme/light/edit-copy.svg +share/drawpile/drawpile/theme/light/edit-cut.svg +share/drawpile/drawpile/theme/light/edit-delete.svg +share/drawpile/drawpile/theme/light/edit-paste.svg +share/drawpile/drawpile/theme/light/edit-redo.svg +share/drawpile/drawpile/theme/light/edit-select-lasso.svg +share/drawpile/drawpile/theme/light/edit-undo.svg +share/drawpile/drawpile/theme/light/fill-color.svg +share/drawpile/drawpile/theme/light/flag-blue.svg +share/drawpile/drawpile/theme/light/flag-red.svg +share/drawpile/drawpile/theme/light/format-align-vertical-bottom.svg +share/drawpile/drawpile/theme/light/format-align-vertical-center.svg +share/drawpile/drawpile/theme/light/format-align-vertical-top.svg +share/drawpile/drawpile/theme/light/format-justify-center.svg +share/drawpile/drawpile/theme/light/format-justify-fill.svg +share/drawpile/drawpile/theme/light/format-justify-left.svg +share/drawpile/drawpile/theme/light/format-justify-right.svg +share/drawpile/drawpile/theme/light/format-text-bold.svg +share/drawpile/drawpile/theme/light/format-text-italic.svg +share/drawpile/drawpile/theme/light/format-text-strikethrough.svg +share/drawpile/drawpile/theme/light/format-text-underline.svg +share/drawpile/drawpile/theme/light/go-jump.svg +share/drawpile/drawpile/theme/light/im-ban-user.svg +share/drawpile/drawpile/theme/light/im-kick-user.svg +share/drawpile/drawpile/theme/light/irc-operator.svg +share/drawpile/drawpile/theme/light/irc-unvoice.svg +share/drawpile/drawpile/theme/light/layer-visible-off.svg +share/drawpile/drawpile/theme/light/layer-visible-on.svg +share/drawpile/drawpile/theme/light/list-add.svg +share/drawpile/drawpile/theme/light/media-playback-pause.svg +share/drawpile/drawpile/theme/light/media-playback-start.svg +share/drawpile/drawpile/theme/light/media-seek-backward.svg +share/drawpile/drawpile/theme/light/media-seek-forward.svg +share/drawpile/drawpile/theme/light/media-skip-backward.svg +share/drawpile/drawpile/theme/light/media-skip-forward.svg +share/drawpile/drawpile/theme/light/object-flip-horizontal.svg +share/drawpile/drawpile/theme/light/object-flip-vertical.svg +share/drawpile/drawpile/theme/light/object-locked.svg +share/drawpile/drawpile/theme/light/object-rotate-left.svg +share/drawpile/drawpile/theme/light/object-rotate-right.svg +share/drawpile/drawpile/theme/light/select-rectangular.svg +share/drawpile/drawpile/theme/light/transform-rotate.svg +share/drawpile/drawpile/theme/light/zoom-in.svg +share/drawpile/drawpile/theme/light/zoom-original.svg +share/drawpile/drawpile/theme/light/zoom-out.svg +share/icons/hicolor/128x128/apps/drawpile.png +share/icons/hicolor/128x128/mimetypes/application-x-drawpile-recording.png +share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-drawpile-recording.png +share/icons/hicolor/16x16/apps/drawpile.png +share/icons/hicolor/16x16/mimetypes/application-x-drawpile-recording.png +share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-drawpile-recording.png +share/icons/hicolor/256x256/apps/drawpile.png +share/icons/hicolor/256x256/mimetypes/application-x-drawpile-recording.png +share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-drawpile-recording.png +share/icons/hicolor/32x32/apps/drawpile.png +share/icons/hicolor/32x32/mimetypes/application-x-drawpile-recording.png +share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-drawpile-recording.png +share/icons/hicolor/64x64/apps/drawpile.png +share/icons/hicolor/64x64/mimetypes/application-x-drawpile-recording.png +share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-drawpile-recording.png +share/mime/packages/x-drawpile.xml From owner-svn-ports-all@freebsd.org Sun Dec 10 18:40:36 2017 Return-Path: Delivered-To: svn-ports-all@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 61257E94D83; Sun, 10 Dec 2017 18:40:36 +0000 (UTC) (envelope-from jbeich@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 2A0B27BCD6; Sun, 10 Dec 2017 18:40:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAIeZ3H069276; Sun, 10 Dec 2017 18:40:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAIeZ25069275; Sun, 10 Dec 2017 18:40:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712101840.vBAIeZ25069275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Dec 2017 18:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455904 - head/textproc/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/textproc/hunspell X-SVN-Commit-Revision: 455904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 18:40:36 -0000 Author: jbeich Date: Sun Dec 10 18:40:35 2017 New Revision: 455904 URL: https://svnweb.freebsd.org/changeset/ports/455904 Log: textproc/hunspell: always link against C++11 library C++11 isn't ABI-compatible with C++98 on GCC platforms, so build the port using lang/gcc which since r449590 defaults to C++14. This should fix C++11 consumers like www/firefox. ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::SetDictionary(char16_t const*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell13SetDictionaryEPKDs+0x4a4): undefined reference to `Hunspell::get_dict_encoding[abi:cxx11]() const' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Check(char16_t const*, bool*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell5CheckEPKDsPb+0x148): undefined reference to `Hunspell::spell(std::__cxx11::basic_string, std::allocator > const&, int*, std::__cxx11::basic_string, std::allocator >*)' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Suggest(char16_t const*, char16_t***, unsigned int*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell7SuggestEPKDsPPPDsPj+0x16c): undefined reference to `Hunspell::suggest(std::__cxx11::basic_string, std::allocator > const&)' Submitted by: jhibbits (based on) Differential Revision: https://reviews.freebsd.org/D12515 Modified: head/textproc/hunspell/Makefile (contents, props changed) Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sun Dec 10 17:38:46 2017 (r455903) +++ head/textproc/hunspell/Makefile Sun Dec 10 18:40:35 2017 (r455904) @@ -19,8 +19,8 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes -USES= autoreconf libtool:keepla pathfix iconv ncurses \ - readline shebangfix perl5 +USES= autoreconf compiler:c++11-lib libtool:keepla pathfix \ + iconv ncurses readline shebangfix perl5 USE_GITHUB= yes SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sun Dec 10 18:40:52 2017 Return-Path: Delivered-To: svn-ports-all@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 8F470E94DF8; Sun, 10 Dec 2017 18:40:52 +0000 (UTC) (envelope-from jbeich@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 5900E7BDF3; Sun, 10 Dec 2017 18:40:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAIepgF069392; Sun, 10 Dec 2017 18:40:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAIepYI069391; Sun, 10 Dec 2017 18:40:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712101840.vBAIepYI069391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Dec 2017 18:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455905 - head/devel/boost-libs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/boost-libs X-SVN-Commit-Revision: 455905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 18:40:52 -0000 Author: jbeich Date: Sun Dec 10 18:40:51 2017 New Revision: 455905 URL: https://svnweb.freebsd.org/changeset/ports/455905 Log: devel/boost-libs: pass RPATH when building with GCC "g++6" -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe" -Wl,--start-group "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_addr2line.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.21 required by /wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe not found [...] Error: Missing: lib/libboost_stacktrace_addr2line.a Error: Missing: lib/libboost_stacktrace_addr2line.so Error: Missing: lib/libboost_stacktrace_addr2line.so.%%BOOST_SHARED_LIB_VER%% PR: 223279 Submitted by: jhibbits (based on) Modified: head/devel/boost-libs/Makefile (contents, props changed) Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Sun Dec 10 18:40:35 2017 (r455904) +++ head/devel/boost-libs/Makefile Sun Dec 10 18:40:51 2017 (r455905) @@ -32,6 +32,8 @@ ICU_MAKE_ARGS_OFF= boost.locale.icu=off .include "${.CURDIR}/../boost-all/compiled.mk" MAKE_ARGS+= --without-python +MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} +MAKE_ARGS_gcc= xdll-path=${_GCC_RUNTIME} ALL_TARGET= stage do-install: From owner-svn-ports-all@freebsd.org Sun Dec 10 19:36:34 2017 Return-Path: Delivered-To: svn-ports-all@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 2D9F8E98606; Sun, 10 Dec 2017 19:36:34 +0000 (UTC) (envelope-from riggs@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 ED6367EA82; Sun, 10 Dec 2017 19:36:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAJaXqD094192; Sun, 10 Dec 2017 19:36:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAJaXM5094190; Sun, 10 Dec 2017 19:36:33 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201712101936.vBAJaXM5094190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 10 Dec 2017 19:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455906 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 455906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 19:36:34 -0000 Author: riggs Date: Sun Dec 10 19:36:32 2017 New Revision: 455906 URL: https://svnweb.freebsd.org/changeset/ports/455906 Log: Update to upstream version 0.7.1 PR: 224197 Submitted by: kbowling (maintainer) Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Sun Dec 10 18:40:51 2017 (r455905) +++ head/databases/timescaledb/Makefile Sun Dec 10 19:36:32 2017 (r455906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -32,7 +32,9 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.5.0--0.6.0.sql \ share/postgresql/extension/timescaledb--0.6.0--0.6.1.sql \ share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \ - share/postgresql/extension/timescaledb--0.7.0.sql \ + share/postgresql/extension/timescaledb--0.6.1--0.7.1.sql \ + share/postgresql/extension/timescaledb--0.7.0--0.7.1.sql \ + share/postgresql/extension/timescaledb--0.7.1.sql \ share/postgresql/extension/timescaledb.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Sun Dec 10 18:40:51 2017 (r455905) +++ head/databases/timescaledb/distinfo Sun Dec 10 19:36:32 2017 (r455906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511336203 -SHA256 (timescale-timescaledb-0.7.0_GH0.tar.gz) = 11087c59f2b91c035376ffdf64161be45789244c377260c1bef2f8fceebfd9d7 -SIZE (timescale-timescaledb-0.7.0_GH0.tar.gz) = 374746 +TIMESTAMP = 1512807641 +SHA256 (timescale-timescaledb-0.7.1_GH0.tar.gz) = f1aa897d733dcf04a131ac82ba977c39f0a1373b07fb85a377140ef63d054509 +SIZE (timescale-timescaledb-0.7.1_GH0.tar.gz) = 429747 From owner-svn-ports-all@freebsd.org Sun Dec 10 19:47:17 2017 Return-Path: Delivered-To: svn-ports-all@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 AB05FE98D48; Sun, 10 Dec 2017 19:47:17 +0000 (UTC) (envelope-from riggs@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 7348E7F3BF; Sun, 10 Dec 2017 19:47:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAJlG0Q098426; Sun, 10 Dec 2017 19:47:16 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAJlGa6098423; Sun, 10 Dec 2017 19:47:16 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201712101947.vBAJlGa6098423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 10 Dec 2017 19:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455907 - head/x11-themes/xfce-evolution X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/x11-themes/xfce-evolution X-SVN-Commit-Revision: 455907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 19:47:17 -0000 Author: riggs Date: Sun Dec 10 19:47:16 2017 New Revision: 455907 URL: https://svnweb.freebsd.org/changeset/ports/455907 Log: Update to upstream version 3.1.9 PR: 223915 Submitted by: fbsd@opal.com (maintainer) Modified: head/x11-themes/xfce-evolution/Makefile head/x11-themes/xfce-evolution/distinfo head/x11-themes/xfce-evolution/pkg-plist Modified: head/x11-themes/xfce-evolution/Makefile ============================================================================== --- head/x11-themes/xfce-evolution/Makefile Sun Dec 10 19:36:32 2017 (r455906) +++ head/x11-themes/xfce-evolution/Makefile Sun Dec 10 19:47:16 2017 (r455907) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xfce-evolution -DISTVERSION= 3.1.6 +DISTVERSION= 3.1.9 CATEGORIES= x11-themes MASTER_SITES= SF/${PORTNAME} Modified: head/x11-themes/xfce-evolution/distinfo ============================================================================== --- head/x11-themes/xfce-evolution/distinfo Sun Dec 10 19:36:32 2017 (r455906) +++ head/x11-themes/xfce-evolution/distinfo Sun Dec 10 19:47:16 2017 (r455907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511456915 -SHA256 (xfce-evolution-3.1.6.zip) = 33d5942a72bde26b6b7b08def5b5c070ca540903854ac7fa311d977fca8284c4 -SIZE (xfce-evolution-3.1.6.zip) = 2070151 +TIMESTAMP = 1511872722 +SHA256 (xfce-evolution-3.1.9.zip) = ee765baee5a920261d9edc8aeff8944a06d45d6c608b7a117062954a109250b2 +SIZE (xfce-evolution-3.1.9.zip) = 2311471 Modified: head/x11-themes/xfce-evolution/pkg-plist ============================================================================== --- head/x11-themes/xfce-evolution/pkg-plist Sun Dec 10 19:36:32 2017 (r455906) +++ head/x11-themes/xfce-evolution/pkg-plist Sun Dec 10 19:47:16 2017 (r455907) @@ -676,6 +676,193 @@ share/themes/Xfce-Evolution-Default/xfwm4-greybird/top share/themes/Xfce-Evolution-Default/xfwm4-greybird/top-right-active.xpm share/themes/Xfce-Evolution-Default/xfwm4-greybird/top-right-inactive.png share/themes/Xfce-Evolution-Default/xfwm4-greybird/top-right-inactive.xpm +share/themes/Xfce-Evolution-Devilsclaw/00.00 +share/themes/Xfce-Evolution-Devilsclaw/00.10 +share/themes/Xfce-Evolution-Devilsclaw/00.20 +share/themes/Xfce-Evolution-Devilsclaw/00.30 +share/themes/Xfce-Evolution-Devilsclaw/00.40 +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/arrow-down.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/handle-h.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/handle-v.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/null.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/panel-button-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/panel-button-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/panel-button-inactive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/assets/panel.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/gtk2-def.css +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/gtkrc +share/themes/Xfce-Evolution-Devilsclaw/gtk-2.0/gtkrc-ambiance +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/bullet-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/bullet-symbolic.symbolic.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/check-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/check-symbolic.symbolic.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-active-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-active-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-backdrop-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-active-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-checked-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-hover-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-hover-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-selectionmode.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/checkbox-selectionmode@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/dash-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/dash-symbolic.symbolic.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/pixel-bumps-horiz.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/pixel-bumps-vert.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-bg-darker.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-bg-lighter.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-bg-transparent.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-handle-horiz.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-handle-vert.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-horiz-bg-left.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-horiz-bg-right.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-horiz-darker.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-horiz-lighter.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-line-horiz-darker.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-line-vert-darker.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-vert-bg-bottom.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-vert-bg-top.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-vert-darker.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/extras/separator-vert-lighter.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-down-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-end-symbolic-rtl.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-end-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-left-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-right-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-start-symbolic-rtl.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-start-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/override/pan-up-symbolic.svg +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-end@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-active-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-active-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-active.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-active@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-hover-dark.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-hover-dark@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-hover.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start-hover@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/assets/text-select-start@2.png +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/gtk-adwaita.css +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/gtk.css +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/gtk3-def.css +share/themes/Xfce-Evolution-Devilsclaw/gtk-3.0/settings.ini share/themes/Xfce-Evolution-Graphite/00.00 share/themes/Xfce-Evolution-Graphite/00.10 share/themes/Xfce-Evolution-Graphite/00.20 From owner-svn-ports-all@freebsd.org Sun Dec 10 19:55:18 2017 Return-Path: Delivered-To: svn-ports-all@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 E43D7E99512; Sun, 10 Dec 2017 19:55:18 +0000 (UTC) (envelope-from yuri@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 A03EA7FE1C; Sun, 10 Dec 2017 19:55:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAJtH0o002652; Sun, 10 Dec 2017 19:55:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAJtHX4002647; Sun, 10 Dec 2017 19:55:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712101955.vBAJtHX4002647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Dec 2017 19:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455908 - in head/multimedia: . libuvc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . libuvc X-SVN-Commit-Revision: 455908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 19:55:19 -0000 Author: yuri Date: Sun Dec 10 19:55:16 2017 New Revision: 455908 URL: https://svnweb.freebsd.org/changeset/ports/455908 Log: New port: multimedia/libuvc: Cross-platform library for USB video devices Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13391 Added: head/multimedia/libuvc/ head/multimedia/libuvc/Makefile (contents, props changed) head/multimedia/libuvc/distinfo (contents, props changed) head/multimedia/libuvc/pkg-descr (contents, props changed) head/multimedia/libuvc/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Dec 10 19:47:16 2017 (r455907) +++ head/multimedia/Makefile Sun Dec 10 19:55:16 2017 (r455908) @@ -210,6 +210,7 @@ SUBDIR += libsmacker SUBDIR += libtheora SUBDIR += libtuner + SUBDIR += libuvc SUBDIR += libv4l SUBDIR += libva SUBDIR += libva-intel-driver Added: head/multimedia/libuvc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libuvc/Makefile Sun Dec 10 19:55:16 2017 (r455908) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= libuvc +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.6 +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Cross-platform library for USB video devices + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cmake:outsource jpeg pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= ktossell + +CMAKE_ARGS= -DCMAKE_BUILD_TARGET:STRING=Shared + +.include Added: head/multimedia/libuvc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libuvc/distinfo Sun Dec 10 19:55:16 2017 (r455908) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512535259 +SHA256 (ktossell-libuvc-v0.0.6_GH0.tar.gz) = 42175a53c1c704365fdc782b44233925e40c9344fbb7f942181c1090f06e2873 +SIZE (ktossell-libuvc-v0.0.6_GH0.tar.gz) = 95598 Added: head/multimedia/libuvc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libuvc/pkg-descr Sun Dec 10 19:55:16 2017 (r455908) @@ -0,0 +1,6 @@ +libuvc is a cross-platform library for USB video devices, built atop libusb. +It enables fine-grained control over USB video devices exporting the standard +USB Video Class (UVC) interface, enabling developers to write drivers for +previously unsupported devices, or just access UVC devices in a generic fashion. + +WWW: https://int80k.com/libuvc Added: head/multimedia/libuvc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libuvc/pkg-plist Sun Dec 10 19:55:16 2017 (r455908) @@ -0,0 +1,8 @@ +include/libuvc/libuvc.h +include/libuvc/libuvc_config.h +lib/cmake/libuvc/libuvcConfig.cmake +lib/cmake/libuvc/libuvcConfigVersion.cmake +lib/cmake/libuvc/libuvcTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/libuvc/libuvcTargets.cmake +lib/libuvc.so +libdata/pkgconfig/libuvc.pc From owner-svn-ports-all@freebsd.org Sun Dec 10 20:01:35 2017 Return-Path: Delivered-To: svn-ports-all@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 8CB4AE9989D; Sun, 10 Dec 2017 20:01:35 +0000 (UTC) (envelope-from brnrd@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 58F3E802E5; Sun, 10 Dec 2017 20:01:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAK1Yxb003008; Sun, 10 Dec 2017 20:01:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAK1Yvs003006; Sun, 10 Dec 2017 20:01:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201712102001.vBAK1Yvs003006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 10 Dec 2017 20:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455909 - in head/www: mod_http2-devel mod_md-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/www: mod_http2-devel mod_md-devel X-SVN-Commit-Revision: 455909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:01:35 -0000 Author: brnrd Date: Sun Dec 10 20:01:34 2017 New Revision: 455909 URL: https://svnweb.freebsd.org/changeset/ports/455909 Log: www/mod_http2-devel: Align PKGNAME with other Apache modules - Same for mod_md-devel - While here remove no longer needed cruft Modified: head/www/mod_http2-devel/Makefile head/www/mod_md-devel/Makefile Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sun Dec 10 19:55:16 2017 (r455908) +++ head/www/mod_http2-devel/Makefile Sun Dec 10 20:01:34 2017 (r455909) @@ -1,10 +1,12 @@ # Created by: Bernard Spil # $FreeBSD$ -PORTNAME= mod_http2-devel +PORTNAME= mod_http2 PORTVERSION= 1.10.14 DISTVERSIONPREFIX= v CATEGORIES= www +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +PKGNAMESUFFIX= -devel MAINTAINER= brnrd@FreeBSD.org COMMENT= Early experience HTTP/2 modules for Apache httpd @@ -22,13 +24,10 @@ GH_ACCOUNT= icing GH_PROJECT= mod_h2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=ext- -CONFIGURE_ENV= CONFIG_SHELL=/bin/sh MODULENAME= ${GH_PROJECT} CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= README README.md PLIST_FILES= ${APACHEMODDIR}/mod_h2.so \ @@ -42,8 +41,6 @@ post-install: ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_h2.so ${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so ${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so - ${MV} ${STAGEDIR}${PREFIX}/share/doc/mod_http2 \ - ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_h2.so ${RM} -v ${STAGEDIR}${DOCSDIR}/LICENSE Modified: head/www/mod_md-devel/Makefile ============================================================================== --- head/www/mod_md-devel/Makefile Sun Dec 10 19:55:16 2017 (r455908) +++ head/www/mod_md-devel/Makefile Sun Dec 10 20:01:34 2017 (r455909) @@ -5,6 +5,7 @@ PORTNAME= mod_md PORTVERSION= 1.0.7 DISTVERSIONPREFIX= v CATEGORIES= www +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel MAINTAINER= brnrd@FreeBSD.org @@ -19,7 +20,7 @@ LIB_DEPENDS= libaprutil-1.so:devel/apr1 \ USES= autoreconf libtool ssl USE_GITHUB= yes -USE_APACHE= 24 +USE_APACHE= 24+ GH_ACCOUNT= icing GH_PROJECT= mod_md @@ -45,6 +46,5 @@ post-install: ${WRKSRC}/src/a2md ${INSTALL} ${WRKSRC}/src/a2md ${STAGEDIR}${PREFIX}/bin/a2md ${RM} ${STAGEDIR}${PREFIX}/share/doc/mod_md/LICENSE -# ${RM} ${STAGEDIR}${PREFIX}/bin/ext-a2md .include From owner-svn-ports-all@freebsd.org Sun Dec 10 20:36:30 2017 Return-Path: Delivered-To: svn-ports-all@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 566CEE9B22F; Sun, 10 Dec 2017 20:36:30 +0000 (UTC) (envelope-from pi@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 2FCB020C2; Sun, 10 Dec 2017 20:36:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKaTZt019594; Sun, 10 Dec 2017 20:36:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKaSWV019590; Sun, 10 Dec 2017 20:36:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201712102036.vBAKaSWV019590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 Dec 2017 20:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455910 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: databases/cego devel/lfcbase X-SVN-Commit-Revision: 455910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:36:30 -0000 Author: pi Date: Sun Dec 10 20:36:28 2017 New Revision: 455910 URL: https://svnweb.freebsd.org/changeset/ports/455910 Log: devel/lfcbase: update 1.11.3 -> 1.11.4 databases/cego: update 2.38.9 -> 2.38.10 lfcbase: - Fixes in TreeT class, changed methods First, Next, isEmpty and compare operators to const cego: - Fix in CegoDistManager, we have to use a dedicated parser for loadView and loadProc methods. Otherwise compilation may fail in case of nested objects ( e.g. a view which references another view object) - Fix in CegoBTreeCursor, CegoAttrCond and CegoAttrComp, for conflicting cursor conditions ( e.g. a = 4 and a < 1 ), the cursor evaluation failed, since just the primary condition was treated. - For CegoBTreeCursor, the method fullMatch has been introduced, to make an final evalution in case of multi conditions. - Also introduced: a ordering for CegoAttrComp set in CegoAttrCond to treat more constraint conditions at the beginning ( EQUAL before LESS_THAN before NOT_EQUAL and so on ) - Changed CegoAttrCond compSet from SetT to TreeT. This is required, since we need the ordering in the set. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Dec 10 20:01:34 2017 (r455909) +++ head/databases/cego/Makefile Sun Dec 10 20:36:28 2017 (r455910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.9 +PORTVERSION= 2.38.10 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Dec 10 20:01:34 2017 (r455909) +++ head/databases/cego/distinfo Sun Dec 10 20:36:28 2017 (r455910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512812987 -SHA256 (cego-2.38.9.tar.gz) = ffa712ec8c3fa365b737968670c74c50583e5c664fc5c70ddc2744bb07c9296b -SIZE (cego-2.38.9.tar.gz) = 1451437 +TIMESTAMP = 1512937688 +SHA256 (cego-2.38.10.tar.gz) = 1d6f6f3a9af98637b7e1b79bac0ba731e6677e92c153861352aa126742f2e7b9 +SIZE (cego-2.38.10.tar.gz) = 1453860 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sun Dec 10 20:01:34 2017 (r455909) +++ head/devel/lfcbase/Makefile Sun Dec 10 20:36:28 2017 (r455910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sun Dec 10 20:01:34 2017 (r455909) +++ head/devel/lfcbase/distinfo Sun Dec 10 20:36:28 2017 (r455910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512210612 -SHA256 (lfcbase-1.11.3.tar.gz) = 1586ee2abd4c98c33a30ae82445d13764e26c4b6b823906e757226dcd9183704 -SIZE (lfcbase-1.11.3.tar.gz) = 639426 +TIMESTAMP = 1512937670 +SHA256 (lfcbase-1.11.4.tar.gz) = 086f109e563c46984a301509b3ef42d7d732d520522170b74174e7bd4f29026a +SIZE (lfcbase-1.11.4.tar.gz) = 639419 From owner-svn-ports-all@freebsd.org Sun Dec 10 20:44:26 2017 Return-Path: Delivered-To: svn-ports-all@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 01C17E9B73C; Sun, 10 Dec 2017 20:44:26 +0000 (UTC) (envelope-from antoine@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 C29162843; Sun, 10 Dec 2017 20:44:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKiOwC023768; Sun, 10 Dec 2017 20:44:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKiOjX023767; Sun, 10 Dec 2017 20:44:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712102044.vBAKiOjX023767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Dec 2017 20:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455911 - head/sysutils/x86info/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/x86info/files X-SVN-Commit-Revision: 455911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:44:26 -0000 Author: antoine Date: Sun Dec 10 20:44:24 2017 New Revision: 455911 URL: https://svnweb.freebsd.org/changeset/ports/455911 Log: Remove part of the patch generated by post-patch, and unbreak with python3 Modified: head/sysutils/x86info/files/patch-lsmsr_Makefile Modified: head/sysutils/x86info/files/patch-lsmsr_Makefile ============================================================================== --- head/sysutils/x86info/files/patch-lsmsr_Makefile Sun Dec 10 20:36:28 2017 (r455910) +++ head/sysutils/x86info/files/patch-lsmsr_Makefile Sun Dec 10 20:44:24 2017 (r455911) @@ -13,12 +13,3 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -Wswitch-enum CFLAGS += -Wundef -@@ -40,7 +38,7 @@ LSMSR_TMP_HEADERS=AMD_k8.h \ - generic_msr.h - - %.h: %.regs createheader.py -- @python createheader.py $< `basename $< .regs` >$@ -+ @/usr/local/bin/python2.7 createheader.py $< `basename $< .regs` >$@ - - LSMSR_SRC = \ - lsmsr.c \ From owner-svn-ports-all@freebsd.org Sun Dec 10 20:45:34 2017 Return-Path: Delivered-To: svn-ports-all@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 69AE3E9B846; Sun, 10 Dec 2017 20:45:34 +0000 (UTC) (envelope-from antoine@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 2CCAA2A0B; Sun, 10 Dec 2017 20:45:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKjXFT023911; Sun, 10 Dec 2017 20:45:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKjXSw023910; Sun, 10 Dec 2017 20:45:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712102045.vBAKjXSw023910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Dec 2017 20:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455912 - head/devel/pygobject3-common X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/pygobject3-common X-SVN-Commit-Revision: 455912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:45:34 -0000 Author: antoine Date: Sun Dec 10 20:45:32 2017 New Revision: 455912 URL: https://svnweb.freebsd.org/changeset/ports/455912 Log: Simplify DEPENDS, and unbreak with DEFAULT_VERSIONS=python=3.x Modified: head/devel/pygobject3-common/Makefile Modified: head/devel/pygobject3-common/Makefile ============================================================================== --- head/devel/pygobject3-common/Makefile Sun Dec 10 20:44:24 2017 (r455911) +++ head/devel/pygobject3-common/Makefile Sun Dec 10 20:45:32 2017 (r455912) @@ -36,7 +36,7 @@ MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} .if ${SLAVE_PORT} == no PORTSCOUT?= limitw:1,even -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} USES+= gnome python:build USE_GNOME= glib20:build introspection:build NO_BUILD= yes @@ -58,13 +58,8 @@ RUN_DEPENDS+= pygobject3-common>=0:devel/pygobject3-co .if ${SLAVE_PORT} == python USES+= python USE_PYTHON= flavors -.if ${FLAVOR:Upy27:Mpy2*} -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo@${PY_FLAVOR} -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo@${PY_FLAVOR} -.else -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/py3cairo.pc:graphics/py-cairo@${PY_FLAVOR} -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/py3cairo.pc:graphics/py-cairo@${PY_FLAVOR} -.endif +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${FLAVOR} .endif post-install: From owner-svn-ports-all@freebsd.org Sun Dec 10 20:48:51 2017 Return-Path: Delivered-To: svn-ports-all@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 09CF8E9BB97; Sun, 10 Dec 2017 20:48:51 +0000 (UTC) (envelope-from antoine@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 B86C82E4B; Sun, 10 Dec 2017 20:48:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBAKmnX4025009; Sun, 10 Dec 2017 20:48:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBAKmkbR024971; Sun, 10 Dec 2017 20:48:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712102048.vBAKmkbR024971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Dec 2017 20:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455913 - in head: archivers/rox-archive audio/decibel-audio-player audio/dir2ogg audio/solfege deskutils/ganyremote deskutils/rox-memo devel/gtkparasite devel/libhid editors/rox-edit e... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: archivers/rox-archive audio/decibel-audio-player audio/dir2ogg audio/solfege deskutils/ganyremote deskutils/rox-memo devel/gtkparasite devel/libhid editors/rox-edit emulators/swine emulators/... X-SVN-Commit-Revision: 455913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 20:48:51 -0000 Author: antoine Date: Sun Dec 10 20:48:45 2017 New Revision: 455913 URL: https://svnweb.freebsd.org/changeset/ports/455913 Log: - Those ports fail to build with python3 - Add some explicit FLAVOR to dependencies where needed Modified: head/archivers/rox-archive/Makefile head/audio/decibel-audio-player/Makefile head/audio/dir2ogg/Makefile head/audio/solfege/Makefile head/deskutils/ganyremote/Makefile head/deskutils/rox-memo/Makefile head/devel/gtkparasite/Makefile head/devel/libhid/Makefile head/editors/rox-edit/Makefile head/emulators/swine/Makefile head/emulators/xen-kernel/Makefile head/games/kajongg/Makefile head/games/magicor/Makefile head/games/openalchemist/Makefile head/graphics/gimp-ez-perspective-plugin/Makefile head/graphics/gimp-resynthesizer/Makefile head/irc/py-supybot-plugins/Makefile head/math/qtiplot/Makefile head/misc/gonvert/Makefile head/multimedia/gstreamer1-libav/Makefile head/multimedia/rox-videothumbnail/Makefile head/net-im/libpurple/Makefile head/net-im/telepathy-mission-control/Makefile head/net-im/telepathy-qt4/Makefile head/net/exaddos/Makefile head/net/gtknetcat/Makefile head/net/mpich2/Makefile head/science/gnudatalanguage/Makefile head/security/gnome-password-generator/Makefile head/security/revelation/Makefile head/sysutils/qzeitgeist/Makefile head/sysutils/u-boot-master/Makefile head/x11-fm/nemo/Makefile head/x11-fm/rox-mime-editor/Makefile head/x11-fm/rox-session/Makefile head/x11-toolkits/hippo-canvas/Makefile head/x11-toolkits/py-gtksourceview/Makefile head/x11/rox-wallpaper/Makefile Modified: head/archivers/rox-archive/Makefile ============================================================================== --- head/archivers/rox-archive/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/archivers/rox-archive/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Archive management tool for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python shebangfix tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 NO_ARCH= yes SHEBANG_FILES= Archive/AppRun Modified: head/audio/decibel-audio-player/Makefile ============================================================================== --- head/audio/decibel-audio-player/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/audio/decibel-audio-player/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -10,15 +10,14 @@ MASTER_SITES= http://decibel.silent-blade.org/uploads/ MAINTAINER= somicide@gmail.com COMMENT= Fast GTK+ audio player with an clean and user friendly interface -RUN_DEPENDS= py*-dbus>=0.80:devel/py-dbus \ - py*-mutagen>=1.11:audio/py-mutagen +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.80:devel/py-dbus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR} LICENSE= GPLv2 -USES= python USE_GNOME= pygnome2 pygtk2 USE_GSTREAMER= python good bad -USES= gmake gettext desktop-file-utils +USES= gmake gettext desktop-file-utils python:2.7 NO_BUILD= yes #Audio gstreamer plugins @@ -31,10 +30,10 @@ MPEG4IP_DESC= AAC/MP4P support EXTRAS_DESC= Extra dependencies for plugins AUDIOCD_RUN_DEPENDS= cd-discid>=0.9:audio/cd-discid \ - py*-cddb>=1.4:audio/py-cddb \ + ${PYTHON_PKGNAMEPREFIX}cddb>=1.4:audio/py-cddb@${PY_FLAVOR} \ gstreamer-plugins-cdio>=0.10.16:sysutils/gstreamer-plugins-cdio -EXTRAS_RUN_DEPENDS= py*-pillow>0:graphics/py-pillow \ - py*-notify>=0.1.1:devel/py-notify +EXTRAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} FLAC_USE= GSTREAMER=flac MP3_USE= GSTREAMER=mp3 MPEG4IP_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 Modified: head/audio/dir2ogg/Makefile ============================================================================== --- head/audio/dir2ogg/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/audio/dir2ogg/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= faad:audio/faad \ - mutagen-inspect:audio/py-mutagen \ + ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \ mplayer:multimedia/mplayer \ oggenc:audio/vorbis-tools Modified: head/audio/solfege/Makefile ============================================================================== --- head/audio/solfege/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/audio/solfege/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ txt2man:textproc/txt2man -USES= gettext gmake makeinfo pathfix pkgconfig python shebangfix +USES= gettext gmake makeinfo pathfix pkgconfig python:2.7 shebangfix SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh USE_GNOME= pygtk2 GNU_CONFIGURE= yes Modified: head/deskutils/ganyremote/Makefile ============================================================================== --- head/deskutils/ganyremote/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/deskutils/ganyremote/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= anyremote:comms/anyremote -USES= gettext python shebangfix +USES= gettext python:2.7 shebangfix SHEBANG_FILES= ganyremote USE_GNOME= pygtk2 GNU_CONFIGURE= yes Modified: head/deskutils/rox-memo/Makefile ============================================================================== --- head/deskutils/rox-memo/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/deskutils/rox-memo/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Appointment/TODO management for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python shebangfix tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 SHEBANG_FILES= Memo/AppRun Memo/AppletRun do-build: Modified: head/devel/gtkparasite/Makefile ============================================================================== --- head/devel/gtkparasite/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/devel/gtkparasite/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip -USES= autoreconf libtool pkgconfig python +USES= autoreconf libtool pkgconfig python:2.7 USE_GNOME= gtk20 pygtk2 WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83 PORTDOCS= USAGE Modified: head/devel/libhid/Makefile ============================================================================== --- head/devel/libhid/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/devel/libhid/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:textproc/libx GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-doxygen --disable-werror INSTALL_TARGET= install-strip -USES= gmake libtool pathfix python +USES= gmake libtool pathfix python:2.7 USE_LDCONFIG= yes EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb Modified: head/editors/rox-edit/Makefile ============================================================================== --- head/editors/rox-edit/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/editors/rox-edit/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Text editor for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python tar:bzip2 +USES= python:2.7 tar:bzip2 post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/emulators/swine/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,11 +11,9 @@ COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 -BUILD_DEPENDS= pyrcc4:textproc/py-qt4-xml RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ - icotool:graphics/icoutils \ - ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui + icotool:graphics/icoutils DATADIRLIB= ${PREFIX}/lib/${PORTNAME} @@ -23,8 +21,9 @@ USE_GITHUB= yes GH_ACCOUNT= dswd GH_PROJECT= Swine -USES= gmake python:2.7 +USES= gmake python:2.7 pyqt:4 NO_BUILD= yes +USE_PYQT= gui_run xml_build USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 Modified: head/emulators/xen-kernel/Makefile ============================================================================== --- head/emulators/xen-kernel/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/emulators/xen-kernel/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -14,7 +14,7 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 -USES= cpe gmake python:build +USES= cpe gmake python:2.7,build # We need to use ld from ports because the version in base doesn't # support the '--build-id' switch that's needed for live hypervisor Modified: head/games/kajongg/Makefile ============================================================================== --- head/games/kajongg/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/games/kajongg/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -8,10 +8,10 @@ CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes -USES= cmake:outsource kde:4 python tar:xz shebangfix sqlite +USES= cmake:outsource kde:4 python:2.7 tar:xz shebangfix sqlite USE_KDE= kdelibs pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE Modified: head/games/magicor/Makefile ============================================================================== --- head/games/magicor/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/games/magicor/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -15,7 +15,7 @@ COMMENT= Old-school, puzzle game similar to Solomon's LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game +RUN_DEPENDS= ${PYGAME} USES= python:2.7 shebangfix SHEBANG_FILES= *.py @@ -37,7 +37,7 @@ OPTIONS_DEFAULT=EDITOR OPTIONS_SUB= yes EDITOR_DESC= Enable editor -EDITOR_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 +EDITOR_USE= gnome=pygtk2 post-patch: @${REINPLACE_CMD} -e 's|###CONFIG_PATH###|${PREFIX}/etc/magicor/magicor.conf|' \ Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/games/openalchemist/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -26,7 +26,7 @@ USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx -USES= autoreconf gmake iconv jpeg pkgconfig python:run shebangfix +USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/graphics/gimp-ez-perspective-plugin/Makefile ============================================================================== --- head/graphics/gimp-ez-perspective-plugin/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/graphics/gimp-ez-perspective-plugin/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -22,7 +22,7 @@ LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app \ ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp -USES= python:run zip +USES= python:2.7,run zip NO_BUILD= yes NO_ARCH= yes NO_WRKSUBDIR= yes Modified: head/graphics/gimp-resynthesizer/Makefile ============================================================================== --- head/graphics/gimp-resynthesizer/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/graphics/gimp-resynthesizer/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -20,7 +20,7 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app USE_GITHUB= yes GH_ACCOUNT= bootchk -USES= autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:run shebangfix +USES= autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:2.7,run shebangfix SHEBANG_FILES= PluginScripts/*.py GNU_CONFIGURE= yes Modified: head/irc/py-supybot-plugins/Makefile ============================================================================== --- head/irc/py-supybot-plugins/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/irc/py-supybot-plugins/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -12,9 +12,9 @@ DISTNAME= Supybot-plugins-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Official plugin pack for Supybot -RUN_DEPENDS= supybot:irc/py-supybot +RUN_DEPENDS= supybot:irc/py-supybot@${PY_FLAVOR} -USES= python tar:bzip2 +USES= python:2.7 tar:bzip2 post-extract: # Delete, because it now included in irc/py-supybot Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/math/qtiplot/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -37,9 +37,8 @@ DOCS_RUN_DEPENDS= qtiplot-doc>=0:math/qtiplot-doc DOCS_USE= QT4=assistant-adp_run PYTHON_DESC= Python scripting support -PYTHON_USES= python:2.7 -PYTHON_BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui -PYTHON_RUN_DEPENDS= ${PYTHON_BUILD_DEPENDS} +PYTHON_USES= pyqt:4 python:2.7 +PYTHON_USE= pyqt=gui PYTHON_CONFIGURE_ENV= PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} \ PYTHON_VERSION=${PYTHON_VERSION} Modified: head/misc/gonvert/Makefile ============================================================================== --- head/misc/gonvert/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/misc/gonvert/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -12,7 +12,7 @@ COMMENT= Conversion utility that allows conversion bet LICENSE= GPLv2 USE_GNOME= pygtk2 -USES= python +USES= python:2.7 NO_BUILD= yes PORTDOCS= CHANGELOG FAQ README THANKS Modified: head/multimedia/gstreamer1-libav/Makefile ============================================================================== --- head/multimedia/gstreamer1-libav/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/multimedia/gstreamer1-libav/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -21,7 +21,7 @@ LIB_DEPENDS= liborc-0.4.so:devel/orc \ PORTSCOUT= limitw:1,even USES= compiler:features gettext-runtime gmake libtool localbase \ - pkgconfig tar:xz + pkgconfig python:build tar:xz USE_LDCONFIG= yes USE_GSTREAMER1= yes USE_GNOME= glib20 Modified: head/multimedia/rox-videothumbnail/Makefile ============================================================================== --- head/multimedia/rox-videothumbnail/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/multimedia/rox-videothumbnail/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,11 +11,11 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Video thumbnail provider for the ROX file manager RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib WRKSRC= ${WRKDIR}/VideoThumbnail -USES= python +USES= python:2.7 do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net-im/libpurple/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -208,7 +208,7 @@ CONFIGURE_ARGS+= --disable-gtkspell .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .if !defined(PIDGIN_SLAVE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} .endif CONFIGURE_ARGS+= --enable-dbus PLIST_SUB+= DBUS="" Modified: head/net-im/telepathy-mission-control/Makefile ============================================================================== --- head/net-im/telepathy-mission-control/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net-im/telepathy-mission-control/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -14,7 +14,7 @@ COMMENT= Telepathy component to apps to abstract detai LIB_DEPENDS= libtelepathy.so:net-im/libtelepathy \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig python:2.7,build USE_GNOME= glib20 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/telepathy-qt4/Makefile ============================================================================== --- head/net-im/telepathy-qt4/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net-im/telepathy-qt4/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -13,10 +13,10 @@ COMMENT= High-level Qt binding for Telepathy LICENSE= LGPL21 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepathy-farstream \ libtelepathy-glib.so:net-im/telepathy-glib -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} OPTIONS_DEFINE= DOCS Modified: head/net/exaddos/Makefile ============================================================================== --- head/net/exaddos/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net/exaddos/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -12,12 +12,12 @@ COMMENT= Monitor your network for DDoS LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:net-mgmt/py-snmp4-mibs \ - ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:net-mgmt/py-snmp4 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:net-mgmt/py-snmp4-mibs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:net-mgmt/py-snmp4@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= Exa-Networks -USES= python +USES= python:2.7 SUB_FILES= pkg-message exaddos.sh exaddos.conf.sample SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} Modified: head/net/gtknetcat/Makefile ============================================================================== --- head/net/gtknetcat/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net/gtknetcat/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake localbase python shebangfix +USES= gmake localbase python:2.7 shebangfix SHEBANG_FILES= src/gtknetcat.in src/gtknetcat.py USE_GNOME= intlhack pygtk2 GNU_CONFIGURE= yes Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/net/mpich2/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -22,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes USES= libtool:keepla localbase fortran perl5 \ - pkgconfig python + pkgconfig python:2.7 USE_GCC= yes USE_LDCONFIG= yes USE_PERL5= build Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/science/gnudatalanguage/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -93,7 +93,7 @@ NETCDF_CMAKE_OFF= -DNETCDF:BOOL=NO PYTHON_USES= python:2.7 PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} PYTHON_CMAKE_ON= -DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}" PYTHON_CMAKE_OFF= -DPYTHON:BOOL=NO Modified: head/security/gnome-password-generator/Makefile ============================================================================== --- head/security/gnome-password-generator/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/security/gnome-password-generator/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 password generator USE_GNOME= pygnome2 -USES= python +USES= python:2.7 do-build: @cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \ Modified: head/security/revelation/Makefile ============================================================================== --- head/security/revelation/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/security/revelation/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -12,13 +12,13 @@ COMMENT= Password manager for the GNOME 2 desktop LICENSE= GPLv2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} LIB_DEPENDS= libcrack.so:security/cracklib RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}cracklib>0:security/py-cracklib -USES= desktop-file-utils gettext gmake pathfix pkgconfig python \ +USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2.7 \ shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= src/revelation.py USE_GNOME= gnomeprefix pygnome2 intltool Modified: head/sysutils/qzeitgeist/Makefile ============================================================================== --- head/sysutils/qzeitgeist/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/sysutils/qzeitgeist/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -18,7 +18,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rapper:textproc/raptor2 \ - ${PYTHON_SITELIBDIR}/rdflib/__init__.py:textproc/py-rdflib + ${PYTHON_PKGNAMEPREFIX}rdflib>=0:textproc/py-rdflib@${PY_FLAVOR} USES= cmake kde:4 python:2.7,build tar:bzip2 USE_KDE= automoc4 Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/sysutils/u-boot-master/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -19,7 +19,7 @@ BUILD_DEPENDS+= gsed:textproc/gsed \ dtc>=1.4.1:sysutils/dtc BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER} -USES= gmake python:build shebangfix +USES= gmake python:2.7,build shebangfix BINARY_ALIAS= swig=swig3.0 sed=gsed USE_GITHUB= yes Modified: head/x11-fm/nemo/Makefile ============================================================================== --- head/x11-fm/nemo/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11-fm/nemo/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,7 +11,7 @@ COMMENT= File manager for the Cinnamon desktop BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ gtkdocize:textproc/gtk-doc \ - py*-polib>=0:devel/py-polib \ + ${PYTHON_PKGNAMEPREFIX}polib>=0:devel/py-polib@${PY_FLAVOR} \ gnome-autogen.sh:devel/gnome-common \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libexif.so:graphics/libexif \ Modified: head/x11-fm/rox-mime-editor/Makefile ============================================================================== --- head/x11-fm/rox-mime-editor/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11-fm/rox-mime-editor/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= MIME type editor for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python shebangfix tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 SHEBANG_FILES= MIME-Editor/AppRun do-build: Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11-fm/rox-session/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -14,12 +14,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib \ - ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus + ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} WRKSRC= ${WRKDIR}/ROX-Session DATADIR= ${PREFIX}/apps/ROX-Session -USES= gettext-tools pkgconfig python +USES= gettext-tools pkgconfig python:2.7 USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xtst xxf86vm Modified: head/x11-toolkits/hippo-canvas/Makefile ============================================================================== --- head/x11-toolkits/hippo-canvas/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11-toolkits/hippo-canvas/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -10,11 +10,11 @@ MASTER_SITES= GNOME MAINTAINER= ashish@FreeBSD.org COMMENT= Client stacker popup widget for GTK+ toolkit -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} -USES= gmake libtool pathfix pkgconfig python tar:bzip2 +USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 USE_GNOME= cairo gtk20 glib20 librsvg2 pygtk2 pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --enable-python Modified: head/x11-toolkits/py-gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/py-gtksourceview/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11-toolkits/py-gtksourceview/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -12,7 +12,7 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GtkSourceView 2 -USES= gmake libtool:keepla pathfix pkgconfig python tar:bzip2 +USES= gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2 USE_GNOME= gnomeprefix gtksourceview2 pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs Modified: head/x11/rox-wallpaper/Makefile ============================================================================== --- head/x11/rox-wallpaper/Makefile Sun Dec 10 20:45:32 2017 (r455912) +++ head/x11/rox-wallpaper/Makefile Sun Dec 10 20:48:45 2017 (r455913) @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Wallpaper management tool for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python +USES= python:2.7 WRKSRC= ${WRKDIR}/Wallpaper From owner-svn-ports-all@freebsd.org Sun Dec 10 21:44:25 2017 Return-Path: Delivered-To: svn-ports-all@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 C565CE9E0F9; Sun, 10 Dec 2017 21:44:25 +0000 (UTC) (envelope-from gerald@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 9F3226480F; Sun, 10 Dec 2017 21:44:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBALiOqt049653; Sun, 10 Dec 2017 21:44:24 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBALiO3f049650; Sun, 10 Dec 2017 21:44:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201712102144.vBALiO3f049650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 10 Dec 2017 21:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455914 - in head/misc/gnuit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/misc/gnuit: . files X-SVN-Commit-Revision: 455914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 21:44:25 -0000 Author: gerald Date: Sun Dec 10 21:44:24 2017 New Revision: 455914 URL: https://svnweb.freebsd.org/changeset/ports/455914 Log: Change man pages which are links (gitregrep.1.gz and gitrfgrep.1.gz) from absolute links to relative links. Bump PORTREVISION since this does affect the resulting package in a material manner. PR: 224230 Reported by: wosch Added: head/misc/gnuit/files/patch-doc-Makefile (contents, props changed) Modified: head/misc/gnuit/Makefile Modified: head/misc/gnuit/Makefile ============================================================================== --- head/misc/gnuit/Makefile Sun Dec 10 20:48:45 2017 (r455913) +++ head/misc/gnuit/Makefile Sun Dec 10 21:44:24 2017 (r455914) @@ -3,6 +3,7 @@ PORTNAME= gnuit PORTVERSION= 4.9.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU Added: head/misc/gnuit/files/patch-doc-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gnuit/files/patch-doc-Makefile Sun Dec 10 21:44:24 2017 (r455914) @@ -0,0 +1,42 @@ +2017-12-10 Gerald Pfeifer + + * Makefile.am: Only create relative symlinks for man pages. + * Makefile.in: Regenerate. + +--- UTC +--- doc/Makefile.am 2009-02-18 02:31:25.000000000 +0000 ++++ doc/Makefile.am 2017-12-10 21:27:14.321310000 +0000 +@@ -42,13 +42,13 @@ + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + \ + for i in $(GIT_INTERNAL_MANS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + if [ "$(mandir)" != "$(prefix)/man" ]; then\ + for i in $(ORIG_MANS) $(GIT_INTERNAL_MANS); \ +--- doc/Makefile.in 2009-02-18 02:31:25.000000000 +0000 ++++ doc/Makefile.in 2017-12-10 21:27:32.723308000 +0000 +@@ -969,13 +969,13 @@ + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitrgrep.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + \ + for i in $(GIT_INTERNAL_MANS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +- ln -s $(mandir)/man1/gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ ++ ln -s gitinternal.1 $(DESTDIR)$(mandir)/man1/$${i}.1;\ + done + if [ "$(mandir)" != "$(prefix)/man" ]; then\ + for i in $(ORIG_MANS) $(GIT_INTERNAL_MANS); \ From owner-svn-ports-all@freebsd.org Mon Dec 11 00:04:26 2017 Return-Path: Delivered-To: svn-ports-all@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 292D8E80190; Mon, 11 Dec 2017 00:04:26 +0000 (UTC) (envelope-from jbeich@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 E87DF69375; Mon, 11 Dec 2017 00:04:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB04PjE007461; Mon, 11 Dec 2017 00:04:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB04PN9007460; Mon, 11 Dec 2017 00:04:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712110004.vBB04PN9007460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Dec 2017 00:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455915 - branches/2017Q4/textproc/hunspell X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/textproc/hunspell X-SVN-Commit-Revision: 455915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 00:04:26 -0000 Author: jbeich Date: Mon Dec 11 00:04:24 2017 New Revision: 455915 URL: https://svnweb.freebsd.org/changeset/ports/455915 Log: MFH: r455904 textproc/hunspell: always link against C++11 library C++11 isn't ABI-compatible with C++98 on GCC platforms, so build the port using lang/gcc which since r449590 defaults to C++14. This should fix C++11 consumers like www/firefox. ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::SetDictionary(char16_t const*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell13SetDictionaryEPKDs+0x4a4): undefined reference to `Hunspell::get_dict_encoding[abi:cxx11]() const' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Check(char16_t const*, bool*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell5CheckEPKDsPb+0x148): undefined reference to `Hunspell::spell(std::__cxx11::basic_string, std::allocator > const&, int*, std::__cxx11::basic_string, std::allocator >*)' ../../extensions/spellcheck/hunspell/glue/Unified_cpp_hunspell_glue0.o: In function `mozHunspell::Suggest(char16_t const*, char16_t***, unsigned int*)': Unified_cpp_hunspell_glue0.cpp:(.text._ZN11mozHunspell7SuggestEPKDsPPPDsPj+0x16c): undefined reference to `Hunspell::suggest(std::__cxx11::basic_string, std::allocator > const&)' Submitted by: jhibbits (based on) Approved by: ports-secteam blanket Differential Revision: https://reviews.freebsd.org/D12515 Modified: branches/2017Q4/textproc/hunspell/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/textproc/hunspell/Makefile ============================================================================== --- branches/2017Q4/textproc/hunspell/Makefile Sun Dec 10 21:44:24 2017 (r455914) +++ branches/2017Q4/textproc/hunspell/Makefile Mon Dec 11 00:04:24 2017 (r455915) @@ -19,8 +19,8 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes -USES= autoreconf libtool:keepla pathfix iconv ncurses \ - readline shebangfix perl5 +USES= autoreconf compiler:c++11-lib libtool:keepla pathfix \ + iconv ncurses readline shebangfix perl5 USE_GITHUB= yes SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon Dec 11 00:07:17 2017 Return-Path: Delivered-To: svn-ports-all@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 EF923E802FA; Mon, 11 Dec 2017 00:07:17 +0000 (UTC) (envelope-from jbeich@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 BC13B694CF; Mon, 11 Dec 2017 00:07:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB07GPB007707; Mon, 11 Dec 2017 00:07:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB07GaD007706; Mon, 11 Dec 2017 00:07:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712110007.vBB07GaD007706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Dec 2017 00:07:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455916 - branches/2017Q4/devel/boost-libs X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/devel/boost-libs X-SVN-Commit-Revision: 455916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 00:07:18 -0000 Author: jbeich Date: Mon Dec 11 00:07:16 2017 New Revision: 455916 URL: https://svnweb.freebsd.org/changeset/ports/455916 Log: MFH: r455905 devel/boost-libs: pass RPATH when building with GCC "g++6" -o "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe" -Wl,--start-group "bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/has_addr2line.o" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g -m64 /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.21 required by /wrkdirs/usr/ports/devel/boost-libs/work/boost_1_65_1/bin.v2/libs/stacktrace/build/gcc-6.4.0/debug/addr2line_exe not found [...] Error: Missing: lib/libboost_stacktrace_addr2line.a Error: Missing: lib/libboost_stacktrace_addr2line.so Error: Missing: lib/libboost_stacktrace_addr2line.so.%%BOOST_SHARED_LIB_VER%% PR: 223279 Submitted by: jhibbits (based on) Approved by: ports-secteam blanket Modified: branches/2017Q4/devel/boost-libs/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/devel/boost-libs/Makefile ============================================================================== --- branches/2017Q4/devel/boost-libs/Makefile Mon Dec 11 00:04:24 2017 (r455915) +++ branches/2017Q4/devel/boost-libs/Makefile Mon Dec 11 00:07:16 2017 (r455916) @@ -31,6 +31,8 @@ ICU_MAKE_ARGS_OFF= boost.locale.icu=off .include "${.CURDIR}/../boost-all/compiled.mk" MAKE_ARGS+= --without-python +MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} +MAKE_ARGS_gcc= xdll-path=${_GCC_RUNTIME} ALL_TARGET= stage do-install: From owner-svn-ports-all@freebsd.org Mon Dec 11 02:16:37 2017 Return-Path: Delivered-To: svn-ports-all@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 519C7E82B26; Mon, 11 Dec 2017 02:16:37 +0000 (UTC) (envelope-from jbeich@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 04E4F6C75D; Mon, 11 Dec 2017 02:16:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB2Gas3061418; Mon, 11 Dec 2017 02:16:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB2GaXu061417; Mon, 11 Dec 2017 02:16:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712110216.vBB2GaXu061417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Dec 2017 02:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455917 - head/graphics/vigra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vigra X-SVN-Commit-Revision: 455917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 02:16:37 -0000 Author: jbeich Date: Mon Dec 11 02:16:35 2017 New Revision: 455917 URL: https://svnweb.freebsd.org/changeset/ports/455917 Log: graphics/vigra: unbreak consumers on 10.* for NUMPY=on Passing -std=gnu++11 also matches Boost since r450557. /usr/local/lib/libvigraimpex.so: undefined reference to `operator delete(void*, unsigned int)' Reported by: antoine (via bug 223922 -exp run) Submitted by: rakuco (adapted from bug 219484 fix) Modified: head/graphics/vigra/Makefile (contents, props changed) Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Mon Dec 11 00:07:16 2017 (r455916) +++ head/graphics/vigra/Makefile Mon Dec 11 02:16:35 2017 (r455917) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -50,6 +50,12 @@ NUMPY_BUILD_DEPENDS= nosetests:devel/py-nose \ NUMPY_RUN_DEPENDS= nosetests:devel/py-nose \ f2py:math/py-numpy NUMPY_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +# On FreeBSD < 11 libc++ lacks support for sized delete operators. +# GCC dropped the builtin version of these operators in 6+ by +# defaulting to gnu++14. Force c++11 instead. +# For a more detailed discussion see: +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 +NUMPY_CXXFLAGS= -std=gnu++11 PNG_CMAKE_BOOL= WITH_PNG PNG_LIB_DPEENDS= libpng.so:graphics/png From owner-svn-ports-all@freebsd.org Mon Dec 11 02:18:58 2017 Return-Path: Delivered-To: svn-ports-all@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 9064AE82B92; Mon, 11 Dec 2017 02:18:58 +0000 (UTC) (envelope-from jbeich@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 5D5986C858; Mon, 11 Dec 2017 02:18:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB2Ivt3061648; Mon, 11 Dec 2017 02:18:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB2Ivi9061647; Mon, 11 Dec 2017 02:18:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712110218.vBB2Ivi9061647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Dec 2017 02:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455918 - branches/2017Q4/graphics/vigra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/graphics/vigra X-SVN-Commit-Revision: 455918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 02:18:58 -0000 Author: jbeich Date: Mon Dec 11 02:18:57 2017 New Revision: 455918 URL: https://svnweb.freebsd.org/changeset/ports/455918 Log: MFH: r455917 graphics/vigra: unbreak consumers on 10.* for NUMPY=on Passing -std=gnu++11 also matches Boost since r450557. /usr/local/lib/libvigraimpex.so: undefined reference to `operator delete(void*, unsigned int)' Reported by: antoine (via bug 223922 -exp run) Submitted by: rakuco (adapted from bug 219484 fix) Approved by: ports-secteam blanket Modified: branches/2017Q4/graphics/vigra/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/graphics/vigra/Makefile ============================================================================== --- branches/2017Q4/graphics/vigra/Makefile Mon Dec 11 02:16:35 2017 (r455917) +++ branches/2017Q4/graphics/vigra/Makefile Mon Dec 11 02:18:57 2017 (r455918) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -50,6 +50,12 @@ NUMPY_BUILD_DEPENDS= nosetests:devel/py-nose \ NUMPY_RUN_DEPENDS= nosetests:devel/py-nose \ f2py:math/py-numpy NUMPY_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +# On FreeBSD < 11 libc++ lacks support for sized delete operators. +# GCC dropped the builtin version of these operators in 6+ by +# defaulting to gnu++14. Force c++11 instead. +# For a more detailed discussion see: +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 +NUMPY_CXXFLAGS= -std=gnu++11 PNG_CMAKE_BOOL= WITH_PNG PNG_LIB_DPEENDS= libpng.so:graphics/png From owner-svn-ports-all@freebsd.org Mon Dec 11 03:04:31 2017 Return-Path: Delivered-To: svn-ports-all@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 5C421E83D94; Mon, 11 Dec 2017 03:04:31 +0000 (UTC) (envelope-from swills@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 354206E36E; Mon, 11 Dec 2017 03:04:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB34UWr082866; Mon, 11 Dec 2017 03:04:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB34UwZ082863; Mon, 11 Dec 2017 03:04:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712110304.vBB34UwZ082863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 03:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455919 - head/cad/openvsp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/cad/openvsp X-SVN-Commit-Revision: 455919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 03:04:31 -0000 Author: swills Date: Mon Dec 11 03:04:29 2017 New Revision: 455919 URL: https://svnweb.freebsd.org/changeset/ports/455919 Log: cad/openvsp: Update to 3.14.1 PR: 224225 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/cad/openvsp/Makefile head/cad/openvsp/distinfo head/cad/openvsp/pkg-plist Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Mon Dec 11 02:18:57 2017 (r455918) +++ head/cad/openvsp/Makefile Mon Dec 11 03:04:29 2017 (r455919) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openvsp -PORTVERSION= 3.13.3 -PORTREVISION= 1 +PORTVERSION= 3.14.1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad Modified: head/cad/openvsp/distinfo ============================================================================== --- head/cad/openvsp/distinfo Mon Dec 11 02:18:57 2017 (r455918) +++ head/cad/openvsp/distinfo Mon Dec 11 03:04:29 2017 (r455919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505644117 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.13.3_GH0.tar.gz) = 28966c5936098d4073510d3601db3663320cf76fa490ede10cf533f5d29b5596 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.13.3_GH0.tar.gz) = 34161751 +TIMESTAMP = 1512752802 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.14.1_GH0.tar.gz) = d97a6487adf7c9501686688cbb03cb20e7a368c2b2bc284fd10a3ed682f3ecca +SIZE (OpenVSP-OpenVSP-OpenVSP_3.14.1_GH0.tar.gz) = 34369839 Modified: head/cad/openvsp/pkg-plist ============================================================================== --- head/cad/openvsp/pkg-plist Mon Dec 11 02:18:57 2017 (r455918) +++ head/cad/openvsp/pkg-plist Mon Dec 11 03:04:29 2017 (r455919) @@ -13,6 +13,8 @@ README.md airfoil/23015.af airfoil/N0012_VSP.af airfoil/N0012_VSP_sym.af +airfoil/VKT_e0.1_k0.1_t10.dat +airfoil/XFoil_VKT_CpDist.txt airfoil/b737a.af airfoil/b737b.af airfoil/b737c.af @@ -31,11 +33,15 @@ matlab/plotDegenPlate.m matlab/plotDegenStick.m matlab/plotDegenSurf.m scripts/CFDMesh.vspscript +scripts/CpSlicer.vspscript scripts/CreateEditGeom.vspscript scripts/DegenGeom.vspscript scripts/DumpResults.vspscript +scripts/FEAMesh.vspscript scripts/Fuselage.vspscript +scripts/Master_VSP_VV_Script.vspscript scripts/ParasiteDragScriptTest.vspscript +scripts/SeligAirfoilExport.vspscript scripts/SnapToDemo.vspscript scripts/Stack.vspscript scripts/SubSurface.vspscript @@ -46,21 +52,26 @@ scripts/TestAreaProj.vspscript scripts/TestDXF.vspscript scripts/TestFacet.vspscript scripts/TestMassProperties.vspscript +scripts/TestMeasure.vspscript scripts/TestSVG.vspscript scripts/TestSaveLoad.vspscript +scripts/TestSurfQuery.vspscript scripts/Wing.vspscript %%DATADIR%%/23015.af %%DATADIR%%/Box.vsppart %%DATADIR%%/BoxGroup.vsppart %%DATADIR%%/CFDMesh.vspscript %%DATADIR%%/Cone.vsppart +%%DATADIR%%/CpSlicer.vspscript %%DATADIR%%/CreateEditGeom.vspscript %%DATADIR%%/DegenGeom.vspscript %%DATADIR%%/Disk.vsppart %%DATADIR%%/Duct.vsppart %%DATADIR%%/DumpResults.vspscript +%%DATADIR%%/FEAMesh.vspscript %%DATADIR%%/Fuselage.vspscript %%DATADIR%%/LICENSE +%%DATADIR%%/Master_VSP_VV_Script.vspscript %%DATADIR%%/N0012_VSP.af %%DATADIR%%/N0012_VSP_sym.af %%DATADIR%%/OnOffExample.vsppart @@ -69,6 +80,7 @@ scripts/Wing.vspscript %%DATADIR%%/PodMan.vsppart %%DATADIR%%/Seat.vsppart %%DATADIR%%/SeatGroup.vsppart +%%DATADIR%%/SeligAirfoilExport.vspscript %%DATADIR%%/SharkTeeth.tga %%DATADIR%%/SnapToDemo.vspscript %%DATADIR%%/Stack.vspscript @@ -80,10 +92,19 @@ scripts/Wing.vspscript %%DATADIR%%/TestDXF.vspscript %%DATADIR%%/TestFacet.vspscript %%DATADIR%%/TestMassProperties.vspscript +%%DATADIR%%/TestMeasure.vspscript %%DATADIR%%/TestSVG.vspscript %%DATADIR%%/TestSaveLoad.vspscript +%%DATADIR%%/TestSurfQuery.vspscript %%DATADIR%%/TransportFuse.vsppart +%%DATADIR%%/VKT_e0.1_k0.1_t10.dat +%%DATADIR%%/VSPBoxXSec.PNG +%%DATADIR%%/VSPCircXSec.PNG +%%DATADIR%%/VSPIXSec.PNG +%%DATADIR%%/VSPPipeXSec.PNG +%%DATADIR%%/VSPRectXSec.PNG %%DATADIR%%/Wing.vspscript +%%DATADIR%%/XFoil_VKT_CpDist.txt %%DATADIR%%/b737a.af %%DATADIR%%/b737b.af %%DATADIR%%/b737c.af @@ -99,6 +120,11 @@ scripts/Wing.vspscript %%DATADIR%%/sc2_0404.af %%DATADIR%%/window.tga textures/SharkTeeth.tga +textures/VSPBoxXSec.PNG +textures/VSPCircXSec.PNG +textures/VSPIXSec.PNG +textures/VSPPipeXSec.PNG +textures/VSPRectXSec.PNG textures/nasa-logo.tga textures/redbluearrow.tga textures/window.tga From owner-svn-ports-all@freebsd.org Mon Dec 11 03:16:51 2017 Return-Path: Delivered-To: svn-ports-all@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 34591E840A6; Mon, 11 Dec 2017 03:16:51 +0000 (UTC) (envelope-from swills@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 F3A1C6E82A; Mon, 11 Dec 2017 03:16:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB3Gox9087240; Mon, 11 Dec 2017 03:16:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB3GnJn087237; Mon, 11 Dec 2017 03:16:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712110316.vBB3GnJn087237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 03:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455920 - head/devel/p5-Connector X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/p5-Connector X-SVN-Commit-Revision: 455920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 03:16:51 -0000 Author: swills Date: Mon Dec 11 03:16:49 2017 New Revision: 455920 URL: https://svnweb.freebsd.org/changeset/ports/455920 Log: devel/p5-Connector: Update to 1.25 PR: 224222 Submitted by: Sergei Vyshenski (maintainer) Modified: head/devel/p5-Connector/Makefile head/devel/p5-Connector/distinfo head/devel/p5-Connector/pkg-plist Modified: head/devel/p5-Connector/Makefile ============================================================================== --- head/devel/p5-Connector/Makefile Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/Makefile Mon Dec 11 03:16:49 2017 (r455920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Connector -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Connector/distinfo ============================================================================== --- head/devel/p5-Connector/distinfo Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/distinfo Mon Dec 11 03:16:49 2017 (r455920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509360738 -SHA256 (Connector-1.23.tar.gz) = c345804f950bc9c48379e9e342e1403ec3e8f74165c8d79384b7e318a8553f65 -SIZE (Connector-1.23.tar.gz) = 82675 +TIMESTAMP = 1512905485 +SHA256 (Connector-1.25.tar.gz) = 9d557ec366404a0e0bed70b5dbc41a4129db376abfc832ccfbf2d8cb962ac721 +SIZE (Connector-1.25.tar.gz) = 85496 Modified: head/devel/p5-Connector/pkg-plist ============================================================================== --- head/devel/p5-Connector/pkg-plist Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/pkg-plist Mon Dec 11 03:16:49 2017 (r455920) @@ -23,6 +23,7 @@ %%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm +%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm %%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm %%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm %%SITE_PERL%%/Connector/Proxy/YAML.pm @@ -53,3 +54,4 @@ %%PERL5_MAN3%%/Connector::Wrapper.3.gz %%SITE_PERL%%/Connector/Tee.pm %%PERL5_MAN3%%/Connector::Tee.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz From owner-svn-ports-all@freebsd.org Mon Dec 11 03:37:23 2017 Return-Path: Delivered-To: svn-ports-all@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 3D8A9E847C5; Mon, 11 Dec 2017 03:37:23 +0000 (UTC) (envelope-from bjk@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 D44ED6F18C; Mon, 11 Dec 2017 03:37:22 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB3bMHO096019; Mon, 11 Dec 2017 03:37:22 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB3bLtC096008; Mon, 11 Dec 2017 03:37:21 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201712110337.vBB3bLtC096008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Mon, 11 Dec 2017 03:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455921 - in head/net/openafs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: in head/net/openafs: . files X-SVN-Commit-Revision: 455921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 03:37:23 -0000 Author: bjk (doc committer) Date: Mon Dec 11 03:37:20 2017 New Revision: 455921 URL: https://svnweb.freebsd.org/changeset/ports/455921 Log: Update to upstream security release 1.6.22 Also bring in rudimentary support for 11.1; 12.0 doesn't quite work yet due to the ROOTINO-->UFS_ROOTINO rename. Approved by: eadler (ports committer) MFH: 2017Q4 Security: CVE-2017-17432 Added: head/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h (contents, props changed) head/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h (contents, props changed) head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h (contents, props changed) head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h (contents, props changed) Modified: head/net/openafs/Makefile head/net/openafs/distinfo head/net/openafs/files/patch-configure head/net/openafs/files/patch-doc-man-pages-Makefile.in head/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man head/net/openafs/files/patch-src-rx-rx_kernel.h head/net/openafs/files/patch-src__kauth__Makefile.in Modified: head/net/openafs/Makefile ============================================================================== --- head/net/openafs/Makefile Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/Makefile Mon Dec 11 03:37:20 2017 (r455921) @@ -21,9 +21,10 @@ LICENSE_NAME= IBM Public License Version 1.0 LICENSE_FILE= ${WRKSRC}/doc/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_FreeBSD_12= does not build (don't know how to make ./param.amd64_fbsd_120.h. Stop) +BROKEN_FreeBSD_12= does not build (use of undeclared identifier 'ROOTINO') +ONLY_FOR_ARCHS= i386 amd64 -AFS_DISTVERSION= 1.6.20.1 +AFS_DISTVERSION= 1.6.22 DBVERSION= 2016-01-01 USES= cpe kmod tar:bzip2 @@ -49,7 +50,6 @@ USE_RC_SUBR= afsserver CPE_VERSION= ${AFS_DISTVERSION} CONFLICTS= coda-server-6.[0-9]* heimdal-[0-9]* -ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_UNSAFE= yes @@ -79,7 +79,7 @@ FUSE_CONFIGURE_OFF= --disable-fuse-client CFLAGS+= -mstackrealign .endif -.if ${OSREL} == "11.0" || ${OSREL} == "12.0" +.if ${OSREL} == "11.0" || ${OSREL} == "11.1" || ${OSREL} == "12.0" # Upstream does not support the client on 11 and newer CONFIGURE_ARGS += --disable-kernel-module PLIST_SUB+= KMOD="@comment " Modified: head/net/openafs/distinfo ============================================================================== --- head/net/openafs/distinfo Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/distinfo Mon Dec 11 03:37:20 2017 (r455921) @@ -1,7 +1,7 @@ -TIMESTAMP = 1487798814 -SHA256 (openafs-1.6.20.1-src.tar.bz2) = dc869eecf6c81949d3dd2021eaf87118ef9b90ec5012a35f64836a02a58a8826 -SIZE (openafs-1.6.20.1-src.tar.bz2) = 14672548 -SHA256 (openafs-1.6.20.1-doc.tar.bz2) = 2c4bf6f53030e8a9cf3460d9c9292bcdbfea356930ed1d436506e8dc60db0f1c -SIZE (openafs-1.6.20.1-doc.tar.bz2) = 3533007 +TIMESTAMP = 1512851739 +SHA256 (openafs-1.6.22-src.tar.bz2) = 835410b75d14aec1ac6a1138d8194897f1badeffa3a0c282963ad51996712347 +SIZE (openafs-1.6.22-src.tar.bz2) = 14606745 +SHA256 (openafs-1.6.22-doc.tar.bz2) = 0e177e007ea802891d23bcecd5a836f7c768e9af0d70aab4259233cd2d474a0f +SIZE (openafs-1.6.22-doc.tar.bz2) = 3567926 SHA256 (CellServDB.2016-01-01) = ef37a1cc73c90619e9b6a0ab0fa8602c57c9da8ae5e65aab96cb17e2bc1bf70e SIZE (CellServDB.2016-01-01) = 37058 Modified: head/net/openafs/files/patch-configure ============================================================================== --- head/net/openafs/files/patch-configure Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/files/patch-configure Mon Dec 11 03:37:20 2017 (r455921) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-15 13:48:00 UTC +--- configure.orig 2017-12-05 15:02:11 UTC +++ configure -@@ -34144,13 +34144,15 @@ case $AFS_SYSNAME in +@@ -25273,13 +25273,15 @@ case $AFS_SYSNAME in ;; i386_fbsd_*) @@ -20,7 +20,7 @@ ;; i386_dfbsd_*) -@@ -34164,12 +34166,15 @@ case $AFS_SYSNAME in +@@ -25293,12 +25295,15 @@ case $AFS_SYSNAME in ;; amd64_fbsd_*) Modified: head/net/openafs/files/patch-doc-man-pages-Makefile.in ============================================================================== --- head/net/openafs/files/patch-doc-man-pages-Makefile.in Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/files/patch-doc-man-pages-Makefile.in Mon Dec 11 03:37:20 2017 (r455921) @@ -1,4 +1,4 @@ ---- doc/man-pages/Makefile.in.orig 2016-12-14 18:28:29 UTC +--- doc/man-pages/Makefile.in.orig 2017-12-05 14:52:48 UTC +++ doc/man-pages/Makefile.in @@ -2,6 +2,7 @@ Modified: head/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man ============================================================================== --- head/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man Mon Dec 11 03:37:20 2017 (r455921) @@ -1,4 +1,4 @@ ---- src/packaging/FreeBSD/Makefile.man.orig 2016-12-14 18:28:29 UTC +--- src/packaging/FreeBSD/Makefile.man.orig 2017-12-05 14:52:48 UTC +++ src/packaging/FreeBSD/Makefile.man @@ -7,6 +7,7 @@ MAN1+= copyauth.1 MAN1+= dlog.1 Modified: head/net/openafs/files/patch-src-rx-rx_kernel.h ============================================================================== --- head/net/openafs/files/patch-src-rx-rx_kernel.h Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/files/patch-src-rx-rx_kernel.h Mon Dec 11 03:37:20 2017 (r455921) @@ -1,6 +1,6 @@ ---- src/rx/rx_kernel.h.orig 2016-12-14 18:28:29 UTC +--- src/rx/rx_kernel.h.orig 2017-12-05 14:52:48 UTC +++ src/rx/rx_kernel.h -@@ -58,12 +58,20 @@ extern int osi_utoa(char *buf, size_t le +@@ -58,12 +58,20 @@ extern int osi_utoa(char *buf, size_t len, unsigned lo #endif #define rx_ifnet_mtu(x) (x)->if_mtu #define rx_ifnet_flags(x) (x?(x)->if_flags:0) Modified: head/net/openafs/files/patch-src__kauth__Makefile.in ============================================================================== --- head/net/openafs/files/patch-src__kauth__Makefile.in Mon Dec 11 03:16:49 2017 (r455920) +++ head/net/openafs/files/patch-src__kauth__Makefile.in Mon Dec 11 03:37:20 2017 (r455921) @@ -1,4 +1,4 @@ ---- src/kauth/Makefile.in.orig 2016-12-14 18:28:29 UTC +--- src/kauth/Makefile.in.orig 2017-12-05 14:52:48 UTC +++ src/kauth/Makefile.in @@ -12,6 +12,8 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ Added: head/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h Mon Dec 11 03:37:20 2017 (r455921) @@ -0,0 +1,225 @@ +--- /dev/null ++++ src/config/param.amd64_fbsd_111.h +@@ -0,0 +1,222 @@ ++#ifndef AFS_PARAM_H ++#define AFS_PARAM_H ++ ++/* Machine / Operating system information */ ++/* XXX temporarily use old sysname until new one is assigned */ ++#define SYS_NAME "amd64_fbsd_110" ++#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_110 ++ ++#define AFSLITTLE_ENDIAN 1 ++#define AFS_HAVE_FFS 1 /* Use system's ffs. */ ++#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ ++#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ ++ ++ ++#ifndef UKERNEL ++/* This section for kernel libafs compiles only */ ++ ++#ifndef IGNORE_STDS_H ++#include ++#endif ++ ++#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ ++#define AFS_X86_XBSD_ENV 1 ++ ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_CLIENT 1 ++#define AFS_64BITPOINTER_ENV 1 ++#define AFS_64BITUSERPOINTER_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_FBSD_ENV 1 ++#define AFS_FBSD50_ENV 1 ++#define AFS_FBSD51_ENV 1 ++#define AFS_FBSD52_ENV 1 ++#define AFS_FBSD53_ENV 1 ++#define AFS_FBSD60_ENV 1 ++#define AFS_FBSD61_ENV 1 ++#define AFS_FBSD62_ENV 1 ++#define AFS_FBSD70_ENV 1 ++#define AFS_FBSD71_ENV 1 ++#define AFS_FBSD80_ENV 1 ++#define AFS_FBSD81_ENV 1 ++#define AFS_FBSD90_ENV 1 ++#define AFS_FBSD91_ENV 1 ++#define AFS_FBSD100_ENV 1 ++#define AFS_FBSD110_ENV 1 ++#define AFS_FBSD111_ENV 1 ++#define AFS_X86_FBSD_ENV 1 ++#define AFS_X86_FBSD50_ENV 1 ++#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ ++#define AFS_X86_FBSD62_ENV 1 ++#define AFS_X86_FBSD70_ENV 1 ++#define AFS_X86_FBSD71_ENV 1 ++#define AFS_X86_FBSD80_ENV 1 ++#define AFS_X86_FBSD81_ENV 1 ++#define AFS_X86_FBSD90_ENV 1 ++#define AFS_X86_FBSD91_ENV 1 ++#define AFS_X86_FBSD100_ENV 1 ++#define AFS_X86_FBSD110_ENV 1 ++#define AFS_X86_FBSD111_ENV 1 ++#define AFS_X86_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++#define FTRUNC O_TRUNC ++ ++#define IUPD 0x0010 ++#define IACC 0x0020 ++#define ICHG 0x0040 ++#define IMOD 0x0080 ++ ++#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ ++ NULL, curproc) ++#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ ++ NULL, curproc) ++ ++#include ++ ++#define AFS_VFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_GREEDY43_ENV 1 ++#define AFS_ENV 1 ++ ++#define AFS_SYSCALL 339 ++#define AFS_MOUNT_AFS "afs" ++ ++#ifndef MOUNT_UFS ++#define MOUNT_UFS "ufs" ++#endif ++ ++#ifndef MOUNT_AFS ++#define MOUNT_AFS AFS_MOUNT_AFS ++#endif ++ ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ ++ ++/* Extra kernel definitions (from kdefs file) */ ++#ifdef _KERNEL ++#define AFS_GLOBAL_SUNLOCK 1 ++#define AFS_VFS34 1 /* What is VFS34??? */ ++#define AFS_SHORTGID 0 /* are group id's short? */ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_resid uio_resid ++#define AFS_UIOSYS UIO_SYSSPACE ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES CLBYTES ++#define osi_GetTime(x) microtime(x) ++#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) ++#undef AFS_KALLOC_NOSLEEP ++#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) ++#define AFS_KFREE(x,y) osi_fbsd_free((x)) ++#define v_count v_usecount ++#define v_vfsp v_mount ++#define vfs_bsize mnt_stat.f_bsize ++#define vfs_fsid mnt_stat.f_fsid ++#define va_nodeid va_fileid ++#define vfs_vnodecovered mnt_vnodecovered ++#define direct dirent ++#define vnode_t struct vnode ++ ++#ifndef MUTEX_DEFAULT ++#define MUTEX_DEFAULT 0 ++#endif /* MUTEX_DEFAULT */ ++ ++#ifndef SSYS ++#define SSYS 0x00002 ++#endif /* SSYS */ ++ ++#define p_rcred p_ucred ++ ++#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) ++enum vcexcl { NONEXCL, EXCL }; ++ ++#ifdef KERNEL ++#ifndef MIN ++#define MIN(A,B) ((A) < (B) ? (A) : (B)) ++#endif ++#ifndef MAX ++#define MAX(A,B) ((A) > (B) ? (A) : (B)) ++#endif ++#endif /* KERNEL */ ++ ++#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ ++#endif /* _KERNEL */ ++ ++#else /* !defined(UKERNEL) */ ++ ++/* This section for user space compiles only */ ++ ++#define UKERNEL 1 /* user space kernel */ ++#define AFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_USR_FBSD50_ENV 1 ++#define AFS_USR_FBSD51_ENV 1 ++#define AFS_USR_FBSD52_ENV 1 ++#define AFS_USR_FBSD53_ENV 1 ++#define AFS_USR_FBSD60_ENV 1 ++#define AFS_USR_FBSD61_ENV 1 ++#define AFS_USR_FBSD70_ENV 1 ++#define AFS_USR_FBSD71_ENV 1 ++#define AFS_USR_FBSD80_ENV 1 ++#define AFS_USR_FBSD81_ENV 1 ++#define AFS_USR_FBSD90_ENV 1 ++#define AFS_USR_FBSD91_ENV 1 ++#define AFS_USR_FBSD100_ENV 1 ++#define AFS_USR_FBSD110_ENV 1 ++#define AFS_USR_FBSD111_ENV 1 ++#define AFS_USR_FBSD_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++ ++#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ ++#define AFS_SYSCALL 339 ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BITPOINTER_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_USERSPACE_IP_ADDR 1 ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++ ++#include ++ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_fmode uio_fmode ++#define afsio_resid uio_resid ++#define AFS_UIOSYS 1 ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES MCLBYTES ++#define AFS_MINCHANGE 2 ++#define VATTR_NULL usr_vattr_null ++ ++#define AFS_DIRENT ++#ifndef CMSERVERPREF ++#define CMSERVERPREF ++#endif ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#endif /* !defined(UKERNEL) */ ++ ++/* general user-space compiles */ ++ ++#if defined(UKERNEL) || !defined(KERNEL) ++#define STDLIB_HAS_MALLOC_PROTOS 1 ++#endif ++ ++#endif /* AFS_PARAM_H */ Added: head/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h Mon Dec 11 03:37:20 2017 (r455921) @@ -0,0 +1,228 @@ +--- /dev/null ++++ src/config/param.amd64_fbsd_120.h +@@ -0,0 +1,225 @@ ++#ifndef AFS_PARAM_H ++#define AFS_PARAM_H ++ ++/* Machine / Operating system information */ ++/* XXX temporarily use old sysname until new one is assigned */ ++#define SYS_NAME "amd64_fbsd_110" ++#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_110 ++ ++#define AFSLITTLE_ENDIAN 1 ++#define AFS_HAVE_FFS 1 /* Use system's ffs. */ ++#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ ++#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ ++ ++ ++#ifndef UKERNEL ++/* This section for kernel libafs compiles only */ ++ ++#ifndef IGNORE_STDS_H ++#include ++#endif ++ ++#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ ++#define AFS_X86_XBSD_ENV 1 ++ ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_CLIENT 1 ++#define AFS_64BITPOINTER_ENV 1 ++#define AFS_64BITUSERPOINTER_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_FBSD_ENV 1 ++#define AFS_FBSD50_ENV 1 ++#define AFS_FBSD51_ENV 1 ++#define AFS_FBSD52_ENV 1 ++#define AFS_FBSD53_ENV 1 ++#define AFS_FBSD60_ENV 1 ++#define AFS_FBSD61_ENV 1 ++#define AFS_FBSD62_ENV 1 ++#define AFS_FBSD70_ENV 1 ++#define AFS_FBSD71_ENV 1 ++#define AFS_FBSD80_ENV 1 ++#define AFS_FBSD81_ENV 1 ++#define AFS_FBSD90_ENV 1 ++#define AFS_FBSD91_ENV 1 ++#define AFS_FBSD100_ENV 1 ++#define AFS_FBSD110_ENV 1 ++#define AFS_FBSD111_ENV 1 ++#define AFS_FBSD120_ENV 1 ++#define AFS_X86_FBSD_ENV 1 ++#define AFS_X86_FBSD50_ENV 1 ++#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ ++#define AFS_X86_FBSD62_ENV 1 ++#define AFS_X86_FBSD70_ENV 1 ++#define AFS_X86_FBSD71_ENV 1 ++#define AFS_X86_FBSD80_ENV 1 ++#define AFS_X86_FBSD81_ENV 1 ++#define AFS_X86_FBSD90_ENV 1 ++#define AFS_X86_FBSD91_ENV 1 ++#define AFS_X86_FBSD100_ENV 1 ++#define AFS_X86_FBSD110_ENV 1 ++#define AFS_X86_FBSD111_ENV 1 ++#define AFS_X86_FBSD120_ENV 1 ++#define AFS_X86_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++#define FTRUNC O_TRUNC ++ ++#define IUPD 0x0010 ++#define IACC 0x0020 ++#define ICHG 0x0040 ++#define IMOD 0x0080 ++ ++#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ ++ NULL, curproc) ++#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ ++ NULL, curproc) ++ ++#include ++ ++#define AFS_VFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_GREEDY43_ENV 1 ++#define AFS_ENV 1 ++ ++#define AFS_SYSCALL 339 ++#define AFS_MOUNT_AFS "afs" ++ ++#ifndef MOUNT_UFS ++#define MOUNT_UFS "ufs" ++#endif ++ ++#ifndef MOUNT_AFS ++#define MOUNT_AFS AFS_MOUNT_AFS ++#endif ++ ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ ++ ++/* Extra kernel definitions (from kdefs file) */ ++#ifdef _KERNEL ++#define AFS_GLOBAL_SUNLOCK 1 ++#define AFS_VFS34 1 /* What is VFS34??? */ ++#define AFS_SHORTGID 0 /* are group id's short? */ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_resid uio_resid ++#define AFS_UIOSYS UIO_SYSSPACE ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES CLBYTES ++#define osi_GetTime(x) microtime(x) ++#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) ++#undef AFS_KALLOC_NOSLEEP ++#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) ++#define AFS_KFREE(x,y) osi_fbsd_free((x)) ++#define v_count v_usecount ++#define v_vfsp v_mount ++#define vfs_bsize mnt_stat.f_bsize ++#define vfs_fsid mnt_stat.f_fsid ++#define va_nodeid va_fileid ++#define vfs_vnodecovered mnt_vnodecovered ++#define direct dirent ++#define vnode_t struct vnode ++ ++#ifndef MUTEX_DEFAULT ++#define MUTEX_DEFAULT 0 ++#endif /* MUTEX_DEFAULT */ ++ ++#ifndef SSYS ++#define SSYS 0x00002 ++#endif /* SSYS */ ++ ++#define p_rcred p_ucred ++ ++#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) ++enum vcexcl { NONEXCL, EXCL }; ++ ++#ifdef KERNEL ++#ifndef MIN ++#define MIN(A,B) ((A) < (B) ? (A) : (B)) ++#endif ++#ifndef MAX ++#define MAX(A,B) ((A) > (B) ? (A) : (B)) ++#endif ++#endif /* KERNEL */ ++ ++#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ ++#endif /* _KERNEL */ ++ ++#else /* !defined(UKERNEL) */ ++ ++/* This section for user space compiles only */ ++ ++#define UKERNEL 1 /* user space kernel */ ++#define AFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_USR_FBSD50_ENV 1 ++#define AFS_USR_FBSD51_ENV 1 ++#define AFS_USR_FBSD52_ENV 1 ++#define AFS_USR_FBSD53_ENV 1 ++#define AFS_USR_FBSD60_ENV 1 ++#define AFS_USR_FBSD61_ENV 1 ++#define AFS_USR_FBSD70_ENV 1 ++#define AFS_USR_FBSD71_ENV 1 ++#define AFS_USR_FBSD80_ENV 1 ++#define AFS_USR_FBSD81_ENV 1 ++#define AFS_USR_FBSD90_ENV 1 ++#define AFS_USR_FBSD91_ENV 1 ++#define AFS_USR_FBSD100_ENV 1 ++#define AFS_USR_FBSD110_ENV 1 ++#define AFS_USR_FBSD111_ENV 1 ++#define AFS_USR_FBSD120_ENV 1 ++#define AFS_USR_FBSD_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++ ++#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ ++#define AFS_SYSCALL 339 ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BITPOINTER_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_USERSPACE_IP_ADDR 1 ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++ ++#include ++ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_fmode uio_fmode ++#define afsio_resid uio_resid ++#define AFS_UIOSYS 1 ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES MCLBYTES ++#define AFS_MINCHANGE 2 ++#define VATTR_NULL usr_vattr_null ++ ++#define AFS_DIRENT ++#ifndef CMSERVERPREF ++#define CMSERVERPREF ++#endif ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#endif /* !defined(UKERNEL) */ ++ ++/* general user-space compiles */ ++ ++#if defined(UKERNEL) || !defined(KERNEL) ++#define STDLIB_HAS_MALLOC_PROTOS 1 ++#endif ++ ++#endif /* AFS_PARAM_H */ Added: head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h Mon Dec 11 03:37:20 2017 (r455921) @@ -0,0 +1,222 @@ +--- /dev/null ++++ src/config/param.i386_fbsd_111.h +@@ -0,0 +1,219 @@ ++#ifndef AFS_PARAM_H ++#define AFS_PARAM_H ++ ++/* Machine / Operating system information */ ++/* XXX temporarilyuse old sysname until new one is assigned ++#define SYS_NAME "i386_fbsd_110" ++#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 ++ ++#define AFSLITTLE_ENDIAN 1 ++#define AFS_HAVE_FFS 1 /* Use system's ffs. */ ++#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ ++#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ ++#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ ++ ++ ++#ifndef UKERNEL ++/* This section for kernel libafs compiles only */ ++ ++#ifndef IGNORE_STDS_H ++#include ++#endif ++ ++#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ ++#define AFS_X86_XBSD_ENV 1 ++ ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_CLIENT 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_FBSD_ENV 1 ++#define AFS_FBSD50_ENV 1 ++#define AFS_FBSD51_ENV 1 ++#define AFS_FBSD52_ENV 1 ++#define AFS_FBSD53_ENV 1 ++#define AFS_FBSD60_ENV 1 ++#define AFS_FBSD61_ENV 1 ++#define AFS_FBSD62_ENV 1 ++#define AFS_FBSD70_ENV 1 ++#define AFS_FBSD71_ENV 1 ++#define AFS_FBSD80_ENV 1 ++#define AFS_FBSD81_ENV 1 ++#define AFS_FBSD90_ENV 1 ++#define AFS_FBSD91_ENV 1 ++#define AFS_FBSD100_ENV 1 ++#define AFS_FBSD110_ENV 1 ++#define AFS_X86_FBSD_ENV 1 ++#define AFS_X86_FBSD50_ENV 1 ++#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ ++#define AFS_X86_FBSD62_ENV 1 ++#define AFS_X86_FBSD70_ENV 1 ++#define AFS_X86_FBSD71_ENV 1 ++#define AFS_X86_FBSD80_ENV 1 ++#define AFS_X86_FBSD81_ENV 1 ++#define AFS_X86_FBSD90_ENV 1 ++#define AFS_X86_FBSD91_ENV 1 ++#define AFS_X86_FBSD100_ENV 1 ++#define AFS_X86_FBSD110_ENV 1 ++#define AFS_X86_FBSD111_ENV 1 ++#define AFS_X86_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++#define FTRUNC O_TRUNC ++ ++#define IUPD 0x0010 ++#define IACC 0x0020 ++#define ICHG 0x0040 ++#define IMOD 0x0080 ++ ++#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ ++ NULL, curproc) ++#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ ++ NULL, curproc) ++ ++#include ++ ++#define AFS_VFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_GREEDY43_ENV 1 ++#define AFS_ENV 1 ++ ++#define AFS_SYSCALL 339 ++#define AFS_MOUNT_AFS "afs" ++ ++#ifndef MOUNT_UFS ++#define MOUNT_UFS "ufs" ++#endif ++ ++#ifndef MOUNT_AFS ++#define MOUNT_AFS AFS_MOUNT_AFS ++#endif ++ ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ ++ ++/* Extra kernel definitions (from kdefs file) */ ++#ifdef _KERNEL ++#define AFS_GLOBAL_SUNLOCK 1 ++#define AFS_VFS34 1 /* What is VFS34??? */ ++#define AFS_SHORTGID 0 /* are group id's short? */ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_resid uio_resid ++#define AFS_UIOSYS UIO_SYSSPACE ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES CLBYTES ++#define osi_GetTime(x) microtime(x) ++#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) ++#undef AFS_KALLOC_NOSLEEP ++#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) ++#define AFS_KFREE(x,y) osi_fbsd_free((x)) ++#define v_count v_usecount ++#define v_vfsp v_mount ++#define vfs_bsize mnt_stat.f_bsize ++#define vfs_fsid mnt_stat.f_fsid ++#define va_nodeid va_fileid ++#define vfs_vnodecovered mnt_vnodecovered ++#define direct dirent ++#define vnode_t struct vnode ++ ++#ifndef MUTEX_DEFAULT ++#define MUTEX_DEFAULT 0 ++#endif /* MUTEX_DEFAULT */ ++ ++#ifndef SSYS ++#define SSYS 0x00002 ++#endif /* SSYS */ ++ ++#define p_rcred p_ucred ++ ++#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) ++enum vcexcl { NONEXCL, EXCL }; ++ ++#ifdef KERNEL ++#ifndef MIN ++#define MIN(A,B) ((A) < (B) ? (A) : (B)) ++#endif ++#ifndef MAX ++#define MAX(A,B) ((A) > (B) ? (A) : (B)) ++#endif ++#endif /* KERNEL */ ++ ++#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ ++#endif /* _KERNEL */ ++ ++#else /* !defined(UKERNEL) */ ++ ++/* This section for user space compiles only */ ++ ++#define UKERNEL 1 /* user space kernel */ ++#define AFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_USR_FBSD50_ENV 1 ++#define AFS_USR_FBSD51_ENV 1 ++#define AFS_USR_FBSD52_ENV 1 ++#define AFS_USR_FBSD53_ENV 1 ++#define AFS_USR_FBSD60_ENV 1 ++#define AFS_USR_FBSD61_ENV 1 ++#define AFS_USR_FBSD70_ENV 1 ++#define AFS_USR_FBSD71_ENV 1 ++#define AFS_USR_FBSD80_ENV 1 ++#define AFS_USR_FBSD81_ENV 1 ++#define AFS_USR_FBSD90_ENV 1 ++#define AFS_USR_FBSD91_ENV 1 ++#define AFS_USR_FBSD100_ENV 1 ++#define AFS_USR_FBSD110_ENV 1 ++#define AFS_USR_FBSD111_ENV 1 ++#define AFS_USR_FBSD_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++ ++#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ ++#define AFS_SYSCALL 339 ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_USERSPACE_IP_ADDR 1 ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++ ++#include ++ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_fmode uio_fmode ++#define afsio_resid uio_resid ++#define AFS_UIOSYS 1 ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES MCLBYTES ++#define AFS_MINCHANGE 2 ++#define VATTR_NULL usr_vattr_null ++ ++#define AFS_DIRENT ++#ifndef CMSERVERPREF ++#define CMSERVERPREF ++#endif ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#endif /* !defined(UKERNEL) */ ++ ++/* general user-space compiles */ ++ ++#if defined(UKERNEL) || !defined(KERNEL) ++#define STDLIB_HAS_MALLOC_PROTOS 1 ++#endif ++ ++#endif /* AFS_PARAM_H */ Added: head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h Mon Dec 11 03:37:20 2017 (r455921) @@ -0,0 +1,224 @@ +--- /dev/null ++++ src/config/param.i386_fbsd_120.h +@@ -0,0 +1,221 @@ ++#ifndef AFS_PARAM_H ++#define AFS_PARAM_H ++ ++/* Machine / Operating system information */ ++/* XXX temporarilyuse old sysname until new one is assigned ++#define SYS_NAME "i386_fbsd_110" ++#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 ++ ++#define AFSLITTLE_ENDIAN 1 ++#define AFS_HAVE_FFS 1 /* Use system's ffs. */ ++#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ ++#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ ++#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ ++ ++ ++#ifndef UKERNEL ++/* This section for kernel libafs compiles only */ ++ ++#ifndef IGNORE_STDS_H ++#include ++#endif ++ ++#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ ++#define AFS_X86_XBSD_ENV 1 ++ ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_CLIENT 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_FBSD_ENV 1 ++#define AFS_FBSD50_ENV 1 ++#define AFS_FBSD51_ENV 1 ++#define AFS_FBSD52_ENV 1 ++#define AFS_FBSD53_ENV 1 ++#define AFS_FBSD60_ENV 1 ++#define AFS_FBSD61_ENV 1 ++#define AFS_FBSD62_ENV 1 ++#define AFS_FBSD70_ENV 1 ++#define AFS_FBSD71_ENV 1 ++#define AFS_FBSD80_ENV 1 ++#define AFS_FBSD81_ENV 1 ++#define AFS_FBSD90_ENV 1 ++#define AFS_FBSD91_ENV 1 ++#define AFS_FBSD100_ENV 1 ++#define AFS_FBSD110_ENV 1 ++#define AFS_X86_FBSD_ENV 1 ++#define AFS_X86_FBSD50_ENV 1 ++#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ ++#define AFS_X86_FBSD62_ENV 1 ++#define AFS_X86_FBSD70_ENV 1 ++#define AFS_X86_FBSD71_ENV 1 ++#define AFS_X86_FBSD80_ENV 1 ++#define AFS_X86_FBSD81_ENV 1 ++#define AFS_X86_FBSD90_ENV 1 ++#define AFS_X86_FBSD91_ENV 1 ++#define AFS_X86_FBSD100_ENV 1 ++#define AFS_X86_FBSD110_ENV 1 ++#define AFS_X86_FBSD111_ENV 1 ++#define AFS_X86_FBSD120_ENV 1 ++#define AFS_X86_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++#define FTRUNC O_TRUNC ++ ++#define IUPD 0x0010 ++#define IACC 0x0020 ++#define ICHG 0x0040 ++#define IMOD 0x0080 ++ ++#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ ++ NULL, curproc) ++#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ ++ NULL, curproc) ++ ++#include ++ ++#define AFS_VFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_GREEDY43_ENV 1 ++#define AFS_ENV 1 ++ ++#define AFS_SYSCALL 339 ++#define AFS_MOUNT_AFS "afs" ++ ++#ifndef MOUNT_UFS ++#define MOUNT_UFS "ufs" ++#endif ++ ++#ifndef MOUNT_AFS ++#define MOUNT_AFS AFS_MOUNT_AFS ++#endif ++ ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ ++ ++/* Extra kernel definitions (from kdefs file) */ ++#ifdef _KERNEL ++#define AFS_GLOBAL_SUNLOCK 1 ++#define AFS_VFS34 1 /* What is VFS34??? */ ++#define AFS_SHORTGID 0 /* are group id's short? */ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_resid uio_resid ++#define AFS_UIOSYS UIO_SYSSPACE ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES CLBYTES ++#define osi_GetTime(x) microtime(x) ++#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) ++#undef AFS_KALLOC_NOSLEEP ++#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) ++#define AFS_KFREE(x,y) osi_fbsd_free((x)) ++#define v_count v_usecount ++#define v_vfsp v_mount ++#define vfs_bsize mnt_stat.f_bsize ++#define vfs_fsid mnt_stat.f_fsid ++#define va_nodeid va_fileid ++#define vfs_vnodecovered mnt_vnodecovered ++#define direct dirent ++#define vnode_t struct vnode ++ ++#ifndef MUTEX_DEFAULT ++#define MUTEX_DEFAULT 0 ++#endif /* MUTEX_DEFAULT */ ++ ++#ifndef SSYS ++#define SSYS 0x00002 ++#endif /* SSYS */ ++ ++#define p_rcred p_ucred ++ ++#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) ++enum vcexcl { NONEXCL, EXCL }; ++ ++#ifdef KERNEL ++#ifndef MIN ++#define MIN(A,B) ((A) < (B) ? (A) : (B)) ++#endif ++#ifndef MAX ++#define MAX(A,B) ((A) > (B) ? (A) : (B)) ++#endif ++#endif /* KERNEL */ ++ ++#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ ++#endif /* _KERNEL */ ++ ++#else /* !defined(UKERNEL) */ ++ ++/* This section for user space compiles only */ ++ ++#define UKERNEL 1 /* user space kernel */ ++#define AFS_ENV 1 ++#define AFS_VFSINCL_ENV 1 ++#define AFS_USR_FBSD50_ENV 1 ++#define AFS_USR_FBSD51_ENV 1 ++#define AFS_USR_FBSD52_ENV 1 ++#define AFS_USR_FBSD53_ENV 1 ++#define AFS_USR_FBSD60_ENV 1 ++#define AFS_USR_FBSD61_ENV 1 ++#define AFS_USR_FBSD70_ENV 1 ++#define AFS_USR_FBSD71_ENV 1 ++#define AFS_USR_FBSD80_ENV 1 ++#define AFS_USR_FBSD81_ENV 1 ++#define AFS_USR_FBSD90_ENV 1 ++#define AFS_USR_FBSD91_ENV 1 ++#define AFS_USR_FBSD100_ENV 1 ++#define AFS_USR_FBSD110_ENV 1 ++#define AFS_USR_FBSD111_ENV 1 ++#define AFS_USR_FBSD120_ENV 1 ++#define AFS_USR_FBSD_ENV 1 ++#undef AFS_NONFSTRANS ++#define AFS_NONFSTRANS 1 ++ ++#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ ++#define AFS_SYSCALL 339 ++#define AFS_NAMEI_ENV 1 /* User space interface to file system */ ++#define AFS_64BIT_ENV 1 ++#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ ++#define AFS_USERSPACE_IP_ADDR 1 ++#define RXK_LISTENER_ENV 1 ++#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ ++ ++#include ++ ++#define afsio_iov uio_iov ++#define afsio_iovcnt uio_iovcnt ++#define afsio_offset uio_offset ++#define afsio_seg uio_segflg ++#define afsio_fmode uio_fmode ++#define afsio_resid uio_resid ++#define AFS_UIOSYS 1 ++#define AFS_UIOUSER UIO_USERSPACE ++#define AFS_CLBYTES MCLBYTES ++#define AFS_MINCHANGE 2 ++#define VATTR_NULL usr_vattr_null ++ ++#define AFS_DIRENT ++#ifndef CMSERVERPREF ++#define CMSERVERPREF ++#endif ++ ++#include ++#include ++#include ++#include ++#include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Dec 11 04:01:48 2017 Return-Path: Delivered-To: svn-ports-all@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 3B5AAE84EDD; Mon, 11 Dec 2017 04:01:48 +0000 (UTC) (envelope-from swills@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 105D06FC7E; Mon, 11 Dec 2017 04:01:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB41lg1008491; Mon, 11 Dec 2017 04:01:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB41kWk008483; Mon, 11 Dec 2017 04:01:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712110401.vBB41kWk008483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 04:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455922 - in head/net/mosquitto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/mosquitto: . files X-SVN-Commit-Revision: 455922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 04:01:48 -0000 Author: swills Date: Mon Dec 11 04:01:46 2017 New Revision: 455922 URL: https://svnweb.freebsd.org/changeset/ports/455922 Log: net/mosquitto update to 1.4.14 While here, make it PREFIX clean. PR: 224210 Submitted by: Manuel Stühn Approved by: Joseph Benden Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo (contents, props changed) head/net/mosquitto/files/patch-CMakeLists.txt head/net/mosquitto/files/patch-config.mk (contents, props changed) head/net/mosquitto/files/patch-lib_mosquitto__internal.h head/net/mosquitto/files/patch-lib_tls__mosq.h (contents, props changed) head/net/mosquitto/files/patch-src_CMakeLists.txt head/net/mosquitto/files/patch-support-libressl Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/Makefile Mon Dec 11 04:01:46 2017 (r455922) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.10 -PORTREVISION= 1 +PORTVERSION= 1.4.14 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ @@ -31,8 +31,9 @@ WS_CMAKE_ON= -DWITH_WEBSOCKETS=ON post-patch: # do not run ldconfig in stage dir - ${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ + @${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ ${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/CMakeLists.txt post-install: # Adjust configuration files Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/distinfo Mon Dec 11 04:01:46 2017 (r455922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471433988 -SHA256 (mosquitto-1.4.10.tar.gz) = 437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770 -SIZE (mosquitto-1.4.10.tar.gz) = 359569 +TIMESTAMP = 1512592902 +SHA256 (mosquitto-1.4.14.tar.gz) = 156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1 +SIZE (mosquitto-1.4.14.tar.gz) = 365596 Modified: head/net/mosquitto/files/patch-CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-CMakeLists.txt Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/files/patch-CMakeLists.txt Mon Dec 11 04:01:46 2017 (r455922) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2016-06-02 21:20:22 UTC +--- CMakeLists.txt.orig 2017-07-10 22:46:01 UTC +++ CMakeLists.txt @@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8) - set (VERSION 1.4.9) + set (VERSION 1.4.14) -+include_directories(/usr/local/include) -+link_directories(/usr/local/lib) ++include_directories(%%PREFIX%%/include) ++link_directories(%%PREFIX%%/lib) + if (WIN32) execute_process(COMMAND cmd /c echo %DATE% %TIME% OUTPUT_VARIABLE TIMESTAMP Modified: head/net/mosquitto/files/patch-config.mk ============================================================================== --- head/net/mosquitto/files/patch-config.mk Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/files/patch-config.mk Mon Dec 11 04:01:46 2017 (r455922) @@ -1,6 +1,6 @@ ---- config.mk.orig 2015-05-07 13:21:22 UTC +--- config.mk.orig 2017-07-10 22:46:01 UTC +++ config.mk -@@ -241,7 +241,7 @@ ifeq ($(WITH_DOCS),yes) +@@ -249,7 +249,7 @@ ifeq ($(WITH_DOCS),yes) endif INSTALL?=install Modified: head/net/mosquitto/files/patch-lib_mosquitto__internal.h ============================================================================== --- head/net/mosquitto/files/patch-lib_mosquitto__internal.h Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/files/patch-lib_mosquitto__internal.h Mon Dec 11 04:01:46 2017 (r455922) @@ -1,33 +1,25 @@ ---- lib/mosquitto_internal.h.orig 2017-07-18 16:25:21 UTC -+++ lib/mosquitto_internal.h -@@ -30,11 +30,7 @@ Contributors: - #endif - #include +From 9f74e09373f3be7b77f510ef8b0ae2c887f7b325 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 4 Oct 2016 14:35:33 +0200 +Subject: [PATCH] [280] Fix build with libressl --#if defined(WITH_THREADING) && !defined(WITH_BROKER) --# include --#else --# include --#endif -+#include +Closes #280 - #ifdef WITH_SRV - # include -@@ -184,7 +180,7 @@ struct mosquitto { +Fix building with libressl which broke in commit fff741613 (Support for +openssl 1.1.0). + +Bug: #280 + +Signed-off-by: Natanael Copa +--- lib/mosquitto_internal.h.orig 2017-07-10 22:46:01 UTC ++++ lib/mosquitto_internal.h +@@ -25,6 +25,9 @@ Contributors: + + #ifdef WITH_TLS + # include ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) ++# define HAVE_OPENSSL_OPAQUE_STRUCTS ++# endif + #else + # include #endif - bool want_write; - bool want_connect; --#if defined(WITH_THREADING) && !defined(WITH_BROKER) -+ - pthread_mutex_t callback_mutex; - pthread_mutex_t log_callback_mutex; - pthread_mutex_t msgtime_mutex; -@@ -195,7 +191,7 @@ struct mosquitto { - pthread_mutex_t out_message_mutex; - pthread_mutex_t mid_mutex; - pthread_t thread_id; --#endif -+ - bool clean_session; - #ifdef WITH_BROKER - bool is_dropping; Modified: head/net/mosquitto/files/patch-lib_tls__mosq.h ============================================================================== --- head/net/mosquitto/files/patch-lib_tls__mosq.h Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/files/patch-lib_tls__mosq.h Mon Dec 11 04:01:46 2017 (r455922) @@ -1,6 +1,6 @@ ---- lib/tls_mosq.h.orig 2015-05-07 13:21:22 UTC +--- lib/tls_mosq.h.orig 2017-07-10 22:46:01 UTC +++ lib/tls_mosq.h -@@ -20,8 +20,9 @@ Contributors: +@@ -26,8 +26,9 @@ Contributors: #ifdef WITH_TLS #include Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-src_CMakeLists.txt Mon Dec 11 03:37:20 2017 (r455921) +++ head/net/mosquitto/files/patch-src_CMakeLists.txt Mon Dec 11 04:01:46 2017 (r455922) @@ -1,4 +1,4 @@ ---- src/CMakeLists.txt.orig 2016-08-17 11:05:14 UTC +--- src/CMakeLists.txt.orig 2017-07-10 22:46:01 UTC +++ src/CMakeLists.txt @@ -77,6 +77,7 @@ if (WIN32 OR CYGWIN) endif (WIN32 OR