From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 07:04:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 187CDFC; Sun, 1 Feb 2015 07:04:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 049EDDC6; Sun, 1 Feb 2015 07:04:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1174afU082282; Sun, 1 Feb 2015 07:04:36 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1174age082281; Sun, 1 Feb 2015 07:04:36 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201502010704.t1174age082281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 1 Feb 2015 07:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378229 - head/sysutils/xen-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 07:04:37 -0000 Author: dinoex Date: Sun Feb 1 07:04:36 2015 New Revision: 378229 URL: https://svnweb.freebsd.org/changeset/ports/378229 QAT: https://qat.redports.org/buildarchive/r378229/ Log: - use full path in DEPENDS Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Sat Jan 31 23:32:50 2015 (r378228) +++ head/sysutils/xen-tools/Makefile Sun Feb 1 07:04:36 2015 (r378229) @@ -13,9 +13,9 @@ COMMENT= Xen tools within FreeBSD domU MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ DISTFILES= xen-${PORTVERSION}.tar.gz -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ - lib/ibyajl.so:${PORTSDIR}/devel/yajl +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ + ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig USE_PERL5= build From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 07:26:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2246B284; Sun, 1 Feb 2015 07:26:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E782F4C; Sun, 1 Feb 2015 07:26:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t117QGxq091840; Sun, 1 Feb 2015 07:26:16 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t117QGiY091838; Sun, 1 Feb 2015 07:26:16 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201502010726.t117QGiY091838@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 1 Feb 2015 07:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378230 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 07:26:17 -0000 Author: demon Date: Sun Feb 1 07:26:15 2015 New Revision: 378230 URL: https://svnweb.freebsd.org/changeset/ports/378230 QAT: https://qat.redports.org/buildarchive/r378230/ Log: Update to version 1.5.11. Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Sun Feb 1 07:04:36 2015 (r378229) +++ head/net/haproxy/Makefile Sun Feb 1 07:26:15 2015 (r378230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.5.10 +PORTVERSION= 1.5.11 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.5/src/ Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Sun Feb 1 07:04:36 2015 (r378229) +++ head/net/haproxy/distinfo Sun Feb 1 07:26:15 2015 (r378230) @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.5.10.tar.gz) = 090264c834477c290f6ad6da558731d50aede0800996742d15e870b9947fe517 -SIZE (haproxy-1.5.10.tar.gz) = 1339873 +SHA256 (haproxy-1.5.11.tar.gz) = 8b5aa462988405f09c8a6169294b202d7f524a5450a02dd92e7c216680f793bf +SIZE (haproxy-1.5.11.tar.gz) = 1340429 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 07:33:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 641F73EE; Sun, 1 Feb 2015 07:33:53 +0000 (UTC) Date: Sun, 1 Feb 2015 07:33:53 +0000 From: Alexey Dokuchaev To: Dirk Meyer Subject: Re: svn commit: r378229 - head/sysutils/xen-tools Message-ID: <20150201073353.GA81373@FreeBSD.org> References: <201502010704.t1174age082281@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201502010704.t1174age082281@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 07:33:53 -0000 On Sun, Feb 01, 2015 at 07:04:36AM +0000, Dirk Meyer wrote: > New Revision: 378229 > URL: https://svnweb.freebsd.org/changeset/ports/378229 > QAT: https://qat.redports.org/buildarchive/r378229/ > > Log: > - use full path in DEPENDS But why? What's the reason behind this change? ./danfe From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 09:13:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FAC5C3A; Sun, 1 Feb 2015 09:13:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1277CB27; Sun, 1 Feb 2015 09:13:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t119D6ui042713; Sun, 1 Feb 2015 09:13:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t119D65V042710; Sun, 1 Feb 2015 09:13:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502010913.t119D65V042710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 09:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378231 - in head: . deskutils/mirall net net/owncloud-csync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 09:13:07 -0000 Author: madpilot Date: Sun Feb 1 09:13:05 2015 New Revision: 378231 URL: https://svnweb.freebsd.org/changeset/ports/378231 QAT: https://qat.redports.org/buildarchive/r378231/ Log: - Remove owncloud-csync, it's been merged in net/mirall, please use that - Remove uneeded CONFLICTS in deskutils/mirall PR: 196440 Submitted by: 6yearold@gmail.com (maintainer) Deleted: head/net/owncloud-csync/ Modified: head/MOVED head/deskutils/mirall/Makefile head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 1 07:26:15 2015 (r378230) +++ head/MOVED Sun Feb 1 09:13:05 2015 (r378231) @@ -7411,3 +7411,4 @@ ftp/rexx-curl||2015-01-28|Has expired: B net-im/pidgin-audacious-remote||2015-01-28|Has expired: Broken for more than 6 months www/lifetype||2015-01-28|Has expired: Broken for more than 6 months www/ump||2015-01-28|Has expired: Broken for more than 6 months +net/owncloud-csync||2015-02-01|Merged into deskutils/mirall Modified: head/deskutils/mirall/Makefile ============================================================================== --- head/deskutils/mirall/Makefile Sun Feb 1 07:26:15 2015 (r378230) +++ head/deskutils/mirall/Makefile Sun Feb 1 09:13:05 2015 (r378231) @@ -27,8 +27,6 @@ CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRIN USE_LDCONFIG= yes INSTALLS_ICONS= yes -CONFLICTS= owncloud-csync-[0-9]* - OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 1 07:26:15 2015 (r378230) +++ head/net/Makefile Sun Feb 1 09:13:05 2015 (r378231) @@ -467,7 +467,6 @@ SUBDIR += ossp-sa SUBDIR += ostinato SUBDIR += owamp - SUBDIR += owncloud-csync SUBDIR += p5-Acme-HTTP SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 09:16:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 780F0E75; Sun, 1 Feb 2015 09:16:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 586DDB74; Sun, 1 Feb 2015 09:16:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t119GZ2x043317; Sun, 1 Feb 2015 09:16:35 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t119GYk9043308; Sun, 1 Feb 2015 09:16:34 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201502010916.t119GYk9043308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 1 Feb 2015 09:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378232 - in head/print/scribus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 09:16:35 -0000 Author: bsam Date: Sun Feb 1 09:16:33 2015 New Revision: 378232 URL: https://svnweb.freebsd.org/changeset/ports/378232 QAT: https://qat.redports.org/buildarchive/r378232/ Log: print/scribus: welcome 1.4.5 release Announcement: http://wiki.scribus.net/canvas/1.4.5_Release Modified: head/print/scribus/Makefile head/print/scribus/distinfo head/print/scribus/files/patch-CMakeLists head/print/scribus/pkg-plist Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Sun Feb 1 09:13:05 2015 (r378231) +++ head/print/scribus/Makefile Sun Feb 1 09:16:33 2015 (r378232) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scribus -PORTVERSION= 1.4.4 -PORTREVISION= 3 +PORTVERSION= 1.4.5 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ Modified: head/print/scribus/distinfo ============================================================================== --- head/print/scribus/distinfo Sun Feb 1 09:13:05 2015 (r378231) +++ head/print/scribus/distinfo Sun Feb 1 09:16:33 2015 (r378232) @@ -1,2 +1,2 @@ -SHA256 (scribus-1.4.4.tar.xz) = a43b9d55518ccebdb770d3cdac44ebf75c60ad11c284b210f6b0bd8c7a0217ae -SIZE (scribus-1.4.4.tar.xz) = 71274196 +SHA256 (scribus-1.4.5.tar.xz) = 9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498 +SIZE (scribus-1.4.5.tar.xz) = 78251228 Modified: head/print/scribus/files/patch-CMakeLists ============================================================================== --- head/print/scribus/files/patch-CMakeLists Sun Feb 1 09:13:05 2015 (r378231) +++ head/print/scribus/files/patch-CMakeLists Sun Feb 1 09:16:33 2015 (r378232) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2011-12-31 00:46:04.000000000 +0400 -+++ CMakeLists.txt 2012-01-12 13:31:25.064693826 +0400 -@@ -251,7 +251,7 @@ ENDIF (APPLEBUNDLE) +--- CMakeLists.txt.orig 2015-01-06 00:53:23.000000000 +0300 ++++ CMakeLists.txt 2015-01-31 23:03:18.819599697 +0300 +@@ -274,7 +274,7 @@ ENDIF (APPLEBUNDLE) #Setp all the directories we will use #MAN CMAKE_POLICY(SET CMP0005 OLD) @@ -9,16 +9,16 @@ IF(WANT_VERSIONING) SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") ELSE(WANT_VERSIONING) -@@ -322,7 +322,7 @@ IF(WANT_LIB64) +@@ -345,7 +345,7 @@ IF(WANT_LIB64) ENDIF(NOT ARCH_X86_64) SET(LIB_SUFFIX "64" CACHE TYPE STRING) ENDIF(WANT_LIB64) -SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") +SET(LIB_DIR_NAME "lib") - SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") - ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"") - -@@ -689,7 +689,7 @@ ENDIF (WITH_ASPELL) + IF (APPLEBUNDLE) + SET(LIBDIR "lib/") + ELSE (APPLEBUNDLE) +@@ -758,7 +758,7 @@ ENDIF(NOT WIN32) #>>ASPELL for Speelling support #< Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BD26B94; Sun, 1 Feb 2015 09:57:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1568EE4; Sun, 1 Feb 2015 09:57:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t119v9Pt082731; Sun, 1 Feb 2015 09:57:09 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t119v9Q1082728; Sun, 1 Feb 2015 09:57:09 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201502010957.t119v9Q1082728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 1 Feb 2015 09:57:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378235 - head/net/freebsd-uucp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 09:57:10 -0000 Author: dinoex Date: Sun Feb 1 09:57:08 2015 New Revision: 378235 URL: https://svnweb.freebsd.org/changeset/ports/378235 QAT: https://qat.redports.org/buildarchive/r378235/ Log: - fix owner/group Reported by: naddy Modified: head/net/freebsd-uucp/Makefile head/net/freebsd-uucp/pkg-plist Modified: head/net/freebsd-uucp/Makefile ============================================================================== --- head/net/freebsd-uucp/Makefile Sun Feb 1 09:54:09 2015 (r378234) +++ head/net/freebsd-uucp/Makefile Sun Feb 1 09:57:08 2015 (r378235) @@ -3,7 +3,7 @@ PORTNAME= freebsd-uucp PORTVERSION= 1.07.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms ipv6 PKGNAMESUFFIX?= ${PAM_SUFFIX}${PKGNAMESUFFIX2} Modified: head/net/freebsd-uucp/pkg-plist ============================================================================== --- head/net/freebsd-uucp/pkg-plist Sun Feb 1 09:54:09 2015 (r378234) +++ head/net/freebsd-uucp/pkg-plist Sun Feb 1 09:57:08 2015 (r378235) @@ -1,10 +1,7 @@ -bin/uucp bin/uulog bin/uupick bin/uusched -bin/uustat bin/uuto -bin/uux etc/mtree/uucp-var.mtree etc/mtree/uucp-local.mtree etc/periodic/daily/340.uucp @@ -32,24 +29,20 @@ man/man8/uucico.8.gz man/man8/uusched.8.gz man/man8/uuxqt.8.gz man/man8/uucpd.8.gz -@exec chown uucp:uucp %D/etc/uucp -@exec chmod 750 %D/etc/uucp libexec/uucpd -@group dialer -bin/cu +sbin/uuchk +sbin/uuconv +@owner uucp +bin/uucp bin/uuname -libexec/uucp/uucico +bin/uux @group uucp libexec/uucp/uuxqt -@group wheel -sbin/uuchk -sbin/uuconv -@dirrmtry etc/mtree -@dirrm etc/periodic/daily -@dirrm etc/periodic/weekly -@dirrm etc/periodic -@dirrm etc/uucp -@dirrm libexec/uucp +@group dialer +bin/cu +bin/uustat +libexec/uucp/uucico +@owner @exec pw usermod uucp -s %D/libexec/uucp/uucico @exec mtree -deU -f %D/etc/mtree/uucp-var.mtree -p /var @exec mtree -deU -f %D/etc/mtree/uucp-local.mtree -p %D From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 10:27:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A0D2304; Sun, 1 Feb 2015 10:27:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 251D9225; Sun, 1 Feb 2015 10:27:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11ARlwm097001; Sun, 1 Feb 2015 10:27:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11ARkfQ096998; Sun, 1 Feb 2015 10:27:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502011027.t11ARkfQ096998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 10:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378236 - head/graphics/converseen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 10:27:47 -0000 Author: madpilot Date: Sun Feb 1 10:27:45 2015 New Revision: 378236 URL: https://svnweb.freebsd.org/changeset/ports/378236 QAT: https://qat.redports.org/buildarchive/r378236/ Log: Update to 0.8.6. PR: 197176 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/graphics/converseen/Makefile head/graphics/converseen/distinfo Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Sun Feb 1 09:57:08 2015 (r378235) +++ head/graphics/converseen/Makefile Sun Feb 1 10:27:45 2015 (r378236) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= converseen -PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.8/ Modified: head/graphics/converseen/distinfo ============================================================================== --- head/graphics/converseen/distinfo Sun Feb 1 09:57:08 2015 (r378235) +++ head/graphics/converseen/distinfo Sun Feb 1 10:27:45 2015 (r378236) @@ -1,2 +1,2 @@ -SHA256 (converseen-0.8.5.tar.bz2) = 3951dd63e26f141b7a83f2f53659a1f33353de6b7abc759c0ce913228abc85a6 -SIZE (converseen-0.8.5.tar.bz2) = 244477 +SHA256 (converseen-0.8.6.tar.bz2) = d05a549dce6119812e912406c2173ea7d6bda052e0985f6345083d8fbff643f5 +SIZE (converseen-0.8.6.tar.bz2) = 244477 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 10:48:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F25C5D4; Sun, 1 Feb 2015 10:48:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A0B85EA; Sun, 1 Feb 2015 10:48:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Amsg4006867; Sun, 1 Feb 2015 10:48:54 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11Amsgh006862; Sun, 1 Feb 2015 10:48:54 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201502011048.t11Amsgh006862@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Sun, 1 Feb 2015 10:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378237 - in head/misc: freebsd-doc-all freebsd-doc-en X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 10:48:55 -0000 Author: blackend (doc committer) Date: Sun Feb 1 10:48:53 2015 New Revision: 378237 URL: https://svnweb.freebsd.org/changeset/ports/378237 QAT: https://qat.redports.org/buildarchive/r378237/ Log: Update to r46230 of the FreeBSD docset. Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Sun Feb 1 10:27:45 2015 (r378236) +++ head/misc/freebsd-doc-all/Makefile Sun Feb 1 10:48:53 2015 (r378237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 46070 +PORTVERSION= 46230 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Sun Feb 1 10:27:45 2015 (r378236) +++ head/misc/freebsd-doc-en/Makefile Sun Feb 1 10:48:53 2015 (r378237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 46070 +PORTVERSION= 46230 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Sun Feb 1 10:27:45 2015 (r378236) +++ head/misc/freebsd-doc-en/distinfo Sun Feb 1 10:48:53 2015 (r378237) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-46070.tar.gz) = bde75419c274aa6fec61bcce0d625a7c584771c64a9e9999ecef9cf87858936d -SIZE (freebsd-doc-46070.tar.gz) = 33802960 +SHA256 (freebsd-doc-46230.tar.gz) = e63593755f17ac8fe872ff5cf809da79ac20eb4088b59f8cabb779c6be8e6123 +SIZE (freebsd-doc-46230.tar.gz) = 33887613 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 11:07:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33684870; Sun, 1 Feb 2015 11:07:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 141697CE; Sun, 1 Feb 2015 11:07:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11B7USI016347; Sun, 1 Feb 2015 11:07:30 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11B7TDE016342; Sun, 1 Feb 2015 11:07:29 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502011107.t11B7TDE016342@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 11:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378238 - in head/net: . xrdesktop2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 11:07:31 -0000 Author: madpilot Date: Sun Feb 1 11:07:29 2015 New Revision: 378238 URL: https://svnweb.freebsd.org/changeset/ports/378238 QAT: https://qat.redports.org/buildarchive/r378238/ Log: Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the saving, and editing of session configurations. Xrdesktop2's intent is to handle Rdesktop's available commandline options, by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most any of the options you're likely to be interested in. Future versions will undoubtedly add more. WWW: http://BSDforge.com/projects/net/xrdesktop2/ PR: 197157 Submitted by: Chris Hutchinson Added: head/net/xrdesktop2/ head/net/xrdesktop2/Makefile (contents, props changed) head/net/xrdesktop2/distinfo (contents, props changed) head/net/xrdesktop2/pkg-descr (contents, props changed) head/net/xrdesktop2/pkg-message (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 1 10:48:53 2015 (r378237) +++ head/net/Makefile Sun Feb 1 11:07:29 2015 (r378238) @@ -1284,6 +1284,7 @@ SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop + SUBDIR += xrdesktop2 SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yami4 Added: head/net/xrdesktop2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdesktop2/Makefile Sun Feb 1 11:07:29 2015 (r378238) @@ -0,0 +1,40 @@ +# Created by: Chris Hutchinson +# $FreeBSD$ + +PORTNAME= xrdesktop2 +PORTVERSION= 2.00 +CATEGORIES= net +MASTER_SITES= http://BSDforge.com/projects/source/net/xrdesktop2/ + +MAINTAINER= portmaster@BSDforge.com +COMMENT= GTK2 frontend for Rdesktop + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \ + p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 + +CONFLICTS= xrdesktop-1* + +NO_BUILD= yes +NO_ARCH= yes +USES= perl5 shebangfix tar:xz +SHEBANG_FILES= xrdesktop +DOCS= Changelog INSTALL LICENSE README +PIXMAPS= *.png + +PLIST_FILES= bin/xrdesktop share/doc/xrdesktop2/Changelog \ + share/doc/xrdesktop2/INSTALL share/doc/xrdesktop2/LICENSE \ + share/doc/xrdesktop2/README share/pixmaps/x-remote-desktop-256.png \ + share/pixmaps/x-remote-desktop-128.png \ + share/pixmaps/x-remote-desktop-48.png \ + share/applications/xrdesktop2.desktop + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${PIXMAPS} ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/xrdesktop2.desktop ${STAGEDIR}${PREFIX}/share/applications + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}; ${INSTALL_DATA} ${WRKSRC}/${DOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/net/xrdesktop2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdesktop2/distinfo Sun Feb 1 11:07:29 2015 (r378238) @@ -0,0 +1,2 @@ +SHA256 (xrdesktop2-2.00.tar.xz) = c4f38793d138a37b13d02f77f8d94db09d47305f9d22052025995bace7d7d0e7 +SIZE (xrdesktop2-2.00.tar.xz) = 39088 Added: head/net/xrdesktop2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdesktop2/pkg-descr Sun Feb 1 11:07:29 2015 (r378238) @@ -0,0 +1,9 @@ +Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the +saving, and editing of session configurations. + +Xrdesktop2's intent is to handle Rdesktop's available commandline options, +by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most +any of the options you're likely to be interested in. Future versions will +undoubtedly add more. + +WWW: http://BSDforge.com/projects/net/xrdesktop2/ Added: head/net/xrdesktop2/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdesktop2/pkg-message Sun Feb 1 11:07:29 2015 (r378238) @@ -0,0 +1,19 @@ +========================================================================= +* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * + + If are upgrading from a previous version; + + xrdesktop_config is now xrdesktop2_config + + If you intend to use previous config settings from 1.x versions, you + will need to start xrdesktop2, and allow it to create the config file + for the first time. Then exit xrdesktop2. You must do this BEFORE you + attempt to migrate settings from your previous config. + + This is only required the first time you use xrdesktop2. This only + concerns those wanting to migrate their xrdesktop 1.x settings, and + does not affect first time users of xrdesktop2. This will NOT be + required in future versions. + +* WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * +========================================================================= From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 11:11:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6785AA14; Sun, 1 Feb 2015 11:11:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52DB887C; Sun, 1 Feb 2015 11:11:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11BBlD1020410; Sun, 1 Feb 2015 11:11:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11BBlbV020409; Sun, 1 Feb 2015 11:11:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502011111.t11BBlbV020409@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 11:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378239 - head/net/xrdesktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 11:11:47 -0000 Author: madpilot Date: Sun Feb 1 11:11:46 2015 New Revision: 378239 URL: https://svnweb.freebsd.org/changeset/ports/378239 QAT: https://qat.redports.org/buildarchive/r378239/ Log: Deprecate net/xrdesktop: Upstream disappeared and software has been unmaintained for years. Please use the drop-in replacement net/xrdesktop2 instead. PR: 197158 Submitted by: Chris Hutchinson Modified: head/net/xrdesktop/Makefile Modified: head/net/xrdesktop/Makefile ============================================================================== --- head/net/xrdesktop/Makefile Sun Feb 1 11:07:29 2015 (r378238) +++ head/net/xrdesktop/Makefile Sun Feb 1 11:11:46 2015 (r378239) @@ -5,7 +5,7 @@ PORTNAME= xrdesktop PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/ +MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= GTK frontend to rdesktop @@ -13,6 +13,11 @@ COMMENT= GTK frontend to rdesktop RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \ p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk +CONFLICTS= xrdesktop2-[1-9]* + +DEPRECATED= Unmaintained upstream - please use net/xrdesktop2 instead +EXPIRATION_DATE= 2015-02-28 + NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= xrdesktop From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 12:00:13 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05A85EBF; Sun, 1 Feb 2015 12:00:13 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id B6514BD6; Sun, 1 Feb 2015 12:00:11 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A60343DE17AD; Sun, 1 Feb 2015 13:00:02 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id t11Bx0pF092381; Sun, 1 Feb 2015 12:59:00 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id t11BwxcQ092380; Sun, 1 Feb 2015 12:58:59 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 1 Feb 2015 12:58:59 +0100 To: Alexey Dokuchaev Subject: Re: svn commit: r378229 - head/sysutils/xen-tools Message-ID: <20150201115859.GA92369@enceladus10.kn-bremen.de> References: <201502010704.t1174age082281@svn.freebsd.org> <20150201073353.GA81373@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150201073353.GA81373@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Dirk Meyer , svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 12:00:13 -0000 On Sun, Feb 01, 2015 at 07:33:53AM +0000, Alexey Dokuchaev wrote: > On Sun, Feb 01, 2015 at 07:04:36AM +0000, Dirk Meyer wrote: > > New Revision: 378229 > > URL: https://svnweb.freebsd.org/changeset/ports/378229 > > QAT: https://qat.redports.org/buildarchive/r378229/ > > > > Log: > > - use full path in DEPENDS > > Modified: head/sysutils/xen-tools/Makefile > ============================================================================== > --- head/sysutils/xen-tools/Makefile Sat Jan 31 23:32:50 2015 (r378228) > +++ head/sysutils/xen-tools/Makefile Sun Feb 1 07:04:36 2015 (r378229) > @@ -13,9 +13,9 @@ COMMENT= Xen tools within FreeBSD domU > MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ > DISTFILES= xen-${PORTVERSION}.tar.gz > > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > + ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > + ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl > > USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig > USE_PERL5= build > But why? What's the reason behind this change? > > ./danfe > I guess he meant... > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > +LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > + ibyajl.so:${PORTSDIR}/devel/yajl Cheers, Juergen From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 12:08:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6759B162; Sun, 1 Feb 2015 12:08:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52730CD8; Sun, 1 Feb 2015 12:08:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11C81sM044249; Sun, 1 Feb 2015 12:08:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11C80nM044241; Sun, 1 Feb 2015 12:08:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502011208.t11C80nM044241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 12:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378240 - in head/www/faup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 12:08:01 -0000 Author: antoine Date: Sun Feb 1 12:07:59 2015 New Revision: 378240 URL: https://svnweb.freebsd.org/changeset/ports/378240 QAT: https://qat.redports.org/buildarchive/r378240/ Log: Update to a recent snapshot Deleted: head/www/faup/files/ Modified: head/www/faup/Makefile head/www/faup/distinfo head/www/faup/pkg-plist Modified: head/www/faup/Makefile ============================================================================== --- head/www/faup/Makefile Sun Feb 1 11:11:46 2015 (r378239) +++ head/www/faup/Makefile Sun Feb 1 12:07:59 2015 (r378240) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= faup -PORTVERSION= 1.4 +PORTVERSION= 1.4.20150118 CATEGORIES= www devel -MASTER_SITES= http://github.com/stricaud/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ \ - LOCAL/antoine +MASTER_SITES= GH LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Fast URL decoder library @@ -15,8 +14,14 @@ LICENSE_NAME= Do What The [expletive] Yo LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USE_GITHUB= yes +GH_ACCOUNT= stricaud +GH_TAGNAME= af9e5db +GH_COMMIT= af9e5db + USES= cmake:outsource lua USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man PORTDOCS= * @@ -26,7 +31,8 @@ post-patch: @${REINPLACE_CMD} -e "s/5.1/${LUA_VER}/g" -e \ "s/51/${LUA_VER_STR}/g" ${WRKSRC}/cmake/FindLua51.cmake @${REINPLACE_CMD} -e "s/LUA51_FOUND/LUA${LUA_VER_STR}_FOUND/g" \ - ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/lib/CMakeLists.txt + ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/lib/CMakeLists.txt \ + ${WRKSRC}/src/tools/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/www/faup/distinfo ============================================================================== --- head/www/faup/distinfo Sun Feb 1 11:11:46 2015 (r378239) +++ head/www/faup/distinfo Sun Feb 1 12:07:59 2015 (r378240) @@ -1,2 +1,2 @@ -SHA256 (faup-1.4.tar.gz) = 4cee73571ae35694b4a741c4a6b6fac7039c5e014bc63b67aab716b6ae177086 -SIZE (faup-1.4.tar.gz) = 570002 +SHA256 (faup-1.4.20150118.tar.gz) = 4a5469662f6f540cbdee6cadd5bb61f610c7e432017d48d26668482f23e1cce4 +SIZE (faup-1.4.20150118.tar.gz) = 731613 Modified: head/www/faup/pkg-plist ============================================================================== --- head/www/faup/pkg-plist Sun Feb 1 11:11:46 2015 (r378239) +++ head/www/faup/pkg-plist Sun Feb 1 12:07:59 2015 (r378240) @@ -2,18 +2,30 @@ bin/faup include/faup/compat.h include/faup/datadir.h include/faup/decode.h +include/faup/errors.h include/faup/faup.h include/faup/features.h +include/faup/handler.h include/faup/modules.h include/faup/options.h include/faup/output.h include/faup/portable.h +include/faup/return-codes.h +include/faup/scheme-codes.h include/faup/tld-tree.h include/faup/tld.h +include/faup/urllengths.h +include/faup/version.h +include/faup/webserver.h lib/libfaupl.so lib/libfaupl.so.1 +man/man1/faup.1.gz %%DATADIR%%/README.txt %%DATADIR%%/mozilla.tlds %%DATADIR%%/modules_available/emulation_ie.lua +%%DATADIR%%/modules_available/printcsv.lua +%%DATADIR%%/modules_available/redis-url-threatintel.lua %%DATADIR%%/modules_available/uppercase.lua +%%DATADIR%%/modules_available/writeall.lua +%%DATADIR%%/modules_available/writeinput.lua @dir %%DATADIR%%/modules_enabled From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 12:42:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D31607AC; Sun, 1 Feb 2015 12:42:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD52AFD9; Sun, 1 Feb 2015 12:42:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Cgtg7062866; Sun, 1 Feb 2015 12:42:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11CgsjP062859; Sun, 1 Feb 2015 12:42:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502011242.t11CgsjP062859@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 12:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378241 - in head: security/py-plaso security/py-plaso/files textproc/py-pyelasticsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 12:42:56 -0000 Author: antoine Date: Sun Feb 1 12:42:54 2015 New Revision: 378241 URL: https://svnweb.freebsd.org/changeset/ports/378241 QAT: https://qat.redports.org/buildarchive/r378241/ Log: - Update textproc/py-pyelasticsearch to 1.0 - Adjust security/py-plaso dependencies and patch it to be less noisy Added: head/security/py-plaso/files/patch-plaso_output_elastic.py (contents, props changed) Modified: head/security/py-plaso/Makefile head/textproc/py-pyelasticsearch/Makefile head/textproc/py-pyelasticsearch/distinfo Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sun Feb 1 12:07:59 2015 (r378240) +++ head/security/py-plaso/Makefile Sun Feb 1 12:42:54 2015 (r378241) @@ -3,6 +3,7 @@ PORTNAME= plaso PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/${PORTVERSION}/final/ \ LOCAL/antoine @@ -37,6 +38,7 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} ${PYTHON_PKGNAMEPREFIX}pyelasticsearch>=0:${PORTSDIR}/textproc/py-pyelasticsearch \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml Added: head/security/py-plaso/files/patch-plaso_output_elastic.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-plaso/files/patch-plaso_output_elastic.py Sun Feb 1 12:42:54 2015 (r378241) @@ -0,0 +1,11 @@ +--- plaso/output/elastic.py.orig 2014-12-20 17:43:35 UTC ++++ plaso/output/elastic.py +@@ -81,6 +81,8 @@ class Elastic(output.LogOutputFormatter) + elastic_port = getattr(config, 'elastic_port', 9200) + self._elastic_db = pyelasticsearch.ElasticSearch( + u'http://{0:s}:{1:d}'.format(elastic_host, elastic_port)) ++ logging.getLogger('elasticsearch.trace').setLevel(logging.WARNING) ++ logging.getLogger('elasticsearch').setLevel(logging.WARNING) + + case_name = getattr(config, 'case_name', u'') + document_type = getattr(config, 'document_type', u'') Modified: head/textproc/py-pyelasticsearch/Makefile ============================================================================== --- head/textproc/py-pyelasticsearch/Makefile Sun Feb 1 12:07:59 2015 (r378240) +++ head/textproc/py-pyelasticsearch/Makefile Sun Feb 1 12:42:54 2015 (r378241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyelasticsearch -PORTVERSION= 0.7.1 +PORTVERSION= 1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,10 @@ COMMENT= Flexible, high-scale API to ela LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.0.0:${PORTSDIR}/textproc/py-elasticsearch-py \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8:${PORTSDIR}/net/py-urllib3 USES= python USE_PYTHON= distutils autoplist Modified: head/textproc/py-pyelasticsearch/distinfo ============================================================================== --- head/textproc/py-pyelasticsearch/distinfo Sun Feb 1 12:07:59 2015 (r378240) +++ head/textproc/py-pyelasticsearch/distinfo Sun Feb 1 12:42:54 2015 (r378241) @@ -1,2 +1,2 @@ -SHA256 (pyelasticsearch-0.7.1.tar.gz) = df7a7ef0be35a8632f8e0cf53f5c8f7cd7456daa2470bb5a683feeff983d52a8 -SIZE (pyelasticsearch-0.7.1.tar.gz) = 42244 +SHA256 (pyelasticsearch-1.0.tar.gz) = 44ddfb1225054d7d6b1d02e9338e7d4809be94edbe9929a2ec0807d38df993fa +SIZE (pyelasticsearch-1.0.tar.gz) = 42432 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 14:30:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56E4160B; Sun, 1 Feb 2015 14:30:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4266BC06; Sun, 1 Feb 2015 14:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11EUUWo011700; Sun, 1 Feb 2015 14:30:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11EUToM011698; Sun, 1 Feb 2015 14:30:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502011430.t11EUToM011698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 1 Feb 2015 14:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378242 - head/sysutils/screen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 14:30:30 -0000 Author: cy Date: Sun Feb 1 14:30:29 2015 New Revision: 378242 URL: https://svnweb.freebsd.org/changeset/ports/378242 QAT: https://qat.redports.org/buildarchive/r378242/ Log: Fix pkg-plist. Modified: head/sysutils/screen/Makefile head/sysutils/screen/pkg-plist Modified: head/sysutils/screen/Makefile ============================================================================== --- head/sysutils/screen/Makefile Sun Feb 1 12:42:54 2015 (r378241) +++ head/sysutils/screen/Makefile Sun Feb 1 14:30:29 2015 (r378242) @@ -3,7 +3,7 @@ PORTNAME= screen PORTVERSION= 4.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ Modified: head/sysutils/screen/pkg-plist ============================================================================== --- head/sysutils/screen/pkg-plist Sun Feb 1 12:42:54 2015 (r378241) +++ head/sysutils/screen/pkg-plist Sun Feb 1 14:30:29 2015 (r378242) @@ -21,5 +21,5 @@ bin/screen @comment are installing the the one bundled with source, or the one from @comment FILESDIR/screenrc.sample @sample %%ETCDIR%%/screenrc.sample -@sample %%EXAMPLESDIR%%/screenrc.sample-1 -@sample %%EXAMPLESDIR%%/screenrc.sample-2 +%%EXAMPLESDIR%%/screenrc.sample-1 +%%EXAMPLESDIR%%/screenrc.sample-2 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:12:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB665D5D; Sun, 1 Feb 2015 15:12:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6913F49; Sun, 1 Feb 2015 15:12:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FC5K2033066; Sun, 1 Feb 2015 15:12:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FC4TO033061; Sun, 1 Feb 2015 15:12:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502011512.t11FC4TO033061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 15:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378243 - in head/devel: . libsigscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:12:06 -0000 Author: antoine Date: Sun Feb 1 15:12:03 2015 New Revision: 378243 URL: https://svnweb.freebsd.org/changeset/ports/378243 QAT: https://qat.redports.org/buildarchive/r378243/ Log: New port: devel/libsigscan libsigscan is a library for binary signature scanning. WWW: https://github.com/libyal/libsigscan Added: head/devel/libsigscan/ head/devel/libsigscan/Makefile (contents, props changed) head/devel/libsigscan/distinfo (contents, props changed) head/devel/libsigscan/pkg-descr (contents, props changed) head/devel/libsigscan/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 1 14:30:29 2015 (r378242) +++ head/devel/Makefile Sun Feb 1 15:12:03 2015 (r378243) @@ -1155,6 +1155,7 @@ SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode + SUBDIR += libsigscan SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libsmdev Added: head/devel/libsigscan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/Makefile Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,32 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libsigscan +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20150114 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library for binary signature scanning + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +PORTDOCS= AUTHORS ChangeLog + +OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${MV} ${STAGEDIR}${PREFIX}/etc/sigscan.conf ${STAGEDIR}${PREFIX}/etc/sigscan.conf.sample + +.include Added: head/devel/libsigscan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/distinfo Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,2 @@ +SHA256 (libsigscan-experimental-20150114.tar.gz) = d605e44903277f538ed91dc181e6102c1621b1bfb12589e78f83d1ed2653ca08 +SIZE (libsigscan-experimental-20150114.tar.gz) = 1221910 Added: head/devel/libsigscan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/pkg-descr Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,3 @@ +libsigscan is a library for binary signature scanning. + +WWW: https://github.com/libyal/libsigscan Added: head/devel/libsigscan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsigscan/pkg-plist Sun Feb 1 15:12:03 2015 (r378243) @@ -0,0 +1,18 @@ +bin/sigscan +@sample etc/sigscan.conf.sample +include/libsigscan.h +include/libsigscan/codepage.h +include/libsigscan/definitions.h +include/libsigscan/error.h +include/libsigscan/extern.h +include/libsigscan/features.h +include/libsigscan/types.h +lib/libsigscan.a +lib/libsigscan.so +lib/libsigscan.so.1 +lib/libsigscan.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pysigscan.a +%%PYTHON_SITELIBDIR%%/pysigscan.so +libdata/pkgconfig/libsigscan.pc +man/man1/sigscan.1.gz +man/man3/libsigscan.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:16:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD171E92; Sun, 1 Feb 2015 15:16:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9079F70; Sun, 1 Feb 2015 15:16:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FG33R033676; Sun, 1 Feb 2015 15:16:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FG3al033673; Sun, 1 Feb 2015 15:16:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502011516.t11FG3al033673@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 1 Feb 2015 15:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378244 - head/www/p5-Flickr-Upload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:16:03 -0000 Author: pi Date: Sun Feb 1 15:16:02 2015 New Revision: 378244 URL: https://svnweb.freebsd.org/changeset/ports/378244 QAT: https://qat.redports.org/buildarchive/r378244/ Log: www/p5-Flickr-Upload: 1.32 -> 1.40 (somehow, the CPAN number is 1.4) Changes: http://cpansearch.perl.org/src/SSEVERIN/Flickr-Upload-1.4/ChangeLog Uses SSL API now. PR: 197154 Submitted by: parv@pair.com Modified: head/www/p5-Flickr-Upload/Makefile head/www/p5-Flickr-Upload/distinfo Modified: head/www/p5-Flickr-Upload/Makefile ============================================================================== --- head/www/p5-Flickr-Upload/Makefile Sun Feb 1 15:12:03 2015 (r378243) +++ head/www/p5-Flickr-Upload/Makefile Sun Feb 1 15:16:02 2015 (r378244) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= Flickr-Upload -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.40 CATEGORIES= www perl5 MASTER_SITES= CPAN +DISTNAME= ${PORTNAME}-1.4 PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/www/p5-Flickr-Upload/distinfo ============================================================================== --- head/www/p5-Flickr-Upload/distinfo Sun Feb 1 15:12:03 2015 (r378243) +++ head/www/p5-Flickr-Upload/distinfo Sun Feb 1 15:16:02 2015 (r378244) @@ -1,2 +1,2 @@ -SHA256 (Flickr-Upload-1.32.tar.gz) = 7e910e8da7ca468713e4e4f4ae905425f543d754803dbb13a7c175fdff44102d -SIZE (Flickr-Upload-1.32.tar.gz) = 84093 +SHA256 (Flickr-Upload-1.4.tar.gz) = 9a6e2bffa3594d9df8d5651d3c05cf74433b4f8ed398efd79552145c56d25f39 +SIZE (Flickr-Upload-1.4.tar.gz) = 84416 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:27:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A52D68F; Sun, 1 Feb 2015 15:27:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9120FAB; Sun, 1 Feb 2015 15:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FRE5k038557; Sun, 1 Feb 2015 15:27:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FREBf038556; Sun, 1 Feb 2015 15:27:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502011527.t11FREBf038556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 1 Feb 2015 15:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378245 - head/sysutils/lsof/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:27:14 -0000 Author: riggs Date: Sun Feb 1 15:27:13 2015 New Revision: 378245 URL: https://svnweb.freebsd.org/changeset/ports/378245 QAT: https://qat.redports.org/buildarchive/r378245/ Log: Fix build on systems without /etc/make.conf PR: 197241 Submitted by: riggs Approved by: ler@lerctr.org (maintainer) MFH: 2015Q1 Added: head/sysutils/lsof/files/ head/sysutils/lsof/files/patch-Configure (contents, props changed) Added: head/sysutils/lsof/files/patch-Configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsof/files/patch-Configure Sun Feb 1 15:27:13 2015 (r378245) @@ -0,0 +1,11 @@ +--- Configure.orig 2014-12-19 19:55:04.000000000 +0100 ++++ Configure 2015-02-01 12:45:30.783557202 +0100 +@@ -1642,7 +1642,7 @@ + then + FREEBSD_MAKE_CONF="/etc/make.conf" + fi # } +- if test -r $FREEBSD_MAKE_CONF # { ++ if test $FREEBSD_MAKE_CONF # { + then + LSOF_TMP1=`echo "all:\n.include " | $LSOF_MAKE -f- -VCFLAGS` + LSOF_TMP=1 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:35:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCFCE4F6; Sun, 1 Feb 2015 15:35:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD6EF1A1; Sun, 1 Feb 2015 15:35:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11FZGmM043171; Sun, 1 Feb 2015 15:35:16 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FZFMe043163; Sun, 1 Feb 2015 15:35:15 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502011535.t11FZFMe043163@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 1 Feb 2015 15:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378246 - in head/math/openblas: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:35:17 -0000 Author: thierry Date: Sun Feb 1 15:35:15 2015 New Revision: 378246 URL: https://svnweb.freebsd.org/changeset/ports/378246 QAT: https://qat.redports.org/buildarchive/r378246/ Log: Minor update to 0.2.13, some select important updates from http://www.openblas.net/Changelog.txt: * Fix Fortran compiler detection on FreeBSD. (#470, Thanks Mike Nolta) * Fix a bug of sgemm kernel on Intel Sandy Bridge. * Added CBLAS interface for ?omatcopy and ?imatcopy. * Improved axpy and symv performance on AMD Bulldozer. * Improved gemv performance on modern Intel and AMD CPUs. PR: ports/197231 Submitted by: dieterich.joh (at) gmail.com Approved by: phd_kimberlite (at) yahoo.co.jp (maintainer) Modified: head/math/openblas/Makefile head/math/openblas/distinfo head/math/openblas/files/patch-c_check Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Sun Feb 1 15:27:13 2015 (r378245) +++ head/math/openblas/Makefile Sun Feb 1 15:35:15 2015 (r378246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openblas -PORTVERSION= 0.2.11 +PORTVERSION= 0.2.13 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ NL:lapack_tmg @@ -19,7 +19,7 @@ DIST_SUBDIR= openblas GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= ea8d4e3 +GH_COMMIT= 51ce5ef LARGE_FILE= large.tgz TIMING_FILE= timing.tgz Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Sun Feb 1 15:27:13 2015 (r378245) +++ head/math/openblas/distinfo Sun Feb 1 15:35:15 2015 (r378246) @@ -1,5 +1,5 @@ -SHA256 (openblas/openblas-0.2.11.tar.gz) = babe5898c05da8a95249c1b038f7fbe14a95e35fee75358d649009f93ef444ed -SIZE (openblas/openblas-0.2.11.tar.gz) = 9765198 +SHA256 (openblas/openblas-0.2.13.tar.gz) = 909518a34d1b13c3c854153c73f9062c8598436c55a267ae6b4f833c77d8b9f4 +SIZE (openblas/openblas-0.2.13.tar.gz) = 9858159 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af Modified: head/math/openblas/files/patch-c_check ============================================================================== --- head/math/openblas/files/patch-c_check Sun Feb 1 15:27:13 2015 (r378245) +++ head/math/openblas/files/patch-c_check Sun Feb 1 15:35:15 2015 (r378246) @@ -1,15 +1,6 @@ ---- c_check.orig 2012-02-05 16:25:21.000000000 +0900 -+++ c_check 2012-02-05 16:26:54.000000000 +0900 -@@ -2,7 +2,7 @@ - - # Checking cross compile - $hostos = `uname -s | sed -e s/\-.*//`; chop($hostos); --$hostarch = `uname -m | sed -e s/i.86/x86/`;chop($hostarch); -+$hostarch = `uname -m | sed -e s/i.86/x86/ | sed -e s/amd64/x86_64/`;chop($hostarch); - - $binary = $ENV{"BINARY"}; - -@@ -215,7 +215,7 @@ +--- c_check.orig 2014-12-03 16:14:21.000000000 +0100 ++++ c_check 2015-02-01 01:01:27.784108000 +0100 +@@ -228,7 +228,7 @@ # print $data, "\n"; print MAKEFILE "OSNAME=$os\n"; From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:45:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8A1F621; Sun, 1 Feb 2015 15:45:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C478E26E; Sun, 1 Feb 2015 15:45:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Fjj0N048002; Sun, 1 Feb 2015 15:45:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11FjjcG048000; Sun, 1 Feb 2015 15:45:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502011545.t11FjjcG048000@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 Feb 2015 15:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378247 - head/security/py-dfvfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:45:46 -0000 Author: antoine Date: Sun Feb 1 15:45:44 2015 New Revision: 378247 URL: https://svnweb.freebsd.org/changeset/ports/378247 QAT: https://qat.redports.org/buildarchive/r378247/ Log: Update to 20150129 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sun Feb 1 15:35:15 2015 (r378246) +++ head/security/py-dfvfs/Makefile Sun Feb 1 15:45:44 2015 (r378247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20150108 +PORTVERSION= 20150129 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= libbde>=a:${PORTSDIR}/devel/libbde \ libewf>=0:${PORTSDIR}/devel/libewf \ libqcow>=a:${PORTSDIR}/devel/libqcow \ + libsigscan>=e:${PORTSDIR}/devel/libsigscan \ libsmdev>=a:${PORTSDIR}/devel/libsmdev \ libsmraw>=a:${PORTSDIR}/devel/libsmraw \ libvhdi>=e:${PORTSDIR}/devel/libvhdi \ Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sun Feb 1 15:35:15 2015 (r378246) +++ head/security/py-dfvfs/distinfo Sun Feb 1 15:45:44 2015 (r378247) @@ -1,2 +1,2 @@ -SHA256 (dfvfs-20150108.tar.gz) = 7fb8cad99195aa23190fc585bf41623700ad1c8bd0d5b8adac4b81e903e775ac -SIZE (dfvfs-20150108.tar.gz) = 62429013 +SHA256 (dfvfs-20150129.tar.gz) = 276e0092a1226b65f18ac35e1c15cfc44341321855d27660c10fc825556e3b16 +SIZE (dfvfs-20150129.tar.gz) = 62429109 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 15:46:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59046700; Sun, 1 Feb 2015 15:46:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4484E278; Sun, 1 Feb 2015 15:46:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Fk64W048200; Sun, 1 Feb 2015 15:46:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11Fk5b6048196; Sun, 1 Feb 2015 15:46:05 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502011546.t11Fk5b6048196@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 15:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378248 - in head/deskutils/calibre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 15:46:06 -0000 Author: madpilot Date: Sun Feb 1 15:46:04 2015 New Revision: 378248 URL: https://svnweb.freebsd.org/changeset/ports/378248 QAT: https://qat.redports.org/buildarchive/r378248/ Log: - Enable the qt_hack component. It requires private qt headers, so add a depend on extracting those from the qt4-gui port [1] - While here, strip binaries PR: 197218 [1] Submitted by: yuri@rawbw.com Deleted: head/deskutils/calibre/files/patch-calibre_constants.py Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/files/patch-setup_extensions.py head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sun Feb 1 15:45:44 2015 (r378247) +++ head/deskutils/calibre/Makefile Sun Feb 1 15:46:04 2015 (r378248) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 1.48.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -25,7 +25,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}si ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ + ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/qt4-gui:patch RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ @@ -70,8 +71,14 @@ MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/incl XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share \ XDG_CONFIG_HOME=${WRKDIR}/xdg-config +.include + +QTGUI_WRKSRC!= cd ${PORTSDIR}/x11-toolkits/qt4-gui && ${MAKE} -V WRKSRC + post-patch: @${FIND} ${WRKSRC}/resources/content_server -name "*.orig" -delete + @${REINPLACE_CMD} -e "/^qt_private_inc =/s|\[]|[ '${QTGUI_WRKSRC}/include/QtGui', '${QTGUI_WRKSRC}/include/QtCore' ]|" \ + ${WRKSRC}/setup/build_environment.py do-build: @${MKDIR} ${WRKDIR}/calibre-config ${WRKDIR}/xdg-config @@ -88,5 +95,6 @@ do-install: ${PYSETUP} install --prefix ${PREFIX} \ --staging-root ${STAGEDIR}${PREFIX}) @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calibre/calibre/plugins/* -.include +.include Modified: head/deskutils/calibre/files/patch-setup_extensions.py ============================================================================== --- head/deskutils/calibre/files/patch-setup_extensions.py Sun Feb 1 15:45:44 2015 (r378247) +++ head/deskutils/calibre/files/patch-setup_extensions.py Sun Feb 1 15:46:04 2015 (r378248) @@ -1,19 +1,5 @@ --- setup/extensions.py.orig 2013-11-22 10:29:37.000000000 -0600 +++ setup/extensions.py 2013-11-22 10:30:39.000000000 -0600 -@@ -187,13 +187,6 @@ - sip_files=['calibre/gui2/progress_indicator/QProgressIndicator.sip'] - ), - -- Extension('qt_hack', -- ['calibre/ebooks/pdf/render/qt_hack.cpp'], -- inc_dirs=qt_private_inc + ['calibre/ebooks/pdf/render', 'qt-harfbuzz/src'], -- headers=['calibre/ebooks/pdf/render/qt_hack.h'], -- sip_files=['calibre/ebooks/pdf/render/qt_hack.sip'] -- ), -- - Extension('unrar', - ['unrar/%s.cpp'%(x.partition('.')[0]) for x in ''' - rar.o strlist.o strfn.o pathfn.o savepos.o smallfn.o global.o file.o @@ -496,8 +489,9 @@ pro = textwrap.dedent(''' Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sun Feb 1 15:45:44 2015 (r378247) +++ head/deskutils/calibre/pkg-plist Sun Feb 1 15:46:04 2015 (r378248) @@ -1126,6 +1126,7 @@ lib/calibre/calibre/plugins/msdes.so lib/calibre/calibre/plugins/pictureflow.so lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so +lib/calibre/calibre/plugins/qt_hack.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so lib/calibre/calibre/plugins/tokenizer.so From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 16:04:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8982AA71; Sun, 1 Feb 2015 16:04:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75B2F62F; Sun, 1 Feb 2015 16:04:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11G4MTt057570; Sun, 1 Feb 2015 16:04:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11G4MjW057569; Sun, 1 Feb 2015 16:04:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502011604.t11G4MjW057569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Feb 2015 16:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378250 - head/net/libnatpmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 16:04:22 -0000 Author: jbeich Date: Sun Feb 1 16:04:21 2015 New Revision: 378250 URL: https://svnweb.freebsd.org/changeset/ports/378250 QAT: https://qat.redports.org/buildarchive/r378250/ Log: Drop redundant -fPIC from CFLAGS PR: 194030 (followup) Approved by: bapt (mentor) Modified: head/net/libnatpmp/Makefile Modified: head/net/libnatpmp/Makefile ============================================================================== --- head/net/libnatpmp/Makefile Sun Feb 1 15:48:57 2015 (r378249) +++ head/net/libnatpmp/Makefile Sun Feb 1 16:04:21 2015 (r378250) @@ -17,8 +17,6 @@ USE_LDCONFIG= yes MAKE_ARGS+= CC="${CC}" MAKE_ENV+= INSTALLPREFIX=${STAGEDIR}${PREFIX} -CFLAGS+= -fPIC - PLIST_FILES= bin/natpmpc \ include/natpmp.h \ lib/libnatpmp.a \ From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 16:17:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B34FDC10 for ; Sun, 1 Feb 2015 16:17:18 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5447B783 for ; Sun, 1 Feb 2015 16:17:17 +0000 (UTC) Received: (qmail 85891 invoked by uid 89); 1 Feb 2015 16:17:03 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Feb 2015 16:17:03 -0000 Received: (qmail 85815 invoked by uid 89); 1 Feb 2015 16:16:45 -0000 Received: by simscan 1.3.1 ppid: 85809, pid: 85812, t: 0.1009s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 1 Feb 2015 16:16:45 -0000 Received: (qmail 29051 invoked by uid 89); 1 Feb 2015 16:16:45 -0000 Received: by simscan 1.4.0 ppid: 28995, pid: 29046, t: 1.0572s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 1 Feb 2015 16:16:44 -0000 From: Jan Beich To: ports-committers@freebsd.org Subject: Re: svn commit: r378250 - head/net/libnatpmp References: <201502011604.t11G4MjW057569@svn.freebsd.org> Date: Sun, 01 Feb 2015 17:15:47 +0100 In-Reply-To: <201502011604.t11G4MjW057569@svn.freebsd.org> (Jan Beich's message of "Sun, 1 Feb 2015 16:04:22 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 16:17:18 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jan Beich writes: > Log: > Drop redundant -fPIC from CFLAGS >=20=20=20 > PR: 194030 (followup) > Approved by: bapt (mentor) I've missed Differential Revision: https://reviews.freebsd.org/D1606 Approved by: Hung-Yi Chen (maintainer) The change was part of the update patch which was approved. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJUzlEzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3b2jkH/iHKpCajGQyczTmiAZ6ziUI0 MJb8IE8/IuEgTYEwB/IBgfZKOLgl2wJq2kV0WlhxvjNhYhIYJHn+6micWVB93gtw mb/ruVcrcWrZnbsHBMY2EGlJJkGheucqHZTZphnmkXWFwIAyFU9w6Yc44B6cqYsy IKNdGTU2PuZZaO5K/XUkyltOtkkXM9SevaSDmof159W5CHMTtXKPLd66A4gE8Tmq BBMxHDXVL82LrVoOQa4AHCwaXb4sjAbrbTUwhZPX83FYfX+8e+Advdw6e4J7DE6Y jNSvHAsBcSul2CL1TQ8nBzyI6zj3JbQHtah/dPQ1taz4YnFmHAQ9v5vR82MI+Yw= =40/a -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 16:19:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5104BD14; Sun, 1 Feb 2015 16:19:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CC75799; Sun, 1 Feb 2015 16:19:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11GJnEk062989; Sun, 1 Feb 2015 16:19:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11GJmMG062987; Sun, 1 Feb 2015 16:19:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011619.t11GJmMG062987@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 16:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378251 - head/games/instead X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 16:19:49 -0000 Author: amdmi3 Date: Sun Feb 1 16:19:48 2015 New Revision: 378251 URL: https://svnweb.freebsd.org/changeset/ports/378251 QAT: https://qat.redports.org/buildarchive/r378251/ Log: - Update to 2.2.1 - Switch to SDL2 by default Modified: head/games/instead/Makefile head/games/instead/distinfo Modified: head/games/instead/Makefile ============================================================================== --- head/games/instead/Makefile Sun Feb 1 16:04:21 2015 (r378250) +++ head/games/instead/Makefile Sun Feb 1 16:19:48 2015 (r378251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= instead -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= games MASTER_SITES= SF/instead/instead/${PORTVERSION}/ DISTNAME= instead_${PORTVERSION} @@ -21,7 +21,7 @@ PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=SDL GTK2 +OPTIONS_DEFAULT=SDL2 GTK2 OPTIONS_SINGLE= SDL_VERSION OPTIONS_SINGLE_SDL_VERSION= SDL SDL2 OPTIONS_RADIO= GTK_VERSION Modified: head/games/instead/distinfo ============================================================================== --- head/games/instead/distinfo Sun Feb 1 16:04:21 2015 (r378250) +++ head/games/instead/distinfo Sun Feb 1 16:19:48 2015 (r378251) @@ -1,2 +1,2 @@ -SHA256 (instead_2.2.0.tar.gz) = 1bbe47f81d470d66c3e546ba3e93193e37fafaaba33586ae2aa8a199b445ef6b -SIZE (instead_2.2.0.tar.gz) = 5066126 +SHA256 (instead_2.2.1.tar.gz) = 454fd501ddcbcfe2c6284faacf81a6ce5b8ff98024a50278a75fc1ca456b89d6 +SIZE (instead_2.2.1.tar.gz) = 5066740 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 16:46:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9988FF94; Sun, 1 Feb 2015 16:46:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 844509EF; Sun, 1 Feb 2015 16:46:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Gk3W5076715; Sun, 1 Feb 2015 16:46:03 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11GjxUm076678; Sun, 1 Feb 2015 16:45:59 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011645.t11GjxUm076678@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 16:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378252 - in head/editors/tamago: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 16:46:03 -0000 Author: hrs Date: Sun Feb 1 16:45:59 2015 New Revision: 378252 URL: https://svnweb.freebsd.org/changeset/ports/378252 QAT: https://qat.redports.org/buildarchive/r378252/ Log: - Use fboundp instead of boundp to check binding of deactivate-input-method. - Remove an extra flag for test(1) in Makefile.in. - Use with-current-buffer instead of a save-excursion + set-buffer pair. - Fix (fboundp finalize) in egg/wnn.el and egg/canna.el. - Remove HAS_JISX0213 check. - Nuke *.el files from plist. Added: head/editors/tamago/files/patch-egg-anthyipc.el (contents, props changed) head/editors/tamago/files/patch-egg-cannarpc.el (contents, props changed) head/editors/tamago/files/patch-egg-sj3rpc.el (contents, props changed) Modified: head/editors/tamago/Makefile head/editors/tamago/files/patch-Makefile.in head/editors/tamago/files/patch-egg-anthy.el head/editors/tamago/files/patch-egg-canna.el head/editors/tamago/files/patch-egg-com.el head/editors/tamago/files/patch-egg-sj3.el head/editors/tamago/files/patch-egg-wnn.el head/editors/tamago/files/patch-egg-wnnrpc.el head/editors/tamago/files/patch-egg.el head/editors/tamago/files/patch-menudiag.el head/editors/tamago/pkg-plist Modified: head/editors/tamago/Makefile ============================================================================== --- head/editors/tamago/Makefile Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/Makefile Sun Feb 1 16:45:59 2015 (r378252) @@ -3,7 +3,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -31,13 +31,7 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.19 README.Debian changelog.Debian OPTIONS_DEFINE= DOCS -.include - -.if ${EMACS_PORT_NAME:Memacs2[1234]} -PLIST_SUB+= HAS_JISX0213="" -.else -PLIST_SUB+= HAS_JISX0213="@comment " -.endif +.include post-build: cd ${WRKSRC}/helper && \ @@ -54,4 +48,4 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif -.include +.include Modified: head/editors/tamago/files/patch-Makefile.in ============================================================================== --- head/editors/tamago/files/patch-Makefile.in Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-Makefile.in Sun Feb 1 16:45:59 2015 (r378252) @@ -1,11 +1,21 @@ --- Makefile.in.orig 2015-01-31 19:24:09.000000000 +0900 -+++ Makefile.in 2015-01-31 19:25:52.000000000 +0900 -@@ -115,32 +115,32 @@ ++++ Makefile.in 2015-02-02 01:32:47.000000000 +0900 +@@ -54,8 +54,7 @@ + egg-sim.el \ + menudiag.el \ + its.el \ +- its-keydef.el \ +- leim-list.el \ ++ its-keydef.el + + # + EGGSRCS = \ +@@ -115,32 +114,32 @@ install-site: all echo "Egg system will be installed in ${lispdir}/egg...."; \ - if [ -d ${lispdir}/egg ]; then \ -+ if [ -d -p ${DESTDIR}${lispdir}/egg ]; then \ ++ if [ -d ${DESTDIR}${lispdir}/egg ]; then \ echo "Clean up the previsous installation...."; \ - rm -rf ${lispdir}/egg/*; \ + rm -rf ${DESTDIR}${lispdir}/egg/*; \ @@ -15,15 +25,17 @@ + mkdir -p ${DESTDIR}${lispdir}/egg; \ fi; \ # - for FILE in ${TOPSRCS} ${TOPELCS} ${INITELS}; \ +- for FILE in ${TOPSRCS} ${TOPELCS} ${INITELS}; \ ++ for FILE in ${TOPELCS} ${INITELS}; \ do \ - ${INSTALL_DATA} $${FILE} ${lispdir}/egg/; \ + ${INSTALL_DATA} $${FILE} ${DESTDIR}${lispdir}/egg/; \ done; \ # - mkdir ${lispdir}/egg/egg ; \ +- for FILE in ${EGGSRCS} ${EGGELCS} ; \ + mkdir -p ${DESTDIR}${lispdir}/egg/egg ; \ - for FILE in ${EGGSRCS} ${EGGELCS} ; \ ++ for FILE in ${EGGELCS} ; \ do \ - ${INSTALL_DATA} $${FILE} ${lispdir}/egg/egg; \ + ${INSTALL_DATA} $${FILE} ${DESTDIR}${lispdir}/egg/egg; \ @@ -32,8 +44,9 @@ + touch ${DESTDIR}${lispdir}/egg/egg/.nosearch; \ # - mkdir ${lispdir}/egg/its ; \ +- for FILE in ${ITSSRCS} ${ITSELCS} ; \ + mkdir -p ${DESTDIR}${lispdir}/egg/its ; \ - for FILE in ${ITSSRCS} ${ITSELCS} ; \ ++ for FILE in ${ITSELCS} ; \ do \ - ${INSTALL_DATA} $${FILE} ${lispdir}/egg/its ; \ + ${INSTALL_DATA} $${FILE} ${DESTDIR}${lispdir}/egg/its ; \ Modified: head/editors/tamago/files/patch-egg-anthy.el ============================================================================== --- head/editors/tamago/files/patch-egg-anthy.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-anthy.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,6 +1,6 @@ --- egg/anthy.el.orig 2015-01-31 19:24:09.000000000 +0900 -+++ egg/anthy.el 2015-01-31 19:39:19.000000000 +0900 -@@ -146,7 +146,7 @@ ++++ egg/anthy.el 2015-02-02 00:32:09.000000000 +0900 +@@ -146,12 +146,11 @@ (if anthy-egg-use-utf8 '("--egg" "--utf8") '("--egg")))) @@ -9,3 +9,19 @@ (set-process-coding-system anthy-egg-proc cs cs) (set-process-sentinel anthy-egg-proc 'anthy-egg-proc-sentinel) (set-marker-insertion-type (process-mark anthy-egg-proc) t) +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (erase-buffer) + (buffer-disable-undo)) + (anthyipc-get-greeting anthy-egg-proc))) +@@ -404,8 +403,7 @@ + (let ((buf (get-buffer-create anthy-egg-dic-buffer-name)) + (cs (if anthy-egg-use-utf8 'utf-8-unix 'euc-japan-unix)) + proc) +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (setq proc (apply 'start-process "anthy-egg-dic" buf + anthy-egg-dic-util-command + (if anthy-egg-use-utf8 Added: head/editors/tamago/files/patch-egg-anthyipc.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/tamago/files/patch-egg-anthyipc.el Sun Feb 1 16:45:59 2015 (r378252) @@ -0,0 +1,12 @@ +--- egg/anthyipc.el.orig 2015-01-31 19:24:09.000000000 +0900 ++++ egg/anthyipc.el 2015-02-02 00:32:22.000000000 +0900 +@@ -46,8 +46,7 @@ + ,@vlist) + (if (and (eq (process-status proc) 'run) + (buffer-live-p buffer)) +- (save-excursion +- (set-buffer buffer) ++ (with-current-buffer buffer + (erase-buffer) + ,send-expr + (goto-char (point-max)) Modified: head/editors/tamago/files/patch-egg-canna.el ============================================================================== --- head/editors/tamago/files/patch-egg-canna.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-canna.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,6 +1,25 @@ --- egg/canna.el.orig 2015-01-31 19:24:09.000000000 +0900 -+++ egg/canna.el 2015-01-31 19:39:19.000000000 +0900 -@@ -337,7 +337,7 @@ ++++ egg/canna.el 2015-02-02 00:52:59.000000000 +0900 +@@ -134,7 +134,7 @@ + (defun canna-make-backend (lang env &optional source-lang converted-lang) + (let ((finalize (canna-backend-func-name "canna-finalize-backend" lang)) + (backend (canna-backend-func-name "canna-backend" lang env))) +- (if (null (fboundp finalize)) ++ (if (null (fboundp 'finalize)) + (progn + (fset finalize (function (lambda () (canna-finalize-backend)))) + (egg-set-finalize-backend (list finalize)))) +@@ -319,8 +319,7 @@ + (unwind-protect + (progn + (setq buf (generate-new-buffer " *CANNA*")) +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (erase-buffer) + (buffer-disable-undo) + (set-buffer-multibyte nil) +@@ -337,7 +336,7 @@ (setq port (substring hostname (match-end 0)) hostname (substring hostname 0 (match-beginning 0)))) (if (and (stringp port) (string-match "^[0-9]+$" port)) @@ -9,7 +28,7 @@ (and (equal hostname "") (setq hostname (or (getenv "CANNAHOST") "localhost"))) (setq host hostname) -@@ -367,7 +367,7 @@ +@@ -367,7 +366,7 @@ (setq proc (open-network-stream proc-name buf hostname port)) (error quit))))) (when (processp proc) @@ -18,7 +37,7 @@ (set-process-coding-system proc 'binary 'binary) (set-process-sentinel proc 'canna-comm-sentinel) (set-marker-insertion-type (process-mark proc) t) -@@ -869,7 +869,7 @@ +@@ -869,7 +868,7 @@ (setq kouho-list (cdr (reverse kouho-list))) (setq kouho-list (reverse kouho-list)) (setq i 0) Added: head/editors/tamago/files/patch-egg-cannarpc.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/tamago/files/patch-egg-cannarpc.el Sun Feb 1 16:45:59 2015 (r378252) @@ -0,0 +1,12 @@ +--- egg/cannarpc.el.orig 2015-01-31 19:23:34.000000000 +0900 ++++ egg/cannarpc.el 2015-02-02 00:32:59.000000000 +0900 +@@ -79,8 +79,7 @@ + (list + 'let v + (append +- `(save-excursion +- (set-buffer (process-buffer proc)) ++ `(with-current-buffer (process-buffer proc) + (erase-buffer) + ,send-expr + (process-send-region proc (point-min) (point-max)) Modified: head/editors/tamago/files/patch-egg-com.el ============================================================================== --- head/editors/tamago/files/patch-egg-com.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-com.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,5 +1,5 @@ --- egg-com.el.orig 2015-01-31 19:24:09.000000000 +0900 -+++ egg-com.el 2015-01-31 19:25:52.000000000 +0900 ++++ egg-com.el 2015-02-02 00:29:50.000000000 +0900 @@ -99,9 +99,10 @@ (prog1 (- (point) pos) (goto-char pos)))) @@ -66,7 +66,17 @@ (defconst egg-pinyin-shengmu '(("" . 0) ("B" . 1) ("C" . 2) ("Ch" . 3) ("D" . 4) -@@ -828,9 +848,10 @@ +@@ -578,8 +598,7 @@ + (set-buffer work) + (erase-buffer) + (if (null (stringp from)) +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (setq from (buffer-substring from to)))) + (insert (string-as-multibyte from)) + (encode-fixed-euc-china-region 1 (point-max) type) +@@ -828,9 +847,10 @@ ;; Do not move the point, leave it where it was. (defmacro comm-accept-process-output () `(let ((p (point))) @@ -80,7 +90,7 @@ (defmacro comm-require-process-output (n) `(if (< (point-max) (+ (point) ,n)) -@@ -839,10 +860,11 @@ +@@ -839,10 +859,11 @@ (defun comm-wait-for-space (proc n) (let ((p (point)) (r (+ (point) n))) @@ -96,3 +106,13 @@ (defmacro comm-following+forward-char () `(prog1 +@@ -967,8 +988,7 @@ + ,@vlist) + (if (and (memq (process-status proc) '(open run)) + (buffer-live-p buffer)) +- (save-excursion +- (set-buffer buffer) ++ (with-current-buffer buffer + (let ,euc-select + (erase-buffer) + ,send-expr Modified: head/editors/tamago/files/patch-egg-sj3.el ============================================================================== --- head/editors/tamago/files/patch-egg-sj3.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-sj3.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,6 +1,6 @@ --- egg/sj3.el.orig 2015-01-31 19:23:34.000000000 +0900 -+++ egg/sj3.el 2015-01-31 19:25:52.000000000 +0900 -@@ -146,7 +146,7 @@ ++++ egg/sj3.el 2015-02-02 00:33:30.000000000 +0900 +@@ -146,11 +146,10 @@ (setq proc (open-network-stream "SJ3" buf hostname sj3-server-port)) ((error quit) (egg-error "failed to connect sj3 server"))) @@ -8,4 +8,19 @@ + (set-process-query-on-exit-flag proc nil) (set-process-coding-system proc 'binary 'binary) (set-marker-insertion-type (process-mark proc) t) - (save-excursion +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (erase-buffer) + (buffer-disable-undo) + (set-buffer-multibyte nil)) +@@ -177,8 +176,7 @@ + ;; (let* ((buf (generate-new-buffer " *SJ3*")) + ;; (msg-form "SJ3: connecting to sj3serv at %s...") + ;; hostname proc result msg) +-;; (save-excursion +-;; (set-buffer buf) ++;; (with-current-buffer buf + ;; (erase-buffer) + ;; (buffer-disable-undo) + ;; (setq enable-multibyte-characters nil)) Added: head/editors/tamago/files/patch-egg-sj3rpc.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/tamago/files/patch-egg-sj3rpc.el Sun Feb 1 16:45:59 2015 (r378252) @@ -0,0 +1,12 @@ +--- egg/sj3rpc.el.orig 2015-01-31 19:23:34.000000000 +0900 ++++ egg/sj3rpc.el 2015-02-02 00:33:47.000000000 +0900 +@@ -86,8 +86,7 @@ + (list + 'let v + (append +- `(save-excursion +- (set-buffer (process-buffer proc)) ++ `(with-current-buffer (process-buffer proc) + (erase-buffer) + ,send-expr + (process-send-region proc (point-min) (point-max)) Modified: head/editors/tamago/files/patch-egg-wnn.el ============================================================================== --- head/editors/tamago/files/patch-egg-wnn.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-wnn.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,5 +1,5 @@ --- egg/wnn.el.orig 2015-01-31 19:24:09.000000000 +0900 -+++ egg/wnn.el 2015-01-31 19:55:02.000000000 +0900 ++++ egg/wnn.el 2015-02-02 00:53:09.000000000 +0900 @@ -82,6 +82,10 @@ (const wnn-uniq) (const wnn-uniq-kanji))) @@ -33,6 +33,15 @@ (defmacro wnn-backend-plist () ''(egg-initialize-backend wnn-init egg-start-conversion wnn-start-conversion +@@ -128,7 +142,7 @@ + (defun wnn-make-backend (lang env &optional source-lang converted-lang) + (let ((finalize (wnn-backend-func-name "wnn-finalize-backend" lang)) + (backend (wnn-backend-func-name "wnn-backend" lang env))) +- (if (null (fboundp finalize)) ++ (if (null (fboundp 'finalize)) + (progn + (fset finalize `(lambda () (wnn-finalize-backend ',lang))) + (egg-set-finalize-backend (list finalize)))) @@ -559,11 +573,11 @@ bunsetsu)) @@ -69,7 +78,7 @@ (defconst wnn-accept-charset-alist '((Chinese-CNS ascii chinese-sisheng chinese-cns11643-1 chinese-cns11643-2))) -@@ -1209,9 +1227,11 @@ +@@ -1209,14 +1227,15 @@ (port (wnn-server-port server-info)) (hostname-list (wnn-server-hostname server-info)) (proc-name (wnn-server-proc-name server-info)) @@ -82,7 +91,13 @@ (unwind-protect (progn (setq buf (generate-new-buffer (wnn-server-buffer-name server-info))) -@@ -1225,13 +1245,24 @@ +- (save-excursion +- (set-buffer buf) ++ (with-current-buffer buf + (erase-buffer) + (buffer-disable-undo) + (set-buffer-multibyte nil) +@@ -1225,13 +1244,24 @@ (setq hostname-list (list hostname-list))) (while (and hostname-list (null proc)) (setq hostname (or (car hostname-list) "") @@ -114,7 +129,7 @@ (let ((inhibit-quit save-inhibit-quit)) (if (and msg (null (y-or-n-p (format "%s failed. Try to %s? " -@@ -1241,16 +1272,22 @@ +@@ -1241,16 +1271,22 @@ server-type hostname)) (message "%s" msg) (let ((inhibit-quit save-inhibit-quit)) Modified: head/editors/tamago/files/patch-egg-wnnrpc.el ============================================================================== --- head/editors/tamago/files/patch-egg-wnnrpc.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg-wnnrpc.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,5 +1,5 @@ --- egg/wnnrpc.el.orig 2015-01-31 19:24:10.000000000 +0900 -+++ egg/wnnrpc.el 2015-01-31 19:25:52.000000000 +0900 ++++ egg/wnnrpc.el 2015-02-02 00:34:15.000000000 +0900 @@ -714,8 +714,14 @@ ,send-expr ,@rcv-exprs)) @@ -17,3 +17,13 @@ (if (< result 0) (progn (comm-unpack (i) result) +@@ -1716,8 +1722,7 @@ + (insert contents) + (if (= result 2) + (insert-file-contents local-filename nil (1- (point)))) +- (save-excursion +- (set-buffer (process-buffer proc)) ++ (with-current-buffer (process-buffer proc) + (wnnrpc-get-result))))))))) + ((quit error) + (wnnrpc-call-with-environment env () Modified: head/editors/tamago/files/patch-egg.el ============================================================================== --- head/editors/tamago/files/patch-egg.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-egg.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,11 +1,26 @@ --- egg.el.orig 2015-01-31 19:24:09.000000000 +0900 -+++ egg.el 2015-01-31 19:48:25.000000000 +0900 ++++ egg.el 2015-02-02 00:38:37.000000000 +0900 +@@ -120,10 +120,10 @@ + + (defun egg-activate-keymap-after-command () + (while egg-change-major-mode-buffer +- (save-excursion +- (when (buffer-live-p (car egg-change-major-mode-buffer)) +- (set-buffer (car egg-change-major-mode-buffer)) +- (egg-activate-keymap)) ++ (let ((buf (car egg-change-major-mode-buffer))) ++ (if (buffer-live-p buf) ++ (with-current-buffer buf ++ (egg-activate-keymap))) + (setq egg-change-major-mode-buffer (cdr egg-change-major-mode-buffer)))) + (remove-hook 'post-command-hook 'egg-activate-keymap-after-command)) + @@ -167,16 +167,22 @@ (setq egg-modefull-mode t) (its-define-select-keys egg-modefull-map)) (setq egg-modeless-mode t)) - (setq inactivate-current-input-method-function 'egg-mode) -+ (set (if (boundp 'deactivate-current-input-method-function) ++ (set (if (fboundp 'deactivate-current-input-method-function) + 'deactivate-current-input-method-function + 'inactivate-current-input-method-function) + 'egg-mode) @@ -20,7 +35,7 @@ (defun egg-exit-from-minibuffer () - (inactivate-input-method) -+ (if (boundp 'deactivate-input-method) ++ (if (fboundp 'deactivate-input-method) + (deactivate-input-method) + (inactivate-input-method)) (if (<= (minibuffer-depth) 1) Modified: head/editors/tamago/files/patch-menudiag.el ============================================================================== --- head/editors/tamago/files/patch-menudiag.el Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/files/patch-menudiag.el Sun Feb 1 16:45:59 2015 (r378252) @@ -1,5 +1,5 @@ --- menudiag.el.orig 2015-01-31 19:23:34.000000000 +0900 -+++ menudiag.el 2015-01-31 19:25:52.000000000 +0900 ++++ menudiag.el 2015-02-02 00:30:59.000000000 +0900 @@ -226,6 +226,9 @@ (remove-hook 'minibuffer-setup-hook 'menudiag-minibuffer-hook) (setq menudiag-minibuffer-list (cons (current-buffer) @@ -42,7 +42,7 @@ (pop-to-buffer org-buf) (while (and item-list (>= n (length (car item-list)))) (setq l (1+ l) -@@ -619,7 +623,7 @@ +@@ -619,15 +623,14 @@ (unless (eq last-command 'menudiag-selection-goto) (setq menudiag-goto-number-list nil menudiag-original-point (point))) @@ -51,3 +51,12 @@ menudiag-goto-number-list)) (menudiag-selection-goto-internal)) + (defun menudiag-selection-goto-internal () + (let* ((list menudiag-goto-number-list) + (n (menudiag-selection-item-number list)) +- (len (save-excursion +- (set-buffer menudiag-selection-main-buffer) ++ (len (with-current-buffer menudiag-selection-main-buffer + (length menudiag-current-items)))) + (setq this-command 'menudiag-selection-goto) + (if (>= n len) Modified: head/editors/tamago/pkg-plist ============================================================================== --- head/editors/tamago/pkg-plist Sun Feb 1 16:19:48 2015 (r378251) +++ head/editors/tamago/pkg-plist Sun Feb 1 16:45:59 2015 (r378252) @@ -1,72 +1,38 @@ bin/egg-helper -%%ELISPDIR%%/egg/egg-cnv.el %%ELISPDIR%%/egg/egg-cnv.elc -%%ELISPDIR%%/egg/egg-com.el %%ELISPDIR%%/egg/egg-com.elc -%%ELISPDIR%%/egg/egg-edep.el %%ELISPDIR%%/egg/egg-edep.elc -%%ELISPDIR%%/egg/egg-mlh.el %%ELISPDIR%%/egg/egg-mlh.elc -%%ELISPDIR%%/egg/egg-sim.el %%ELISPDIR%%/egg/egg-sim.elc -%%ELISPDIR%%/egg/egg.el %%ELISPDIR%%/egg/egg.elc %%ELISPDIR%%/egg/egg/.nosearch -%%ELISPDIR%%/egg/egg/anthy.el %%ELISPDIR%%/egg/egg/anthy.elc -%%ELISPDIR%%/egg/egg/anthyipc.el %%ELISPDIR%%/egg/egg/anthyipc.elc -%%ELISPDIR%%/egg/egg/canna.el %%ELISPDIR%%/egg/egg/canna.elc -%%ELISPDIR%%/egg/egg/cannarpc.el %%ELISPDIR%%/egg/egg/cannarpc.elc -%%ELISPDIR%%/egg/egg/sj3.el %%ELISPDIR%%/egg/egg/sj3.elc -%%ELISPDIR%%/egg/egg/sj3rpc.el %%ELISPDIR%%/egg/egg/sj3rpc.elc -%%ELISPDIR%%/egg/egg/wnn.el %%ELISPDIR%%/egg/egg/wnn.elc -%%ELISPDIR%%/egg/egg/wnnrpc.el %%ELISPDIR%%/egg/egg/wnnrpc.elc %%ELISPDIR%%/egg/eggrc -%%ELISPDIR%%/egg/its-keydef.el %%ELISPDIR%%/egg/its-keydef.elc -%%ELISPDIR%%/egg/its.el %%ELISPDIR%%/egg/its.elc %%ELISPDIR%%/egg/its/.nosearch -%%ELISPDIR%%/egg/its/ascii.el %%ELISPDIR%%/egg/its/ascii.elc -%%HAS_JISX0213%%%%ELISPDIR%%/egg/its/aynu.el -%%HAS_JISX0213%%%%ELISPDIR%%/egg/its/aynu.elc -%%ELISPDIR%%/egg/its/bixing.el +%%ELISPDIR%%/egg/its/aynu.elc %%ELISPDIR%%/egg/its/bixing.elc -%%ELISPDIR%%/egg/its/erpin.el %%ELISPDIR%%/egg/its/erpin.elc -%%ELISPDIR%%/egg/its/greek.el %%ELISPDIR%%/egg/its/greek.elc -%%ELISPDIR%%/egg/its/hangul.el %%ELISPDIR%%/egg/its/hangul.elc -%%ELISPDIR%%/egg/its/hankata.el %%ELISPDIR%%/egg/its/hankata.elc -%%ELISPDIR%%/egg/its/hira.el %%ELISPDIR%%/egg/its/hira.elc -%%ELISPDIR%%/egg/its/jeonkak.el %%ELISPDIR%%/egg/its/jeonkak.elc -%%ELISPDIR%%/egg/its/jiskana.el %%ELISPDIR%%/egg/its/jiskana.elc -%%ELISPDIR%%/egg/its/kata.el %%ELISPDIR%%/egg/its/kata.elc -%%ELISPDIR%%/egg/its/pinyin.el %%ELISPDIR%%/egg/its/pinyin.elc -%%ELISPDIR%%/egg/its/quanjiao.el %%ELISPDIR%%/egg/its/quanjiao.elc -%%ELISPDIR%%/egg/its/thai.el %%ELISPDIR%%/egg/its/thai.elc -%%ELISPDIR%%/egg/its/zenkaku.el %%ELISPDIR%%/egg/its/zenkaku.elc -%%ELISPDIR%%/egg/its/zhuyin.el %%ELISPDIR%%/egg/its/zhuyin.elc %%ELISPDIR%%/egg/leim-list.el -%%ELISPDIR%%/egg/leim-list.elc -%%ELISPDIR%%/egg/menudiag.el %%ELISPDIR%%/egg/menudiag.elc From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 16:46:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3479FE2; Sun, 1 Feb 2015 16:46:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D97B9F4; Sun, 1 Feb 2015 16:46:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11GkSZZ077048; Sun, 1 Feb 2015 16:46:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11GkPs6077033; Sun, 1 Feb 2015 16:46:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502011646.t11GkPs6077033@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Feb 2015 16:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378253 - in head: devel/nspr devel/nspr/files security/ca_root_nss security/nss www/firefox www/firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 16:46:28 -0000 Author: jbeich Date: Sun Feb 1 16:46:24 2015 New Revision: 378253 URL: https://svnweb.freebsd.org/changeset/ports/378253 QAT: https://qat.redports.org/buildarchive/r378253/ Log: - Update NSPR to 4.10.8 - Update NSS to 3.17.2 - Update Firefox to 35.0.1 Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-8-Release-td332365.html Changes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17.4_release_notes Changes: https://www.mozilla.org/en-US/firefox/35.0.1/releasenotes/ Differential Revision: https://reviews.freebsd.org/D1736 Approved by: bapt (mentor) Deleted: head/devel/nspr/files/patch-bug782113 head/devel/nspr/files/patch-bug782124 Modified: head/devel/nspr/Makefile head/devel/nspr/distinfo head/security/ca_root_nss/Makefile head/security/ca_root_nss/distinfo head/security/nss/Makefile head/security/nss/distinfo head/www/firefox-i18n/Makefile head/www/firefox-i18n/distinfo head/www/firefox/Makefile head/www/firefox/distinfo Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Sun Feb 1 16:45:59 2015 (r378252) +++ head/devel/nspr/Makefile Sun Feb 1 16:46:24 2015 (r378253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.10.7 +DISTVERSION= 4.10.8 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: head/devel/nspr/distinfo ============================================================================== --- head/devel/nspr/distinfo Sun Feb 1 16:45:59 2015 (r378252) +++ head/devel/nspr/distinfo Sun Feb 1 16:46:24 2015 (r378253) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.10.7.tar.gz) = 389af5cfa863ea9bc6de7b30c15f8a4f9bddd8002f8c6fdc8b33caef43893938 -SIZE (nspr-4.10.7.tar.gz) = 1131171 +SHA256 (nspr-4.10.8.tar.gz) = 507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15 +SIZE (nspr-4.10.8.tar.gz) = 1131130 Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sun Feb 1 16:45:59 2015 (r378252) +++ head/security/ca_root_nss/Makefile Sun Feb 1 16:46:24 2015 (r378253) @@ -2,7 +2,6 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} -PORTREVISION= 1 CATEGORIES= security MASTER_SITES= MOZILLA/security/nss/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} @@ -26,7 +25,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.17.3 +VERSION_NSS= 3.17.4 #NSS_SUFFIX= .with.ckbi.1.93 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Sun Feb 1 16:45:59 2015 (r378252) +++ head/security/ca_root_nss/distinfo Sun Feb 1 16:46:24 2015 (r378253) @@ -1,2 +1,2 @@ -SHA256 (nss-3.17.3.tar.gz) = f4d5e9035a2f84f25f35c283de3b0ff60d72e918748de25eaf017ed201fa21d5 -SIZE (nss-3.17.3.tar.gz) = 6932021 +SHA256 (nss-3.17.4.tar.gz) = 1d98ad1881a4237ec98cbe472fc851480f0b0e954dfe224d047811fb96ff9d79 +SIZE (nss-3.17.4.tar.gz) = 6924699 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sun Feb 1 16:45:59 2015 (r378252) +++ head/security/nss/Makefile Sun Feb 1 16:46:24 2015 (r378253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.17.3 +PORTVERSION= 3.17.4 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Sun Feb 1 16:45:59 2015 (r378252) +++ head/security/nss/distinfo Sun Feb 1 16:46:24 2015 (r378253) @@ -1,2 +1,2 @@ -SHA256 (nss-3.17.3.tar.gz) = f4d5e9035a2f84f25f35c283de3b0ff60d72e918748de25eaf017ed201fa21d5 -SIZE (nss-3.17.3.tar.gz) = 6932021 +SHA256 (nss-3.17.4.tar.gz) = 1d98ad1881a4237ec98cbe472fc851480f0b0e954dfe224d047811fb96ff9d79 +SIZE (nss-3.17.4.tar.gz) = 6924699 Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Sun Feb 1 16:45:59 2015 (r378252) +++ head/www/firefox-i18n/Makefile Sun Feb 1 16:46:24 2015 (r378253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 35.0 +PORTVERSION= 35.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Sun Feb 1 16:45:59 2015 (r378252) +++ head/www/firefox-i18n/distinfo Sun Feb 1 16:46:24 2015 (r378253) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-i18n-35.0/ach.xpi) = 85a1271540981ca3491976cbf4bfd036b5835c8eea407f39e3938e0af492696d -SIZE (xpi/firefox-i18n-35.0/ach.xpi) = 467508 -SHA256 (xpi/firefox-i18n-35.0/af.xpi) = b858756835a6dc76f3d76b64366a7a9ee86f6c008e56f1b2dd99fe5f1f36e6b3 -SIZE (xpi/firefox-i18n-35.0/af.xpi) = 467129 -SHA256 (xpi/firefox-i18n-35.0/an.xpi) = 973b6c71c338cb5b25ca156f1b900bf1505e849c0e67f22bd978530f5809e543 -SIZE (xpi/firefox-i18n-35.0/an.xpi) = 446089 -SHA256 (xpi/firefox-i18n-35.0/ar.xpi) = 8cec613adcbbbd4dbf1efb8846fffae0028c7e454864b72fc414cf113ec4e0b9 -SIZE (xpi/firefox-i18n-35.0/ar.xpi) = 499638 -SHA256 (xpi/firefox-i18n-35.0/as.xpi) = 3477826b64144e32e011f0d66e0ab51f5431eb378339a7764232018dfbf844c3 -SIZE (xpi/firefox-i18n-35.0/as.xpi) = 488061 -SHA256 (xpi/firefox-i18n-35.0/ast.xpi) = 2c656b94b65f539c6a28017577cccacc6111adda8ea179ca5142021f8bdcf45e -SIZE (xpi/firefox-i18n-35.0/ast.xpi) = 372415 -SHA256 (xpi/firefox-i18n-35.0/az.xpi) = 3c9f3f9c2cf6d0f678e3d159a613c02560c65fe562c18758d8d8c72d41847634 -SIZE (xpi/firefox-i18n-35.0/az.xpi) = 470997 -SHA256 (xpi/firefox-i18n-35.0/be.xpi) = fa8018937cbd41fa1ea574f81dbf5823c2bb49eee0c10dd32ce62608cb81eef4 -SIZE (xpi/firefox-i18n-35.0/be.xpi) = 422263 -SHA256 (xpi/firefox-i18n-35.0/bg.xpi) = 9baae35b86788673f4aa5fb5a3e94432a6273881fe20c04212783186cb374e18 -SIZE (xpi/firefox-i18n-35.0/bg.xpi) = 477010 -SHA256 (xpi/firefox-i18n-35.0/bn-BD.xpi) = 83d27f68896d10191444c611e2692e6120beae19c7e3859df7c178d825d851f2 -SIZE (xpi/firefox-i18n-35.0/bn-BD.xpi) = 511236 -SHA256 (xpi/firefox-i18n-35.0/bn-IN.xpi) = 5aa98119bb45cd3c6115522f738404ea7878b8af33dc77622811537c4c49cd52 -SIZE (xpi/firefox-i18n-35.0/bn-IN.xpi) = 504191 -SHA256 (xpi/firefox-i18n-35.0/br.xpi) = 491be26031de0a76d18a66a0060136cedb20ba4b464e2734b626f8bbbaf4f96e -SIZE (xpi/firefox-i18n-35.0/br.xpi) = 427011 -SHA256 (xpi/firefox-i18n-35.0/bs.xpi) = b6fe8165c5394f82f41d89449759a2c6b6cb2c7eb2a2a0764b15bdb138115289 -SIZE (xpi/firefox-i18n-35.0/bs.xpi) = 468175 -SHA256 (xpi/firefox-i18n-35.0/ca.xpi) = f7ecf11fec930ad88babcbe1e30a55d30c7af3b9881786d8f2aba128e395fb6f -SIZE (xpi/firefox-i18n-35.0/ca.xpi) = 442491 -SHA256 (xpi/firefox-i18n-35.0/cs.xpi) = 758823fcc0e781d5a6b7c2766eeab3c863ea0431875839daf196a5386185dc22 -SIZE (xpi/firefox-i18n-35.0/cs.xpi) = 430873 -SHA256 (xpi/firefox-i18n-35.0/cy.xpi) = 9ae25cdce960cdd2f9d51ef4e563175b56a606f7eccffecb93caca89683a1886 -SIZE (xpi/firefox-i18n-35.0/cy.xpi) = 429174 -SHA256 (xpi/firefox-i18n-35.0/da.xpi) = dceb9c6519a135f8d4965665d4a2366381a04cb47f226c88a42bc0d4de5fc8c1 -SIZE (xpi/firefox-i18n-35.0/da.xpi) = 435994 -SHA256 (xpi/firefox-i18n-35.0/de.xpi) = 0d37996c06a0be0cc343fc471f6abe2d71f29247028dbfdbba805104c3e7e2de -SIZE (xpi/firefox-i18n-35.0/de.xpi) = 435482 -SHA256 (xpi/firefox-i18n-35.0/dsb.xpi) = 19a43c83e02b9a88fe16a55d0ccb49588680be2153e50e6ebd007e09bc5747c1 -SIZE (xpi/firefox-i18n-35.0/dsb.xpi) = 454783 -SHA256 (xpi/firefox-i18n-35.0/el.xpi) = dbe1dab6dc989f0ebdd6e1369061ccd7813f8f4ef4ed0cfbdbeceaadbb45a388 -SIZE (xpi/firefox-i18n-35.0/el.xpi) = 481158 -SHA256 (xpi/firefox-i18n-35.0/en-GB.xpi) = ff5878dc26c94e9070534485c8b24e715197bd3e6871728b74bc66546f27a4b9 -SIZE (xpi/firefox-i18n-35.0/en-GB.xpi) = 425595 -SHA256 (xpi/firefox-i18n-35.0/en-US.xpi) = 5dfa871a7c4a1b81e9413324075164708448e4f25f63b958ebabd083faa835c0 -SIZE (xpi/firefox-i18n-35.0/en-US.xpi) = 455422 -SHA256 (xpi/firefox-i18n-35.0/en-ZA.xpi) = 91b9c5c55906cc1686167475de7788ef3fb5a3417e1dc3f24c6c522d0736a162 -SIZE (xpi/firefox-i18n-35.0/en-ZA.xpi) = 421564 -SHA256 (xpi/firefox-i18n-35.0/eo.xpi) = 7bed0b3bc9565222e2a36e25974e72662d0d99ad2222253e125b52bdb4157e44 -SIZE (xpi/firefox-i18n-35.0/eo.xpi) = 470274 -SHA256 (xpi/firefox-i18n-35.0/es-AR.xpi) = b48984ad397ead6b37f3fb7b5e4862c81c462ea394f421adb3d97dcadb60a03b -SIZE (xpi/firefox-i18n-35.0/es-AR.xpi) = 438915 -SHA256 (xpi/firefox-i18n-35.0/es-CL.xpi) = ab86c52f9a79778b91be7004c67926547db5d30cbbfa2a91e3620e1c50c03f13 -SIZE (xpi/firefox-i18n-35.0/es-CL.xpi) = 374667 -SHA256 (xpi/firefox-i18n-35.0/es-ES.xpi) = 6ca306bf679fdad1933235172043e0647c46c9c82e8449d7737a66ca25c13d7e -SIZE (xpi/firefox-i18n-35.0/es-ES.xpi) = 365064 -SHA256 (xpi/firefox-i18n-35.0/es-MX.xpi) = 79daa7f4d46ba14c51e6bdbaf6d9baf43b44d6b593d134f0c0eea49ef4a3b19a -SIZE (xpi/firefox-i18n-35.0/es-MX.xpi) = 441442 -SHA256 (xpi/firefox-i18n-35.0/et.xpi) = 785e086d04300ca8e53684ebb4d651c0ac6d8b80695ffd1fa7b766c8f873d116 -SIZE (xpi/firefox-i18n-35.0/et.xpi) = 428356 -SHA256 (xpi/firefox-i18n-35.0/eu.xpi) = c3a56dfefe997e6eb1280cd3e20840a7610769098370a0156eecf6481131b19a -SIZE (xpi/firefox-i18n-35.0/eu.xpi) = 451383 -SHA256 (xpi/firefox-i18n-35.0/fa.xpi) = 534fc7cc4e4c07f9eeaa37f342007bfbada464372f048b1afa69dc81f44164a4 -SIZE (xpi/firefox-i18n-35.0/fa.xpi) = 496843 -SHA256 (xpi/firefox-i18n-35.0/ff.xpi) = 68fce1fc735bd97365eb2c2d5f1094086a727813ae02fccd55e27b9d50ad04f1 -SIZE (xpi/firefox-i18n-35.0/ff.xpi) = 437963 -SHA256 (xpi/firefox-i18n-35.0/fi.xpi) = 96b2a3c145c27e3f9bacabe9b3652b5777186ff86e02842f85add3bf20b48e93 -SIZE (xpi/firefox-i18n-35.0/fi.xpi) = 430180 -SHA256 (xpi/firefox-i18n-35.0/fr.xpi) = dddef870af0d12931119fdeab9c107b66170a49fe540d159c66b6df5809b6023 -SIZE (xpi/firefox-i18n-35.0/fr.xpi) = 445751 -SHA256 (xpi/firefox-i18n-35.0/fy-NL.xpi) = 1314b6f4a19fcd539c3db76b1ec2fb1253bdda44a81854631c1f1656f7e05e3c -SIZE (xpi/firefox-i18n-35.0/fy-NL.xpi) = 440299 -SHA256 (xpi/firefox-i18n-35.0/ga-IE.xpi) = 712eb10bbc6ba05086cae9eab7ab797cd5beeae5d77ac7835d51d2fb4f79b188 -SIZE (xpi/firefox-i18n-35.0/ga-IE.xpi) = 449554 -SHA256 (xpi/firefox-i18n-35.0/gd.xpi) = 8ff2a2f5762f4e8bbe587daeb44be11016d1818d6ae50e5ba3e0d6d65fe58f6c -SIZE (xpi/firefox-i18n-35.0/gd.xpi) = 439243 -SHA256 (xpi/firefox-i18n-35.0/gl.xpi) = 8779ed4a9a2eac380613a48bd80c9b85d011720f791c96a94281b3a14e7e86c0 -SIZE (xpi/firefox-i18n-35.0/gl.xpi) = 430163 -SHA256 (xpi/firefox-i18n-35.0/gu-IN.xpi) = 7855bda5c2483dd2c995e3621505f311b490fb946d07c0a2e25be4206073520d -SIZE (xpi/firefox-i18n-35.0/gu-IN.xpi) = 458567 -SHA256 (xpi/firefox-i18n-35.0/he.xpi) = 5aa56ca35295b6bf9ece00a9a04470fa33c58e3628e10df1ea0970a809638a03 -SIZE (xpi/firefox-i18n-35.0/he.xpi) = 468594 -SHA256 (xpi/firefox-i18n-35.0/hi-IN.xpi) = 5319deeed65ab6649469e6aec8c5771d684fdb9e288b49d5fc7c54a84294dede -SIZE (xpi/firefox-i18n-35.0/hi-IN.xpi) = 488753 -SHA256 (xpi/firefox-i18n-35.0/hr.xpi) = dfca3f6f9ddf41c1990e238f4854df9f109757cd1a0e95af407d53fcb59482ce -SIZE (xpi/firefox-i18n-35.0/hr.xpi) = 462799 -SHA256 (xpi/firefox-i18n-35.0/hsb.xpi) = 53edcce92df00c807d76e6f537db80903ba013ada768106627311d6592a92d7d -SIZE (xpi/firefox-i18n-35.0/hsb.xpi) = 452729 -SHA256 (xpi/firefox-i18n-35.0/hu.xpi) = 31917c56d4cfd6bddf7f8941a33f636d65378421d39e00ac0dd7e4bab56f75c2 -SIZE (xpi/firefox-i18n-35.0/hu.xpi) = 438008 -SHA256 (xpi/firefox-i18n-35.0/hy-AM.xpi) = e18e39f6d7d76f9907ecdbeb3062739ed83c37a2b777ac320839821db3ffba6b -SIZE (xpi/firefox-i18n-35.0/hy-AM.xpi) = 518274 -SHA256 (xpi/firefox-i18n-35.0/id.xpi) = 39790a0f45eb1436858afc0861ba506a1207918068b45550c6625f169608017f -SIZE (xpi/firefox-i18n-35.0/id.xpi) = 416384 -SHA256 (xpi/firefox-i18n-35.0/is.xpi) = 5acfa8dbaa6bdf58adb8ac6beaa3dbebaeacc31fa0afa0490ca0d3da9af37be0 -SIZE (xpi/firefox-i18n-35.0/is.xpi) = 470059 -SHA256 (xpi/firefox-i18n-35.0/it.xpi) = 33acc5fdc123b75768798807020b9f4eb08a5e8c0f825b4af5a6f878393a6bb4 -SIZE (xpi/firefox-i18n-35.0/it.xpi) = 359264 -SHA256 (xpi/firefox-i18n-35.0/ja.xpi) = 2e66500fdfb4c905d9b5be07c4a2c788ac7dd46eb1cc0f4defaf1a00690453af -SIZE (xpi/firefox-i18n-35.0/ja.xpi) = 461519 -SHA256 (xpi/firefox-i18n-35.0/kk.xpi) = ef3ffc6f425c29b78e209c675532a095a444124bf07533b4b599860e63090b19 -SIZE (xpi/firefox-i18n-35.0/kk.xpi) = 485878 -SHA256 (xpi/firefox-i18n-35.0/km.xpi) = 6b285fd8b7ca805231956c9817bcab776fa7f545cc80c9ddcdfea5aede4bb063 -SIZE (xpi/firefox-i18n-35.0/km.xpi) = 546285 -SHA256 (xpi/firefox-i18n-35.0/kn.xpi) = 717281b4694e906dcbe6551d15abe1d893d212818d350598bf983f40e76ab6dd -SIZE (xpi/firefox-i18n-35.0/kn.xpi) = 511932 -SHA256 (xpi/firefox-i18n-35.0/ko.xpi) = c94a9d111a936144caed8c8f292869db7a07a0677c87f0b12463b4c1b12a2057 -SIZE (xpi/firefox-i18n-35.0/ko.xpi) = 444348 -SHA256 (xpi/firefox-i18n-35.0/lij.xpi) = 5c3dd2a4524bfaa9dd0329062f5a85d73d02b0e6b7585eaed289859a38ba8ce3 -SIZE (xpi/firefox-i18n-35.0/lij.xpi) = 426471 -SHA256 (xpi/firefox-i18n-35.0/lt.xpi) = 43f6bf0b50730b6d123329178c1ddd41641ab4241244c774239a865040a47923 -SIZE (xpi/firefox-i18n-35.0/lt.xpi) = 470364 -SHA256 (xpi/firefox-i18n-35.0/lv.xpi) = 568e01e67e7245b2ca5112635c45f47b8b284e9b4485865b5737712fae9dde93 -SIZE (xpi/firefox-i18n-35.0/lv.xpi) = 433943 -SHA256 (xpi/firefox-i18n-35.0/mai.xpi) = 3615b6378f482dfd80e80976f8210503fba43ec807cc6409bec53e63fb5a07fb -SIZE (xpi/firefox-i18n-35.0/mai.xpi) = 481806 -SHA256 (xpi/firefox-i18n-35.0/mk.xpi) = 003b0db29a50daaf953b20965a90927e00a9d087f02be0c5a71e8f521ff9582b -SIZE (xpi/firefox-i18n-35.0/mk.xpi) = 512248 -SHA256 (xpi/firefox-i18n-35.0/ml.xpi) = 6cb41608d0cb4e897e1aceae6141a5441d6562a42e0bb8dec6cbc6d1754cc74e -SIZE (xpi/firefox-i18n-35.0/ml.xpi) = 510070 -SHA256 (xpi/firefox-i18n-35.0/mr.xpi) = 4a926ff815174972658d59593130d56c8a9a2a9d835f1b4d1ee09e4483fc132c -SIZE (xpi/firefox-i18n-35.0/mr.xpi) = 490862 -SHA256 (xpi/firefox-i18n-35.0/ms.xpi) = c0525b214ddd65e851fe86986bb8171b6b17c43dbd0e71d78c90b2b460c56278 -SIZE (xpi/firefox-i18n-35.0/ms.xpi) = 473980 -SHA256 (xpi/firefox-i18n-35.0/nb-NO.xpi) = 04275617458ec15ff93bf6142ccd6bbce2c0d83ada17a2a6f9cdeaaa8d48d1e5 -SIZE (xpi/firefox-i18n-35.0/nb-NO.xpi) = 427545 -SHA256 (xpi/firefox-i18n-35.0/nl.xpi) = d044db587ca5c2240ed0767ed80b7645889ea6b297029ad03edd7fc712852f99 -SIZE (xpi/firefox-i18n-35.0/nl.xpi) = 428992 -SHA256 (xpi/firefox-i18n-35.0/nn-NO.xpi) = 1cd4909db05f1b92cbae25f86f161be573132f5d9ce1d18a19ad5b44803f0a45 -SIZE (xpi/firefox-i18n-35.0/nn-NO.xpi) = 421942 -SHA256 (xpi/firefox-i18n-35.0/or.xpi) = f96b2a7f7b7c05fb8b4e4694c0acfd0b594b4718e730f7d0d44f2c70a1e00cf7 -SIZE (xpi/firefox-i18n-35.0/or.xpi) = 507035 -SHA256 (xpi/firefox-i18n-35.0/pa-IN.xpi) = 16f71db1317bde74a9eb08c9f6ece07a26a7188173e88acc6f5e319efd9aea20 -SIZE (xpi/firefox-i18n-35.0/pa-IN.xpi) = 478328 -SHA256 (xpi/firefox-i18n-35.0/pl.xpi) = 804551ab6dafd44a56dc984de429fbabdb916beefcf9694f5836b5962bed6735 -SIZE (xpi/firefox-i18n-35.0/pl.xpi) = 399975 -SHA256 (xpi/firefox-i18n-35.0/pt-BR.xpi) = 5bb2ea2d625fe9b0069c499be11cb80c8e69bb1388ca25194e231180a1d208a9 -SIZE (xpi/firefox-i18n-35.0/pt-BR.xpi) = 446520 -SHA256 (xpi/firefox-i18n-35.0/pt-PT.xpi) = 72493c62369d82652b01b1371501f3f5a5ccaad9daf25d097ffaa26540ff91f6 -SIZE (xpi/firefox-i18n-35.0/pt-PT.xpi) = 424494 -SHA256 (xpi/firefox-i18n-35.0/rm.xpi) = c24966b525041312599daa5400ead38e0debc42ca4edb5cc479bad46f6bfd9b2 -SIZE (xpi/firefox-i18n-35.0/rm.xpi) = 437059 -SHA256 (xpi/firefox-i18n-35.0/ro.xpi) = d85aeaecc8cd8c7763f3463e7e0990ea8697abd505a643df01e618a31d3e990f -SIZE (xpi/firefox-i18n-35.0/ro.xpi) = 479194 -SHA256 (xpi/firefox-i18n-35.0/ru.xpi) = 5a5a8d0c8c10a051d0b2163f38fb8f68ae1dd8f4021f9e60516197bc1211bbad -SIZE (xpi/firefox-i18n-35.0/ru.xpi) = 403477 -SHA256 (xpi/firefox-i18n-35.0/si.xpi) = 8e986b14482871f6e45342c087ca1c9a8f707e0c56225b8db99686d763094483 -SIZE (xpi/firefox-i18n-35.0/si.xpi) = 510074 -SHA256 (xpi/firefox-i18n-35.0/sk.xpi) = 16db8bcce4c2c470c2348655d01d26dec4bed8ad1a61aad9cf4e704ee3d172a9 -SIZE (xpi/firefox-i18n-35.0/sk.xpi) = 453744 -SHA256 (xpi/firefox-i18n-35.0/sl.xpi) = ca3bf5cab217ef7676a0c71dafe96fe790acf5a344115f00c32aec23c3286240 -SIZE (xpi/firefox-i18n-35.0/sl.xpi) = 426390 -SHA256 (xpi/firefox-i18n-35.0/son.xpi) = 1dfcae70989fb755f3cd6d6ac1e0304e3e38676119cc4c8267345474af0681d6 -SIZE (xpi/firefox-i18n-35.0/son.xpi) = 433367 -SHA256 (xpi/firefox-i18n-35.0/sq.xpi) = 0df9e4e3e8b0715a85085168da6cd5aba3737e4c523458e6c4a87fd687d3f7fa -SIZE (xpi/firefox-i18n-35.0/sq.xpi) = 470747 -SHA256 (xpi/firefox-i18n-35.0/sr.xpi) = 77ffca3f8ef2628370e281edea4ee9a7e5fe22963c86b26677a9d27f8aff5fcd -SIZE (xpi/firefox-i18n-35.0/sr.xpi) = 463761 -SHA256 (xpi/firefox-i18n-35.0/sv-SE.xpi) = 6cdd24d80d6e9f9486501d46e58267eeb0f348626582eb809ee91472ee8dab21 -SIZE (xpi/firefox-i18n-35.0/sv-SE.xpi) = 437319 -SHA256 (xpi/firefox-i18n-35.0/ta.xpi) = f3cfe2308458f7eeb64c728d5ed1993353c7e73a3bfdf32db387f2e91d25145e -SIZE (xpi/firefox-i18n-35.0/ta.xpi) = 487297 -SHA256 (xpi/firefox-i18n-35.0/te.xpi) = e6e1cc0c30fbd1bbb99c15212e1e4f52788e18bacc4123e2a62dda310f7c3a0f -SIZE (xpi/firefox-i18n-35.0/te.xpi) = 508640 -SHA256 (xpi/firefox-i18n-35.0/th.xpi) = 64120f6b6e4a1f618c7f7534b7ec19f4157bbe3528131b634ee703df194d515f -SIZE (xpi/firefox-i18n-35.0/th.xpi) = 515439 -SHA256 (xpi/firefox-i18n-35.0/tr.xpi) = 116085daff97dcf263aaa615a199f3a98c1bcd28a54f889c8b6061cabd790856 -SIZE (xpi/firefox-i18n-35.0/tr.xpi) = 465759 -SHA256 (xpi/firefox-i18n-35.0/uk.xpi) = cf3a25249d325d72f680a99f6c3083067e105e8b951d1c54e581fdaf2c2e017b -SIZE (xpi/firefox-i18n-35.0/uk.xpi) = 464397 -SHA256 (xpi/firefox-i18n-35.0/vi.xpi) = 9d1bccec606778f012455e4704829be45a706e1b232b0df1cf81f3c3ea41a4b0 -SIZE (xpi/firefox-i18n-35.0/vi.xpi) = 450199 -SHA256 (xpi/firefox-i18n-35.0/xh.xpi) = 0e0b578bc6fecac8e4d75b7963be8d88d5ee69fe63b749c1983318a4d75e66e8 -SIZE (xpi/firefox-i18n-35.0/xh.xpi) = 432688 -SHA256 (xpi/firefox-i18n-35.0/zh-CN.xpi) = 3f07a55fd54d9b49b2e5ca86631238982f2fa6ac7bb4f1848726870dee92b624 -SIZE (xpi/firefox-i18n-35.0/zh-CN.xpi) = 471966 -SHA256 (xpi/firefox-i18n-35.0/zh-TW.xpi) = 931a489a23de7e2a42723c7e495b9c9d88d2f8343068a97a38d207a7659774cf -SIZE (xpi/firefox-i18n-35.0/zh-TW.xpi) = 451736 +SHA256 (xpi/firefox-i18n-35.0.1/ach.xpi) = 3acc381c637c62cba0e1b3f9e8476e6626bff52f3278d500e8c9b130ff105033 +SIZE (xpi/firefox-i18n-35.0.1/ach.xpi) = 467509 +SHA256 (xpi/firefox-i18n-35.0.1/af.xpi) = 2475f190a5b545bf4c9740ee6052a8d8b283c95ee4e9407efa79e60bdec35890 +SIZE (xpi/firefox-i18n-35.0.1/af.xpi) = 467130 +SHA256 (xpi/firefox-i18n-35.0.1/an.xpi) = 974d7385158b5d0d184c73bec9b1dc2984cef0b9215a838ca332112ae22ff496 +SIZE (xpi/firefox-i18n-35.0.1/an.xpi) = 446091 +SHA256 (xpi/firefox-i18n-35.0.1/ar.xpi) = 7181187b5b2da93036a375c6b4b7def4bf722ffb3f7f161e49edea65422c9cec +SIZE (xpi/firefox-i18n-35.0.1/ar.xpi) = 499638 +SHA256 (xpi/firefox-i18n-35.0.1/as.xpi) = 4e129c2243b742ee19b61e76bcd22828be95f4b6541459a167c3a5cba4a72032 +SIZE (xpi/firefox-i18n-35.0.1/as.xpi) = 488062 +SHA256 (xpi/firefox-i18n-35.0.1/ast.xpi) = 5ba7a10aefaa2862b40238e6dd76ef346ee67347d33ef726b7443d32d968ace5 +SIZE (xpi/firefox-i18n-35.0.1/ast.xpi) = 372416 +SHA256 (xpi/firefox-i18n-35.0.1/az.xpi) = 3604f68010e4e6161e763d36dff280a2ef208eaad54f770074082947ecc95db4 +SIZE (xpi/firefox-i18n-35.0.1/az.xpi) = 470999 +SHA256 (xpi/firefox-i18n-35.0.1/be.xpi) = b449859d6523d75a844b0d6bf1de59e37ab18026b5f9338608dcf5076ee4eb6e +SIZE (xpi/firefox-i18n-35.0.1/be.xpi) = 422264 +SHA256 (xpi/firefox-i18n-35.0.1/bg.xpi) = fcc368a9c5ea0cd07c7d93009ffb87f4a77636ea2c616dee714e9507caf579d5 +SIZE (xpi/firefox-i18n-35.0.1/bg.xpi) = 477012 +SHA256 (xpi/firefox-i18n-35.0.1/bn-BD.xpi) = b78ca016e46d1a22db3dc88df90a2d41931fbdc1081080e76bf01854f744bafe +SIZE (xpi/firefox-i18n-35.0.1/bn-BD.xpi) = 511237 +SHA256 (xpi/firefox-i18n-35.0.1/bn-IN.xpi) = 2dbc1ec7512ea21a7019fecb86e7fca2e7c486e8cb18e82ac087a4f4b8a3f2e5 +SIZE (xpi/firefox-i18n-35.0.1/bn-IN.xpi) = 504192 +SHA256 (xpi/firefox-i18n-35.0.1/br.xpi) = 61ff2fdcc899b7f59f8d27111b05d114c1f55f36955b66867973341f5323cf88 +SIZE (xpi/firefox-i18n-35.0.1/br.xpi) = 427012 +SHA256 (xpi/firefox-i18n-35.0.1/bs.xpi) = c2ef180d5b9b155896a40ed0cc91a82f032d1145a6fbc53da400aa898353dac2 +SIZE (xpi/firefox-i18n-35.0.1/bs.xpi) = 468176 +SHA256 (xpi/firefox-i18n-35.0.1/ca.xpi) = 3f8f4288280820d1173cf967e35ac89329aaed5fa70810f08cba2a289f36c66d +SIZE (xpi/firefox-i18n-35.0.1/ca.xpi) = 442493 +SHA256 (xpi/firefox-i18n-35.0.1/cs.xpi) = f15705b596e1415a0f502a5cf57f48cd6c176bd85ab09e59b665b189d29746fd +SIZE (xpi/firefox-i18n-35.0.1/cs.xpi) = 430874 +SHA256 (xpi/firefox-i18n-35.0.1/cy.xpi) = bf471f0e00a86fe8477b1dadd69702df603b62c487207d1098de18a8d45cb102 +SIZE (xpi/firefox-i18n-35.0.1/cy.xpi) = 429176 +SHA256 (xpi/firefox-i18n-35.0.1/da.xpi) = 60ecad8aa0b690f39b492717ff95e2227046c875c87552de8ffe7cbab0110278 +SIZE (xpi/firefox-i18n-35.0.1/da.xpi) = 435995 +SHA256 (xpi/firefox-i18n-35.0.1/de.xpi) = 64369006b8b34512538744565d29dccf514b5455a3ede32980b21734dee6dda9 +SIZE (xpi/firefox-i18n-35.0.1/de.xpi) = 435483 +SHA256 (xpi/firefox-i18n-35.0.1/dsb.xpi) = 02e0703eb39798c03a232f2eee19027e08cda83feedcfcbab7fa3e0560ae4816 +SIZE (xpi/firefox-i18n-35.0.1/dsb.xpi) = 454784 +SHA256 (xpi/firefox-i18n-35.0.1/el.xpi) = dafab4f4383637fd4bc0fe77974536f17760e4ee4901fff5b2668a920107bf06 +SIZE (xpi/firefox-i18n-35.0.1/el.xpi) = 481158 +SHA256 (xpi/firefox-i18n-35.0.1/en-GB.xpi) = 0245fc34ff932eeb4c1b5c25bfe685517617033a54ec406ab72d0aba0de15eb4 +SIZE (xpi/firefox-i18n-35.0.1/en-GB.xpi) = 425596 +SHA256 (xpi/firefox-i18n-35.0.1/en-US.xpi) = ee3bc397656563ac85aca856ed964185bdc64f79dd95c84d5238e22ce5d28860 +SIZE (xpi/firefox-i18n-35.0.1/en-US.xpi) = 455423 +SHA256 (xpi/firefox-i18n-35.0.1/en-ZA.xpi) = be64bc5180e077ecde34508b033e5b550271663850dbabdab02ac3a980a01d71 +SIZE (xpi/firefox-i18n-35.0.1/en-ZA.xpi) = 421565 +SHA256 (xpi/firefox-i18n-35.0.1/eo.xpi) = b4a64a0c9cdfb0d5a257da0d1e2b7852565f8ba5dec5a2976e9b5e6ce6e5c9bb +SIZE (xpi/firefox-i18n-35.0.1/eo.xpi) = 470276 +SHA256 (xpi/firefox-i18n-35.0.1/es-AR.xpi) = d3298013ec0580c26cbc3298fc68ba334f9f7f514f415851dbc0f438b3a7d1e2 +SIZE (xpi/firefox-i18n-35.0.1/es-AR.xpi) = 438917 +SHA256 (xpi/firefox-i18n-35.0.1/es-CL.xpi) = 4808e96479bc8f179ae1505f40f0e3719f1f0a0e5db34dd4d05c47e9ccb50acc +SIZE (xpi/firefox-i18n-35.0.1/es-CL.xpi) = 374669 +SHA256 (xpi/firefox-i18n-35.0.1/es-ES.xpi) = 4a71fc57cc3a1e8134b550acc4fff64889c0c2c3eb40558f47f88dd6c3c534a3 +SIZE (xpi/firefox-i18n-35.0.1/es-ES.xpi) = 365066 +SHA256 (xpi/firefox-i18n-35.0.1/es-MX.xpi) = e328a8b9d45f283973fc3c3c10543f1fbf4b71f65ef6720522f3ab5a59324566 +SIZE (xpi/firefox-i18n-35.0.1/es-MX.xpi) = 441443 +SHA256 (xpi/firefox-i18n-35.0.1/et.xpi) = f4476419ef4ca9eb496313acb97270ec3bf80f4de6c3142ddc4545edc1e50767 +SIZE (xpi/firefox-i18n-35.0.1/et.xpi) = 428358 +SHA256 (xpi/firefox-i18n-35.0.1/eu.xpi) = 1a17bea191c0a12741bc124e4b8b6168a5414bc0bd0a053f9ca1837a5a491d58 +SIZE (xpi/firefox-i18n-35.0.1/eu.xpi) = 451385 +SHA256 (xpi/firefox-i18n-35.0.1/fa.xpi) = 3aba9cbcac32d7c48bd8c749b6656c51c62c3e56c43475016c6746cf838fe161 +SIZE (xpi/firefox-i18n-35.0.1/fa.xpi) = 496845 +SHA256 (xpi/firefox-i18n-35.0.1/ff.xpi) = 7c0daf076c98fe33e2123c15ab67cf8f17b2d4d3fad8719d276d70fe1b247866 +SIZE (xpi/firefox-i18n-35.0.1/ff.xpi) = 437965 +SHA256 (xpi/firefox-i18n-35.0.1/fi.xpi) = 54266792cdd9cc1400b441d30f29a82d1e2597f11b0d1015793ab4d92a5f6d58 +SIZE (xpi/firefox-i18n-35.0.1/fi.xpi) = 430182 +SHA256 (xpi/firefox-i18n-35.0.1/fr.xpi) = ef3d7cddeca250d8806a837ab469ac3e4370f11b0f79c68c2f27fd5eb01177fa +SIZE (xpi/firefox-i18n-35.0.1/fr.xpi) = 445753 +SHA256 (xpi/firefox-i18n-35.0.1/fy-NL.xpi) = abff62c1abe9f1e65d9224899a043e34cbfe5fbc7dd156c0a6c7e47856535de1 +SIZE (xpi/firefox-i18n-35.0.1/fy-NL.xpi) = 440303 +SHA256 (xpi/firefox-i18n-35.0.1/ga-IE.xpi) = cbbc6d4697c0c75c20f1d616a4d46e79696551ae30e2c87a66f3146c4dd0d100 +SIZE (xpi/firefox-i18n-35.0.1/ga-IE.xpi) = 449555 +SHA256 (xpi/firefox-i18n-35.0.1/gd.xpi) = f0ccb7ce40d28bf69977a260c8b7daec1af56ae8334ec89e76e0f85fd7ad8a83 +SIZE (xpi/firefox-i18n-35.0.1/gd.xpi) = 439244 +SHA256 (xpi/firefox-i18n-35.0.1/gl.xpi) = e5e95935b581e9204b8c8ad087cee75c0d11b89679c598bd75d30eae32ffdd6b +SIZE (xpi/firefox-i18n-35.0.1/gl.xpi) = 430165 +SHA256 (xpi/firefox-i18n-35.0.1/gu-IN.xpi) = e762c277f0d754f00a747cf8620e6d3ddc28f7a50480f9890c0a7f78b9622b23 +SIZE (xpi/firefox-i18n-35.0.1/gu-IN.xpi) = 458572 +SHA256 (xpi/firefox-i18n-35.0.1/he.xpi) = cef8bc677a3d27ec1cde58074f6da507f7a12da4dc880aaa31572246a870f21a +SIZE (xpi/firefox-i18n-35.0.1/he.xpi) = 468597 +SHA256 (xpi/firefox-i18n-35.0.1/hi-IN.xpi) = 846c4f84bea652f4acfc8b7c20e70a250761a61cd972b9794e9b3c5001d7154a +SIZE (xpi/firefox-i18n-35.0.1/hi-IN.xpi) = 488755 +SHA256 (xpi/firefox-i18n-35.0.1/hr.xpi) = e96ea6db4376a754979fc3489fee6d8209b596fe8f489d7da242853a36a2f1d8 +SIZE (xpi/firefox-i18n-35.0.1/hr.xpi) = 462800 +SHA256 (xpi/firefox-i18n-35.0.1/hsb.xpi) = c88e1a400c0feef1a1a153fdd6ef4d66bad8b4df7cd23ad1e76753fe9aa1da2d +SIZE (xpi/firefox-i18n-35.0.1/hsb.xpi) = 452733 +SHA256 (xpi/firefox-i18n-35.0.1/hu.xpi) = 340559b31adf316b911d23d1d5c685f02784bd6980ff652dae0c17bc812201c3 +SIZE (xpi/firefox-i18n-35.0.1/hu.xpi) = 438009 +SHA256 (xpi/firefox-i18n-35.0.1/hy-AM.xpi) = 3fba8b1de7777071f865f677f68fb8bd6551d7a778597ad7ba79ddafff033f8a +SIZE (xpi/firefox-i18n-35.0.1/hy-AM.xpi) = 518275 +SHA256 (xpi/firefox-i18n-35.0.1/id.xpi) = 6687221ffce5922d00ce44994eb7acb85749625b937fb0f004056523fe547611 +SIZE (xpi/firefox-i18n-35.0.1/id.xpi) = 416385 +SHA256 (xpi/firefox-i18n-35.0.1/is.xpi) = 6d089ebba0e25e314413bdf794301ceaf017fd0c9469bcbeb002d185879e5fb7 +SIZE (xpi/firefox-i18n-35.0.1/is.xpi) = 470064 +SHA256 (xpi/firefox-i18n-35.0.1/it.xpi) = 5866566401aefc3fab966709a4a03619b9a6f2f0c9524b2a0b7fae639611035f +SIZE (xpi/firefox-i18n-35.0.1/it.xpi) = 359265 +SHA256 (xpi/firefox-i18n-35.0.1/ja.xpi) = c6f8e7b35f660dda0e7d7ab176fe5a93307fdd586646bc64d12972d7ccb018b9 +SIZE (xpi/firefox-i18n-35.0.1/ja.xpi) = 461521 +SHA256 (xpi/firefox-i18n-35.0.1/kk.xpi) = 611ff26f07b59ced4bf70ad43e0d0b16fad120987d2a7b26c3f644717c369030 +SIZE (xpi/firefox-i18n-35.0.1/kk.xpi) = 485879 +SHA256 (xpi/firefox-i18n-35.0.1/km.xpi) = ac3438326e449bec4e3fb8145b1d06fab26977202cbcc566a4037836029f4774 +SIZE (xpi/firefox-i18n-35.0.1/km.xpi) = 546286 +SHA256 (xpi/firefox-i18n-35.0.1/kn.xpi) = 2f5dbb7a8e5027e8de89327a80d10bb5e4d6cddc0cefcc1d2be8abbc0df55e9e +SIZE (xpi/firefox-i18n-35.0.1/kn.xpi) = 511933 +SHA256 (xpi/firefox-i18n-35.0.1/ko.xpi) = c639be7543588606ac3e60beeb34b3bdf81ec33ca290ceb01cbc7ecca69ba9b1 +SIZE (xpi/firefox-i18n-35.0.1/ko.xpi) = 444350 +SHA256 (xpi/firefox-i18n-35.0.1/lij.xpi) = 436718bc1f3608227619cd60a6f37b74c21a015d04031e0ea2589f93dc6a0f9c +SIZE (xpi/firefox-i18n-35.0.1/lij.xpi) = 426477 +SHA256 (xpi/firefox-i18n-35.0.1/lt.xpi) = 457faeb4590b7aa3b9f380e5e4f55a96a5e0185436b6d7d15de8e5a38ee7cc31 +SIZE (xpi/firefox-i18n-35.0.1/lt.xpi) = 470365 +SHA256 (xpi/firefox-i18n-35.0.1/lv.xpi) = 561ae1afc35b062fe76ceca7cfb3771ee3d7c5df07132e92dbce85f663792a64 +SIZE (xpi/firefox-i18n-35.0.1/lv.xpi) = 433945 +SHA256 (xpi/firefox-i18n-35.0.1/mai.xpi) = 573f1bc3d69e79c915a825c0270731cd1399875d497c0a01602ed0cb3c5d5a1a +SIZE (xpi/firefox-i18n-35.0.1/mai.xpi) = 481807 +SHA256 (xpi/firefox-i18n-35.0.1/mk.xpi) = 6792a05b1d135d67815e959d617cbffb36f205f258b123028a5b44f1e47a09c3 +SIZE (xpi/firefox-i18n-35.0.1/mk.xpi) = 512250 +SHA256 (xpi/firefox-i18n-35.0.1/ml.xpi) = dc21bfa33f3b525e579593084761f51131342ecb5bde14c371034dd0ae50e697 +SIZE (xpi/firefox-i18n-35.0.1/ml.xpi) = 510072 +SHA256 (xpi/firefox-i18n-35.0.1/mr.xpi) = e9aac053cf818d3d5920465eee8570ea4cae83f9956ce24c2aaed10aea3b390d +SIZE (xpi/firefox-i18n-35.0.1/mr.xpi) = 490864 +SHA256 (xpi/firefox-i18n-35.0.1/ms.xpi) = a42a1113aec44c5ebc4956e0a7c7ce914a49133e5f3bb4e5b302e97894c3b0b0 +SIZE (xpi/firefox-i18n-35.0.1/ms.xpi) = 473982 +SHA256 (xpi/firefox-i18n-35.0.1/nb-NO.xpi) = e50d30605491cab9238c568c83f769ece2848750837ffb2a6f8bddd7981285ed +SIZE (xpi/firefox-i18n-35.0.1/nb-NO.xpi) = 427547 +SHA256 (xpi/firefox-i18n-35.0.1/nl.xpi) = 660343874d41a5e94314756dd46d66ad0f1cb5a92eadcf29ac11b615efd28ba4 +SIZE (xpi/firefox-i18n-35.0.1/nl.xpi) = 428993 +SHA256 (xpi/firefox-i18n-35.0.1/nn-NO.xpi) = 613a3b97f713ad1cedc348d275311c77ec312003e8e8a9ea71a64b4aca87eab3 +SIZE (xpi/firefox-i18n-35.0.1/nn-NO.xpi) = 421944 +SHA256 (xpi/firefox-i18n-35.0.1/or.xpi) = dac4b342b6b288cb3fd80dad7e9a2d43bae7d8deba25b7bab913a7ae56c4b813 +SIZE (xpi/firefox-i18n-35.0.1/or.xpi) = 507036 +SHA256 (xpi/firefox-i18n-35.0.1/pa-IN.xpi) = 32fa08bdfbd725d654ecdf1d3626d3562547c9b8134252401b9523b570997a56 +SIZE (xpi/firefox-i18n-35.0.1/pa-IN.xpi) = 478329 +SHA256 (xpi/firefox-i18n-35.0.1/pl.xpi) = dcf1c6c5343f2e327a61021f2d34eb4b37981114e9676bc9b43a99edbdaccab1 +SIZE (xpi/firefox-i18n-35.0.1/pl.xpi) = 399975 +SHA256 (xpi/firefox-i18n-35.0.1/pt-BR.xpi) = 2ca276a7afb55413ffe5ef573922b01cf8c4f77307dc0d0195bed51b71959028 +SIZE (xpi/firefox-i18n-35.0.1/pt-BR.xpi) = 446522 +SHA256 (xpi/firefox-i18n-35.0.1/pt-PT.xpi) = c620cb874d5c59f058281e4dbae08f9facddf6ded521040f6179d6b72d9c2548 +SIZE (xpi/firefox-i18n-35.0.1/pt-PT.xpi) = 424495 +SHA256 (xpi/firefox-i18n-35.0.1/rm.xpi) = 082a4919e2465f8050da69d62bb23ecfe1f69069886c471f9fdfa76e787dd171 +SIZE (xpi/firefox-i18n-35.0.1/rm.xpi) = 437062 +SHA256 (xpi/firefox-i18n-35.0.1/ro.xpi) = a8cb03c120ef5d5dc4bb25ff7cd6813cc43cddad7dcabdd949be9d00b3f742fa +SIZE (xpi/firefox-i18n-35.0.1/ro.xpi) = 479195 +SHA256 (xpi/firefox-i18n-35.0.1/ru.xpi) = e05c3e94d0cce52ac1a05391db5683f98fe7441304ef6791da29cf14e9eddd85 +SIZE (xpi/firefox-i18n-35.0.1/ru.xpi) = 403478 +SHA256 (xpi/firefox-i18n-35.0.1/si.xpi) = 4bb6f070dbcbc9e6a83007d7e767d293058ad9507e83be8a5adc519a2f9a204d +SIZE (xpi/firefox-i18n-35.0.1/si.xpi) = 510075 +SHA256 (xpi/firefox-i18n-35.0.1/sk.xpi) = f4ce68ecdc7e490650fe896e5cd3fbad9d867c516694c3ed90d96635eb380ada +SIZE (xpi/firefox-i18n-35.0.1/sk.xpi) = 453746 +SHA256 (xpi/firefox-i18n-35.0.1/sl.xpi) = d9b193f950e48778fe4b85f92c2ade2dba32d66ae4b9ce18c9c03ce17110cb7f +SIZE (xpi/firefox-i18n-35.0.1/sl.xpi) = 426391 +SHA256 (xpi/firefox-i18n-35.0.1/son.xpi) = 5440d8e0f9a8d1f6d7869ed3e80793da59a9243dff824a9ee79738843e084f24 +SIZE (xpi/firefox-i18n-35.0.1/son.xpi) = 433369 +SHA256 (xpi/firefox-i18n-35.0.1/sq.xpi) = 485dd57f6e456ff0174c074dae974624bd7ba17ae30f77cb67920a41db347f66 +SIZE (xpi/firefox-i18n-35.0.1/sq.xpi) = 470748 +SHA256 (xpi/firefox-i18n-35.0.1/sr.xpi) = 46786455739a5f27f9a5599579bfa71145cdb7f58fbe444e21afc396fd467a73 +SIZE (xpi/firefox-i18n-35.0.1/sr.xpi) = 463763 +SHA256 (xpi/firefox-i18n-35.0.1/sv-SE.xpi) = ea001c2598bdf1e9c6e182151caba27a0aa60af8fde4c4c40a1f2b05a11181d4 +SIZE (xpi/firefox-i18n-35.0.1/sv-SE.xpi) = 437320 +SHA256 (xpi/firefox-i18n-35.0.1/ta.xpi) = 9c2503006d250b7c028818755bd5e8272cce8bf21cdb4a44c8c31d72461d7469 +SIZE (xpi/firefox-i18n-35.0.1/ta.xpi) = 487298 +SHA256 (xpi/firefox-i18n-35.0.1/te.xpi) = 2525e90f735ea20d95c06f17b510ff9480c4274d517bf63145620a4753d3a1c3 +SIZE (xpi/firefox-i18n-35.0.1/te.xpi) = 508639 +SHA256 (xpi/firefox-i18n-35.0.1/th.xpi) = 7dfd4aeeb3cfbd7cfc0e78e0aadd127bb7a63c3ddf6a1bd4820ce336001b5512 +SIZE (xpi/firefox-i18n-35.0.1/th.xpi) = 515441 +SHA256 (xpi/firefox-i18n-35.0.1/tr.xpi) = 518e383cb87645475faf5fbfbb26eb282599c1e1c9a50bb83599853d81eea9e6 +SIZE (xpi/firefox-i18n-35.0.1/tr.xpi) = 465759 +SHA256 (xpi/firefox-i18n-35.0.1/uk.xpi) = db0ccc183158a5974655559b1736a0462b4ead630b4528f96e2d9c851d73252f +SIZE (xpi/firefox-i18n-35.0.1/uk.xpi) = 464399 +SHA256 (xpi/firefox-i18n-35.0.1/vi.xpi) = 786b1ceae1720057361b202a41222de9bb54045b626233bdeb7d185c70654278 +SIZE (xpi/firefox-i18n-35.0.1/vi.xpi) = 450200 +SHA256 (xpi/firefox-i18n-35.0.1/xh.xpi) = 487e7a4cdd4cb711166b553579ffb1f8ac194604a00a4bfc8630f85f306536ea +SIZE (xpi/firefox-i18n-35.0.1/xh.xpi) = 432689 +SHA256 (xpi/firefox-i18n-35.0.1/zh-CN.xpi) = ed836b386eeda9e7cee1b5ad6608380d7cc2ab57e885968e343da1e003cf27ed +SIZE (xpi/firefox-i18n-35.0.1/zh-CN.xpi) = 471967 +SHA256 (xpi/firefox-i18n-35.0.1/zh-TW.xpi) = aaada1e8ce0479d6443817fce323f152c607b658340c81c421a6eee655c14373 +SIZE (xpi/firefox-i18n-35.0.1/zh-TW.xpi) = 451738 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Feb 1 16:45:59 2015 (r378252) +++ head/www/firefox/Makefile Sun Feb 1 16:46:24 2015 (r378253) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 35.0 +DISTVERSION= 35.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sun Feb 1 16:45:59 2015 (r378252) +++ head/www/firefox/distinfo Sun Feb 1 16:46:24 2015 (r378253) @@ -1,2 +1,2 @@ -SHA256 (firefox-35.0.source.tar.bz2) = bedeb5bbd8b49e5b286497ef7732542c6e7441088fd8cd577d7ca8af4c871e81 -SIZE (firefox-35.0.source.tar.bz2) = 176269100 +SHA256 (firefox-35.0.1.source.tar.bz2) = c92b34e08e39e2d482a61194e79255478331a54bf86bf144dc38f3d4bfbc507a +SIZE (firefox-35.0.1.source.tar.bz2) = 176276361 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 17:40:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E164A690; Sun, 1 Feb 2015 17:40:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCE5FE05; Sun, 1 Feb 2015 17:40:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11He2nc000961; Sun, 1 Feb 2015 17:40:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11He2BV000957; Sun, 1 Feb 2015 17:40:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011740.t11He2BV000957@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 17:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378254 - head/net-mgmt/netwox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 17:40:03 -0000 Author: amdmi3 Date: Sun Feb 1 17:40:01 2015 New Revision: 378254 URL: https://svnweb.freebsd.org/changeset/ports/378254 QAT: https://qat.redports.org/buildarchive/r378254/ Log: - Mark MAKE_JOBS_UNSAFE: compilation fails with link errors here with -j8. Seems to be a race between ranlib call and use of a static library - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/net-mgmt/netwox/Makefile head/net-mgmt/netwox/pkg-plist Modified: head/net-mgmt/netwox/Makefile ============================================================================== --- head/net-mgmt/netwox/Makefile Sun Feb 1 16:46:24 2015 (r378253) +++ head/net-mgmt/netwox/Makefile Sun Feb 1 17:40:01 2015 (r378254) @@ -21,6 +21,8 @@ SHORTPORTVERSION=${PORTVERSION:C/([0-9]* PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} +MAKE_JOBS_UNSAFE= yes + do-configure: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|' \ Modified: head/net-mgmt/netwox/pkg-plist ============================================================================== --- head/net-mgmt/netwox/pkg-plist Sun Feb 1 16:46:24 2015 (r378253) +++ head/net-mgmt/netwox/pkg-plist Sun Feb 1 17:40:01 2015 (r378254) @@ -247,8 +247,3 @@ man/man1/netwox%%SHORTPORTVERSION%%.1.gz %%PORTDOCS%%%%DOCSDIR%%/tools/222.html %%PORTDOCS%%%%DOCSDIR%%/tools/223.html %%PORTDOCS%%%%DOCSDIR%%/tools/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tools -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 17:49:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDBE87E4; Sun, 1 Feb 2015 17:49:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9AD4EBB; Sun, 1 Feb 2015 17:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11HnRma005662; Sun, 1 Feb 2015 17:49:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11HnR8c005660; Sun, 1 Feb 2015 17:49:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011749.t11HnR8c005660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 17:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378255 - head/net-mgmt/flowd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 17:49:27 -0000 Author: amdmi3 Date: Sun Feb 1 17:49:26 2015 New Revision: 378255 URL: https://svnweb.freebsd.org/changeset/ports/378255 QAT: https://qat.redports.org/buildarchive/r378255/ Log: - Install stuff in pre-install target - this is needed for perl5.mk's fix-perl-things target to run correctly as it's run before post-install - Fix strip - Remove @dirrm* from pkg-plist Modified: head/net-mgmt/flowd/Makefile head/net-mgmt/flowd/pkg-plist Modified: head/net-mgmt/flowd/Makefile ============================================================================== --- head/net-mgmt/flowd/Makefile Sun Feb 1 17:40:01 2015 (r378254) +++ head/net-mgmt/flowd/Makefile Sun Feb 1 17:49:26 2015 (r378255) @@ -58,7 +58,7 @@ post-build: ( cd ${WRKSRC} && ${PYTHON_CMD} setup.py build ) .endif -post-install: +pre-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @@ -66,7 +66,9 @@ post-install: .if ${PORT_OPTIONS:MPERL} ( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install ) + @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so + @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so .endif .if ${PORT_OPTIONS:MPYTHON} Modified: head/net-mgmt/flowd/pkg-plist ============================================================================== --- head/net-mgmt/flowd/pkg-plist Sun Feb 1 17:40:01 2015 (r378254) +++ head/net-mgmt/flowd/pkg-plist Sun Feb 1 17:49:26 2015 (r378255) @@ -28,6 +28,3 @@ sbin/flowd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sockclient.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stats.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wormsuspects.pl -@dirrm include/flowd -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/flowrrd -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:01:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E14EFA81; Sun, 1 Feb 2015 18:01:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDE5297; Sun, 1 Feb 2015 18:01:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11I1VTq012746; Sun, 1 Feb 2015 18:01:31 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11I1VF1012745; Sun, 1 Feb 2015 18:01:31 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502011801.t11I1VF1012745@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Sun, 1 Feb 2015 18:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378257 - head/x11/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:01:32 -0000 Author: jgh Date: Sun Feb 1 18:01:31 2015 New Revision: 378257 URL: https://svnweb.freebsd.org/changeset/ports/378257 QAT: https://qat.redports.org/buildarchive/r378257/ Log: - adddres misuse of options PR: 197242 Submitted by: amdmi3@ Modified: head/x11/xlockmore/Makefile Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Sun Feb 1 17:57:57 2015 (r378256) +++ head/x11/xlockmore/Makefile Sun Feb 1 18:01:31 2015 (r378257) @@ -24,7 +24,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR} CONFIGURE_ENV+= ac_freetype_includes="${LOCALBASE}/include/freetype2" OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ - KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK XLOCKMORE_LANG + KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK OPTIONS_SUB= yes MESAGL_DESC= Mesa 3D (for GL modes) @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --enable-blank-only CONFIGURE_ARGS+= --enable-use-mb .endif -.if ${PORT_OPTIONS:MXLOCKMORE_LANG} +.if defined(XLOCKMORE_LANG) CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:03:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E077B78; Sun, 1 Feb 2015 18:03:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 273E4A8; Sun, 1 Feb 2015 18:03:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11I3nDI015144; Sun, 1 Feb 2015 18:03:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11I3iur015122; Sun, 1 Feb 2015 18:03:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011803.t11I3iur015122@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 18:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378258 - in head/net-mgmt: ezradius fetchconfig glpi-plugins-tracker-agent mrtg nagvis netams netmagis-common netmagis-detecteq netmagis-servers netmagis-www netwag ocsinventory-ng p5-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:03:49 -0000 Author: amdmi3 Date: Sun Feb 1 18:03:44 2015 New Revision: 378258 URL: https://svnweb.freebsd.org/changeset/ports/378258 QAT: https://qat.redports.org/buildarchive/r378258/ Log: - Drop @dirrm* from and add empty directories to pkg-plists Approved by: portmgr blanket Modified: head/net-mgmt/ezradius/pkg-plist head/net-mgmt/fetchconfig/pkg-plist head/net-mgmt/glpi-plugins-tracker-agent/pkg-plist head/net-mgmt/mrtg/pkg-plist head/net-mgmt/nagvis/pkg-plist head/net-mgmt/netams/pkg-plist head/net-mgmt/netmagis-common/pkg-plist head/net-mgmt/netmagis-detecteq/pkg-plist head/net-mgmt/netmagis-servers/pkg-plist head/net-mgmt/netmagis-www/pkg-plist head/net-mgmt/netwag/pkg-plist head/net-mgmt/ocsinventory-ng/pkg-plist head/net-mgmt/p5-SNMP_Session/pkg-plist head/net-mgmt/p5-jmx4perl/pkg-plist head/net-mgmt/pancho/pkg-plist head/net-mgmt/wifimgr/pkg-plist Modified: head/net-mgmt/ezradius/pkg-plist ============================================================================== --- head/net-mgmt/ezradius/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/ezradius/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -236,30 +236,3 @@ %%WWWDIR%%/list-alluser.php %%WWWDIR%%/acct-username-input.php %%WWWDIR%%/config-editor.php -@dirrmtry %%WWWDIR%%/screenshot -@dirrmtry %%WWWDIR%%/resources/mysql-dump -@dirrmtry %%WWWDIR%%/resources/hotspotlogin-without-popup/Connections -@dirrmtry %%WWWDIR%%/resources/hotspotlogin-without-popup -@dirrmtry %%WWWDIR%%/resources/hotspotlogin-with-popup/screenshot -@dirrmtry %%WWWDIR%%/resources/hotspotlogin-with-popup/Connections -@dirrmtry %%WWWDIR%%/resources/hotspotlogin-with-popup -@dirrmtry %%WWWDIR%%/resources/freeradius-example-config/certs/demoCA -@dirrmtry %%WWWDIR%%/resources/freeradius-example-config/certs -@dirrmtry %%WWWDIR%%/resources/freeradius-example-config -@dirrmtry %%WWWDIR%%/resources/chillispot-example-config -@dirrmtry %%WWWDIR%%/resources -@dirrmtry %%WWWDIR%%/library/_notes -@dirrmtry %%WWWDIR%%/library -@dirrmtry %%WWWDIR%%/images/_notes -@dirrmtry %%WWWDIR%%/images -@dirrmtry %%WWWDIR%%/config -@dirrmtry %%WWWDIR%%/_notes -@dirrmtry %%WWWDIR%%/_mmServerScripts/_notes -@dirrmtry %%WWWDIR%%/_mmServerScripts -@dirrmtry %%WWWDIR%%/Templates/_notes -@dirrmtry %%WWWDIR%%/Templates -@dirrmtry %%WWWDIR%%/SpryAssets/_notes -@dirrmtry %%WWWDIR%%/SpryAssets -@dirrmtry %%WWWDIR%%/Connections/_notes -@dirrmtry %%WWWDIR%%/Connections -@dirrmtry %%WWWDIR%% Modified: head/net-mgmt/fetchconfig/pkg-plist ============================================================================== --- head/net-mgmt/fetchconfig/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/fetchconfig/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -18,5 +18,3 @@ bin/fetchconfig %%SITE_PERL%%/fetchconfig/model/Terayon.pm %%SITE_PERL%%/fetchconfig/Constants.pm %%SITE_PERL%%/fetchconfig/Logger.pm -@dirrm lib/perl5/site_perl -@dirrm lib/perl5 Modified: head/net-mgmt/glpi-plugins-tracker-agent/pkg-plist ============================================================================== --- head/net-mgmt/glpi-plugins-tracker-agent/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/glpi-plugins-tracker-agent/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -13,8 +13,4 @@ share/tracker_agent/inc/tracker_snmp.pm share/tracker_agent/inc/tracker_xml.pm share/tracker_agent/tools/verif_descr.pl share/tracker_agent/tracker_agent.pl -@dirrm share/tracker_agent/tools -@dirrm share/tracker_agent/log -@dirrm share/tracker_agent/inc/devices -@dirrm share/tracker_agent/inc -@dirrm share/tracker_agent +@dir share/tracker_agent/log Modified: head/net-mgmt/mrtg/pkg-plist ============================================================================== --- head/net-mgmt/mrtg/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/mrtg/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -24,4 +24,3 @@ man/man1/mrtg-unix-guide.1.gz man/man1/mrtg-webserver.1.gz man/man1/mrtg.1.gz man/man1/mrtglib.1.gz -@dirrmtry %%ETCDIR%% Modified: head/net-mgmt/nagvis/pkg-plist ============================================================================== --- head/net-mgmt/nagvis/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/nagvis/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -745,130 +745,7 @@ %%WWWDIR%%/uifx/src/modules/gmap/view/controls/LocationMarker.as %%WWWDIR%%/uifx/src/services-config.xml %%WWWDIR%%/uifx/src/shell.mxml -@dirrmtry %%WWWDIR%%/var/tmpl/compile -@dirrmtry %%WWWDIR%%/var/tmpl/cache -@dirrmtry %%WWWDIR%%/var/tmpl -@dirrmtry %%WWWDIR%%/var -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/view/controls -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/view -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/mediator -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/mate -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/img -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/events -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/domain/nagios -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/domain -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/data -@dirrm %%WWWDIR%%/uifx/src/modules/gmap/css -@dirrm %%WWWDIR%%/uifx/src/modules/gmap -@dirrm %%WWWDIR%%/uifx/src/modules -@dirrm %%WWWDIR%%/uifx/src/lib/ui -@dirrm %%WWWDIR%%/uifx/src/lib -@dirrm %%WWWDIR%%/uifx/src -@dirrm %%WWWDIR%%/uifx/libs -@dirrm %%WWWDIR%%/uifx/html-template/history -@dirrm %%WWWDIR%%/uifx/html-template -@dirrm %%WWWDIR%%/uifx -@dirrmtry %%WWWDIR%%/share/var -@dirrmtry %%WWWDIR%%/share/userfiles/templates -@dirrmtry %%WWWDIR%%/share/userfiles/styles -@dirrmtry %%WWWDIR%%/share/userfiles/sounds -@dirrmtry %%WWWDIR%%/share/userfiles/scripts -@dirrmtry %%WWWDIR%%/share/userfiles/images/templates -@dirrmtry %%WWWDIR%%/share/userfiles/images/shapes -@dirrmtry %%WWWDIR%%/share/userfiles/images/maps -@dirrmtry %%WWWDIR%%/share/userfiles/images/iconsets -@dirrmtry %%WWWDIR%%/share/userfiles/images/gadgets -@dirrmtry %%WWWDIR%%/share/userfiles/images -@dirrmtry %%WWWDIR%%/share/userfiles/gadgets -@dirrmtry %%WWWDIR%%/share/userfiles -@dirrm %%WWWDIR%%/share/server/core/sources -@dirrm %%WWWDIR%%/share/server/core/mapcfg -@dirrm %%WWWDIR%%/share/server/core/functions -@dirrm %%WWWDIR%%/share/server/core/ext/php-gettext-1.0.9 -@dirrm %%WWWDIR%%/share/server/core/ext -@dirrm %%WWWDIR%%/share/server/core/defines -@dirrm %%WWWDIR%%/share/server/core/classes/objects -@dirrm %%WWWDIR%%/share/server/core/classes -@dirrm %%WWWDIR%%/share/server/core -@dirrm %%WWWDIR%%/share/server -@dirrm %%WWWDIR%%/share/netmap/modules/gmap -@dirrm %%WWWDIR%%/share/netmap/modules -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Server/Reflection/Function -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Server/Reflection -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Server/Method -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Server -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Date -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Value/Messaging -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Value -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Util -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Server -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Response -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Request -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Parse/Amf3 -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Parse/Amf0 -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf/Parse -@dirrm %%WWWDIR%%/share/netmap/library/Zend/Amf -@dirrm %%WWWDIR%%/share/netmap/library/Zend -@dirrm %%WWWDIR%%/share/netmap/library -@dirrm %%WWWDIR%%/share/netmap -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/ru_RU/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/ru_RU -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/pt_BR/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/pt_BR -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/fr_FR/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/fr_FR -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/es_ES/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/es_ES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/en_US/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/en_US -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/de_DE/LC_MESSAGES -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale/de_DE -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/locale -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/js -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/images/jscolor -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/images/internal -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/images -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/processors -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/functions -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/filters -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/blocks -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Smarty -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Security -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/ICompilable -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Compilation -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Block -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/ZendFramework -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/views -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/libraries -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/controllers -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter/config -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CodeIgniter -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/CakePHP -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/Agavi/dwoo_plugins -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters/Agavi -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Adapters -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext/dwoo-1.1.0 -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/ext -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/defines -@dirrm %%WWWDIR%%/share/frontend/nagvis-js/classes -@dirrm %%WWWDIR%%/share/frontend/nagvis-js -@dirrm %%WWWDIR%%/share/frontend -@dirrmtry %%WWWDIR%%/share -@dirrmtry %%WWWDIR%%/etc/maps -@dirrmtry %%WWWDIR%%/etc/geomap -@dirrmtry %%WWWDIR%%/etc/conf.d -@dirrmtry %%WWWDIR%%/etc/automaps -@dirrmtry %%WWWDIR%%/etc -@dirrm %%WWWDIR%%/docs/general/img -@dirrm %%WWWDIR%%/docs/general/css -@dirrm %%WWWDIR%%/docs/general -@dirrm %%WWWDIR%%/docs/en_US/extending -@dirrm %%WWWDIR%%/docs/en_US -@dirrm %%WWWDIR%%/docs/de_DE/extending -@dirrm %%WWWDIR%%/docs/de_DE -@dirrm %%WWWDIR%%/docs -@dirrmtry %%WWWDIR%% +@dir %%WWWDIR%%/var/tmpl/compile +@dir %%WWWDIR%%/var/tmpl/cache +@dir %%WWWDIR%%/share/var +@dir %%WWWDIR%%/etc/automaps Modified: head/net-mgmt/netams/pkg-plist ============================================================================== --- head/net-mgmt/netams/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netams/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -65,10 +65,3 @@ sbin/ipfw2netflow %%CGI%%%%WWWDIR%%/images/showtable-logo.gif %%CGI%%%%WWWDIR%%/index.html %%CGI%%%%WWWDIR%%/netams.js -%%CGI%%@dirrm %%WWWDIR%%/images -%%CGI%%@dirrm %%WWWDIR%%/cgi-bin/admin -%%CGI%%@dirrm %%WWWDIR%%/cgi-bin -%%CGI%%@dirrm %%WWWDIR%% -@dirrm %%DATADIR%%/tools/oracle -@dirrm %%DATADIR%%/tools -@dirrmtry %%DATADIR%% Modified: head/net-mgmt/netmagis-common/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-common/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netmagis-common/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -11,6 +11,3 @@ lib/netmagis/pkgtcl/pgsql.tcl lib/netmagis/pkgtcl/pkgIndex.tcl lib/netmagis/pkgtcl/webapp.n lib/netmagis/pkgtcl/webapp.tcl -@dirrm lib/netmagis/pkgtcl -@dirrm lib/netmagis/msgs -@dirrm lib/netmagis Modified: head/net-mgmt/netmagis-detecteq/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-detecteq/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netmagis-detecteq/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -2,5 +2,3 @@ sbin/detectconfmod %%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/radiusd.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/server.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/topo.conf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/radius -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% Modified: head/net-mgmt/netmagis-servers/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-servers/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netmagis-servers/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -7,4 +7,3 @@ sbin/mkzones %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.mroute %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.smtpf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pf.conf.sample -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% Modified: head/net-mgmt/netmagis-www/pkg-plist ============================================================================== --- head/net-mgmt/netmagis-www/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netmagis-www/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -338,37 +338,3 @@ lib/netmagis/tmpl/fr/topotop.html %%WWWDIR%%/statorg %%WWWDIR%%/statuser %%WWWDIR%%/topotop -@dirrm %%WWWDIR%% -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -@dirrm lib/netmagis/tmpl/fr -@dirrm lib/netmagis/tmpl/en -@dirrm lib/netmagis/tmpl -@dirrm lib/netmagis/htg/models/netmagis/texte -@dirrm lib/netmagis/htg/models/netmagis/include/latex -@dirrm lib/netmagis/htg/models/netmagis/include/html -@dirrm lib/netmagis/htg/models/netmagis/include -@dirrm lib/netmagis/htg/models/netmagis/css/images -@dirrm lib/netmagis/htg/models/netmagis/css -@dirrm lib/netmagis/htg/models/netmagis -@dirrm lib/netmagis/htg/models/empty/transp -@dirrm lib/netmagis/htg/models/empty/texte -@dirrm lib/netmagis/htg/models/empty/include/latex -@dirrm lib/netmagis/htg/models/empty/include/html -@dirrm lib/netmagis/htg/models/empty/include -@dirrm lib/netmagis/htg/models/empty/accueil -@dirrm lib/netmagis/htg/models/empty -@dirrm lib/netmagis/htg/models/crc/transp -@dirrm lib/netmagis/htg/models/crc/texte -@dirrm lib/netmagis/htg/models/crc/personne -@dirrm lib/netmagis/htg/models/crc/include/latex -@dirrm lib/netmagis/htg/models/crc/include/html -@dirrm lib/netmagis/htg/models/crc/include -@dirrm lib/netmagis/htg/models/crc/css/images -@dirrm lib/netmagis/htg/models/crc/css -@dirrm lib/netmagis/htg/models/crc/accueil -@dirrm lib/netmagis/htg/models/crc -@dirrm lib/netmagis/htg/models -@dirrm lib/netmagis/htg/doc/pres19980629 -@dirrm lib/netmagis/htg/doc -@dirrm lib/netmagis/htg -@dirrmtry lib/netmagis Modified: head/net-mgmt/netwag/pkg-plist ============================================================================== --- head/net-mgmt/netwag/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/netwag/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -13,7 +13,3 @@ man/man1/netwag%%SHORTPORTVERSION%%.1.gz %%PORTDOCS%%%%DOCSDIR%%/txt/problemreport.txt %%PORTDOCS%%%%DOCSDIR%%/txt/problemusagebin.txt %%PORTDOCS%%%%DOCSDIR%%/txt/problemusageunix.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/net-mgmt/ocsinventory-ng/pkg-plist ============================================================================== --- head/net-mgmt/ocsinventory-ng/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/ocsinventory-ng/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -760,145 +760,7 @@ %%DATADIR%%/ocsreports/tools/recompose_paquet.php %%DATADIR%%/ocsreports/var.php %%DATADIR%%/setup.sh -@dirrm %%DATADIR%%/ocsreports/tools -@dirrm %%DATADIR%%/ocsreports/require -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_virtualmachines -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_videos -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_trays -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_switch -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_storages -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_sounds -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_softwares -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_powersupplies -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_ports -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_networks -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_modems -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_memories -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_localprinters -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_inputs -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_fans -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_drives -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_cpus -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_cartridges -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_cards -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/sd_admininfo -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/require -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail/img -@dirrm %%DATADIR%%/ocsreports/plugins/snmp_detail -@dirrm %%DATADIR%%/ocsreports/plugins/options_config -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_users -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_upload_file -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_teledeploy_workflow/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_teledeploy_workflow -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_teledeploy -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_stats -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_snmp/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_snmp -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_search_soft/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_search_soft/js -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_search_soft -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_scripts -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_repart_tag -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_regconfig/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_regconfig -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_plugins -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_multi_search -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_logs -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_ipdiscover/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_ipdiscover -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_help -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_groups -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_export -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_doubles -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_dict -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_debug -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_console -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_config/require -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_config -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_computer -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_all_soft -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_all_computers -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/ms_admininfo -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/img -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/conf/old_conf -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections/conf -@dirrm %%DATADIR%%/ocsreports/plugins/main_sections -@dirrm %%DATADIR%%/ocsreports/plugins/language/turkish -@dirrm %%DATADIR%%/ocsreports/plugins/language/spanish -@dirrm %%DATADIR%%/ocsreports/plugins/language/slovenian -@dirrm %%DATADIR%%/ocsreports/plugins/language/russian -@dirrm %%DATADIR%%/ocsreports/plugins/language/portuguese -@dirrm %%DATADIR%%/ocsreports/plugins/language/polish -@dirrm %%DATADIR%%/ocsreports/plugins/language/italian -@dirrm %%DATADIR%%/ocsreports/plugins/language/hungarian -@dirrm %%DATADIR%%/ocsreports/plugins/language/german -@dirrm %%DATADIR%%/ocsreports/plugins/language/french -@dirrm %%DATADIR%%/ocsreports/plugins/language/english -@dirrm %%DATADIR%%/ocsreports/plugins/language/brazilian_portuguese -@dirrm %%DATADIR%%/ocsreports/plugins/language -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/require -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/img -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_vm -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_videos -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_storages -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_sounds -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_softwares -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_slots -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_registry -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_processors -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_printers -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_ports -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_packets -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_networks -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_monitors -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_modems -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_memories -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_inputs -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_drives -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_controllers -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_configuration -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_comments -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_bios -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail/cd_admininfo -@dirrm %%DATADIR%%/ocsreports/plugins/computer_detail -@dirrm %%DATADIR%%/ocsreports/plugins -@dirrm %%DATADIR%%/ocsreports/libraries/qrcode/data -@dirrm %%DATADIR%%/ocsreports/libraries/qrcode -@dirrm %%DATADIR%%/ocsreports/libraries -@dirrm %%DATADIR%%/ocsreports/js/graph -@dirrm %%DATADIR%%/ocsreports/js -@dirrm %%DATADIR%%/ocsreports/image -@dirrm %%DATADIR%%/ocsreports/files -@dirrm %%DATADIR%%/ocsreports/css -@dirrm %%DATADIR%%/ocsreports/backend/require/lib/phpcas/languages -@dirrm %%DATADIR%%/ocsreports/backend/require/lib/phpcas/PGTStorage -@dirrm %%DATADIR%%/ocsreports/backend/require/lib/phpcas -@dirrm %%DATADIR%%/ocsreports/backend/require/lib -@dirrm %%DATADIR%%/ocsreports/backend/require -@dirrm %%DATADIR%%/ocsreports/backend/ipdiscover/methode -@dirrm %%DATADIR%%/ocsreports/backend/ipdiscover -@dirrm %%DATADIR%%/ocsreports/backend/identity/methode -@dirrm %%DATADIR%%/ocsreports/backend/identity -@dirrm %%DATADIR%%/ocsreports/backend/AUTH/methode -@dirrm %%DATADIR%%/ocsreports/backend/AUTH -@dirrm %%DATADIR%%/ocsreports/backend -@dirrm %%DATADIR%%/ocsreports -@dirrm %%DATADIR%%/etc/ocsinventory -@dirrm %%DATADIR%%/etc/logrotate.d -@dirrm %%DATADIR%%/etc -@dirrm %%DATADIR%%/dtd/Interface -@dirrm %%DATADIR%%/dtd -@dirrm %%DATADIR%%/binutils -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/System -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Inventory/Update -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Inventory -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Communication -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Capacities/Snmp -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Capacities/Download -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server/Capacities -@dirrm %%DATADIR%%/Apache/Ocsinventory/Server -@dirrm %%DATADIR%%/Apache/Ocsinventory/Interface -@dirrm %%DATADIR%%/Apache/Ocsinventory -@dirrm %%DATADIR%%/Apache -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dir %%DATADIR%%/ocsreports/plugins/snmp_detail/require +@dir %%DATADIR%%/ocsreports/plugins/snmp_detail/img +@dir %%DATADIR%%/ocsreports/plugins/main_sections/ms_ipdiscover/require +@dir %%DATADIR%%/ocsreports/plugins/main_sections/conf/old_conf Modified: head/net-mgmt/p5-SNMP_Session/pkg-plist ============================================================================== --- head/net-mgmt/p5-SNMP_Session/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/p5-SNMP_Session/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -4,4 +4,3 @@ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.SNMP_util %%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/net-mgmt/p5-jmx4perl/pkg-plist ============================================================================== --- head/net-mgmt/p5-jmx4perl/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/p5-jmx4perl/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -116,4 +116,3 @@ man/man1/jolokia.1.gz %%ETCDIR%%/threads.cfg.sample %%ETCDIR%%/tomcat.cfg.sample %%ETCDIR%%/weblogic.cfg.sample -@dirrmtry %%ETCDIR%% Modified: head/net-mgmt/pancho/pkg-plist ============================================================================== --- head/net-mgmt/pancho/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/pancho/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -16,4 +16,3 @@ man/man1/pancho.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.plugins %%PORTDOCS%%%%DOCSDIR%%/Plugin.sample -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/net-mgmt/wifimgr/pkg-plist ============================================================================== --- head/net-mgmt/wifimgr/pkg-plist Sun Feb 1 18:01:31 2015 (r378257) +++ head/net-mgmt/wifimgr/pkg-plist Sun Feb 1 18:03:44 2015 (r378258) @@ -34,5 +34,3 @@ share/icons/hicolor/scalable/apps/wifimg %%NLS%%share/locale/ja/LC_MESSAGES/wifimgr.mo %%NLS%%share/locale/nl/LC_MESSAGES/wifimgr.mo %%NLS%%share/locale/ru/LC_MESSAGES/wifimgr.mo -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:35:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E796F7F; Sun, 1 Feb 2015 18:35:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF2535D; Sun, 1 Feb 2015 18:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11IZPw1029515; Sun, 1 Feb 2015 18:35:25 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11IZPSa029513; Sun, 1 Feb 2015 18:35:25 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201502011835.t11IZPSa029513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 1 Feb 2015 18:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378259 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:35:25 -0000 Author: lwhsu Date: Sun Feb 1 18:35:24 2015 New Revision: 378259 URL: https://svnweb.freebsd.org/changeset/ports/378259 QAT: https://qat.redports.org/buildarchive/r378259/ Log: - Update to 1.598 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Sun Feb 1 18:03:44 2015 (r378258) +++ head/devel/jenkins/Makefile Sun Feb 1 18:35:24 2015 (r378259) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.596 +PORTVERSION= 1.598 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Sun Feb 1 18:03:44 2015 (r378258) +++ head/devel/jenkins/distinfo Sun Feb 1 18:35:24 2015 (r378259) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.596/jenkins.war) = f2daa4572d8d1590608f259a98dabd1e9f387abd6df7ee206707b3965a6abaf7 -SIZE (jenkins/1.596/jenkins.war) = 68217618 +SHA256 (jenkins/1.598/jenkins.war) = c7c431cf1e305fb19cd47065eaf980d3667df4d587b370508a55403167556e3d +SIZE (jenkins/1.598/jenkins.war) = 67619385 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:40:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45DC1172; Sun, 1 Feb 2015 18:40:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27172608; Sun, 1 Feb 2015 18:40:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11IextP031863; Sun, 1 Feb 2015 18:40:59 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11IewkI031658; Sun, 1 Feb 2015 18:40:58 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011840.t11IewkI031658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 18:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378260 - in head/www/mod_auth_kerb2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:40:59 -0000 Author: hrs Date: Sun Feb 1 18:40:57 2015 New Revision: 378260 URL: https://svnweb.freebsd.org/changeset/ports/378260 QAT: https://qat.redports.org/buildarchive/r378260/ Log: - Use USES=gssapi. - Add LICENSE. - Fix a bug in KrbSaveCredentials option (RHBA-2012:0877-1). Modified: head/www/mod_auth_kerb2/Makefile head/www/mod_auth_kerb2/files/patch-Makefile.in head/www/mod_auth_kerb2/files/patch-src__mod_auth_kerb.c Modified: head/www/mod_auth_kerb2/Makefile ============================================================================== --- head/www/mod_auth_kerb2/Makefile Sun Feb 1 18:35:24 2015 (r378259) +++ head/www/mod_auth_kerb2/Makefile Sun Feb 1 18:40:57 2015 (r378260) @@ -3,7 +3,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -12,39 +12,24 @@ PKGNAMESUFFIX= 2 MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for authenticating users with Kerberos v5 -USE_APACHE= 22+ -USES= gmake -GNU_CONFIGURE= yes +LICENSE= MIT BSD3CLAUSE +LICENSE_COMB= multi +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE +LATEST_LINK= mod_auth_kerb2 PORTSCOUT= limit:^5.4 -.if defined(KRB5_HOME) -BUILD_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 -RUN_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 -CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} --without-krb4 - -.elif defined(HEIMDAL_HOME) -BUILD_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal -RUN_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --without-krb4 - -.elif exists(${DESTDIR}/usr/lib/libkrb5.a) && exists(${DESTDIR}/usr/bin/krb5-config) -CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr --without-krb4 - -.else -LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5 -CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --without-krb4 -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ - ${WRKSRC}/Makefile.in -.if !defined(HEIMDAL_HOME) - ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ - ${WRKSRC}/Makefile.in -.endif +USE_APACHE= 22+ +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= -with-krb5=${GSSAPIBASEDIR} --without-krb4 -pre-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} +OPTIONS_RADIO= GSSAPI +OPTIONS_DEFAULT= GSSAPI_BASE +OPTIONS_RADIO_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit .include Modified: head/www/mod_auth_kerb2/files/patch-Makefile.in ============================================================================== --- head/www/mod_auth_kerb2/files/patch-Makefile.in Sun Feb 1 18:35:24 2015 (r378259) +++ head/www/mod_auth_kerb2/files/patch-Makefile.in Sun Feb 1 18:40:57 2015 (r378260) @@ -1,17 +1,13 @@ ---- Makefile.in.orig 2008-12-02 09:07:10.000000000 -0500 -+++ Makefile.in 2014-06-17 14:09:26.000000000 -0400 -@@ -1,4 +1,5 @@ - APXS = @APXS@ -+APXS_STAGE = @APXS_STAGE@ - KRB5_CPPFLAGS = @KRB5_CPPFLAGS@ - KRB5_LDFLAGS = @KRB5_LDFLAGS@ - KRB4_CPPFLAGS = @KRB4_CPPFLAGS@ -@@ -16,7 +17,7 @@ +--- Makefile.in.orig 2008-12-02 23:07:10.000000000 +0900 ++++ Makefile.in 2014-11-22 19:29:08.000000000 +0900 +@@ -16,7 +16,9 @@ ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" install: - ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c" -+ ${APXS} $(APXS_STAGE) -i -n auth_kerb src/mod_auth_kerb.la ++ mkdir -p "$(DESTDIR)$$(${APXS} -q libexecdir)" ++ ${APXS} -S LIBEXECDIR="$(DESTDIR)$$(${APXS} -q libexecdir)" \ ++ -i -n auth_kerb src/mod_auth_kerb.la clean: for i in . src spnegokrb5; do \ Modified: head/www/mod_auth_kerb2/files/patch-src__mod_auth_kerb.c ============================================================================== --- head/www/mod_auth_kerb2/files/patch-src__mod_auth_kerb.c Sun Feb 1 18:35:24 2015 (r378259) +++ head/www/mod_auth_kerb2/files/patch-src__mod_auth_kerb.c Sun Feb 1 18:40:57 2015 (r378260) @@ -2,8 +2,12 @@ # Rev in latest src archive is r150. # http://modauthkerb.cvs.sourceforge.net/viewvc/modauthkerb/mod_auth_kerb/src/mod_auth_kerb.c?revision=1.157 # Further patched to work with Apache 2.4. ---- src/mod_auth_kerb.c.orig 2008-12-04 11:14:03.000000000 +0100 -+++ src/mod_auth_kerb.c 2014-06-01 14:51:14.681087749 +0200 +# +# Patch to fix a bug in KrbSaveCredentials: +# https://bugzilla.redhat.com/show_bug.cgi?id=688210 +# +--- src/mod_auth_kerb.c.orig 2008-12-04 19:14:03.000000000 +0900 ++++ src/mod_auth_kerb.c 2014-11-22 19:34:12.000000000 +0900 @@ -11,6 +11,12 @@ */ @@ -60,7 +64,15 @@ module AP_MODULE_DECLARE_DATA auth_kerb_module; #else module auth_kerb_module; -@@ -298,7 +313,7 @@ +@@ -176,6 +191,7 @@ + char *authline; + char *user; + char *mech; ++ char *ccname; + int last_return; + } krb5_conn_data; + +@@ -298,7 +314,7 @@ } /* And this is the operations vector for our replay cache */ @@ -69,7 +81,7 @@ 0, "dfl", krb5_rc_dfl_init, -@@ -329,7 +344,7 @@ +@@ -329,7 +345,7 @@ ((kerb_auth_config *)rec)->krb_ssl_preauthentication = 0; #endif #ifdef KRB5 @@ -78,7 +90,7 @@ ((kerb_auth_config *)rec)->krb_method_k5pass = 1; ((kerb_auth_config *)rec)->krb_method_gssapi = 1; #endif -@@ -347,9 +362,15 @@ +@@ -347,9 +363,15 @@ return NULL; } @@ -94,7 +106,7 @@ { char errstr[1024]; va_list ap; -@@ -359,7 +380,9 @@ +@@ -359,7 +381,9 @@ va_end(ap); @@ -105,7 +117,7 @@ ap_log_rerror(file, line, level | APLOG_NOERRNO, status, r, "%s", errstr); #else ap_log_rerror(file, line, level | APLOG_NOERRNO, r, "%s", errstr); -@@ -527,7 +550,7 @@ +@@ -527,7 +551,7 @@ user = apr_pstrcat(r->pool, user, "@", realm, NULL); MK_USER = user; @@ -114,7 +126,7 @@ apr_table_setn(r->subprocess_env, "KRBTKFILE", tkt_file_p); if (!conf->krb_save_credentials) -@@ -677,7 +700,8 @@ +@@ -677,7 +701,8 @@ static krb5_error_code verify_krb5_user(request_rec *r, krb5_context context, krb5_principal principal, const char *password, krb5_principal server, @@ -124,7 +136,18 @@ { krb5_creds creds; krb5_get_init_creds_opt options; -@@ -926,7 +950,6 @@ +@@ -869,8 +894,8 @@ + } + + apr_table_setn(r->subprocess_env, "KRB5CCNAME", ccname); +- apr_pool_cleanup_register(r->pool, ccname, krb5_cache_cleanup, +- apr_pool_cleanup_null); ++ apr_pool_cleanup_register(r->connection->pool, ccname, krb5_cache_cleanup, ++ apr_pool_cleanup_null); + + *ccache = tmp_ccache; + tmp_ccache = NULL; +@@ -926,7 +951,6 @@ return OK; } @@ -132,7 +155,7 @@ static int authenticate_user_krb5pwd(request_rec *r, kerb_auth_config *conf, -@@ -1061,7 +1084,7 @@ +@@ -1061,7 +1085,7 @@ goto end; } MK_USER = apr_pstrdup (r->pool, name); @@ -141,7 +164,7 @@ free(name); if (conf->krb_save_credentials) -@@ -1280,6 +1303,7 @@ +@@ -1280,6 +1304,7 @@ return 0; } @@ -149,7 +172,7 @@ static int cmp_gss_type(gss_buffer_t token, gss_OID oid) { -@@ -1306,6 +1330,7 @@ +@@ -1306,6 +1331,7 @@ return memcmp(p, oid->elements, oid->length); } @@ -157,7 +180,7 @@ static int authenticate_user_gss(request_rec *r, kerb_auth_config *conf, -@@ -1438,15 +1463,15 @@ +@@ -1438,15 +1464,15 @@ goto end; } @@ -178,7 +201,7 @@ major_status = gss_display_name(&minor_status, client_name, &output_token, NULL); gss_release_name(&minor_status, &client_name); -@@ -1549,13 +1574,13 @@ +@@ -1549,28 +1575,52 @@ #endif /* KRB5 */ static krb5_conn_data * @@ -195,7 +218,24 @@ r->connection->id); if (apr_pool_userdata_get((void**)&conn_data, keyname, r->connection->pool) != 0) -@@ -1571,6 +1596,24 @@ + return NULL; + +- if(conn_data) { +- if(strcmp(conn_data->authline, auth_line) == 0) { +- log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "matched previous auth request"); +- return conn_data; ++ if(conn_data && conn_data->ccname != NULL) { ++ apr_finfo_t finfo; ++ ++ if (apr_stat(&finfo, conn_data->ccname + strlen("FILE:"), ++ APR_FINFO_NORM, r->pool) == APR_SUCCESS ++ && (finfo.valid & APR_FINFO_TYPE) ++ && finfo.filetype == APR_REG) { ++ log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "matched previous auth request"); ++ return conn_data; + } + } + return NULL; } static void @@ -208,6 +248,7 @@ + prevauth->user = apr_pstrdup(r->connection->pool, MK_USER); + prevauth->authline = apr_pstrdup(r->connection->pool, auth_line); + prevauth->mech = apr_pstrdup(r->connection->pool, auth_type); ++ prevauth->ccname = apr_pstrdup(r->connection->pool, apr_table_get(r->subprocess_env, "KRB5CCNAME")); + prevauth->last_return = ret; + + snprintf(keyname, sizeof(keyname) - 1, @@ -220,7 +261,7 @@ set_kerb_auth_headers(request_rec *r, const kerb_auth_config *conf, int use_krb4, int use_krb5pwd, char *negotiate_ret_value) { -@@ -1607,51 +1650,16 @@ +@@ -1607,51 +1657,16 @@ } static int @@ -279,7 +320,7 @@ if (!auth_line) { set_kerb_auth_headers(r, conf, use_krb4, use_krb5, (use_krb5) ? "\0" : NULL); -@@ -1669,60 +1677,108 @@ +@@ -1669,60 +1684,110 @@ #endif (strcasecmp(auth_type, "Basic") == 0)) return DECLINED; @@ -319,6 +360,8 @@ + ret = prevauth->last_return; + MK_USER = prevauth->user; + MK_AUTH_TYPE = prevauth->mech; ++ if (prevauth->ccname) ++ apr_table_setn(r->subprocess_env, "KRB5CCNAME", prevauth->ccname); } /* @@ -336,30 +379,30 @@ - apr_pool_userdata_set(prevauth, keyname, NULL, r->connection->pool); + if(!prevauth) { + save_authorized(r, auth_line, auth_type, ret); -+ } -+ -+ if (ret == OK && conf->krb5_do_auth_to_local) { -+ ret = do_krb5_an_to_ln(r); } -+ return ret; -+} - if (ret == OK && conf->krb5_do_auth_to_local) - ret = do_krb5_an_to_ln(r); ++ if (ret == OK && conf->krb5_do_auth_to_local) { ++ ret = do_krb5_an_to_ln(r); ++ } ++ return ret; ++} ++ +static authn_status authn_krb_password(request_rec *r, const char *user, + const char *password) +{ + char *auth_line = NULL; + int ret; + const char *type = NULL; -+ + +- /* XXX log_debug: if ret==OK, log(user XY authenticated) */ + type = ap_auth_type(r); + auth_line = ap_pbase64encode (r->pool, apr_psprintf(r->pool, "%s:%s", user, password)); + auth_line = apr_psprintf(r->pool, "Basic %s", auth_line); + + ret = authenticate_user(r, auth_line, type, 1, 1); - -- /* XXX log_debug: if ret==OK, log(user XY authenticated) */ ++ + if (ret == OK) return AUTH_GRANTED; + else return AUTH_USER_NOT_FOUND; +} @@ -415,7 +458,7 @@ have_rcache_type(const char *type) { krb5_error_code ret; -@@ -1805,6 +1861,12 @@ +@@ -1805,6 +1870,12 @@ static void kerb_register_hooks(apr_pool_t *p) { From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:43:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C557925D; Sun, 1 Feb 2015 18:43:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0B64618; Sun, 1 Feb 2015 18:43:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Ihios034179; Sun, 1 Feb 2015 18:43:44 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11Ihhnh034169; Sun, 1 Feb 2015 18:43:43 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011843.t11Ihhnh034169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 18:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378261 - in head/security/p5-Authen-Krb5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:43:44 -0000 Author: hrs Date: Sun Feb 1 18:43:42 2015 New Revision: 378261 URL: https://svnweb.freebsd.org/changeset/ports/378261 QAT: https://qat.redports.org/buildarchive/r378261/ Log: - Add Heimdal support. - Use USES=gssapi. Added: head/security/p5-Authen-Krb5/files/ head/security/p5-Authen-Krb5/files/krb5-heimdal-compat.h (contents, props changed) head/security/p5-Authen-Krb5/files/patch-Krb5.xs (contents, props changed) head/security/p5-Authen-Krb5/files/patch-Makefile.PL (contents, props changed) Modified: head/security/p5-Authen-Krb5/Makefile Modified: head/security/p5-Authen-Krb5/Makefile ============================================================================== --- head/security/p5-Authen-Krb5/Makefile Sun Feb 1 18:40:57 2015 (r378260) +++ head/security/p5-Authen-Krb5/Makefile Sun Feb 1 18:43:42 2015 (r378261) @@ -3,7 +3,7 @@ PORTNAME= Authen-Krb5 PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,24 @@ DISTNAME= Krb5-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Kerberos 5 -LIB_DEPENDS= libkrb5.so.3:${PORTSDIR}/security/krb5 - USES= perl5 USE_PERL5= configure +CONFIGURE_ENV= GSSAPIBASEDIR="${GSSAPIBASEDIR}" + +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_DEFAULT= GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_BASE_CONFIGURE_ENV= HAVE_HEIMDAL=1 +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_HEIMDAL_CONFIGURE_ENV= HAVE_HEIMDAL=1 +GSSAPI_MIT_USES= gssapi:mit + +post-extract: + ${INSTALL_DATA} ${FILESDIR}/krb5-heimdal-compat.h ${WRKSRC} -post-patch: - @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL +post-build: + ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Authen/Krb5/Krb5.so .include Added: head/security/p5-Authen-Krb5/files/krb5-heimdal-compat.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5/files/krb5-heimdal-compat.h Sun Feb 1 18:43:42 2015 (r378261) @@ -0,0 +1,27 @@ +/* $FreeBSD$ */ +#if 0 +#define HAVE_HEIMDAL 1 +#endif + +#ifdef HAVE_HEIMDAL +#ifndef _KRB5_HEIMDAL_COMPAT_H +#define _KRB5_HEIMDAL_COMPAT_H + +#include + +#if !defined(krb5_enc_tkt_part) +typedef struct EncTicketPart krb5_enc_tkt_part; +#endif + +/* Use real function. MIT's krb5.h defines this as a macro. */ +#undef krb5_princ_realm + +typedef krb5int32 krb5_int32; +typedef heim_octet_string krb5_octet; + +#ifndef MAX_KEYTAB_NAME_LEN +#define MAX_KEYTAB_NAME_LEN 255 +#endif + +#endif /* !_KRB5_HEIMDAL_COMPAT_H */ +#endif /* HAVE_HEIMDAL */ Added: head/security/p5-Authen-Krb5/files/patch-Krb5.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5/files/patch-Krb5.xs Sun Feb 1 18:43:42 2015 (r378261) @@ -0,0 +1,405 @@ +--- Krb5.xs.orig 2010-01-04 10:29:19.000000000 +0900 ++++ Krb5.xs 2015-01-04 06:35:55.000000000 +0900 +@@ -16,6 +16,7 @@ + + #include + #include "krb5_constants.c" ++#include "krb5-heimdal-compat.h" + + #ifdef __cplusplus + } +@@ -45,6 +46,7 @@ + static krb5_error_code err; + static krb5_keytab_entry keytab_entry_init; + ++#ifndef HAVE_HEIMDAL + /* + * These are internal Kerberos library functions that aren't prototyped and + * that we probably shouldn't be calling. Prototype them with the arguments +@@ -52,6 +54,7 @@ + */ + krb5_error_code krb5_free_krbhst(krb5_context, char * const *); + krb5_error_code krb5_get_krbhst(krb5_context, const krb5_data *, char ***); ++#endif + + /* + * The following three routines implement a "safehouse" for nested Kerberos +@@ -112,10 +115,18 @@ + + CODE: + if (e) { ++#ifdef HAVE_HEIMDAL ++ ST(0) = sv_2mortal(newSVpv(krb5_get_error_message(0, e), 0)); ++#else + ST(0) = sv_2mortal(newSVpv((char *)error_message(e), 0)); ++#endif + } + else { ++#ifdef HAVE_HEIMDAL ++ ST(0) = sv_2mortal(newSVpv(krb5_get_error_message(0, err), 0)); ++#else + ST(0) = sv_2mortal(newSVpv((char *)error_message(err), 0)); ++#endif + (void) SvUPGRADE(ST(0), SVt_PVIV); + SvIVX(ST(0)) = err; + SvIOK_on(ST(0)); +@@ -181,14 +192,20 @@ + char *realm + + PREINIT: ++#ifndef HAVE_HEIMDAL + krb5_data realm_data; ++#endif + char **hostlist; + int i; + + PPCODE: ++#ifdef HAVE_HEIMDAL ++ err = krb5_get_krbhst(context,(const krb5_realm *)realm,&hostlist); ++#else + realm_data.data = realm; + realm_data.length = strlen(realm); + err = krb5_get_krbhst(context,&realm_data,&hostlist); ++#endif + if (err || !hostlist) XSRETURN_UNDEF; + for (i = 0; hostlist[i]; i++) { + XPUSHs(sv_2mortal(newSVpv(hostlist[i], +@@ -202,11 +219,19 @@ + + CODE: + err = krb5_build_principal_ext(context, &RETVAL, ++#ifdef HAVE_HEIMDAL ++ krb5_realm_length(*krb5_princ_realm(context, p)), ++ krb5_realm_data(*krb5_princ_realm(context, p)), ++ KRB5_TGS_NAME_SIZE, KRB5_TGS_NAME, ++ krb5_realm_length(*krb5_princ_realm(context, p)), ++ krb5_realm_data(*krb5_princ_realm(context, p)), ++#else + krb5_princ_realm(context, p)->length, + krb5_princ_realm(context, p)->data, + KRB5_TGS_NAME_SIZE, KRB5_TGS_NAME, + krb5_princ_realm(context, p)->length, + krb5_princ_realm(context, p)->data, ++#endif + 0); + + if (err) XSRETURN_UNDEF; +@@ -519,7 +544,11 @@ + unsigned short port + + CODE: ++#ifdef HAVE_HEIMDAL ++ err = krb5_make_addrport(context,&addr,RETVAL,port); ++#else + err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); ++#endif + if (err) XSRETURN_UNDEF; + + OUTPUT: +@@ -651,14 +680,22 @@ + Authen::Krb5::Principal p + + CODE: ++#ifdef HAVE_HEIMDAL ++ ST(0) = sv_2mortal(newSVpv(krb5_realm_data(p->realm),krb5_realm_length(p->realm))); ++#else + ST(0) = sv_2mortal(newSVpv(p->realm.data,p->realm.length)); ++#endif + + krb5_int32 + type(p) + Authen::Krb5::Principal p + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = krb5_principal_get_type(0, p); ++#else + RETVAL = p->type; ++#endif + + OUTPUT: + RETVAL +@@ -668,14 +705,27 @@ + Authen::Krb5::Principal p + + PPCODE: ++#ifdef HAVE_HEIMDAL ++ unsigned char buf[256]; ++ size_t ret_len; ++ ++ if (length_Principal(p) > 0) { ++ int len = length_Principal(p); ++#else + if (p->length > 0) { + int len = p->length; + krb5_data *data; +- ++#endif ++#ifdef HAVE_HEIMDAL ++ EXTEND(sp,1); ++ encode_Principal(buf, sizeof(buf), p, &ret_len); ++ PUSHs(sv_2mortal(newSVpv((const char *)buf, ret_len))); ++#else + EXTEND(sp,len); + for (data = p->data; len--; data++) { + PUSHs(sv_2mortal(newSVpv(data->data,data->length))); + } ++#endif + } + + void +@@ -811,7 +861,11 @@ + Authen::Krb5::KeyBlock kb + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = length_EncryptionKey(kb); ++#else + RETVAL = kb->length; ++#endif + + OUTPUT: + RETVAL +@@ -821,15 +875,28 @@ + Authen::Krb5::KeyBlock kb + + PPCODE: ++#ifdef HAVE_HEIMDAL ++ unsigned char buf[256]; ++ size_t len; ++ ++ len = length_EncryptionKey(kb); ++ decode_EncryptionKey(buf, sizeof(buf), kb, &len); ++ XPUSHs(newSVpvn((char*)buf, len)); ++#else + /* sv_2mortal here causes 'Attempt to free unreferenced scalar' later */ + XPUSHs(newSVpvn((char*)(kb->contents), kb->length)); ++#endif + + int + enctype(kb) + Authen::Krb5::KeyBlock kb + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = (int)kb->keytype; ++#else + RETVAL = (int)kb->enctype; ++#endif + + OUTPUT: + RETVAL +@@ -839,14 +906,32 @@ + Authen::Krb5::KeyBlock kb + + PREINIT: ++#ifdef HAVE_HEIMDAL ++ char *buf; ++ krb5_enctype **enctypes; ++ unsigned int ret_len; ++#else + char buf[256]; ++#endif + + PPCODE: ++#ifdef HAVE_HEIMDAL ++ err = krb5_keytype_to_enctypes(0, kb->keytype, &ret_len, enctypes); ++ if (err) { ++ XSRETURN_UNDEF; ++ } ++ err = krb5_enctype_to_string(0, *enctypes[0], &buf); ++ free(enctypes); ++#else + err = krb5_enctype_to_string(kb->enctype, buf, 255); ++#endif + if (err) { + XSRETURN_UNDEF; + } + XPUSHs(newSVpv(buf, 0)); ++#ifdef HAVE_HEIMDAL ++ free(buf); ++#endif + + void + DESTROY(kb) +@@ -1001,7 +1086,11 @@ + Authen::Krb5::Ticket t + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = &t->ticket; ++#else + RETVAL = t->enc_part2; ++#endif + + OUTPUT: + RETVAL +@@ -1023,7 +1112,12 @@ + Authen::Krb5::EncTktPart etp + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL->name = etp->cname; ++ RETVAL->realm = etp->crealm; ++#else + RETVAL = etp->client; ++#endif + + OUTPUT: + RETVAL +@@ -1034,7 +1128,11 @@ + + CODE: + if (etp && should_free((SV *)etp)) { ++#ifdef HAVE_HEIMDAL ++ free_EncTicketPart(etp); ++#else + krb5_free_enc_tkt_part(context,etp); ++#endif + freed((SV *)etp); + } + +@@ -1048,8 +1146,15 @@ + + CODE: + if (!New(0,RETVAL,1,krb5_address)) XSRETURN_UNDEF; ++#ifdef HAVE_HEIMDAL ++ size_t len, ret_len; ++ unsigned char *cp = (unsigned char *)SvPV(contents,ret_len); ++ decode_HostAddress(cp, ret_len, RETVAL, &len); ++ RETVAL->addr_type = addrtype; ++#else + RETVAL->addrtype = addrtype; + RETVAL->contents = (krb5_octet *)SvPV(contents,RETVAL->length); ++#endif + + OUTPUT: + RETVAL +@@ -1072,7 +1177,16 @@ + Authen::Krb5::Keyblock keyblock + + CODE: ++#ifdef HAVE_HEIMDAL ++ krb5int32 keytype; ++ krb5_enctype **enctypes; ++ unsigned ret_len; ++ ++ krb5_keytype_to_enctypes(0, keyblock->keytype, &ret_len, enctypes); ++ RETVAL = *enctypes[0]; ++#else + RETVAL = keyblock->enctype; ++#endif + + OUTPUT: + RETVAL +@@ -1082,7 +1196,11 @@ + Authen::Krb5::Keyblock keyblock + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = length_EncryptionKey(keyblock); ++#else + RETVAL = keyblock->length; ++#endif + + OUTPUT: + RETVAL +@@ -1092,9 +1210,19 @@ + Authen::Krb5::Keyblock keyblock + + CODE: ++#ifdef HAVE_HEIMDAL ++ unsigned char buf[256]; ++ size_t ret_len; ++ ++ if (length_EncryptionKey(keyblock) == 0) ++ XSRETURN_UNDEF; ++ encode_EncryptionKey(buf, sizeof(buf), keyblock, &ret_len); ++ RETVAL = newSVpv((char *)buf, ret_len); ++#else + if (keyblock->contents == NULL) + XSRETURN_UNDEF; + RETVAL = newSVpv((char *) keyblock->contents, keyblock->length); ++#endif + + OUTPUT: + RETVAL +@@ -1104,11 +1232,19 @@ + Authen::Krb5::Keyblock keyblock + + CODE: ++#ifdef HAVE_HEIMDAL ++ int len; ++ ++ len = length_EncryptionKey(keyblock); ++ if (len > 0) ++ free_EncryptionKey(keyblock); ++#else + if (keyblock->contents) { + memset(keyblock->contents, 0, keyblock->length); + free(keyblock->contents); + keyblock->contents = NULL; + } ++#endif + + MODULE = Authen::Krb5 PACKAGE = Authen::Krb5::Keytab + +@@ -1236,7 +1372,11 @@ + *RETVAL = keytab_entry_init; + RETVAL->principal = principal; + RETVAL->vno = vno; ++#ifdef HAVE_HEIMDAL ++ RETVAL->keyblock = *key; ++#else + RETVAL->key = *key; ++#endif + + can_free((SV *)RETVAL); + +@@ -1281,7 +1421,11 @@ + Authen::Krb5::KeytabEntry entry + + CODE: ++#ifdef HAVE_HEIMDAL ++ err = krb5_copy_keyblock(context, &entry->keyblock, &RETVAL); ++#else + err = krb5_copy_keyblock(context, &entry->key, &RETVAL); ++#endif + if (err) + XSRETURN_UNDEF; + can_free((SV *)RETVAL); +@@ -1380,14 +1524,19 @@ + PREINIT: + krb5_error_code retval; + krb5_ticket *t; ++#ifdef HAVE_HEIMDAL ++ size_t ret_len; ++#endif + + CODE: + if (!New(0,t,1,krb5_ticket)) XSRETURN_UNDEF; +- ++#ifdef HAVE_HEIMDAL ++ retval = krb5_decode_EncTicketPart(0, &t, sizeof(*t), ++ (struct EncTicketPart *)&cred->ticket, &ret_len); ++#else + retval = krb5_decode_ticket(&cred->ticket, &t); +- ++#endif + RETVAL = t; +- + can_free((SV *)RETVAL); + + OUTPUT: +@@ -1398,7 +1547,11 @@ + Authen::Krb5::Creds cred + + CODE: ++#ifdef HAVE_HEIMDAL ++ RETVAL = &cred->session; ++#else + RETVAL = &cred->keyblock; ++#endif + + can_free((SV *)RETVAL); + Added: head/security/p5-Authen-Krb5/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5/files/patch-Makefile.PL Sun Feb 1 18:43:42 2015 (r378261) @@ -0,0 +1,63 @@ +--- Makefile.PL.orig 2008-03-16 23:59:50.000000000 +0900 ++++ Makefile.PL 2015-01-04 06:44:41.000000000 +0900 +@@ -1,39 +1,33 @@ + use ExtUtils::MakeMaker; + +-##### CHANGE THESE ACCORDING TO YOUR CONFIGURATION ##### +- +-# location of Kerberos 5 libraries +-my $KRB5_LIBDIR = '/usr/lib'; ++my $CONF = $ENV{"GSSAPIBASEDIR"} . "/bin/krb5-config"; ++my $DEFS; ++my $KRB5_INCS; ++my $KRB5_LIBS; + +-# any extra libraries? +-# add -lresolv here if you get errors like the following (usually on linux): +-# undefined symbol: __res_search +-my $KRB5_EXTRALIBS = '-lresolv'; ++if (-f $CONF) { ++ $KRB5_LIBS = `$CONF --libs krb5`; ++ $KRB5_INCS = `$CONF --cflags krb5`; ++ chomp($KRB5_LIBS); ++ chomp($KRB5_INCS); ++} else { ++ $KRB5_LIBS = $ENV{'GSSAPILDFLAGS'} . " " . $ENV{'GSSAPILIBS'}; ++ $KRB5_INCS = $ENV{'GSSAPICPPFLAGS'}; ++} + +-# location of Kerberos 5 includes +-my $KRB5_INCDIR = '/usr/include'; ++if (defined($ENV{'HAVE_HEIMDAL'})) { ++ $DEFS = "-DHAVE_HEIMDAL"; ++} + +-# any extra include flags? +-my $KRB5_EXTRAINCS = ''; ++print "KRB5_LIBS: $KRB5_LIBS\n"; ++print "KRB5_INCS: $KRB5_INCS\n"; + + ##### DO NOT CHANGE ANYTHING BELOW HERE ##### + +-# check for libk5crypto -- only in krb5-1.1 and above +-print "Checking for libk5crypto..."; +-my $cryptolib; +-if ( -r "${KRB5_LIBDIR}/libk5crypto.a" || -r "${KRB5_LIBDIR}/libk5crypto.so" ) { +- print "yes\n"; +- $cryptolib = '-lk5crypto'; +-} +-else { +- print "no. I'll use libcrypto instead.\n"; +- $cryptolib = '-lcrypto'; +-} +- + WriteMakefile( + 'NAME' => 'Authen::Krb5', + 'VERSION_FROM' => 'Krb5.pm', +- 'LIBS' => ["-L${KRB5_LIBDIR} -lkrb5 ${cryptolib} -lcom_err $KRB5_EXTRALIBS"], +- 'DEFINE' => '', +- 'INC' => "-I${KRB5_INCDIR} $KRB5_EXTRAINCS" ++ 'LIBS' => [$KRB5_LIBS], ++ 'DEFINE' => $DEFS, ++ 'INC' => $KRB5_INCS + ); From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:48:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 450F835F; Sun, 1 Feb 2015 18:48:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3061A637; Sun, 1 Feb 2015 18:48:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11ImOfh034889; Sun, 1 Feb 2015 18:48:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11ImOtc034888; Sun, 1 Feb 2015 18:48:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011848.t11ImOtc034888@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 18:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378262 - head/net-mgmt/p5-FusionInventory-Agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:48:24 -0000 Author: amdmi3 Date: Sun Feb 1 18:48:23 2015 New Revision: 378262 URL: https://svnweb.freebsd.org/changeset/ports/378262 QAT: https://qat.redports.org/buildarchive/r378262/ Log: - Switch to @sample - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Modified: head/net-mgmt/p5-FusionInventory-Agent/pkg-plist ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Sun Feb 1 18:43:42 2015 (r378261) +++ head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Sun Feb 1 18:48:23 2015 (r378262) @@ -1,8 +1,6 @@ bin/fusioninventory-agent bin/fusioninventory-injector -@unexec if cmp -s %D/etc/fusioninventory/agent.cfg.sample %D/etc/fusioninventory/agent.cfg; then rm -f %D/etc/fusioninventory/agent.cfg; fi -etc/fusioninventory/agent.cfg.sample -@exec if [ ! -f %D/etc/fusioninventory/agent.cfg ] ; then cp -p %D/etc/fusioninventory/agent.cfg.sample %D/etc/fusioninventory/agent.cfg; fi +@sample etc/fusioninventory/agent.cfg.sample %%PERL5_MAN3%%/FusionInventory::Agent.3.gz %%PERL5_MAN3%%/FusionInventory::Agent::Config.3.gz %%PERL5_MAN3%%/FusionInventory::Agent::HTTP::Client.3.gz @@ -244,38 +242,3 @@ share/fusioninventory/html/logo.png share/fusioninventory/html/now.tpl share/fusioninventory/html/site.css share/fusioninventory/pci.ids -@dirrm share/fusioninventory/html -@dirrm share/fusioninventory/lib/FusionInventory/Agent/XML/Query -@dirrm share/fusioninventory/lib/FusionInventory/Agent/XML -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Tools -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Win32 -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Virtualization -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Solaris -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/MacOS -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Storages -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Distro -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/HPUX -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Storages -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Softwares -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Lspci -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Dmidecode -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Generic -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Storages -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/AIX -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Task -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Target -@dirrm share/fusioninventory/lib/FusionInventory/Agent/Logger -@dirrm share/fusioninventory/lib/FusionInventory/Agent/HTTP/Protocol -@dirrm share/fusioninventory/lib/FusionInventory/Agent/HTTP/Client -@dirrm share/fusioninventory/lib/FusionInventory/Agent/HTTP -@dirrm share/fusioninventory/lib/FusionInventory/Agent -@dirrm share/fusioninventory/lib/FusionInventory -@dirrm share/fusioninventory/lib -@dirrm share/fusioninventory -@dirrmtry etc/fusioninventory From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:48:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA82D43E; Sun, 1 Feb 2015 18:48:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95A2D63E; Sun, 1 Feb 2015 18:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Imq9b035167; Sun, 1 Feb 2015 18:48:52 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11ImoHh035147; Sun, 1 Feb 2015 18:48:50 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011848.t11ImoHh035147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 18:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378263 - in head/security: . p5-Authen-Krb5-Simple p5-Authen-Krb5-Simple/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:48:52 -0000 Author: hrs Date: Sun Feb 1 18:48:50 2015 New Revision: 378263 URL: https://svnweb.freebsd.org/changeset/ports/378263 QAT: https://qat.redports.org/buildarchive/r378263/ Log: Add security/p5-Authen-Krb5-Simple, simple Kerberos authentication module. Added: head/security/p5-Authen-Krb5-Simple/ head/security/p5-Authen-Krb5-Simple/Makefile (contents, props changed) head/security/p5-Authen-Krb5-Simple/distinfo (contents, props changed) head/security/p5-Authen-Krb5-Simple/files/ head/security/p5-Authen-Krb5-Simple/files/patch-Makefile.PL (contents, props changed) head/security/p5-Authen-Krb5-Simple/files/patch-Simple.xs (contents, props changed) head/security/p5-Authen-Krb5-Simple/pkg-descr (contents, props changed) head/security/p5-Authen-Krb5-Simple/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 1 18:48:23 2015 (r378262) +++ head/security/Makefile Sun Feb 1 18:48:50 2015 (r378263) @@ -411,6 +411,7 @@ SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 + SUBDIR += p5-Authen-Krb5-Simple SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-NTLM SUBDIR += p5-Authen-OATH Added: head/security/p5-Authen-Krb5-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/Makefile Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= Authen-Krb5-Simple +PORTVERSION= 0.43 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= User/password authentication using Kerberose 5 + +USES= perl5 +USE_PERL5= configure +CONFIGURE_ENV= GSSAPIBASEDIR="${GSSAPIBASEDIR}" + +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_DEFAULT= GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_BASE_CONFIGURE_ENV= HAVE_HEIMDAL=1 +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_HEIMDAL_CONFIGURE_ENV= HAVE_HEIMDAL=1 +GSSAPI_MIT_USES= gssapi:mit + +post-build: + ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Authen/Krb5/Simple/Simple.so + +.include Added: head/security/p5-Authen-Krb5-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/distinfo Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,2 @@ +SHA256 (Authen-Krb5-Simple-0.43.tar.gz) = 70b2590e56a48c5f0310b6f810cd2ce1aa7185772e2b180ef4360110dde20708 +SIZE (Authen-Krb5-Simple-0.43.tar.gz) = 9910 Added: head/security/p5-Authen-Krb5-Simple/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/files/patch-Makefile.PL Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,87 @@ +--- Makefile.PL.orig 2012-01-08 23:11:50.000000000 +0900 ++++ Makefile.PL 2015-01-04 05:07:53.000000000 +0900 +@@ -8,56 +8,26 @@ + # + ############################################################################### + # +-use lib 'inc'; +-use Devel::CheckLib; + use ExtUtils::MakeMaker; + +-my ($krb5_inc, $krb5_lib); +- +-# Places we might find Kerberos5 libs. +-# +-my @krb_lib_dirs = qw( +- /usr/lib64 +- /usr/lib +- /usr/local/lib64 +- /usr/local/lib +- /usr/lib64/krb5 +- /usr/lib/krb5 +- /usr/local/lib64/krb5 +- /usr/local/lib/krb5 +- /usr/lib64/krb +- /usr/lib/krb +- /usr/local/lib64/krb +- /usr/local/lib/krb +- /opt/krb5/lib64 +- /opt/krb5/lib +- /opt/krb/lib64 +- /opt/krb/lib +- /usr/heimdal/lib64 +- /usr/heimdal/lib +- /usr/local/heimdal/lib64 +- /usr/local/heimdal/lib +- /opt/heimdal/lib64 +- /opt/heimdal/lib +-); ++my $CONF = $ENV{"GSSAPIBASEDIR"} . "/bin/krb5-config"; ++my $DEFS; ++my $KRB5_INCS; ++my $KRB5_LIBS; + +-# If the ENV vars are specified, use them. +-# +-if(exists($ENV{KRB5_INCLUDE})) { +- $krb5_inc = "-I$ENV{KRB5_INCLUDE}"; +-} +-if(exists($ENV{KRB5_LIB})) { +- $krb5_lib = "-L$ENV{KRB5_LIB}"; +- unshift(@krb_lib_dirs, $ENV{KRB5_LIB}); ++if (-f $CONF) { ++ $KRB5_LIBS = `$CONF --libs krb5`; ++ $KRB5_INCS = `$CONF --cflags krb5`; ++ chomp($KRB5_LIBS); ++ chomp($KRB5_INCS); ++} else { ++ $KRB5_LIBS = $ENV{'GSSAPILDFLAGS'} . " " . $ENV{'GSSAPILIBS'}; ++ $KRB5_INCS = $ENV{'GSSAPICPPFLAGS'}; + } + +-# See if the needed libs are available. Take a shot at several "possible" +-# locations for these libs. +-# +-check_lib_or_exit( +- lib => [qw( krb5 )], +- libpath => \@krb_lib_dirs +-) unless($ENV{skip_lib_check}); ++if (defined($ENV{'HAVE_HEIMDAL'})) { ++ $DEFS = "-DHAVE_HEIMDAL"; ++} + + # Write out the Makefile + # +@@ -73,9 +43,9 @@ + AUTHOR => 'Damien S. Stuart ') + : () + ), +- 'LIBS' => ["$krb5_lib -lkrb5"], +- 'DEFINE' => '', +- 'INC' => $krb5_inc, ++ 'LIBS' => [$KRB5_LIBS], ++ 'DEFINE' => $DEFS, ++ 'INC' => $KRB5_INCS, + ); + + Added: head/security/p5-Authen-Krb5-Simple/files/patch-Simple.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/files/patch-Simple.xs Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,14 @@ +--- Simple.xs.orig 2015-01-04 05:05:11.000000000 +0900 ++++ Simple.xs 2015-01-04 05:06:06.000000000 +0900 +@@ -75,7 +75,11 @@ + INPUT: + int errcode; + INIT: ++#ifdef HAVE_HEIMDAL ++ char* result = (char*)krb5_get_error_message(0, errcode); ++#else + char* result = (char*)error_message(errcode); ++#endif + CODE: + RETVAL = result; + OUTPUT: Added: head/security/p5-Authen-Krb5-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/pkg-descr Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,3 @@ +Simple Kerberos authentication + +WWW: http://search.cpan.org/dist/Authen-Simple-Kerberos/ Added: head/security/p5-Authen-Krb5-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Krb5-Simple/pkg-plist Sun Feb 1 18:48:50 2015 (r378263) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Authen::Krb5::Simple.3.gz +%%SITE_ARCH%%/Authen/Krb5/Simple.pm +%%SITE_ARCH%%/auto/Authen/Krb5/Simple/Simple.so From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:51:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A027053B; Sun, 1 Feb 2015 18:51:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817BE656; Sun, 1 Feb 2015 18:51:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Ipaum038432; Sun, 1 Feb 2015 18:51:36 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11IpZaR038347; Sun, 1 Feb 2015 18:51:35 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011851.t11IpZaR038347@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 18:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378264 - in head/security: . p5-Authen-Simple-Kerberos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:51:36 -0000 Author: hrs Date: Sun Feb 1 18:51:34 2015 New Revision: 378264 URL: https://svnweb.freebsd.org/changeset/ports/378264 QAT: https://qat.redports.org/buildarchive/r378264/ Log: Add security/p5-Authen-Simple-Kerberos, Kerberos backend for p5-Authen-Simple. Added: head/security/p5-Authen-Simple-Kerberos/ head/security/p5-Authen-Simple-Kerberos/Makefile (contents, props changed) head/security/p5-Authen-Simple-Kerberos/distinfo (contents, props changed) head/security/p5-Authen-Simple-Kerberos/pkg-descr (contents, props changed) head/security/p5-Authen-Simple-Kerberos/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 1 18:48:50 2015 (r378263) +++ head/security/Makefile Sun Feb 1 18:51:34 2015 (r378264) @@ -426,6 +426,7 @@ SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM SUBDIR += p5-Authen-Simple-HTTP + SUBDIR += p5-Authen-Simple-Kerberos SUBDIR += p5-Authen-Simple-LDAP SUBDIR += p5-Authen-Simple-Net SUBDIR += p5-Authen-Simple-PAM Added: head/security/p5-Authen-Simple-Kerberos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Simple-Kerberos/Makefile Sun Feb 1 18:51:34 2015 (r378264) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Authen-Simple-Kerberos +PORTVERSION= 0.1 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Simple Kerberos authentication + +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Krb5-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/security/p5-Authen-Simple-Kerberos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Simple-Kerberos/distinfo Sun Feb 1 18:51:34 2015 (r378264) @@ -0,0 +1,2 @@ +SHA256 (Authen-Simple-Kerberos-0.1.tar.gz) = bd3e57546674988d83b3fb31bb92a8e943ed8d45e7426bae4d5be27203cb5ec7 +SIZE (Authen-Simple-Kerberos-0.1.tar.gz) = 2430 Added: head/security/p5-Authen-Simple-Kerberos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Simple-Kerberos/pkg-descr Sun Feb 1 18:51:34 2015 (r378264) @@ -0,0 +1,3 @@ +Simple Kerberos authentication + +WWW: http://search.cpan.org/dist/Authen-Simple-Kerberos/ Added: head/security/p5-Authen-Simple-Kerberos/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Authen-Simple-Kerberos/pkg-plist Sun Feb 1 18:51:34 2015 (r378264) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Authen::Simple::Kerberos.3.gz +%%SITE_PERL%%/Authen/Simple/Kerberos.pm From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 18:55:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A78A635; Sun, 1 Feb 2015 18:55:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B51574D; Sun, 1 Feb 2015 18:55:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11ItVV2039780; Sun, 1 Feb 2015 18:55:31 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11ItUMS039774; Sun, 1 Feb 2015 18:55:30 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502011855.t11ItUMS039774@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 18:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378265 - in head/security: . p5-Heimdal-Kadm5 p5-Heimdal-Kadm5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 18:55:32 -0000 Author: hrs Date: Sun Feb 1 18:55:29 2015 New Revision: 378265 URL: https://svnweb.freebsd.org/changeset/ports/378265 QAT: https://qat.redports.org/buildarchive/r378265/ Log: Add security/p5-Heimdal-Kadm5, a perl module for Heimdal Kerberos administrative client library (libkadm5clnt). Added: head/security/p5-Heimdal-Kadm5/ head/security/p5-Heimdal-Kadm5/Makefile (contents, props changed) head/security/p5-Heimdal-Kadm5/distinfo (contents, props changed) head/security/p5-Heimdal-Kadm5/files/ head/security/p5-Heimdal-Kadm5/files/patch-Makefile.PL (contents, props changed) head/security/p5-Heimdal-Kadm5/pkg-descr (contents, props changed) head/security/p5-Heimdal-Kadm5/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 1 18:51:34 2015 (r378264) +++ head/security/Makefile Sun Feb 1 18:55:29 2015 (r378265) @@ -590,6 +590,7 @@ SUBDIR += p5-GSSAPI SUBDIR += p5-GnuPG SUBDIR += p5-GnuPG-Interface + SUBDIR += p5-Heimdal-Kadm5 SUBDIR += p5-HTML-Email-Obfuscate SUBDIR += p5-IO-Async-SSL SUBDIR += p5-IO-Socket-SSL Added: head/security/p5-Heimdal-Kadm5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Heimdal-Kadm5/Makefile Sun Feb 1 18:55:29 2015 (r378265) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= Heimdal-Kadm5 +PORTVERSION= 0.08 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +#DISTNAME= Krb5-${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Perl extension for Heimdal administrative client library + +USES= perl5 +USE_PERL5= configure +CONFIGURE_ENV= GSSAPIBASEDIR="${GSSAPIBASEDIR}" + +OPTIONS_SINGLE= GSSAPI +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL +OPTIONS_DEFAULT= GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal + +post-build: + ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Heimdal/Kadm5/Kadm5.so + +.include Added: head/security/p5-Heimdal-Kadm5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Heimdal-Kadm5/distinfo Sun Feb 1 18:55:29 2015 (r378265) @@ -0,0 +1,2 @@ +SHA256 (Heimdal-Kadm5-0.08.tar.gz) = 4c02975477587cd72245146e95496402233b3c43dfcd7cb5b0a730114f28d3a1 +SIZE (Heimdal-Kadm5-0.08.tar.gz) = 15855 Added: head/security/p5-Heimdal-Kadm5/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Heimdal-Kadm5/files/patch-Makefile.PL Sun Feb 1 18:55:29 2015 (r378265) @@ -0,0 +1,50 @@ +--- Makefile.PL.orig 2010-02-05 06:33:46.000000000 +0900 ++++ Makefile.PL 2015-01-04 04:37:19.000000000 +0900 +@@ -1,23 +1,23 @@ + use ExtUtils::MakeMaker; + # $Id$ + +-my $find_krb5_config; +- +-my $lflags= '-L/pkg/heimdal/default/lib -lkrb5 -lroken -lasn1 -ldes -lkadm5clnt'; +-my $cflags= '-I/usr/heimdal/default/include' ; +- +-my @args = ("krb5-config", "--version"); +-$find_krb5_config = system(@args); ++my $CONF = $ENV{"GSSAPIBASEDIR"} . "/bin/krb5-config"; ++my $DEF; ++my $KRB5_INCS; ++my $KRB5_LIBS; + +-if ($find_krb5_config eq 0) { +- $lflags = `krb5-config --libs kadm-client`; +- $cflags = `krb5-config --cflags kadm-client`; +- chomp $lflags; +- chomp $cflags; ++if (-f $CONF) { ++ $KRB5_LIBS = `$CONF --libs kadm-client`; ++ $KRB5_INCS = `$CONF --cflags kadm-client`; ++ chomp($KRB5_LIBS); ++ chomp($KRB5_INCS); ++} else { ++ $KRB5_LIBS = $ENV{'GSSAPILDFLAGS'} . " " . $ENV{'GSSAPILIBS'}; ++ $KRB5_INCS = $ENV{'GSSAPICPPFLAGS'}; + } + +-printf "cflags: $cflags\n"; +-printf "lflags: $lflags\n"; ++printf "KRB5_INCS = $KRB5_INCS\n"; ++printf "KRB5_LIBS = $KRB5_LIBS\n"; + + WriteMakefile( + 'NAME' => 'Heimdal::Kadm5', +@@ -26,7 +26,7 @@ + ($] >= 5.005 ? + (ABSTRACT_FROM => 'Kadm5.pm', + AUTHOR => 'Leif Johansson ') : ()), +- 'LIBS' => [ $lflags ], +- 'INC' => $cflags , ++ 'LIBS' => [ $KRB5_LIBS ], ++ 'INC' => $KRB5_INCS , + 'DEFINE' => '', + ); Added: head/security/p5-Heimdal-Kadm5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Heimdal-Kadm5/pkg-descr Sun Feb 1 18:55:29 2015 (r378265) @@ -0,0 +1,8 @@ +Heimdal::Kadm5 is a Perl XS wrapper around the Heimdal Kerberos +administrative client library (libkadm5clnt). Heimdal is a free slightly +less export challenged implementation of Kerberos5 by Assar Westerlund and +Johan Danielsson. This module exposes the API used to administer a +Kerberos realm: add, remove, and list principals, create keytabs, change +keys, and similar operations. + +WWW: http://search.cpan.org/dist/Heimdal-Kadm5/ Added: head/security/p5-Heimdal-Kadm5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Heimdal-Kadm5/pkg-plist Sun Feb 1 18:55:29 2015 (r378265) @@ -0,0 +1,4 @@ +%%PERL5_MAN3%%/Heimdal::Kadm5.3.gz +%%SITE_ARCH%%/Heimdal/Kadm5.pm +%%SITE_ARCH%%/auto/Heimdal/Kadm5/Kadm5.so +%%SITE_ARCH%%/auto/Heimdal/Kadm5/autosplit.ix From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 19:48:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD052C09; Sun, 1 Feb 2015 19:48:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C90AAB85; Sun, 1 Feb 2015 19:48:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Jms2Y063577; Sun, 1 Feb 2015 19:48:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11JmshT063576; Sun, 1 Feb 2015 19:48:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502011948.t11JmshT063576@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 19:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378266 - head/devel/sdl2pp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 19:48:55 -0000 Author: amdmi3 Date: Sun Feb 1 19:48:53 2015 New Revision: 378266 URL: https://svnweb.freebsd.org/changeset/ports/378266 QAT: https://qat.redports.org/buildarchive/r378266/ Log: - Fix build with clang 3.6 Added: head/devel/sdl2pp/files/ head/devel/sdl2pp/files/patch-tests-CMakeLists.txt (contents, props changed) Added: head/devel/sdl2pp/files/patch-tests-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl2pp/files/patch-tests-CMakeLists.txt Sun Feb 1 19:48:53 2015 (r378266) @@ -0,0 +1,26 @@ +commit a31677af6a501c7986a6070a0cf1471fe3ca57fd +Author: Dmitry Marakasov +Date: Fri Jan 30 20:06:19 2015 +0300 + + Disable self-assignment warning for tests + + As we deliberately do these self-assignments. Fixes -Werror build with clang 3.6. + +diff --git tests/CMakeLists.txt tests/CMakeLists.txt +index d9b1af4..103ec2e 100644 +--- tests/CMakeLists.txt ++++ tests/CMakeLists.txt +@@ -12,6 +12,13 @@ SET(GUI_TESTS + gui_rendering + ) + ++# disable self-move warning: it's deliberately used in tests ++INCLUDE(CheckCXXCompilerFlag) ++CHECK_CXX_COMPILER_FLAG("-Wno-self-move" COMPILER_SUPPORTS_WNOSELFMOVE) ++IF(COMPILER_SUPPORTS_WNOSELFMOVE) ++ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-self-move") ++ENDIF(COMPILER_SUPPORTS_WNOSELFMOVE) ++ + ADD_DEFINITIONS(-DTESTDATA_DIR="${PROJECT_SOURCE_DIR}/testdata") + + # header tests: these just include specific headers to check if From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 19:55:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69EB0D4A; Sun, 1 Feb 2015 19:55:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54403C47; Sun, 1 Feb 2015 19:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Jtk73068147; Sun, 1 Feb 2015 19:55:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11Jtggt068130; Sun, 1 Feb 2015 19:55:42 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502011955.t11Jtggt068130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 1 Feb 2015 19:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378267 - in head/devel: . p5-Import-Into p5-Input-Validator p5-Mo p5-Sub-Name p5-strictures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 19:55:46 -0000 Author: adamw Date: Sun Feb 1 19:55:41 2015 New Revision: 378267 URL: https://svnweb.freebsd.org/changeset/ports/378267 QAT: https://qat.redports.org/buildarchive/r378267/ Log: Add devel/p5-Input-Validator. This is an input validation system, similar to HTTP::Validate, Data::Validator, Brannigan, etc. Input::Validator doesn't really do anything other than input validation, so it's much lighter-weight than some of the others. WWW: https://metacpan.org/pod/Input::Validator Added: head/devel/p5-Input-Validator/ head/devel/p5-Input-Validator/Makefile (contents, props changed) head/devel/p5-Input-Validator/distinfo (contents, props changed) head/devel/p5-Input-Validator/pkg-descr (contents, props changed) head/devel/p5-Input-Validator/pkg-plist (contents, props changed) Modified: head/devel/Makefile head/devel/p5-Import-Into/Makefile head/devel/p5-Import-Into/distinfo head/devel/p5-Mo/Makefile head/devel/p5-Mo/distinfo head/devel/p5-Sub-Name/Makefile head/devel/p5-Sub-Name/distinfo head/devel/p5-strictures/Makefile head/devel/p5-strictures/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -2268,6 +2268,7 @@ SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS + SUBDIR += p5-Input-Validator SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator Modified: head/devel/p5-Import-Into/Makefile ============================================================================== --- head/devel/p5-Import-Into/Makefile Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Import-Into/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Import-Into -PORTVERSION= 1.002001 -PORTREVISION= 1 +PORTVERSION= 1.002004 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:HAARG +MASTER_SITE_SUBDIR= CPAN:ETHER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-Import-Into/distinfo ============================================================================== --- head/devel/p5-Import-Into/distinfo Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Import-Into/distinfo Sun Feb 1 19:55:41 2015 (r378267) @@ -1,2 +1,2 @@ -SHA256 (Import-Into-1.002001.tar.gz) = 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f -SIZE (Import-Into-1.002001.tar.gz) = 6553 +SHA256 (Import-Into-1.002004.tar.gz) = decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084 +SIZE (Import-Into-1.002004.tar.gz) = 7847 Added: head/devel/p5-Input-Validator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Input-Validator +PORTVERSION= 0.001005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VTI +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Input validator that just validates input + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Input-Validator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/distinfo Sun Feb 1 19:55:41 2015 (r378267) @@ -0,0 +1,2 @@ +SHA256 (Input-Validator-0.001005.tar.gz) = 94b4152a50d47696862cbe20273ebf06245c0aa876dc5d141d886b49027a1704 +SIZE (Input-Validator-0.001005.tar.gz) = 13887 Added: head/devel/p5-Input-Validator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/pkg-descr Sun Feb 1 19:55:41 2015 (r378267) @@ -0,0 +1,11 @@ +Data validator. Validates only the data. No form generation, no javascript +generation, no other stuff that does something else. Only data validation! + +Features: + * Validates data that is presented as a hash reference + * Multiple values + * Field registration + * Group validation + * Conditional validation + +WWW: https://metacpan.org/pod/Input::Validator Added: head/devel/p5-Input-Validator/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/pkg-plist Sun Feb 1 19:55:41 2015 (r378267) @@ -0,0 +1,37 @@ +%%SITE_PERL%%/Input/Validator.pm +%%SITE_PERL%%/Input/Validator/Base.pm +%%SITE_PERL%%/Input/Validator/Bulk.pm +%%SITE_PERL%%/Input/Validator/Condition.pm +%%SITE_PERL%%/Input/Validator/Constraint.pm +%%SITE_PERL%%/Input/Validator/Constraint/Callback.pm +%%SITE_PERL%%/Input/Validator/Constraint/Date.pm +%%SITE_PERL%%/Input/Validator/Constraint/Email.pm +%%SITE_PERL%%/Input/Validator/Constraint/Equal.pm +%%SITE_PERL%%/Input/Validator/Constraint/In.pm +%%SITE_PERL%%/Input/Validator/Constraint/Ip.pm +%%SITE_PERL%%/Input/Validator/Constraint/Length.pm +%%SITE_PERL%%/Input/Validator/Constraint/Regexp.pm +%%SITE_PERL%%/Input/Validator/Constraint/Subset.pm +%%SITE_PERL%%/Input/Validator/Constraint/Time.pm +%%SITE_PERL%%/Input/Validator/Constraint/Unique.pm +%%SITE_PERL%%/Input/Validator/ConstraintBuilder.pm +%%SITE_PERL%%/Input/Validator/Field.pm +%%SITE_PERL%%/Input/Validator/Group.pm +%%PERL5_MAN3%%/Input::Validator.3.gz +%%PERL5_MAN3%%/Input::Validator::Bulk.3.gz +%%PERL5_MAN3%%/Input::Validator::Condition.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Callback.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Date.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Email.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Equal.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::In.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Ip.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Length.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Regexp.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Subset.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Time.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Unique.3.gz +%%PERL5_MAN3%%/Input::Validator::ConstraintBuilder.3.gz +%%PERL5_MAN3%%/Input::Validator::Field.3.gz +%%PERL5_MAN3%%/Input::Validator::Group.3.gz Modified: head/devel/p5-Mo/Makefile ============================================================================== --- head/devel/p5-Mo/Makefile Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Mo/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Mo -PORTVERSION= 0.38 -PORTREVISION= 1 +PORTVERSION= 0.39 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CARLOS +MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -25,4 +24,8 @@ TEST_DEPENDS= p5-Class-XSAccessor>=0:${P USE_PERL5= configure USES= perl5 +post-install: + # These are essentially just copies of Mo.3.gz + @${FIND} ${STAGEDIR} -type f -name 'ReadMe*' -delete + .include Modified: head/devel/p5-Mo/distinfo ============================================================================== --- head/devel/p5-Mo/distinfo Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Mo/distinfo Sun Feb 1 19:55:41 2015 (r378267) @@ -1,2 +1,2 @@ -SHA256 (Mo-0.38.tar.gz) = 23b9c9461e1e4bea61ce873e4fe2fdceeb1fcaf6f3d3c4e8cae627ff3e1a989b -SIZE (Mo-0.38.tar.gz) = 38076 +SHA256 (Mo-0.39.tar.gz) = fc937e4efc92340374d45dd9a1c90bf24133d9dcd753f24d3f6072582d54fbc0 +SIZE (Mo-0.39.tar.gz) = 39176 Modified: head/devel/p5-Sub-Name/Makefile ============================================================================== --- head/devel/p5-Sub-Name/Makefile Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Sub-Name/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Name -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Sub-Name/distinfo ============================================================================== --- head/devel/p5-Sub-Name/distinfo Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-Sub-Name/distinfo Sun Feb 1 19:55:41 2015 (r378267) @@ -1,2 +1,2 @@ -SHA256 (Sub-Name-0.05.tar.gz) = c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1 -SIZE (Sub-Name-0.05.tar.gz) = 3463 +SHA256 (Sub-Name-0.12.tar.gz) = 06c4a2fcfb7223eeea6cc2b3f507e51f02fbf982e0c0ff1061deefb32f62b4e9 +SIZE (Sub-Name-0.12.tar.gz) = 25498 Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-strictures/Makefile Sun Feb 1 19:55:41 2015 (r378267) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= strictures -PORTVERSION= 1.005005 -PORTREVISION= 1 +PORTVERSION= 1.005006 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-strictures/distinfo ============================================================================== --- head/devel/p5-strictures/distinfo Sun Feb 1 19:48:53 2015 (r378266) +++ head/devel/p5-strictures/distinfo Sun Feb 1 19:55:41 2015 (r378267) @@ -1,2 +1,2 @@ -SHA256 (strictures-1.005005.tar.gz) = a9fc369b711862d8bfd74e06002112d50ae207869d0c231d0d6cc99439dab7ae -SIZE (strictures-1.005005.tar.gz) = 10443 +SHA256 (strictures-1.005006.tar.gz) = 2810208331ec5b0f7d1d14b8362621aa8fd21c8dc616f012e8cd9c8646f9fbed +SIZE (strictures-1.005006.tar.gz) = 9910 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:21:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D84D7DE; Sun, 1 Feb 2015 20:21:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79876F63; Sun, 1 Feb 2015 20:21:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KLY37081551; Sun, 1 Feb 2015 20:21:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KLYmj081550; Sun, 1 Feb 2015 20:21:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502012021.t11KLYmj081550@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 20:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378268 - head/devel/allegro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:21:34 -0000 Author: amdmi3 Date: Sun Feb 1 20:21:33 2015 New Revision: 378268 URL: https://svnweb.freebsd.org/changeset/ports/378268 QAT: https://qat.redports.org/buildarchive/r378268/ Log: - Fix strip Approved by: portmgr blanket Modified: head/devel/allegro/Makefile Modified: head/devel/allegro/Makefile ============================================================================== --- head/devel/allegro/Makefile Sun Feb 1 19:55:41 2015 (r378267) +++ head/devel/allegro/Makefile Sun Feb 1 20:21:33 2015 (r378268) @@ -100,7 +100,9 @@ post-install: expat exquat exrgbhsv exrotscl exsample exscale exscn3d exscroll exshade \ exspline exsprite exstars exstream exswitch exsyscur extimer extrans \ extrans2 extruec exunicod exupdate exxfade exzbuf + @${CHMOD} u+w ${STAGEDIR}${EXAMPLESDIR}/${l} ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l} + @${CHMOD} u-w ${STAGEDIR}${EXAMPLESDIR}/${l} . endfor .endif From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:24:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1C509DB; Sun, 1 Feb 2015 20:24:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2D47F7F; Sun, 1 Feb 2015 20:24:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KO8fL082598; Sun, 1 Feb 2015 20:24:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KO6hU082577; Sun, 1 Feb 2015 20:24:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502012024.t11KO6hU082577@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 1 Feb 2015 20:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378269 - in head/devel: . p5-Import-Into p5-Input-Validator p5-Mo p5-Sub-Name p5-strictures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:24:09 -0000 Author: adamw Date: Sun Feb 1 20:24:05 2015 New Revision: 378269 URL: https://svnweb.freebsd.org/changeset/ports/378269 QAT: https://qat.redports.org/buildarchive/r378269/ Log: Shoot. r378267 contained changes to a bunch of ports that I didn't mean to commit. Back it out, and bump PORTEPOCH on all the ports that I accidentally changed. Deleted: head/devel/p5-Input-Validator/ Modified: head/devel/Makefile head/devel/p5-Import-Into/Makefile head/devel/p5-Import-Into/distinfo head/devel/p5-Mo/Makefile head/devel/p5-Mo/distinfo head/devel/p5-Sub-Name/Makefile head/devel/p5-Sub-Name/distinfo head/devel/p5-strictures/Makefile head/devel/p5-strictures/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/Makefile Sun Feb 1 20:24:05 2015 (r378269) @@ -2268,7 +2268,6 @@ SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS - SUBDIR += p5-Input-Validator SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator Modified: head/devel/p5-Import-Into/Makefile ============================================================================== --- head/devel/p5-Import-Into/Makefile Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Import-Into/Makefile Sun Feb 1 20:24:05 2015 (r378269) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= Import-Into -PORTVERSION= 1.002004 +PORTVERSION= 1.002001 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ETHER +MASTER_SITE_SUBDIR= CPAN:HAARG PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-Import-Into/distinfo ============================================================================== --- head/devel/p5-Import-Into/distinfo Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Import-Into/distinfo Sun Feb 1 20:24:05 2015 (r378269) @@ -1,2 +1,2 @@ -SHA256 (Import-Into-1.002004.tar.gz) = decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084 -SIZE (Import-Into-1.002004.tar.gz) = 7847 +SHA256 (Import-Into-1.002001.tar.gz) = 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f +SIZE (Import-Into-1.002001.tar.gz) = 6553 Modified: head/devel/p5-Mo/Makefile ============================================================================== --- head/devel/p5-Mo/Makefile Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Mo/Makefile Sun Feb 1 20:24:05 2015 (r378269) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= Mo -PORTVERSION= 0.39 +PORTVERSION= 0.38 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:INGY +MASTER_SITE_SUBDIR= CPAN:CARLOS PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -24,8 +26,4 @@ TEST_DEPENDS= p5-Class-XSAccessor>=0:${P USE_PERL5= configure USES= perl5 -post-install: - # These are essentially just copies of Mo.3.gz - @${FIND} ${STAGEDIR} -type f -name 'ReadMe*' -delete - .include Modified: head/devel/p5-Mo/distinfo ============================================================================== --- head/devel/p5-Mo/distinfo Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Mo/distinfo Sun Feb 1 20:24:05 2015 (r378269) @@ -1,2 +1,2 @@ -SHA256 (Mo-0.39.tar.gz) = fc937e4efc92340374d45dd9a1c90bf24133d9dcd753f24d3f6072582d54fbc0 -SIZE (Mo-0.39.tar.gz) = 39176 +SHA256 (Mo-0.38.tar.gz) = 23b9c9461e1e4bea61ce873e4fe2fdceeb1fcaf6f3d3c4e8cae627ff3e1a989b +SIZE (Mo-0.38.tar.gz) = 38076 Modified: head/devel/p5-Sub-Name/Makefile ============================================================================== --- head/devel/p5-Sub-Name/Makefile Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Sub-Name/Makefile Sun Feb 1 20:24:05 2015 (r378269) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= Sub-Name -PORTVERSION= 0.12 +PORTVERSION= 0.05 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Sub-Name/distinfo ============================================================================== --- head/devel/p5-Sub-Name/distinfo Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-Sub-Name/distinfo Sun Feb 1 20:24:05 2015 (r378269) @@ -1,2 +1,2 @@ -SHA256 (Sub-Name-0.12.tar.gz) = 06c4a2fcfb7223eeea6cc2b3f507e51f02fbf982e0c0ff1061deefb32f62b4e9 -SIZE (Sub-Name-0.12.tar.gz) = 25498 +SHA256 (Sub-Name-0.05.tar.gz) = c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1 +SIZE (Sub-Name-0.05.tar.gz) = 3463 Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-strictures/Makefile Sun Feb 1 20:24:05 2015 (r378269) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= strictures -PORTVERSION= 1.005006 +PORTVERSION= 1.005005 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-strictures/distinfo ============================================================================== --- head/devel/p5-strictures/distinfo Sun Feb 1 20:21:33 2015 (r378268) +++ head/devel/p5-strictures/distinfo Sun Feb 1 20:24:05 2015 (r378269) @@ -1,2 +1,2 @@ -SHA256 (strictures-1.005006.tar.gz) = 2810208331ec5b0f7d1d14b8362621aa8fd21c8dc616f012e8cd9c8646f9fbed -SIZE (strictures-1.005006.tar.gz) = 9910 +SHA256 (strictures-1.005005.tar.gz) = a9fc369b711862d8bfd74e06002112d50ae207869d0c231d0d6cc99439dab7ae +SIZE (strictures-1.005005.tar.gz) = 10443 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:24:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0552EABF; Sun, 1 Feb 2015 20:24:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A48F89; Sun, 1 Feb 2015 20:24:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KOltj084165; Sun, 1 Feb 2015 20:24:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KOSGR083956; Sun, 1 Feb 2015 20:24:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502012024.t11KOSGR083956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 20:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378270 - in head/multimedia: assimp audacious audacious-plugins avidemux2-plugins avidemux26-cli avidemux26-plugins avidemux26-qt4 bangarang banshee bino bombono camserv deforaos-playe... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:24:48 -0000 Author: amdmi3 Date: Sun Feb 1 20:24:27 2015 New Revision: 378270 URL: https://svnweb.freebsd.org/changeset/ports/378270 QAT: https://qat.redports.org/buildarchive/r378270/ Log: - Drop @dirrm* from and add empty directories to pkg-plists Approved by: portmgr blanket Modified: head/multimedia/assimp/pkg-plist head/multimedia/audacious-plugins/pkg-plist head/multimedia/audacious/pkg-plist head/multimedia/avidemux2-plugins/pkg-plist head/multimedia/avidemux26-cli/pkg-plist head/multimedia/avidemux26-plugins/pkg-plist head/multimedia/avidemux26-qt4/pkg-plist head/multimedia/bangarang/pkg-plist head/multimedia/banshee/pkg-plist head/multimedia/bino/pkg-plist head/multimedia/bombono/pkg-plist head/multimedia/camserv/pkg-plist head/multimedia/deforaos-player/pkg-plist head/multimedia/devede/pkg-plist head/multimedia/dtv-scan-tables/pkg-plist head/multimedia/dvd-slideshow/pkg-plist head/multimedia/dvdauthor/pkg-plist head/multimedia/dvdid/pkg-plist head/multimedia/fxtv/pkg-plist head/multimedia/gavl/pkg-plist head/multimedia/gdialog/pkg-plist head/multimedia/gdvrecv/pkg-plist head/multimedia/gmencoder/pkg-plist head/multimedia/gmerlin/pkg-plist head/multimedia/gnome-subtitles/pkg-plist head/multimedia/gstreamer-plugins-bad/pkg-plist head/multimedia/gstreamer-plugins-buzztard/pkg-plist head/multimedia/gstreamer-plugins-good/pkg-plist head/multimedia/gstreamer-plugins/pkg-plist head/multimedia/gstreamer-qt4/pkg-plist head/multimedia/gstreamermm/pkg-plist head/multimedia/gtk-recordmydesktop/pkg-plist head/multimedia/gxine/pkg-plist head/multimedia/imagination/pkg-plist head/multimedia/iriverter/pkg-plist head/multimedia/iso2mkv/pkg-plist head/multimedia/k9copy-kde4/pkg-plist head/multimedia/kmplayer-kde4/pkg-plist head/multimedia/kplayer-kde4/pkg-plist head/multimedia/libaacs/pkg-plist head/multimedia/libass/pkg-plist head/multimedia/libbluray/pkg-plist head/multimedia/libcec/pkg-plist head/multimedia/libdc1394/pkg-plist head/multimedia/libdv/pkg-plist head/multimedia/libdvbcsa/pkg-plist head/multimedia/libdvbpsi/pkg-plist head/multimedia/libdvdcss/pkg-plist head/multimedia/libkate/pkg-plist head/multimedia/libmovtar/pkg-plist head/multimedia/libmpeg2/pkg-plist head/multimedia/librtmp/pkg-plist head/multimedia/libtheora/pkg-plist head/multimedia/libtuner/pkg-plist head/multimedia/libv4l/pkg-plist head/multimedia/libvpx/pkg-plist head/multimedia/libxspf/pkg-plist head/multimedia/mimms/pkg-plist head/multimedia/minitube/pkg-plist head/multimedia/mjpegtools/pkg-plist head/multimedia/mjpg-streamer/pkg-plist head/multimedia/mp4v2/pkg-plist head/multimedia/mpeg2codec/pkg-plist head/multimedia/mpeg2play/pkg-plist head/multimedia/mpeg4ip/pkg-plist head/multimedia/mpeg_encode/pkg-plist head/multimedia/mplayer-skins/pkg-plist head/multimedia/mplayer2/pkg-plist head/multimedia/mxflib/pkg-plist head/multimedia/mythtv-frontend/pkg-plist head/multimedia/mythtv/pkg-plist head/multimedia/nxtvepg/pkg-plist head/multimedia/oggvideotools/pkg-plist head/multimedia/ogmrip/pkg-plist head/multimedia/openquicktime/pkg-plist head/multimedia/pitivi/pkg-plist head/multimedia/poe/pkg-plist head/multimedia/projectx/pkg-plist head/multimedia/py-gstreamer/pkg-plist head/multimedia/py-openlp/pkg-plist head/multimedia/py-qt4-multimedia/pkg-plist head/multimedia/py-qt4-phonon/pkg-plist head/multimedia/pyjama/pkg-plist head/multimedia/pymp/pkg-plist head/multimedia/rox-videothumbnail/pkg-plist head/multimedia/sabbu/pkg-plist head/multimedia/smpeg2/pkg-plist head/multimedia/subtitlecomposer-kde4/pkg-plist head/multimedia/subtitleeditor/pkg-plist head/multimedia/subtitleripper/pkg-plist head/multimedia/swfdec-gnome/pkg-plist head/multimedia/tivodecode/pkg-plist head/multimedia/tvheadend/pkg-plist head/multimedia/umplayer/pkg-plist head/multimedia/v4l-utils/pkg-plist head/multimedia/v4l_compat/pkg-plist head/multimedia/vdr-plugin-reelchannelscan/pkg-plist head/multimedia/vdr-plugin-skinenigmang/pkg-plist head/multimedia/win32-codecs/pkg-plist head/multimedia/xawtv/pkg-plist head/multimedia/xfce4-parole/pkg-plist head/multimedia/xine/pkg-plist head/multimedia/xmms-skins-huge/pkg-plist head/multimedia/xtheater/pkg-plist Modified: head/multimedia/assimp/pkg-plist ============================================================================== --- head/multimedia/assimp/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/assimp/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -47,7 +47,3 @@ lib/libassimp.so lib/libassimp.so.3 lib/libassimp.so.3.0.1264 libdata/pkgconfig/assimp.pc -@dirrm lib/cmake/assimp-3.0 -@dirrmtry lib/cmake -@dirrm include/assimp/Compiler -@dirrm include/assimp Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/audacious-plugins/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -222,34 +222,3 @@ share/audacious/Skins/TinyPlayer/volume. %%NLS%%share/locale/uk/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/audacious-plugins.mo -%%NLS%%@dirrmtry share/locale/sr_RS/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr_RS -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/ml_IN/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ml_IN -%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ky -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID -%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/es_AR -%%NLS%%@dirrmtry share/locale/cmn/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/cmn -@dirrm share/audacious/Skins/TinyPlayer -@dirrm share/audacious/Skins/Refugee -@dirrm share/audacious/Skins/Osmosis -@dirrm share/audacious/Skins/Ivory -@dirrm share/audacious/Skins/Default -@dirrm share/audacious/Skins/Classic1.3 -@dirrm share/audacious/Skins/Classic -@dirrm share/audacious/Skins -@dirrmtry share/audacious -@dirrm lib/audacious/Visualization -@dirrm lib/audacious/Transport -@dirrm lib/audacious/Output -@dirrm lib/audacious/Input -@dirrm lib/audacious/General -@dirrm lib/audacious/Effect -@dirrm lib/audacious/Container -@dirrmtry lib/audacious Modified: head/multimedia/audacious/pkg-plist ============================================================================== --- head/multimedia/audacious/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/audacious/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -111,32 +111,3 @@ share/icons/hicolor/scalable/apps/audaci %%NLS%%share/locale/vi/LC_MESSAGES/audacious.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/audacious.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/audacious.mo -%%NLS%%@dirrmtry share/locale/sr_RS/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr_RS -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/ml_IN/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ml_IN -%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ky -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID -%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/es_AR -%%NLS%%@dirrmtry share/locale/cmn/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/cmn -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -@dirrm include/libaudgui -@dirrm include/libaudcore -@dirrm include/audacious Modified: head/multimedia/avidemux2-plugins/pkg-plist ============================================================================== --- head/multimedia/avidemux2-plugins/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/avidemux2-plugins/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -141,17 +141,3 @@ lib/ADM_plugins/videoFilter/libADM_vidCh %%X264%%lib/ADM_plugins/videoEncoder/x264/x264Param.xsd %%XVID%%lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so %%XVID%%lib/ADM_plugins/videoEncoder/xvid/XvidParam.xsd -@dirrm lib/ADM_plugins/audioDecoder -@dirrm lib/ADM_plugins/audioDevices -@dirrm lib/ADM_plugins/videoEncoder/avcodec/mpeg-1 -@dirrm lib/ADM_plugins/videoEncoder/avcodec/mpeg-2 -@dirrm lib/ADM_plugins/videoEncoder/avcodec -%%X264%%@dirrm lib/ADM_plugins/videoEncoder/x264 -%%XVID%%@dirrm lib/ADM_plugins/videoEncoder/xvid -@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-1 -@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-2 -@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc -@dirrm lib/ADM_plugins/videoEncoder -@dirrm lib/ADM_plugins/videoFilter -@dirrm lib/ADM_plugins/audioEncoders -@dirrm lib/ADM_plugins Modified: head/multimedia/avidemux26-cli/pkg-plist ============================================================================== --- head/multimedia/avidemux26-cli/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/avidemux26-cli/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -2,4 +2,3 @@ bin/avidemux3_cli include/avidemux/2.6/cli/config.h lib/libADM_UI_Cli6.so lib/libADM_render6_cli.so -@dirrm include/avidemux/2.6/cli Modified: head/multimedia/avidemux26-plugins/pkg-plist ============================================================================== --- head/multimedia/avidemux26-plugins/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/avidemux26-plugins/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -453,19 +453,3 @@ lib/ADM_plugins6/autoScripts/lib/ADM_ima %%QT4%%share/avidemux6/help/QtScript/tab_h.png %%QT4%%share/avidemux6/help/QtScript/tab_s.png %%QT4%%share/avidemux6/help/QtScript/tabs.css -%%QT4%%@dirrm share/avidemux6/help/QtScript/search -%%QT4%%@dirrm share/avidemux6/help/QtScript -%%QT4%%@dirrm share/avidemux6/help -%%QT4%%@dirrm share/avidemux6 -@dirrm lib/ADM_plugins6/audioDecoder -@dirrm lib/ADM_plugins6/audioDevices -@dirrm lib/ADM_plugins6/demuxers -@dirrm lib/ADM_plugins6/muxers -@dirrm lib/ADM_plugins6/autoScripts/lib -@dirrm lib/ADM_plugins6/autoScripts -@dirrm lib/ADM_plugins6/videoDecoders -@dirrm lib/ADM_plugins6/videoEncoders -@dirrm lib/ADM_plugins6/videoFilters -@dirrm lib/ADM_plugins6/scriptEngines -@dirrm lib/ADM_plugins6/audioEncoders -@dirrm lib/ADM_plugins6 Modified: head/multimedia/avidemux26-qt4/pkg-plist ============================================================================== --- head/multimedia/avidemux26-qt4/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/avidemux26-qt4/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -27,6 +27,3 @@ share/avidemux6/i18n/qt_eu.qm share/avidemux6/i18n/qt_fr.qm share/avidemux6/i18n/qt_it.qm share/avidemux6/i18n/qt_zh_TW.qm -@dirrm share/avidemux6/i18n -@dirrm share/avidemux6 -@dirrm include/avidemux/2.6/qt4 Modified: head/multimedia/bangarang/pkg-plist ============================================================================== --- head/multimedia/bangarang/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/bangarang/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -68,5 +68,3 @@ share/locale/pt_BR/LC_MESSAGES/bangarang share/locale/ru/LC_MESSAGES/bangarang.mo share/locale/uk/LC_MESSAGES/bangarang.mo share/locale/zh_CN/LC_MESSAGES/bangarang.mo -@dirrmtry share/icons/hicolor/8x8/apps -@dirrmtry share/icons/hicolor/8x8 Modified: head/multimedia/banshee/pkg-plist ============================================================================== --- head/multimedia/banshee/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/banshee/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -702,57 +702,3 @@ share/locale/zh_HK/LC_MESSAGES/banshee.m share/locale/zh_TW/LC_MESSAGES/banshee.mo share/mime/packages/banshee-amz.xml share/mime/packages/banshee-emx.xml -@dirrm share/gnome/help/banshee/zh_CN -@dirrm share/gnome/help/banshee/uk -@dirrm share/gnome/help/banshee/sl -@dirrm share/gnome/help/banshee/pt_BR -@dirrm share/gnome/help/banshee/ja -@dirrm share/gnome/help/banshee/hu -@dirrm share/gnome/help/banshee/gl -@dirrm share/gnome/help/banshee/fr -@dirrm share/gnome/help/banshee/es -@dirrm share/gnome/help/banshee/en_GB -@dirrm share/gnome/help/banshee/el -@dirrm share/gnome/help/banshee/de -@dirrm share/gnome/help/banshee/da -@dirrm share/gnome/help/banshee/cs -@dirrm share/gnome/help/banshee/ca -@dirrm share/gnome/help/banshee/C -@dirrm share/gnome/help/banshee -@dirrm %%DATADIR%%/icons/hicolor/scalable/devices -@dirrm %%DATADIR%%/icons/hicolor/scalable/categories -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/devices -@dirrm %%DATADIR%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/devices -%%OPT_WEBKIT%%@dirrm %%DATADIR%%/icons/hicolor/32x32/categories -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/256x256/devices -@dirrm %%DATADIR%%/icons/hicolor/256x256/categories -@dirrm %%DATADIR%%/icons/hicolor/256x256 -@dirrm %%DATADIR%%/icons/hicolor/24x24/devices -%%OPT_WEBKITORYOUTUBE%%@dirrm %%DATADIR%%/icons/hicolor/24x24/categories -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/devices -@dirrm %%DATADIR%%/icons/hicolor/22x22/categories -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/emblems -@dirrm %%DATADIR%%/icons/hicolor/16x16/devices -@dirrm %%DATADIR%%/icons/hicolor/16x16/categories -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor/128x128/devices -@dirrm %%DATADIR%%/icons/hicolor/128x128 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/audio-profiles -@dirrm %%DATADIR%% -@dirrmtry share/appdata -@dirrm lib/banshee/Extensions -@dirrm lib/banshee/Backends -@dirrm lib/banshee Modified: head/multimedia/bino/pkg-plist ============================================================================== --- head/multimedia/bino/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/bino/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -48,16 +48,3 @@ share/icons/hicolor/48x48/apps/bino.png share/icons/hicolor/64x64/apps/bino.png share/icons/hicolor/scalable/apps/bino.svg man/man1/bino.1.gz -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrm %%DOCSDIR%% Modified: head/multimedia/bombono/pkg-plist ============================================================================== --- head/multimedia/bombono/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/bombono/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -275,51 +275,3 @@ share/locale/vi/LC_MESSAGES/bombono-dvd. share/locale/zh/LC_MESSAGES/bombono-dvd.mo share/mime/packages/bombono.xml share/pixmaps/bombono-dvd.png -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrm %%DATADIR%%/resources/scons_authoring -@dirrm %%DATADIR%%/resources/icons -@dirrm %%DATADIR%%/resources/frames/timber2 -@dirrm %%DATADIR%%/resources/frames/timber -@dirrm %%DATADIR%%/resources/frames/stonerect -@dirrm %%DATADIR%%/resources/frames/soft.frame -@dirrm %%DATADIR%%/resources/frames/small.yellow2 -@dirrm %%DATADIR%%/resources/frames/small.yellow -@dirrm %%DATADIR%%/resources/frames/slide -@dirrm %%DATADIR%%/resources/frames/shadow2 -@dirrm %%DATADIR%%/resources/frames/shadow -@dirrm %%DATADIR%%/resources/frames/shadow & white -@dirrm %%DATADIR%%/resources/frames/samples -@dirrm %%DATADIR%%/resources/frames/roundrect -@dirrm %%DATADIR%%/resources/frames/rect -@dirrm %%DATADIR%%/resources/frames/pop.yellow -@dirrm %%DATADIR%%/resources/frames/pop.red -@dirrm %%DATADIR%%/resources/frames/pop.mint -@dirrm %%DATADIR%%/resources/frames/pop.dark -@dirrm %%DATADIR%%/resources/frames/pop.blue -@dirrm %%DATADIR%%/resources/frames/oval -@dirrm %%DATADIR%%/resources/frames/ogradient -@dirrm %%DATADIR%%/resources/frames/gradient -@dirrm %%DATADIR%%/resources/frames/flourish -@dirrm %%DATADIR%%/resources/frames/classic.old -@dirrm %%DATADIR%%/resources/frames/classic -@dirrm %%DATADIR%%/resources/frames/cell -@dirrm %%DATADIR%%/resources/frames -@dirrm %%DATADIR%%/resources/emblems/tmp -@dirrm %%DATADIR%%/resources/emblems -@dirrm %%DATADIR%%/resources/copy-n-paste/HelixPlayer_Activity-watch-listen -@dirrm %%DATADIR%%/resources/copy-n-paste -@dirrm %%DATADIR%%/resources/button -@dirrm %%DATADIR%%/resources/bmd-icons -@dirrm %%DATADIR%%/resources -@dirrm %%DATADIR%% Modified: head/multimedia/camserv/pkg-plist ============================================================================== --- head/multimedia/camserv/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/camserv/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -36,6 +36,3 @@ lib/camserv/libvideo_fbsd_bttv.so.0.0.0 %%DATADIR%%/defpage.html %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/javascript.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% -@dirrm lib/camserv Modified: head/multimedia/deforaos-player/pkg-plist ============================================================================== --- head/multimedia/deforaos-player/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/deforaos-player/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -6,5 +6,3 @@ man/man1/playerctl.1.gz share/Player/splash.png share/applications/player.desktop share/locale/fr/LC_MESSAGES/Player.mo -@dirrmtry include/Desktop -@dirrm share/Player Modified: head/multimedia/devede/pkg-plist ============================================================================== --- head/multimedia/devede/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/devede/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -97,7 +97,4 @@ share/applications/devede.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/devede.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/devede.mo %%NLS%%share/pixmaps/devede.svg -@dirrm %%DATADIR%%/interface -@dirrm %%DATADIR%%/backgrounds -@dirrm %%DATADIR%% -@dirrm lib/devede +@dir %%DATADIR%%/interface Modified: head/multimedia/dtv-scan-tables/pkg-plist ============================================================================== --- head/multimedia/dtv-scan-tables/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/dtv-scan-tables/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -1112,14 +1112,3 @@ %%DATADIR%%/dvbv5_dvb-t/fi-Ylitornio_Raanujarvi %%DATADIR%%/dvbv5_dvb-t/fi-Yllas %%DATADIR%%/dvbv5_dvb-t/fi-Yllasjarvi -@dirrm %%DATADIR%%/atsc -@dirrm %%DATADIR%%/channels-conf/atsc -@dirrm %%DATADIR%%/channels-conf/dvb-c -@dirrm %%DATADIR%%/channels-conf/dvb-s -@dirrm %%DATADIR%%/channels-conf/dvb-t -@dirrm %%DATADIR%%/channels-conf -@dirrm %%DATADIR%%/dvb-c -@dirrm %%DATADIR%%/dvb-s -@dirrm %%DATADIR%%/dvb-t -@dirrm %%DATADIR%%/dvbv5_dvb-t -@dirrm %%DATADIR%% Modified: head/multimedia/dvd-slideshow/pkg-plist ============================================================================== --- head/multimedia/dvd-slideshow/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/dvd-slideshow/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -62,13 +62,3 @@ man/man1/jigl2slideshow.1.gz %%NOTHEMES%%%%DATADIR%%/themes/wedding/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/wedding/journal.ttf.license.txt %%NOTHEMES%%%%DATADIR%%/themes/wedding/title_thumbnail.jpg -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/wedding -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/travel -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/dinner -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/default -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/babypink -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes/babyblue -%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes -%%NOTHEMES%%@dirrmtry %%DATADIR%% -%%NOTHEMES%%@dirrmtry share/apps -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/multimedia/dvdauthor/pkg-plist ============================================================================== --- head/multimedia/dvdauthor/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/dvdauthor/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -13,4 +13,3 @@ man/man1/spuunmux.1.gz %%DATADIR%%/common.xsd %%DATADIR%%/dvdauthor.xsd %%DATADIR%%/spumux.xsd -@dirrm %%DATADIR%% Modified: head/multimedia/dvdid/pkg-plist ============================================================================== --- head/multimedia/dvdid/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/dvdid/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -6,4 +6,3 @@ lib/libdvdid.a lib/libdvdid.so lib/libdvdid.so.0 lib/libdvdid.so.0.1.0 -@dirrm include/dvdid Modified: head/multimedia/fxtv/pkg-plist ============================================================================== --- head/multimedia/fxtv/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/fxtv/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -10,5 +10,3 @@ lib/X11/fxtv/bitmaps/radio_off.xbm lib/X11/fxtv/bitmaps/radio_on.xbm lib/X11/fxtv/fxtv_cnvt.sh man/man1/fxtv.1.gz -@dirrm lib/X11/fxtv/bitmaps -@dirrm lib/X11/fxtv Modified: head/multimedia/gavl/pkg-plist ============================================================================== --- head/multimedia/gavl/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gavl/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -11,4 +11,3 @@ lib/libgavl.so lib/libgavl.so.1 lib/libgavl.so.1.0.0 libdata/pkgconfig/gavl.pc -@dirrm include/gavl Modified: head/multimedia/gdialog/pkg-plist ============================================================================== --- head/multimedia/gdialog/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gdialog/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -2,4 +2,3 @@ bin/gdialog %%DATADIR%%/GDialog-Copying %%DATADIR%%/GDialog.jar %%DATADIR%%/GDialog-ReleaseNotes.txt -@dirrmtry %%DATADIR%% Modified: head/multimedia/gdvrecv/pkg-plist ============================================================================== --- head/multimedia/gdvrecv/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gdvrecv/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -7,5 +7,3 @@ bin/gdvrecv share/pixmaps/gdvrecv/camcorder.png share/pixmaps/gdvrecv/dv.png share/misc/OUI.db -@dirrm share/pixmaps/gdvrecv -@dirrm %%PYTHON_SITELIBDIR%%/avc_crom Modified: head/multimedia/gmencoder/pkg-plist ============================================================================== --- head/multimedia/gmencoder/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gmencoder/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -4,4 +4,3 @@ share/pixmaps/gmencoder/media-pause.png share/pixmaps/gmencoder/media-play.png %%NLS%%share/locale/es/LC_MESSAGES/gmencoder.mo %%NLS%%share/locale/en/LC_MESSAGES/gmencoder.mo -@dirrm share/pixmaps/gmencoder Modified: head/multimedia/gmerlin/pkg-plist ============================================================================== --- head/multimedia/gmerlin/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gmerlin/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -320,14 +320,3 @@ share/icons/hicolor/48x48/apps/gmerlin-r share/icons/hicolor/48x48/apps/gmerlin-transcoder.png share/icons/hicolor/48x48/apps/gmerlin-visualizer.png share/locale/de/LC_MESSAGES/gmerlin.mo -@dirrm %%DATADIR%%/skins/Default -@dirrm %%DATADIR%%/skins -@dirrm %%DATADIR%%/osd -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/gmerlin/plugins -@dirrm lib/gmerlin -@dirrm include/gmerlin/x11 -@dirrm include/gmerlin/gui_gtk -@dirrm include/gmerlin Modified: head/multimedia/gnome-subtitles/pkg-plist ============================================================================== --- head/multimedia/gnome-subtitles/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gnome-subtitles/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -63,18 +63,3 @@ share/omf/gnome-subtitles/gnome-subtitle share/omf/gnome-subtitles/gnome-subtitles-sv.omf share/pixmaps/gnome-subtitles.svg man/man1/gnome-subtitles.1.gz -@dirrmtry lib/gnome-subtitles -@dirrmtry share/omf/gnome-subtitles -@dirrmtry share/gnome/help/gnome-subtitles/C -@dirrmtry share/gnome/help/gnome-subtitles/ca -@dirrmtry share/gnome/help/gnome-subtitles/cs -@dirrmtry share/gnome/help/gnome-subtitles/da -@dirrmtry share/gnome/help/gnome-subtitles/de -@dirrmtry share/gnome/help/gnome-subtitles/el -@dirrmtry share/gnome/help/gnome-subtitles/es -@dirrmtry share/gnome/help/gnome-subtitles/fr -@dirrmtry share/gnome/help/gnome-subtitles/oc -@dirrmtry share/gnome/help/gnome-subtitles/ro -@dirrmtry share/gnome/help/gnome-subtitles/sl -@dirrmtry share/gnome/help/gnome-subtitles/sv -@dirrmtry share/gnome/help/gnome-subtitles Modified: head/multimedia/gstreamer-plugins-bad/pkg-plist ============================================================================== --- head/multimedia/gstreamer-plugins-bad/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamer-plugins-bad/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -227,8 +227,3 @@ share/locale/tr/LC_MESSAGES/gst-plugins- share/locale/uk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry include/gstreamer-%%VERSION%%/gst/signalprocessor -@dirrmtry include/gstreamer-%%VERSION%%/gst/codecparsers -@dirrmtry include/gstreamer-%%VERSION%%/gst/basecamerabinsrc Modified: head/multimedia/gstreamer-plugins-buzztard/pkg-plist ============================================================================== --- head/multimedia/gstreamer-plugins-buzztard/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamer-plugins-buzztard/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -57,6 +57,3 @@ libdata/pkgconfig/libgstbuzztard.pc %%PORTDOCS%%%%DOCSDIR%%/gst-buzztard/right.png %%PORTDOCS%%%%DOCSDIR%%/gst-buzztard/style.css %%PORTDOCS%%%%DOCSDIR%%/gst-buzztard/up.png -%%PORTDOCS%%@dirrm %%DOCSDIR%%/gst-buzztard -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry include/libgstbuzztard Modified: head/multimedia/gstreamer-plugins-good/pkg-plist ============================================================================== --- head/multimedia/gstreamer-plugins-good/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamer-plugins-good/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -136,7 +136,3 @@ share/locale/vi/LC_MESSAGES/gst-plugins- share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/gstreamer-%%VERSION%%/presets -@dirrmtry share/gstreamer-%%VERSION%% Modified: head/multimedia/gstreamer-plugins/pkg-plist ============================================================================== --- head/multimedia/gstreamer-plugins/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamer-plugins/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -264,18 +264,3 @@ share/locale/uk/LC_MESSAGES/gst-plugins- share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -@dirrm share/gst-plugins-base -@dirrm include/gstreamer-%%VERSION%%/gst/video -@dirrm include/gstreamer-%%VERSION%%/gst/tag -@dirrm include/gstreamer-%%VERSION%%/gst/sdp -@dirrm include/gstreamer-%%VERSION%%/gst/rtsp -@dirrm include/gstreamer-%%VERSION%%/gst/rtp -@dirrm include/gstreamer-%%VERSION%%/gst/riff -@dirrm include/gstreamer-%%VERSION%%/gst/pbutils -@dirrm include/gstreamer-%%VERSION%%/gst/netbuffer -@dirrm include/gstreamer-%%VERSION%%/gst/interfaces -@dirrm include/gstreamer-%%VERSION%%/gst/floatcast -@dirrm include/gstreamer-%%VERSION%%/gst/fft -@dirrm include/gstreamer-%%VERSION%%/gst/cdda -@dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrm include/gstreamer-%%VERSION%%/gst/app Modified: head/multimedia/gstreamer-qt4/pkg-plist ============================================================================== --- head/multimedia/gstreamer-qt4/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamer-qt4/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -129,12 +129,3 @@ libdata/pkgconfig/QtGLib-2.0.pc libdata/pkgconfig/QtGStreamer-%%GST_VERSION%%.pc libdata/pkgconfig/QtGStreamerUi-%%GST_VERSION%%.pc libdata/pkgconfig/QtGStreamerUtils-%%GST_VERSION%%.pc -@dirrm %%QT_LIBDIR%%/imports/QtGStreamer -@dirrmtry %%QT_LIBDIR%%/imports -@dirrm lib/cmake/QtGStreamer -@dirrmtry lib/cmake -@dirrm include/QtGStreamer/QGst/Ui -@dirrm include/QtGStreamer/QGst/Utils -@dirrm include/QtGStreamer/QGst -@dirrm include/QtGStreamer/QGlib -@dirrm include/QtGStreamer Modified: head/multimedia/gstreamermm/pkg-plist ============================================================================== --- head/multimedia/gstreamermm/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gstreamermm/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -291,11 +291,3 @@ lib/libgstreamermm_get_plugin_defs-%%GST lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so.2 lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so.2.0.1 libdata/pkgconfig/gstreamermm-%%GST_VERSION%%.pc -@dirrm lib/gstreamermm-%%GST_VERSION%%/include -@dirrm lib/gstreamermm-%%GST_VERSION%%/gen/m4 -@dirrm lib/gstreamermm-%%GST_VERSION%%/gen -@dirrm lib/gstreamermm-%%GST_VERSION%% -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm_get_plugin_defs -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm/private -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm -@dirrm include/gstreamermm-%%GST_VERSION%% Modified: head/multimedia/gtk-recordmydesktop/pkg-plist ============================================================================== --- head/multimedia/gtk-recordmydesktop/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gtk-recordmydesktop/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -49,4 +49,3 @@ share/locale/ru/LC_MESSAGES/gtk-recordMy share/locale/sv/LC_MESSAGES/gtk-recordMyDesktop.mo share/locale/tr/LC_MESSAGES/gtk-recordMyDesktop.mo share/pixmaps/gtk-recordmydesktop.png -@dirrm %%PYTHON_SITELIBDIR%%/recordMyDesktop Modified: head/multimedia/gxine/pkg-plist ============================================================================== --- head/multimedia/gxine/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/gxine/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -54,11 +54,3 @@ share/locale/uk/LC_MESSAGES/gxine.theme. share/locale/zh_CN/LC_MESSAGES/gxine.mo share/locale/zh_CN/LC_MESSAGES/gxine.theme.mo share/pixmaps/gxine.png -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrmtry man/es/man1 -@dirrmtry man/es -@dirrmtry man/de/man1 -@dirrmtry man/de -%%WEBPLUGIN%%@dirrm lib/gxine -@dirrm %%ETCDIR%% Modified: head/multimedia/imagination/pkg-plist ============================================================================== --- head/multimedia/imagination/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/imagination/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -179,6 +179,3 @@ share/icons/hicolor/scalable/apps/imagin %%NLS%%share/locale/sv/LC_MESSAGES/imagination.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/imagination.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/imagination.mo -@dirrmtry %%DATADIR%%/pixmaps -@dirrmtry %%DATADIR%% -@dirrm lib/imagination Modified: head/multimedia/iriverter/pkg-plist ============================================================================== --- head/multimedia/iriverter/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/iriverter/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -34,9 +34,3 @@ share/applications/iriverter.desktop %%DATADIR%%/profiles/x5.profile %%DATADIR%%/profiles/zvm.profile share/pixmaps/iriverter.png -@dirrm %%DATADIR%%/profiles -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/doc/images -@dirrm %%DATADIR%%/doc/html -@dirrm %%DATADIR%%/doc -@dirrm %%DATADIR%% Modified: head/multimedia/iso2mkv/pkg-plist ============================================================================== --- head/multimedia/iso2mkv/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/iso2mkv/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -1,5 +1,3 @@ bin/iso2mkv %%PORTDOCS%%%%DOCSDIR%%/README.utf8.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso2mkv.conf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Modified: head/multimedia/k9copy-kde4/pkg-plist ============================================================================== --- head/multimedia/k9copy-kde4/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/k9copy-kde4/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -54,17 +54,3 @@ share/locale/sr/LC_MESSAGES/k9copy.mo share/locale/sr@Latn/LC_MESSAGES/k9copy.mo share/locale/tr/LC_MESSAGES/k9copy.mo share/locale/zh_TW/LC_MESSAGES/k9copy.mo -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrm share/doc/HTML/en/k9copy -@dirrm share/apps/k9copy/icons/hicolor/48x48/actions -@dirrm share/apps/k9copy/icons/hicolor/48x48 -@dirrm share/apps/k9copy/icons/hicolor/32x32/actions -@dirrm share/apps/k9copy/icons/hicolor/32x32 -@dirrm share/apps/k9copy/icons/hicolor/22x22/actions -@dirrm share/apps/k9copy/icons/hicolor/22x22 -@dirrm share/apps/k9copy/icons/hicolor/16x16/actions -@dirrm share/apps/k9copy/icons/hicolor/16x16 -@dirrm share/apps/k9copy/icons/hicolor -@dirrm share/apps/k9copy/icons -@dirrm share/apps/k9copy Modified: head/multimedia/kmplayer-kde4/pkg-plist ============================================================================== --- head/multimedia/kmplayer-kde4/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/kmplayer-kde4/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -72,6 +72,3 @@ share/locale/ug/LC_MESSAGES/kmplayer.mo share/locale/uk/LC_MESSAGES/kmplayer.mo share/locale/zh_CN/LC_MESSAGES/kmplayer.mo share/locale/zh_TW/LC_MESSAGES/kmplayer.mo -@dirrmtry share/doc/HTML/en/kmplayer -@dirrmtry share/apps/kmplayer/generators -@dirrmtry share/apps/kmplayer Modified: head/multimedia/kplayer-kde4/pkg-plist ============================================================================== --- head/multimedia/kplayer-kde4/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/kplayer-kde4/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -295,19 +295,3 @@ share/locale/sr@Latn/LC_MESSAGES/kplayer share/locale/sv/LC_MESSAGES/kplayer.mo share/locale/tr/LC_MESSAGES/kplayer.mo share/locale/zh_CN/LC_MESSAGES/kplayer.mo -@dirrm share/doc/HTML/sv/kplayer -@dirrm share/doc/HTML/pt/kplayer -@dirrm share/doc/HTML/it/kplayer -@dirrm share/doc/HTML/es/kplayer -@dirrm share/doc/HTML/en/kplayer -@dirrm share/doc/HTML/da/kplayer -@dirrm share/apps/kplayer/icons/hicolor/32x32/actions -@dirrm share/apps/kplayer/icons/hicolor/32x32 -@dirrm share/apps/kplayer/icons/hicolor/22x22/actions -@dirrm share/apps/kplayer/icons/hicolor/22x22 -@dirrm share/apps/kplayer/icons/hicolor/16x16/actions -@dirrm share/apps/kplayer/icons/hicolor/16x16 -@dirrm share/apps/kplayer/icons/hicolor -@dirrm share/apps/kplayer/icons -@dirrm share/apps/kplayer -@dirrmtry share/apps/konqueror/servicemenus Modified: head/multimedia/libaacs/pkg-plist ============================================================================== --- head/multimedia/libaacs/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libaacs/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -7,4 +7,3 @@ lib/libaacs.so lib/libaacs.so.0 lib/libaacs.so.0.4.0 libdata/pkgconfig/libaacs.pc -@dirrm include/libaacs Modified: head/multimedia/libass/pkg-plist ============================================================================== --- head/multimedia/libass/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libass/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -5,4 +5,3 @@ lib/libass.so lib/libass.so.5 lib/libass.so.5.0.0 libdata/pkgconfig/libass.pc -@dirrmtry include/ass Modified: head/multimedia/libbluray/pkg-plist ============================================================================== --- head/multimedia/libbluray/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libbluray/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -12,6 +12,4 @@ lib/libbluray.so lib/libbluray.so.1 lib/libbluray.so.1.5.0 libdata/pkgconfig/libbluray.pc -@dirrm include/libbluray %%JAVA%%lib/libbluray/libbluray.jar -%%JAVA%%@dirrm lib/libbluray Modified: head/multimedia/libcec/pkg-plist ============================================================================== --- head/multimedia/libcec/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libcec/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -8,4 +8,3 @@ lib/libcec.so lib/libcec.so.2 lib/libcec.so.2.0.1 libdata/pkgconfig/libcec.pc -@dirrm include/libcec Modified: head/multimedia/libdc1394/pkg-plist ============================================================================== --- head/multimedia/libdc1394/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libdc1394/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -26,5 +26,3 @@ man/man1/dc1394_vloopback.1.gz man/man1/grab_color_image.1.gz man/man1/grab_gray_image.1.gz man/man1/grab_partial_image.1.gz -@dirrmtry include/dc1394/vendor -@dirrmtry include/dc1394 Modified: head/multimedia/libdv/pkg-plist ============================================================================== --- head/multimedia/libdv/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libdv/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -20,5 +20,3 @@ man/man1/encodedv.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.dvconnect %%PORTDOCS%%%%DOCSDIR%%/README.encoder %%PORTDOCS%%%%DOCSDIR%%/TODO -@dirrm include/libdv -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% Modified: head/multimedia/libdvbcsa/pkg-plist ============================================================================== --- head/multimedia/libdvbcsa/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libdvbcsa/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -3,4 +3,3 @@ lib/libdvbcsa.a lib/libdvbcsa.so lib/libdvbcsa.so.1 lib/libdvbcsa.so.1.0.1 -@dirrm include/dvbcsa Modified: head/multimedia/libdvbpsi/pkg-plist ============================================================================== --- head/multimedia/libdvbpsi/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libdvbpsi/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -75,4 +75,3 @@ lib/libdvbpsi.so lib/libdvbpsi.so.9 lib/libdvbpsi.so.9.0.0 libdata/pkgconfig/libdvbpsi.pc -@dirrm include/dvbpsi Modified: head/multimedia/libdvdcss/pkg-plist ============================================================================== --- head/multimedia/libdvdcss/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libdvdcss/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -9,5 +9,3 @@ libdata/pkgconfig/libdvdcss.pc %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -@dirrmtry include/dvdcss -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% Modified: head/multimedia/libkate/pkg-plist ============================================================================== --- head/multimedia/libkate/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libkate/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -52,5 +52,3 @@ man/man1/kateenc.1.gz %%KATEDJ%%%%PYTHON_SITELIBDIR%%/kdj/ui_options.py %%KATEDJ%%%%PYTHON_SITELIBDIR%%/kdj/ui_options.pyc %%KATEDJ%%%%PYTHON_SITELIBDIR%%/kdj/ui_options.pyo -%%KATEDJ%%@dirrm %%PYTHON_SITELIBDIR%%/kdj -@dirrm include/kate Modified: head/multimedia/libmovtar/pkg-plist ============================================================================== --- head/multimedia/libmovtar/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libmovtar/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -10,4 +10,3 @@ bin/rtjshow include/movtar.h lib/libmovtar.a share/aclocal/movtar.m4 -@dirrmtry share/aclocal Modified: head/multimedia/libmpeg2/pkg-plist ============================================================================== --- head/multimedia/libmpeg2/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libmpeg2/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -17,4 +17,3 @@ libdata/pkgconfig/libmpeg2.pc libdata/pkgconfig/libmpeg2convert.pc man/man1/extract_mpeg2.1.gz man/man1/mpeg2dec.1.gz -@dirrm include/mpeg2dec Modified: head/multimedia/librtmp/pkg-plist ============================================================================== --- head/multimedia/librtmp/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/librtmp/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -2,7 +2,6 @@ include/librtmp/amf.h include/librtmp/http.h include/librtmp/log.h include/librtmp/rtmp.h -@dirrm include/librtmp lib/librtmp.a lib/librtmp.so lib/librtmp.so.0 Modified: head/multimedia/libtheora/pkg-plist ============================================================================== --- head/multimedia/libtheora/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libtheora/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -17,4 +17,3 @@ lib/libtheoraenc.so.1.1.2 libdata/pkgconfig/theora.pc libdata/pkgconfig/theoraenc.pc libdata/pkgconfig/theoradec.pc -@dirrm include/theora Modified: head/multimedia/libtuner/pkg-plist ============================================================================== --- head/multimedia/libtuner/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libtuner/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -33,6 +33,3 @@ include/libtuner/xc5000.h %%DATADIR%%/license.txt %%DATADIR%%/xc5000-1.6.114.fw %%DATADIR%%/or51132_vsb.fw -@dirrm lib/libtuner -@dirrm include/libtuner -@dirrm %%DATADIR%% Modified: head/multimedia/libv4l/pkg-plist ============================================================================== --- head/multimedia/libv4l/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libv4l/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -15,4 +15,3 @@ lib/libv4lconvert.so.0 libdata/pkgconfig/libv4l1.pc libdata/pkgconfig/libv4l2.pc libdata/pkgconfig/libv4lconvert.pc -@dirrm lib/libv4l Modified: head/multimedia/libvpx/pkg-plist ============================================================================== --- head/multimedia/libvpx/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libvpx/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -17,4 +17,3 @@ libdata/pkgconfig/vpx.pc %%SHARED%%lib/libvpx.so.1 %%SHARED%%lib/libvpx.so.1.3 %%SHARED%%lib/libvpx.so.1.3.0 -@dirrm include/vpx Modified: head/multimedia/libxspf/pkg-plist ============================================================================== --- head/multimedia/libxspf/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/libxspf/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -29,5 +29,3 @@ lib/libxspf.so lib/libxspf.so.4 lib/libxspf.so.4.0.1 libdata/pkgconfig/xspf.pc -@dirrm include/xspf/ProjectOpus -@dirrm include/xspf Modified: head/multimedia/mimms/pkg-plist ============================================================================== --- head/multimedia/mimms/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mimms/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -9,4 +9,3 @@ bin/mimms %%PYTHON_SITELIBDIR%%/libmimms/libmms.pyc %%PYTHON_SITELIBDIR%%/libmimms/libmms.pyo man/man1/mimms.1.gz -@dirrm %%PYTHON_SITELIBDIR%%/libmimms Modified: head/multimedia/minitube/pkg-plist ============================================================================== --- head/multimedia/minitube/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/minitube/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -41,25 +41,3 @@ share/icons/hicolor/scalable/apps/minitu %%NLS%%%%DATADIR%%/locale/sl.qm %%NLS%%%%DATADIR%%/locale/tr.qm %%NLS%%%%DATADIR%%/locale/zh_CN.qm -%%NLS%%@dirrm %%DATADIR%%/locale -%%NLS%%@dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/512x512/apps -@dirrmtry share/icons/hicolor/512x512 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons Modified: head/multimedia/mjpegtools/pkg-plist ============================================================================== --- head/multimedia/mjpegtools/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mjpegtools/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -184,7 +184,3 @@ man/man5/yuv4mpeg.5.gz %%PORTDOCS%%%%DOCSDIR%%/README.lavpipe %%PORTDOCS%%%%DOCSDIR%%/README.transist %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/mjpegtools/mplex -@dirrm include/mjpegtools/mpeg2enc -@dirrm include/mjpegtools Modified: head/multimedia/mjpg-streamer/pkg-plist ============================================================================== --- head/multimedia/mjpg-streamer/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mjpg-streamer/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -24,5 +24,3 @@ bin/mjpg_streamer %%HTTP%%%%WWWDIR%%/example.jpg %%HTTP%%%%WWWDIR%%/cambozola.jar %%HTTP%%%%WWWDIR%%/LICENSE.txt -%%HTTP%%@dirrm %%WWWDIR%% -@dirrm lib/mjpg-streamer Modified: head/multimedia/mp4v2/pkg-plist ============================================================================== --- head/multimedia/mp4v2/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mp4v2/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -30,4 +30,3 @@ man/man1/mp4art.1.gz man/man1/mp4file.1.gz man/man1/mp4subtitle.1.gz man/man1/mp4track.1.gz -@dirrm include/mp4v2 Modified: head/multimedia/mpeg2codec/pkg-plist ============================================================================== --- head/multimedia/mpeg2codec/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mpeg2codec/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -6,6 +6,3 @@ bin/mpeg2encode %%DATADIR%%/PAL.par %%DATADIR%%/inter.mat %%DATADIR%%/intra.mat -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% - Modified: head/multimedia/mpeg2play/pkg-plist ============================================================================== --- head/multimedia/mpeg2play/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mpeg2play/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -1,4 +1,3 @@ bin/mpeg2play lib/X11/app-defaults/Mpeg2play %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/multimedia/mpeg4ip/pkg-plist ============================================================================== --- head/multimedia/mpeg4ip/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mpeg4ip/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -278,5 +278,3 @@ man/man3/MP4SetVideoProfileLevel.3.gz man/man3/MP4WriteRtpHint.3.gz man/man3/MP4WriteSample.3.gz %%DATADIR%%/mp4venc_template.par -@dirrm %%DATADIR%% -@dirrm lib/mp4player_plugin Modified: head/multimedia/mpeg_encode/pkg-plist ============================================================================== --- head/multimedia/mpeg_encode/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mpeg_encode/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -2,4 +2,3 @@ bin/mpeg_encode man/man1/mpeg_encode.1.gz %%PORTDOCS%%share/doc/mpeg_encode/users-guide.ps %%PORTDOCS%%share/doc/mpeg_encode/template.param -%%PORTDOCS%%@dirrm share/doc/mpeg_encode Modified: head/multimedia/mplayer-skins/pkg-plist ============================================================================== --- head/multimedia/mplayer-skins/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mplayer-skins/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -1845,75 +1845,3 @@ share/mplayer/skins/Blue/zoom-3.png %%WINDOWSMEDIAPLAYER6%%share/mplayer/skins/WMP6/view.png %%WINDOWSMEDIAPLAYER6%%share/mplayer/skins/WMP6/vol.png share/mplayer/skins/default -%%XMMPLAYER%%@dirrm share/mplayer/skins/xmmplayer -%%XINE_LCD%%@dirrm share/mplayer/skins/xine-lcd -%%XFCE4%%@dirrm share/mplayer/skins/XFce4 -%%XANIM%%@dirrm share/mplayer/skins/xanim -%%WEBBY%%@dirrm share/mplayer/skins/webby -%%ULTRAFINA%%@dirrm share/mplayer/skins/ultrafina -%%TVISOR%%@dirrm share/mplayer/skins/tvisor -%%TRIUM%%@dirrm share/mplayer/skins/trium -%%TERMINATOR3%%@dirrm share/mplayer/skins/Terminator3 -%%SOFTGRIP%%@dirrm share/mplayer/skins/softgrip -%%SLIM%%@dirrm share/mplayer/skins/slim -%%SESSENE%%@dirrm share/mplayer/skins/sessene/wine -%%SESSENE%%@dirrm share/mplayer/skins/sessene/vine -%%SESSENE%%@dirrm share/mplayer/skins/sessene/spirit -%%SESSENE%%@dirrm share/mplayer/skins/sessene/champange -%%SESSENE%%@dirrm share/mplayer/skins/sessene -%%QUICKSILVER%%@dirrm share/mplayer/skins/QuickSilver -%%QPLAYER%%@dirrm share/mplayer/skins/QPlayer -%%PROTON%%@dirrm share/mplayer/skins/proton -%%POWERPLAYER%%@dirrm share/mplayer/skins/PowerPlayer -%%PLASTIC%%@dirrm share/mplayer/skins/plastic -%%PHONY%%@dirrm share/mplayer/skins/phony -%%PCLAND%%@dirrm share/mplayer/skins/pcland -%%OSXMOD%%@dirrm share/mplayer/skins/OSX-Mod -%%OSXBRUSHED%%@dirrm share/mplayer/skins/OSX-Brushed -%%ORANGE%%@dirrm share/mplayer/skins/Orange -%%NEWAGE%%@dirrm share/mplayer/skins/new-age -%%NEUTRON%%@dirrm share/mplayer/skins/neutron -%%NETSCAPE4%%@dirrm share/mplayer/skins/netscape4 -%%NATIVE_RED%%@dirrm share/mplayer/skins/nativeRed -%%MPLAYER_RED%%@dirrm share/mplayer/skins/mplayer_red -%%MOONPHASE%%@dirrm share/mplayer/skins/moonphase -%%MINI%%@dirrm share/mplayer/skins/mini -%%MIDNIGHTLOVE%%@dirrm share/mplayer/skins/MidnightLove -%%MENTALIC%%@dirrm share/mplayer/skins/mentalic -%%KRYSTAL%%@dirrm share/mplayer/skins/krystal -%%KDE%%@dirrm share/mplayer/skins/KDE -%%JIMPLAYER%%@dirrm share/mplayer/skins/JiMPlayer -%%ITUNES_MINI%%@dirrm share/mplayer/skins/iTunes-mini -%%ITUNES%%@dirrm share/mplayer/skins/iTunes -%%INDUSTRIAL%%@dirrm share/mplayer/skins/Industrial -%%ICY%%@dirrm share/mplayer/skins/ICY -%%HWSW%%@dirrm share/mplayer/skins/hwswskin -%%HAYRAPHON%%@dirrm share/mplayer/skins/hayraphon -%%HANDHELD%%@dirrm share/mplayer/skins/handheld -%%GNOME%%@dirrm share/mplayer/skins/gnome -%%DVDPLAYER%%@dirrm share/mplayer/skins/DVDPlayer -%%DUSHKU%%@dirrm share/mplayer/skins/Dushku -%%DIVXPLAYER%%@dirrm share/mplayer/skins/divxplayer -%%DISAPPEARER%%@dirrm share/mplayer/skins/disappearer/volume -%%DISAPPEARER%%@dirrm share/mplayer/skins/disappearer -%%DEFAULT_SMALL%%@dirrm share/mplayer/skins/Blue-small -%%CYRUS%%@dirrm share/mplayer/skins/Cyrus -%%CUBICPLAYER%%@dirrm share/mplayer/skins/CubicPlayer -%%CORNERMP_AQUA%%@dirrm share/mplayer/skins/CornerMP-aqua -%%CORNERMP%%@dirrm share/mplayer/skins/CornerMP -%%CORELIAN%%@dirrm share/mplayer/skins/Corelian -%%CLEARLOOKS%%@dirrm share/mplayer/skins/Clearlooks -%%CANARY%%@dirrm share/mplayer/skins/Canary -%%BLUEHEART%%@dirrm share/mplayer/skins/BlueHeart -%%BLUECURVE%%@dirrm share/mplayer/skins/bluecurve -%%AVIFILE%%@dirrm share/mplayer/skins/avifile -%%ATERFILE%%@dirrm share/mplayer/skins/Ater/icons -%%ATERFILE%%@dirrm share/mplayer/skins/Ater -%%ALIENMIND%%@dirrm share/mplayer/skins/AlienMind -%%ABYSS%%@dirrm share/mplayer/skins/Abyss/icons -%%ABYSS%%@dirrm share/mplayer/skins/Abyss -%%WINDOWSMEDIAPLAYER6%%@dirrm share/mplayer/skins/WMP6 -@dirrm share/mplayer/skins/Blue/icons -@dirrm share/mplayer/skins/Blue -@dirrm share/mplayer/skins -@dirrmtry share/mplayer/ Modified: head/multimedia/mplayer2/pkg-plist ============================================================================== --- head/multimedia/mplayer2/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mplayer2/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -3,4 +3,3 @@ etc/mplayer/codecs.conf.sample etc/mplayer/input.conf.sample etc/mplayer/mplayer.conf.sample man/man1/mplayer.1.gz -@dirrmtry etc/mplayer Modified: head/multimedia/mxflib/pkg-plist ============================================================================== --- head/multimedia/mxflib/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mxflib/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -38,5 +38,3 @@ include/mxflib/xmlparser.h lib/libmxf.a share/mxflib/DMS_Crypto.xml share/mxflib/dict.xml -@dirrm include/mxflib -@dirrm share/mxflib Modified: head/multimedia/mythtv-frontend/pkg-plist ============================================================================== --- head/multimedia/mythtv-frontend/pkg-plist Sun Feb 1 20:24:05 2015 (r378269) +++ head/multimedia/mythtv-frontend/pkg-plist Sun Feb 1 20:24:27 2015 (r378270) @@ -1912,96 +1912,3 @@ lib/pkgconfig/libmythzmq.pc %%DATADIR%%/themes/mediacentermenu/tv_settings.xml %%DATADIR%%/themes/mediacentermenu/video_settings.xml %%DATADIR%%/themes/mythuitheme.dtd -@dirrm %%DATADIR%%/themes/mediacentermenu -@dirrm %%DATADIR%%/themes/defaultmenu -@dirrm %%DATADIR%%/themes/default/shared -@dirrm %%DATADIR%%/themes/default/locale -@dirrm %%DATADIR%%/themes/default/keyboard -@dirrm %%DATADIR%%/themes/default/htmls -@dirrm %%DATADIR%%/themes/default/busyimages -@dirrm %%DATADIR%%/themes/default-wide/shared -@dirrm %%DATADIR%%/themes/default-wide -@dirrm %%DATADIR%%/themes/default -@dirrm %%DATADIR%%/themes/classic -@dirrm %%DATADIR%%/themes/Terra/watermarks -@dirrm %%DATADIR%%/themes/Terra/video -@dirrm %%DATADIR%%/themes/Terra/shared/icons -@dirrm %%DATADIR%%/themes/Terra/shared -@dirrm %%DATADIR%%/themes/Terra/schedule -@dirrm %%DATADIR%%/themes/Terra/recordings -@dirrm %%DATADIR%%/themes/Terra/popups/busy -@dirrm %%DATADIR%%/themes/Terra/popups -@dirrm %%DATADIR%%/themes/Terra/osd -@dirrm %%DATADIR%%/themes/Terra/music -@dirrm %%DATADIR%%/themes/Terra/menu -@dirrm %%DATADIR%%/themes/Terra/htmls -@dirrm %%DATADIR%%/themes/Terra/guide -@dirrm %%DATADIR%%/themes/Terra/controls -@dirrm %%DATADIR%%/themes/Terra/config -@dirrm %%DATADIR%%/themes/Terra/backgrounds -@dirrm %%DATADIR%%/themes/Terra -@dirrm %%DATADIR%%/themes/Slave -@dirrm %%DATADIR%%/themes/MythCenter/watermark -@dirrm %%DATADIR%%/themes/MythCenter/ui -@dirrm %%DATADIR%%/themes/MythCenter/title -@dirrm %%DATADIR%%/themes/MythCenter/osd -@dirrm %%DATADIR%%/themes/MythCenter/htmls -@dirrm %%DATADIR%%/themes/MythCenter-wide/watermark -@dirrm %%DATADIR%%/themes/MythCenter-wide/ui -@dirrm %%DATADIR%%/themes/MythCenter-wide/title -@dirrm %%DATADIR%%/themes/MythCenter-wide/osd -@dirrm %%DATADIR%%/themes/MythCenter-wide/keyboard -@dirrm %%DATADIR%%/themes/MythCenter-wide/htmls -@dirrm %%DATADIR%%/themes/MythCenter-wide -@dirrm %%DATADIR%%/themes/MythCenter -@dirrm %%DATADIR%%/themes/DVR -@dirrmtry %%DATADIR%%/themes -@dirrm %%DATADIR%%/locales -@dirrm %%DATADIR%%/i18n -@dirrm %%DATADIR%%/html/xslt -@dirrm %%DATADIR%%/html/setup/js -@dirrm %%DATADIR%%/html/setup -@dirrm %%DATADIR%%/html/samples/js -@dirrm %%DATADIR%%/html/samples -@dirrm %%DATADIR%%/html/misc/js -@dirrm %%DATADIR%%/html/misc -@dirrm %%DATADIR%%/html/js/jqueryFileTree/images -@dirrm %%DATADIR%%/html/js/jqueryFileTree -@dirrm %%DATADIR%%/html/js/galleria/themes/classic -@dirrm %%DATADIR%%/html/js/galleria/themes -@dirrm %%DATADIR%%/html/js/galleria -@dirrm %%DATADIR%%/html/js -@dirrm %%DATADIR%%/html/images *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:25:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3829CB9D; Sun, 1 Feb 2015 20:25:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1963EF8F; Sun, 1 Feb 2015 20:25:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KPNip084449; Sun, 1 Feb 2015 20:25:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KPMtm084441; Sun, 1 Feb 2015 20:25:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502012025.t11KPMtm084441@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 1 Feb 2015 20:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378271 - in head/devel: . p5-Input-Validator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:25:24 -0000 Author: adamw Date: Sun Feb 1 20:25:22 2015 New Revision: 378271 URL: https://svnweb.freebsd.org/changeset/ports/378271 QAT: https://qat.redports.org/buildarchive/r378271/ Log: Redo r378267, adding devel/p5-Input-Validator. Added: head/devel/p5-Input-Validator/ head/devel/p5-Input-Validator/Makefile (contents, props changed) head/devel/p5-Input-Validator/distinfo (contents, props changed) head/devel/p5-Input-Validator/pkg-descr (contents, props changed) head/devel/p5-Input-Validator/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 1 20:24:27 2015 (r378270) +++ head/devel/Makefile Sun Feb 1 20:25:22 2015 (r378271) @@ -2268,6 +2268,7 @@ SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS + SUBDIR += p5-Input-Validator SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator Added: head/devel/p5-Input-Validator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/Makefile Sun Feb 1 20:25:22 2015 (r378271) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Input-Validator +PORTVERSION= 0.001005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VTI +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Input validator that just validates input + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Input-Validator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/distinfo Sun Feb 1 20:25:22 2015 (r378271) @@ -0,0 +1,2 @@ +SHA256 (Input-Validator-0.001005.tar.gz) = 94b4152a50d47696862cbe20273ebf06245c0aa876dc5d141d886b49027a1704 +SIZE (Input-Validator-0.001005.tar.gz) = 13887 Added: head/devel/p5-Input-Validator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/pkg-descr Sun Feb 1 20:25:22 2015 (r378271) @@ -0,0 +1,11 @@ +Data validator. Validates only the data. No form generation, no javascript +generation, no other stuff that does something else. Only data validation! + +Features: + * Validates data that is presented as a hash reference + * Multiple values + * Field registration + * Group validation + * Conditional validation + +WWW: https://metacpan.org/pod/Input::Validator Added: head/devel/p5-Input-Validator/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Input-Validator/pkg-plist Sun Feb 1 20:25:22 2015 (r378271) @@ -0,0 +1,37 @@ +%%SITE_PERL%%/Input/Validator.pm +%%SITE_PERL%%/Input/Validator/Base.pm +%%SITE_PERL%%/Input/Validator/Bulk.pm +%%SITE_PERL%%/Input/Validator/Condition.pm +%%SITE_PERL%%/Input/Validator/Constraint.pm +%%SITE_PERL%%/Input/Validator/Constraint/Callback.pm +%%SITE_PERL%%/Input/Validator/Constraint/Date.pm +%%SITE_PERL%%/Input/Validator/Constraint/Email.pm +%%SITE_PERL%%/Input/Validator/Constraint/Equal.pm +%%SITE_PERL%%/Input/Validator/Constraint/In.pm +%%SITE_PERL%%/Input/Validator/Constraint/Ip.pm +%%SITE_PERL%%/Input/Validator/Constraint/Length.pm +%%SITE_PERL%%/Input/Validator/Constraint/Regexp.pm +%%SITE_PERL%%/Input/Validator/Constraint/Subset.pm +%%SITE_PERL%%/Input/Validator/Constraint/Time.pm +%%SITE_PERL%%/Input/Validator/Constraint/Unique.pm +%%SITE_PERL%%/Input/Validator/ConstraintBuilder.pm +%%SITE_PERL%%/Input/Validator/Field.pm +%%SITE_PERL%%/Input/Validator/Group.pm +%%PERL5_MAN3%%/Input::Validator.3.gz +%%PERL5_MAN3%%/Input::Validator::Bulk.3.gz +%%PERL5_MAN3%%/Input::Validator::Condition.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Callback.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Date.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Email.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Equal.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::In.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Ip.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Length.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Regexp.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Subset.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Time.3.gz +%%PERL5_MAN3%%/Input::Validator::Constraint::Unique.3.gz +%%PERL5_MAN3%%/Input::Validator::ConstraintBuilder.3.gz +%%PERL5_MAN3%%/Input::Validator::Field.3.gz +%%PERL5_MAN3%%/Input::Validator::Group.3.gz From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:25:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9A8FC7C; Sun, 1 Feb 2015 20:25:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D3BF96; Sun, 1 Feb 2015 20:25:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KPivJ084594; Sun, 1 Feb 2015 20:25:44 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KPi8E084593; Sun, 1 Feb 2015 20:25:44 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502012025.t11KPi8E084593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 20:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378272 - head/security/p5-Authen-Simple-Kerberos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:25:44 -0000 Author: hrs Date: Sun Feb 1 20:25:43 2015 New Revision: 378272 URL: https://svnweb.freebsd.org/changeset/ports/378272 QAT: https://qat.redports.org/buildarchive/r378272/ Log: Fix a typo. Modified: head/security/p5-Authen-Simple-Kerberos/Makefile Modified: head/security/p5-Authen-Simple-Kerberos/Makefile ============================================================================== --- head/security/p5-Authen-Simple-Kerberos/Makefile Sun Feb 1 20:25:22 2015 (r378271) +++ head/security/p5-Authen-Simple-Kerberos/Makefile Sun Feb 1 20:25:43 2015 (r378272) @@ -10,7 +10,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Simple Kerberos authentication BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ - p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Krb5-Simple + p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Authen-Krb5-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:33:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AE84F42; Sun, 1 Feb 2015 20:33:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77131D6; Sun, 1 Feb 2015 20:33:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KXnBW089131; Sun, 1 Feb 2015 20:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KXnvL089130; Sun, 1 Feb 2015 20:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502012033.t11KXnvL089130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 20:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378273 - head/sysutils/scprotect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:33:49 -0000 Author: amdmi3 Date: Sun Feb 1 20:33:48 2015 New Revision: 378273 URL: https://svnweb.freebsd.org/changeset/ports/378273 QAT: https://qat.redports.org/buildarchive/r378273/ Log: Mark broken on 11.x Modified: head/sysutils/scprotect/Makefile Modified: head/sysutils/scprotect/Makefile ============================================================================== --- head/sysutils/scprotect/Makefile Sun Feb 1 20:25:43 2015 (r378272) +++ head/sysutils/scprotect/Makefile Sun Feb 1 20:33:48 2015 (r378273) @@ -15,7 +15,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DWITH_SCPROTECT_LIST +.include + +.if ${OSVERSION} >= 1100000 +BROKEN= does not build on 11.x +.endif + post-extract: @cd ${WRKSRC}/kmod && ${RM} -f machine -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:35:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A004F5; Sun, 1 Feb 2015 20:35:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 561E9EC; Sun, 1 Feb 2015 20:35:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KZgcN089492; Sun, 1 Feb 2015 20:35:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KZgwB089491; Sun, 1 Feb 2015 20:35:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502012035.t11KZgwB089491@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Feb 2015 20:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378274 - head/multimedia/bombono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:35:42 -0000 Author: amdmi3 Date: Sun Feb 1 20:35:41 2015 New Revision: 378274 URL: https://svnweb.freebsd.org/changeset/ports/378274 QAT: https://qat.redports.org/buildarchive/r378274/ Log: - Mark broken on 10.x+ Modified: head/multimedia/bombono/Makefile Modified: head/multimedia/bombono/Makefile ============================================================================== --- head/multimedia/bombono/Makefile Sun Feb 1 20:33:48 2015 (r378273) +++ head/multimedia/bombono/Makefile Sun Feb 1 20:35:41 2015 (r378274) @@ -35,6 +35,12 @@ MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" +.include + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build on 10.x+ +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct @@ -42,4 +48,4 @@ post-install: cd ${WRKSRC}/docs/man/man1 && ${INSTALL_MAN} bombono-dvd.1 \ mpeg2demux.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 21:39:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C162ABE; Sun, 1 Feb 2015 21:39:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA0D8F1; Sun, 1 Feb 2015 21:39:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Ld7vw018364; Sun, 1 Feb 2015 21:39:07 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11Ld6rF018360; Sun, 1 Feb 2015 21:39:06 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502012139.t11Ld6rF018360@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 1 Feb 2015 21:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378275 - in head/math/wxMaxima: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:39:08 -0000 Author: nivit Date: Sun Feb 1 21:39:06 2015 New Revision: 378275 URL: https://svnweb.freebsd.org/changeset/ports/378275 QAT: https://qat.redports.org/buildarchive/r378275/ Log: - Update to 14.12.1 - Sort variables Modified: head/math/wxMaxima/Makefile head/math/wxMaxima/distinfo head/math/wxMaxima/files/patch-wxmaxima.desktop head/math/wxMaxima/pkg-plist Modified: head/math/wxMaxima/Makefile ============================================================================== --- head/math/wxMaxima/Makefile Sun Feb 1 20:35:41 2015 (r378274) +++ head/math/wxMaxima/Makefile Sun Feb 1 21:39:06 2015 (r378275) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= wxMaxima -PORTVERSION= 13.04.2 -PORTREVISION= 3 +PORTVERSION= 14.12.1 +PORTREVISION= 0 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} +DISTFILES= ${PORTNAME:tl}-${PORTVERSION}.tar.gz MAINTAINER= nivit@FreeBSD.org COMMENT= WxWidgets GUI for the computer algebra system maxima @@ -15,16 +16,20 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima -USES= gettext desktop-file-utils +CONFIGURE_ARGS= --program-prefix= + +GNU_CONFIGURE= yes + +PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} + +USES= desktop-file-utils gettext USE_GNOME= libxml2 USE_WX= 2.8 + +WANT_UNICODE= yes +WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} WX_COMPS= wx WX_CONF_ARGS= absolute -WANT_UNICODE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix= - -PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} post-install: @${LN} -s ../wxMaxima/wxmaxima.png ${STAGEDIR}${PREFIX}/share/pixmaps/wxmaxima.png Modified: head/math/wxMaxima/distinfo ============================================================================== --- head/math/wxMaxima/distinfo Sun Feb 1 20:35:41 2015 (r378274) +++ head/math/wxMaxima/distinfo Sun Feb 1 21:39:06 2015 (r378275) @@ -1,2 +1,2 @@ -SHA256 (wxMaxima-13.04.2.tar.gz) = 29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb -SIZE (wxMaxima-13.04.2.tar.gz) = 1652680 +SHA256 (wxmaxima-14.12.1.tar.gz) = 5fa01ecab2ee5a0fab9f2dad68fd78f9454da11fffe3815b17b7f0e201dc5d6a +SIZE (wxmaxima-14.12.1.tar.gz) = 1962259 Modified: head/math/wxMaxima/files/patch-wxmaxima.desktop ============================================================================== --- head/math/wxMaxima/files/patch-wxmaxima.desktop Sun Feb 1 20:35:41 2015 (r378274) +++ head/math/wxMaxima/files/patch-wxmaxima.desktop Sun Feb 1 21:39:06 2015 (r378275) @@ -1,11 +1,13 @@ ---- ./wxmaxima.desktop.orig 2012-07-22 22:58:40.000000000 +0200 -+++ ./wxmaxima.desktop 2012-07-22 22:58:43.000000000 +0200 -@@ -2,7 +2,7 @@ - Name=wxMaxima +--- wxmaxima.desktop.orig 2015-01-31 21:43:09 UTC ++++ wxmaxima.desktop +@@ -3,8 +3,8 @@ Name=wxMaxima Comment=Perform symbolic and numeric calculations using Maxima + Comment[uk]=Виконання аналітичних перетворень та обчислень за допомогою Maxima Exec=wxmaxima %f -Icon=wxmaxima.png +Icon=wxmaxima Terminal=false Type=Application - Categories=Education;Science;Math;X-Red-Hat-Base;X-Red-Hat-Base-Only; +-Categories=Education;Science;Math;X-Red-Hat-Base;X-Red-Hat-Base-Only; ++Categories=Education; + MimeType=text/x-wxmaxima-batch; Modified: head/math/wxMaxima/pkg-plist ============================================================================== --- head/math/wxMaxima/pkg-plist Sun Feb 1 20:35:41 2015 (r378274) +++ head/math/wxMaxima/pkg-plist Sun Feb 1 21:39:06 2015 (r378275) @@ -11,9 +11,11 @@ share/locale/gl/LC_MESSAGES/wxMaxima.mo share/locale/hu/LC_MESSAGES/wxMaxima.mo share/locale/it/LC_MESSAGES/wxMaxima.mo share/locale/ja/LC_MESSAGES/wxMaxima.mo +share/locale/nb/LC_MESSAGES/wxMaxima.mo share/locale/pl/LC_MESSAGES/wxMaxima.mo share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo share/locale/ru/LC_MESSAGES/wxMaxima.mo +share/locale/tr/LC_MESSAGES/wxMaxima.mo share/locale/uk/LC_MESSAGES/wxMaxima.mo share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 21:41:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2B28BA5; Sun, 1 Feb 2015 21:41:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 936AB98B; Sun, 1 Feb 2015 21:41:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Lf0hb021336; Sun, 1 Feb 2015 21:41:00 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11LexWO021324; Sun, 1 Feb 2015 21:40:59 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502012140.t11LexWO021324@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 1 Feb 2015 21:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378277 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:41:00 -0000 Author: olgeni Date: Sun Feb 1 21:40:58 2015 New Revision: 378277 URL: https://svnweb.freebsd.org/changeset/ports/378277 QAT: https://qat.redports.org/buildarchive/r378277/ Log: Do not disable the hipe application entirely, even if the HIPE option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job. Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime15/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime16/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 16.b.03.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Sun Feb 1 21:40:57 2015 (r378276) +++ head/lang/erlang-runtime17/Makefile Sun Feb 1 21:40:58 2015 (r378277) @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86 # links in the documentation. pre-configure: -.if ! ${PORT_OPTIONS:MHIPE} - echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP -.endif .if ! ${PORT_OPTIONS:MWX} echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP .endif From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 21:41:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2817BA6; Sun, 1 Feb 2015 21:41:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC57F98C; Sun, 1 Feb 2015 21:41:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11Lf1Dw021371; Sun, 1 Feb 2015 21:41:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11LewSE021309; Sun, 1 Feb 2015 21:40:58 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502012140.t11LewSE021309@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 21:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378276 - in head/graphics: zathura zathura-djvu zathura-pdf-mupdf zathura-pdf-poppler zathura/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:41:01 -0000 Author: madpilot Date: Sun Feb 1 21:40:57 2015 New Revision: 378276 URL: https://svnweb.freebsd.org/changeset/ports/378276 QAT: https://qat.redports.org/buildarchive/r378276/ Log: - Update graphics/zathura to 0.3.2 [1] - Update graphics/zathura-djvu to 0.2.4 [2] - Fix OpenSSL library path in graphics/zathura-pdf-mupdf [3] - Use OPTION Helpers [1] - Add LICENSE [1] [2] [3] PR: 196438 Submitted by: mike.d.ft402@gmail.com Approved by: quentin.stievenart@gmail.com (maintainer of zathura) [1] Approved by: alexander.4mail@gmail.com (maintainer of zathura-djvu) [2] Approved by: Zsolt Udvari (maintainer of zathura-pdf-mupdf) [3] Added: head/graphics/zathura/files/ head/graphics/zathura/files/patch-Makefile (contents, props changed) head/graphics/zathura/files/patch-zathura_page-widget.c (contents, props changed) head/graphics/zathura/files/patch-zathura_shortcuts.c (contents, props changed) Deleted: head/graphics/zathura-pdf-mupdf/pkg-plist Modified: head/graphics/zathura-djvu/Makefile head/graphics/zathura-djvu/distinfo head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura/Makefile head/graphics/zathura/distinfo head/graphics/zathura/pkg-plist Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura-djvu/Makefile Sun Feb 1 21:40:57 2015 (r378276) @@ -2,22 +2,31 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= alexander.4mail@gmail.com -COMMENT= The zathura-djvu plugin adds DjVu support to zathura +COMMENT= DjVu support for zathura + +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop + USE_GNOME= glib20 gtk30 USES= desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/djvu.so \ share/applications/zathura-djvu.desktop +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so + .include Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura-djvu/distinfo Sun Feb 1 21:40:57 2015 (r378276) @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.2.3.tar.gz) = c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 -SIZE (zathura-djvu-0.2.3.tar.gz) = 11181 +SHA256 (zathura-djvu-0.2.4.tar.gz) = ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc +SIZE (zathura-djvu-0.2.4.tar.gz) = 11197 Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura-pdf-mupdf/Makefile Sun Feb 1 21:40:57 2015 (r378276) @@ -3,14 +3,15 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ MAINTAINER= udvzsolt@gmail.com COMMENT= MuPDF render PDF plugin for Zathura PDF viewer -LICENSE= pwmt -LICENSE_NAME= pwmt license +LICENSE= zlib +LICENSE_NAME= zlib license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept @@ -18,9 +19,10 @@ BUILD_DEPENDS= zathura:${PORTSDIR}/graph mupdf>=1.5_1,1:${PORTSDIR}/graphics/mupdf RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -MAKE_ARGS= MUPDF_LIB=-lmupdf_pic OPENSSL_INC=-I${OPENSSLINC} \ - OPENSSL_LIB="-L${OPENSSL_LIB} -lcrypto" +PLIST_FILES= lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop +MAKE_ARGS= MUPDF_LIB=-lmupdf_pic OPENSSL_INC=-I${OPENSSLINC} \ + OPENSSL_LIB="-L${OPENSSLLIB} -lcrypto" USES= desktop-file-utils gmake pkgconfig USE_GNOME= glib20 gtk30 USE_OPENSSL= yes Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura-pdf-poppler/Makefile Sun Feb 1 21:40:57 2015 (r378276) @@ -3,17 +3,25 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +PLIST_FILES= lib/zathura/pdf.so \ + share/applications/zathura-pdf-poppler.desktop + USE_GNOME= glib20 gtk30 USES= desktop-file-utils gmake pkgconfig @@ -22,4 +30,7 @@ CONFLICTS= zathura-pdf-mupdf-[0-9]* PLIST_FILES= lib/zathura/pdf.so \ share/applications/zathura-pdf-poppler.desktop +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/pdf.so + .include Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura/Makefile Sun Feb 1 21:40:57 2015 (r378276) @@ -2,13 +2,18 @@ # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.2.9 +PORTVERSION= 0.3.2 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libgirara-gtk3.so:${PORTSDIR}/x11-toolkits/girara BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils @@ -16,25 +21,19 @@ BUILD_DEPENDS+= rst2html:${PORTSDIR}/tex USE_GNOME= glib20 gtk30 USES= gmake pkgconfig MAKE_ENV= SFLAGS="${STRIP}" \ - RSTTOMAN=${LOCALBASE}/bin/rst2man + RSTTOMAN=${LOCALBASE}/bin/rst2man \ + ZLIB_INC= \ + ZLIB_LIB=-lz OPTIONS_DEFINE= NLS SQLITE +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MSQLITE} -LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -MAKE_ENV+= WITH_SQLITE=1 -.else -MAKE_ENV+= WITH_SQLITE=0 -.endif +SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +SQLITE_MAKE_ENV= WITH_SQLITE=1 +SQLITE_MAKE_ENV_OFF= WITH_SQLITE=0 +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: .SILENT ${REINPLACE_CMD} -e 's|man[15]|man/&|g' \ @@ -42,6 +41,8 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk + ${REINPLACE_CMD} -e '/^CC /d'\ + ${WRKSRC}/colors.mk .if ! ${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile @@ -52,7 +53,7 @@ post-patch: .SILENT -e 's/DL_LIB /#&/' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ - ${WRKSRC}/config.h \ + ${WRKSRC}/zathura/config.h \ ${WRKSRC}/doc/man/zathurarc.5.rst (cd ${WRKSRC}; ${RM} -f zathura.1 zathurarc.5) Modified: head/graphics/zathura/distinfo ============================================================================== --- head/graphics/zathura/distinfo Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura/distinfo Sun Feb 1 21:40:57 2015 (r378276) @@ -1,2 +1,2 @@ -SHA256 (zathura-0.2.9.tar.gz) = 2c071d403ec9348b839567b2897850bf29d9c24c85982b5509a1a429a72ee09f -SIZE (zathura-0.2.9.tar.gz) = 196690 +SHA256 (zathura-0.3.2.tar.gz) = fda6503dc5b21f7c667301798fbd2c978897e68b4555e8c731945cecd9d165e2 +SIZE (zathura-0.3.2.tar.gz) = 202943 Added: head/graphics/zathura/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura/files/patch-Makefile Sun Feb 1 21:40:57 2015 (r378276) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-11-09 22:50:01 UTC ++++ Makefile +@@ -12,7 +12,7 @@ LIBS += $(SQLITE_LIB) + SOURCE = $(OSOURCE) + CPPFLAGS += -DWITH_SQLITE + else +-SOURCE = $(filter-out database-sqlite.c,$(OSOURCE)) ++SOURCE = $(filter-out ${PROJECT}/database-sqlite.c,$(OSOURCE)) + endif + + ifneq ($(WITH_MAGIC),0) Added: head/graphics/zathura/files/patch-zathura_page-widget.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura/files/patch-zathura_page-widget.c Sun Feb 1 21:40:57 2015 (r378276) @@ -0,0 +1,76 @@ +X-Git-Url: https://git.pwmt.org/?p=zathura.git;a=blobdiff_plain;f=zathura%2Fpage-widget.c;h=ad27c273f1ba04b66dd8a84337febec3729a68af;hp=309f63321cdbc27694fcba964faa3c4ecc48295f;hb=8d71a755d648c5856ef91d214bfdb46925f6c2f0;hpb=10f3da57c65a8ed7d4d3beff3e49da2bcddcf7a7 + +diff --git zathura/page-widget.c zathura/page-widget.c.orig +index 309f633..ad27c27 100644 +--- zathura/page-widget.c ++++ zathura/page-widget.c.orig +@@ -28,8 +28,8 @@ typedef struct zathura_page_widget_private_s { + + struct { + girara_list_t* list; /**< List of links on the page */ +- bool retrieved; /**< True if we already tried to retrieve the list of links */ +- bool draw; /**< True if links should be drawn */ ++ gboolean retrieved; /**< True if we already tried to retrieve the list of links */ ++ gboolean draw; /**< True if links should be drawn */ + unsigned int offset; /**< Offset to the links */ + unsigned int n; /**< Number */ + } links; +@@ -37,12 +37,12 @@ typedef struct zathura_page_widget_private_s { + struct { + girara_list_t* list; /**< A list if there are search results that should be drawn */ + int current; /**< The index of the current search result */ +- bool draw; /**< Draw search results */ ++ gboolean draw; /**< Draw search results */ + } search; + + struct { + girara_list_t* list; /**< List of images on the page */ +- bool retrieved; /**< True if we already tried to retrieve the list of images */ ++ gboolean retrieved; /**< True if we already tried to retrieve the list of images */ + zathura_image_t* current; /**< Image data of selected image */ + } images; + +@@ -52,7 +52,7 @@ typedef struct zathura_page_widget_private_s { + int x; /**< X coordinate */ + int y; /**< Y coordinate */ + } selection_basepoint; +- bool over_link; ++ gboolean over_link; + } mouse; + } zathura_page_widget_private_t; + +@@ -313,13 +313,13 @@ zathura_page_widget_set_property(GObject* object, guint prop_id, const GValue* v + case PROP_DRAW_LINKS: + priv->links.draw = g_value_get_boolean(value); + /* get links */ +- if (priv->links.draw == true && priv->links.retrieved == false) { ++ if (priv->links.draw == TRUE && priv->links.retrieved == FALSE) { + priv->links.list = zathura_page_links_get(priv->page, NULL); +- priv->links.retrieved = true; ++ priv->links.retrieved = TRUE; + priv->links.n = (priv->links.list == NULL) ? 0 : girara_list_size(priv->links.list); + } + +- if (priv->links.retrieved == true && priv->links.list != NULL) { ++ if (priv->links.retrieved == TRUE && priv->links.list != NULL) { + GIRARA_LIST_FOREACH(priv->links.list, zathura_link_t*, iter, link) + if (link != NULL) { + zathura_rectangle_t rectangle = recalc_rectangle(priv->page, zathura_link_get_position(link)); +@@ -338,7 +338,7 @@ zathura_page_widget_set_property(GObject* object, guint prop_id, const GValue* v + } + priv->search.list = g_value_get_pointer(value); + if (priv->search.list != NULL && priv->search.draw) { +- priv->links.draw = false; ++ priv->links.draw = FALSE; + redraw_all_rects(pageview, priv->search.list); + } + priv->search.current = -1; +@@ -355,7 +355,7 @@ zathura_page_widget_set_property(GObject* object, guint prop_id, const GValue* v + priv->search.current = girara_list_size(priv->search.list); + } else { + priv->search.current = val; +- if (priv->search.draw == true && val >= 0 && val < (signed) girara_list_size(priv->search.list)) { ++ if (priv->search.draw == TRUE && val >= 0 && val < (signed) girara_list_size(priv->search.list)) { + zathura_rectangle_t* rect = girara_list_nth(priv->search.list, priv->search.current); + zathura_rectangle_t rectangle = recalc_rectangle(priv->page, *rect); + redraw_rect(pageview, &rectangle); Added: head/graphics/zathura/files/patch-zathura_shortcuts.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura/files/patch-zathura_shortcuts.c Sun Feb 1 21:40:57 2015 (r378276) @@ -0,0 +1,20 @@ +X-Git-Url: https://git.pwmt.org/?p=zathura.git;a=blobdiff_plain;f=zathura%2Fshortcuts.c;h=93182c0835f3c41157637f7d2b78dbb7ff3b1328;hp=0e6ca6349a529a9faff75f2a445f7cf0b7a3c98c;hb=8d71a755d648c5856ef91d214bfdb46925f6c2f0;hpb=10f3da57c65a8ed7d4d3beff3e49da2bcddcf7a7 + +diff --git zathura/shortcuts.c zathura/shortcuts.c.orig +index 0e6ca63..93182c0 100644 +--- zathura/shortcuts.c ++++ zathura/shortcuts.c.orig +@@ -861,9 +861,11 @@ sc_search(girara_session_t* session, girara_argument_t* argument, + const unsigned int num_pages = zathura_document_get_number_of_pages(zathura->document); + const unsigned int cur_page = zathura_document_get_current_page_number(zathura->document); + GtkWidget *cur_page_widget = zathura_page_get_widget(zathura, zathura_document_get_page(zathura->document, cur_page)); +- bool nohlsearch, first_time_after_abort, draw; ++ bool nohlsearch, first_time_after_abort; ++ gboolean draw; + +- nohlsearch = first_time_after_abort = draw = false; ++ nohlsearch = first_time_after_abort = false; ++ draw = FALSE; + girara_setting_get(session, "nohlsearch", &nohlsearch); + + if (nohlsearch == false) { Modified: head/graphics/zathura/pkg-plist ============================================================================== --- head/graphics/zathura/pkg-plist Sun Feb 1 21:39:06 2015 (r378275) +++ head/graphics/zathura/pkg-plist Sun Feb 1 21:40:57 2015 (r378276) @@ -9,6 +9,7 @@ include/zathura/version.h libdata/pkgconfig/zathura.pc man/man1/zathura.1.gz man/man5/zathurarc.5.gz +share/appdata/zathura.appdata.xml share/applications/zathura.desktop share/dbus-1/interfaces/org.pwmt.zathura.xml %%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 21:43:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CEBCDA4; Sun, 1 Feb 2015 21:43:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE919B1; Sun, 1 Feb 2015 21:43:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11LhlXF022962; Sun, 1 Feb 2015 21:43:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11LhlOT022954; Sun, 1 Feb 2015 21:43:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502012143.t11LhlOT022954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 21:43:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378278 - in head/graphics: . zathura-ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:43:48 -0000 Author: madpilot Date: Sun Feb 1 21:43:46 2015 New Revision: 378278 URL: https://svnweb.freebsd.org/changeset/ports/378278 QAT: https://qat.redports.org/buildarchive/r378278/ Log: The zathura-ps plugin adds PostScript support to zathura by using the libspectre library. WWW: http://pwmt.org/projects/zathura-ps/ PR: 196459 Submitted by: mike.d.ft402@gmail.com Added: head/graphics/zathura-ps/ head/graphics/zathura-ps/Makefile (contents, props changed) head/graphics/zathura-ps/distinfo (contents, props changed) head/graphics/zathura-ps/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Feb 1 21:40:58 2015 (r378277) +++ head/graphics/Makefile Sun Feb 1 21:43:46 2015 (r378278) @@ -1053,6 +1053,7 @@ SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler + SUBDIR += zathura-ps SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg Added: head/graphics/zathura-ps/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-ps/Makefile Sun Feb 1 21:43:46 2015 (r378278) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= zathura-ps +PORTVERSION= 0.2.2 +CATEGORIES= graphics +MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ + +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= PostScript support for Zathura PDF viewer + +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre +BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura + +USES= desktop-file-utils gmake pkgconfig +USE_GNOME= glib20 gtk30 +USE_OPENSSL= yes + +PLIST_FILES= lib/zathura/ps.so share/applications/zathura-ps.desktop + +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so + +.include Added: head/graphics/zathura-ps/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-ps/distinfo Sun Feb 1 21:43:46 2015 (r378278) @@ -0,0 +1,2 @@ +SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8 +SIZE (zathura-ps-0.2.2.tar.gz) = 5793 Added: head/graphics/zathura-ps/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-ps/pkg-descr Sun Feb 1 21:43:46 2015 (r378278) @@ -0,0 +1,4 @@ +The zathura-ps plugin adds PostScript support to zathura by using the +libspectre library. + +WWW: http://pwmt.org/projects/zathura-ps/ From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 21:45:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8F90EA0; Sun, 1 Feb 2015 21:45:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8806F9C7; Sun, 1 Feb 2015 21:45:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11LjBHU023400; Sun, 1 Feb 2015 21:45:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11LjAxq023396; Sun, 1 Feb 2015 21:45:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502012145.t11LjAxq023396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 21:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378279 - in head/graphics: . zathura-cb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 21:45:11 -0000 Author: madpilot Date: Sun Feb 1 21:45:09 2015 New Revision: 378279 URL: https://svnweb.freebsd.org/changeset/ports/378279 QAT: https://qat.redports.org/buildarchive/r378279/ Log: The zathura-cb plugin adds comic book support to zathura. WWW: http://pwmt.org/projects/zathura-cb/ PR: 196459 Submitted by: mike.d.ft402@gmail.com Added: head/graphics/zathura-cb/ head/graphics/zathura-cb/Makefile (contents, props changed) head/graphics/zathura-cb/distinfo (contents, props changed) head/graphics/zathura-cb/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Feb 1 21:43:46 2015 (r378278) +++ head/graphics/Makefile Sun Feb 1 21:45:09 2015 (r378279) @@ -1050,6 +1050,7 @@ SUBDIR += yed SUBDIR += yukon SUBDIR += zathura + SUBDIR += zathura-cb SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler Added: head/graphics/zathura-cb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-cb/Makefile Sun Feb 1 21:45:09 2015 (r378279) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= zathura-cb +PORTVERSION= 0.1.4 +CATEGORIES= graphics +MASTER_SITES= http://pwmt.org/projects/zathura-cb/download/ + +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= Comic book plugin for Zathura PDF viewer + +LICENSE= zlib +LICENSE_NAME= zlib license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +LIB_DEPENDS= libarchive.so:${PORTSDIR}/archivers/libarchive +BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura + +PLIST_FILES= lib/zathura/cb.so share/applications/zathura-cb.desktop + +USES= desktop-file-utils gmake pkgconfig +USE_GNOME= glib20 gtk30 +USE_OPENSSL= yes + +post-install: + ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/cb.so + +.include Added: head/graphics/zathura-cb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-cb/distinfo Sun Feb 1 21:45:09 2015 (r378279) @@ -0,0 +1,2 @@ +SHA256 (zathura-cb-0.1.4.tar.gz) = f21cb140cce02b3ef8b23eff479a7f66285667ab47cdc099c10cd62eaf239626 +SIZE (zathura-cb-0.1.4.tar.gz) = 7205 Added: head/graphics/zathura-cb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-cb/pkg-descr Sun Feb 1 21:45:09 2015 (r378279) @@ -0,0 +1,3 @@ +The zathura-cb plugin adds comic book support to zathura. + +WWW: http://pwmt.org/projects/zathura-cb/ From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 22:04:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F85629B; Sun, 1 Feb 2015 22:04:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3057FBA6; Sun, 1 Feb 2015 22:04:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11M4tGe032960; Sun, 1 Feb 2015 22:04:55 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11M4rTD032954; Sun, 1 Feb 2015 22:04:53 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502012204.t11M4rTD032954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 1 Feb 2015 22:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378280 - in head/math: . octave-forge-interval octave-forge-interval/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 22:04:55 -0000 Author: stephen Date: Sun Feb 1 22:04:52 2015 New Revision: 378280 URL: https://svnweb.freebsd.org/changeset/ports/378280 QAT: https://qat.redports.org/buildarchive/r378280/ Log: - New port math/octave-forge-interval. The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. Added: head/math/octave-forge-interval/ head/math/octave-forge-interval/Makefile (contents, props changed) head/math/octave-forge-interval/distinfo (contents, props changed) head/math/octave-forge-interval/files/ head/math/octave-forge-interval/files/patch-Makefile (contents, props changed) head/math/octave-forge-interval/pkg-descr (contents, props changed) head/math/octave-forge-interval/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Feb 1 21:45:09 2015 (r378279) +++ head/math/Makefile Sun Feb 1 22:04:52 2015 (r378280) @@ -303,6 +303,7 @@ SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration + SUBDIR += octave-forge-interval SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra Added: head/math/octave-forge-interval/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/Makefile Sun Feb 1 22:04:52 2015 (r378280) @@ -0,0 +1,27 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-interval +PORTVERSION= 0.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 + +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-interval/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/distinfo Sun Feb 1 22:04:52 2015 (r378280) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/interval-0.1.1.tar.gz) = 84a33f0aa6c9adbb49847f3eb5d83dad64a639ab30df0744f940451a0d339aad +SIZE (octave-forge/interval-0.1.1.tar.gz) = 99113 Added: head/math/octave-forge-interval/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/files/patch-Makefile Sun Feb 1 22:04:52 2015 (r378280) @@ -0,0 +1,11 @@ +--- Makefile-orig 2015-02-01 21:41:06.000000000 +0000 ++++ Makefile 2015-02-01 21:41:39.000000000 +0000 +@@ -9,7 +9,7 @@ + all: $(OBJ) + + mpfr_%.oct: mpfr_%.cc mpfr_commons.cc +- $(MKOCTFILE) $(CFLAGS) -o $@ $(LDFLAGS) $(LDFLAGS_MPFR) $< ++ $(MKOCTFILE) -o $@ $(LDFLAGS_MPFR) $< + + # The following build target are not required for the package installation + # process, but are used during development of the package. Added: head/math/octave-forge-interval/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/pkg-descr Sun Feb 1 22:04:52 2015 (r378280) @@ -0,0 +1,12 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is interval. + + The package provides data types for verified computing. The implementation + of intervals in inf-sup format is based on interval boundaries represented + by binary64 numbers and is standard conforming to IEEE 1788. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-interval/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/pkg-plist Sun Feb 1 22:04:52 2015 (r378280) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 22:10:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B1593DB; Sun, 1 Feb 2015 22:10:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DA89C57; Sun, 1 Feb 2015 22:10:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11MAp73036577; Sun, 1 Feb 2015 22:10:51 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11MApNS036576; Sun, 1 Feb 2015 22:10:51 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502012210.t11MApNS036576@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 1 Feb 2015 22:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378281 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 22:10:51 -0000 Author: stephen Date: Sun Feb 1 22:10:50 2015 New Revision: 378281 URL: https://svnweb.freebsd.org/changeset/ports/378281 QAT: https://qat.redports.org/buildarchive/r378281/ Log: - Add optional dependency math/octave-forge-interval. - Update to 20150201. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Sun Feb 1 22:04:52 2015 (r378280) +++ head/math/octave-forge/Makefile Sun Feb 1 22:10:50 2015 (r378281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20141214 +PORTVERSION= 20150201 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -20,8 +20,8 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH DATABASE DATAFRAME DICOM DIVAND ECONOMETRICS ENGINE FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ - INFORMATIONTHEORY INTEGRATION IO IRSA LINEAR_ALGEBRA LSSA \ - MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ + INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LINEAR_ALGEBRA \ + LSSA MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \ OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTICS \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \ @@ -62,6 +62,7 @@ IDENT_DESC= Install package: ident IMAGE_DESC= Install package: image INFORMATIONTHEORY_DESC= Install package: informationtheory INTEGRATION_DESC= Install package: integration +INTERVAL_DESC= Install package: interval IO_DESC= Install package: io IRSA_DESC= Install package: irsa LINEAR_ALGEBRA_DESC= Install package: linear-algebra @@ -224,6 +225,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/informatio .if ${PORT_OPTIONS:MINTEGRATION} RUN_DEPENDS+= ${TARBALLS_DIR}/integration.tar.gz:${PORTSDIR}/math/octave-forge-integration .endif +.if ${PORT_OPTIONS:MINTERVAL} +RUN_DEPENDS+= ${TARBALLS_DIR}/interval.tar.gz:${PORTSDIR}/math/octave-forge-interval +.endif .if ${PORT_OPTIONS:MIO} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io .endif From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 22:25:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 982515C3; Sun, 1 Feb 2015 22:25:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B8C7D46; Sun, 1 Feb 2015 22:25:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11MPpFD042546; Sun, 1 Feb 2015 22:25:51 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11MPpnm042542; Sun, 1 Feb 2015 22:25:51 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201502012225.t11MPpnm042542@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sun, 1 Feb 2015 22:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378282 - in head/ftp/proftpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 22:25:51 -0000 Author: mm Date: Sun Feb 1 22:25:50 2015 New Revision: 378282 URL: https://svnweb.freebsd.org/changeset/ports/378282 QAT: https://qat.redports.org/buildarchive/r378282/ Log: Fix mirror sites [1] Compile with -pthread if using base OpenSSL [2] Fix rc script [3] PR: 191011 [1], 195921 [2], 196635 [3] Modified: head/ftp/proftpd/Makefile head/ftp/proftpd/files/proftpd.in Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Sun Feb 1 22:10:50 2015 (r378281) +++ head/ftp/proftpd/Makefile Sun Feb 1 22:25:50 2015 (r378282) @@ -5,11 +5,11 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ - ftp://proftpd.networkedsystems.co.uk/distrib/source/ \ + ftp://ftpmirror.uk/ftp.proftpd.org/distrib/source/ \ http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/ .if defined(_BUILDING_PROFTPD_MODULE) DISTNAME= proftpd-${PROFTPD_VERSION} @@ -101,6 +101,9 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATED .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} +. if !defined(WITH_OPENSSL_PORT) +LDFLAGS+= -pthread +. endif .endif .if !defined(_BUILDING_PROFTPD_MODULE) Modified: head/ftp/proftpd/files/proftpd.in ============================================================================== --- head/ftp/proftpd/files/proftpd.in Sun Feb 1 22:10:50 2015 (r378281) +++ head/ftp/proftpd/files/proftpd.in Sun Feb 1 22:25:50 2015 (r378282) @@ -22,8 +22,10 @@ name=proftpd rcvar=proftpd_enable -proftpd_enable=${proftpd_enable:="NO"} -proftpd_config=${proftpd_config:="%%PREFIX%%/etc/proftpd.conf"} +load_rc_config $name + +: ${proftpd_enable:="NO"} +: ${proftpd_config:="%%PREFIX%%/etc/proftpd.conf"} command=%%PREFIX%%/sbin/proftpd command_args="-c ${proftpd_config}" @@ -37,5 +39,4 @@ stop_postcmd() rm -f $pidfile } -load_rc_config $name run_rc_command "$1" From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 23:19:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE9401DE; Sun, 1 Feb 2015 23:19:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3782F3; Sun, 1 Feb 2015 23:19:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11NJrwk066594; Sun, 1 Feb 2015 23:19:53 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11NJpqD066585; Sun, 1 Feb 2015 23:19:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502012319.t11NJpqD066585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 1 Feb 2015 23:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378283 - in head: Mk lang/ruby19 lang/ruby19/files lang/ruby20 lang/ruby20/files lang/ruby21 lang/ruby21/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 23:19:53 -0000 Author: bapt Date: Sun Feb 1 23:19:51 2015 New Revision: 378283 URL: https://svnweb.freebsd.org/changeset/ports/378283 QAT: https://qat.redports.org/buildarchive/r378283/ Log: Change the EDIT option of ruby to use libedit by default now that libedit from ports is able to handle unicode. Make sure that ruby does not provides its own function to read the input but let libedit do it itself. This allows the binary package to by default not be "tainted" by the readline license. Differential Revision: https://reviews.freebsd.org/D1547 Reviewed by: swills Approved by: ruby (swills) Added: head/lang/ruby19/files/patch-ext_readline_extconf.rb (contents, props changed) head/lang/ruby20/files/patch-ext_readline_extconf.rb (contents, props changed) head/lang/ruby21/files/patch-ext_readline_extconf.rb (contents, props changed) Modified: head/Mk/bsd.ruby.mk head/lang/ruby19/Makefile head/lang/ruby20/Makefile head/lang/ruby21/Makefile Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Sun Feb 1 22:25:50 2015 (r378282) +++ head/Mk/bsd.ruby.mk Sun Feb 1 23:19:51 2015 (r378283) @@ -177,7 +177,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 1.9 # RUBY_RELVERSION= 1.9.3 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 551 @@ -193,7 +193,7 @@ RUBY21= "@comment " # Ruby 2.0 # RUBY_RELVERSION= 2.0.0 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 598 @@ -209,7 +209,7 @@ RUBY21= "@comment " # Ruby 2.1 # RUBY_RELVERSION= 2.1.5 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: head/lang/ruby19/Makefile ============================================================================== --- head/lang/ruby19/Makefile Sun Feb 1 22:25:50 2015 (r378282) +++ head/lang/ruby19/Makefile Sun Feb 1 23:19:51 2015 (r378283) @@ -52,7 +52,7 @@ MAKE_JOBS_UNSAFE= yes NO_LATEST_LINK= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC -OPTIONS_DEFAULT= RDOC READLINE +OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT OPTIONS_SINGLE_EDIT= LIBEDIT READLINE OPTIONS_SUB= yes Added: head/lang/ruby19/files/patch-ext_readline_extconf.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby19/files/patch-ext_readline_extconf.rb Sun Feb 1 23:19:51 2015 (r378283) @@ -0,0 +1,11 @@ +--- ext/readline/extconf.rb.orig 2012-09-09 06:44:20 UTC ++++ ext/readline/extconf.rb +@@ -62,7 +62,7 @@ else + end + + have_readline_func("rl_getc") +-have_readline_func("rl_getc_function") ++#have_readline_func("rl_getc_function") + have_readline_func("rl_filename_completion_function") + have_readline_func("rl_username_completion_function") + have_readline_func("rl_completion_matches") Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Sun Feb 1 22:25:50 2015 (r378282) +++ head/lang/ruby20/Makefile Sun Feb 1 23:19:51 2015 (r378283) @@ -49,7 +49,7 @@ RUBY_NO_RUN_DEPENDS= yes NO_LATEST_LINK= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC -OPTIONS_DEFAULT= RDOC READLINE +OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT OPTIONS_SINGLE_EDIT= LIBEDIT READLINE OPTIONS_SUB= yes Added: head/lang/ruby20/files/patch-ext_readline_extconf.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby20/files/patch-ext_readline_extconf.rb Sun Feb 1 23:19:51 2015 (r378283) @@ -0,0 +1,11 @@ +--- ext/readline/extconf.rb.orig 2014-04-30 07:39:45 UTC ++++ ext/readline/extconf.rb +@@ -62,7 +62,7 @@ else + end + + readline.have_func("rl_getc") +-readline.have_func("rl_getc_function") ++#readline.have_func("rl_getc_function") + readline.have_func("rl_filename_completion_function") + readline.have_func("rl_username_completion_function") + readline.have_func("rl_completion_matches") Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Sun Feb 1 22:25:50 2015 (r378282) +++ head/lang/ruby21/Makefile Sun Feb 1 23:19:51 2015 (r378283) @@ -48,7 +48,7 @@ RUBY_NO_RUN_DEPENDS= yes NO_LATEST_LINK= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC -OPTIONS_DEFAULT= RDOC READLINE +OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT OPTIONS_SINGLE_EDIT= LIBEDIT READLINE OPTIONS_SUB= yes Added: head/lang/ruby21/files/patch-ext_readline_extconf.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby21/files/patch-ext_readline_extconf.rb Sun Feb 1 23:19:51 2015 (r378283) @@ -0,0 +1,11 @@ +--- ext/readline/extconf.rb.orig 2015-01-23 15:37:01 UTC ++++ ext/readline/extconf.rb +@@ -62,7 +62,7 @@ else + end + + readline.have_func("rl_getc") +-readline.have_func("rl_getc_function") ++#readline.have_func("rl_getc_function") + readline.have_func("rl_filename_completion_function") + readline.have_func("rl_username_completion_function") + readline.have_func("rl_completion_matches") From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 00:46:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A6B19B; Mon, 2 Feb 2015 00:46:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE406CC5; Mon, 2 Feb 2015 00:46:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t120kT1U009157; Mon, 2 Feb 2015 00:46:29 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t120kTGe009155; Mon, 2 Feb 2015 00:46:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502020046.t120kTGe009155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 2 Feb 2015 00:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378284 - head/lang/gcc5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 00:46:30 -0000 Author: gerald Date: Mon Feb 2 00:46:28 2015 New Revision: 378284 URL: https://svnweb.freebsd.org/changeset/ports/378284 QAT: https://qat.redports.org/buildarchive/r378284/ Log: Update to the 20150201 snapshot of GCC 5.0. This now successfully builds libffi again, so we can enable JAVA by default on i386 and amd64. PR: 197171 Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun Feb 1 23:19:51 2015 (r378283) +++ head/lang/gcc5/Makefile Mon Feb 2 00:46:28 2015 (r378284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc5 -PORTVERSION= 5.0.s20150125 +PORTVERSION= 5.0.s20150201 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -40,17 +40,12 @@ SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure -# libffi is broken on FreeBSD 10.x or later since 2015-01-11, cf. -# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it. -CONFIGURE_ARGS+=--without-libffi - OPTIONS_DEFINE= BOOTSTRAP OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA OPTIONS_DEFAULT= BOOTSTRAP -# Also disable the JAVA defaults for now. -#OPTIONS_DEFAULT_i386= JAVA -#OPTIONS_DEFAULT_amd64= JAVA +OPTIONS_DEFAULT_i386= JAVA +OPTIONS_DEFAULT_amd64= JAVA BOOTSTRAP_DESC= Build using a full bootstrap .include Modified: head/lang/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Sun Feb 1 23:19:51 2015 (r378283) +++ head/lang/gcc5/distinfo Mon Feb 2 00:46:28 2015 (r378284) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20150125.tar.bz2) = cca6b2f19a1c8cafc61972db4566dd65dfe96cc6ac7dd8237c190d11a11db71c -SIZE (gcc-5-20150125.tar.bz2) = 89844082 +SHA256 (gcc-5-20150201.tar.bz2) = 391725b5f3c3c277a4c7b68b648f7855a1c0f7209467748f35bd6ef9f6717cd9 +SIZE (gcc-5-20150201.tar.bz2) = 89749171 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 00:59:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CC403F5; Mon, 2 Feb 2015 00:59:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05F93D91; Mon, 2 Feb 2015 00:59:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t120xUsI014615; Mon, 2 Feb 2015 00:59:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t120xLPM014566; Mon, 2 Feb 2015 00:59:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502020059.t120xLPM014566@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 00:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378285 - in head/www: twiki twiki-BehaviourContrib twiki-BlogAddOn twiki-BugzillaLinkPlugin twiki-ClassicSkin twiki-CommentPlugin twiki-EditTablePlugin twiki-EmptyPlugin twiki-GluePlug... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 00:59:31 -0000 Author: amdmi3 Date: Mon Feb 2 00:59:21 2015 New Revision: 378285 URL: https://svnweb.freebsd.org/changeset/ports/378285 QAT: https://qat.redports.org/buildarchive/r378285/ Log: - Drop @dirrm* from pkg-plists Approved by: portmgr blanket Modified: head/www/twiki-BehaviourContrib/pkg-plist head/www/twiki-BlogAddOn/pkg-plist head/www/twiki-BugzillaLinkPlugin/pkg-plist head/www/twiki-ClassicSkin/pkg-plist head/www/twiki-CommentPlugin/pkg-plist head/www/twiki-EditTablePlugin/pkg-plist head/www/twiki-EmptyPlugin/pkg-plist head/www/twiki-GluePlugin/pkg-plist head/www/twiki-InterwikiPlugin/pkg-plist head/www/twiki-JSCalendarContrib/pkg-plist head/www/twiki-LDAPPasswordChangerPlugin/pkg-plist head/www/twiki-LdapContrib/pkg-plist head/www/twiki-LdapNgPlugin/pkg-plist head/www/twiki-MailerContrib/pkg-plist head/www/twiki-MathModePlugin/pkg-plist head/www/twiki-NewUserPlugin/pkg-plist head/www/twiki-PatternSkin/pkg-plist head/www/twiki-PreferencesPlugin/pkg-plist head/www/twiki-RenderListPlugin/pkg-plist head/www/twiki-SlideShowPlugin/pkg-plist head/www/twiki-SmiliesPlugin/pkg-plist head/www/twiki-SpreadSheetPlugin/pkg-plist head/www/twiki-SubscribePlugin/pkg-plist head/www/twiki-TWikiUserMappingContrib/pkg-plist head/www/twiki-TablePlugin/pkg-plist head/www/twiki-TagMePlugin/pkg-plist head/www/twiki-TinyMCEPlugin/pkg-plist head/www/twiki-TipsContrib/pkg-plist head/www/twiki-TopicVarsPlugin/pkg-plist head/www/twiki-TwistyContrib/pkg-plist head/www/twiki-TwistyPlugin/pkg-plist head/www/twiki-WysiwygPlugin/pkg-plist head/www/twiki/bsd.twiki.mk Modified: head/www/twiki-BehaviourContrib/pkg-plist ============================================================================== --- head/www/twiki-BehaviourContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-BehaviourContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -14,16 +14,3 @@ %%TWDIR%%/pub/TWiki/BehaviourContrib/cssQuery/src/cssQuery.js %%TWDIR%%/pub/TWiki/BehaviourContrib/cssQuery/src/test.html %%TWDIR%%/pub/TWiki/BehaviourContrib/cssQuery/test.html -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/BehaviourContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/BehaviourContrib/cssQuery/src -@dirrm %%TWDIR%%/pub/TWiki/BehaviourContrib/cssQuery -@dirrm %%TWDIR%%/pub/TWiki/BehaviourContrib -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-BlogAddOn/pkg-plist ============================================================================== --- head/www/twiki-BlogAddOn/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-BlogAddOn/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -17,15 +17,3 @@ %%TWDIR%%/pub/TWiki/BlogAddOn/example.png %%TWDIR%%/pub/TWiki/BlogAddOn/screenshot_list.png %%TWDIR%%/pub/TWiki/BlogAddOn/screenshot_post.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data/_BlogAddOn -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/BlogAddOn -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/BlogAddOn -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-BugzillaLinkPlugin/pkg-plist ============================================================================== --- head/www/twiki-BugzillaLinkPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-BugzillaLinkPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -7,14 +7,3 @@ %%TWDIR%%/pub/TWiki/BugzillaLinkPlugin/bug_small.gif %%TWDIR%%/pub/TWiki/BugzillaLinkPlugin/bug_small.png %%TWDIR%%/pub/TWiki/BugzillaLinkPlugin/bug_small_white.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/BugzillaLinkPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/BugzillaLinkPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-ClassicSkin/pkg-plist ============================================================================== --- head/www/twiki-ClassicSkin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-ClassicSkin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -49,16 +49,3 @@ %%TWDIR%%/templates/twiki.classic.tmpl %%TWDIR%%/templates/view.classic.tmpl %%TWDIR%%/templates/viewprint.classic.tmpl -@dirrm %%TWDIR%%/data/Main -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/ClassicSkin -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/ClassicSkin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-CommentPlugin/pkg-plist ============================================================================== --- head/www/twiki-CommentPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-CommentPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -14,19 +14,3 @@ %%TWDIR%%/templates/comments.tmpl %%TWDIR%%/test/unit/CommentPlugin/CommentPluginSuite.pm %%TWDIR%%/test/unit/CommentPlugin/CommentPluginTests.pm -@dirrm %%TWDIR%%/data/Sandbox -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/CommentPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/CommentPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%%/test/unit/CommentPlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-EditTablePlugin/pkg-plist ============================================================================== --- head/www/twiki-EditTablePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-EditTablePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -23,17 +23,3 @@ %%TWDIR%%/pub/TWiki/EditTablePlugin/separator_bg_anim.gif %%TWDIR%%/test/unit/EditTablePlugin/EditTablePluginSuite.pm %%TWDIR%%/test/unit/EditTablePlugin/EditTablePluginTests.pm -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/EditTablePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/EditTablePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/test/unit/EditTablePlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-EmptyPlugin/pkg-plist ============================================================================== --- head/www/twiki-EmptyPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-EmptyPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -6,15 +6,3 @@ %%TWDIR%%/lib/TWiki/Plugins/EmptyPlugin/build.pl %%TWDIR%%/test/unit/EmptyPlugin/EmptyPluginSuite.pm %%TWDIR%%/test/unit/EmptyPlugin/EmptyPluginTests.pm -@dirrm %%TWDIR%%/data/Sandbox -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/EmptyPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/test/unit/EmptyPlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-GluePlugin/pkg-plist ============================================================================== --- head/www/twiki-GluePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-GluePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -4,14 +4,3 @@ %%TWDIR%%/lib/TWiki/Plugins/GluePlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/GluePlugin/build.pl %%TWDIR%%/pub/TWiki/GluePlugin/wikiringlogo40x40.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/GluePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/GluePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-InterwikiPlugin/pkg-plist ============================================================================== --- head/www/twiki-InterwikiPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-InterwikiPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -4,11 +4,3 @@ %%TWDIR%%/lib/TWiki/Plugins/InterwikiPlugin/DEPENDENCIES %%TWDIR%%/lib/TWiki/Plugins/InterwikiPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/InterwikiPlugin/build.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/InterwikiPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-JSCalendarContrib/pkg-plist ============================================================================== --- head/www/twiki-JSCalendarContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-JSCalendarContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -99,20 +99,3 @@ %%TWDIR%%/pub/TWiki/JSCalendarContrib/twiki.js %%TWDIR%%/pub/TWiki/JSCalendarContrib/twiki_src.js %%TWDIR%%/pub/TWiki/JSCalendarContrib/wikiringlogo20x20.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/JSCalendarContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki/Form -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib/doc/html -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib/doc -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib/lang -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib/skins/aqua -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib/skins -@dirrm %%TWDIR%%/pub/TWiki/JSCalendarContrib -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-LDAPPasswordChangerPlugin/pkg-plist ============================================================================== --- head/www/twiki-LDAPPasswordChangerPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-LDAPPasswordChangerPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -4,12 +4,3 @@ %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/DEPENDENCIES %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/build.pl -@dirrm %%TWDIR%%/data/Sandbox -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-LdapContrib/pkg-plist ============================================================================== --- head/www/twiki-LdapContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-LdapContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -11,17 +11,3 @@ %%TWDIR%%/lib/ldap.cfg %%TWDIR%%/pub/TWiki/LdapContrib/TWikiDotPm-4.1.2.patch %%TWDIR%%/pub/TWiki/LdapContrib/wikiringlogo40x40.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Client -@dirrm %%TWDIR%%/lib/TWiki/Contrib/LdapContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki/LoginManager -@dirrm %%TWDIR%%/lib/TWiki/Users -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/LdapContrib -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-LdapNgPlugin/pkg-plist ============================================================================== --- head/www/twiki-LdapNgPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-LdapNgPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -4,11 +4,3 @@ %%TWDIR%%/lib/TWiki/Plugins/LdapNgPlugin/DEPENDENCIES %%TWDIR%%/lib/TWiki/Plugins/LdapNgPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/LdapNgPlugin/build.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/LdapNgPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-MailerContrib/pkg-plist ============================================================================== --- head/www/twiki-MailerContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-MailerContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -18,19 +18,3 @@ %%TWDIR%%/templates/newsletter.tmpl %%TWDIR%%/test/unit/MailerContrib/MailerContribSuite.pm %%TWDIR%%/tools/mailnotify -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/MailerContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/MailerContrib -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%%/test/unit/MailerContrib -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%%/tools -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-MathModePlugin/pkg-plist ============================================================================== --- head/www/twiki-MathModePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-MathModePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -6,14 +6,3 @@ %%TWDIR%%/lib/TWiki/Plugins/MathModePlugin/build.pl %%TWDIR%%/pub/TWiki/MathModePlugin/latex2img %%TWDIR%%/pub/TWiki/MathModePlugin/wikiringlogo40x40.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/MathModePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/MathModePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-NewUserPlugin/pkg-plist ============================================================================== --- head/www/twiki-NewUserPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-NewUserPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -14,24 +14,3 @@ %%TWDIR%%/lib/TWiki/Plugins/NewUserPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/NewUserPlugin/build.pl %%TWDIR%%/pub/TWiki/NewUserPlugin/wikiringlogo40x40.png -@dirrm %%TWDIR%%/NewUserPlugin/data/TWiki -@dirrm %%TWDIR%%/NewUserPlugin/data -@dirrm %%TWDIR%%/NewUserPlugin/lib/TWiki/Plugins/NewUserPlugin -@dirrm %%TWDIR%%/NewUserPlugin/lib/TWiki/Plugins -@dirrm %%TWDIR%%/NewUserPlugin/lib/TWiki -@dirrm %%TWDIR%%/NewUserPlugin/lib -@dirrm %%TWDIR%%/NewUserPlugin/pub/TWiki/NewUserPlugin -@dirrm %%TWDIR%%/NewUserPlugin/pub/TWiki -@dirrm %%TWDIR%%/NewUserPlugin/pub -@dirrm %%TWDIR%%/NewUserPlugin -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/NewUserPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/NewUserPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-PatternSkin/pkg-plist ============================================================================== --- head/www/twiki-PatternSkin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-PatternSkin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -121,29 +121,3 @@ %%TWDIR%%/templates/viewprint.pattern.tmpl %%TWDIR%%/templates/viewrightbar.pattern.tmpl %%TWDIR%%/templates/viewtopbar.pattern.tmpl -@dirrm %%TWDIR%%/data/Main -@dirrm %%TWDIR%%/data/Sandbox -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data/Trash -@dirrm %%TWDIR%%/data/_default -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/PatternSkin -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/PatternSkin -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinColorSettings -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCss -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookCenterPage -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookCenterPageBorder -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookEditTableStyle -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookFonts -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookNoLeftBar -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCssCookbookNoTopBar -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinCustomization -@dirrm %%TWDIR%%/pub/TWiki/PatternSkinGraphics -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-PreferencesPlugin/pkg-plist ============================================================================== --- head/www/twiki-PreferencesPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-PreferencesPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -6,14 +6,3 @@ %%TWDIR%%/lib/TWiki/Plugins/PreferencesPlugin/build.pl %%TWDIR%%/test/unit/PreferencesPlugin/PreferencesPluginSuite.pm %%TWDIR%%/test/unit/PreferencesPlugin/PreferencesPluginTests.pm -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/PreferencesPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/test/unit/PreferencesPlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-RenderListPlugin/pkg-plist ============================================================================== --- head/www/twiki-RenderListPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-RenderListPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -31,14 +31,3 @@ %%TWDIR%%/pub/TWiki/RenderListPlugin/virtualpersons.gif %%TWDIR%%/pub/TWiki/RenderListPlugin/xls.gif %%TWDIR%%/pub/TWiki/RenderListPlugin/zip.gif -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/RenderListPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/RenderListPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-SlideShowPlugin/pkg-plist ============================================================================== --- head/www/twiki-SlideShowPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-SlideShowPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -14,14 +14,3 @@ %%TWDIR%%/pub/TWiki/SlideShowPlugin/next.gif %%TWDIR%%/pub/TWiki/SlideShowPlugin/prev.gif %%TWDIR%%/pub/TWiki/SlideShowPlugin/startpres.gif -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/SlideShowPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/SlideShowPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-SmiliesPlugin/pkg-plist ============================================================================== --- head/www/twiki-SmiliesPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-SmiliesPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -43,14 +43,3 @@ %%TWDIR%%/pub/TWiki/SmiliesPlugin/wink.gif,v %%TWDIR%%/pub/TWiki/SmiliesPlugin/yes.gif %%TWDIR%%/pub/TWiki/SmiliesPlugin/yes.gif,v -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/SmiliesPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/SmiliesPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-SpreadSheetPlugin/pkg-plist ============================================================================== --- head/www/twiki-SpreadSheetPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-SpreadSheetPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -5,11 +5,3 @@ %%TWDIR%%/lib/TWiki/Plugins/SpreadSheetPlugin/DEPENDENCIES %%TWDIR%%/lib/TWiki/Plugins/SpreadSheetPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/SpreadSheetPlugin/build.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/SpreadSheetPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-SubscribePlugin/pkg-plist ============================================================================== --- head/www/twiki-SubscribePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-SubscribePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -6,14 +6,3 @@ %%TWDIR%%/lib/TWiki/Plugins/SubscribePlugin/build.pl %%TWDIR%%/pub/TWiki/SubscribePlugin/logo.gif %%TWDIR%%/pub/TWiki/SubscribePlugin/wikiringlogo20x20.png -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/SubscribePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/SubscribePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TWikiUserMappingContrib/pkg-plist ============================================================================== --- head/www/twiki-TWikiUserMappingContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TWikiUserMappingContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -32,20 +32,3 @@ %%TWDIR%%/test/unit/TWikiUserMappingContrib/TWikiUserMappingContribTests.pm %%TWDIR%%/test/unit/TWikiUserMappingContrib/TWikiUserMappingTests.pm %%TWDIR%%/tools/upgrade_emails.pl -@dirrm %%TWDIR%%/data/Main -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/TWikiUserMappingContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki/Users -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/RegistrationApprovals -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/test/unit/TWikiUserMappingContrib -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%%/tools -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TablePlugin/pkg-plist ============================================================================== --- head/www/twiki-TablePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TablePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -8,17 +8,3 @@ %%TWDIR%%/pub/TWiki/TablePlugin/.keep_me %%TWDIR%%/test/unit/TablePlugin/TablePluginSuite.pm %%TWDIR%%/test/unit/TablePlugin/TablePluginTests.pm -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/TablePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/TablePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/test/unit/TablePlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TagMePlugin/pkg-plist ============================================================================== --- head/www/twiki-TagMePlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TagMePlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -26,15 +26,3 @@ %%TWDIR%%/templates/view.tagme04x01.tmpl %%TWDIR%%/templates/view.tagme_styleblog.tmpl %%TWDIR%%/templates/view.tagme_styleblogbutton.tmpl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/TagMePlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/TagMePlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TinyMCEPlugin/pkg-plist ============================================================================== --- head/www/twiki-TinyMCEPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TinyMCEPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -487,161 +487,3 @@ %%TWDIR%%/pub/TWiki/TinyMCEPlugin/wysiwyg.css %%TWDIR%%/pub/TWiki/TinyMCEPlugin/wysiwyg_src.css %%TWDIR%%/pub/TWiki/TinyMCEQuickHelp/Format_Drop_Down.gif -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/TinyMCEPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/docs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/examples/templates -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/examples -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advhr/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advhr/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advhr/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advhr -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advimage/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advimage/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advimage/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advimage -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advlink/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advlink/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advlink/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/advlink -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/autosave/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/autosave -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/bbcode -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/cleanup -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/contextmenu/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/contextmenu/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/contextmenu -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/devkit -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/directionality/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/directionality/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/directionality -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/emotions/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/emotions/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/emotions/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/emotions -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/flash/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/flash/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/flash/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/flash/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/flash -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullpage/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullpage/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullpage/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullpage/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullpage -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullscreen/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullscreen/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/fullscreen -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/iespell/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/iespell/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/iespell -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/inlinepopups/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/inlinepopups -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/insertdatetime -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/layer/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/layer/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/layer -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/media/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/media/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/media/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/media/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/media -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/nonbreaking -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/noneditable/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/noneditable -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/paste/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/paste/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/paste/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/paste/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/paste -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/preview/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/preview/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/preview/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/preview -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/print/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/print/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/print -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/save/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/save/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/save -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/searchreplace/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/searchreplace/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/searchreplace -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/style/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/style/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/style/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/style/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/style -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/table/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/table/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/table/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/table/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/table -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/template -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikibuttons/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikibuttons/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikibuttons/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikibuttons/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikibuttons -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikiimage/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikiimage/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikiimage/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikiimage/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/twikiimage -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/visualchars/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/visualchars/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/visualchars -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/zoom -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/docs/en -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/docs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/xp -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/langs -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/simple/css -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/simple/images -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/simple -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/utils -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce/jscripts -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin/tinymce -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEPlugin -@dirrm %%TWDIR%%/pub/TWiki/TinyMCEQuickHelp -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TipsContrib/pkg-plist ============================================================================== --- head/www/twiki-TipsContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TipsContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -38,11 +38,3 @@ %%TWDIR%%/lib/TWiki/Contrib/TipsContrib/DEPENDENCIES %%TWDIR%%/lib/TWiki/Contrib/TipsContrib/MANIFEST %%TWDIR%%/lib/TWiki/Contrib/TipsContrib/build.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/TipsContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TopicVarsPlugin/pkg-plist ============================================================================== --- head/www/twiki-TopicVarsPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TopicVarsPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -3,11 +3,3 @@ %%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/DEPENDENCIES %%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/MANIFEST %%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/build.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TwistyContrib/pkg-plist ============================================================================== --- head/www/twiki-TwistyContrib/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TwistyContrib/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -8,14 +8,3 @@ %%TWDIR%%/pub/TWiki/TwistyContrib/twist.css %%TWDIR%%/pub/TWiki/TwistyContrib/twist.js %%TWDIR%%/pub/TWiki/TwistyContrib/twist_src.js -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Contrib/TwistyContrib -@dirrm %%TWDIR%%/lib/TWiki/Contrib -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/TwistyContrib -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-TwistyPlugin/pkg-plist ============================================================================== --- head/www/twiki-TwistyPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-TwistyPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -11,18 +11,3 @@ %%TWDIR%%/templates/twistyplugin.tmpl %%TWDIR%%/test/unit/TwistyPlugin/TwistyPluginSuite.pm %%TWDIR%%/test/unit/TwistyPlugin/TwistyPluginTests.pm -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/TwistyPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/TwistyPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/templates -@dirrm %%TWDIR%%/test/unit/TwistyPlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki-WysiwygPlugin/pkg-plist ============================================================================== --- head/www/twiki-WysiwygPlugin/pkg-plist Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki-WysiwygPlugin/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) @@ -43,21 +43,3 @@ %%TWDIR%%/test/unit/WysiwygPlugin/test_html/verbatim.html %%TWDIR%%/tools/html2tml.pl %%TWDIR%%/tools/tml2html.pl -@dirrm %%TWDIR%%/data/TWiki -@dirrm %%TWDIR%%/data -@dirrm %%TWDIR%%/lib/TWiki/Plugins/WysiwygPlugin/HTML2TML -@dirrm %%TWDIR%%/lib/TWiki/Plugins/WysiwygPlugin -@dirrm %%TWDIR%%/lib/TWiki/Plugins -@dirrm %%TWDIR%%/lib/TWiki -@dirrm %%TWDIR%%/lib -@dirrm %%TWDIR%%/pub/TWiki/WysiwygPlugin -@dirrm %%TWDIR%%/pub/TWiki -@dirrm %%TWDIR%%/pub -@dirrm %%TWDIR%%/test/unit/WysiwygPlugin/result_tml -@dirrm %%TWDIR%%/test/unit/WysiwygPlugin/test_html -@dirrm %%TWDIR%%/test/unit/WysiwygPlugin -@dirrm %%TWDIR%%/test/unit -@dirrm %%TWDIR%%/test -@dirrm %%TWDIR%%/tools -@dirrm %%TWDIR%% -@dirrmtry share/twiki Modified: head/www/twiki/bsd.twiki.mk ============================================================================== --- head/www/twiki/bsd.twiki.mk Mon Feb 2 00:46:28 2015 (r378284) +++ head/www/twiki/bsd.twiki.mk Mon Feb 2 00:59:21 2015 (r378285) @@ -40,10 +40,6 @@ make-dist: create-plist: extract @${FIND} -s ${WRKSRC} -not -type d |\ ${SED} -e 's|^${WRKSRC}|%%TWDIR%%|' > ${PLIST} - @${FIND} -ds ${WRKSRC} -type d -not -name ${DISTNAME} | \ - ${SED} -e "s,^${WRKSRC},@dirrm %%TWDIR%%," >> ${PLIST} - @${ECHO_CMD} '@dirrm %%TWDIR%%' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/twiki' >> ${PLIST} do-install: ${MKDIR} ${STAGEDIR}${TWDIR} From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 01:27:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C56874; Mon, 2 Feb 2015 01:27:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2379FF6; Mon, 2 Feb 2015 01:27:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t121R1lE028595; Mon, 2 Feb 2015 01:27:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t121QxPi028570; Mon, 2 Feb 2015 01:26:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502020126.t121QxPi028570@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 01:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378286 - in head/x11: py-qt4-opengl rstart ruby-X11 sakura sbxkb simdock startup-notification terminal.app xscreensaver-gnome-hacks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 01:27:02 -0000 Author: amdmi3 Date: Mon Feb 2 01:26:58 2015 New Revision: 378286 URL: https://svnweb.freebsd.org/changeset/ports/378286 QAT: https://qat.redports.org/buildarchive/r378286/ Log: - Drop @dirrm* from pkg-plists Approved by: portmgr blanket Modified: head/x11/py-qt4-opengl/pkg-plist head/x11/rstart/pkg-plist head/x11/ruby-X11/pkg-plist head/x11/sakura/pkg-plist head/x11/sbxkb/pkg-plist head/x11/simdock/pkg-plist head/x11/startup-notification/pkg-plist head/x11/terminal.app/pkg-plist head/x11/xscreensaver-gnome-hacks/pkg-plist Modified: head/x11/py-qt4-opengl/pkg-plist ============================================================================== --- head/x11/py-qt4-opengl/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/py-qt4-opengl/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -7,5 +7,3 @@ share/py-sip/QtOpenGL/qglframebufferobje share/py-sip/QtOpenGL/qglpixelbuffer.sip share/py-sip/QtOpenGL/qglshaderprogram.sip %%API%%share/qt4/qsci/api/python/QtOpenGL.api -@dirrm share/py-sip/QtOpenGL -@dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 Modified: head/x11/rstart/pkg-plist ============================================================================== --- head/x11/rstart/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/rstart/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -17,7 +17,3 @@ lib/X11/rstart/contexts/x11r6 lib/X11/rstart/rstartd.real man/man1/rstart.1.gz man/man1/rstartd.1.gz -@dirrm lib/X11/rstart/contexts -@dirrm lib/X11/rstart/commands/x11r6 -@dirrm lib/X11/rstart/commands -@dirrm lib/X11/rstart Modified: head/x11/ruby-X11/pkg-plist ============================================================================== --- head/x11/ruby-X11/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/ruby-X11/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -4,16 +4,13 @@ %%RUBY_SITELIBDIR%%/X11/Keysyms.rb %%RUBY_SITELIBDIR%%/X11/Type.rb %%RUBY_SITELIBDIR%%/X11/XID.rb -@dirrm %%RUBY_SITELIBDIR%%/X11 %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ifs.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test00.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test01.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test02.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test03.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_all.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/Documentation %%PORTDOCS%%%%RUBY_MODDOCDIR%%/Overview %%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% Modified: head/x11/sakura/pkg-plist ============================================================================== --- head/x11/sakura/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/sakura/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -21,4 +21,3 @@ share/locale/ru/LC_MESSAGES/sakura.mo share/locale/uk/LC_MESSAGES/sakura.mo share/locale/zh_CN/LC_MESSAGES/sakura.mo share/pixmaps/terminal-tango.svg -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% Modified: head/x11/sbxkb/pkg-plist ============================================================================== --- head/x11/sbxkb/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/sbxkb/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -225,4 +225,3 @@ share/sbxkb/yu.png share/sbxkb/za.png share/sbxkb/zm.png share/sbxkb/zw.png -@dirrm share/sbxkb Modified: head/x11/simdock/pkg-plist ============================================================================== --- head/x11/simdock/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/simdock/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -6,4 +6,3 @@ share/pixmaps/simdock.png %%DATADIR%%/bg5.png %%DATADIR%%/mark.png %%DATADIR%%/question.png -@dirrm share/simdock Modified: head/x11/startup-notification/pkg-plist ============================================================================== --- head/x11/startup-notification/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/startup-notification/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -10,5 +10,3 @@ lib/libstartup-notification-1.so lib/libstartup-notification-1.so.0 lib/libstartup-notification-1.so.0.0.0 libdata/pkgconfig/libstartup-notification-1.0.pc -@dirrm include/startup-notification-1.0/libsn -@dirrm include/startup-notification-1.0 Modified: head/x11/terminal.app/pkg-plist ============================================================================== --- head/x11/terminal.app/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/terminal.app/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -20,15 +20,3 @@ GNUstep/System/Applications/Terminal.app GNUstep/System/Applications/Terminal.app/Terminal GNUstep/System/Applications/Terminal.app/stamp.make GNUstep/System/Tools/Terminal -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Turkish.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Swedish.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Spanish.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Russian.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Norwegian.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Italian.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/Hungarian.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/German.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/French.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources/English.lproj -@dirrm GNUstep/System/Applications/Terminal.app/Resources -@dirrm GNUstep/System/Applications/Terminal.app Modified: head/x11/xscreensaver-gnome-hacks/pkg-plist ============================================================================== --- head/x11/xscreensaver-gnome-hacks/pkg-plist Mon Feb 2 00:59:21 2015 (r378285) +++ head/x11/xscreensaver-gnome-hacks/pkg-plist Mon Feb 2 01:26:58 2015 (r378286) @@ -598,6 +598,3 @@ share/xscreensaver/config/xmatrix.xml share/xscreensaver/config/xrayswarm.xml share/xscreensaver/config/xspirograph.xml share/xscreensaver/config/zoom.xml -@dirrm share/xscreensaver/config -@dirrm share/xscreensaver -@dirrm bin/xscreensaver-hacks From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 02:30:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD270C4C; Mon, 2 Feb 2015 02:30:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98F3F7DA; Mon, 2 Feb 2015 02:30:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t122UgZu059813; Mon, 2 Feb 2015 02:30:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t122Ug22059811; Mon, 2 Feb 2015 02:30:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502020230.t122Ug22059811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 02:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378287 - head/games/pioneer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 02:30:42 -0000 Author: amdmi3 Date: Mon Feb 2 02:30:41 2015 New Revision: 378287 URL: https://svnweb.freebsd.org/changeset/ports/378287 QAT: https://qat.redports.org/buildarchive/r378287/ Log: - Update to 20150201 PR: 20150201 Submitted by: lightside@gmx.com (maintainer) Modified: head/games/pioneer/Makefile head/games/pioneer/distinfo Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Mon Feb 2 01:26:58 2015 (r378286) +++ head/games/pioneer/Makefile Mon Feb 2 02:30:41 2015 (r378287) @@ -38,7 +38,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/ GH_ACCOUNT= pioneerspacesim GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20141230 +GH_TAGNAME= 20150201 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} Modified: head/games/pioneer/distinfo ============================================================================== --- head/games/pioneer/distinfo Mon Feb 2 01:26:58 2015 (r378286) +++ head/games/pioneer/distinfo Mon Feb 2 02:30:41 2015 (r378287) @@ -1,2 +1,2 @@ -SHA256 (pioneer-0.0.20141230.tar.gz) = 64de215f194053f2e3ae2de3dd66292cf25a79519a5912d1f2479c7987d029c1 -SIZE (pioneer-0.0.20141230.tar.gz) = 174830052 +SHA256 (pioneer-0.0.20150201.tar.gz) = 472e9b51f797b4ce1c9749a2126618f4a3837b59ee5ac0416dcaf1e1d338dd41 +SIZE (pioneer-0.0.20150201.tar.gz) = 180434415 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 02:52:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB465833; Mon, 2 Feb 2015 02:52:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7462A91; Mon, 2 Feb 2015 02:52:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t122q4DZ069802; Mon, 2 Feb 2015 02:52:04 GMT (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t122q4fp069801; Mon, 2 Feb 2015 02:52:04 GMT (envelope-from sanpei@FreeBSD.org) Message-Id: <201502020252.t122q4fp069801@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sanpei set sender to sanpei@FreeBSD.org using -f From: MIHIRA Sanpei Yoshiro Date: Mon, 2 Feb 2015 02:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378288 - head/sysutils/xbatt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 02:52:04 -0000 Author: sanpei Date: Mon Feb 2 02:52:03 2015 New Revision: 378288 URL: https://svnweb.freebsd.org/changeset/ports/378288 QAT: https://qat.redports.org/buildarchive/r378288/ Log: I tested xbatt on amd64 and add support amd64(no changees) Modified: head/sysutils/xbatt/Makefile Modified: head/sysutils/xbatt/Makefile ============================================================================== --- head/sysutils/xbatt/Makefile Mon Feb 2 02:30:41 2015 (r378287) +++ head/sysutils/xbatt/Makefile Mon Feb 2 02:52:03 2015 (r378288) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.clave.gr.jp/~et MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for X11 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USES= imake:noman USE_XORG= xpm xaw From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 04:34:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D2C7B63; Mon, 2 Feb 2015 04:34:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 293A5774; Mon, 2 Feb 2015 04:34:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t124Y8P5017970; Mon, 2 Feb 2015 04:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t124Y8xC017969; Mon, 2 Feb 2015 04:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502020434.t124Y8xC017969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 04:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378289 - head/graphics/osg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 04:34:08 -0000 Author: amdmi3 Date: Mon Feb 2 04:34:07 2015 New Revision: 378289 URL: https://svnweb.freebsd.org/changeset/ports/378289 QAT: https://qat.redports.org/buildarchive/r378289/ Log: - Fix build on pre-10.x Modified: head/graphics/osg-devel/Makefile Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Mon Feb 2 02:52:03 2015 (r378288) +++ head/graphics/osg-devel/Makefile Mon Feb 2 04:34:07 2015 (r378289) @@ -210,8 +210,8 @@ USE_XORG+= xrandr post-patch: @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' - @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d' \ - ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d; \ + s|-pedantic||' ${WRKSRC}/CMakeLists.txt .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 04:40:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B143C72; Mon, 2 Feb 2015 04:40:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 449D8796; Mon, 2 Feb 2015 04:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t124e556019013; Mon, 2 Feb 2015 04:40:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t124e013018964; Mon, 2 Feb 2015 04:40:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502020440.t124e013018964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 04:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378290 - in head/news: cleanfeed crashmail golded+ husky-areafix husky-fidoconf husky-huskylib husky-smapi lusernet multisuck newsgrab pan plor rawdog slnr suck trn ubh xrn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 04:40:05 -0000 Author: amdmi3 Date: Mon Feb 2 04:39:59 2015 New Revision: 378290 URL: https://svnweb.freebsd.org/changeset/ports/378290 QAT: https://qat.redports.org/buildarchive/r378290/ Log: - Drop @dirrm* from pkg-plists Approved by: portmgr blanket Modified: head/news/cleanfeed/pkg-plist head/news/crashmail/pkg-plist head/news/golded+/pkg-plist head/news/husky-areafix/pkg-plist head/news/husky-fidoconf/pkg-plist head/news/husky-huskylib/pkg-plist head/news/husky-smapi/pkg-plist head/news/lusernet/pkg-plist head/news/multisuck/pkg-plist head/news/newsgrab/pkg-plist head/news/pan/pkg-plist head/news/plor/pkg-plist head/news/rawdog/pkg-plist head/news/slnr/pkg-plist head/news/suck/pkg-plist head/news/trn/pkg-plist head/news/ubh/pkg-plist head/news/xrn/pkg-plist Modified: head/news/cleanfeed/pkg-plist ============================================================================== --- head/news/cleanfeed/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/cleanfeed/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -9,5 +9,3 @@ news/cleanfeed/etc/bad_paths news/cleanfeed/etc/bad_subject news/cleanfeed/etc/bad_url news/cleanfeed/etc/cleanfeed.local.sample -@dirrmtry news/cleanfeed/etc -@dirrmtry news/cleanfeed Modified: head/news/crashmail/pkg-plist ============================================================================== --- head/news/crashmail/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/crashmail/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -7,4 +7,3 @@ bin/crashstats bin/crashwrite %%ETCDIR%%/example.prefs %%ETCDIR%%/areafix.help -@dirrm %%ETCDIR%% Modified: head/news/golded+/pkg-plist ============================================================================== --- head/news/golded+/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/golded+/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -386,8 +386,3 @@ man/man1/rddt.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template/golded.tpl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template/newsgrps.tpl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template/rusCP866.tpl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/config -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/colorset -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/charset -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Modified: head/news/husky-areafix/pkg-plist ============================================================================== --- head/news/husky-areafix/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/husky-areafix/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -6,4 +6,3 @@ include/areafix/version.h lib/libareafix.a lib/libareafix.so lib/libareafix.so.1 -@dirrmtry include/areafix Modified: head/news/husky-fidoconf/pkg-plist ============================================================================== --- head/news/husky-fidoconf/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/husky-fidoconf/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -43,5 +43,3 @@ lib/libfidoconfig.so.1 %%PORTDOCS%%man/man1/linkedto.1.gz %%PORTDOCS%%man/man1/tparser.1.gz %%PORTDOCS%%share/doc/husky/fidoconfig.html -@dirrmtry include/fidoconf -@dirrmtry share/doc/husky Modified: head/news/husky-huskylib/pkg-plist ============================================================================== --- head/news/husky-huskylib/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/husky-huskylib/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -45,4 +45,3 @@ lib/libhusky.a lib/libhusky.so lib/libhusky.so.1 %%PORTDOCS%%man/man1/gnmsgid.1.gz -@dirrmtry include/huskylib Modified: head/news/husky-smapi/pkg-plist ============================================================================== --- head/news/husky-smapi/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/husky-smapi/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -10,4 +10,3 @@ include/smapi/old_msg.h lib/libsmapi.a lib/libsmapi.so lib/libsmapi.so.2 -@dirrmtry include/smapi Modified: head/news/lusernet/pkg-plist ============================================================================== --- head/news/lusernet/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/lusernet/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -9,10 +9,3 @@ GNUstep/Local/Applications/LuserNET.app/ GNUstep/Local/Applications/LuserNET.app/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Applications/LuserNET.app/stamp.make GNUstep/Local/Tools/LuserNET -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources/Swedish.lproj -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources/Spanish.lproj -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources/German.lproj -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources/French.lproj -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources/English.lproj -@dirrm GNUstep/Local/Applications/LuserNET.app/Resources -@dirrm GNUstep/Local/Applications/LuserNET.app Modified: head/news/multisuck/pkg-plist ============================================================================== --- head/news/multisuck/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/multisuck/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -2,4 +2,3 @@ bin/msuck %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filters.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/newsrc.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/suck.cfg.sample -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Modified: head/news/newsgrab/pkg-plist ============================================================================== --- head/news/newsgrab/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/newsgrab/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -1,4 +1,3 @@ bin/newsgrab %%PORTDOCS%%share/doc/newsgrab/README %%PORTDOCS%%share/doc/newsgrab/newsgrabrc -%%PORTDOCS%%@dirrm share/doc/newsgrab Modified: head/news/pan/pkg-plist ============================================================================== --- head/news/pan/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/pan/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -48,7 +48,3 @@ share/locale/vi/LC_MESSAGES/pan.mo share/locale/zh_CN/LC_MESSAGES/pan.mo share/locale/zh_TW/LC_MESSAGES/pan.mo share/pixmaps/pan.png -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz Modified: head/news/plor/pkg-plist ============================================================================== --- head/news/plor/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/plor/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -7,4 +7,3 @@ share/doc/plor/plor-1.html share/doc/plor/plor-2.html share/doc/plor/plor.html share/doc/plor/plor.txt -@dirrm share/doc/plor Modified: head/news/rawdog/pkg-plist ============================================================================== --- head/news/rawdog/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/rawdog/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -15,7 +15,5 @@ bin/rawdog %%PYTHON_SITELIBDIR%%/rawdoglib/rawdog.pyc %%PYTHON_SITELIBDIR%%/rawdoglib/rawdog.pyo man/man1/rawdog.1.gz -@dirrm %%PYTHON_SITELIBDIR%%/rawdoglib %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config %%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.css -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Modified: head/news/slnr/pkg-plist ============================================================================== --- head/news/slnr/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/slnr/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -5,4 +5,3 @@ man/man1/slnr.1.gz %%PORTDOCS%%%%DOCSDIR%%/porting.notes %%PORTDOCS%%%%DOCSDIR%%/slnr.doc %%PORTDOCS%%%%DOCSDIR%%/soup12.doc -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/news/suck/pkg-plist ============================================================================== --- head/news/suck/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/suck/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -18,4 +18,3 @@ man/man1/lmove.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/suckkillfile.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sucknewsrc.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/suckothermsgs.sample -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Modified: head/news/trn/pkg-plist ============================================================================== --- head/news/trn/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/trn/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -18,4 +18,3 @@ man/man1/Pnews.1.gz man/man1/Rnmail.1.gz man/man1/newsetup.1.gz man/man1/newsgroups.1.gz -@dirrm lib/trn Modified: head/news/ubh/pkg-plist ============================================================================== --- head/news/ubh/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/ubh/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -1,6 +1,4 @@ bin/ubh share/ubh/ubhrc share/ubh/newsrc -@dirrm share/ubh %%PORTDOCS%%share/doc/ubh/ubh.html -%%PORTDOCS%%@dirrm share/doc/ubh Modified: head/news/xrn/pkg-plist ============================================================================== --- head/news/xrn/pkg-plist Mon Feb 2 04:34:07 2015 (r378289) +++ head/news/xrn/pkg-plist Mon Feb 2 04:39:59 2015 (r378290) @@ -5,6 +5,3 @@ share/X11/app-defaults/XRn %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/X11/app-defaults -@dirrmtry share/X11 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 04:56:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BF0C126; Mon, 2 Feb 2015 04:56:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8840393E; Mon, 2 Feb 2015 04:56:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t124uwW8028002; Mon, 2 Feb 2015 04:56:58 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t124uwT0028001; Mon, 2 Feb 2015 04:56:58 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201502020456.t124uwT0028001@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 2 Feb 2015 04:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378291 - head/java/openjdk7/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 04:56:58 -0000 Author: glewis Date: Mon Feb 2 04:56:57 2015 New Revision: 378291 URL: https://svnweb.freebsd.org/changeset/ports/378291 QAT: https://qat.redports.org/buildarchive/r378291/ Log: . Fix window maximisation under Gnome 3. PR: 196741 Submitted by: huanghwh@gmail.com Added: head/java/openjdk7/files/patch-src-solaris-classes-sun-awt-X11-XWM.java (contents, props changed) Added: head/java/openjdk7/files/patch-src-solaris-classes-sun-awt-X11-XWM.java ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-src-solaris-classes-sun-awt-X11-XWM.java Mon Feb 2 04:56:57 2015 (r378291) @@ -0,0 +1,11 @@ +--- jdk/src/solaris/classes/sun/awt/X11/XWM.java.orig 2015-02-01 19:16:25.000000000 -0800 ++++ jdk/src/solaris/classes/sun/awt/X11/XWM.java 2015-02-01 19:16:51.000000000 -0800 +@@ -578,7 +578,7 @@ + } + + static boolean isMutter() { +- return isNetWMName("Mutter"); ++ return isNetWMName("Mutter") || isNetWMName("GNOME Shell"); + } + + static boolean isNonReparentingWM() { From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 04:59:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DA1022A; Mon, 2 Feb 2015 04:59:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3146958; Mon, 2 Feb 2015 04:59:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t124xexA028490; Mon, 2 Feb 2015 04:59:40 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t124xelh028487; Mon, 2 Feb 2015 04:59:40 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502020459.t124xelh028487@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 2 Feb 2015 04:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378292 - head/net/shadowsocks-libev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 04:59:41 -0000 Author: delphij Date: Mon Feb 2 04:59:39 2015 New Revision: 378292 URL: https://svnweb.freebsd.org/changeset/ports/378292 QAT: https://qat.redports.org/buildarchive/r378292/ Log: Update to 1.6.4. PR: ports/197054 Submitted by: loader Approved by: maintainer (Xiaoding Liu ) Modified: head/net/shadowsocks-libev/Makefile head/net/shadowsocks-libev/distinfo head/net/shadowsocks-libev/pkg-plist Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Mon Feb 2 04:56:57 2015 (r378291) +++ head/net/shadowsocks-libev/Makefile Mon Feb 2 04:59:39 2015 (r378292) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shadowsocks-libev -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/ @@ -15,14 +14,18 @@ LICENSE= GPLv3 # fetch from github repo USE_GITHUB= yes GH_ACCOUNT= madeye -GH_TAGNAME= v1.4.0 +GH_TAGNAME= v1.6.4 WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes -USES= gmake +USES= gmake libtool:keepla USE_RC_SUBR= shadowsocks_libev +post-patch: + ${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${CP} ${WRKSRC}/debian/config.json ${STAGEDIR}${ETCDIR}/config.json.sample Modified: head/net/shadowsocks-libev/distinfo ============================================================================== --- head/net/shadowsocks-libev/distinfo Mon Feb 2 04:56:57 2015 (r378291) +++ head/net/shadowsocks-libev/distinfo Mon Feb 2 04:59:39 2015 (r378292) @@ -1,2 +1,2 @@ -SHA256 (shadowsocks-libev-1.4.0.tar.gz) = e2433e2741144287e2e2d70e408dd342bbe314fc69c600020bb6af2a2f803585 -SIZE (shadowsocks-libev-1.4.0.tar.gz) = 829091 +SHA256 (shadowsocks-libev-1.6.4.tar.gz) = 517b92e69e371efac4a9ca76e78095e3e866149a484ec4c88589dd4a3bdbb7b7 +SIZE (shadowsocks-libev-1.6.4.tar.gz) = 2404815 Modified: head/net/shadowsocks-libev/pkg-plist ============================================================================== --- head/net/shadowsocks-libev/pkg-plist Mon Feb 2 04:56:57 2015 (r378291) +++ head/net/shadowsocks-libev/pkg-plist Mon Feb 2 04:59:39 2015 (r378292) @@ -1,6 +1,11 @@ bin/ss-local bin/ss-server -man/man8/shadowsocks.8.gz +bin/ss-tunnel +include/shadowsocks.h +lib/libshadowsocks.a +lib/libshadowsocks.la +libdata/pkgconfig/shadowsocks-libev.pc +man/man8/shadowsocks-libev.8.gz @unexec if cmp -s %D/etc/shadowsocks-libev/config.json %D/etc/shadowsocks-libev/config.json.sample ; then rm -f %D/etc/shadowsocks-libev/config.json ; fi etc/shadowsocks-libev/config.json.sample @exec if [ ! -f %D/etc/shadowsocks-libev/config.json ]; then cp -p %D/%F %B/config.json ; fi From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 05:00:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D2DC579; Mon, 2 Feb 2015 05:00:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED670975; Mon, 2 Feb 2015 05:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1250hqb030108; Mon, 2 Feb 2015 05:00:43 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1250hfY030105; Mon, 2 Feb 2015 05:00:43 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201502020500.t1250hfY030105@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 2 Feb 2015 05:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378294 - in head/java/openjdk7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 05:00:44 -0000 Author: glewis Date: Mon Feb 2 05:00:42 2015 New Revision: 378294 URL: https://svnweb.freebsd.org/changeset/ports/378294 QAT: https://qat.redports.org/buildarchive/r378294/ Log: . Update to 7u76 . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer. Added: head/java/openjdk7/files/patch-7u45-b30 (contents, props changed) head/java/openjdk7/files/patch-7u51-b30 (contents, props changed) head/java/openjdk7/files/patch-7u55-b31 (contents, props changed) head/java/openjdk7/files/patch-7u60-b30 (contents, props changed) head/java/openjdk7/files/patch-7u65-b31 (contents, props changed) head/java/openjdk7/files/patch-7u71-b14 (contents, props changed) head/java/openjdk7/files/patch-7u76-b31 (contents, props changed) head/java/openjdk7/files/patch-bsd (contents, props changed) Deleted: head/java/openjdk7/files/patch-jdk_src_share_classes_java_util_CurrencyData.properties head/java/openjdk7/files/patch-set Modified: head/java/openjdk7/Makefile Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Mon Feb 2 04:59:52 2015 (r378293) +++ head/java/openjdk7/Makefile Mon Feb 2 05:00:42 2015 (r378294) @@ -3,7 +3,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ @@ -36,8 +35,8 @@ DEBUG_DESC= Enable extra debugging info POLICY_DESC= Install the Unlimited Strength Policy Files TZUPDATE_DESC= Update the time zone data -PORT_MINOR_VERSION= 71 -PORT_BUILD_NUMBER= 14 +PORT_MINOR_VERSION= 76 +PORT_BUILD_NUMBER= 13 JDK_MAJOR_VERSION= 7 JDK_MINOR_VERSION= 40 JDK_BUILD_NUMBER= 43 Added: head/java/openjdk7/files/patch-7u45-b30 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-7u45-b30 Mon Feb 2 05:00:42 2015 (r378294) @@ -0,0 +1,20623 @@ +--- ./.hgtags Mon Aug 26 07:41:15 2013 -0700 ++++ ./.hgtags Tue Oct 08 09:06:41 2013 -0700 +@@ -300,6 +300,22 @@ + 84285f4e0aa2f81b80bc6fbe713d768c0d9a7156 jdk7u25-b09 + aae1e27d347b71f65f548c12b918ede98d869b7c jdk7u25-b10 + 039f12124903cd0b7633a17a26f6ca281f7aaeae jdk7u25-b11 ++210f464368dba0fc4f8d239654fa7432ad2ed31f jdk7u14-b16 ++f07712232642fc30dcf7c433ff890e7247b5fd0b jdk7u14-b17 ++9e2a9a2c5b240daa4e27ff75d030a77827174753 jdk7u14-b18 ++d9d4dc020cb37142230f6a20d2a75a677c5cd26f jdk7u14-b19 ++d9d4dc020cb37142230f6a20d2a75a677c5cd26f jdk7u14-b19 ++b4b7795ef8047e3d2b2ba48a70c08d9184073100 jdk7u14-b19 ++f413e7a22c198559af5aca28309356e6d4edd78f jdk7u14-b20 ++41686e19d8189a546434a52dd9679e9b6a0a68be jdk7u14-b21 ++3e3177719b43f732239d6d51e96d26ee18440960 jdk7u14-b22 ++8c6e2197930c79f6beafd83181714cc817b83229 jdk7u40-b23 ++5169c92728b54a4b5e9a41071f8bf8701d0fe1fa jdk7u40-b24 ++f89fd7e2800c1c35b6c339f54780d5579bb30991 jdk7u40-b25 ++4ef57f592525d36487ea6eeb2be84d0e9170b26b jdk7u40-b26 ++75167199239375d05b68668023c885c2776fd548 jdk7u40-b27 ++ac751f3867ecffca814b25daf5e19d82d83fc755 jdk7u40-b28 ++dbe42a627813892d1bb59a4240c24f60ef22930a jdk7u40-b29 + 2d02518960053d2b1dcb9aabacd709788e92c549 jdk7u25-b12 + 37c4268341d79b16165bdaf7e1fad489d692bc83 jdk7u25-b13 + 9de1fc3635def64c19c51f272f09b51d8cf0ca98 jdk7u25-b14 +@@ -327,7 +343,7 @@ + ac751f3867ecffca814b25daf5e19d82d83fc755 jdk7u40-b28 + dbe42a627813892d1bb59a4240c24f60ef22930a jdk7u40-b29 + 1c141e6fde911c4974c87e340eb698754607f422 jdk7u40-b30 +-58a2a470aa3bccd3eb3624e68bca9397c8cc26a2 jdk7u40-b31 ++e51f24701c608e57ba7ae69ba28bbc2daab02c4c jdk7u45-b01 + da376fd5e4d68f8a45003a6e175267dc840711cc jdk7u40-b32 + 3fdfe7f1b06354e11e8af51b7c653c8a0adb3987 jdk7u40-b33 + a1ae13479e8767329fa20774b5cea5976aaeb37b jdk7u40-b34 +@@ -339,3 +355,22 @@ + c9157eb582a5deec5bbac671bf628bc45af447d0 jdk7u40-b40 + 8773b39be6ac71c06793035b8c72f5c771eb534f jdk7u40-b41 + 3af81bfe320c12758234233da6fa27c3c0ffcdc4 jdk7u40-b42 ++1d53bd8fd2a62bcf336727ebec377ef7498dd4a6 jdk7u40-b43 ++dc1e099cd62d250b4a997ce694b47fe2f50d2905 jdk7u40-b60 ++07e41ff8674c9438cb1124cf78eed8636ed5d4fa jdk7u45-b02 ++23c983c352a170d7a5fb7d703081daf1816d257a jdk7u45-b03 ++1018a8ab686da6c1be22bec3ab9d01b2dc206333 jdk7u45-b04 ++22e0ca1fa645d0518b514159afafe34335699c11 jdk7u45-b05 ++61343f60f25a1d0deddc1468b2eb948df5275641 jdk7u45-b06 ++24088aaf3f6834e46b486b706fbc6ce1f18814e5 jdk7u45-b07 ++036425509e31070700a3956aaca7c33d583b7a5e jdk7u45-b08 ++b6af2c522a633de1c7b66204fac7104b410ce23c jdk7u45-b09 ++3fedb8c609a0f43bc8084edbecb0435e19dcb9a2 jdk7u45-b10 ++142403d9f1167b8559b49627c7199c84623307da jdk7u45-b11 ++a14018a5fa18092dcca5084656abb797bdb7b5ff jdk7u45-b12 ++4d38e9adeb81df9c24550070df1f358aa9c17477 jdk7u45-b13 ++bab0456ba0520f73ee20814ddf7ea0d596e49abd jdk7u45-b14 ++b4b2584649027b622c188db7a6c3f9cff0e20130 jdk7u45-b15 ++f2479abad143d2d9f33b6c872890ca0c5dd52530 jdk7u45-b16 ++6fd67e0287a9893ea1f0090fe127f18a7e235148 jdk7u45-b17 ++f0cdb08a4624a623bdd178b04c4bf5a2fa4dc39a jdk7u45-b18 +--- ./Makefile Mon Aug 26 07:41:15 2013 -0700 ++++ ./Makefile Tue Oct 08 09:06:41 2013 -0700 +@@ -264,7 +264,7 @@ + DEBUG_NAME=$(DEBUG_NAME) \ + GENERATE_DOCS=false \ + $(if $(findstring true,$(BUILD_INSTALL)),BUILD_INSTALL_BUNDLES=true,) \ +- CREATE_DEBUGINFO_BUNDLES=false \ ++ CREATE_DEBUGINFO_BUNDLES=true \ + $(BOOT_CYCLE_DEBUG_SETTINGS) \ + generic_build_repo_series + +--- ./corba/.hgtags Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/.hgtags Tue Oct 08 09:06:43 2013 -0700 +@@ -302,6 +302,22 @@ + 161ec4dd450d59e1b8ad136db231925c97ff6205 jdk7u25-b09 + c9da98e82bb006dccd94a50871d6cdb66fa2d7e7 jdk7u25-b10 + 109386df5b8e259d0af802217769a3c448404e49 jdk7u25-b11 ++38282b734daefcbb8155b7d7ef9664130330ed14 jdk7u14-b16 ++8b1d77697ca4d2a9c29d67fd2ff03aded9b06012 jdk7u14-b17 ++862b43d26e03bbceb3465f93354860e0d17eb324 jdk7u14-b18 ++bfbaab73969d4d978d0280d6ad51bac8c47dbaf8 jdk7u14-b19 ++bfbaab73969d4d978d0280d6ad51bac8c47dbaf8 jdk7u14-b19 ++a921b45a1f9086a7d598a76f920639050386f996 jdk7u14-b19 ++54320e5d9da60df24f0e2c57c011809911dc06e1 jdk7u14-b20 ++fb590ca4de9aaf1f6bca945be040dffc55b5e8d2 jdk7u14-b21 ++e5d89aa2c1a11dba841a646858dda9ea18dc8f57 jdk7u14-b22 ++d85df1552f877a1cc51f43bc07a42a0c48f18e0b jdk7u40-b23 ++d3ab3b19caa02ee85359cfe07b6e0b74eb7b3d74 jdk7u40-b24 ++abfc54516d0b7f9aed34ef175f6bbb93fda4cbb3 jdk7u40-b25 ++be9099c54a35c00d0dfe6beeed8ea5d4ab3cd3fe jdk7u40-b26 ++f745eeabb0eaabe8c0835c175b31f1e1c0f00bd4 jdk7u40-b27 ++c8b9201f88f4ce417df7a40efcb7fef656d94512 jdk7u40-b28 ++1ad0a5a3f7b1e9d95670d733d7e70714050ba6bf jdk7u40-b29 + ef8e6f8305d524f3b448a85f901aadf1adc81fc0 jdk7u25-b12 + eca480919c71072a31f62a61cb3aad30677007e3 jdk7u25-b13 + 577c4dd1a6e9bc1bb2c2e5d5ecbab8eacb4121af jdk7u25-b14 +@@ -341,3 +357,23 @@ + a91b57bf60bd982814bc1616ea46a1069416f5e4 jdk7u40-b40 + acb0571052b8dbef036fc50235ef95c0a46cff6b jdk7u40-b41 + b4a480a039bc19b27bfb5fcbbbf75e651d2718b7 jdk7u40-b42 ++e29ea0b297e519010e661603a07bb8d48fa904a2 jdk7u40-b43 ++08737d863a7aa5eb39374b26c9585e1770affe92 jdk7u40-b60 ++4f54264ca4df2fc50fbb9bb2654dad97776d10ac jdk7u45-b01 ++1a1a1dedf437c50797a49c21a12161a79c761757 jdk7u45-b02 ++3a2cca8c2f209b533af6c1201cc8aee43628e578 jdk7u45-b03 ++4f4f7869bd6585042ad9596426dd1aa0829b8e98 jdk7u45-b04 ++faee62d13040eae3d081f0383843a391ceef1edd jdk7u45-b05 ++435dd0e1ab9ec9cbc83dc5ed260886f6becbef25 jdk7u45-b06 ++2e19615f6045c3f39e39c56c485f7bc1df97e2ce jdk7u45-b07 ++771c5c869d16d2da5668e412f505ad75f8f610c1 jdk7u45-b08 ++a89d69bef3614f618843f5e9a495b12d13597851 jdk7u45-b09 ++fd8a2041b75c4f712f2b08d627388d44a0cf2ee7 jdk7u45-b10 ++55e0d3d9514343f380336b68aa8691a89b2e710b jdk7u45-b11 ++336566c2905a49fc9a6f90f5ecd30517cfcaefff jdk7u45-b12 ++6cadc3dd82a423f6c24460bb1997c0f39159dd93 jdk7u45-b13 ++43e22471d0c29451f282b162864c2d3e494d5871 jdk7u45-b14 ++3d7a52de59f03589d7a9334a6895063ff3331bfc jdk7u45-b15 ++b1f069eb48edfa6fb7428dc045a53e287215ef4a jdk7u45-b16 ++8b8793f06c56e343962b473bc0fb79f23b8be734 jdk7u45-b17 ++80f65a8f58500ef5d93ddf4426d9c1909b79fadf jdk7u45-b18 +--- ./corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java Tue Oct 08 09:06:43 2013 -0700 +@@ -905,28 +905,4 @@ + + return contents.toString(); + } +- +- public static void main(String[] args) { +- +- Class remoteInterface = java.rmi.Remote.class; +- +- if( args.length > 0 ) { +- String className = args[0]; +- try { +- remoteInterface = Class.forName(className); +- } catch(Exception e) { +- e.printStackTrace(); +- System.exit(-1); +- } +- } +- +- System.out.println("Building name translation for " + remoteInterface); +- try { +- IDLNameTranslator nameTranslator = +- IDLNameTranslatorImpl.get(remoteInterface); +- System.out.println(nameTranslator); +- } catch(IllegalStateException ise) { +- ise.printStackTrace(); +- } +- } + } +--- ./corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java Tue Oct 08 09:06:43 2013 -0700 +@@ -43,6 +43,8 @@ + import com.sun.corba.se.spi.orbutil.proxy.DelegateInvocationHandlerImpl ; + import com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandler ; + import com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl ; ++import java.security.AccessController; ++import java.security.PrivilegedAction; + + public class InvocationHandlerFactoryImpl implements InvocationHandlerFactory + { +@@ -114,24 +116,32 @@ + // which extends org.omg.CORBA.Object. This handler delegates all + // calls directly to a DynamicStubImpl, which extends + // org.omg.CORBA.portable.ObjectImpl. +- InvocationHandler dynamicStubHandler = ++ final InvocationHandler dynamicStubHandler = + DelegateInvocationHandlerImpl.create( stub ) ; + + // Create an invocation handler that handles any remote interface + // methods. +- InvocationHandler stubMethodHandler = new StubInvocationHandlerImpl( ++ final InvocationHandler stubMethodHandler = new StubInvocationHandlerImpl( + pm, classData, stub ) ; + + // Create a composite handler that handles the DynamicStub interface + // as well as the remote interfaces. + final CompositeInvocationHandler handler = + new CustomCompositeInvocationHandlerImpl( stub ) ; ++ ++ AccessController.doPrivileged(new PrivilegedAction() { ++ @Override ++ public Void run() { + handler.addInvocationHandler( DynamicStub.class, + dynamicStubHandler ) ; + handler.addInvocationHandler( org.omg.CORBA.Object.class, + dynamicStubHandler ) ; + handler.addInvocationHandler( Object.class, + dynamicStubHandler ) ; ++ return null; ++ } ++ }); ++ + + // If the method passed to invoke is not from DynamicStub or its superclasses, + // it must be from an implemented interface, so we just handle +--- ./corba/src/share/classes/com/sun/corba/se/impl/transport/SelectorImpl.java Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/src/share/classes/com/sun/corba/se/impl/transport/SelectorImpl.java Tue Oct 08 09:06:43 2013 -0700 +@@ -1,5 +1,5 @@ + /* +- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. ++ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it +@@ -55,7 +55,7 @@ + /** + * @author Harold Carr + */ +-public class SelectorImpl ++class SelectorImpl + extends + Thread + implements +--- ./corba/src/share/classes/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/src/share/classes/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java Tue Oct 08 09:06:43 2013 -0700 +@@ -36,6 +36,7 @@ + + import com.sun.corba.se.spi.logging.CORBALogDomains ; + import com.sun.corba.se.impl.logging.ORBUtilSystemException ; ++import com.sun.corba.se.impl.presentation.rmi.DynamicAccessPermission; + + public class CompositeInvocationHandlerImpl implements + CompositeInvocationHandler +@@ -46,11 +47,13 @@ + public void addInvocationHandler( Class interf, + InvocationHandler handler ) + { ++ checkAccess(); + classToInvocationHandler.put( interf, handler ) ; + } + + public void setDefaultHandler( InvocationHandler handler ) + { ++ checkAccess(); + defaultHandler = handler ; + } + +@@ -78,4 +81,12 @@ + + return handler.invoke( proxy, method, args ) ; + } ++ ++ private static final DynamicAccessPermission perm = new DynamicAccessPermission("access"); ++ private void checkAccess() { ++ final SecurityManager sm = System.getSecurityManager(); ++ if (sm != null) { ++ sm.checkPermission(perm); + } ++ } ++} +--- ./corba/src/share/classes/sun/rmi/rmic/iiop/StubGenerator.java Mon Aug 26 07:41:19 2013 -0700 ++++ ./corba/src/share/classes/sun/rmi/rmic/iiop/StubGenerator.java Tue Oct 08 09:06:43 2013 -0700 +@@ -1,5 +1,5 @@ + /* +- * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. ++ * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it +@@ -34,6 +34,9 @@ + + import java.io.File; + import java.io.IOException; ++import java.io.SerializablePermission; ++import java.security.AccessController; ++import java.security.PrivilegedAction; + import java.util.Vector; + import java.util.Hashtable; + import java.util.Enumeration; +@@ -49,6 +52,7 @@ + import com.sun.corba.se.impl.util.PackagePrefixChecker; + import sun.rmi.rmic.Main; + ++ + /** + * An IIOP stub/tie generator for rmic. + * +@@ -78,6 +82,7 @@ + protected boolean castArray = false; + protected Hashtable transactionalObjects = new Hashtable() ; + protected boolean POATie = false ; ++ protected boolean emitPermissionCheck = false; + + /** + * Default constructor for Main to use. +@@ -193,6 +198,9 @@ + } else if (argv[i].equals("-standardPackage")) { + standardPackage = true; + argv[i] = null; ++ } else if (argv[i].equals("-emitPermissionCheck")) { ++ emitPermissionCheck = true; ++ argv[i] = null; + } else if (arg.equals("-xstubbase")) { + argv[i] = null; + if (++i < argv.length && argv[i] != null && !argv[i].startsWith("-")) { +@@ -390,9 +398,22 @@ + + writePackageAndImports(p); + ++// generate ++// import java.security.AccessController; ++// import java.security.PrivilegedAction; ++// import java.io.SerializablePermission; ++ if (emitPermissionCheck) { ++ p.pln("import java.security.AccessController;"); ++ p.pln("import java.security.PrivilegedAction;"); ++ p.pln("import java.io.SerializablePermission;"); ++ p.pln(); ++ p.pln(); ++ } ++ + // Declare the stub class; implement all remote interfaces. + + p.p("public class " + currentClass); ++ + p.p(" extends " + getName(stubBaseClass)); + p.p(" implements "); + if (remoteInterfaces.length > 0) { +@@ -422,6 +443,56 @@ + writeIds( p, theType, false ); + p.pln(); + ++ if (emitPermissionCheck) { ++ ++ // produce the following generated code ++ // private static Void checkPermission() { ++ // SecurityManager sm = System.getSecurityManager(); ++ // if (sm != null) { ++ // sm.checkPermission(new SerializablePermission( ++ // "enableSubclassImplementation")); // testing ++ // } ++ // return null; ++ // } ++ // ++ // private _XXXXXX_Stub(Void ignore) { ++ // } ++ // ++ // public _XXXXXX_Stub() { ++ // this(checkPermission()); ++ // } ++ // where XXXXXX is the name of the remote interface ++ ++ p.pln(); ++ p.plnI("private static Void checkPermission() {"); ++ p.plnI("SecurityManager sm = System.getSecurityManager();"); ++ p.pln("if (sm != null) {"); ++ p.pI(); ++ p.plnI("sm.checkPermission(new SerializablePermission("); ++ p.plnI("\"enableSubclassImplementation\"));"); ++ p.pO(); ++ p.pO(); ++ p.pOln("}"); ++ p.pln("return null;"); ++ p.pO(); ++ p.pOln("}"); ++ p.pln(); ++ p.pO(); ++ ++ p.pI(); ++ p.pln("private " + currentClass + "(Void ignore) { }"); ++ p.pln(); ++ ++ p.plnI("public " + currentClass + "() { "); ++ p.pln("this(checkPermission());"); ++ p.pOln("}"); ++ p.pln(); ++ } ++ ++ if (!emitPermissionCheck) { ++ p.pI(); ++ } ++ + // Write the _ids() method... + + p.plnI("public String[] _ids() { "); +@@ -815,7 +886,6 @@ + CompoundType theType) throws IOException { + + // Wtite the method declaration and opening brace... +- + String methodName = method.getName(); + String methodIDLName = method.getIDLName(); + +@@ -1631,7 +1701,7 @@ + + // Write data members... + p.pln(); +- p.pln("private " + getName(theType) + " target = null;"); ++ p.pln("volatile private " + getName(theType) + " target = null;"); + p.pln(); + + // Write the ids... +@@ -1695,6 +1765,10 @@ + + if (remoteMethods.length > 0) { + p.plnI("try {"); ++ p.pln(getName(theType) + " target = this.target;"); ++ p.plnI("if (target == null) {"); ++ p.pln("throw new java.io.IOException();"); ++ p.pOln("}"); + p.plnI(idExtInputStream + " "+in+" = "); + p.pln("(" + idExtInputStream + ") "+_in+";"); + p.pO(); +--- ./hotspot/.hgtags Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/.hgtags Tue Oct 08 09:06:48 2013 -0700 +@@ -476,6 +476,24 @@ + 8386245b59c3e82b7c728b7d3832ea342c62615d jdk7u21-b50 + c5e4585a045fe165d067ec0e98af42eace20c5f8 jdk7u21-b12 + 00dbf9fa12ec6b1ba15d9a9a12495f50e10837bf jdk7u21-b31 ++bf2d84c5103d98db1697b50071a649ea23c4e33d jdk7u25-b01 ++07119340f80f77dfcb03fa568641e80b43d4be74 jdk7u25-b02 ++655bea6843fb7beabd8d9eeda59572c0c7055b85 jdk7u25-b03 ++96a4e612195c0d753be24cf38fea0ee8ce30edcf jdk7u25-b04 ++7151c26b838828a20cb28595ef1f70403d1868cf jdk7u25-b05 ++fbb5f6083dd00ca7417e4a45311f33918bb2a5f0 jdk7u25-b06 ++83abf4b2fc8a5bb7226177c5e4334bd0bfd7a8df jdk7u25-b07 ++525252cd9fca4869c3fd81bc61299a85e73ff9c7 jdk7u25-b08 ++706a255a8404b7e41579cea278df6bb87c314567 jdk7u25-b09 ++402184622f60a2ba35479bdf124a8d4694835406 jdk7u25-b10 ++cca49a35bf83664456af112482ffb3a7465d21fa jdk7u25-b11 ++7ca68c0674df72fdd784de337c049404d2b5b0c3 jdk7u25-b12 ++3e145a686fedd9eefdcb6b714241200ed236b41d jdk7u25-b13 ++4fafaf293aa5666e8c9f5ca1d96c3f752305f586 jdk7u25-b14 ++40acb370626fbc439e4cfed8854960a83a376fba jdk7u25-b15 ++97a3ebd62052410e0709035f40032d3f2113ed86 jdk7u25-b30 ++b80a290e6e3011097273525c4f352c70b9857464 jdk7u25-b16 ++273e8afccd6ef9e10e9fe121f7b323755191f3cc jdk7u25-b32 + e3d2c238e29c421c3b5c001e400acbfb30790cfc jdk7u14-b14 + 860ae068f4dff62a77c8315f0335b7e935087e86 hs24-b34 + 12619005c5e29be6e65f0dc9891ca19d9ffb1aaa jdk7u14-b15 +@@ -548,3 +566,23 @@ + 4445f65c4793f8421c12423396776f36765433a8 jdk7u40-b41 + 4e779305ed58e21b433626ac06b5eb884055183b jdk7u40-b42 + b8d8caf6df744d5342b5d284376a005e86c0b108 hs24-b56 ++eceae04782438987cd747e1c76e4085f50b43a18 jdk7u40-b43 ++af1fc2868a2b919727bfbb0858449bd991bbee4a jdk7u40-b60 ++5fb434aa203c32b4551167b922a70e79831ffdf4 jdk7u45-b01 ++f2039061ba49de742ae88cc3123fd1237965d665 jdk7u45-b02 ++d6fd3f84a30ce82a37fc39b6e5e9d73bd8054ab2 jdk7u45-b03 ++7f16aa9067386aeb3668336aa6cd63ef3dc4f44a jdk7u45-b04 ++b4fe146b820b47d8b59bbb9dc9d43221436ed0ae jdk7u45-b05 ++63efa616e54dd3545e16a5aa1917662548b18ee5 jdk7u45-b06 ++f6748e6123b6745497d69addffdff38e224a77c5 jdk7u45-b07 ++06bcab9ef18355dccc87401fc24dbd5f15615db0 jdk7u45-b08 ++996b6863b3b2468cece20d7a6f571f9ec1b7830c jdk7u45-b09 ++bcaf889eea9e64d30f8c3aefdcdc2c2ee29406f2 jdk7u45-b10 ++7ca907428850dc2aa99ee4a906446e479dbeb392 jdk7u45-b11 ++ed1505510ea0e94b17f968cdb3e8aba13c99d543 jdk7u45-b12 ++89f99af7a7bbdadb5b8cf781c7d899c22df64b71 jdk7u45-b13 ++718d1e9223dd0359d9ccef81fb82c32215702fe8 jdk7u45-b14 ++9ad76a08e5edfe24e95eef84e15fef261bff1abf jdk7u45-b15 ++429884602206fcf5314c8b953c06d54d337558ca jdk7u45-b16 ++0c0dc384915cafd9bfaa2fe5792a629a22d1b990 jdk7u45-b17 ++12374864c655a2cefb0d65caaacf215d5365ec5f jdk7u45-b18 +--- ./hotspot/make/hotspot_version Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/make/hotspot_version Tue Oct 08 09:06:48 2013 -0700 +@@ -34,8 +34,8 @@ + HOTSPOT_VM_COPYRIGHT=Copyright 2013 + + HS_MAJOR_VER=24 +-HS_MINOR_VER=0 +-HS_BUILD_NUMBER=56 ++HS_MINOR_VER=45 ++HS_BUILD_NUMBER=08 + + JDK_MAJOR_VER=1 + JDK_MINOR_VER=7 +--- ./hotspot/make/windows/makefiles/compile.make Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/make/windows/makefiles/compile.make Tue Oct 08 09:06:48 2013 -0700 +@@ -172,6 +172,7 @@ + PRODUCT_OPT_OPTION = /O2 /Oy- + FASTDEBUG_OPT_OPTION = /O2 /Oy- + DEBUG_OPT_OPTION = /Od ++SAFESEH_FLAG = /SAFESEH + !endif + + !if "$(COMPILER_NAME)" == "VS2005" +@@ -190,6 +191,7 @@ + !if "x$(MT)" == "x" + MT=mt.exe + !endif ++SAFESEH_FLAG = /SAFESEH + !endif + + !if "$(COMPILER_NAME)" == "VS2008" +@@ -203,6 +205,7 @@ + !if "x$(MT)" == "x" + MT=mt.exe + !endif ++SAFESEH_FLAG = /SAFESEH + !endif + + !if "$(COMPILER_NAME)" == "VS2010" +@@ -216,9 +219,11 @@ + !if "x$(MT)" == "x" + MT=mt.exe + !endif ++SAFESEH_FLAG = /SAFESEH ++!endif ++ + !if "$(BUILDARCH)" == "i486" +-LD_FLAGS = /SAFESEH $(LD_FLAGS) +-!endif ++LD_FLAGS = $(SAFESEH_FLAG) $(LD_FLAGS) + !endif + + # If NO_OPTIMIZATIONS is defined in the environment, turn everything off +--- ./hotspot/make/windows/makefiles/sa.make Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/make/windows/makefiles/sa.make Tue Oct 08 09:06:48 2013 -0700 +@@ -107,6 +107,9 @@ + !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" + SA_LFLAGS = $(SA_LFLAGS) -map -debug + !endif ++!if "$(BUILDARCH)" == "i486" ++SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS) ++!endif + + # Note that we do not keep sawindbj.obj around as it would then + # get included in the dumpbin command in build_vm_def.sh +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Tue Oct 08 09:06:48 2013 -0700 +@@ -971,13 +971,14 @@ + #endif + + #ifdef __APPLE__ +-static uint64_t locate_unique_thread_id() { ++static uint64_t locate_unique_thread_id(mach_port_t mach_thread_port) { + // Additional thread_id used to correlate threads in SA + thread_identifier_info_data_t m_ident_info; + mach_msg_type_number_t count = THREAD_IDENTIFIER_INFO_COUNT; + +- thread_info(::mach_thread_self(), THREAD_IDENTIFIER_INFO, ++ thread_info(mach_thread_port, THREAD_IDENTIFIER_INFO, + (thread_info_t) &m_ident_info, &count); ++ + return m_ident_info.thread_id; + } + #endif +@@ -1009,9 +1010,14 @@ + + #ifdef _ALLBSD_SOURCE + #ifdef __APPLE__ +- // thread_id is mach thread on macos +- osthread->set_thread_id(::mach_thread_self()); +- osthread->set_unique_thread_id(locate_unique_thread_id()); ++ // thread_id is mach thread on macos, which pthreads graciously caches and provides for us ++ mach_port_t thread_id = ::pthread_mach_thread_np(::pthread_self()); ++ guarantee(thread_id != 0, "thread id missing from pthreads"); ++ osthread->set_thread_id(thread_id); ++ ++ uint64_t unique_thread_id = locate_unique_thread_id(thread_id); ++ guarantee(unique_thread_id != 0, "unique thread id was not found"); ++ osthread->set_unique_thread_id(unique_thread_id); + #else + // thread_id is pthread_id on BSD + osthread->set_thread_id(::pthread_self()); +@@ -1207,8 +1213,14 @@ + // Store pthread info into the OSThread + #ifdef _ALLBSD_SOURCE + #ifdef __APPLE__ +- osthread->set_thread_id(::mach_thread_self()); +- osthread->set_unique_thread_id(locate_unique_thread_id()); ++ // thread_id is mach thread on macos, which pthreads graciously caches and provides for us ++ mach_port_t thread_id = ::pthread_mach_thread_np(::pthread_self()); ++ guarantee(thread_id != 0, "just checking"); ++ osthread->set_thread_id(thread_id); ++ ++ uint64_t unique_thread_id = locate_unique_thread_id(thread_id); ++ guarantee(unique_thread_id != 0, "just checking"); ++ osthread->set_unique_thread_id(unique_thread_id); + #else + osthread->set_thread_id(::pthread_self()); + #endif +@@ -1830,7 +1842,7 @@ + + intx os::current_thread_id() { + #ifdef __APPLE__ +- return (intx)::mach_thread_self(); ++ return (intx)::pthread_mach_thread_np(::pthread_self()); + #else + return (intx)::pthread_self(); + #endif +--- ./hotspot/src/share/vm/classfile/classFileParser.cpp Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/src/share/vm/classfile/classFileParser.cpp Tue Oct 08 09:06:48 2013 -0700 +@@ -2028,8 +2028,8 @@ + } + if (lvt_cnt == max_lvt_cnt) { + max_lvt_cnt <<= 1; +- REALLOC_RESOURCE_ARRAY(u2, localvariable_table_length, lvt_cnt, max_lvt_cnt); +- REALLOC_RESOURCE_ARRAY(u2*, localvariable_table_start, lvt_cnt, max_lvt_cnt); ++ localvariable_table_length = REALLOC_RESOURCE_ARRAY(u2, localvariable_table_length, lvt_cnt, max_lvt_cnt); ++ localvariable_table_start = REALLOC_RESOURCE_ARRAY(u2*, localvariable_table_start, lvt_cnt, max_lvt_cnt); + } + localvariable_table_start[lvt_cnt] = + parse_localvariable_table(code_length, +@@ -2058,8 +2058,8 @@ + // Parse local variable type table + if (lvtt_cnt == max_lvtt_cnt) { + max_lvtt_cnt <<= 1; +- REALLOC_RESOURCE_ARRAY(u2, localvariable_type_table_length, lvtt_cnt, max_lvtt_cnt); +- REALLOC_RESOURCE_ARRAY(u2*, localvariable_type_table_start, lvtt_cnt, max_lvtt_cnt); ++ localvariable_type_table_length = REALLOC_RESOURCE_ARRAY(u2, localvariable_type_table_length, lvtt_cnt, max_lvtt_cnt); ++ localvariable_type_table_start = REALLOC_RESOURCE_ARRAY(u2*, localvariable_type_table_start, lvtt_cnt, max_lvtt_cnt); + } + localvariable_type_table_start[lvtt_cnt] = + parse_localvariable_table(code_length, +@@ -4051,9 +4051,8 @@ + for (int index = 0; index < num_methods; index++) { + methodOop m = (methodOop)methods->obj_at(index); + +- // skip private, static and methods +- if ((!m->is_private()) && +- (!m->is_static()) && ++ // skip static and methods ++ if ((!m->is_static()) && + (m->name() != vmSymbols::object_initializer_name())) { + + Symbol* name = m->name(); +--- ./hotspot/src/share/vm/runtime/mutexLocker.cpp Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/src/share/vm/runtime/mutexLocker.cpp Tue Oct 08 09:06:48 2013 -0700 +@@ -133,13 +133,15 @@ + + Mutex* Management_lock = NULL; + Monitor* Service_lock = NULL; +-Mutex* Stacktrace_lock = NULL; ++Monitor* PeriodicTask_lock = NULL; + +-Monitor* JfrQuery_lock = NULL; ++#ifdef INCLUDE_TRACE ++Mutex* JfrStacktrace_lock = NULL; + Monitor* JfrMsg_lock = NULL; + Mutex* JfrBuffer_lock = NULL; + Mutex* JfrStream_lock = NULL; +-Monitor* PeriodicTask_lock = NULL; ++Mutex* JfrThreadGroups_lock = NULL; ++#endif + + #define MAX_NUM_MUTEX 128 + static Monitor * _mutex_array[MAX_NUM_MUTEX]; +@@ -215,7 +217,6 @@ + def(Patching_lock , Mutex , special, true ); // used for safepointing and code patching. + def(ObjAllocPost_lock , Monitor, special, false); + def(Service_lock , Monitor, special, true ); // used for service thread operations +- def(Stacktrace_lock , Mutex, special, true ); // used for JFR stacktrace database + def(JmethodIdCreation_lock , Mutex , leaf, true ); // used for creating jmethodIDs. + + def(SystemDictionary_lock , Monitor, leaf, true ); // lookups done by VM thread +@@ -278,12 +279,17 @@ + def(MethodCompileQueue_lock , Monitor, nonleaf+4, true ); + def(Debug2_lock , Mutex , nonleaf+4, true ); + def(Debug3_lock , Mutex , nonleaf+4, true ); +- def(CompileThread_lock , Monitor, nonleaf+5, false ); ++ def(CompileThread_lock , Monitor, nonleaf+5, false); ++ def(PeriodicTask_lock , Monitor, nonleaf+5, true); + ++#ifdef INCLUDE_TRACE + def(JfrMsg_lock , Monitor, leaf, true); + def(JfrBuffer_lock , Mutex, nonleaf+1, true); ++ def(JfrThreadGroups_lock , Mutex, nonleaf+1, true); + def(JfrStream_lock , Mutex, nonleaf+2, true); +- def(PeriodicTask_lock , Monitor, nonleaf+5, true); ++ def(JfrStacktrace_lock , Mutex, special, true ); ++#endif ++ + } + + GCMutexLocker::GCMutexLocker(Monitor * mutex) { +--- ./hotspot/src/share/vm/runtime/mutexLocker.hpp Mon Aug 26 11:56:33 2013 -0700 ++++ ./hotspot/src/share/vm/runtime/mutexLocker.hpp Tue Oct 08 09:06:48 2013 -0700 +@@ -135,13 +135,15 @@ + + extern Mutex* Management_lock; // a lock used to serialize JVM management + extern Monitor* Service_lock; // a lock used for service thread operation +-extern Mutex* Stacktrace_lock; // used to guard access to the stacktrace table ++extern Monitor* PeriodicTask_lock; // protects the periodic task structure + +-extern Monitor* JfrQuery_lock; // protects JFR use ++#ifdef INCLUDE_TRACE ++extern Mutex* JfrStacktrace_lock; // used to guard access to the JFR stacktrace table + extern Monitor* JfrMsg_lock; // protects JFR messaging + extern Mutex* JfrBuffer_lock; // protects JFR buffer operations + extern Mutex* JfrStream_lock; // protects JFR stream access +-extern Monitor* PeriodicTask_lock; // protects the periodic task structure ++extern Mutex* JfrThreadGroups_lock; // protects JFR access to Thread Groups ++#endif + + // A MutexLocker provides mutual exclusion with respect to a given mutex + // for the scope which contains the locker. The lock is an OS lock, not +--- ./jaxp/.hgtags Mon Aug 26 07:41:38 2013 -0700 ++++ ./jaxp/.hgtags Tue Oct 08 09:06:57 2013 -0700 +@@ -302,6 +302,22 @@ + 5952538d55e624132f97400332a50b71880c874c jdk7u25-b09 + aa00dd983dd0f5b07269d0648a0325e9b3e0d957 jdk7u25-b10 + 0fb6d76bcd2e8d54d0a69e1c3d2a85d84b3e17a4 jdk7u25-b11 ++7b47e1a26f7cbb8d8d22ea165f2d7fbbbd354c77 jdk7u14-b16 ++77ac1ef42b2fd47cc87b9800f63efdd4cf2fa05d jdk7u14-b17 ++d47975f80a24b55410fa2e2c5f50f3405d83fe73 jdk7u14-b18 ++331e489ecb7b19fa98c60324f7ce5d168284a8c8 jdk7u14-b19 ++331e489ecb7b19fa98c60324f7ce5d168284a8c8 jdk7u14-b19 ++c3c9f04cf10c2fe576b208f6a8ca3777b1d31145 jdk7u14-b19 ++5e1fee011646b4a3ff29b7b9cdc208e0a0577cb4 jdk7u14-b20 ++d1c8bb1cbc9183fc994b5fedf26886ceda0d59f9 jdk7u14-b21 ++d1c6afebdfe28eb07eb2d03a6911a0f33b619165 jdk7u14-b22 ++0e4c549d3635122145ac88bad7b98716976ca49e jdk7u40-b23 ++d17acb2ee133811baa8eae3436a8c191fc433da1 jdk7u40-b24 ++52bcce690998b4ad91abddae118847f4358c6110 jdk7u40-b25 ++cd764ada36b50e2096ba35b4c27ca8f83b3db964 jdk7u40-b26 ++7626b3fbc822fd4efd5ba3b5fc18f2fef5749597 jdk7u40-b27 ++9186b6efd2b2eafa7fee5be1b043f59f25db12a6 jdk7u40-b28 ++740942c76fb668a04bf89feccf069f6958651d54 jdk7u40-b29 + 5e87aee78c91efa65bd5aeb37bcc1c1c637a7f0c jdk7u25-b12 + 83b80c094befd08cbac4247d9b8f12c6a039f23f jdk7u25-b13 + 68cc0d2a49f09b5c611b2775f2e66de1022bdedc jdk7u25-b14 +@@ -341,3 +357,23 @@ + 6ea57bdf603007be4d25568f7759ca0381aa8382 jdk7u40-b40 + 7255fb6c9060b0626aeedb1066e73c4bb46b1a7c jdk7u40-b41 + 66363323f14d85d4ab28e883a3323b9d72dea5fd jdk7u40-b42 ++c0bd71414ea513f54f23965936a837fca093ac91 jdk7u40-b43 ++91bc4534851265291bb3b16452a0968d6909979f jdk7u40-b60 ++1a7e2024963d3a8d6cde209de0967ac43418b82a jdk7u45-b01 ++72b314bf2ee171bec2157f737ba3bf77fbdf1118 jdk7u45-b02 ++399c58bf22ad35a3527a286123497615100746b2 jdk7u45-b03 ++e66ea9257ba8a77fc64f6f2924584b183767d82b jdk7u45-b04 ++3a6dce39c05c254aba9f3ae57c035bf3facfe8b9 jdk7u45-b05 ++a7b1dcabdebbdbf40040a1c6f8411d2f8d25bb37 jdk7u45-b06 ++abb39bc40bcc91c7f8ebc2867e98f302d9bc8417 jdk7u45-b07 ++72295e1b27e61751cc323b5e4d6781bf7afae0a4 jdk7u45-b08 ++255d92f5ed98915a025484360963d7d09bd77313 jdk7u45-b09 ++28a18e725bb39d47e920ef910f435321fb891a88 jdk7u45-b10 ++3d3b4da34d583e86a3b90b8f69927a37d40f5b57 jdk7u45-b11 ++2ac5c9749223f205cd081ecd0028b2f3ea13f8f8 jdk7u45-b12 ++18a009fdfba2bbc5036f96cbefffcdefe9580bb1 jdk7u45-b13 ++d577bae705f208661733e09a4875d79255897b7b jdk7u45-b14 ++daadec741c9bc5067897eb8803123d0af6c5ebc3 jdk7u45-b15 ++0a8b95184728548be4b20876e05f76e0262e4195 jdk7u45-b16 ++2586d303503b5bb6fd39dc0ce572d6e858caf41c jdk7u45-b17 ++4beb90ab48f7fd46c7a9afbe66f8cccb230699ba jdk7u45-b18 +--- ./jaxp/src/com/sun/org/apache/xalan/internal/XalanConstants.java Mon Aug 26 07:41:38 2013 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/XalanConstants.java Tue Oct 08 09:06:57 2013 -0700 +@@ -39,33 +39,138 @@ + // + // Constants + // ++ //Xerces security manager ++ public static final String SECURITY_MANAGER = ++ "http://apache.org/xml/properties/security-manager"; ++ ++ // ++ // Implementation limits: API properties ++ // ++ /** Oracle JAXP property prefix ("http://www.oracle.com/xml/jaxp/properties/"). */ ++ public static final String ORACLE_JAXP_PROPERTY_PREFIX = ++ "http://www.oracle.com/xml/jaxp/properties/"; ++ /** ++ * JDK entity expansion limit; Note that the existing system property ++ * "entityExpansionLimit" with no prefix is still observed ++ */ ++ public static final String JDK_ENTITY_EXPANSION_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "entityExpansionLimit"; ++ ++ /** ++ * JDK element attribute limit; Note that the existing system property ++ * "elementAttributeLimit" with no prefix is still observed ++ */ ++ public static final String JDK_ELEMENT_ATTRIBUTE_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "elementAttributeLimit"; ++ ++ /** ++ * JDK maxOccur limit; Note that the existing system property ++ * "maxOccurLimit" with no prefix is still observed ++ */ ++ public static final String JDK_MAX_OCCUR_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "maxOccurLimit"; ++ ++ /** ++ * JDK total entity size limit ++ */ ++ public static final String JDK_TOTAL_ENTITY_SIZE_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "totalEntitySizeLimit"; ++ ++ /** ++ * JDK maximum general entity size limit ++ */ ++ public static final String JDK_GENEAL_ENTITY_SIZE_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "maxGeneralEntitySizeLimit"; ++ /** ++ * JDK maximum parameter entity size limit ++ */ ++ public static final String JDK_PARAMETER_ENTITY_SIZE_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "maxParameterEntitySizeLimit"; ++ /** ++ * JDK maximum XML name limit ++ */ ++ public static final String JDK_XML_NAME_LIMIT = ++ ORACLE_JAXP_PROPERTY_PREFIX + "maxXMLNameLimit"; ++ /** ++ * JDK property indicating whether the parser shall print out entity ++ * count information ++ * Value: a string "yes" means print, "no" or any other string means not. ++ */ ++ public static final String JDK_ENTITY_COUNT_INFO = ++ ORACLE_JAXP_PROPERTY_PREFIX + "getEntityCountInfo"; ++ ++ // ++ // Implementation limits: corresponding System Properties of the above ++ // API properties ++ // ++ /** ++ * JDK entity expansion limit; Note that the existing system property ++ * "entityExpansionLimit" with no prefix is still observed ++ */ ++ public static final String SP_ENTITY_EXPANSION_LIMIT = "jdk.xml.entityExpansionLimit"; ++ ++ /** ++ * JDK element attribute limit; Note that the existing system property ++ * "elementAttributeLimit" with no prefix is still observed ++ */ ++ public static final String SP_ELEMENT_ATTRIBUTE_LIMIT = "jdk.xml.elementAttributeLimit"; ++ ++ /** ++ * JDK maxOccur limit; Note that the existing system property ++ * "maxOccurLimit" with no prefix is still observed ++ */ ++ public static final String SP_MAX_OCCUR_LIMIT = "jdk.xml.maxOccurLimit"; ++ ++ /** ++ * JDK total entity size limit ++ */ ++ public static final String SP_TOTAL_ENTITY_SIZE_LIMIT = "jdk.xml.totalEntitySizeLimit"; ++ ++ /** ++ * JDK maximum general entity size limit ++ */ ++ public static final String SP_GENEAL_ENTITY_SIZE_LIMIT = "jdk.xml.maxGeneralEntitySizeLimit"; ++ /** ++ * JDK maximum parameter entity size limit ++ */ ++ public static final String SP_PARAMETER_ENTITY_SIZE_LIMIT = "jdk.xml.maxParameterEntitySizeLimit"; ++ /** ++ * JDK maximum XML name limit ++ */ ++ public static final String SP_XML_NAME_LIMIT = "jdk.xml.maxXMLNameLimit"; ++ ++ //legacy System Properties ++ public final static String ENTITY_EXPANSION_LIMIT = "entityExpansionLimit"; ++ public static final String ELEMENT_ATTRIBUTE_LIMIT = "elementAttributeLimit" ; ++ public final static String MAX_OCCUR_LIMIT = "maxOccurLimit"; ++ ++ /** ++ * A string "yes" that can be used for properties such as getEntityCountInfo ++ */ ++ public static final String JDK_YES = "yes"; ++ + // Oracle Feature: +- /** +- *

Use Service Mechanism

+- * +- *
    +- *
  • ++ /** ++ *

    Use Service Mechanism

    ++ * ++ *
      ++ *
    • + * {@code true} instruct an object to use service mechanism to + * find a service implementation. This is the default behavior. + *
    • + *
    • + * {@code false} instruct an object to skip service mechanism and + * use the default implementation for that service. +- *
    • +- *
    +- */ +- ++ *
  • ++ *
++ */ + public static final String ORACLE_FEATURE_SERVICE_MECHANISM = "http://www.oracle.com/feature/use-service-mechanism"; + +- /** Oracle JAXP property prefix ("http://www.oracle.com/xml/jaxp/properties/"). */ +- public static final String ORACLE_JAXP_PROPERTY_PREFIX = +- "http://www.oracle.com/xml/jaxp/properties/"; + + //System Properties corresponding to ACCESS_EXTERNAL_* properties + public static final String SP_ACCESS_EXTERNAL_STYLESHEET = "javax.xml.accessExternalStylesheet"; + public static final String SP_ACCESS_EXTERNAL_DTD = "javax.xml.accessExternalDTD"; + +- + //all access keyword + public static final String ACCESS_EXTERNAL_ALL = "all"; + +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java Tue Oct 08 09:06:57 2013 -0700 +@@ -0,0 +1,449 @@ ++/* ++ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. ++ * ++ * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved. ++ * ++ * The contents of this file are subject to the terms of either the GNU ++ * General Public License Version 2 only ("GPL") or the Common Development ++ * and Distribution License("CDDL") (collectively, the "License"). You ++ * may not use this file except in compliance with the License. You can ++ * obtain a copy of the License at ++ * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html ++ * or packager/legal/LICENSE.txt. See the License for the specific ++ * language governing permissions and limitations under the License. ++ * ++ * When distributing the software, include this License Header Notice in each ++ * file and include the License file at packager/legal/LICENSE.txt. ++ * ++ * GPL Classpath Exception: ++ * Oracle designates this particular file as subject to the "Classpath" ++ * exception as provided by Oracle in the GPL Version 2 section of the License ++ * file that accompanied this code. ++ * ++ * Modifications: ++ * If applicable, add the following below the License Header, with the fields ++ * enclosed by brackets [] replaced by your own identifying information: ++ * "Portions Copyright [year] [name of copyright owner]" ++ * ++ * Contributor(s): ++ * If you wish your version of this file to be governed by only the CDDL or ++ * only the GPL Version 2, indicate your decision by adding "[Contributor] ++ * elects to include this software in this distribution under the [CDDL or GPL ++ * Version 2] license." If you don't indicate a single choice of license, a ++ * recipient has the option to distribute your version of this file under ++ * either the CDDL, the GPL Version 2 or to extend the choice of license to ++ * its licensees as provided above. However, if you add GPL Version 2 code ++ * and therefore, elected the GPL Version 2 license, then the option applies ++ * only if the new code is made subject to such option by the copyright ++ * holder. ++ */ ++package com.sun.org.apache.xalan.internal.utils; ++ ++import com.sun.org.apache.xalan.internal.XalanConstants; ++ ++ ++/** ++ * This class is not the same as that in Xerces. It is used to manage the ++ * state of corresponding Xerces properties and pass the values over to ++ * the Xerces Security Manager. ++ * ++ * @author Joe Wang Oracle Corp. ++ * ++ */ ++public final class XMLSecurityManager { ++ ++ /** ++ * States of the settings of a property, in the order: default value, value ++ * set by FEATURE_SECURE_PROCESSING, jaxp.properties file, jaxp system ++ * properties, and jaxp api properties ++ */ ++ public static enum State { ++ //this order reflects the overriding order ++ ++ DEFAULT("default"), FSP("FEATURE_SECURE_PROCESSING"), ++ JAXPDOTPROPERTIES("jaxp.properties"), SYSTEMPROPERTY("system property"), ++ APIPROPERTY("property"); ++ ++ final String literal; ++ State(String literal) { ++ this.literal = literal; ++ } ++ ++ String literal() { ++ return literal; ++ } ++ } ++ ++ /** ++ * Limits managed by the security manager ++ */ ++ public static enum Limit { ++ ++ ENTITY_EXPANSION_LIMIT(XalanConstants.JDK_ENTITY_EXPANSION_LIMIT, ++ XalanConstants.SP_ENTITY_EXPANSION_LIMIT, 0, 64000), *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 05:14:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18931ACA; Mon, 2 Feb 2015 05:14:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDEF9B34; Mon, 2 Feb 2015 05:14:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t125EFmh037870; Mon, 2 Feb 2015 05:14:15 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t125EFXi037865; Mon, 2 Feb 2015 05:14:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502020514.t125EFXi037865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 2 Feb 2015 05:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378296 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 05:14:16 -0000 Author: olivierd Date: Mon Feb 2 05:14:14 2015 New Revision: 378296 URL: https://svnweb.freebsd.org/changeset/ports/378296 QAT: https://qat.redports.org/buildarchive/r378296/ Log: Update to 3.3 ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.3_.282015-2-1.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Mon Feb 2 05:01:15 2015 (r378295) +++ head/devel/mercurial/Makefile Mon Feb 2 05:14:14 2015 (r378296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.2.4 +PORTVERSION= 3.3 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -41,7 +41,6 @@ CONTRIB_FILES= bash_completion \ hgsh/Makefile \ hgsh/hgsh.c \ mercurial.el \ - mergetools.hgrc \ mq.el \ perf.py \ pylintrc \ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Mon Feb 2 05:01:15 2015 (r378295) +++ head/devel/mercurial/distinfo Mon Feb 2 05:14:14 2015 (r378296) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.2.4.tar.gz) = 08d4169d02fd24819a7b3203ba85ccf5037dc646e082eb1b21b3c87ed576f6bc -SIZE (mercurial-3.2.4.tar.gz) = 4078698 +SHA256 (mercurial-3.3.tar.gz) = 306a084b166ab3d01a0d8a2e1b80208fd7c7f71dc46d485d47a9c5c021e9dc77 +SIZE (mercurial-3.3.tar.gz) = 4162147 Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Mon Feb 2 05:01:15 2015 (r378295) +++ head/devel/mercurial/pkg-plist Mon Feb 2 05:14:14 2015 (r378296) @@ -247,6 +247,7 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/dagutil.py %%PYTHON_SITELIBDIR%%/mercurial/dagutil.pyc %%PYTHON_SITELIBDIR%%/mercurial/dagutil.pyo +%%PYTHON_SITELIBDIR%%/mercurial/default.d/mergetools.rc %%PYTHON_SITELIBDIR%%/mercurial/demandimport.py %%PYTHON_SITELIBDIR%%/mercurial/demandimport.pyc %%PYTHON_SITELIBDIR%%/mercurial/demandimport.pyo @@ -422,6 +423,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/minirst.pyc %%PYTHON_SITELIBDIR%%/mercurial/minirst.pyo %%PYTHON_SITELIBDIR%%/mercurial/mpatch.so +%%PYTHON_SITELIBDIR%%/mercurial/namespaces.py +%%PYTHON_SITELIBDIR%%/mercurial/namespaces.pyc +%%PYTHON_SITELIBDIR%%/mercurial/namespaces.pyo %%PYTHON_SITELIBDIR%%/mercurial/node.py %%PYTHON_SITELIBDIR%%/mercurial/node.pyc %%PYTHON_SITELIBDIR%%/mercurial/node.pyo @@ -729,7 +733,6 @@ man/man5/hgrc.5.gz %%DATA%%%%DATADIR%%/contrib/hgsh/Makefile %%DATA%%%%DATADIR%%/contrib/hgsh/hgsh.c %%DATA%%%%DATADIR%%/contrib/mercurial.el -%%DATA%%%%DATADIR%%/contrib/mergetools.hgrc %%DATA%%%%DATADIR%%/contrib/mq.el %%DATA%%%%DATADIR%%/contrib/perf.py %%DATA%%%%DATADIR%%/contrib/pylintrc From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 06:27:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D87F4744; Mon, 2 Feb 2015 06:27:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33DF1B6; Mon, 2 Feb 2015 06:27:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t126RCHR071124; Mon, 2 Feb 2015 06:27:12 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t126RC5H071121; Mon, 2 Feb 2015 06:27:12 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201502020627.t126RC5H071121@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 2 Feb 2015 06:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378297 - in head/java/openjdk8: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 06:27:13 -0000 Author: glewis Date: Mon Feb 2 06:27:11 2015 New Revision: 378297 URL: https://svnweb.freebsd.org/changeset/ports/378297 QAT: https://qat.redports.org/buildarchive/r378297/ Log: . Update to 8u31. Added: head/java/openjdk8/files/patch-8u31-b13 (contents, props changed) Modified: head/java/openjdk8/Makefile head/java/openjdk8/files/patch-bsd head/java/openjdk8/files/patch-bsd-test Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Mon Feb 2 05:14:14 2015 (r378296) +++ head/java/openjdk8/Makefile Mon Feb 2 06:27:11 2015 (r378297) @@ -2,7 +2,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ @@ -71,8 +70,8 @@ NO_CCACHE= yes NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 25 -JDK_BUILD_NUMBER= 17 +JDK_UPDATE_VERSION= 31 +JDK_BUILD_NUMBER= 13 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 Added: head/java/openjdk8/files/patch-8u31-b13 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-8u31-b13 Mon Feb 2 06:27:11 2015 (r378297) @@ -0,0 +1,35573 @@ +--- ./.hgtags Wed Sep 17 11:23:18 2014 -0700 ++++ ./.hgtags Mon Dec 08 12:28:03 2014 -0800 +@@ -314,6 +314,8 @@ + 1710841b0229403f4af85eac8b68ea5065a26c81 jdk8u20-b24 + 1710841b0229403f4af85eac8b68ea5065a26c81 jdk8u20-b25 + d1a7ea2c3e1091e0df1285963328a96f475f240d jdk8u20-b26 ++3229d7b76babcf6710b3a965a2eda3f3bb2aa972 jdk8u20-b31 ++9955a899edb359f2dc1704ea86044e9819cb805d jdk8u20-b32 + 97c6d6a8e5bb3dfc24b9a32711aa0906ea110e23 jdk8u25-b00 + c4cfb4376f5916c5d7eb1f39a0e23402de0d9818 jdk8u25-b01 + b4d29a751077e5500e766b8104dd1cb7148a550f jdk8u25-b02 +@@ -331,3 +333,19 @@ + 4429ea47ee6eca6b8a1dbda1950566ee821ba19d jdk8u25-b14 + 09eaef69f384ecf8ec0342b87a8b150740941140 jdk8u25-b15 + f0a48c214c46b7351ff8e6d6b6dc533463a4be21 jdk8u25-b16 ++d117f01bfb4f34668ac216c9837e88acead14dce jdk8u25-b17 ++efac90a2da447c2b2d43ee1b1e20c0828659f9c5 jdk8u25-b18 ++1a0b4ec68abc4e9248ca6041fff04612674a9b9f jdk8u25-b31 ++6db0898d3f90ad9eae2f017299314b88766446e3 jdk8u31-b00 ++85792859f3bdd6a2c1bdfcf2828bb2730e06ac3c jdk8u31-b01 ++4898a7460ae620ac5356cb224e1fdf3c29312533 jdk8u31-b02 ++886ace09d0934d5410572764685f13119d523823 jdk8u31-b03 ++e2d32fe85fb93ce5179c25f5bfd49750a85c9342 jdk8u31-b04 ++97de4d73edf1435c9b87d765d2ad91bb16c8d913 jdk8u31-b05 ++f1b61760d01de6ad8d360227ac6c2122765680a2 jdk8u31-b06 ++e9cbffb6c1119f3ef39c68db53c36c5e544c0d3c jdk8u31-b07 ++4cec543118e7720d6105f25b60742d25a458cab7 jdk8u31-b08 ++ea4b31ec437d74c62b844bd8b35f0bc3a27915b4 jdk8u31-b09 ++01a98532348477a84b6e3c322fdd12dfed28d96d jdk8u31-b10 ++ec85d5d0e3c05b0b6d61f4fc3f41313448ed9b05 jdk8u31-b11 ++ca98e3e9727ffdcde2c9980668d0c7f344261938 jdk8u31-b12 +--- ./common/autoconf/generated-configure.sh Wed Sep 17 11:23:18 2014 -0700 ++++ ./common/autoconf/generated-configure.sh Mon Dec 08 12:28:03 2014 -0800 +@@ -1024,6 +1024,7 @@ + with_update_version + with_user_release_suffix + with_build_number ++with_copyright_year + with_boot_jdk + with_boot_jdk_jvmargs + with_add_source_root +@@ -1774,6 +1775,7 @@ + Add a custom string to the version string if build + number isn't set.[username_builddateb00] + --with-build-number Set build number value for build [b00] ++ --with-copyright-year Set copyright year value for build [current year] + --with-boot-jdk path to Boot JDK (used to bootstrap build) [probed] + --with-boot-jdk-jvmargs specify JVM arguments to be passed to all + invocations of the Boot JDK, overriding the default +@@ -3868,7 +3870,7 @@ + #CUSTOM_AUTOCONF_INCLUDE + + # Do not change or remove the following line, it is needed for consistency checks: +-DATE_WHEN_GENERATED=1410971760 ++DATE_WHEN_GENERATED=1416326200 + + ############################################################################### + # +@@ -11280,7 +11282,19 @@ + + + +- COPYRIGHT_YEAR=`date +'%Y'` ++ ++# Check whether --with-copyright-year was given. ++if test "${with_copyright_year+set}" = set; then : ++ withval=$with_copyright_year; ++fi ++ ++ if test "x$with_copyright_year" = xyes; then ++ as_fn_error $? "Copyright year must have a value" "$LINENO" 5 ++ elif test "x$with_copyright_year" != x; then ++ COPYRIGHT_YEAR="$with_copyright_year" ++ else ++ COPYRIGHT_YEAR=`date +'%Y'` ++ fi + + + if test "x$JDK_UPDATE_VERSION" != x; then +--- ./common/autoconf/jdk-options.m4 Wed Sep 17 11:23:18 2014 -0700 ++++ ./common/autoconf/jdk-options.m4 Mon Dec 08 12:28:03 2014 -0800 +@@ -510,7 +510,15 @@ + AC_SUBST(MACOSX_BUNDLE_NAME_BASE) + AC_SUBST(MACOSX_BUNDLE_ID_BASE) + +- COPYRIGHT_YEAR=`date +'%Y'` ++ AC_ARG_WITH(copyright-year, [AS_HELP_STRING([--with-copyright-year], ++ [Set copyright year value for build @<:@current year@:>@])]) ++ if test "x$with_copyright_year" = xyes; then ++ AC_MSG_ERROR([Copyright year must have a value]) ++ elif test "x$with_copyright_year" != x; then ++ COPYRIGHT_YEAR="$with_copyright_year" ++ else ++ COPYRIGHT_YEAR=`date +'%Y'` ++ fi + AC_SUBST(COPYRIGHT_YEAR) + + if test "x$JDK_UPDATE_VERSION" != x; then +--- ./corba/.hgtags Mon Sep 08 12:34:37 2014 -0700 ++++ ./corba/.hgtags Mon Dec 08 12:28:12 2014 -0800 +@@ -312,6 +312,8 @@ + 34c930eaa6b591621afde05ca2e24571c91cdc9b jdk8u20-b24 + 34c930eaa6b591621afde05ca2e24571c91cdc9b jdk8u20-b25 + 37bde23c96f66912c44b1b893c08d4ad4cff5f4e jdk8u20-b26 ++83bebea0c36c6ee9e663b41f9103ddcf1216ef55 jdk8u20-b31 ++117f50127c27826dbe4c9e6fe1916aeab4bceef9 jdk8u20-b32 + 08aa9f55fe5bce1f04cfd2958f71e8df18643e29 jdk8u25-b00 + 31f50e3c0dcbdfa7f11a895179065e6888c2cf3c jdk8u25-b01 + 162703b7c2f16ce00d1b54a8f95d12eda9753eba jdk8u25-b02 +@@ -329,3 +331,19 @@ + 7e9a2027d0214019d66325fa7ca59cf8281fb43e jdk8u25-b14 + 5b2cb4935667cd02d7974b3b6fb6bf4092b5acae jdk8u25-b15 + 28d7f90e04e46ce8c633a2fbf0157d9e77db17c3 jdk8u25-b16 ++f46df0af2ca8c7d896de375c8edac8ce09318318 jdk8u25-b17 ++ee069d67c12df902cdb06ecf1747f8ff9d495a61 jdk8u25-b18 ++8d0faa0eac61c04c6a5bbff2e084c9da0bd5251c jdk8u25-b31 ++69793b08060c9d216fa84d679c48b9e22d2400ac jdk8u31-b00 ++fd5f8e3713803ca2d7898407a53996f3aa41521e jdk8u31-b01 ++b6e2d1b1b24585bd02512e360d842d4713afa644 jdk8u31-b02 ++1a7cc737d8081ffef73d88e94995f80d6a3dc8e0 jdk8u31-b03 ++f24241b85fc90618d243f54202904ee202c44b7e jdk8u31-b04 ++a3b616778301fe101bf3dcfa145d3bb4e8fc8941 jdk8u31-b05 ++3de6161377bf492953260c7bf756f3ec0c6e6d60 jdk8u31-b06 ++3d42c53301dd951992a32613173dd6fbb13a28a8 jdk8u31-b07 ++b47677f7c1d122a2d05e03dec70de86feaedcd4c jdk8u31-b08 ++95163f85c9e961c5bf37ceac645a0e7de505ca3e jdk8u31-b09 ++474bf60980443dfae2fe6e121fef0caea4e014b3 jdk8u31-b10 ++7e2056eba0b62247407e065f3f88a89358fc26a6 jdk8u31-b11 ++285b0e589c50e46ca7ad3434221335901a547d66 jdk8u31-b12 +--- ./hotspot/.hgtags Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/.hgtags Mon Dec 08 12:28:35 2014 -0800 +@@ -501,6 +501,8 @@ + 00cf2b6f51b9560b01030e8f4c28c466f0b21fe3 hs25.20-b23 + 19408d5fd31c25ce60c43dd33e92b96e8df4a4ea jdk8u20-b25 + eaa4074a7e3975cd33ec55e6b584586e2ac681bd jdk8u20-b26 ++7c9925f21c2529a88eb64b8039cc080f60b85e01 jdk8u20-b31 ++7edb04063a423e278fe34a0006d25fee198f495e jdk8u20-b32 + a4d44dfb7d30eea54bc172e4429a655454ae0bbf jdk8u25-b00 + 9a2152fbd929b0d8b2f5c326a5526214ae71731a jdk8u25-b01 + d3d5604ea0dea3812e87ba76ac199d0a8be6f49f jdk8u25-b02 +@@ -518,3 +520,19 @@ + c77d5db189422e2eef0443ee212644e497113b18 jdk8u25-b14 + e62c06b887310b5bd23be9b817a9a6f0daf0d0e1 jdk8u25-b15 + 6467bdd4d22d8b140844dc847c43b9ba7cb0bbd1 jdk8u25-b16 ++28b50d07f6f8c5a567b6a25e95a423948114a004 jdk8u25-b17 ++639abc668bfe995dba811dd35411b9ea8a9041cd jdk8u25-b18 ++c3528699fb33fe3eb1d117504184ae7ab2507aa1 jdk8u25-b31 ++5bb683bbe2c74876d585b5c3232fc3aab7b23e97 jdk8u31-b00 ++5bb686ae3b89f8aa1c74331b2d24e2a5ebd43448 jdk8u31-b01 ++087678da96603c9705b38b6cc4a6569ac7b4420a jdk8u31-b02 ++401cbaa475b4efe53153119ab87a82b217980a7f jdk8u31-b03 ++060cdf93040c1bfa5fdf580da5e9999042632cc8 jdk8u31-b04 ++6e56d7f1634f6c4cd4196e699c06e6ca2e6d6efb jdk8u31-b05 ++271a32147391d08b0f338d9353330e2b5584d580 jdk8u31-b06 ++e9f815c3f21cf2febd8e3c185917c1519aa52d9a jdk8u31-b07 ++cc74ca22516644867be3b8db6c1f8d05ab4f6c27 jdk8u31-b08 ++245d29ed5db5ad6914eb0c9fe78b9ba26122c478 jdk8u31-b09 ++d7b6bdd51abe68b16411d5b292fb830a43c5bc09 jdk8u31-b10 ++9906d432d6dbd2cda242e3f3cfde7cf6c90245bf jdk8u31-b11 ++e13839545238d1ecf17f0489bb6fb765de46719a jdk8u31-b12 +--- ./hotspot/make/hotspot_version Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/make/hotspot_version Mon Dec 08 12:28:35 2014 -0800 +@@ -1,5 +1,5 @@ + # +-# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. ++# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. + # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + # + # This code is free software; you can redistribute it and/or modify it +@@ -31,11 +31,11 @@ + # + + # Don't put quotes (fail windows build). +-HOTSPOT_VM_COPYRIGHT=Copyright 2014 ++HOTSPOT_VM_COPYRIGHT=Copyright 2015 + + HS_MAJOR_VER=25 +-HS_MINOR_VER=25 +-HS_BUILD_NUMBER=02 ++HS_MINOR_VER=31 ++HS_BUILD_NUMBER=07 + + JDK_MAJOR_VER=1 + JDK_MINOR_VER=8 +--- ./hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp Mon Dec 08 12:28:35 2014 -0800 +@@ -1128,51 +1128,82 @@ + // Hoist any int/ptr/long's in the first 6 to int regs. + // Hoist any flt/dbl's in the first 16 dbl regs. + int j = 0; // Count of actual args, not HALVES +- for( int i=0; ias_VMReg()); +- } else { +- // V9ism: floats go in ODD stack slot +- regs[i].set1(VMRegImpl::stack2reg(1 + (j<<1))); ++ // Per SPARC Compliance Definition 2.4.1, page 3P-12 available here ++ // http://www.sparc.org/wp-content/uploads/2014/01/SCD.2.4.1.pdf.gz ++ // ++ // "When a callee prototype exists, and does not indicate variable arguments, ++ // floating-point values assigned to locations %sp+BIAS+128 through %sp+BIAS+248 ++ // will be promoted to floating-point registers" ++ // ++ // By "promoted" it means that the argument is located in two places, an unused ++ // spill slot in the "parameter array" (starts at %sp+BIAS+128), and a live ++ // float register. In most cases, there are 6 or fewer arguments of any type, ++ // and the standard parameter array slots (%sp+BIAS+128 to %sp+BIAS+176 exclusive) ++ // serve as shadow slots. Per the spec floating point registers %d6 to %d16 ++ // require slots beyond that (up to %sp+BIAS+248). ++ // ++ { ++ // V9ism: floats go in ODD registers and stack slots ++ int float_index = 1 + (j << 1); ++ param_array_reg.set1(VMRegImpl::stack2reg(float_index)); ++ if (j < 16) { ++ regs[i].set1(as_FloatRegister(float_index)->as_VMReg()); ++ } else { ++ regs[i] = param_array_reg; ++ } + } + break; + case T_DOUBLE: +- assert( sig_bt[i+1] == T_VOID, "expecting half" ); +- if ( j < 16 ) { +- // V9ism: doubles go in EVEN/ODD regs +- regs[i].set2(as_FloatRegister(j<<1)->as_VMReg()); +- } else { +- // V9ism: doubles go in EVEN/ODD stack slots +- regs[i].set2(VMRegImpl::stack2reg(j<<1)); ++ { ++ assert(sig_bt[i + 1] == T_VOID, "expecting half"); ++ // V9ism: doubles go in EVEN/ODD regs and stack slots ++ int double_index = (j << 1); ++ param_array_reg.set2(VMRegImpl::stack2reg(double_index)); ++ if (j < 16) { ++ regs[i].set2(as_FloatRegister(double_index)->as_VMReg()); ++ } else { ++ // V9ism: doubles go in EVEN/ODD stack slots ++ regs[i] = param_array_reg; ++ } + } + break; +- case T_VOID: regs[i].set_bad(); j--; break; // Do not count HALVES ++ case T_VOID: ++ regs[i].set_bad(); ++ j--; ++ break; // Do not count HALVES + default: + ShouldNotReachHere(); + } +- if (regs[i].first()->is_stack()) { +- int off = regs[i].first()->reg2stack(); ++ // Keep track of the deepest parameter array slot. ++ if (!param_array_reg.first()->is_valid()) { ++ param_array_reg = regs[i]; ++ } ++ if (param_array_reg.first()->is_stack()) { ++ int off = param_array_reg.first()->reg2stack(); + if (off > max_stack_slots) max_stack_slots = off; + } +- if (regs[i].second()->is_stack()) { +- int off = regs[i].second()->reg2stack(); ++ if (param_array_reg.second()->is_stack()) { ++ int off = param_array_reg.second()->reg2stack(); + if (off > max_stack_slots) max_stack_slots = off; + } + } +@@ -1180,8 +1211,8 @@ + #else // _LP64 + // V8 convention: first 6 things in O-regs, rest on stack. + // Alignment is willy-nilly. +- for( int i=0; iis_stack()) { +- int off = regs[i].first()->reg2stack(); ++ int off = regs[i].first()->reg2stack(); + if (off > max_stack_slots) max_stack_slots = off; + } + if (regs[i].second()->is_stack()) { +- int off = regs[i].second()->reg2stack(); ++ int off = regs[i].second()->reg2stack(); + if (off > max_stack_slots) max_stack_slots = off; + } + } +@@ -1357,11 +1388,10 @@ + const Register rOop = src.first()->as_Register(); + const Register rHandle = L5; + int oop_slot = rOop->input_number() * VMRegImpl::slots_per_word + oop_handle_offset; +- int offset = oop_slot*VMRegImpl::stack_slot_size; +- Label skip; ++ int offset = oop_slot * VMRegImpl::stack_slot_size; + __ st_ptr(rOop, SP, offset + STACK_BIAS); + if (is_receiver) { +- *receiver_offset = oop_slot * VMRegImpl::stack_slot_size; ++ *receiver_offset = offset; + } + map->set_oop(VMRegImpl::stack2reg(oop_slot)); + __ add(SP, offset + STACK_BIAS, rHandle); +--- ./hotspot/src/cpu/sparc/vm/sparc.ad Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/src/cpu/sparc/vm/sparc.ad Mon Dec 08 12:28:35 2014 -0800 +@@ -1989,7 +1989,7 @@ + // to implement the UseStrictFP mode. + const bool Matcher::strict_fp_requires_explicit_rounding = false; + +-// Are floats conerted to double when stored to stack during deoptimization? ++// Are floats converted to double when stored to stack during deoptimization? + // Sparc does not handle callee-save floats. + bool Matcher::float_in_double() { return false; } + +@@ -3218,7 +3218,7 @@ + // are owned by the CALLEE. Holes should not be nessecary in the + // incoming area, as the Java calling convention is completely under + // the control of the AD file. Doubles can be sorted and packed to +-// avoid holes. Holes in the outgoing arguments may be nessecary for ++// avoid holes. Holes in the outgoing arguments may be necessary for + // varargs C calling conventions. + // Note 3: Region 0-3 is even aligned, with pad2 as needed. Region 3-5 is + // even aligned with pad0 as needed. +@@ -3284,7 +3284,7 @@ + %} + + // Body of function which returns an OptoRegs array locating +- // arguments either in registers or in stack slots for callin ++ // arguments either in registers or in stack slots for calling + // C. + c_calling_convention %{ + // This is obviously always outgoing +--- ./hotspot/src/os/bsd/vm/perfMemory_bsd.cpp Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/src/os/bsd/vm/perfMemory_bsd.cpp Mon Dec 08 12:28:35 2014 -0800 +@@ -197,7 +197,38 @@ + } + + +-// check if the given path is considered a secure directory for ++// Check if the given statbuf is considered a secure directory for ++// the backing store files. Returns true if the directory is considered ++// a secure location. Returns false if the statbuf is a symbolic link or ++// if an error occurred. ++// ++static bool is_statbuf_secure(struct stat *statp) { ++ if (S_ISLNK(statp->st_mode) || !S_ISDIR(statp->st_mode)) { ++ // The path represents a link or some non-directory file type, ++ // which is not what we expected. Declare it insecure. ++ // ++ return false; ++ } ++ // We have an existing directory, check if the permissions are safe. ++ // ++ if ((statp->st_mode & (S_IWGRP|S_IWOTH)) != 0) { ++ // The directory is open for writing and could be subjected ++ // to a symlink or a hard link attack. Declare it insecure. ++ // ++ return false; ++ } ++ // See if the uid of the directory matches the effective uid of the process. ++ // ++ if (statp->st_uid != geteuid()) { ++ // The directory was not created by this user, declare it insecure. ++ // ++ return false; ++ } ++ return true; ++} ++ ++ ++// Check if the given path is considered a secure directory for + // the backing store files. Returns true if the directory exists + // and is considered a secure location. Returns false if the path + // is a symbolic link or if an error occurred. +@@ -211,27 +242,185 @@ + return false; + } + +- // the path exists, now check it's mode +- if (S_ISLNK(statbuf.st_mode) || !S_ISDIR(statbuf.st_mode)) { +- // the path represents a link or some non-directory file type, +- // which is not what we expected. declare it insecure. +- // ++ // The path exists, see if it is secure. ++ return is_statbuf_secure(&statbuf); ++} ++ ++ ++// Check if the given directory file descriptor is considered a secure ++// directory for the backing store files. Returns true if the directory ++// exists and is considered a secure location. Returns false if the path ++// is a symbolic link or if an error occurred. ++// ++static bool is_dirfd_secure(int dir_fd) { ++ struct stat statbuf; ++ int result = 0; ++ ++ RESTARTABLE(::fstat(dir_fd, &statbuf), result); ++ if (result == OS_ERR) { + return false; + } +- else { +- // we have an existing directory, check if the permissions are safe. +- // +- if ((statbuf.st_mode & (S_IWGRP|S_IWOTH)) != 0) { +- // the directory is open for writing and could be subjected +- // to a symlnk attack. declare it insecure. +- // +- return false; ++ ++ // The path exists, now check its mode. ++ return is_statbuf_secure(&statbuf); ++} ++ ++ ++// Check to make sure fd1 and fd2 are referencing the same file system object. ++// ++static bool is_same_fsobject(int fd1, int fd2) { ++ struct stat statbuf1; ++ struct stat statbuf2; ++ int result = 0; ++ ++ RESTARTABLE(::fstat(fd1, &statbuf1), result); ++ if (result == OS_ERR) { ++ return false; ++ } ++ RESTARTABLE(::fstat(fd2, &statbuf2), result); ++ if (result == OS_ERR) { ++ return false; ++ } ++ ++ if ((statbuf1.st_ino == statbuf2.st_ino) && ++ (statbuf1.st_dev == statbuf2.st_dev)) { ++ return true; ++ } else { ++ return false; ++ } ++} ++ ++ ++// Open the directory of the given path and validate it. ++// Return a DIR * of the open directory. ++// ++static DIR *open_directory_secure(const char* dirname) { ++ // Open the directory using open() so that it can be verified ++ // to be secure by calling is_dirfd_secure(), opendir() and then check ++ // to see if they are the same file system object. This method does not ++ // introduce a window of opportunity for the directory to be attacked that ++ // calling opendir() and is_directory_secure() does. ++ int result; ++ DIR *dirp = NULL; ++ RESTARTABLE(::open(dirname, O_RDONLY|O_NOFOLLOW), result); ++ if (result == OS_ERR) { ++ // Directory doesn't exist or is a symlink, so there is nothing to cleanup. ++ if (PrintMiscellaneous && Verbose) { ++ if (errno == ELOOP) { ++ warning("directory %s is a symlink and is not secure\n", dirname); ++ } else { ++ warning("could not open directory %s: %s\n", dirname, strerror(errno)); ++ } + } ++ return dirp; ++ } ++ int fd = result; ++ ++ // Determine if the open directory is secure. ++ if (!is_dirfd_secure(fd)) { ++ // The directory is not a secure directory. ++ os::close(fd); ++ return dirp; ++ } ++ ++ // Open the directory. ++ dirp = ::opendir(dirname); ++ if (dirp == NULL) { ++ // The directory doesn't exist, close fd and return. ++ os::close(fd); ++ return dirp; ++ } ++ ++ // Check to make sure fd and dirp are referencing the same file system object. ++ if (!is_same_fsobject(fd, dirfd(dirp))) { ++ // The directory is not secure. ++ os::close(fd); ++ os::closedir(dirp); ++ dirp = NULL; ++ return dirp; ++ } ++ ++ // Close initial open now that we know directory is secure ++ os::close(fd); ++ ++ return dirp; ++} ++ ++// NOTE: The code below uses fchdir(), open() and unlink() because ++// fdopendir(), openat() and unlinkat() are not supported on all ++// versions. Once the support for fdopendir(), openat() and unlinkat() ++// is available on all supported versions the code can be changed ++// to use these functions. ++ ++// Open the directory of the given path, validate it and set the ++// current working directory to it. ++// Return a DIR * of the open directory and the saved cwd fd. ++// ++static DIR *open_directory_secure_cwd(const char* dirname, int *saved_cwd_fd) { ++ ++ // Open the directory. ++ DIR* dirp = open_directory_secure(dirname); ++ if (dirp == NULL) { ++ // Directory doesn't exist or is insecure, so there is nothing to cleanup. ++ return dirp; ++ } ++ int fd = dirfd(dirp); ++ ++ // Open a fd to the cwd and save it off. ++ int result; ++ RESTARTABLE(::open(".", O_RDONLY), result); ++ if (result == OS_ERR) { ++ *saved_cwd_fd = -1; ++ } else { ++ *saved_cwd_fd = result; ++ } ++ ++ // Set the current directory to dirname by using the fd of the directory. ++ result = fchdir(fd); ++ ++ return dirp; ++} ++ ++// Close the directory and restore the current working directory. ++// ++static void close_directory_secure_cwd(DIR* dirp, int saved_cwd_fd) { ++ ++ int result; ++ // If we have a saved cwd change back to it and close the fd. ++ if (saved_cwd_fd != -1) { ++ result = fchdir(saved_cwd_fd); ++ ::close(saved_cwd_fd); ++ } ++ ++ // Close the directory. ++ os::closedir(dirp); ++} ++ ++// Check if the given file descriptor is considered a secure. ++// ++static bool is_file_secure(int fd, const char *filename) { ++ ++ int result; ++ struct stat statbuf; ++ ++ // Determine if the file is secure. ++ RESTARTABLE(::fstat(fd, &statbuf), result); ++ if (result == OS_ERR) { ++ if (PrintMiscellaneous && Verbose) { ++ warning("fstat failed on %s: %s\n", filename, strerror(errno)); ++ } ++ return false; ++ } ++ if (statbuf.st_nlink > 1) { ++ // A file with multiple links is not expected. ++ if (PrintMiscellaneous && Verbose) { ++ warning("file %s has multiple links\n", filename); ++ } ++ return false; + } + return true; + } + +- + // return the user name for the given user id + // + // the caller is expected to free the allocated memory. +@@ -317,9 +506,11 @@ + + const char* tmpdirname = os::get_temp_directory(); + ++ // open the temp directory + DIR* tmpdirp = os::opendir(tmpdirname); + + if (tmpdirp == NULL) { ++ // Cannot open the directory to get the user name, return. + return NULL; + } + +@@ -344,25 +535,14 @@ + strcat(usrdir_name, "/"); + strcat(usrdir_name, dentry->d_name); + +- DIR* subdirp = os::opendir(usrdir_name); ++ // open the user directory ++ DIR* subdirp = open_directory_secure(usrdir_name); + + if (subdirp == NULL) { + FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal); + continue; + } + +- // Since we don't create the backing store files in directories +- // pointed to by symbolic links, we also don't follow them when +- // looking for the files. We check for a symbolic link after the +- // call to opendir in order to eliminate a small window where the +- // symlink can be exploited. +- // +- if (!is_directory_secure(usrdir_name)) { +- FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal); +- os::closedir(subdirp); +- continue; +- } +- + struct dirent* udentry; + char* udbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(usrdir_name), mtInternal); + errno = 0; +@@ -465,26 +645,6 @@ + } + + +-// remove file +-// +-// this method removes the file with the given file name in the +-// named directory. +-// +-static void remove_file(const char* dirname, const char* filename) { +- +- size_t nbytes = strlen(dirname) + strlen(filename) + 2; +- char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); +- +- strcpy(path, dirname); +- strcat(path, "/"); +- strcat(path, filename); +- +- remove_file(path); +- +- FREE_C_HEAP_ARRAY(char, path, mtInternal); +-} +- +- + // cleanup stale shared memory resources + // + // This method attempts to remove all stale shared memory files in +@@ -496,16 +656,11 @@ + // + static void cleanup_sharedmem_resources(const char* dirname) { + +- // open the user temp directory +- DIR* dirp = os::opendir(dirname); +- ++ int saved_cwd_fd; ++ // open the directory and set the current working directory to it ++ DIR* dirp = open_directory_secure_cwd(dirname, &saved_cwd_fd); + if (dirp == NULL) { +- // directory doesn't exist, so there is nothing to cleanup +- return; +- } +- +- if (!is_directory_secure(dirname)) { +- // the directory is not a secure directory ++ // directory doesn't exist or is insecure, so there is nothing to cleanup + return; + } + +@@ -519,6 +674,7 @@ + // + struct dirent* entry; + char* dbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(dirname), mtInternal); ++ + errno = 0; + while ((entry = os::readdir(dirp, (struct dirent *)dbuf)) != NULL) { + +@@ -529,7 +685,7 @@ + if (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0) { + + // attempt to remove all unexpected files, except "." and ".." +- remove_file(dirname, entry->d_name); ++ unlink(entry->d_name); + } + + errno = 0; +@@ -552,11 +708,14 @@ + if ((pid == os::current_process_id()) || + (kill(pid, 0) == OS_ERR && (errno == ESRCH || errno == EPERM))) { + +- remove_file(dirname, entry->d_name); ++ unlink(entry->d_name); + } + errno = 0; + } +- os::closedir(dirp); ++ ++ // close the directory and reset the current working directory ++ close_directory_secure_cwd(dirp, saved_cwd_fd); ++ + FREE_C_HEAP_ARRAY(char, dbuf, mtInternal); + } + +@@ -613,19 +772,54 @@ + return -1; + } + ++ int saved_cwd_fd; ++ // open the directory and set the current working directory to it ++ DIR* dirp = open_directory_secure_cwd(dirname, &saved_cwd_fd); ++ if (dirp == NULL) { ++ // Directory doesn't exist or is insecure, so cannot create shared ++ // memory file. ++ return -1; ++ } ++ ++ // Open the filename in the current directory. ++ // Cannot use O_TRUNC here; truncation of an existing file has to happen ++ // after the is_file_secure() check below. + int result; +- +- RESTARTABLE(::open(filename, O_RDWR|O_CREAT|O_TRUNC, S_IREAD|S_IWRITE), result); ++ RESTARTABLE(::open(filename, O_RDWR|O_CREAT|O_NOFOLLOW, S_IREAD|S_IWRITE), result); + if (result == OS_ERR) { + if (PrintMiscellaneous && Verbose) { +- warning("could not create file %s: %s\n", filename, strerror(errno)); ++ if (errno == ELOOP) { ++ warning("file %s is a symlink and is not secure\n", filename); ++ } else { ++ warning("could not create file %s: %s\n", filename, strerror(errno)); ++ } + } ++ // close the directory and reset the current working directory ++ close_directory_secure_cwd(dirp, saved_cwd_fd); ++ + return -1; + } ++ // close the directory and reset the current working directory ++ close_directory_secure_cwd(dirp, saved_cwd_fd); + + // save the file descriptor + int fd = result; + ++ // check to see if the file is secure ++ if (!is_file_secure(fd, filename)) { ++ ::close(fd); ++ return -1; ++ } ++ ++ // truncate the file to get rid of any existing data ++ RESTARTABLE(::ftruncate(fd, (off_t)0), result); ++ if (result == OS_ERR) { ++ if (PrintMiscellaneous && Verbose) { ++ warning("could not truncate shared memory file: %s\n", strerror(errno)); ++ } ++ ::close(fd); ++ return -1; ++ } + // set the file size + RESTARTABLE(::ftruncate(fd, (off_t)size), result); + if (result == OS_ERR) { +@@ -683,8 +877,15 @@ + THROW_MSG_(vmSymbols::java_io_IOException(), strerror(errno), OS_ERR); + } + } ++ int fd = result; + +- return result; ++ // check to see if the file is secure ++ if (!is_file_secure(fd, filename)) { ++ ::close(fd); ++ return -1; ++ } ++ ++ return fd; + } + + // create a named shared memory region. returns the address of the +@@ -716,13 +917,21 @@ + char* dirname = get_user_tmp_dir(user_name); + char* filename = get_sharedmem_filename(dirname, vmid); + ++ // get the short filename ++ char* short_filename = strrchr(filename, '/'); ++ if (short_filename == NULL) { ++ short_filename = filename; ++ } else { ++ short_filename++; ++ } ++ + // cleanup any stale shared memory files + cleanup_sharedmem_resources(dirname); + + assert(((size > 0) && (size % os::vm_page_size() == 0)), + "unexpected PerfMemory region size"); + +- fd = create_sharedmem_resources(dirname, filename, size); ++ fd = create_sharedmem_resources(dirname, short_filename, size); + + FREE_C_HEAP_ARRAY(char, user_name, mtInternal); + FREE_C_HEAP_ARRAY(char, dirname, mtInternal); +@@ -837,12 +1046,12 @@ + // constructs for the file and the shared memory mapping. + if (mode == PerfMemory::PERF_MODE_RO) { + mmap_prot = PROT_READ; +- file_flags = O_RDONLY; ++ file_flags = O_RDONLY | O_NOFOLLOW; + } + else if (mode == PerfMemory::PERF_MODE_RW) { + #ifdef LATER + mmap_prot = PROT_READ | PROT_WRITE; +- file_flags = O_RDWR; ++ file_flags = O_RDWR | O_NOFOLLOW; + #else + THROW_MSG(vmSymbols::java_lang_IllegalArgumentException(), + "Unsupported access mode"); +--- ./hotspot/src/os/linux/vm/perfMemory_linux.cpp Mon Sep 08 12:35:01 2014 -0700 ++++ ./hotspot/src/os/linux/vm/perfMemory_linux.cpp Mon Dec 08 12:28:35 2014 -0800 +@@ -197,7 +197,38 @@ + } + + +-// check if the given path is considered a secure directory for ++// Check if the given statbuf is considered a secure directory for ++// the backing store files. Returns true if the directory is considered ++// a secure location. Returns false if the statbuf is a symbolic link or ++// if an error occurred. ++// ++static bool is_statbuf_secure(struct stat *statp) { ++ if (S_ISLNK(statp->st_mode) || !S_ISDIR(statp->st_mode)) { ++ // The path represents a link or some non-directory file type, ++ // which is not what we expected. Declare it insecure. ++ // ++ return false; ++ } ++ // We have an existing directory, check if the permissions are safe. ++ // ++ if ((statp->st_mode & (S_IWGRP|S_IWOTH)) != 0) { ++ // The directory is open for writing and could be subjected ++ // to a symlink or a hard link attack. Declare it insecure. ++ // ++ return false; ++ } ++ // See if the uid of the directory matches the effective uid of the process. ++ // ++ if (statp->st_uid != geteuid()) { ++ // The directory was not created by this user, declare it insecure. ++ // ++ return false; ++ } ++ return true; ++} ++ ++ ++// Check if the given path is considered a secure directory for + // the backing store files. Returns true if the directory exists + // and is considered a secure location. Returns false if the path + // is a symbolic link or if an error occurred. +@@ -211,22 +242,180 @@ + return false; + } + +- // the path exists, now check it's mode +- if (S_ISLNK(statbuf.st_mode) || !S_ISDIR(statbuf.st_mode)) { +- // the path represents a link or some non-directory file type, +- // which is not what we expected. declare it insecure. +- // ++ // The path exists, see if it is secure. ++ return is_statbuf_secure(&statbuf); ++} ++ ++ ++// Check if the given directory file descriptor is considered a secure ++// directory for the backing store files. Returns true if the directory ++// exists and is considered a secure location. Returns false if the path ++// is a symbolic link or if an error occurred. ++// ++static bool is_dirfd_secure(int dir_fd) { ++ struct stat statbuf; ++ int result = 0; ++ ++ RESTARTABLE(::fstat(dir_fd, &statbuf), result); ++ if (result == OS_ERR) { + return false; + } +- else { +- // we have an existing directory, check if the permissions are safe. +- // +- if ((statbuf.st_mode & (S_IWGRP|S_IWOTH)) != 0) { +- // the directory is open for writing and could be subjected +- // to a symlnk attack. declare it insecure. +- // +- return false; ++ ++ // The path exists, now check its mode. ++ return is_statbuf_secure(&statbuf); ++} ++ ++ ++// Check to make sure fd1 and fd2 are referencing the same file system object. ++// ++static bool is_same_fsobject(int fd1, int fd2) { ++ struct stat statbuf1; ++ struct stat statbuf2; ++ int result = 0; ++ ++ RESTARTABLE(::fstat(fd1, &statbuf1), result); ++ if (result == OS_ERR) { ++ return false; ++ } ++ RESTARTABLE(::fstat(fd2, &statbuf2), result); ++ if (result == OS_ERR) { ++ return false; ++ } ++ ++ if ((statbuf1.st_ino == statbuf2.st_ino) && ++ (statbuf1.st_dev == statbuf2.st_dev)) { ++ return true; ++ } else { ++ return false; ++ } ++} ++ ++ ++// Open the directory of the given path and validate it. ++// Return a DIR * of the open directory. ++// ++static DIR *open_directory_secure(const char* dirname) { ++ // Open the directory using open() so that it can be verified ++ // to be secure by calling is_dirfd_secure(), opendir() and then check ++ // to see if they are the same file system object. This method does not ++ // introduce a window of opportunity for the directory to be attacked that ++ // calling opendir() and is_directory_secure() does. ++ int result; ++ DIR *dirp = NULL; ++ RESTARTABLE(::open(dirname, O_RDONLY|O_NOFOLLOW), result); ++ if (result == OS_ERR) { ++ if (PrintMiscellaneous && Verbose) { ++ if (errno == ELOOP) { ++ warning("directory %s is a symlink and is not secure\n", dirname); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 09:16:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EEDFD4D; Mon, 2 Feb 2015 09:16:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B55A697; Mon, 2 Feb 2015 09:16:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t129Gckp050709; Mon, 2 Feb 2015 09:16:38 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t129Gc7D050708; Mon, 2 Feb 2015 09:16:38 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201502020916.t129Gc7D050708@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 2 Feb 2015 09:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378298 - head/ftp/proftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:16:38 -0000 Author: mm Date: Mon Feb 2 09:16:37 2015 New Revision: 378298 URL: https://svnweb.freebsd.org/changeset/ports/378298 QAT: https://qat.redports.org/buildarchive/r378298/ Log: Always compile with -pthread Modified: head/ftp/proftpd/Makefile Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Mon Feb 2 06:27:11 2015 (r378297) +++ head/ftp/proftpd/Makefile Mon Feb 2 09:16:37 2015 (r378298) @@ -101,9 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATED .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} -. if !defined(WITH_OPENSSL_PORT) LDFLAGS+= -pthread -. endif .endif .if !defined(_BUILDING_PROFTPD_MODULE) From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 09:27:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF41422E; Mon, 2 Feb 2015 09:27:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13387EE; Mon, 2 Feb 2015 09:27:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t129RWL6055699; Mon, 2 Feb 2015 09:27:32 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t129RWBU055693; Mon, 2 Feb 2015 09:27:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502020927.t129RWBU055693@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Feb 2015 09:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378299 - head/sysutils/fdupes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:27:33 -0000 Author: ehaupt Date: Mon Feb 2 09:27:31 2015 New Revision: 378299 URL: https://svnweb.freebsd.org/changeset/ports/378299 QAT: https://qat.redports.org/buildarchive/r378299/ Log: The project moved from google code to github. The distfile checksum update stems from the fact that the old distfile contained .svn control files where in the tarball on github those files have been purged. The rest remained unmodified, therefore no PORTREVISION bump is required. Modified: head/sysutils/fdupes/Makefile head/sysutils/fdupes/distinfo head/sysutils/fdupes/pkg-descr Modified: head/sysutils/fdupes/Makefile ============================================================================== --- head/sysutils/fdupes/Makefile Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/Makefile Mon Feb 2 09:27:31 2015 (r378299) @@ -4,13 +4,17 @@ PORTNAME= fdupes PORTVERSION= 1.51 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files LICENSE= MIT +USE_GITHUB= yes +GH_ACCOUNT= adrianlopezroche +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_COMMIT= 2ad90e5 + PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz CFLAGS+= -DVERSION=\"${PORTVERSION}\" Modified: head/sysutils/fdupes/distinfo ============================================================================== --- head/sysutils/fdupes/distinfo Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/distinfo Mon Feb 2 09:27:31 2015 (r378299) @@ -1,2 +1,2 @@ -SHA256 (fdupes-1.51.tar.gz) = 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 -SIZE (fdupes-1.51.tar.gz) = 48942 +SHA256 (fdupes-1.51.tar.gz) = 526a3b37e93c6f823c8488d41883918bb54a71c45c7635b2d2c85f178eac565a +SIZE (fdupes-1.51.tar.gz) = 18951 Modified: head/sysutils/fdupes/pkg-descr ============================================================================== --- head/sysutils/fdupes/pkg-descr Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/pkg-descr Mon Feb 2 09:27:31 2015 (r378299) @@ -1,4 +1,4 @@ FDUPES is a program for identifying or deleting duplicate files residing within specified directories. -WWW: https://code.google.com/p/fdupes/ +WWW: https://github.com/adrianlopezroche/fdupes/ From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 09:40:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F001758E; Mon, 2 Feb 2015 09:40:06 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C67E18FC; Mon, 2 Feb 2015 09:40:06 +0000 (UTC) Received: from [10.31.9.173] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A8F0843CA9; Mon, 2 Feb 2015 03:31:11 -0600 (CST) Message-ID: <54CF43DE.3020408@marino.st> Date: Mon, 02 Feb 2015 10:31:10 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Martin Matuska , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378298 - head/ftp/proftpd References: <201502020916.t129Gc7D050708@svn.freebsd.org> In-Reply-To: <201502020916.t129Gc7D050708@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:40:07 -0000 On 2/2/2015 10:16, Martin Matuska wrote: > Author: mm > Date: Mon Feb 2 09:16:37 2015 > New Revision: 378298 > URL: https://svnweb.freebsd.org/changeset/ports/378298 > QAT: https://qat.redports.org/buildarchive/r378298/ > > Log: > Always compile with -pthread > > Modified: > head/ftp/proftpd/Makefile > > Modified: head/ftp/proftpd/Makefile > ============================================================================== > --- head/ftp/proftpd/Makefile Mon Feb 2 06:27:11 2015 (r378297) > +++ head/ftp/proftpd/Makefile Mon Feb 2 09:16:37 2015 (r378298) > @@ -101,9 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATED > .if !defined(_BUILDING_PROFTPD_MODULE) > CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} > LIBS+= -lssl -lcrypto -L${OPENSSLLIB} > -. if !defined(WITH_OPENSSL_PORT) > LDFLAGS+= -pthread > -. endif > .endif > > .if !defined(_BUILDING_PROFTPD_MODULE) > shouldn't that be "LDFLAGS+= -lpthread" ? I think we were told the case for "-pthread" is no longer valid and we should use -lpthread from now on (IIUC, -pthread eventually pulls in -pthread anyway) John From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 10:32:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61684FC6; Mon, 2 Feb 2015 10:32:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D523E38; Mon, 2 Feb 2015 10:32:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12AWRPg088026; Mon, 2 Feb 2015 10:32:27 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12AWRd1088025; Mon, 2 Feb 2015 10:32:27 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201502021032.t12AWRd1088025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 2 Feb 2015 10:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378300 - head/ftp/proftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 10:32:27 -0000 Author: mm Date: Mon Feb 2 10:32:26 2015 New Revision: 378300 URL: https://svnweb.freebsd.org/changeset/ports/378300 QAT: https://qat.redports.org/buildarchive/r378300/ Log: Change -pthread to -lpthread PR: 195921 Reported by: John Marino Modified: head/ftp/proftpd/Makefile Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Mon Feb 2 09:27:31 2015 (r378299) +++ head/ftp/proftpd/Makefile Mon Feb 2 10:32:26 2015 (r378300) @@ -5,7 +5,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ @@ -101,7 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATED .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} -LDFLAGS+= -pthread +LDFLAGS+= -lpthread .endif .if !defined(_BUILDING_PROFTPD_MODULE) From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 11:01:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF14407; Mon, 2 Feb 2015 11:01:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5E871B4; Mon, 2 Feb 2015 11:01:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12B1kQT002175; Mon, 2 Feb 2015 11:01:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12B1k5H002170; Mon, 2 Feb 2015 11:01:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502021101.t12B1k5H002170@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 2 Feb 2015 11:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378301 - in head/math/jacal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 11:01:47 -0000 Author: bofh Date: Mon Feb 2 11:01:45 2015 New Revision: 378301 URL: https://svnweb.freebsd.org/changeset/ports/378301 QAT: https://qat.redports.org/buildarchive/r378301/ Log: math/jacal: Update version 1c3=>1c4 Differential Revision: https://reviews.freebsd.org/D1667 Approved by: bapt, marino(mentor) Modified: head/math/jacal/Makefile head/math/jacal/distinfo head/math/jacal/files/patch-Makefile Modified: head/math/jacal/Makefile ============================================================================== --- head/math/jacal/Makefile Mon Feb 2 10:32:26 2015 (r378300) +++ head/math/jacal/Makefile Mon Feb 2 11:01:45 2015 (r378301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jacal -PORTVERSION= 1c3 +PORTVERSION= 1c4 CATEGORIES= math MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ Modified: head/math/jacal/distinfo ============================================================================== --- head/math/jacal/distinfo Mon Feb 2 10:32:26 2015 (r378300) +++ head/math/jacal/distinfo Mon Feb 2 11:01:45 2015 (r378301) @@ -1,2 +1,2 @@ -SHA256 (jacal-1c3.zip) = 3ef253980ed303e30a3be4bb1e5a39aaa957e040d65d55d5b891483c7e22f9c3 -SIZE (jacal-1c3.zip) = 287032 +SHA256 (jacal-1c4.zip) = 78a8710a7a6b577299a2c06e93a31f0f2e3addc033f3891bf0b5052582cdbf14 +SIZE (jacal-1c4.zip) = 287013 Modified: head/math/jacal/files/patch-Makefile ============================================================================== --- head/math/jacal/files/patch-Makefile Mon Feb 2 10:32:26 2015 (r378300) +++ head/math/jacal/files/patch-Makefile Mon Feb 2 11:01:45 2015 (r378301) @@ -20,7 +20,7 @@ jacal.dvi: jacal.texi version.txi $(TEXI2DVI) -b -c $< -@@ -142,16 +136,9 @@ +@@ -142,16 +136,8 @@ cd DOC/; pdflatex ratint.tex $(INSTALL_DATA) DOC/ratint.pdf $(DESTDIR)$(pdfdir) @@ -35,12 +35,11 @@ - -$(INSTALL_INFO) $@ $(DESTDIR)$(infodir)dir - -rm $(DESTDIR)$(infodir)-jacal.info.gz +$(DESTDIR)$(infodir)jacal.info: jacal.texi version.txi -+ $(MAKEINFO) $< --no-split -o jacal.info + $(INSTALL_DATA) jacal.info $@ install-info: $(DESTDIR)$(infodir)jacal.info info: install-info $(DESTDIR)$(infodir)jacal.info.gz: $(DESTDIR)$(infodir)jacal.info -@@ -195,7 +182,6 @@ +@@ -195,7 +181,6 @@ $(INSTALL_DATA) go-scm $(DESTDIR)$(jacallibdir)go.scm rm go-scm echo '#! /bin/sh' > jacal-script From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 11:12:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F24A08D5; Mon, 2 Feb 2015 11:12:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5CC72F7; Mon, 2 Feb 2015 11:12:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12BCa7p007151; Mon, 2 Feb 2015 11:12:36 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12BCaFS007148; Mon, 2 Feb 2015 11:12:36 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502021112.t12BCaFS007148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 2 Feb 2015 11:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378302 - head/devel/tortoisehg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 11:12:37 -0000 Author: bofh Date: Mon Feb 2 11:12:35 2015 New Revision: 378302 URL: https://svnweb.freebsd.org/changeset/ports/378302 QAT: https://qat.redports.org/buildarchive/r378302/ Log: [MAINTAINER UPDATE] devel/tortoisehg: Update version 3.2.1=>3.2.4 PR: 197151 Differential Revision: https://reviews.freebsd.org/D1750 Submitted by: 6yearold@gmail.com Approved by: bapt(mentor) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo head/devel/tortoisehg/pkg-plist Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Mon Feb 2 11:01:45 2015 (r378301) +++ head/devel/tortoisehg/Makefile Mon Feb 2 11:12:35 2015 (r378302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Mon Feb 2 11:01:45 2015 (r378301) +++ head/devel/tortoisehg/distinfo Mon Feb 2 11:12:35 2015 (r378302) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-3.2.1.tar.gz) = 6e03b0a71aff4bad6d5c847ff5294039d91e7085ef29bcd9dfea1a59aa01d38b -SIZE (tortoisehg-3.2.1.tar.gz) = 8203881 +SHA256 (tortoisehg-3.2.4.tar.gz) = 71653daafa3beff6518e1f198ad7f26403118f4413ed0ae02830fdd1ae86001a +SIZE (tortoisehg-3.2.4.tar.gz) = 8212476 Modified: head/devel/tortoisehg/pkg-plist ============================================================================== --- head/devel/tortoisehg/pkg-plist Mon Feb 2 11:01:45 2015 (r378301) +++ head/devel/tortoisehg/pkg-plist Mon Feb 2 11:12:35 2015 (r378302) @@ -587,4 +587,4 @@ share/pixmaps/tortoisehg/icons/svg/sync. share/pixmaps/tortoisehg/icons/svg/thg_logo.svg share/pixmaps/tortoisehg/icons/thg_logo.ico share/pixmaps/tortoisehg/icons/thg_logo_92x50.png -share/tortoisehg/mergetools.rc +%%DATADIR%%/mergetools.rc From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 11:31:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12AD9167; Mon, 2 Feb 2015 11:31:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E884B6A1; Mon, 2 Feb 2015 11:31:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12BV9hW016093; Mon, 2 Feb 2015 11:31:09 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12BV823016089; Mon, 2 Feb 2015 11:31:08 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502021131.t12BV823016089@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 2 Feb 2015 11:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378303 - in head/deskutils: . currtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 11:31:10 -0000 Author: bofh Date: Mon Feb 2 11:31:08 2015 New Revision: 378303 URL: https://svnweb.freebsd.org/changeset/ports/378303 QAT: https://qat.redports.org/buildarchive/r378303/ Log: [NEW PORT] deskutils/currtime: version 0.2 currtime is an enhanced command-line operated real time clock. Features include: - Time displayed in Unix-compatible format - Shows the current time on the same line - Can run for a specified number of ticks (seconds) with the -T (ticks) flag - Option to display each tick on a new line with the -n flag WWW: http://www.neelc.org/software/currtime/ PR: 197144 Differential Revision: https://reviews.freebsd.org/D1751 Submitted by: neel@neelc.org Approved by: bapt(mentor) Added: head/deskutils/currtime/ head/deskutils/currtime/Makefile (contents, props changed) head/deskutils/currtime/distinfo (contents, props changed) head/deskutils/currtime/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Mon Feb 2 11:12:35 2015 (r378302) +++ head/deskutils/Makefile Mon Feb 2 11:31:08 2015 (r378303) @@ -30,6 +30,7 @@ SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += countdown + SUBDIR += currtime SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo Added: head/deskutils/currtime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/currtime/Makefile Mon Feb 2 11:31:08 2015 (r378303) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= currtime +PORTVERSION= 0.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.neelc.org/files/currtime/${PORTVERSION}/ + +MAINTAINER= neel@neelc.org +COMMENT= Enhanced command-line operated real time clock + +LICENSE= BSD2CLAUSE + +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/deskutils/currtime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/currtime/distinfo Mon Feb 2 11:31:08 2015 (r378303) @@ -0,0 +1,2 @@ +SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec +SIZE (currtime-0.2.tar.gz) = 3279 Added: head/deskutils/currtime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/currtime/pkg-descr Mon Feb 2 11:31:08 2015 (r378303) @@ -0,0 +1,8 @@ +currtime is an enhanced command-line operated real time clock. Features include: + + * Time displayed in Unix-compatible format + * Shows the current time on the same line + * Can run for a specified number of ticks (seconds) with the -T (ticks) flag + * Option to display each tick on a new line with the -n flag + +WWW: http://www.neelc.org/software/currtime/ From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 12:39:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id DD2A33BE; Mon, 2 Feb 2015 12:39:08 +0000 (UTC) Date: Mon, 2 Feb 2015 12:39:08 +0000 From: Alexey Dokuchaev To: Muhammad Moinur Rahman Subject: Re: svn commit: r378303 - in head/deskutils: . currtime Message-ID: <20150202123908.GA77037@FreeBSD.org> References: <201502021131.t12BV823016089@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201502021131.t12BV823016089@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 12:39:09 -0000 On Mon, Feb 02, 2015 at 11:31:08AM +0000, Muhammad Moinur Rahman wrote: > New Revision: 378303 > URL: https://svnweb.freebsd.org/changeset/ports/378303 > QAT: https://qat.redports.org/buildarchive/r378303/ > > Log: > [NEW PORT] deskutils/currtime: version 0.2 > > currtime is an enhanced command-line operated real time clock. Features > include: I'm not sure if `deskutils' is the best for it; it would make some sense if this would be GUI program, but personaly `deskutils' would be the last place I'd search for a command-line utility. Even `misc' suits better IMHO. ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 12:56:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6366F77F; Mon, 2 Feb 2015 12:56:45 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED947F71; Mon, 2 Feb 2015 12:56:44 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id k48so38902835wev.12; Mon, 02 Feb 2015 04:56:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=1UoZbaKoOjS3EPV9nGfrFoYO05D+w+WbrspmkXmtUoI=; b=Et8gKRUjtthihtTPtz3o+4iRD4gbj13OYBPj1vtXZwW0ABn88LZPYRYQ/ldxXmygNZ OzgDWdSZ3+z0ajh0szjzuFoZAHw5jGLeSAJkx80kXTEgD7sYF0cS2yWJ2O4Pt1iVqcAy 59Qe5mguiCFy/zx4ueKzp+3MATusO1A0m/M5caSdrK76c/9akXjZT8XMcEVGbva1AAsG 6fQQn5L3JP4hTWmCdHXfKQmhsYZunsCMi8JbzPTVhncQRwTbc0nCXPt2ECqAA4BoC6z9 V3TRvPoJvPR/MYlHXK6vQNs5bfiTcxO8h1phU2vfDMlrVy940uSzMbzlxt2IWLQL9Ucf zaKg== X-Received: by 10.180.20.238 with SMTP id q14mr17173971wie.51.1422881803384; Mon, 02 Feb 2015 04:56:43 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id vh8sm27768551wjc.12.2015.02.02.04.56.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 04:56:42 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 2 Feb 2015 13:56:40 +0100 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r378303 - in head/deskutils: . currtime Message-ID: <20150202125640.GI11558@ivaldir.etoilebsd.net> References: <201502021131.t12BV823016089@svn.freebsd.org> <20150202123908.GA77037@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r4QXMf6/kyF/FvJJ" Content-Disposition: inline In-Reply-To: <20150202123908.GA77037@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Muhammad Moinur Rahman , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 12:56:45 -0000 --r4QXMf6/kyF/FvJJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 02, 2015 at 12:39:08PM +0000, Alexey Dokuchaev wrote: > On Mon, Feb 02, 2015 at 11:31:08AM +0000, Muhammad Moinur Rahman wrote: > > New Revision: 378303 > > URL: https://svnweb.freebsd.org/changeset/ports/378303 > > QAT: https://qat.redports.org/buildarchive/r378303/ > >=20 > > Log: > > [NEW PORT] deskutils/currtime: version 0.2 > > =20 > > currtime is an enhanced command-line operated real time clock. Featur= es > > include: >=20 > I'm not sure if `deskutils' is the best for it; it would make some sense = if > this would be GUI program, but personaly `deskutils' would be the last pl= ace > I'd search for a command-line utility. Even `misc' suits better IMHO. >=20 Looking at various categories I didn't know where to push that. but and now= that (which is why I approved deskutils) but now that I read your mail I think m= aybe 'sysutils' would be the right place. Best regards, Bapt --r4QXMf6/kyF/FvJJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTPdAgACgkQ8kTtMUmk6EyrVACfXtjJmAdNUXciZ9UVfjI05bDK f9MAoKdiVnfT1Dc1cmHEuH69Q2+e6a/5 =ddHD -----END PGP SIGNATURE----- --r4QXMf6/kyF/FvJJ-- From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 13:01:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9042F8D2; Mon, 2 Feb 2015 13:01:28 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B235FAF; Mon, 2 Feb 2015 13:01:28 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id m14so38893293wev.11; Mon, 02 Feb 2015 05:01:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Ag6J4Pe17YS1Z8/a5Sbh9GnPnOxIO0zjzaPLPNm7fXs=; b=zcew7/QSttKF9nKQkqDx9hqv3IfKFVHWYdbSTYZxXktSavGCmW74vGRB5+U8WaxJc1 iMEqGSD1Gytt2qOtixOlIYyiK/wZaccGRlBMOcXhq0V2JMbFzw8++5iVE3N7pOC0FvGP QrzIrDDsVlsPNzXereItUhNwMFU1P39WwNpnWD/nFPlXuc1ehkBzjsaJjJnWtgxssrg1 dhxRQnHNI502jLXAa6gtU4x3ol/Wv9l+bgcp3ooeINxh7s5+zonqQ4X7R+t10ecY5amn lHKmFxOmVQEsQeTXqYj6KRtgEJBNYHlFN8db2czpTC5NCOB3bviAv+xMsgfEFBh039Ez b9ug== X-Received: by 10.180.99.137 with SMTP id eq9mr4229988wib.34.1422882086371; Mon, 02 Feb 2015 05:01:26 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id pr9sm21589730wjc.4.2015.02.02.05.01.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 05:01:25 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 2 Feb 2015 14:01:23 +0100 From: Baptiste Daroussin To: Juergen Lock Subject: Re: svn commit: r378229 - head/sysutils/xen-tools Message-ID: <20150202130123.GJ11558@ivaldir.etoilebsd.net> References: <201502010704.t1174age082281@svn.freebsd.org> <20150201073353.GA81373@FreeBSD.org> <20150201115859.GA92369@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mPTHnM80CEnHQ2WJ" Content-Disposition: inline In-Reply-To: <20150201115859.GA92369@enceladus10.kn-bremen.de> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Dirk Meyer , svn-ports-head@FreeBSD.org, Alexey Dokuchaev , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 13:01:28 -0000 --mPTHnM80CEnHQ2WJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 01, 2015 at 12:58:59PM +0100, Juergen Lock wrote: > On Sun, Feb 01, 2015 at 07:33:53AM +0000, Alexey Dokuchaev wrote: > > On Sun, Feb 01, 2015 at 07:04:36AM +0000, Dirk Meyer wrote: > > > New Revision: 378229 > > > URL: https://svnweb.freebsd.org/changeset/ports/378229 > > > QAT: https://qat.redports.org/buildarchive/r378229/ > > >=20 > > > Log: > > > - use full path in DEPENDS > >=20 >=20 > > Modified: head/sysutils/xen-tools/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/sysutils/xen-tools/Makefile Sat Jan 31 23:32:50 2015 (r378228) > > +++ head/sysutils/xen-tools/Makefile Sun Feb 1 07:04:36 2015 (r378229) > > @@ -13,9 +13,9 @@ COMMENT=3D Xen tools within FreeBSD domU > > MASTER_SITES=3D http://bits.xensource.com/oss-xen/release/${PORTVERSIO= N}/ > > DISTFILES=3D xen-${PORTVERSION}.tar.gz > > =20 > > -BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ > > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > > +BUILD_DEPENDS=3D ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > > + ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > + ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl > > =20 > > USES=3D gmake python:configure perl5 gettext-runtime:build gettext-to= ols:build pkgconfig > > USE_PERL5=3D build >=20 >=20 > > But why? What's the reason behind this change? > >=20 > > ./danfe > >=20 > I guess he meant... >=20 > > -BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ > > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > > +BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash > > +LIB_DEPENDS=3D libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > + ibyajl.so:${PORTSDIR}/devel/yajl >=20 > Cheers, > Juergen >=20 Which would be wrong as well because xen-tools startically uses those dependencies. So it does not depend on any.so it depends on a .a, meaning the right fix h= ere would be to use BUILD_DEPENDS=3D ${LOCALBASE}/libglib-2.0.a and not the .so Bapt --mPTHnM80CEnHQ2WJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTPdSMACgkQ8kTtMUmk6Ex9OQCfVtFNTa79kTUz5IleNCdw/uer +pUAn30AzChh9hfSfDE7l1iZcAmygJVt =DnP6 -----END PGP SIGNATURE----- --mPTHnM80CEnHQ2WJ-- From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 13:24:11 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 62292E4C; Mon, 2 Feb 2015 13:24:11 +0000 (UTC) Date: Mon, 2 Feb 2015 13:24:11 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r378229 - head/sysutils/xen-tools Message-ID: <20150202132411.GA90956@FreeBSD.org> References: <201502010704.t1174age082281@svn.freebsd.org> <20150201073353.GA81373@FreeBSD.org> <20150201115859.GA92369@enceladus10.kn-bremen.de> <20150202130123.GJ11558@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150202130123.GJ11558@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Dirk Meyer , svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Juergen Lock , ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 13:24:11 -0000 On Mon, Feb 02, 2015 at 02:01:23PM +0100, Baptiste Daroussin wrote: > On Sun, Feb 01, 2015 at 12:58:59PM +0100, Juergen Lock wrote: > > On Sun, Feb 01, 2015 at 07:33:53AM +0000, Alexey Dokuchaev wrote: > > > But why? What's the reason behind this change? > > > > I guess he meant... > > > > > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > > > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > > > +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > > > +LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > + ibyajl.so:${PORTSDIR}/devel/yajl > > Which would be wrong as well because xen-tools startically uses those > dependencies. > > So it does not depend on any.so it depends on a .a, meaning the right fix > here would be to use BUILD_DEPENDS= ${LOCALBASE}/libglib-2.0.a and not the > .so Thanks for clarification Baptiste, makes sense. Dirk, would you mind revisiting your commit accordingly? Since we do not ship bash(1) in the base, $localbase is also redundant in that bdep line. Last but not least, I'd like to remind all of us about importance of giving the rationale for your changes in commit logs. Simply enumerating changes is not enough (and quite obvious from the diff per se). ./danfe From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 14:22:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0F835ED; Mon, 2 Feb 2015 14:22:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD115B50; Mon, 2 Feb 2015 14:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12EMDbb096635; Mon, 2 Feb 2015 14:22:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12EMDes096633; Mon, 2 Feb 2015 14:22:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502021422.t12EMDes096633@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 2 Feb 2015 14:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378304 - head/dns/maradns1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 14:22:13 -0000 Author: mat Date: Mon Feb 2 14:22:12 2015 New Revision: 378304 URL: https://svnweb.freebsd.org/changeset/ports/378304 QAT: https://qat.redports.org/buildarchive/r378304/ Log: Update to 1.4.16. Sponsored by: Absolight Modified: head/dns/maradns1/Makefile head/dns/maradns1/distinfo Modified: head/dns/maradns1/Makefile ============================================================================== --- head/dns/maradns1/Makefile Mon Feb 2 11:31:08 2015 (r378303) +++ head/dns/maradns1/Makefile Mon Feb 2 14:22:12 2015 (r378304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maradns -PORTVERSION= 1.4.15 +PORTVERSION= 1.4.16 CATEGORIES= dns MASTER_SITES= http://maradns.samiam.org/download/1.4/\ http://www.maradns.org/download/1.4/ Modified: head/dns/maradns1/distinfo ============================================================================== --- head/dns/maradns1/distinfo Mon Feb 2 11:31:08 2015 (r378303) +++ head/dns/maradns1/distinfo Mon Feb 2 14:22:12 2015 (r378304) @@ -1,2 +1,2 @@ -SHA256 (maradns-1.4.15.tar.xz) = 7ec7d0b9c1a62e5b232908d5b267a35185ac9670cac5092ef491d1d01c5e517c -SIZE (maradns-1.4.15.tar.xz) = 796644 +SHA256 (maradns-1.4.16.tar.xz) = 862fc04edfdccd72b6a60072bd7571d31d75fe71b5765bd61ed65fa63210baca +SIZE (maradns-1.4.16.tar.xz) = 797060 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 14:34:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEC8197A; Mon, 2 Feb 2015 14:34:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAACBC77; Mon, 2 Feb 2015 14:34:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12EYLPl001882; Mon, 2 Feb 2015 14:34:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12EYL04001881; Mon, 2 Feb 2015 14:34:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021434.t12EYL04001881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 14:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378305 - head/security/secure_delete X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 14:34:21 -0000 Author: amdmi3 Date: Mon Feb 2 14:34:20 2015 New Revision: 378305 URL: https://svnweb.freebsd.org/changeset/ports/378305 QAT: https://qat.redports.org/buildarchive/r378305/ Log: - Fix build from plain user Modified: head/security/secure_delete/Makefile Modified: head/security/secure_delete/Makefile ============================================================================== --- head/security/secure_delete/Makefile Mon Feb 2 14:22:12 2015 (r378304) +++ head/security/secure_delete/Makefile Mon Feb 2 14:34:20 2015 (r378305) @@ -11,8 +11,6 @@ MASTER_SITES= PACKETSTORM/groups/thc \ MAINTAINER= ports@FreeBSD.org COMMENT= Secure data deletion toolkit -OPTIONS_DEFINE= DOCS - CONFLICTS= srm-[0-9]* MAKE_JOBS_UNSAFE= yes @@ -27,7 +25,10 @@ PLIST_FILES= bin/sdel bin/sfill bin/smem BIN_PROGRAMS= srm sfill sswap smem BIN_SCRIPTS= the_cleaner.sh -.include +OPTIONS_DEFINE= DOCS + +post-extract: + @${CHMOD} u+w ${WRKSRC} post-patch: @${REINPLACE_CMD} -e \ From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 14:53:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1BFA7FC; Mon, 2 Feb 2015 14:53:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4178E89; Mon, 2 Feb 2015 14:53:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12Erv0k011739; Mon, 2 Feb 2015 14:53:57 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12Ervjq011737; Mon, 2 Feb 2015 14:53:57 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201502021453.t12Ervjq011737@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Mon, 2 Feb 2015 14:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378306 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 14:53:57 -0000 Author: xmj Date: Mon Feb 2 14:53:56 2015 New Revision: 378306 URL: https://svnweb.freebsd.org/changeset/ports/378306 QAT: https://qat.redports.org/buildarchive/r378306/ Log: www/linux-*-flashplugin11: Add CVE-2015-0313 Spotted by: kwm Approved by: swills (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Feb 2 14:34:20 2015 (r378305) +++ head/security/vuxml/vuln.xml Mon Feb 2 14:53:56 2015 (r378306) @@ -57,6 +57,42 @@ Notes: --> + + Adobe Flash Player -- critical vulnerability + + + linux-c6-flashplugin11 + 11.2r202.440 + + + linux-f10-flashplugin11 + 11.2r202.440 + + + + +

Adobe reports:

+
+

A critical vulnerability (CVE-2015-0313) exists in Adobe Flash + Player 16.0.0.296 and earlier versions for Windows, Macintosh, and + Linux. Successful exploitation could cause a crash and potentially + allow an attacker to take control of the affected system. We are + aware of reports that this vulnerability is being actively exploited + in the wild via drive-by-download attacks against systems running + Internet Explorer and Firefox on Windows 8.1 and below.

+
+ +
+ + https://helpx.adobe.com/security/products/flash-player/apsa15-02.html + CVE-2015-0313 + + + 2015-02-02 + 2015-02-02 + +
+ rabbitmq -- Security issues in management plugin From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 15:25:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F3F683B; Mon, 2 Feb 2015 15:25:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4742E6; Mon, 2 Feb 2015 15:25:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12FPWZj026456; Mon, 2 Feb 2015 15:25:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12FPVP3026455; Mon, 2 Feb 2015 15:25:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502021525.t12FPVP3026455@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 2 Feb 2015 15:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378307 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 15:25:32 -0000 Author: feld Date: Mon Feb 2 15:25:31 2015 New Revision: 378307 URL: https://svnweb.freebsd.org/changeset/ports/378307 QAT: https://qat.redports.org/buildarchive/r378307/ Log: Add net-mgmt/xymon-server CVE-2015-1430 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Feb 2 14:53:56 2015 (r378306) +++ head/security/vuxml/vuln.xml Mon Feb 2 15:25:31 2015 (r378307) @@ -57,6 +57,34 @@ Notes: --> + + Xymon -- buffer overrun + + + xymon-server + 4.3.44.3.18 + + + + +

Debian reports:

+
+

web/acknowledge.c uses a string twice in a format string, but only + allocates memory for one copy.

+
+ +
+ + http://www.openwall.com/lists/oss-security/2015/01/31/4 + https://security-tracker.debian.org/tracker/CVE-2015-1430 + CVE-2015-1430 + + + 2014-09-28 + 2015-02-02 + +
+ Adobe Flash Player -- critical vulnerability From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 15:43:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0984B4D; Mon, 2 Feb 2015 15:43:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 917FF6D1; Mon, 2 Feb 2015 15:43:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12Fh7L1035584; Mon, 2 Feb 2015 15:43:07 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12Fh6w1035574; Mon, 2 Feb 2015 15:43:06 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201502021543.t12Fh6w1035574@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Mon, 2 Feb 2015 15:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378308 - in head/devel: . py-joblib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 15:43:07 -0000 Author: skreuzer Date: Mon Feb 2 15:43:05 2015 New Revision: 378308 URL: https://svnweb.freebsd.org/changeset/ports/378308 QAT: https://qat.redports.org/buildarchive/r378308/ Log: Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: * transparent disk-caching of the output values and lazy re-evaluation * easy simple parallel computing * logging and tracing of the execution Joblib is optimized to be fast and robust in particular on large data and has specific optimizations for numpy arrays. WWW: https://github.com/joblib/joblib Added: head/devel/py-joblib/ head/devel/py-joblib/Makefile (contents, props changed) head/devel/py-joblib/distinfo (contents, props changed) head/devel/py-joblib/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 2 15:25:31 2015 (r378307) +++ head/devel/Makefile Mon Feb 2 15:43:05 2015 (r378308) @@ -3827,6 +3827,7 @@ SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath + SUBDIR += py-joblib SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-jsonlib Added: head/devel/py-joblib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-joblib/Makefile Mon Feb 2 15:43:05 2015 (r378308) @@ -0,0 +1,18 @@ +# Created by: Steven Kreuzer +# $FreeBSD$ + +PORTNAME= joblib +PORTVERSION= 0.8.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Lightweight pipelining using Python functions as jobs + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-joblib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-joblib/distinfo Mon Feb 2 15:43:05 2015 (r378308) @@ -0,0 +1,2 @@ +SHA256 (joblib-0.8.4.tar.gz) = f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b +SIZE (joblib-0.8.4.tar.gz) = 314213 Added: head/devel/py-joblib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-joblib/pkg-descr Mon Feb 2 15:43:05 2015 (r378308) @@ -0,0 +1,11 @@ +Joblib is a set of tools to provide lightweight pipelining in Python. In +particular, joblib offers: + + * transparent disk-caching of the output values and lazy re-evaluation + * easy simple parallel computing + * logging and tracing of the execution + +Joblib is optimized to be fast and robust in particular on large data and has +specific optimizations for numpy arrays. + +WWW: https://github.com/joblib/joblib From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 16:32:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4ECEEAC; Mon, 2 Feb 2015 16:32:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0F1FCFD; Mon, 2 Feb 2015 16:32:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12GWmvO059460; Mon, 2 Feb 2015 16:32:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12GWmV8059457; Mon, 2 Feb 2015 16:32:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021632.t12GWmV8059457@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 16:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378309 - head/x11-wm/swm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 16:32:48 -0000 Author: marino Date: Mon Feb 2 16:32:47 2015 New Revision: 378309 URL: https://svnweb.freebsd.org/changeset/ports/378309 QAT: https://qat.redports.org/buildarchive/r378309/ Log: x11-wm/swm: This is not jobs-safe The port tries to build the swm executable before the swm.o object file is finished building. While marking this jobs-unsafe, pet portlint so it doesn't complain. It doesn't like "file" being used as a variable name. Modified: head/x11-wm/swm/Makefile Modified: head/x11-wm/swm/Makefile ============================================================================== --- head/x11-wm/swm/Makefile Mon Feb 2 15:43:05 2015 (r378308) +++ head/x11-wm/swm/Makefile Mon Feb 2 16:32:47 2015 (r378309) @@ -34,6 +34,8 @@ SCRIPTS= startswm DATA= background.xpm closebox.xpm maxbox.xpm stickybox.xpm \ swm.colors unstickybox.xpm +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|monotype|fixed|g ; \ s|/usr/share/swm|${DATADIR}|g' ${WRKSRC}/swm.conf @@ -45,11 +47,11 @@ post-build: *.c -o ${WRKSRC}/swmswitch -lX11 -L${LOCALBASE}/lib do-install: -.for file in ${BINS} - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin +.for f in ${BINS} + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor -.for file in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin +.for f in ${SCRIPTS} + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/swm.1x ${STAGEDIR}${MANPREFIX}/man/man1/swm.1 ${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg.1x ${STAGEDIR}${MANPREFIX}/man/man1/swmbg.1 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 16:42:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 148E71E3; Mon, 2 Feb 2015 16:42:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007DEE5F; Mon, 2 Feb 2015 16:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12GgDxK064111; Mon, 2 Feb 2015 16:42:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12GgD21064110; Mon, 2 Feb 2015 16:42:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021642.t12GgD21064110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 16:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378310 - head/www/p5-HTTP-MHTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 16:42:14 -0000 Author: marino Date: Mon Feb 2 16:42:13 2015 New Revision: 378310 URL: https://svnweb.freebsd.org/changeset/ports/378310 QAT: https://qat.redports.org/buildarchive/r378310/ Log: www/p5-HTTP-MHTTP: This is not jobs safe I've run into a handful of perl ports that are not jobs safe. I've been hesitating to mark them as such, but this port has shown up multiple times on the fail-to-build list. There are other perl ports that also fail quite often with high "j" numbers, so I'll start marking them. This one fails to build the libmhttp.a archive which is a typical error seen when at least one of the object files is missing. Modified: head/www/p5-HTTP-MHTTP/Makefile Modified: head/www/p5-HTTP-MHTTP/Makefile ============================================================================== --- head/www/p5-HTTP-MHTTP/Makefile Mon Feb 2 16:32:47 2015 (r378309) +++ head/www/p5-HTTP-MHTTP/Makefile Mon Feb 2 16:42:13 2015 (r378310) @@ -17,6 +17,8 @@ USE_OPENSSL= yes CONFIGURE_ENV= GOTSSL=yes CONFIGURE_ARGS= --default +MAKE_JOBS_UNSAFE= yes + post-patch: @${PERL} -pi -e 's!(?<=POSSIBLE_SSL_DIRS = qw\().*(?=\);)!${OPENSSLBASE}!;' \ ${WRKSRC}/Makefile.PL From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 17:16:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA196C97; Mon, 2 Feb 2015 17:16:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD60304; Mon, 2 Feb 2015 17:16:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12HGDYP078744; Mon, 2 Feb 2015 17:16:13 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12HGDue078742; Mon, 2 Feb 2015 17:16:13 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502021716.t12HGDue078742@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 2 Feb 2015 17:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378311 - in head/mail/dovecot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 17:16:14 -0000 Author: adamw Date: Mon Feb 2 17:16:12 2015 New Revision: 378311 URL: https://svnweb.freebsd.org/changeset/ports/378311 QAT: https://qat.redports.org/buildarchive/r378311/ Log: rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing so runs the dovecot binary against each provided configuration file to obtain configuration data. When the configuration file doesn't exist, it says: doveconf: Fatal: open(/im_not_here) failed: No such file or directory Mistyping the conf file locations when doing multiple instances deserves an error message. The real issue here is that in order to set up dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The default configuration file intentionally does not exist in a clean installation. So everybody who installs the dovecot2 port and does not configure it will receive that message at every boot. Fix it with a patch from pi that makes sure the conf file exists before trying to do stuff with it. PORTREVISION bump. PR: 197275 Submitted by: pi Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/files/dovecot.in Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Mon Feb 2 16:42:13 2015 (r378310) +++ head/mail/dovecot2/Makefile Mon Feb 2 17:16:12 2015 (r378311) @@ -3,7 +3,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 Modified: head/mail/dovecot2/files/dovecot.in ============================================================================== --- head/mail/dovecot2/files/dovecot.in Mon Feb 2 16:42:13 2015 (r378310) +++ head/mail/dovecot2/files/dovecot.in Mon Feb 2 17:16:12 2015 (r378311) @@ -52,7 +52,9 @@ restart_cmd() for config in ${dovecot_config}; do required_files="${config}" command_args="-c ${config}" - base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') - pidfile="${base_dir}/master.pid" - run_rc_command "$1" + if [ -f ${config} ]; then + base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') + pidfile="${base_dir}/master.pid" + run_rc_command "$1" + fi done From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:24:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BF2A829; Mon, 2 Feb 2015 18:24:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7837FDD8; Mon, 2 Feb 2015 18:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IOm8Y011716; Mon, 2 Feb 2015 18:24:48 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12IOmEG011715; Mon, 2 Feb 2015 18:24:48 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201502021824.t12IOmEG011715@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Mon, 2 Feb 2015 18:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378312 - head/www/py-scrapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:24:48 -0000 Author: skreuzer Date: Mon Feb 2 18:24:47 2015 New Revision: 378312 URL: https://svnweb.freebsd.org/changeset/ports/378312 QAT: https://qat.redports.org/buildarchive/r378312/ Log: Adopt port Modified: head/www/py-scrapy/Makefile Modified: head/www/py-scrapy/Makefile ============================================================================== --- head/www/py-scrapy/Makefile Mon Feb 2 17:16:12 2015 (r378311) +++ head/www/py-scrapy/Makefile Mon Feb 2 18:24:47 2015 (r378312) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skreuzer@FreeBSD.org COMMENT= High level scraping and web crawling framework LICENSE= BSD3CLAUSE From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:31:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C1E3BBD; Mon, 2 Feb 2015 18:31:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77AF1EBF; Mon, 2 Feb 2015 18:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IVuaq016140; Mon, 2 Feb 2015 18:31:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12IVuji016138; Mon, 2 Feb 2015 18:31:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021831.t12IVuji016138@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 18:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378313 - head/net/turnserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:31:56 -0000 Author: amdmi3 Date: Mon Feb 2 18:31:55 2015 New Revision: 378313 URL: https://svnweb.freebsd.org/changeset/ports/378313 QAT: https://qat.redports.org/buildarchive/r378313/ Log: - Update to 3.2.5.4 PR: 197268 Submitted by: bradleythughes@fastmail.fm Approved by: mom040267@gmail.com (maintainer) Modified: head/net/turnserver/Makefile head/net/turnserver/distinfo Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Mon Feb 2 18:24:47 2015 (r378312) +++ head/net/turnserver/Makefile Mon Feb 2 18:31:55 2015 (r378313) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= turnserver -PORTVERSION= 3.2.5.3 +PORTVERSION= 3.2.5.4 CATEGORIES= net MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \ http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ Modified: head/net/turnserver/distinfo ============================================================================== --- head/net/turnserver/distinfo Mon Feb 2 18:24:47 2015 (r378312) +++ head/net/turnserver/distinfo Mon Feb 2 18:31:55 2015 (r378313) @@ -1,4 +1,4 @@ -SHA256 (turnserver-3.2.5.3.tar.gz) = 850260ec71c543000dfbd7dce80bf34dec74e22fea8d7ddc45b1447337dd7611 -SIZE (turnserver-3.2.5.3.tar.gz) = 307986 +SHA256 (turnserver-3.2.5.4.tar.gz) = 0d8c5319d7c7ce2a850c4474735efaf29ab32cca9a60fa8cec3aacd9bb75bfda +SIZE (turnserver-3.2.5.4.tar.gz) = 307578 SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:34:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB36FD6C; Mon, 2 Feb 2015 18:34:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D93EEF; Mon, 2 Feb 2015 18:34:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IYqXu016617; Mon, 2 Feb 2015 18:34:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12IYqqc016615; Mon, 2 Feb 2015 18:34:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021834.t12IYqqc016615@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 18:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378314 - head/sysutils/logstash-forwarder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:34:52 -0000 Author: amdmi3 Date: Mon Feb 2 18:34:51 2015 New Revision: 378314 URL: https://svnweb.freebsd.org/changeset/ports/378314 QAT: https://qat.redports.org/buildarchive/r378314/ Log: - Update to 0.3.1.20150121 PR: 197273 Submitted by: cheffo@freebsd-bg.org (maintainer) Modified: head/sysutils/logstash-forwarder/Makefile head/sysutils/logstash-forwarder/distinfo Modified: head/sysutils/logstash-forwarder/Makefile ============================================================================== --- head/sysutils/logstash-forwarder/Makefile Mon Feb 2 18:31:55 2015 (r378313) +++ head/sysutils/logstash-forwarder/Makefile Mon Feb 2 18:34:51 2015 (r378314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= logstash-forwarder -PORTVERSION= 0.3.1.20140829 +PORTVERSION= 0.3.1.20150121 CATEGORIES= sysutils MAINTAINER= cheffo@freebsd-bg.org @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= elasticsearch GH_PROJECT= logstash-forwarder GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= fcf431c +GH_COMMIT= 9c69a36 USE_RC_SUBR= logstash-forwarder SUB_FILES= pkg-message Modified: head/sysutils/logstash-forwarder/distinfo ============================================================================== --- head/sysutils/logstash-forwarder/distinfo Mon Feb 2 18:31:55 2015 (r378313) +++ head/sysutils/logstash-forwarder/distinfo Mon Feb 2 18:34:51 2015 (r378314) @@ -1,2 +1,2 @@ -SHA256 (logstash-forwarder-0.3.1.20140829.tar.gz) = b2528908be409df373599ac37ca7124196a37dbcf7ddef43220ecc72af21e23a -SIZE (logstash-forwarder-0.3.1.20140829.tar.gz) = 40276 +SHA256 (logstash-forwarder-0.3.1.20150121.tar.gz) = 73c04db743cfe3d438004cb8775f78d2fb8bcae710fbfa78c19be326e141df28 +SIZE (logstash-forwarder-0.3.1.20150121.tar.gz) = 42008 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:39:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E9A1FE5; Mon, 2 Feb 2015 18:39:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D49E6F38; Mon, 2 Feb 2015 18:39:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IddXX017329; Mon, 2 Feb 2015 18:39:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12Idd3G017326; Mon, 2 Feb 2015 18:39:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021839.t12Idd3G017326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 18:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378315 - head/audio/id3mtag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:39:40 -0000 Author: amdmi3 Date: Mon Feb 2 18:39:38 2015 New Revision: 378315 URL: https://svnweb.freebsd.org/changeset/ports/378315 QAT: https://qat.redports.org/buildarchive/r378315/ Log: - Update to 0.79 PR: 197258 Submitted by: squell@alumina.nl (maintainer) Modified: head/audio/id3mtag/Makefile head/audio/id3mtag/distinfo head/audio/id3mtag/pkg-descr Modified: head/audio/id3mtag/Makefile ============================================================================== --- head/audio/id3mtag/Makefile Mon Feb 2 18:34:51 2015 (r378314) +++ head/audio/id3mtag/Makefile Mon Feb 2 18:39:38 2015 (r378315) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= id3mtag -PORTVERSION= 0.78 +PORTVERSION= 0.79 CATEGORIES= audio -MASTER_SITES= http://home.wanadoo.nl/squell/files/ +MASTER_SITES= http://github.com/squell/id3/releases/download/${PORTVERSION}/ DISTNAME= id3-${PORTVERSION} MAINTAINER= squell@alumina.nl COMMENT= Mass tagging utility for audio files LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING MAKEFILE= makefile ALL_TARGET= build -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/id3 man/man1/id3.1.gz @@ -22,6 +23,12 @@ PORTDOCS= README CHANGES OPTIONS_DEFINE= DOCS +USES= iconv + +CFLAGS+= -I${LOCALBASE}/include -Wno-parentheses +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +CXXFLAGS+= -fno-rtti + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/id3.man ${STAGEDIR}${MANPREFIX}/man/man1/id3.1 Modified: head/audio/id3mtag/distinfo ============================================================================== --- head/audio/id3mtag/distinfo Mon Feb 2 18:34:51 2015 (r378314) +++ head/audio/id3mtag/distinfo Mon Feb 2 18:39:38 2015 (r378315) @@ -1,2 +1,2 @@ -SHA256 (id3-0.78.tar.gz) = d1152c5c5bffd89b483123ada5a0eae45b6eff480dcab09063156efe622d702d -SIZE (id3-0.78.tar.gz) = 64294 +SHA256 (id3-0.79.tar.gz) = 8ef017440deed8445d957c31d82ee2f5a83d08b4c7274fcba78fb0b70f848b91 +SIZE (id3-0.79.tar.gz) = 71331 Modified: head/audio/id3mtag/pkg-descr ============================================================================== --- head/audio/id3mtag/pkg-descr Mon Feb 2 18:34:51 2015 (r378314) +++ head/audio/id3mtag/pkg-descr Mon Feb 2 18:39:38 2015 (r378315) @@ -2,5 +2,5 @@ Port of id3 mass tagger, a tool for mani in multiple files. It can generate tag fields from the filename and other variables, and/or rename files, using an intuitive syntax. -Author: squell -WWW: http://home.wanadoo.nl/squell/id3.html +Author: Marc Schoolderman +WWW: https://squell.github.io/id3 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:41:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1B592A8; Mon, 2 Feb 2015 18:41:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9C4FF4; Mon, 2 Feb 2015 18:41:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IfvCf021157; Mon, 2 Feb 2015 18:41:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12IfvP1021156; Mon, 2 Feb 2015 18:41:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021841.t12IfvP1021156@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 18:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378316 - head/devel/libhtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:41:58 -0000 Author: marino Date: Mon Feb 2 18:41:56 2015 New Revision: 378316 URL: https://svnweb.freebsd.org/changeset/ports/378316 QAT: https://qat.redports.org/buildarchive/r378316/ Log: devel/libhtp: tweak recent iconv:translit change to fix on some compilers When USES=iconv is changed to USES=iconv:translit, it can add libiconv dependency from ports along with the addition of -liconv to LDFLAGS. Most compilers (with FreeBSD's base compilers being notable exceptions) will not look in /usr/local/lib by default, so this adds a -L argument to LDFLAGS to help the linker find libiconv.so and unbreak the port on affected platforms. Modified: head/devel/libhtp/Makefile Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Mon Feb 2 18:39:38 2015 (r378315) +++ head/devel/libhtp/Makefile Mon Feb 2 18:41:56 2015 (r378316) @@ -20,6 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" +LDFLAGS+= -L${LOCALBASE}/lib PATHFIX_MAKEFILEIN= Makefile.am From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 18:50:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 105AC6CC; Mon, 2 Feb 2015 18:50:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F040815F; Mon, 2 Feb 2015 18:50:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12IoqGP025441; Mon, 2 Feb 2015 18:50:52 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12IoqmN025439; Mon, 2 Feb 2015 18:50:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021850.t12IoqmN025439@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 18:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378317 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 18:50:53 -0000 Author: marino Date: Mon Feb 2 18:50:52 2015 New Revision: 378317 URL: https://svnweb.freebsd.org/changeset/ports/378317 QAT: https://qat.redports.org/buildarchive/r378317/ Log: multimedia/libmediainfo: USES+=alias to unbreak DragonFly cheaply Modified: head/multimedia/libmediainfo/Makefile Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Mon Feb 2 18:41:56 2015 (r378316) +++ head/multimedia/libmediainfo/Makefile Mon Feb 2 18:50:52 2015 (r378317) @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig tar:bzip2 +USES= alias libtool pathfix pkgconfig tar:bzip2 WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Project/GNU/Library From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:05:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41F10CA3; Mon, 2 Feb 2015 19:05:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DAFD326; Mon, 2 Feb 2015 19:05:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12J5CwK031356; Mon, 2 Feb 2015 19:05:12 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12J5Cmf031355; Mon, 2 Feb 2015 19:05:12 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021905.t12J5Cmf031355@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 19:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378318 - head/sysutils/pmt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:05:12 -0000 Author: marino Date: Mon Feb 2 19:05:11 2015 New Revision: 378318 URL: https://svnweb.freebsd.org/changeset/ports/378318 QAT: https://qat.redports.org/buildarchive/r378318/ Log: sysutils/pmt: Rework patch handle POSIX issues on both fbsd and dfly A few years ago, _XSI_VISIBLE was defined to re-expose gettimeofday on FreeBSD. Recent changes to DragonFly's signal.h headers resulted in the failure of the building of pmt. By defining _XOPEN_SOURCE=500 instead, pmt on both platforms. Modified: head/sysutils/pmt/files/patch-config.mak Modified: head/sysutils/pmt/files/patch-config.mak ============================================================================== --- head/sysutils/pmt/files/patch-config.mak Mon Feb 2 18:50:52 2015 (r378317) +++ head/sysutils/pmt/files/patch-config.mak Mon Feb 2 19:05:11 2015 (r378318) @@ -1,10 +1,10 @@ ---- ./config.mak.orig 2010-01-06 08:21:36.000000000 -0500 -+++ ./config.mak 2010-01-06 08:21:54.000000000 -0500 +--- config.mak.orig 2005-06-14 19:50:57 UTC ++++ config.mak @@ -1,6 +1,6 @@ VERSION = 0.2 MAKEFLAGS += --print-directory -PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic \ -+PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D__XSI_VISIBLE \ ++PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D_XOPEN_SOURCE=500 \ -D_POSIX_SOURCE -DVERSION='$(VERSION)' \ -I. -Ilibowfat From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:09:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F804DBC; Mon, 2 Feb 2015 19:09:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B7C634F; Mon, 2 Feb 2015 19:09:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12J9a1r031942; Mon, 2 Feb 2015 19:09:36 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12J9aRh031940; Mon, 2 Feb 2015 19:09:36 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201502021909.t12J9aRh031940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Mon, 2 Feb 2015 19:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378319 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:09:36 -0000 Author: xmj Date: Mon Feb 2 19:09:35 2015 New Revision: 378319 URL: https://svnweb.freebsd.org/changeset/ports/378319 QAT: https://qat.redports.org/buildarchive/r378319/ Log: Add linux-f10-devtools (any version) and linux-c6-devtools (prior to 6.6_3) to the CVE-2015-0235 entry from 2015-01-28. Approved by: swills (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Feb 2 19:05:11 2015 (r378318) +++ head/security/vuxml/vuln.xml Mon Feb 2 19:09:35 2015 (r378319) @@ -304,6 +304,14 @@ Notes: linux_base-f10 0 + + linux-c6-devtools + 6.6_3 + + + linux-f10-devtools + 0 + @@ -330,6 +338,7 @@ Notes: 2015-01-27 2015-01-28 + 2015-02-02 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:11:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 343BCF8B; Mon, 2 Feb 2015 19:11:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 165295E7; Mon, 2 Feb 2015 19:11:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JBmQc033955; Mon, 2 Feb 2015 19:11:48 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JBmhu033949; Mon, 2 Feb 2015 19:11:48 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502021911.t12JBmhu033949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 2 Feb 2015 19:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378320 - head/net-mgmt/virt-viewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:11:49 -0000 Author: jgh Date: Mon Feb 2 19:11:47 2015 New Revision: 378320 URL: https://svnweb.freebsd.org/changeset/ports/378320 QAT: https://qat.redports.org/buildarchive/r378320/ Log: - address pkg-plist, and bump PORTREVISION [1] - attach LICENSE - define INSTALLS_ICONS PR: 197243 [1] Submitted by: amdmi3@ [1] Modified: head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virt-viewer/pkg-plist Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Mon Feb 2 19:09:35 2015 (r378319) +++ head/net-mgmt/virt-viewer/Makefile Mon Feb 2 19:11:47 2015 (r378320) @@ -3,12 +3,15 @@ PORTNAME= virt-viewer PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Provides a graphical viewer for a guest OS display +LICENSE= GPLv2 + BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ @@ -22,6 +25,7 @@ CONFIGURE_ENV+= DATADIRNAME=share CONFIGURE_ARGS= --with-gtk=3.0 --without-spice-gtk USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe USE_GNOME= gtk30 +INSTALLS_ICONS= yes CPE_VENDOR= redhat NLS_USES= gettext Modified: head/net-mgmt/virt-viewer/pkg-plist ============================================================================== --- head/net-mgmt/virt-viewer/pkg-plist Mon Feb 2 19:09:35 2015 (r378319) +++ head/net-mgmt/virt-viewer/pkg-plist Mon Feb 2 19:11:47 2015 (r378320) @@ -10,23 +10,44 @@ share/icons/hicolor/256x256/apps/virt-vi share/mime/packages/virt-viewer-mime.xml man/man1/remote-viewer.1.gz man/man1/virt-viewer.1.gz +share/icons/hicolor/24x24/devices/virt-viewer-usb.svg +%%NLS%%share/locale/ach/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/af/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/af_ZA/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/aln/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/am/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ar/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/as/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ast/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/az/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/bal/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/be/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bg/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/bo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/br/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/brx/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/bs/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ca/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/cs/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/cs_CZ/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/cy/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/da/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/de/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/de_CH/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/dz/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/el/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/eo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/es/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/et/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/eu/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fa/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/fa_IR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ga/LC_MESSAGES/virt-viewer.mo @@ -34,24 +55,46 @@ man/man1/virt-viewer.1.gz %%NLS%%share/locale/gu/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/he/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hi/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/hr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/hr_HR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hu/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/hy/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ia/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/id/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ilo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/is/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/it/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/it_IT/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ja/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ja_JP/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ka/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/kk/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/km/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/kn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ko/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ks/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ku/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ky/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/la/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/lo/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/lt/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/lv/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mai/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/mg/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/mk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ml/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/mn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ms/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ms_MY/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/my/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nb/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/nds/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ne/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nn/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/no/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/nso/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/or/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/pa/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/pl/LC_MESSAGES/virt-viewer.mo @@ -59,27 +102,33 @@ man/man1/virt-viewer.1.gz %%NLS%%share/locale/pt_BR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ro/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ru/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ru_RU/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/si/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sq/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sv/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ta/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ta_IN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/te/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/tg/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/th/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/tl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/uk/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/uk_UA/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ur/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/uz/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/vi/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/wo/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/xh/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/zu/LC_MESSAGES/virt-viewer.mo +share/mime/application/x-virt-viewer.xml %%DATADIR%%/ui/virt-viewer-about.xml %%DATADIR%%/ui/virt-viewer-auth.xml %%DATADIR%%/ui/virt-viewer.xml -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -%%NLS%%@dirrm share/locale/bo/LC_MESSAGES -%%NLS%%@dirrm share/locale/ks/LC_MESSAGES -%%NLS%%@dirrm share/locale/ks -@dirrmtry share/mime/packages -@dirrmtry share/mime From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:13:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11CD010D; Mon, 2 Feb 2015 19:13:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F226861A; Mon, 2 Feb 2015 19:13:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JDGCT036102; Mon, 2 Feb 2015 19:13:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JDGBp036101; Mon, 2 Feb 2015 19:13:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502021913.t12JDGBp036101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 2 Feb 2015 19:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378321 - head/databases/hamsterdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:13:17 -0000 Author: marino Date: Mon Feb 2 19:13:16 2015 New Revision: 378321 URL: https://svnweb.freebsd.org/changeset/ports/378321 QAT: https://qat.redports.org/buildarchive/r378321/ Log: databases/hamsterdb: USES+=alias to unbreak DragonFly cheaply Modified: head/databases/hamsterdb/Makefile Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Mon Feb 2 19:11:47 2015 (r378320) +++ head/databases/hamsterdb/Makefile Mon Feb 2 19:13:16 2015 (r378321) @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USES= gmake libtool +USES= alias gmake libtool USE_LDCONFIG= yes HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:33:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46FBF61A; Mon, 2 Feb 2015 19:33:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27A01868; Mon, 2 Feb 2015 19:33:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JX8d0045566; Mon, 2 Feb 2015 19:33:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JX70F045562; Mon, 2 Feb 2015 19:33:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021933.t12JX70F045562@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 19:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378322 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:33:08 -0000 Author: amdmi3 Date: Mon Feb 2 19:33:06 2015 New Revision: 378322 URL: https://svnweb.freebsd.org/changeset/ports/378322 QAT: https://qat.redports.org/buildarchive/r378322/ Log: - Update to 1.38b PR: 197274 Submitted by: fk@fabiankeil.de (maintainer) Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Mon Feb 2 19:13:16 2015 (r378321) +++ head/security/afl/Makefile Mon Feb 2 19:33:06 2015 (r378322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.11b +PORTVERSION= 1.38b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -13,7 +13,7 @@ USES= compiler gmake tar:tgz OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS \ PLOT_SUPPORT TEST_INSTRUMENTATION -MINIMIZE_CORPUS_DESC= Install minimize_corpus.sh (bash dependency). +MINIMIZE_CORPUS_DESC= Install afl-cmin. Adds bash dependency PLOT_SUPPORT_DESC= Support progress plotting. Adds Gnuplot dependency TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails OPTIONS_DEFAULT= MINIMIZE_CORPUS PLOT_SUPPORT @@ -50,9 +50,10 @@ post-patch: # by default anyway. ${REINPLACE_CMD} -e 's@^\(all.*\) test_build@\1@' ${WRKSRC}/Makefile .endif - ${REINPLACE_CMD} -e 's@ -O3@@; s@ -g@@' \ + ${REINPLACE_CMD} -E -e 's@ -O3@@; s@ -g@@' \ -e 's@install -m 755@${INSTALL_PROGRAM}@' \ - -e 's@ afl-plot @ @' ${WRKSRC}/Makefile + -e 's@ afl-(cmin|plot|whatsup) @ @g' \ + ${WRKSRC}/Makefile .if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386") ${REINPLACE_CMD} -e 's@\( as_params\[0\] = "\)@\1${LOCALBASE}/bin/@' \ ${WRKSRC}/afl-as.c @@ -65,11 +66,13 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_SCRIPT} ${WRKSRC}/afl-plot ${STAGEDIR}${LOCALBASE}/bin/ + +.for afl_script in afl-cmin afl-plot afl-whatsup + ${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${LOCALBASE}/bin/ +.endfor + .if ${PORT_OPTIONS:MMINIMIZE_CORPUS} - ${INSTALL_SCRIPT} \ - ${WRKSRC}/experimental/minimization_script/minimize_corpus.sh \ - ${STAGEDIR}${LOCALBASE}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${LOCALBASE}/bin/ .endif .include Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Mon Feb 2 19:13:16 2015 (r378321) +++ head/security/afl/distinfo Mon Feb 2 19:33:06 2015 (r378322) @@ -1,2 +1,2 @@ -SHA256 (afl-1.11b.tgz) = d225bbd5b76f3455cdc204861f360fc6fb3014464bbe2bcd2ce6e40dafe9f246 -SIZE (afl-1.11b.tgz) = 728339 +SHA256 (afl-1.38b.tgz) = 29ac53e6c06d9c0d632d1ac8527bb84e53b481195d21e3feeef191aede61b268 +SIZE (afl-1.38b.tgz) = 772843 Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Mon Feb 2 19:13:16 2015 (r378321) +++ head/security/afl/pkg-plist Mon Feb 2 19:33:06 2015 (r378322) @@ -1,11 +1,14 @@ bin/afl-clang bin/afl-clang++ +%%MINIMIZE_CORPUS%%bin/afl-cmin bin/afl-fuzz bin/afl-g++ bin/afl-gcc +bin/afl-gotcpu %%PLOT_SUPPORT%%bin/afl-plot bin/afl-showmap -%%MINIMIZE_CORPUS%%bin/minimize_corpus.sh +bin/afl-tmin +bin/afl-whatsup lib/afl/afl-as lib/afl/as %%DATADIR%%/_extras/gif/header_87a @@ -31,6 +34,101 @@ lib/afl/as %%DATADIR%%/_extras/jpeg/section_ffe0 %%DATADIR%%/_extras/jpeg/section_ffe1 %%DATADIR%%/_extras/jpeg/section_fffe +%%DATADIR%%/_extras/js/keyword_arguments +%%DATADIR%%/_extras/js/keyword_break +%%DATADIR%%/_extras/js/keyword_case +%%DATADIR%%/_extras/js/keyword_catch +%%DATADIR%%/_extras/js/keyword_const +%%DATADIR%%/_extras/js/keyword_continue +%%DATADIR%%/_extras/js/keyword_debugger +%%DATADIR%%/_extras/js/keyword_decodeURI +%%DATADIR%%/_extras/js/keyword_default +%%DATADIR%%/_extras/js/keyword_delete +%%DATADIR%%/_extras/js/keyword_do +%%DATADIR%%/_extras/js/keyword_else +%%DATADIR%%/_extras/js/keyword_escape +%%DATADIR%%/_extras/js/keyword_eval +%%DATADIR%%/_extras/js/keyword_export +%%DATADIR%%/_extras/js/keyword_finally +%%DATADIR%%/_extras/js/keyword_for +%%DATADIR%%/_extras/js/keyword_function +%%DATADIR%%/_extras/js/keyword_if +%%DATADIR%%/_extras/js/keyword_in +%%DATADIR%%/_extras/js/keyword_instanceof +%%DATADIR%%/_extras/js/keyword_isNaN +%%DATADIR%%/_extras/js/keyword_let +%%DATADIR%%/_extras/js/keyword_new +%%DATADIR%%/_extras/js/keyword_parseInt +%%DATADIR%%/_extras/js/keyword_return +%%DATADIR%%/_extras/js/keyword_switch +%%DATADIR%%/_extras/js/keyword_this +%%DATADIR%%/_extras/js/keyword_throw +%%DATADIR%%/_extras/js/keyword_try +%%DATADIR%%/_extras/js/keyword_typeof +%%DATADIR%%/_extras/js/keyword_var +%%DATADIR%%/_extras/js/keyword_void +%%DATADIR%%/_extras/js/keyword_while +%%DATADIR%%/_extras/js/keyword_with +%%DATADIR%%/_extras/js/misc_1 +%%DATADIR%%/_extras/js/misc_a +%%DATADIR%%/_extras/js/misc_array +%%DATADIR%%/_extras/js/misc_assign +%%DATADIR%%/_extras/js/misc_code_block +%%DATADIR%%/_extras/js/misc_colon_num +%%DATADIR%%/_extras/js/misc_colon_string +%%DATADIR%%/_extras/js/misc_comma +%%DATADIR%%/_extras/js/misc_comment_block +%%DATADIR%%/_extras/js/misc_comment_line +%%DATADIR%%/_extras/js/misc_cond +%%DATADIR%%/_extras/js/misc_dec +%%DATADIR%%/_extras/js/misc_div +%%DATADIR%%/_extras/js/misc_equals +%%DATADIR%%/_extras/js/misc_fn +%%DATADIR%%/_extras/js/misc_identical +%%DATADIR%%/_extras/js/misc_inc +%%DATADIR%%/_extras/js/misc_minus +%%DATADIR%%/_extras/js/misc_modulo +%%DATADIR%%/_extras/js/misc_parentheses +%%DATADIR%%/_extras/js/misc_parentheses_1 +%%DATADIR%%/_extras/js/misc_parentheses_1x4 +%%DATADIR%%/_extras/js/misc_parentheses_a +%%DATADIR%%/_extras/js/misc_period +%%DATADIR%%/_extras/js/misc_plus +%%DATADIR%%/_extras/js/misc_plus_assign +%%DATADIR%%/_extras/js/misc_regex +%%DATADIR%%/_extras/js/misc_rol +%%DATADIR%%/_extras/js/misc_semicolon +%%DATADIR%%/_extras/js/misc_serialized_object +%%DATADIR%%/_extras/js/misc_string +%%DATADIR%%/_extras/js/misc_unicode +%%DATADIR%%/_extras/js/object_Array +%%DATADIR%%/_extras/js/object_Boolean +%%DATADIR%%/_extras/js/object_Date +%%DATADIR%%/_extras/js/object_Function +%%DATADIR%%/_extras/js/object_Infinity +%%DATADIR%%/_extras/js/object_Int8Array +%%DATADIR%%/_extras/js/object_Math +%%DATADIR%%/_extras/js/object_NaN +%%DATADIR%%/_extras/js/object_Number +%%DATADIR%%/_extras/js/object_Object +%%DATADIR%%/_extras/js/object_RegExp +%%DATADIR%%/_extras/js/object_String +%%DATADIR%%/_extras/js/object_Symbol +%%DATADIR%%/_extras/js/object_false +%%DATADIR%%/_extras/js/object_null +%%DATADIR%%/_extras/js/object_true +%%DATADIR%%/_extras/js/prop_charAt +%%DATADIR%%/_extras/js/prop_concat +%%DATADIR%%/_extras/js/prop_constructor +%%DATADIR%%/_extras/js/prop_destructor +%%DATADIR%%/_extras/js/prop_length +%%DATADIR%%/_extras/js/prop_match +%%DATADIR%%/_extras/js/prop_proto +%%DATADIR%%/_extras/js/prop_prototype +%%DATADIR%%/_extras/js/prop_slice +%%DATADIR%%/_extras/js/prop_toCode +%%DATADIR%%/_extras/js/prop_toString +%%DATADIR%%/_extras/js/prop_valueOf %%DATADIR%%/_extras/png/header_png %%DATADIR%%/_extras/png/section_IDAT %%DATADIR%%/_extras/png/section_IEND @@ -464,6 +562,7 @@ lib/afl/as %%DATADIR%%/images/webp/hello_kitty_lossless.webp %%DATADIR%%/multimedia/h264/small_movie.mp4 %%DATADIR%%/others/elf/small_exec.elf +%%DATADIR%%/others/js/small_script.js %%DATADIR%%/others/pcap/small_capture.pcap %%DATADIR%%/others/pdf/small.pdf %%DATADIR%%/others/rtf/small_document.rtf @@ -474,10 +573,10 @@ lib/afl/as %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/current_todo.txt %%PORTDOCS%%%%DOCSDIR%%/env_variables.txt %%PORTDOCS%%%%DOCSDIR%%/notes_for_asan.txt %%PORTDOCS%%%%DOCSDIR%%/parallel_fuzzing.txt %%PORTDOCS%%%%DOCSDIR%%/perf_tips.txt %%PORTDOCS%%%%DOCSDIR%%/related_work.txt %%PORTDOCS%%%%DOCSDIR%%/status_screen.txt +%%PORTDOCS%%%%DOCSDIR%%/technical_details.txt From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:34:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B6CA73A; Mon, 2 Feb 2015 19:34:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8754B87C; Mon, 2 Feb 2015 19:34:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JYIHd045810; Mon, 2 Feb 2015 19:34:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JYIBb045808; Mon, 2 Feb 2015 19:34:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502021934.t12JYIBb045808@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 19:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378323 - in head/japanese: jmode navi2ch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:34:18 -0000 Author: amdmi3 Date: Mon Feb 2 19:34:17 2015 New Revision: 378323 URL: https://svnweb.freebsd.org/changeset/ports/378323 QAT: https://qat.redports.org/buildarchive/r378323/ Log: - Drop @dirrm* from pkg-plists Approved by: portmgr blanket Modified: head/japanese/jmode/pkg-plist head/japanese/navi2ch/pkg-plist Modified: head/japanese/jmode/pkg-plist ============================================================================== --- head/japanese/jmode/pkg-plist Mon Feb 2 19:33:06 2015 (r378322) +++ head/japanese/jmode/pkg-plist Mon Feb 2 19:34:17 2015 (r378323) @@ -1,4 +1,3 @@ bin/jmode %%DATADIR%%/jmode-default.conf %%DATADIR%%/jmode-kana.conf -@dirrm %%DATADIR%% Modified: head/japanese/navi2ch/pkg-plist ============================================================================== --- head/japanese/navi2ch/pkg-plist Mon Feb 2 19:33:06 2015 (r378322) +++ head/japanese/navi2ch/pkg-plist Mon Feb 2 19:34:17 2015 (r378323) @@ -1,7 +1,5 @@ %%EMACS_LIBDIR_WITH_VER%%/etc/navi2ch/icons/plugged.xpm %%EMACS_LIBDIR_WITH_VER%%/etc/navi2ch/icons/unplugged.xpm -@dirrm %%EMACS_LIBDIR_WITH_VER%%/etc/navi2ch/icons -@dirrm %%EMACS_LIBDIR_WITH_VER%%/etc/navi2ch %%LISPDIR%%/navi2ch/navi2ch-article.el %%LISPDIR%%/navi2ch/navi2ch-article.elc %%LISPDIR%%/navi2ch/navi2ch-articles.el @@ -73,4 +71,3 @@ %%LISPDIR%%/navi2ch/navi2ch-p2.elc %%LISPDIR%%/navi2ch/navi2ch-thumbnail.el %%LISPDIR%%/navi2ch/navi2ch-thumbnail.elc -@dirrm %%LISPDIR%%/navi2ch From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:36:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0C75846; Mon, 2 Feb 2015 19:36:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC13189A; Mon, 2 Feb 2015 19:36:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12Ja4OZ046175; Mon, 2 Feb 2015 19:36:04 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12Ja4FT046169; Mon, 2 Feb 2015 19:36:04 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502021936.t12Ja4FT046169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 2 Feb 2015 19:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378324 - head/net-mgmt/virt-viewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:36:05 -0000 Author: jgh Date: Mon Feb 2 19:36:03 2015 New Revision: 378324 URL: https://svnweb.freebsd.org/changeset/ports/378324 QAT: https://qat.redports.org/buildarchive/r378324/ Log: - update to 2.0 Modified: head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virt-viewer/distinfo head/net-mgmt/virt-viewer/pkg-plist Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Mon Feb 2 19:34:17 2015 (r378323) +++ head/net-mgmt/virt-viewer/Makefile Mon Feb 2 19:36:03 2015 (r378324) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virt-viewer -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ Modified: head/net-mgmt/virt-viewer/distinfo ============================================================================== --- head/net-mgmt/virt-viewer/distinfo Mon Feb 2 19:34:17 2015 (r378323) +++ head/net-mgmt/virt-viewer/distinfo Mon Feb 2 19:36:03 2015 (r378324) @@ -1,2 +1,2 @@ -SHA256 (virt-viewer-1.0.tar.gz) = 80df4bcde4baccdf248f5004497200e5b5aff2a778cac0c8d6de0bbe7f0f4e27 -SIZE (virt-viewer-1.0.tar.gz) = 731635 +SHA256 (virt-viewer-2.0.tar.gz) = e9c583bcb5acdabac6a8a13eff6ce4e093a3050645771628f832e15ce685d437 +SIZE (virt-viewer-2.0.tar.gz) = 771874 Modified: head/net-mgmt/virt-viewer/pkg-plist ============================================================================== --- head/net-mgmt/virt-viewer/pkg-plist Mon Feb 2 19:34:17 2015 (r378323) +++ head/net-mgmt/virt-viewer/pkg-plist Mon Feb 2 19:36:03 2015 (r378324) @@ -1,19 +1,19 @@ -bin/virt-viewer bin/remote-viewer +bin/virt-viewer +man/man1/remote-viewer.1.gz +man/man1/virt-viewer.1.gz share/applications/remote-viewer.desktop share/icons/hicolor/16x16/apps/virt-viewer.png share/icons/hicolor/22x22/apps/virt-viewer.png share/icons/hicolor/24x24/apps/virt-viewer.png +share/icons/hicolor/24x24/devices/virt-viewer-usb.png +share/icons/hicolor/24x24/devices/virt-viewer-usb.svg +share/icons/hicolor/256x256/apps/virt-viewer.png share/icons/hicolor/32x32/apps/virt-viewer.png share/icons/hicolor/48x48/apps/virt-viewer.png -share/icons/hicolor/256x256/apps/virt-viewer.png share/mime/packages/virt-viewer-mime.xml -man/man1/remote-viewer.1.gz -man/man1/virt-viewer.1.gz -share/icons/hicolor/24x24/devices/virt-viewer-usb.svg %%NLS%%share/locale/ach/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/af/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/af_ZA/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/aln/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/am/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ar/LC_MESSAGES/virt-viewer.mo @@ -31,7 +31,6 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/bs/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ca/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/cs/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/cs_CZ/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/cy/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/da/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/de/LC_MESSAGES/virt-viewer.mo @@ -42,12 +41,9 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/en_US/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/eo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/es/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/es_ES/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/et/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/eu/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/eu_ES/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fa/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/fa_IR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/fr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ga/LC_MESSAGES/virt-viewer.mo @@ -56,7 +52,6 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/he/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hr/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/hr_HR/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hu/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/hy/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ia/LC_MESSAGES/virt-viewer.mo @@ -64,9 +59,7 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/ilo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/is/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/it/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/it_IT/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ja/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ja_JP/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ka/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/kk/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/km/LC_MESSAGES/virt-viewer.mo @@ -86,7 +79,6 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/mn/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/mr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ms/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ms_MY/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/my/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nb/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/nds/LC_MESSAGES/virt-viewer.mo @@ -111,24 +103,26 @@ share/icons/hicolor/24x24/devices/virt-v %%NLS%%share/locale/sr@latin/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/sv/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ta/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/ta_IN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/te/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tg/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/th/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tl/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/tr/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/uk/LC_MESSAGES/virt-viewer.mo -%%NLS%%share/locale/uk_UA/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/ur/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/uz/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/vi/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/wo/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/xh/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zu/LC_MESSAGES/virt-viewer.mo share/mime/application/x-virt-viewer.xml %%DATADIR%%/ui/virt-viewer-about.xml %%DATADIR%%/ui/virt-viewer-auth.xml +%%DATADIR%%/ui/virt-viewer-guest-details.xml +%%DATADIR%%/ui/virt-viewer-vm-connection.xml %%DATADIR%%/ui/virt-viewer.xml From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:41:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD9C59D2; Mon, 2 Feb 2015 19:41:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 990B896E; Mon, 2 Feb 2015 19:41:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JfGLK049387; Mon, 2 Feb 2015 19:41:16 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JfG2Y049383; Mon, 2 Feb 2015 19:41:16 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201502021941.t12JfG2Y049383@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 2 Feb 2015 19:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378325 - head/devel/astyle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:41:16 -0000 Author: lme Date: Mon Feb 2 19:41:15 2015 New Revision: 378325 URL: https://svnweb.freebsd.org/changeset/ports/378325 QAT: https://qat.redports.org/buildarchive/r378325/ Log: Update to 2.05.1 Modified: head/devel/astyle/Makefile head/devel/astyle/distinfo Modified: head/devel/astyle/Makefile ============================================================================== --- head/devel/astyle/Makefile Mon Feb 2 19:36:03 2015 (r378324) +++ head/devel/astyle/Makefile Mon Feb 2 19:41:15 2015 (r378325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= astyle -PORTVERSION= 2.05 +PORTVERSION= 2.05.1 CATEGORIES= devel textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux Modified: head/devel/astyle/distinfo ============================================================================== --- head/devel/astyle/distinfo Mon Feb 2 19:36:03 2015 (r378324) +++ head/devel/astyle/distinfo Mon Feb 2 19:41:15 2015 (r378325) @@ -1,2 +1,2 @@ -SHA256 (astyle_2.05_linux.tar.gz) = da34eb1f8f12e6f50f1cf674944c0db70c91b203008e11be0f57aa8267823a39 -SIZE (astyle_2.05_linux.tar.gz) = 160084 +SHA256 (astyle_2.05.1_linux.tar.gz) = fbdfc6f1966a972d19a215927266c76d4183eee235ed1e2bd7ec551c2a270eac +SIZE (astyle_2.05.1_linux.tar.gz) = 152765 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 19:45:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D154DC4B; Mon, 2 Feb 2015 19:45:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3AFC9AC; Mon, 2 Feb 2015 19:45:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12JjTF3050966; Mon, 2 Feb 2015 19:45:29 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12JjThn050964; Mon, 2 Feb 2015 19:45:29 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201502021945.t12JjThn050964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 2 Feb 2015 19:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378326 - head/misc/tvbrowser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 19:45:29 -0000 Author: lme Date: Mon Feb 2 19:45:28 2015 New Revision: 378326 URL: https://svnweb.freebsd.org/changeset/ports/378326 QAT: https://qat.redports.org/buildarchive/r378326/ Log: - Update to 3.4.1.0 - Un-mute installation Modified: head/misc/tvbrowser/Makefile head/misc/tvbrowser/distinfo Modified: head/misc/tvbrowser/Makefile ============================================================================== --- head/misc/tvbrowser/Makefile Mon Feb 2 19:41:15 2015 (r378325) +++ head/misc/tvbrowser/Makefile Mon Feb 2 19:45:28 2015 (r378326) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tvbrowser -PORTVERSION= 3.4.0.1 +PORTVERSION= 3.4.1.0 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_bin @@ -22,13 +22,13 @@ SUB_FILES= tvbrowser do-install: @${REINPLACE_CMD} -e "s/${PORTNAME}\.sh/${PORTNAME}/" \ ${WRKSRC}/${PORTNAME}.desktop - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @${RM} ${WRKSRC}/${PORTNAME}.desktop ${WRKSRC}/${PORTNAME}.desktop.bak @cd ${WRKSRC} && ${FIND} . -type d -exec \ ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; @cd ${WRKSRC} && ${FIND} . -type f -exec \ ${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \; - @${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${STAGEDIR}${PREFIX}/bin .include Modified: head/misc/tvbrowser/distinfo ============================================================================== --- head/misc/tvbrowser/distinfo Mon Feb 2 19:41:15 2015 (r378325) +++ head/misc/tvbrowser/distinfo Mon Feb 2 19:45:28 2015 (r378326) @@ -1,2 +1,2 @@ -SHA256 (tvbrowser_3.4.0.1_bin.tar.gz) = 37a855d91fb5858f20f25e4c8ab0edcfde9ee458ccecd9fdfeb87defd211341c -SIZE (tvbrowser_3.4.0.1_bin.tar.gz) = 7163516 +SHA256 (tvbrowser_3.4.1.0_bin.tar.gz) = 4b5e8c87774470688cadc2f8568777237e231de7cc5cd8bf43b42f0af7e40992 +SIZE (tvbrowser_3.4.1.0_bin.tar.gz) = 7221792 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 20:09:37 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E27447D; Mon, 2 Feb 2015 20:09:37 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id 25F78BFA; Mon, 2 Feb 2015 20:09:36 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 9AE613DE16D1; Mon, 2 Feb 2015 21:09:28 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id t12K8Krx040223; Mon, 2 Feb 2015 21:08:20 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id t12K8JPq040222; Mon, 2 Feb 2015 21:08:19 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 2 Feb 2015 21:08:19 +0100 To: Baptiste Daroussin Subject: Re: svn commit: r378229 - head/sysutils/xen-tools Message-ID: <20150202200819.GA40212@enceladus10.kn-bremen.de> References: <201502010704.t1174age082281@svn.freebsd.org> <20150201073353.GA81373@FreeBSD.org> <20150201115859.GA92369@enceladus10.kn-bremen.de> <20150202130123.GJ11558@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150202130123.GJ11558@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Dirk Meyer , svn-ports-head@FreeBSD.org, Alexey Dokuchaev , svn-ports-all@FreeBSD.org, Juergen Lock , ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 20:09:37 -0000 On Mon, Feb 02, 2015 at 02:01:23PM +0100, Baptiste Daroussin wrote: > On Sun, Feb 01, 2015 at 12:58:59PM +0100, Juergen Lock wrote: > > On Sun, Feb 01, 2015 at 07:33:53AM +0000, Alexey Dokuchaev wrote: > > > On Sun, Feb 01, 2015 at 07:04:36AM +0000, Dirk Meyer wrote: > > > > New Revision: 378229 > > > > URL: https://svnweb.freebsd.org/changeset/ports/378229 > > > > QAT: https://qat.redports.org/buildarchive/r378229/ > > > > > > > > Log: > > > > - use full path in DEPENDS > > > > > > > > Modified: head/sysutils/xen-tools/Makefile > > > ============================================================================== > > > --- head/sysutils/xen-tools/Makefile Sat Jan 31 23:32:50 2015 (r378228) > > > +++ head/sysutils/xen-tools/Makefile Sun Feb 1 07:04:36 2015 (r378229) > > > @@ -13,9 +13,9 @@ COMMENT= Xen tools within FreeBSD domU > > > MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ > > > DISTFILES= xen-${PORTVERSION}.tar.gz > > > > > > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > > > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > > > +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > > > + ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > + ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl > > > > > > USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig > > > USE_PERL5= build > > > > > > > But why? What's the reason behind this change? > > > > > > ./danfe > > > > > I guess he meant... > > > > > -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > > > - lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > - lib/ibyajl.so:${PORTSDIR}/devel/yajl > > > +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > > > +LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > > > + ibyajl.so:${PORTSDIR}/devel/yajl > > > > Cheers, > > Juergen > > > > Which would be wrong as well because xen-tools startically uses those > dependencies. > > So it does not depend on any.so it depends on a .a, meaning the right fix here > would be to use BUILD_DEPENDS= ${LOCALBASE}/libglib-2.0.a and not the .so > Ah I missed that it links static, yeah then better depend on the .a . Cheers, Juergen From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 20:20:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCA327CD; Mon, 2 Feb 2015 20:20:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEA0DD0A; Mon, 2 Feb 2015 20:20:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12KK2rd065866; Mon, 2 Feb 2015 20:20:02 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12KK254065862; Mon, 2 Feb 2015 20:20:02 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201502022020.t12KK254065862@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Mon, 2 Feb 2015 20:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378327 - head/devel/linux-c6-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 20:20:02 -0000 Author: xmj Date: Mon Feb 2 20:20:01 2015 New Revision: 378327 URL: https://svnweb.freebsd.org/changeset/ports/378327 QAT: https://qat.redports.org/buildarchive/r378327/ Log: devel/linux-c6-devtools: Fix GHOST, update glibc - Update Glibc, Fix CVE-2015-0235 (aka GHOST) - Update Linux kernel headers and source Differential Revision: https://reviews.freebsd.org/D1756 Approved by: swills (mentor) MFH: 2015Q1 Security: 0765de84-a6c1-11e4-a0c1-c485083ca99c Modified: head/devel/linux-c6-devtools/Makefile head/devel/linux-c6-devtools/distinfo.i686 Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Mon Feb 2 19:45:28 2015 (r378326) +++ head/devel/linux-c6-devtools/Makefile Mon Feb 2 20:20:01 2015 (r378327) @@ -3,13 +3,14 @@ PORTNAME= devtools PORTVERSION= 6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel +MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES DISTFILES= binutils-2.20.51.0.2-5.42.el6.i686.rpm \ binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm \ - glibc-devel-2.12-1.149.el6.i686.rpm \ - glibc-headers-2.12-1.149.el6.i686.rpm \ - kernel-headers-2.6.32-504.el6.i686.rpm \ + glibc-devel-2.12-1.149.el6_6.5.i686.rpm \ + glibc-headers-2.12-1.149.el6_6.5.i686.rpm \ + kernel-headers-2.6.32-504.8.1.el6.i686.rpm \ libstdc++-devel-4.4.7-11.el6.i686.rpm \ libgomp-4.4.7-11.el6.i686.rpm \ mpfr-2.4.1-6.el6.i686.rpm \ @@ -33,8 +34,8 @@ USE_LDCONFIG= yes PLIST_SUB+= NLS="" SRC_DISTFILES= binutils-2.20.51.0.2-5.42.el6.src.rpm \ - glibc-2.12-1.149.el6.src.rpm \ - kernel-2.6.32-504.el6.src.rpm \ + glibc-2.12-1.149.el6_6.5.src.rpm \ + kernel-2.6.32-504.8.1.el6.src.rpm \ mpfr-2.4.1-6.el6.src.rpm \ gcc-4.4.7-11.el6.src.rpm Modified: head/devel/linux-c6-devtools/distinfo.i686 ============================================================================== --- head/devel/linux-c6-devtools/distinfo.i686 Mon Feb 2 19:45:28 2015 (r378326) +++ head/devel/linux-c6-devtools/distinfo.i686 Mon Feb 2 20:20:01 2015 (r378327) @@ -2,12 +2,12 @@ SHA256 (rpm/i686/centos/6.6/binutils-2.2 SIZE (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.i686.rpm) = 2910904 SHA256 (rpm/i686/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm) = d44c78f454315ea16e0f7a3904e233c5a7d7b7d60e01380ad4701492bc729c0a SIZE (rpm/i686/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm) = 745200 -SHA256 (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6.i686.rpm) = 0d959a633daf7148a495d9f012216d7c7900deab63eb106a32ebf809d74a95fa -SIZE (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6.i686.rpm) = 1006532 -SHA256 (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6.i686.rpm) = 53abaca222194862b0ec504ba154fe6295d7de51ef55b9b4faeb0b54a9a82e40 -SIZE (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6.i686.rpm) = 633832 -SHA256 (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.el6.i686.rpm) = 95d0281dbdf5854e0baec91e4cbc88d359f32db28386a4a06ec512d9f0ed2906 -SIZE (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.el6.i686.rpm) = 3498284 +SHA256 (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6_6.5.i686.rpm) = d6c144e7cd4b67ecf5eafb02671c0f6f48d27f81df97c35808d2d442c7db582e +SIZE (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6_6.5.i686.rpm) = 1007176 +SHA256 (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6_6.5.i686.rpm) = c9484d79a9aac4a8b706aa17f5edbd51b5e5731fe0afb3e9914b3e83de1e801a +SIZE (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6_6.5.i686.rpm) = 634456 +SHA256 (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.8.1.el6.i686.rpm) = 7178d1695bb488a58dd68fe6f292bfaab89c95aaa97fc2bde172de2709cdf53c +SIZE (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.8.1.el6.i686.rpm) = 3507356 SHA256 (rpm/i686/centos/6.6/libstdc++-devel-4.4.7-11.el6.i686.rpm) = bd7d8da981c7e0509801758e5b982b9c61c243283e1644911eab6e0feea555fd SIZE (rpm/i686/centos/6.6/libstdc++-devel-4.4.7-11.el6.i686.rpm) = 1666516 SHA256 (rpm/i686/centos/6.6/libgomp-4.4.7-11.el6.i686.rpm) = 50787632e8002ddaa84db1df285e8ee2f353e91a7221389548c712e8df2c33f1 @@ -24,10 +24,10 @@ SHA256 (rpm/i686/centos/6.6/gcc-gfortran SIZE (rpm/i686/centos/6.6/gcc-gfortran-4.4.7-11.el6.i686.rpm) = 4315364 SHA256 (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = c72cf98931aef94b7b321f408dbbecc8e93b511287cb9a3a40574d8bb9e03b2c SIZE (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = 16323273 -SHA256 (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = a80c56f07bd48485b3d6c5e68d5863cf8f5c98939016852990470613a7c59577 -SIZE (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = 16171993 -SHA256 (rpm/i686/centos/6.6/kernel-2.6.32-504.el6.src.rpm) = 84d5d3518814f748d0a6a9e63e8245af22fe664874a9c17520e94aad663a400c -SIZE (rpm/i686/centos/6.6/kernel-2.6.32-504.el6.src.rpm) = 99402046 +SHA256 (rpm/i686/centos/6.6/glibc-2.12-1.149.el6_6.5.src.rpm) = 35b591c1fa712aba6b334d244374e182e0f1b7c1f85268c9bbc9dde42f4d9fb3 +SIZE (rpm/i686/centos/6.6/glibc-2.12-1.149.el6_6.5.src.rpm) = 16181763 +SHA256 (rpm/i686/centos/6.6/kernel-2.6.32-504.8.1.el6.src.rpm) = 468cf0e8fe7ed619fe4595a5139acce5fc7b62b28b3a821c9d030a38a2e2843a +SIZE (rpm/i686/centos/6.6/kernel-2.6.32-504.8.1.el6.src.rpm) = 99386975 SHA256 (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 20:25:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34923C17; Mon, 2 Feb 2015 20:25:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 065B7DEA; Mon, 2 Feb 2015 20:25:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12KPC0H070120; Mon, 2 Feb 2015 20:25:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12KPBhA070113; Mon, 2 Feb 2015 20:25:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502022025.t12KPBhA070113@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 2 Feb 2015 20:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378328 - in head/graphics/libspiro: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 20:25:13 -0000 Author: amdmi3 Date: Mon Feb 2 20:25:11 2015 New Revision: 378328 URL: https://svnweb.freebsd.org/changeset/ports/378328 QAT: https://qat.redports.org/buildarchive/r378328/ Log: - Update to 0.3.20150131 PR: 197278 Submitted by: cyberbotx@cyberbotx.com (maintainer) Added: head/graphics/libspiro/files/patch-Makefile.am (contents, props changed) Deleted: head/graphics/libspiro/files/patch-configure.ac Modified: head/graphics/libspiro/Makefile head/graphics/libspiro/distinfo head/graphics/libspiro/pkg-plist Modified: head/graphics/libspiro/Makefile ============================================================================== --- head/graphics/libspiro/Makefile Mon Feb 2 20:20:01 2015 (r378327) +++ head/graphics/libspiro/Makefile Mon Feb 2 20:25:11 2015 (r378328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspiro -DISTVERSION= 0.2.20131203 +DISTVERSION= 0.3.20150131 PORTEPOCH= 1 CATEGORIES= graphics @@ -11,7 +11,7 @@ COMMENT= Library to convert clothoid spl USE_GITHUB= yes GH_ACCOUNT= fontforge -GH_COMMIT= 15fdb23 +GH_COMMIT= d12f7f7 USES= gmake libtool autoreconf GNU_CONFIGURE= yes Modified: head/graphics/libspiro/distinfo ============================================================================== --- head/graphics/libspiro/distinfo Mon Feb 2 20:20:01 2015 (r378327) +++ head/graphics/libspiro/distinfo Mon Feb 2 20:25:11 2015 (r378328) @@ -1,2 +1,2 @@ -SHA256 (libspiro-0.2.20131203.tar.gz) = 396e20d90ebc807e9e6adc75116f1eee4b55b8d7030d07aca4e20aee24fc16e6 -SIZE (libspiro-0.2.20131203.tar.gz) = 77833 +SHA256 (libspiro-0.3.20150131.tar.gz) = dd6cd8785015bf31653d770af8e0cef7c2873a7dc4c8e50bfe85dfe7f9e7896e +SIZE (libspiro-0.3.20150131.tar.gz) = 78594 Added: head/graphics/libspiro/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspiro/files/patch-Makefile.am Mon Feb 2 20:25:11 2015 (r378328) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2015-01-31 19:29:34 UTC ++++ Makefile.am +@@ -2,7 +2,7 @@ + + SUBDIRS = . tests + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = ${PREFIX}/libdata/pkgconfig + pkgconfig_DATA = libspiro.pc + + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} Modified: head/graphics/libspiro/pkg-plist ============================================================================== --- head/graphics/libspiro/pkg-plist Mon Feb 2 20:20:01 2015 (r378327) +++ head/graphics/libspiro/pkg-plist Mon Feb 2 20:25:11 2015 (r378328) @@ -5,4 +5,5 @@ include/spiroentrypoints.h lib/libspiro.a lib/libspiro.so lib/libspiro.so.0 -lib/libspiro.so.0.0.2 +lib/libspiro.so.0.0.3 +libdata/pkgconfig/libspiro.pc From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:06:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECF8B922; Mon, 2 Feb 2015 22:06:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D878CB9E; Mon, 2 Feb 2015 22:06:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12M6vlI017363; Mon, 2 Feb 2015 22:06:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12M6uLO017354; Mon, 2 Feb 2015 22:06:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502022206.t12M6uLO017354@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 2 Feb 2015 22:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378329 - in head/x11-fonts: . symbola symbola/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:06:58 -0000 Author: pi Date: Mon Feb 2 22:06:55 2015 New Revision: 378329 URL: https://svnweb.freebsd.org/changeset/ports/378329 QAT: https://qat.redports.org/buildarchive/r378329/ Log: New port: x11-fonts/symbola A font containing Basic Latin, Greek, Cyrillic and many Symbol blocks of The Unicode Standard, Version 7.0 WWW: http://users.teilar.gr/~g1951d/ PR: 197090 Submitted by: Elizabeth Myers Reviewed by: jbeich Added: head/x11-fonts/symbola/ head/x11-fonts/symbola/Makefile (contents, props changed) head/x11-fonts/symbola/distinfo (contents, props changed) head/x11-fonts/symbola/files/ head/x11-fonts/symbola/files/COPYING (contents, props changed) head/x11-fonts/symbola/pkg-descr (contents, props changed) head/x11-fonts/symbola/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Mon Feb 2 20:25:11 2015 (r378328) +++ head/x11-fonts/Makefile Mon Feb 2 22:06:55 2015 (r378329) @@ -157,6 +157,7 @@ SUBDIR += sourcesanspro-ttf SUBDIR += stix-fonts SUBDIR += suxus + SUBDIR += symbola SUBDIR += terminus-font SUBDIR += tkfont SUBDIR += tlwg-ttf Added: head/x11-fonts/symbola/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/symbola/Makefile Mon Feb 2 22:06:55 2015 (r378329) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= symbola +PORTVERSION= 7.19 +CATEGORIES= x11-fonts +MASTER_SITES= http://users.teilar.gr/~g1951d/ +DISTNAME= Symbola + +MAINTAINER= elizabeth@interlinked.me +COMMENT= Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode + +LICENSE= Public_domain +LICENSE_GROUPS= COPYFREE FONTS +LICENSE_NAME= Disclaimer of rights +LICENSE_FILE= ${FILESDIR}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_WRKSUBDIR= yes +NO_BUILD= yes +USES= zip + +FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} +PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +.include + +do-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/*.htm ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/*.docx ${STAGEDIR}${DOCSDIR} +.endif + ${MKDIR} ${STAGEDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKDIR}/*.ttf ${STAGEDIR}${FONTDIR} + +.include Added: head/x11-fonts/symbola/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/symbola/distinfo Mon Feb 2 22:06:55 2015 (r378329) @@ -0,0 +1,2 @@ +SHA256 (Symbola.zip) = ad66a618d21b81f0c64a262efd8046c425326e958983552dde6965e73a7bf6bc +SIZE (Symbola.zip) = 2975430 Added: head/x11-fonts/symbola/files/COPYING ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/symbola/files/COPYING Mon Feb 2 22:06:55 2015 (r378329) @@ -0,0 +1,3 @@ +Fonts and documents in this site are not pieces of property or merchandise +items; they carry no trademark, copyright, license or other market tags; they +are offered free for any use. Added: head/x11-fonts/symbola/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/symbola/pkg-descr Mon Feb 2 22:06:55 2015 (r378329) @@ -0,0 +1,4 @@ +A font containing Basic Latin, Greek, Cyrillic and many Symbol blocks of +The Unicode Standard, Version 7.0 + +WWW: http://users.teilar.gr/~g1951d/ Added: head/x11-fonts/symbola/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/symbola/pkg-plist Mon Feb 2 22:06:55 2015 (r378329) @@ -0,0 +1,2 @@ +%%FONTDIR%%/Symbola.ttf +%%FONTDIR%%/Symbola_hint.ttf From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:10:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0CD6AD1; Mon, 2 Feb 2015 22:10:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC219BC5; Mon, 2 Feb 2015 22:10:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MA5ru019534; Mon, 2 Feb 2015 22:10:05 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MA51S019470; Mon, 2 Feb 2015 22:10:05 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502022210.t12MA51S019470@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 2 Feb 2015 22:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378330 - head/math/octave-forge-sockets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:10:06 -0000 Author: stephen Date: Mon Feb 2 22:10:04 2015 New Revision: 378330 URL: https://svnweb.freebsd.org/changeset/ports/378330 QAT: https://qat.redports.org/buildarchive/r378330/ Log: - Update to 1.2.0. Modified: head/math/octave-forge-sockets/Makefile head/math/octave-forge-sockets/distinfo Modified: head/math/octave-forge-sockets/Makefile ============================================================================== --- head/math/octave-forge-sockets/Makefile Mon Feb 2 22:06:55 2015 (r378329) +++ head/math/octave-forge-sockets/Makefile Mon Feb 2 22:10:04 2015 (r378330) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-sockets -PORTVERSION= 1.0.8 -PORTREVISION= 4 +PORTVERSION= 1.2.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYIN # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= octave-${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src Modified: head/math/octave-forge-sockets/distinfo ============================================================================== --- head/math/octave-forge-sockets/distinfo Mon Feb 2 22:06:55 2015 (r378329) +++ head/math/octave-forge-sockets/distinfo Mon Feb 2 22:10:04 2015 (r378330) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/sockets-1.0.8.tar.gz) = 31411a11e0a31adb98e2e21343b858c8d5862eb5cc0eb0a56017a75dcefac4a6 -SIZE (octave-forge/sockets-1.0.8.tar.gz) = 20040 +SHA256 (octave-forge/sockets-1.2.0.tar.gz) = 02bbdb055faddc7e4067a51a940742d04fa79c8ea22f12d1a8e875460dc38fa8 +SIZE (octave-forge/sockets-1.2.0.tar.gz) = 19106 From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:11:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D55DBD50; Mon, 2 Feb 2015 22:11:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C10DAC64; Mon, 2 Feb 2015 22:11:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MBx89021430; Mon, 2 Feb 2015 22:11:59 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MBxRA021429; Mon, 2 Feb 2015 22:11:59 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502022211.t12MBxRA021429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 2 Feb 2015 22:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378331 - head/math/octave-forge-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:11:59 -0000 Author: stephen Date: Mon Feb 2 22:11:58 2015 New Revision: 378331 URL: https://svnweb.freebsd.org/changeset/ports/378331 QAT: https://qat.redports.org/buildarchive/r378331/ Log: - Add license_file. Modified: head/math/octave-forge-interval/Makefile Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Mon Feb 2 22:10:04 2015 (r378330) +++ head/math/octave-forge-interval/Makefile Mon Feb 2 22:11:58 2015 (r378331) @@ -9,6 +9,7 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:22:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BB9774; Mon, 2 Feb 2015 22:22:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9B4FD5D; Mon, 2 Feb 2015 22:22:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MMPnt026622; Mon, 2 Feb 2015 22:22:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MMOxC026616; Mon, 2 Feb 2015 22:22:24 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502022222.t12MMOxC026616@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 2 Feb 2015 22:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378332 - in head: . audio audio/py-eyed3-06 mail mail/postfix210 net-im net-im/venom security security/openssh-portable66 www www/p5-WWW-Scraper-ISBN-Driver www/p5-WWW-Scraper-ISBN-Record X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:22:26 -0000 Author: rene Date: Mon Feb 2 22:22:23 2015 New Revision: 378332 URL: https://svnweb.freebsd.org/changeset/ports/378332 QAT: https://qat.redports.org/buildarchive/r378332/ Log: Remove expired ports: 2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3 2015-01-31 mail/postfix210: Use mail/postfix instead. 2015-01-31 net-im/venom: No more support from the project 2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete. 2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream 2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream Deleted: head/audio/py-eyed3-06/ head/mail/postfix210/ head/net-im/venom/ head/security/openssh-portable66/ head/www/p5-WWW-Scraper-ISBN-Driver/ head/www/p5-WWW-Scraper-ISBN-Record/ Modified: head/MOVED head/audio/Makefile head/mail/Makefile head/net-im/Makefile head/security/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 2 22:11:58 2015 (r378331) +++ head/MOVED Mon Feb 2 22:22:23 2015 (r378332) @@ -7412,3 +7412,9 @@ net-im/pidgin-audacious-remote||2015-01- www/lifetype||2015-01-28|Has expired: Broken for more than 6 months www/ump||2015-01-28|Has expired: Broken for more than 6 months net/owncloud-csync||2015-02-01|Merged into deskutils/mirall +audio/py-eyed3-06|audio/py-eyed3|2015-02-02|Has expired: In audio/abcde dependency has been changed to audio/py-eyed3 +mail/postfix210|mail/postfix|2015-02-02|Has expired: Use mail/postfix instead. +net-im/venom||2015-02-02|Has expired: No more support from the project +security/openssh-portable66|security/openssh-portable|2015-02-02|Has expired: security/openssh-portable now has all patches working. This port is obsolete. +www/p5-WWW-Scraper-ISBN-Driver|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream +www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Feb 2 22:11:58 2015 (r378331) +++ head/audio/Makefile Mon Feb 2 22:22:23 2015 (r378332) @@ -599,7 +599,6 @@ SUBDIR += py-cddb SUBDIR += py-discogs-client SUBDIR += py-eyed3 - SUBDIR += py-eyed3-06 SUBDIR += py-fastaudio SUBDIR += py-gmusicapi SUBDIR += py-id3 Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Feb 2 22:11:58 2015 (r378331) +++ head/mail/Makefile Mon Feb 2 22:22:23 2015 (r378332) @@ -487,7 +487,6 @@ SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd SUBDIR += postfix-tls - SUBDIR += postfix210 SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Mon Feb 2 22:11:58 2015 (r378331) +++ head/net-im/Makefile Mon Feb 2 22:22:23 2015 (r378332) @@ -173,7 +173,6 @@ SUBDIR += twitmail SUBDIR += uTox SUBDIR += vacuum-im - SUBDIR += venom SUBDIR += vqcc-gtk SUBDIR += yoono SUBDIR += zephyr Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Feb 2 22:11:58 2015 (r378331) +++ head/security/Makefile Mon Feb 2 22:22:23 2015 (r378332) @@ -378,7 +378,6 @@ SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable - SUBDIR += openssh-portable66 SUBDIR += openssl SUBDIR += openssl_tpm_engine SUBDIR += openvas-client Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 2 22:11:58 2015 (r378331) +++ head/www/Makefile Mon Feb 2 22:22:23 2015 (r378332) @@ -1265,9 +1265,7 @@ SUBDIR += p5-WWW-RobotRules-Parser SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver - SUBDIR += p5-WWW-Scraper-ISBN-Driver SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver - SUBDIR += p5-WWW-Scraper-ISBN-Record SUBDIR += p5-WWW-Scripter SUBDIR += p5-WWW-Scripter-Plugin-Ajax SUBDIR += p5-WWW-Scripter-Plugin-JavaScript From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:25:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 260CF1A7; Mon, 2 Feb 2015 22:25:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 113F2D89; Mon, 2 Feb 2015 22:25:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MPQio027174; Mon, 2 Feb 2015 22:25:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MPOXe027167; Mon, 2 Feb 2015 22:25:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502022225.t12MPOXe027167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 2 Feb 2015 22:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378333 - in head/security: bro broccoli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:25:26 -0000 Author: pi Date: Mon Feb 2 22:25:23 2015 New Revision: 378333 URL: https://svnweb.freebsd.org/changeset/ports/378333 QAT: https://qat.redports.org/buildarchive/r378333/ Log: security/bro, security/broccoli: 2.3 -> 2.3.2 This updates bro and broccoli from 2.3 and 2.3.2, which is a security update. Changes to the bro port: - Rework openssl option logic - Remove obsolete - pkgng related changes Changes to the broccoli port: - Remove unused DOCS option - Enable PYTHON by default - pkgng related changes - Minor portlint changes Changes in 2.3.2: - DNP3: fix reachable assertion and buffer over-read/overflow. CVE number pending. (Travis Emmert, Jon Siwek) - Update binpac: Fix potential out-of-bounds memory reads in generated code. CVE-2014-9586. (John Villamil and Chris Rohlf - Yahoo Paranoids, Jon Siwek) - BIT-1234: Fix build on systems that already have ntohll/htonll. (Jon Siwek) - BIT-1291: Delete prebuilt python bytecode files from git. (Jon Siwek) - Adding call to new binpac::init() function. (Robin Sommer) Changes in 2.3.1: - Fix a reference counting bug in ListVal ctor. (Jon Siwek) - Fix possible buffer over-read in DNS TSIG parsing. (Jon Siwek) - Change EDNS parsing code to use rdlength more cautiously. (Jon Siwek) - Fix null pointer dereference in OCSP verification code in case no certificate is sent as part as the ocsp reply. Addresses BIT-1212. (Johanna Amann) - Fix OCSP reply validation. Addresses BIT-1212 (Johanna Amann) - Make links in documentation templates protocol relative. (Johanna Amann) PR: 197107 Submitted by: Craig Leres (maintainer) Reviewed by: koobs Modified: head/security/bro/Makefile head/security/bro/distinfo head/security/bro/pkg-plist head/security/broccoli/Makefile head/security/broccoli/distinfo head/security/broccoli/pkg-plist Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/bro/Makefile Mon Feb 2 22:25:23 2015 (r378333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bro -PORTVERSION= 2.3 -PORTREVISION= 2 +PORTVERSION= 2.3.2 CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ @@ -16,10 +15,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${ ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP -SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" - USES= cmake:outsource perl5 python +CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD} + SUB_FILES= pkg-message NO_MTREE= yes @@ -47,6 +46,8 @@ PLIST_SUB+= BROUSER="$(BROUSER)" BROGROU USERS= ${BROUSER} GROUPS= ${BROGROUP} +USE_OPENSSL= yes + OPTIONS_DEFINE= BROCCOLI BROCTL DEBUG IPSUMDUMP LBL_CF LBL_HF PERFTOOLS PORTS_SSL OPTIONS_DEFAULT=BROCCOLI BROCTL IPSUMDUMP LBL_CF LBL_HF PORTS_SSL @@ -115,8 +116,13 @@ CMAKE_ARGS+= -D ENABLE_PERFTOOLS:BOOL=fa .endif .if ${PORT_OPTIONS:MPORTS_SSL} -WITH_OPENSSL_PORT=yes CMAKE_ARGS+= -D CMAKE_EXE_LINKER_FLAGS="${OPENSSL_LDFLAGS}" +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl +RUN_DEPENDS+= ${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl +.else +.if defined(WITH_OPENSSL_PORT) +IGNORE= the SSL option is requred when WITH_OPENSSL_PORT is enabled +.endif .endif .if ${PORT_OPTIONS:MIPSUMDUMP} Modified: head/security/bro/distinfo ============================================================================== --- head/security/bro/distinfo Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/bro/distinfo Mon Feb 2 22:25:23 2015 (r378333) @@ -1,2 +1,2 @@ -SHA256 (bro-2.3.tar.gz) = 46bb9f46fbe71b22afd12ad12e0eb32033fb991a2a60b3bc2d881750249b85cd -SIZE (bro-2.3.tar.gz) = 10283001 +SHA256 (bro-2.3.2.tar.gz) = 2fe5fbda0a86b5a594116d567fd9a4c2458d30f1c6670ba8e1fac0bc8848c69b +SIZE (bro-2.3.2.tar.gz) = 10290134 Modified: head/security/bro/pkg-plist ============================================================================== --- head/security/bro/pkg-plist Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/bro/pkg-plist Mon Feb 2 22:25:23 2015 (r378333) @@ -1,7 +1,5 @@ -@comment Note: pkg_install needs the mkdir's, pkgng ignores them -@exec mkdir -p %D/logs @exec chown %%BROUSER%%:%%BROGROUP%% %D/logs -%%BROCTL%%@exec mkdir -p %D/spool/tmp +%%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/share/broctl/scripts %%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool %%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool/tmp %%BROCTL%%@exec chown -R %%BROUSER%%:%%BROGROUP%% %D/spool/installed-scripts-do-not-touch @@ -453,109 +451,108 @@ bin/bro-cut %%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-proxy.bro %%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-worker.bro %%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.bro -%%BROCTL%%@dirrmtry spool/tmp -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch -%%BROCTL%%@dirrmtry spool -%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/postprocessors -%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/helpers -%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts -%%BROCTL%%@dirrm %%DATADIR%%ctl -@dirrm %%DATADIR%%/site -@dirrm %%DATADIR%%/policy/tuning/defaults -@dirrm %%DATADIR%%/policy/tuning -@dirrm %%DATADIR%%/policy/protocols/ssl -@dirrm %%DATADIR%%/policy/protocols/ssh -@dirrm %%DATADIR%%/policy/protocols/smtp -@dirrm %%DATADIR%%/policy/protocols/modbus -@dirrm %%DATADIR%%/policy/protocols/http -@dirrm %%DATADIR%%/policy/protocols/ftp -@dirrm %%DATADIR%%/policy/protocols/dns -@dirrm %%DATADIR%%/policy/protocols/dhcp -@dirrm %%DATADIR%%/policy/protocols/conn -@dirrm %%DATADIR%%/policy/protocols -@dirrm %%DATADIR%%/policy/misc/detect-traceroute -@dirrm %%DATADIR%%/policy/misc/app-stats/plugins -@dirrm %%DATADIR%%/policy/misc/app-stats -@dirrm %%DATADIR%%/policy/misc -@dirrm %%DATADIR%%/policy/integration/collective-intel -@dirrm %%DATADIR%%/policy/integration/barnyard2 -@dirrm %%DATADIR%%/policy/integration -@dirrm %%DATADIR%%/policy/frameworks/software -@dirrm %%DATADIR%%/policy/frameworks/signatures -@dirrm %%DATADIR%%/policy/frameworks/packet-filter -@dirrm %%DATADIR%%/policy/frameworks/intel/seen -@dirrm %%DATADIR%%/policy/frameworks/intel -@dirrm %%DATADIR%%/policy/frameworks/files -@dirrm %%DATADIR%%/policy/frameworks/dpd -@dirrm %%DATADIR%%/policy/frameworks/control -@dirrm %%DATADIR%%/policy/frameworks/communication -@dirrm %%DATADIR%%/policy/frameworks -@dirrm %%DATADIR%%/policy -@dirrm %%DATADIR%%/broxygen -%%BROCTL%%@dirrm %%DATADIR%%/broctl -@dirrm %%DATADIR%%/base/utils -@dirrm %%DATADIR%%/base/protocols/tunnels -@dirrm %%DATADIR%%/base/protocols/syslog -@dirrm %%DATADIR%%/base/protocols/ssl -@dirrm %%DATADIR%%/base/protocols/ssh -@dirrm %%DATADIR%%/base/protocols/socks -@dirrm %%DATADIR%%/base/protocols/snmp -@dirrm %%DATADIR%%/base/protocols/smtp -@dirrm %%DATADIR%%/base/protocols/radius -@dirrm %%DATADIR%%/base/protocols/pop3 -@dirrm %%DATADIR%%/base/protocols/modbus -@dirrm %%DATADIR%%/base/protocols/irc -@dirrm %%DATADIR%%/base/protocols/http -@dirrm %%DATADIR%%/base/protocols/ftp -@dirrm %%DATADIR%%/base/protocols/dns -@dirrm %%DATADIR%%/base/protocols/dnp3 -@dirrm %%DATADIR%%/base/protocols/dhcp -@dirrm %%DATADIR%%/base/protocols/conn -@dirrm %%DATADIR%%/base/protocols -@dirrm %%DATADIR%%/base/misc -@dirrm %%DATADIR%%/base/frameworks/tunnels -@dirrm %%DATADIR%%/base/frameworks/sumstats/plugins -@dirrm %%DATADIR%%/base/frameworks/sumstats -@dirrm %%DATADIR%%/base/frameworks/software -@dirrm %%DATADIR%%/base/frameworks/signatures -@dirrm %%DATADIR%%/base/frameworks/reporter -@dirrm %%DATADIR%%/base/frameworks/packet-filter -@dirrm %%DATADIR%%/base/frameworks/notice/extend-email -@dirrm %%DATADIR%%/base/frameworks/notice/actions -@dirrm %%DATADIR%%/base/frameworks/notice -@dirrm %%DATADIR%%/base/frameworks/logging/writers -@dirrm %%DATADIR%%/base/frameworks/logging/postprocessors -@dirrm %%DATADIR%%/base/frameworks/logging -@dirrm %%DATADIR%%/base/frameworks/intel -@dirrm %%DATADIR%%/base/frameworks/input/readers -@dirrm %%DATADIR%%/base/frameworks/input -@dirrm %%DATADIR%%/base/frameworks/files/magic -@dirrm %%DATADIR%%/base/frameworks/files -@dirrm %%DATADIR%%/base/frameworks/dpd -@dirrm %%DATADIR%%/base/frameworks/control -@dirrm %%DATADIR%%/base/frameworks/communication -@dirrm %%DATADIR%%/base/frameworks/cluster/nodes -@dirrm %%DATADIR%%/base/frameworks/cluster -@dirrm %%DATADIR%%/base/frameworks/analyzer -@dirrm %%DATADIR%%/base/frameworks -@dirrm %%DATADIR%%/base/files/x509 -@dirrm %%DATADIR%%/base/files/unified2 -@dirrm %%DATADIR%%/base/files/hash -@dirrm %%DATADIR%%/base/files/extract -@dirrm %%DATADIR%%/base/files -@dirrm %%DATADIR%%/base/bif/plugins -@dirrm %%DATADIR%%/base/bif -@dirrm %%DATADIR%%/base -@dirrm %%DATADIR%% -%%CLEANUP_PREFIX%%@dirrmtry share -@dirrmtry logs -%%BROCTL%%@dirrmtry lib/broctl/plugins -%%BROCTL%%@dirrmtry lib/broctl/BroControl -%%BROCTL%%@dirrmtry lib/broctl -%%CLEANUP_PREFIX%%@dirrmtry lib -%%CLEANUP_PREFIX%%@dirrmtry etc -%%CLEANUP_PREFIX%%@dirrmtry bin -%%CLEANUP_PREFIX%%@dirrmtry %D +%%BROCTL%%@dir spool/tmp +%%BROCTL%%@dir spool/installed-scripts-do-not-touch/site +%%BROCTL%%@dir spool/installed-scripts-do-not-touch/auto +%%BROCTL%%@dir spool/installed-scripts-do-not-touch +%%BROCTL%%@dir spool +%%BROCTL%%@dir %%DATADIR%%ctl/scripts/postprocessors +%%BROCTL%%@dir %%DATADIR%%ctl/scripts/helpers +%%BROCTL%%@dir %%DATADIR%%ctl/scripts +%%BROCTL%%@dir %%DATADIR%%ctl +@dir %%DATADIR%%/site +@dir %%DATADIR%%/policy/tuning/defaults +@dir %%DATADIR%%/policy/tuning +@dir %%DATADIR%%/policy/protocols/ssl +@dir %%DATADIR%%/policy/protocols/ssh +@dir %%DATADIR%%/policy/protocols/smtp +@dir %%DATADIR%%/policy/protocols/modbus +@dir %%DATADIR%%/policy/protocols/http +@dir %%DATADIR%%/policy/protocols/ftp +@dir %%DATADIR%%/policy/protocols/dns +@dir %%DATADIR%%/policy/protocols/dhcp +@dir %%DATADIR%%/policy/protocols/conn +@dir %%DATADIR%%/policy/protocols +@dir %%DATADIR%%/policy/misc/detect-traceroute +@dir %%DATADIR%%/policy/misc/app-stats/plugins +@dir %%DATADIR%%/policy/misc/app-stats +@dir %%DATADIR%%/policy/misc +@dir %%DATADIR%%/policy/integration/collective-intel +@dir %%DATADIR%%/policy/integration/barnyard2 +@dir %%DATADIR%%/policy/integration +@dir %%DATADIR%%/policy/frameworks/software +@dir %%DATADIR%%/policy/frameworks/signatures +@dir %%DATADIR%%/policy/frameworks/packet-filter +@dir %%DATADIR%%/policy/frameworks/intel/seen +@dir %%DATADIR%%/policy/frameworks/intel +@dir %%DATADIR%%/policy/frameworks/files +@dir %%DATADIR%%/policy/frameworks/dpd +@dir %%DATADIR%%/policy/frameworks/control +@dir %%DATADIR%%/policy/frameworks/communication +@dir %%DATADIR%%/policy/frameworks +@dir %%DATADIR%%/policy +@dir %%DATADIR%%/broxygen +%%BROCTL%%@dir %%DATADIR%%/broctl +@dir %%DATADIR%%/base/utils +@dir %%DATADIR%%/base/protocols/tunnels +@dir %%DATADIR%%/base/protocols/syslog +@dir %%DATADIR%%/base/protocols/ssl +@dir %%DATADIR%%/base/protocols/ssh +@dir %%DATADIR%%/base/protocols/socks +@dir %%DATADIR%%/base/protocols/snmp +@dir %%DATADIR%%/base/protocols/smtp +@dir %%DATADIR%%/base/protocols/radius +@dir %%DATADIR%%/base/protocols/pop3 +@dir %%DATADIR%%/base/protocols/modbus +@dir %%DATADIR%%/base/protocols/irc +@dir %%DATADIR%%/base/protocols/http +@dir %%DATADIR%%/base/protocols/ftp +@dir %%DATADIR%%/base/protocols/dns +@dir %%DATADIR%%/base/protocols/dnp3 +@dir %%DATADIR%%/base/protocols/dhcp +@dir %%DATADIR%%/base/protocols/conn +@dir %%DATADIR%%/base/protocols +@dir %%DATADIR%%/base/misc +@dir %%DATADIR%%/base/frameworks/tunnels +@dir %%DATADIR%%/base/frameworks/sumstats/plugins +@dir %%DATADIR%%/base/frameworks/sumstats +@dir %%DATADIR%%/base/frameworks/software +@dir %%DATADIR%%/base/frameworks/signatures +@dir %%DATADIR%%/base/frameworks/reporter +@dir %%DATADIR%%/base/frameworks/packet-filter +@dir %%DATADIR%%/base/frameworks/notice/extend-email +@dir %%DATADIR%%/base/frameworks/notice/actions +@dir %%DATADIR%%/base/frameworks/notice +@dir %%DATADIR%%/base/frameworks/logging/writers +@dir %%DATADIR%%/base/frameworks/logging/postprocessors +@dir %%DATADIR%%/base/frameworks/logging +@dir %%DATADIR%%/base/frameworks/intel +@dir %%DATADIR%%/base/frameworks/input/readers +@dir %%DATADIR%%/base/frameworks/input +@dir %%DATADIR%%/base/frameworks/files/magic +@dir %%DATADIR%%/base/frameworks/files +@dir %%DATADIR%%/base/frameworks/dpd +@dir %%DATADIR%%/base/frameworks/control +@dir %%DATADIR%%/base/frameworks/communication +@dir %%DATADIR%%/base/frameworks/cluster/nodes +@dir %%DATADIR%%/base/frameworks/cluster +@dir %%DATADIR%%/base/frameworks/analyzer +@dir %%DATADIR%%/base/frameworks +@dir %%DATADIR%%/base/files/x509 +@dir %%DATADIR%%/base/files/unified2 +@dir %%DATADIR%%/base/files/hash +@dir %%DATADIR%%/base/files/extract +@dir %%DATADIR%%/base/files +@dir %%DATADIR%%/base/bif/plugins +@dir %%DATADIR%%/base/bif +@dir %%DATADIR%%/base +@dir %%DATADIR%% +%%CLEANUP_PREFIX%%@dir share +@dir logs +%%BROCTL%%@dir lib/broctl/plugins +%%BROCTL%%@dir lib/broctl/BroControl +%%BROCTL%%@dir lib/broctl +%%CLEANUP_PREFIX%%@dir lib +%%CLEANUP_PREFIX%%@dir etc +%%CLEANUP_PREFIX%%@dir bin %%BROCTL%%@exec su -fm %%BROUSER%% -c '%D/bin/broctl install' Modified: head/security/broccoli/Makefile ============================================================================== --- head/security/broccoli/Makefile Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/broccoli/Makefile Mon Feb 2 22:25:23 2015 (r378333) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= broccoli -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 2.3.2 CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ DISTNAME= bro-${PORTVERSION} MAINTAINER= leres@ee.lbl.gov -COMMENT= The Bro Client Communications Library +COMMENT= Bro Client Communications Library LICENSE= BSD3CLAUSE @@ -33,9 +32,11 @@ PLIST_SUB+= CLEANUP_PREFIX="@comment " CMAKE_ARGS+= -D CMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -D BRO_ETC_INSTALL_DIR:PATH=${PREFIX}/etc -OPTIONS_DEFINE= DEBUG PYTHON RUBY DOCS +OPTIONS_DEFINE= DEBUG PYTHON RUBY OPTIONS_SUB= +OPTIONS_DEFAULT= PYTHON + DEBUG_DESC= Compile in debugging mode PYTHON_DESC= Build python bindings for broccoli RUBY_DESC= Build ruby bindings for broccoli @@ -50,15 +51,13 @@ RUBY_CMAKE_ON= -D RB_INSTALL_DIR:PATH=${ RUBY_CMAKE_OFF= -D DISABLE_RUBY_BINDINGS:BOOL=true post-install:: + @${MV} ${STAGEDIR}${PREFIX}/etc/broccoli.conf ${STAGEDIR}${PREFIX}/etc/broccoli.conf.example .if defined(BRO_PREFIX) && empty(${PORT_OPTIONS:MPYTHON}) # Move lib/pythonX.X tree into BRO_PREFIX ${MV} ${STAGEDIR}${PYTHON_LIBDIR} ${STAGEDIR}${PREFIX}/lib .endif - @${MKDIR} ${STAGEDIR}${PREFIX}/etc - @${MV} ${STAGEDIR}${PREFIX}/etc/broccoli.conf ${STAGEDIR}${PREFIX}/etc/broccoli.conf.example -.if !empty(${PORT_OPTIONS:MPYTHON}) && defined(BRO_PREFIX) - # bsd.python.mk isn't PREFIX-safe yet. - @${MV} ${STAGEDIR}${PYTHON_LIBDIR} ${STAGEDIR}${PYTHONPREFIX_LIBDIR} +.if defined(BRO_PREFIX) + ${FIND} ${STAGEDIR} -type d | ${XARGS} ${CHMOD} g-w .endif .include Modified: head/security/broccoli/distinfo ============================================================================== --- head/security/broccoli/distinfo Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/broccoli/distinfo Mon Feb 2 22:25:23 2015 (r378333) @@ -1,2 +1,2 @@ -SHA256 (bro-2.3.tar.gz) = 46bb9f46fbe71b22afd12ad12e0eb32033fb991a2a60b3bc2d881750249b85cd -SIZE (bro-2.3.tar.gz) = 10283001 +SHA256 (bro-2.3.2.tar.gz) = 2fe5fbda0a86b5a594116d567fd9a4c2458d30f1c6670ba8e1fac0bc8848c69b +SIZE (bro-2.3.2.tar.gz) = 10290134 Modified: head/security/broccoli/pkg-plist ============================================================================== --- head/security/broccoli/pkg-plist Mon Feb 2 22:22:23 2015 (r378332) +++ head/security/broccoli/pkg-plist Mon Feb 2 22:25:23 2015 (r378333) @@ -1,24 +1,22 @@ bin/broccoli-config -@unexec cmp -s %D/etc/broccoli.conf.example %D/etc/broccoli.conf && rm %D/etc/broccoli.conf || true +@unexec cmp -s %D/etc/broccoli.conf.example %D/etc/broccoli.conf && rm -f %D/etc/broccoli.conf || true etc/broccoli.conf.example -@exec test -f %D/etc/broccoli.conf || cp -p %D/%F %D/etc/broccoli.conf +@exec test -f %D/etc/broccoli.conf || cp -p %D/etc/broccoli.conf.example %D/etc/broccoli.conf include/broccoli.h lib/libbroccoli.a lib/libbroccoli.so lib/libbroccoli.so.5 lib/libbroccoli.so.5.1.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_broccoli_intern.so -%%PYTHON%%@unexec rm -f %%LOCALBASE%%/%%PYTHON_SITELIBDIR%%/broccoli.py -%%PYTHON%%@unexec rm -f %%LOCALBASE%%/%%PYTHON_SITELIBDIR%%/broccoli.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/broccoli.py +%%PYTHON%%@unexec rm -f %D/%%PYTHON_SITELIBDIR%%/broccoli.pyc %%RUBY%%%%RUBY_SITELIBDIR%%/Broccoli/connection.rb %%RUBY%%%%RUBY_SITELIBDIR%%/Broccoli/event.rb %%RUBY%%%%RUBY_SITELIBDIR%%/Broccoli/record.rb -%%RUBY%%%%RUBY_SITELIBDIR%%/broccoli.rb -%%RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%/Broccoli %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/broccoli_ext.so -%%CLEANUP_PREFIX%%%%PORTDOCS%%@dirrmtry share -%%CLEANUP_PREFIX%%@dirrmtry lib -%%CLEANUP_PREFIX%%@dirrmtry include -%%CLEANUP_PREFIX%%@dirrmtry etc -%%CLEANUP_PREFIX%%@dirrmtry bin -%%CLEANUP_PREFIX%%@unexec rmdir %D || : +%%RUBY%%%%RUBY_SITELIBDIR%%/broccoli.rb +%%CLEANUP_PREFIX%%@dir share +%%CLEANUP_PREFIX%%@dir lib +%%CLEANUP_PREFIX%%@dir include +%%CLEANUP_PREFIX%%@dir etc +%%CLEANUP_PREFIX%%@dir bin From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:26:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06A729A; Mon, 2 Feb 2015 22:26:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C1A2D9B; Mon, 2 Feb 2015 22:26:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MQbpn027430; Mon, 2 Feb 2015 22:26:37 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MQbtW027429; Mon, 2 Feb 2015 22:26:37 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502022226.t12MQbtW027429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 2 Feb 2015 22:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378334 - head/textproc/libvisio01/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:26:37 -0000 Author: jkim Date: Mon Feb 2 22:26:36 2015 New Revision: 378334 URL: https://svnweb.freebsd.org/changeset/ports/378334 QAT: https://qat.redports.org/buildarchive/r378334/ Log: Fix build with GCC 4.2. Reported by: antoine Added: head/textproc/libvisio01/files/ head/textproc/libvisio01/files/patch-src__lib__VSDMetaData.cpp (contents, props changed) Added: head/textproc/libvisio01/files/patch-src__lib__VSDMetaData.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libvisio01/files/patch-src__lib__VSDMetaData.cpp Mon Feb 2 22:26:36 2015 (r378334) @@ -0,0 +1,11 @@ +--- src/lib/VSDMetaData.cpp.orig 2015-01-01 16:11:45.000000000 -0500 ++++ src/lib/VSDMetaData.cpp 2015-02-02 17:20:34.953039000 -0500 +@@ -226,7 +226,7 @@ + uint64_t modifiedTime = readU64(input); + + // modifiedTime is number of 100ns since Jan 1 1601 +- static const uint64_t epoch = 11644473600; ++ static const uint64_t epoch = 11644473600ULL; + time_t sec = (modifiedTime / 10000000) - epoch; + const struct tm *time = localtime(&sec); + if (time) From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:34:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88B0C692; Mon, 2 Feb 2015 22:34:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 749DDE72; Mon, 2 Feb 2015 22:34:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MY2vK031878; Mon, 2 Feb 2015 22:34:02 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MY2Me031877; Mon, 2 Feb 2015 22:34:02 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502022234.t12MY2Me031877@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 2 Feb 2015 22:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378335 - head/print/libmspub01/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:34:02 -0000 Author: jkim Date: Mon Feb 2 22:34:01 2015 New Revision: 378335 URL: https://svnweb.freebsd.org/changeset/ports/378335 QAT: https://qat.redports.org/buildarchive/r378335/ Log: Fix build with GCC 4.2. Reported by: antoine Added: head/print/libmspub01/files/ head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp (contents, props changed) Added: head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp Mon Feb 2 22:34:01 2015 (r378335) @@ -0,0 +1,11 @@ +--- src/lib/MSPUBMetaData.cpp.orig 2014-12-30 06:42:44.000000000 -0500 ++++ src/lib/MSPUBMetaData.cpp 2015-02-02 17:30:18.706664000 -0500 +@@ -210,7 +210,7 @@ + uint64_t modifiedTime = readU64(input); + + // modifiedTime is number of 100ns since Jan 1 1601 +- static const uint64_t epoch = 11644473600; ++ static const uint64_t epoch = 11644473600ULL; + time_t sec = (modifiedTime / 10000000) - epoch; + const struct tm *time = localtime(&sec); + if (time) From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:56:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78192C6F; Mon, 2 Feb 2015 22:56:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A011D4; Mon, 2 Feb 2015 22:56:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12Mu4vZ041467; Mon, 2 Feb 2015 22:56:04 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12Mu3Pc041462; Mon, 2 Feb 2015 22:56:03 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502022256.t12Mu3Pc041462@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 2 Feb 2015 22:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378336 - in head: . japanese x11/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:56:04 -0000 Author: jgh Date: Mon Feb 2 22:56:02 2015 New Revision: 378336 URL: https://svnweb.freebsd.org/changeset/ports/378336 QAT: https://qat.redports.org/buildarchive/r378336/ Log: - merge japanese/xlockmore into x11/xlockmore Modified: head/MOVED head/japanese/Makefile head/x11/xlockmore/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 2 22:34:01 2015 (r378335) +++ head/MOVED Mon Feb 2 22:56:02 2015 (r378336) @@ -7418,3 +7418,4 @@ net-im/venom||2015-02-02|Has expired: No security/openssh-portable66|security/openssh-portable|2015-02-02|Has expired: security/openssh-portable now has all patches working. This port is obsolete. www/p5-WWW-Scraper-ISBN-Driver|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream +japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Mon Feb 2 22:34:01 2015 (r378335) +++ head/japanese/Makefile Mon Feb 2 22:56:02 2015 (r378336) @@ -288,7 +288,6 @@ SUBDIR += wwasw-fpw SUBDIR += xdtp SUBDIR += xgate - SUBDIR += xlockmore SUBDIR += xpdf SUBDIR += xshodou SUBDIR += xtr Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Mon Feb 2 22:34:01 2015 (r378335) +++ head/x11/xlockmore/Makefile Mon Feb 2 22:56:02 2015 (r378336) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.tux.org/~bagley ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ LOCAL/ehaupt -MAINTAINER?= jgh@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more USES= tar:bzip2 @@ -24,7 +24,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR} CONFIGURE_ENV+= ac_freetype_includes="${LOCALBASE}/include/freetype2" OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ - KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK + KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP OPTIONS_SUB= yes MESAGL_DESC= Mesa 3D (for GL modes) @@ -38,6 +38,7 @@ GTK2_DESC= Build Gtk2 graphical shell XLOCK_GROUP_DESC= Allow xlock group to logout TIME_BOMB_DESC= Allow autologout CUSTOMIZATION_DESC= Allow tune through resource file +JP_DESC= Japanese Language Support OPTIONS_RADIO= ONE OPTIONS_RADIO_ONE= PAM XLOCK_GROUP @@ -94,8 +95,11 @@ CONFIGURE_ARGS+= --enable-blank-only CONFIGURE_ARGS+= --enable-use-mb .endif -.if defined(XLOCKMORE_LANG) +.if ${PORT_OPTIONS:MJP} +XLOCKMORE_LANG= ja CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} +CATEGORIES+= japanese +PORT_OPTIONS+= MB .endif .if ${PORT_OPTIONS:MSYSLOG} From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:56:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B5BDD54; Mon, 2 Feb 2015 22:56:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 443F5DD; Mon, 2 Feb 2015 22:56:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12Mum4I041689; Mon, 2 Feb 2015 22:56:48 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MulLh041683; Mon, 2 Feb 2015 22:56:47 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502022256.t12MulLh041683@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Mon, 2 Feb 2015 22:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378337 - in head/graphics/mapyrus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:56:48 -0000 Author: nivit Date: Mon Feb 2 22:56:46 2015 New Revision: 378337 URL: https://svnweb.freebsd.org/changeset/ports/378337 QAT: https://qat.redports.org/buildarchive/r378337/ Log: - Update to 1.401 - Sort variables - Use COPYTREE_SHARE to install examples Modified: head/graphics/mapyrus/Makefile head/graphics/mapyrus/distinfo head/graphics/mapyrus/files/mapyrus.in (contents, props changed) head/graphics/mapyrus/pkg-plist Modified: head/graphics/mapyrus/Makefile ============================================================================== --- head/graphics/mapyrus/Makefile Mon Feb 2 22:56:02 2015 (r378336) +++ head/graphics/mapyrus/Makefile Mon Feb 2 22:56:46 2015 (r378337) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mapyrus -PORTVERSION= 1.302 -PORTREVISION= 1 +PORTVERSION= 1.401 +PORTREVISION= 0 CATEGORIES= graphics print java MASTER_SITES= SF @@ -12,34 +12,33 @@ COMMENT= Software for creating plots of LICENSE= LGPL21 -NO_BUILD= yes -NO_WRKSUBDIR= yes +DATADIR= ${JAVASHAREDIR}/${PORTNAME} -USE_JAVA= yes JAVA_VERSION= 1.6+ -USES= zip - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -SUB_FILES= ${PORTNAME} pkg-message -SUB_LIST= MAPYRUSJAR=${MAPYRUSJAR} -MAPYRUSJAR= ${PORTNAME}.jar MAPYRUSDOCS= ${PORTNAME}.pdf +MAPYRUSJAR= ${PORTNAME}.jar -FIND_DATA= -type f -not \( -iname "copying" -or -iname "*.tex" \) -FIND_HERE= userdoc +NO_BUILD= yes +NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS EXAMPLES -.include +SUB_FILES= ${PORTNAME} pkg-message +SUB_LIST= MAPYRUSJAR=${MAPYRUSJAR} + +USES= zip +USE_JAVA= yes do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/${MAPYRUSJAR} ${STAGEDIR}${DATADIR}/${MAPYRUSJAR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/${MAPYRUSDOCS} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKDIR}/${MAPYRUSDOCS} ${STAGEDIR}${DOCSDIR}/${MAPYRUSDOCS} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR} \; + cd ${WRKDIR}/userdoc && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} \ + "-type f -not -iname copying -and -not -iname *\.tex" .include Modified: head/graphics/mapyrus/distinfo ============================================================================== --- head/graphics/mapyrus/distinfo Mon Feb 2 22:56:02 2015 (r378336) +++ head/graphics/mapyrus/distinfo Mon Feb 2 22:56:46 2015 (r378337) @@ -1,2 +1,2 @@ -SHA256 (mapyrus-1.302.zip) = 51414f6a8e5696dfe347a220612306958d9ad2e9ca8d2b284d0b5dc56521c614 -SIZE (mapyrus-1.302.zip) = 5113116 +SHA256 (mapyrus-1.401.zip) = 2781f2e0d9dee943976ffb28ead144542368de81e72bc54e78445c8aad94f7d1 +SIZE (mapyrus-1.401.zip) = 5116813 Modified: head/graphics/mapyrus/files/mapyrus.in ============================================================================== --- head/graphics/mapyrus/files/mapyrus.in Mon Feb 2 22:56:02 2015 (r378336) +++ head/graphics/mapyrus/files/mapyrus.in Mon Feb 2 22:56:46 2015 (r378337) @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ if [ -z "${DISPLAY}" ]; then JAVA_AWT_HEADLESS="-Djava.awt.headless=true" else Modified: head/graphics/mapyrus/pkg-plist ============================================================================== --- head/graphics/mapyrus/pkg-plist Mon Feb 2 22:56:02 2015 (r378336) +++ head/graphics/mapyrus/pkg-plist Mon Feb 2 22:56:46 2015 (r378337) @@ -57,6 +57,7 @@ bin/mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialfirst4.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialflowlabel1.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialflowlabel2.mapyrus +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialformatting1.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialgeoimage1.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialgeoimage2.mapyrus %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorialgeoimage3.mapyrus From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 22:56:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D6E9E30; Mon, 2 Feb 2015 22:56:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F815DF; Mon, 2 Feb 2015 22:56:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12MusuT041793; Mon, 2 Feb 2015 22:56:54 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12MusBB041792; Mon, 2 Feb 2015 22:56:54 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502022256.t12MusBB041792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 2 Feb 2015 22:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378338 - head/japanese/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 22:56:54 -0000 Author: jgh Date: Mon Feb 2 22:56:53 2015 New Revision: 378338 URL: https://svnweb.freebsd.org/changeset/ports/378338 QAT: https://qat.redports.org/buildarchive/r378338/ Log: - follow r378336 Deleted: head/japanese/xlockmore/ From owner-svn-ports-head@FreeBSD.ORG Mon Feb 2 23:31:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86005736; Mon, 2 Feb 2015 23:31:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 727D2764; Mon, 2 Feb 2015 23:31:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t12NVJMR058801; Mon, 2 Feb 2015 23:31:19 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t12NVJ5g058800; Mon, 2 Feb 2015 23:31:19 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502022331.t12NVJ5g058800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 2 Feb 2015 23:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378339 - head/x11/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 23:31:19 -0000 Author: jgh Date: Mon Feb 2 23:31:18 2015 New Revision: 378339 URL: https://svnweb.freebsd.org/changeset/ports/378339 QAT: https://qat.redports.org/buildarchive/r378339/ Log: - restore variable set in /etc/make.conf Submitted by: bapt@ Modified: head/x11/xlockmore/Makefile Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Mon Feb 2 22:56:53 2015 (r378338) +++ head/x11/xlockmore/Makefile Mon Feb 2 23:31:18 2015 (r378339) @@ -97,11 +97,14 @@ CONFIGURE_ARGS+= --enable-use-mb .if ${PORT_OPTIONS:MJP} XLOCKMORE_LANG= ja -CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} CATEGORIES+= japanese PORT_OPTIONS+= MB .endif +.if defined(XLOCKMORE_LANG) +CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} +.endif + .if ${PORT_OPTIONS:MSYSLOG} CONFIGURE_ARGS+= --enable-syslog .endif From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 00:05:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 293E7EDA; Tue, 3 Feb 2015 00:05:37 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBD8BA73; Tue, 3 Feb 2015 00:05:36 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id rd3so88554126pab.9; Mon, 02 Feb 2015 16:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=rIDBxcM+N86D1VZ0R8+deCwzwvP4ljgWjiv25G8RTNc=; b=zlAbCd1vfCJVn6MWyPatoDuwZKT5pk3nkQlsf5uUya28NDMGxVUpDbwAv0g2XjFaeg Nv7O4MXVMjMsw4dkCOcy7TZaLZ2+ednyjbh/hvYe4B5XZxTOMLoywLb5erZvtX6/7y2R WctEvy+wB7JZqZn5zcarcmWwXI9XXNe3Q3AAyRhSc5wA8ZGxw4Eu0uLHYoxBYvvv6PJP RV74nyEKjIfkIK3xt5YZGA8KXCNhO7DWSbC2mBmPC8ck66h+sFJIGS27BNFvLDDH6nd+ hLgz7VRONA/dZnfVzN7LER7Om/pEDlKTCKWivKu+IGWENPnlx9FXU8+48n0oMCJjh1uc Jj4g== X-Received: by 10.66.65.195 with SMTP id z3mr33538738pas.104.1422921936571; Mon, 02 Feb 2015 16:05:36 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id mc9sm185269pdb.96.2015.02.02.16.05.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 16:05:35 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54D010C9.4050907@FreeBSD.org> Date: Tue, 03 Feb 2015 11:05:29 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378308 - in head/devel: . py-joblib References: <201502021543.t12Fh6w1035574@svn.freebsd.org> In-Reply-To: <201502021543.t12Fh6w1035574@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 00:05:37 -0000 On 3/02/2015 2:43 AM, Steven Kreuzer wrote: > Author: skreuzer > Date: Mon Feb 2 15:43:05 2015 > New Revision: 378308 > URL: https://svnweb.freebsd.org/changeset/ports/378308 > QAT: https://qat.redports.org/buildarchive/r378308/ Minor nits: > Added: head/devel/py-joblib/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-joblib/Makefile Mon Feb 2 15:43:05 2015 (r378308) > +USES= python > +USE_PYTHON= distutils autoplist - Sort USE_PYTHON values > Added: head/devel/py-joblib/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-joblib/pkg-descr Mon Feb 2 15:43:05 2015 (r378308) > +Joblib is optimized to be fast and robust in particular on large data and has > +specific optimizations for numpy arrays. > + > +WWW: https://github.com/joblib/joblib - Homepage in setup.py:url= is http(s)://packages.python.org/joblib ./koobs From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 00:11:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D700A2DF; Tue, 3 Feb 2015 00:11:22 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1695AAC; Tue, 3 Feb 2015 00:11:22 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id rd3so88609431pab.9; Mon, 02 Feb 2015 16:11:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RF8OKL2axpYgGKAfqtfhmOEpMSl8w2ynVVAyv7Tw5fQ=; b=GhcpCmmUSYKNpNrDaM1MP4CGe3UjH1AuQNWX1w+mRDH0qL0L8ZtM/qDOL8QB568b83 wkCzETdxX8FByYqtJoWE8hQowBggRGPaWSO0s0KTTboJsevvvzBoEx6+6yWZZMFwTkNN lLNymjqrua4zjzryVEfmy48GpDd53cBmH6DYXAt+btpgaLKuBsEC1tXw7qo3EMZk3h9z coDKD0jDPJErQ8DGRfGHD4jcDcw1w88SCdYXraWSyXYmv0DR9zwqaDnT1DeS7Rf/2MCP OPfrwdZmcM/WCKu/UNRATlNj0GBwvKha7MjY+b5n+jiHxqbzBvaNerilHgFH3cw+xMBM /bjg== X-Received: by 10.68.112.194 with SMTP id is2mr32979899pbb.161.1422922282241; Mon, 02 Feb 2015 16:11:22 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id rh11sm198876pdb.66.2015.02.02.16.11.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 16:11:21 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54D01223.7020703@FreeBSD.org> Date: Tue, 03 Feb 2015 11:11:15 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378316 - head/devel/libhtp References: <201502021841.t12IfvP1021156@svn.freebsd.org> In-Reply-To: <201502021841.t12IfvP1021156@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 00:11:23 -0000 On 3/02/2015 5:41 AM, John Marino wrote: > Author: marino > Date: Mon Feb 2 18:41:56 2015 > New Revision: 378316 > URL: https://svnweb.freebsd.org/changeset/ports/378316 > QAT: https://qat.redports.org/buildarchive/r378316/ > > Log: > devel/libhtp: tweak recent iconv:translit change to fix on some compilers > > When USES=iconv is changed to USES=iconv:translit, it can add libiconv > dependency from ports along with the addition of -liconv to LDFLAGS. > Most compilers (with FreeBSD's base compilers being notable exceptions) > will not look in /usr/local/lib by default, so this adds a -L argument > to LDFLAGS to help the linker find libiconv.so and unbreak the port on > affected platforms. > > Modified: > head/devel/libhtp/Makefile > > Modified: head/devel/libhtp/Makefile > ============================================================================== > --- head/devel/libhtp/Makefile Mon Feb 2 18:39:38 2015 (r378315) > +++ head/devel/libhtp/Makefile Mon Feb 2 18:41:56 2015 (r378316) > @@ -20,6 +20,7 @@ USE_LDCONFIG= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} > MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" > +LDFLAGS+= -L${LOCALBASE}/lib > > PATHFIX_MAKEFILEIN= Makefile.am > > Apart from the lack of an Approved by: line for this commit, even in the case of blanket, isn't LIBS= better here? Further, if it is indeed the case that iconv:translit adds -liconv to LDFLAGS, wouldn't adding -L${LOCALBASE}/lib to LDFLAGS be better solved in Uses/iconv.mk when that case is true? Give me a holler on IRC or email in future if you notice anything up with ports I maintain. I'm almost always happy to oblige. ./koobs From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 00:26:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26ABEA2F; Tue, 3 Feb 2015 00:26:43 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F04D5C82; Tue, 3 Feb 2015 00:26:41 +0000 (UTC) Received: from [192.168.120.10] (095-097-241-198.static.chello.nl [95.97.241.198]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5EAC543BD6; Mon, 2 Feb 2015 18:26:38 -0600 (CST) Message-ID: <54D015B7.2080408@marino.st> Date: Tue, 03 Feb 2015 01:26:31 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378316 - head/devel/libhtp References: <201502021841.t12IfvP1021156@svn.freebsd.org> <54D01223.7020703@FreeBSD.org> In-Reply-To: <54D01223.7020703@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 00:26:43 -0000 On 2/3/2015 01:11, Kubilay Kocak wrote: > On 3/02/2015 5:41 AM, John Marino wrote: >> Author: marino >> Date: Mon Feb 2 18:41:56 2015 >> New Revision: 378316 >> URL: https://svnweb.freebsd.org/changeset/ports/378316 >> QAT: https://qat.redports.org/buildarchive/r378316/ >> >> Log: >> devel/libhtp: tweak recent iconv:translit change to fix on some compilers >> >> When USES=iconv is changed to USES=iconv:translit, it can add libiconv >> dependency from ports along with the addition of -liconv to LDFLAGS. >> Most compilers (with FreeBSD's base compilers being notable exceptions) >> will not look in /usr/local/lib by default, so this adds a -L argument >> to LDFLAGS to help the linker find libiconv.so and unbreak the port on >> affected platforms. >> >> Modified: >> head/devel/libhtp/Makefile >> >> Modified: head/devel/libhtp/Makefile >> ============================================================================== >> --- head/devel/libhtp/Makefile Mon Feb 2 18:39:38 2015 (r378315) >> +++ head/devel/libhtp/Makefile Mon Feb 2 18:41:56 2015 (r378316) >> @@ -20,6 +20,7 @@ USE_LDCONFIG= yes >> GNU_CONFIGURE= yes >> CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} >> MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" >> +LDFLAGS+= -L${LOCALBASE}/lib >> >> PATHFIX_MAKEFILEIN= Makefile.am >> >> > > Apart from the lack of an Approved by: line for this commit, even in the > case of blanket, isn't LIBS= better here? It was a blanket - when ports that were building on dfly suddenly break and the fix is simple and not invasive (e.g. missing LDFLAG) then I've been given a blanket to just fix it. I don't know if "LIBS" is standardized but it's a flag that's missing, not a library. > > Further, if it is indeed the case that iconv:translit adds -liconv to > LDFLAGS, wouldn't adding -L${LOCALBASE}/lib to LDFLAGS be better solved > in Uses/iconv.mk when that case is true? I would think so. Most of the time this doesn't pop up because another dependency brings in -L/usr/local/lib so it works by accident very often. At the very least it should have an ${LDFLAGS_ICONV} option that could be added to LDFLAGS. It would be a more correct solution. > Give me a holler on IRC or email in future if you notice anything up > with ports I maintain. I'm almost always happy to oblige. I not on IRC ATM and I didn't see the downside of unbreaking the port with a single flag. I would have opened a bugzilla ticket if the fix was not obvious or invasive; I do that all the time. John From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 00:50:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71DE772; Tue, 3 Feb 2015 00:50:55 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BEB3EDF; Tue, 3 Feb 2015 00:50:55 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id fa1so89098788pad.8; Mon, 02 Feb 2015 16:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JKvUn0iPJgTsFLPQIQPJySnds59BuNvDEsD8ZjlpZZo=; b=J06GDat4DfvjZg+XJT5c5Dxw49ahoZeKiSAOU/dm+AG7DnW8CYajjdJvm8A3PVnDWX 6qy9z5oHJKEM0XaDoovPS9Ir1o5rJTEA+T3/qE/XVK4v3jkRyDJD8j1BUr4YMjOts9QH /AlhZrS99BrQGab0mAivXjr+Q3H4bfUdcNnySDs/YqHwNRCxc7WK8Y99yW3tltsUMNUw cwjQtgIHz+lUkj8UK1fog4QoUqTwtI4UXjGX0kVTafUsuS5upazeFPsULbKgAHFOTtBr ddiN3wMji05wS35ry8W41EWxn2VW6+xmL/E82i8gXQfARwS0erSPIgFPMeKZX15Dg0Lu pDsA== X-Received: by 10.70.103.37 with SMTP id ft5mr33593145pdb.159.1422924653823; Mon, 02 Feb 2015 16:50:53 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id uc2sm240861pbc.56.2015.02.02.16.50.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 16:50:53 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54D01B67.4010406@FreeBSD.org> Date: Tue, 03 Feb 2015 11:50:47 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378316 - head/devel/libhtp References: <201502021841.t12IfvP1021156@svn.freebsd.org> <54D01223.7020703@FreeBSD.org> <54D015B7.2080408@marino.st> In-Reply-To: <54D015B7.2080408@marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: tijl Coosemans X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 00:50:55 -0000 On 3/02/2015 11:26 AM, John Marino wrote: > On 2/3/2015 01:11, Kubilay Kocak wrote: >> On 3/02/2015 5:41 AM, John Marino wrote: >> Apart from the lack of an Approved by: line for this commit, even in the >> case of blanket, isn't LIBS= better here? > > It was a blanket - when ports that were building on dfly suddenly break > and the fix is simple and not invasive (e.g. missing LDFLAG) then I've > been given a blanket to just fix it. It would be appreciated if you could add the Approved by: line in future for these. Apart from not requiring anyone to ask (publicly or otherwise), it also helps other people in the project see and understand what is and isn't part of any policy-based decision making. That benefits everyone. Is the blanket for DFly and/or simple "non-invasive" *FLAGS changes documented anywhere or does it only apply to individuals? > I don't know if "LIBS" is standardized but it's a flag that's missing, > not a library. I'll pull tijl@ in the explain this one if needed and I'll leave this commit reference here as well: https://svnweb.freebsd.org/ports?view=revision&revision=357486 And just to note, there was this related and "simple" change that broke Python completely: https://lists.freebsd.org/pipermail/freebsd-python/2014-July/007129.html >> >> Further, if it is indeed the case that iconv:translit adds -liconv to >> LDFLAGS, wouldn't adding -L${LOCALBASE}/lib to LDFLAGS be better solved >> in Uses/iconv.mk when that case is true? > > I would think so. > Most of the time this doesn't pop up because another dependency brings > in -L/usr/local/lib so it works by accident very often. > > At the very least it should have an ${LDFLAGS_ICONV} option that could > be added to LDFLAGS. It would be a more correct solution. > If you can sort out a proper fix in the right place that would be great. You have approval from me to revert/change devel/libhtp as necessary. >> Give me a holler on IRC or email in future if you notice anything up >> with ports I maintain. I'm almost always happy to oblige. > > > I not on IRC ATM and I didn't see the downside of unbreaking the port > with a single flag. I would have opened a bugzilla ticket if the fix > was not obvious or invasive; I do that all the time. > > John I appreciate not everyone is online or working at the same time. Consideration is the key here, even if it resulted in the same outcome (a commit not *requiring* approval). Mindfulness and collaboration can sometimes take a little more effort, definitely. Having said all of the above, thank you for putting in the effort to improve a port I maintain. ./koobs From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 01:18:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F9493A2; Tue, 3 Feb 2015 01:18:11 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 741CF156; Tue, 3 Feb 2015 01:18:11 +0000 (UTC) Received: from [192.168.120.10] (095-097-241-198.static.chello.nl [95.97.241.198]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 18FA743BD6; Mon, 2 Feb 2015 19:18:08 -0600 (CST) Message-ID: <54D021CE.4020707@marino.st> Date: Tue, 03 Feb 2015 02:18:06 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378316 - head/devel/libhtp References: <201502021841.t12IfvP1021156@svn.freebsd.org> <54D01223.7020703@FreeBSD.org> <54D015B7.2080408@marino.st> <54D01B67.4010406@FreeBSD.org> In-Reply-To: <54D01B67.4010406@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: tijl Coosemans X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 01:18:11 -0000 On 2/3/2015 01:50, Kubilay Kocak wrote: > On 3/02/2015 11:26 AM, John Marino wrote: > > Is the blanket for DFly and/or simple "non-invasive" *FLAGS changes > documented anywhere or does it only apply to individuals? It's basically for DragonFly since the majority of committers cannot test their commits on it. Until redports comes back online with a dragonfly backend, it's not reasonable to expect people to test their commits don't break it. It's also a ton of work to chase breakage, thus simple fixes are blanketed. > If you can sort out a proper fix in the right place that would be great. > You have approval from me to revert/change devel/libhtp as necessary. You asked where the fix was better. It is better in uses/iconv.mk. However, there was only one known broken port, devel/libhtp. I didn't have the resources to do an exp-run on use/bsd.iconv.mk, and obviously that's not a quick (blanketed) fix. So I am not planning on updating that file, at least not any time soon. My "to-do" list is quite long at the moment. > I appreciate not everyone is online or working at the same time. > > Consideration is the key here, even if it resulted in the same outcome > (a commit not *requiring* approval). Mindfulness and collaboration can > sometimes take a little more effort, definitely. Well, also remember there was a culture were people were terrified of fixing simple things because some folks went ballistic if they were not consulted and explicitly give approval even for typos. Thankfully that seems to have mostly passed. This reaction has has now cost me 2 emails for a single flag. If the fix broke something or isn't the best fix, I take responsibility and will correct or revert it. Before the commit, I figured there was a 50/50 chance that you'd squawk at this. I was curious so I tested the waters. I think the result is in the future I'll be more prone to just drop in a local patch. John From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 04:36:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 167C9F10; Tue, 3 Feb 2015 04:36:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01E0FBF8; Tue, 3 Feb 2015 04:36:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t134aw9q001923; Tue, 3 Feb 2015 04:36:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t134awJt001921; Tue, 3 Feb 2015 04:36:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502030436.t134awJt001921@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 3 Feb 2015 04:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378340 - head/devel/pear-PHP_CodeSniffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 04:36:59 -0000 Author: vanilla Date: Tue Feb 3 04:36:57 2015 New Revision: 378340 URL: https://svnweb.freebsd.org/changeset/ports/378340 QAT: https://qat.redports.org/buildarchive/r378340/ Log: Upgrade to 2.2.0. Modified: head/devel/pear-PHP_CodeSniffer/Makefile head/devel/pear-PHP_CodeSniffer/distinfo Modified: head/devel/pear-PHP_CodeSniffer/Makefile ============================================================================== --- head/devel/pear-PHP_CodeSniffer/Makefile Mon Feb 2 23:31:18 2015 (r378339) +++ head/devel/pear-PHP_CodeSniffer/Makefile Tue Feb 3 04:36:57 2015 (r378340) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PHP_CodeSniffer -PORTVERSION= 1.5.4 +PORTVERSION= 2.2.0 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org Modified: head/devel/pear-PHP_CodeSniffer/distinfo ============================================================================== --- head/devel/pear-PHP_CodeSniffer/distinfo Mon Feb 2 23:31:18 2015 (r378339) +++ head/devel/pear-PHP_CodeSniffer/distinfo Tue Feb 3 04:36:57 2015 (r378340) @@ -1,2 +1,2 @@ -SHA256 (PEAR/PHP_CodeSniffer-1.5.4.tgz) = eb112873486b617ad2ed260a146adc32afbe5ee8d92762fe7433bb2eeaa48313 -SIZE (PEAR/PHP_CodeSniffer-1.5.4.tgz) = 410579 +SHA256 (PEAR/PHP_CodeSniffer-2.2.0.tgz) = 5a2fdcb5876d032c45153363524b557530d4e58cc7467cabb3c170d06ae0cd0d +SIZE (PEAR/PHP_CodeSniffer-2.2.0.tgz) = 460611 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 04:52:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA2FA140; Tue, 3 Feb 2015 04:52:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6381D6F; Tue, 3 Feb 2015 04:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t134qjDE010742; Tue, 3 Feb 2015 04:52:45 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t134qjvt010741; Tue, 3 Feb 2015 04:52:45 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201502030452.t134qjvt010741@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 3 Feb 2015 04:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378341 - head/sysutils/xen-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 04:52:46 -0000 Author: dinoex Date: Tue Feb 3 04:52:44 2015 New Revision: 378341 URL: https://svnweb.freebsd.org/changeset/ports/378341 QAT: https://qat.redports.org/buildarchive/r378341/ Log: - fix typo in path Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Tue Feb 3 04:36:57 2015 (r378340) +++ head/sysutils/xen-tools/Makefile Tue Feb 3 04:52:44 2015 (r378341) @@ -15,7 +15,7 @@ DISTFILES= xen-${PORTVERSION}.tar.gz BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ - ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl + ${LOCALBASE}/lib/libyajl.so:${PORTSDIR}/devel/yajl USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig USE_PERL5= build From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 07:48:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 237BCF06; Tue, 3 Feb 2015 07:48:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0421C8; Tue, 3 Feb 2015 07:48:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t137mQNl090208; Tue, 3 Feb 2015 07:48:26 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t137mOsT090193; Tue, 3 Feb 2015 07:48:24 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502030748.t137mOsT090193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 3 Feb 2015 07:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378342 - in head/multimedia: gstreamer-plugins-resindvd gstreamer1-plugins-resindvd libdvdnav libdvdnav/files libdvdread lxdvdrip mplayer mpv vlc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 07:48:27 -0000 Author: martymac Date: Tue Feb 3 07:48:23 2015 New Revision: 378342 URL: https://svnweb.freebsd.org/changeset/ports/378342 QAT: https://qat.redports.org/buildarchive/r378342/ Log: Update multimedia/libdvdread and multimedia/libdvdnav - Update multimedia/libdvdread to version 5.0.1 - Update multimedia/libdvdnav to version 5.0.2 - Bump revisions of ports that depend on multimedia/libdvdnav (library version is going backwards from 4.2.1 to 4.1.2) - Ports depending on multimedia/libdvdread do not need to be bumped (the library keeps being numbered 4.1.2 and is binary compatible with the previous version) Deleted: head/multimedia/libdvdnav/files/ Modified: head/multimedia/gstreamer-plugins-resindvd/Makefile head/multimedia/gstreamer1-plugins-resindvd/Makefile head/multimedia/libdvdnav/Makefile head/multimedia/libdvdnav/distinfo head/multimedia/libdvdnav/pkg-plist head/multimedia/libdvdread/Makefile head/multimedia/libdvdread/distinfo head/multimedia/lxdvdrip/Makefile head/multimedia/mplayer/Makefile head/multimedia/mpv/Makefile head/multimedia/vlc/Makefile Modified: head/multimedia/gstreamer-plugins-resindvd/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-resindvd/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/gstreamer-plugins-resindvd/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -1,7 +1,7 @@ # Created by: Koop Mast # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia COMMENT= Gstreamer resindvd plugin Modified: head/multimedia/gstreamer1-plugins-resindvd/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-resindvd/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/gstreamer1-plugins-resindvd/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer resindvd plugin Modified: head/multimedia/libdvdnav/Makefile ============================================================================== --- head/multimedia/libdvdnav/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/libdvdnav/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= libdvdnav -PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTVERSION= 5.0.2 CATEGORIES= multimedia -# Svn repository URL : svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav -MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ \ +MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \ + http://dvdnav.mplayerhq.hu/releases/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -17,25 +16,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= configure2 -CONFIGURE_ARGS= --prefix="${PREFIX}" \ - --libdir="${PREFIX}/lib" \ - --libdatadir="${PREFIX}/libdata/pkgconfig" \ - --shlibdir="${PREFIX}/lib" \ - --incdir="${PREFIX}/include/dvdnav" \ - --disable-opts \ - --cc="${CC}" -USES= tar:xz gmake pkgconfig:build -CONFLICTS= libdvdnav-mplayer-[0-9]* +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= tar:bz2 gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -OPTIONS_DEFINE= DEBUG -DEBUG_CONFIGURE_ON= --enable-debug --disable-strip -DEBUG_CONFIGURE_OFF= --disable-debug --enable-strip - -post-patch: - @${REINPLACE_CMD} -e 's|^threadlib="-lpthread"|threadlib="${PTHREAD_LIBS}"|g' \ - ${WRKSRC}/configure2 +PORTDOCS= AUTHORS COPYING ChangeLog README TODO .include Modified: head/multimedia/libdvdnav/distinfo ============================================================================== --- head/multimedia/libdvdnav/distinfo Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/libdvdnav/distinfo Tue Feb 3 07:48:23 2015 (r378342) @@ -1,2 +1,2 @@ -SHA256 (libdvdnav-4.2.1.tar.xz) = 7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372 -SIZE (libdvdnav-4.2.1.tar.xz) = 109856 +SHA256 (libdvdnav-5.0.2.tar.bz2) = 14dc140b81c3a23b6bfbd73ba54cc866da84d57030da61b172a2e76338d50696 +SIZE (libdvdnav-5.0.2.tar.bz2) = 371826 Modified: head/multimedia/libdvdnav/pkg-plist ============================================================================== --- head/multimedia/libdvdnav/pkg-plist Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/libdvdnav/pkg-plist Tue Feb 3 07:48:23 2015 (r378342) @@ -1,13 +1,8 @@ -bin/dvdnav-config include/dvdnav/dvd_types.h include/dvdnav/dvdnav.h include/dvdnav/dvdnav_events.h lib/libdvdnav.a lib/libdvdnav.so lib/libdvdnav.so.4 -lib/libdvdnav.so.4.2.1 -lib/libdvdnavmini.so -lib/libdvdnavmini.so.4 -lib/libdvdnavmini.so.4.2.1 +lib/libdvdnav.so.4.1.2 libdata/pkgconfig/dvdnav.pc -libdata/pkgconfig/dvdnavmini.pc Modified: head/multimedia/libdvdread/Makefile ============================================================================== --- head/multimedia/libdvdread/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/libdvdread/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libdvdread -PORTVERSION= 4.9.9 -PORTREVISION= 3 +PORTVERSION= 5.0.1 CATEGORIES= multimedia -MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ \ +MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PORTVERSION}/ \ + http://dvdnav.mplayerhq.hu/releases/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -16,7 +16,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig tar:xz +USES= tar:bz2 gmake libtool pathfix pkgconfig USE_LDCONFIG= yes PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO Modified: head/multimedia/libdvdread/distinfo ============================================================================== --- head/multimedia/libdvdread/distinfo Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/libdvdread/distinfo Tue Feb 3 07:48:23 2015 (r378342) @@ -1,2 +1,2 @@ -SHA256 (libdvdread-4.9.9.tar.xz) = d91275471ef69d488b05cf15c60e1cd65e17648bfc692b405787419f47ca424a -SIZE (libdvdread-4.9.9.tar.xz) = 322964 +SHA256 (libdvdread-5.0.1.tar.bz2) = 65652e20f548822e8b222582f4f3a0c5cc9b70a266a476579f47f664c68f0b26 +SIZE (libdvdread-5.0.1.tar.bz2) = 392770 Modified: head/multimedia/lxdvdrip/Makefile ============================================================================== --- head/multimedia/lxdvdrip/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/lxdvdrip/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -3,7 +3,7 @@ PORTNAME= lxdvdrip PORTVERSION= 1.62 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= http://download.berlios.de/lxdvdrip/ EXTRACT_SUFX= .tgz Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/mplayer/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= High performance media player supporting many formats Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/mpv/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.7.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Tue Feb 3 04:52:44 2015 (r378341) +++ head/multimedia/vlc/Makefile Tue Feb 3 07:48:23 2015 (r378342) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.5 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 09:35:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FD5960B; Tue, 3 Feb 2015 09:35:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40A70DAD; Tue, 3 Feb 2015 09:35:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t139Zrxj041738; Tue, 3 Feb 2015 09:35:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t139ZqP5041735; Tue, 3 Feb 2015 09:35:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502030935.t139ZqP5041735@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 3 Feb 2015 09:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378343 - head/databases/p5-DBIx-Class-Helpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 09:35:53 -0000 Author: marino Date: Tue Feb 3 09:35:51 2015 New Revision: 378343 URL: https://svnweb.freebsd.org/changeset/ports/378343 QAT: https://qat.redports.org/buildarchive/r378343/ Log: databases/p5-DBIx-Class-Helpers: UNBREAK I'm not sure what happened here. There was a good PR [1] to update this port that properly changed the Makefile, distinfo, and the pkg-plist, but tj@ updated the port independently but only changed the Makefile (and moved PORTREVISION to 2 instead of resetting it to 0). Use the changes outlined in the PR properly updates the version to 2.024001. PR: 195195 Submitted by: Geoffroy Desvernay Approved by: blanket (unbreak port) Modified: head/databases/p5-DBIx-Class-Helpers/Makefile head/databases/p5-DBIx-Class-Helpers/distinfo head/databases/p5-DBIx-Class-Helpers/pkg-plist Modified: head/databases/p5-DBIx-Class-Helpers/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/Makefile Tue Feb 3 07:48:23 2015 (r378342) +++ head/databases/p5-DBIx-Class-Helpers/Makefile Tue Feb 3 09:35:51 2015 (r378343) @@ -14,8 +14,6 @@ COMMENT= Simplify the common case stuff LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BROKEN= Missing distinfo - RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \ p5-DBIx-Class-Candy>=0:${PORTSDIR}/databases/p5-DBIx-Class-Candy \ Modified: head/databases/p5-DBIx-Class-Helpers/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/distinfo Tue Feb 3 07:48:23 2015 (r378342) +++ head/databases/p5-DBIx-Class-Helpers/distinfo Tue Feb 3 09:35:51 2015 (r378343) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-Helpers-2.023000.tar.gz) = 9ab052d739b2569c9fd8055c123d18d2fac808395e43498c5469a5dd9c3fce35 -SIZE (DBIx-Class-Helpers-2.023000.tar.gz) = 67604 +SHA256 (DBIx-Class-Helpers-2.024001.tar.gz) = a9d29c96a86d217fd6e5d0e146ad5105df72168b1b1c184eceff5d3978769081 +SIZE (DBIx-Class-Helpers-2.024001.tar.gz) = 68704 Modified: head/databases/p5-DBIx-Class-Helpers/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/pkg-plist Tue Feb 3 07:48:23 2015 (r378342) +++ head/databases/p5-DBIx-Class-Helpers/pkg-plist Tue Feb 3 09:35:51 2015 (r378343) @@ -44,6 +44,7 @@ %%SITE_PERL%%/DBIx/Class/Helper/Row/SubClass.pm %%SITE_PERL%%/DBIx/Class/Helper/Row/ToJSON.pm %%SITE_PERL%%/DBIx/Class/Helper/Schema/DateTime.pm +%%SITE_PERL%%/DBIx/Class/Helper/Schema/DidYouMean.pm %%SITE_PERL%%/DBIx/Class/Helper/Schema/GenerateSource.pm %%SITE_PERL%%/DBIx/Class/Helper/Schema/LintContents.pm %%SITE_PERL%%/DBIx/Class/Helper/Schema/QuoteNames.pm @@ -97,6 +98,7 @@ %%PERL5_MAN3%%/DBIx::Class::Helper::Row::SubClass.3.gz %%PERL5_MAN3%%/DBIx::Class::Helper::Row::ToJSON.3.gz %%PERL5_MAN3%%/DBIx::Class::Helper::Schema::DateTime.3.gz +%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::DidYouMean.3.gz %%PERL5_MAN3%%/DBIx::Class::Helper::Schema::GenerateSource.3.gz %%PERL5_MAN3%%/DBIx::Class::Helper::Schema::LintContents.3.gz %%PERL5_MAN3%%/DBIx::Class::Helper::Schema::QuoteNames.3.gz From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 09:55:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96A9B9FA; Tue, 3 Feb 2015 09:55:57 +0000 (UTC) Received: from mailrelay103.isp.belgacom.be (mailrelay103.isp.belgacom.be [195.238.20.130]) by mx1.freebsd.org (Postfix) with ESMTP id 330C5FB5; Tue, 3 Feb 2015 09:55:55 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=ZT6Ny9SzQUL0U4sOn6xM6rLbT25dGdPOAe/imaXRw80= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=mVx6q1jHy28WIcjNDtYA:9 a=CjuIK1q_8ugA:10 a=m9jJNuv2fyIA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BhBgCjmtBU/xOHsFtagwZSTsUIDIVvAoEYRAEBAQEBfYQMAQEBAwEBAjccIwULCw4KCSUPGREeBhMbiAoMAQjVZQEBAQEBAQEBAQEBAQEBAQEBG4oOhWoHhCkFkleCDYErgh6BTpEPIoNvPTEBgkEBAQE Received: from 19.135-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.135.19]) by relay.skynet.be with ESMTP; 03 Feb 2015 10:55:54 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t139trvQ001671; Tue, 3 Feb 2015 10:55:53 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Tue, 3 Feb 2015 10:55:53 +0100 From: Tijl Coosemans To: Kubilay Kocak Subject: Re: svn commit: r378316 - head/devel/libhtp Message-ID: <20150203105553.3bbbeb6c@kalimero.tijl.coosemans.org> In-Reply-To: <54D01B67.4010406@FreeBSD.org> References: <201502021841.t12IfvP1021156@svn.freebsd.org> <54D01223.7020703@FreeBSD.org> <54D015B7.2080408@marino.st> <54D01B67.4010406@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 09:55:57 -0000 On Tue, 03 Feb 2015 11:50:47 +1100 Kubilay Kocak wrote: > On 3/02/2015 11:26 AM, John Marino wrote: >> I don't know if "LIBS" is standardized but it's a flag that's missing, >> not a library. > > I'll pull tijl@ in the explain this one if needed and I'll leave this > commit reference here as well: > > https://svnweb.freebsd.org/ports?view=revision&revision=357486 Both -L and -l should go into LIBS if possible. LIBS appears later on the command line and -L${LOCALBASE}/lib should appear after any -L flags specified by upstream. > And just to note, there was this related and "simple" change that broke > Python completely: > > https://lists.freebsd.org/pipermail/freebsd-python/2014-July/007129.html I think you misremember this. It turned out to be a misconfiguration in the user's make.conf. >>> Further, if it is indeed the case that iconv:translit adds -liconv to >>> LDFLAGS, wouldn't adding -L${LOCALBASE}/lib to LDFLAGS be better solved >>> in Uses/iconv.mk when that case is true? >> >> I would think so. >> Most of the time this doesn't pop up because another dependency brings >> in -L/usr/local/lib so it works by accident very often. >> >> At the very least it should have an ${LDFLAGS_ICONV} option that could >> be added to LDFLAGS. It would be a more correct solution. > > If you can sort out a proper fix in the right place that would be great. > You have approval from me to revert/change devel/libhtp as necessary. You can use -L${ICONV_PREFIX}/lib (and -I${ICONV_PREFIX}/include). The reason USES=iconv doesn't add -L/-l to LDFLAGS or LIBS (or -I to CPPFLAGS) is because not all ports support these variables and the ordering of the flags may be important. Only the port Makefile knows all the flags that need to be added and in which order. From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 10:01:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50674B04; Tue, 3 Feb 2015 10:01:00 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E82CB; Tue, 3 Feb 2015 10:00:59 +0000 (UTC) Received: from [10.31.9.208] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7694543BB4; Tue, 3 Feb 2015 04:00:52 -0600 (CST) Message-ID: <54D09C51.5020001@marino.st> Date: Tue, 03 Feb 2015 11:00:49 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , Kubilay Kocak Subject: Re: svn commit: r378316 - head/devel/libhtp References: <201502021841.t12IfvP1021156@svn.freebsd.org> <54D01223.7020703@FreeBSD.org> <54D015B7.2080408@marino.st> <54D01B67.4010406@FreeBSD.org> <20150203105553.3bbbeb6c@kalimero.tijl.coosemans.org> In-Reply-To: <20150203105553.3bbbeb6c@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 10:01:00 -0000 On 2/3/2015 10:55, Tijl Coosemans wrote: > On Tue, 03 Feb 2015 11:50:47 +1100 Kubilay Kocak wrote: >> On 3/02/2015 11:26 AM, John Marino wrote: >>> I don't know if "LIBS" is standardized but it's a flag that's missing, >>> not a library. >> >> I'll pull tijl@ in the explain this one if needed and I'll leave this >> commit reference here as well: >> >> https://svnweb.freebsd.org/ports?view=revision&revision=357486 > > Both -L and -l should go into LIBS if possible. LIBS appears later on > the command line and -L${LOCALBASE}/lib should appear after any -L flags > specified by upstream. > >> And just to note, there was this related and "simple" change that broke >> Python completely: >> >> https://lists.freebsd.org/pipermail/freebsd-python/2014-July/007129.html > > I think you misremember this. It turned out to be a misconfiguration in > the user's make.conf. > >>>> Further, if it is indeed the case that iconv:translit adds -liconv to >>>> LDFLAGS, wouldn't adding -L${LOCALBASE}/lib to LDFLAGS be better solved >>>> in Uses/iconv.mk when that case is true? >>> >>> I would think so. >>> Most of the time this doesn't pop up because another dependency brings >>> in -L/usr/local/lib so it works by accident very often. >>> >>> At the very least it should have an ${LDFLAGS_ICONV} option that could >>> be added to LDFLAGS. It would be a more correct solution. >> >> If you can sort out a proper fix in the right place that would be great. >> You have approval from me to revert/change devel/libhtp as necessary. > > You can use -L${ICONV_PREFIX}/lib (and -I${ICONV_PREFIX}/include). The > reason USES=iconv doesn't add -L/-l to LDFLAGS or LIBS (or -I to > CPPFLAGS) is because not all ports support these variables and the > ordering of the flags may be important. Only the port Makefile knows > all the flags that need to be added and in which order. Okay, so to summarize: 1) it was correct to add the fix to the port makefile 2) Uses/iconv.mk doesn't have to be updated 3) I'll test moving the -L flag into LIBS, and if it still builds fine I'll make the change (I don't think it makes much difference in this case, but it seems to be preferred). Thanks tijl, John From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 10:36:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 532EB61C; Tue, 3 Feb 2015 10:36:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 252A165B; Tue, 3 Feb 2015 10:36:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13AaKSJ069914; Tue, 3 Feb 2015 10:36:20 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13AaJ0m069907; Tue, 3 Feb 2015 10:36:19 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502031036.t13AaJ0m069907@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 3 Feb 2015 10:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378344 - in head: . deskutils deskutils/currtime sysutils sysutils/currtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 10:36:20 -0000 Author: bofh Date: Tue Feb 3 10:36:18 2015 New Revision: 378344 URL: https://svnweb.freebsd.org/changeset/ports/378344 QAT: https://qat.redports.org/buildarchive/r378344/ Log: [CHANGE CATEGORY] sysutils/currtime: deskutils->sysutils Submitted by: danfe Approved by: bapt(mentor) Added: head/sysutils/currtime/ - copied from r378343, head/deskutils/currtime/ Deleted: head/deskutils/currtime/ Modified: head/MOVED head/deskutils/Makefile head/sysutils/Makefile head/sysutils/currtime/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 3 09:35:51 2015 (r378343) +++ head/MOVED Tue Feb 3 10:36:18 2015 (r378344) @@ -7419,3 +7419,4 @@ security/openssh-portable66|security/ope www/p5-WWW-Scraper-ISBN-Driver|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore +deskutils/currtime:sysutils/currtime|2015-02-03|Move to sysutils category Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Feb 3 09:35:51 2015 (r378343) +++ head/deskutils/Makefile Tue Feb 3 10:36:18 2015 (r378344) @@ -30,7 +30,6 @@ SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += countdown - SUBDIR += currtime SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Feb 3 09:35:51 2015 (r378343) +++ head/sysutils/Makefile Tue Feb 3 10:36:18 2015 (r378344) @@ -160,6 +160,7 @@ SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += curly + SUBDIR += currtime SUBDIR += cw SUBDIR += daa2iso SUBDIR += dae Modified: head/sysutils/currtime/Makefile ============================================================================== --- head/deskutils/currtime/Makefile Tue Feb 3 09:35:51 2015 (r378343) +++ head/sysutils/currtime/Makefile Tue Feb 3 10:36:18 2015 (r378344) @@ -2,7 +2,7 @@ PORTNAME= currtime PORTVERSION= 0.2 -CATEGORIES= deskutils +CATEGORIES= sysutils MASTER_SITES= http://www.neelc.org/files/currtime/${PORTVERSION}/ MAINTAINER= neel@neelc.org From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 10:51:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEB07ADE; Tue, 3 Feb 2015 10:51:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB7888C; Tue, 3 Feb 2015 10:51:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13ApPbM078933; Tue, 3 Feb 2015 10:51:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13ApPwe078932; Tue, 3 Feb 2015 10:51:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502031051.t13ApPwe078932@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Feb 2015 10:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378346 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 10:51:25 -0000 Author: bapt Date: Tue Feb 3 10:51:24 2015 New Revision: 378346 URL: https://svnweb.freebsd.org/changeset/ports/378346 QAT: https://qat.redports.org/buildarchive/r378346/ Log: Fix MOVED entry Pointyhat to: bapt (making typos when showing syntaxes to mentees) Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 3 10:46:31 2015 (r378345) +++ head/MOVED Tue Feb 3 10:51:24 2015 (r378346) @@ -7419,4 +7419,4 @@ security/openssh-portable66|security/ope www/p5-WWW-Scraper-ISBN-Driver|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore -deskutils/currtime:sysutils/currtime|2015-02-03|Move to sysutils category +deskutils/currtime|sysutils/currtime|2015-02-03|Move to sysutils category From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 11:09:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13603DCF; Tue, 3 Feb 2015 11:09:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37DA9DF; Tue, 3 Feb 2015 11:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13B90L8084639; Tue, 3 Feb 2015 11:09:00 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13B90Bg084636; Tue, 3 Feb 2015 11:09:00 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502031109.t13B90Bg084636@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 3 Feb 2015 11:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378347 - in head/comms/rtl-sdr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 11:09:01 -0000 Author: martymac Date: Tue Feb 3 11:08:59 2015 New Revision: 378347 URL: https://svnweb.freebsd.org/changeset/ports/378347 QAT: https://qat.redports.org/buildarchive/r378347/ Log: Add support for HanfTek DVB-T PR: 197272 Submitted by: skreuzer Added: head/comms/rtl-sdr/files/patch-src_librtlsdr.c (contents, props changed) Modified: head/comms/rtl-sdr/Makefile Modified: head/comms/rtl-sdr/Makefile ============================================================================== --- head/comms/rtl-sdr/Makefile Tue Feb 3 10:51:24 2015 (r378346) +++ head/comms/rtl-sdr/Makefile Tue Feb 3 11:08:59 2015 (r378347) @@ -3,7 +3,7 @@ PORTNAME= rtl-sdr PORTVERSION= 20140210 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac Added: head/comms/rtl-sdr/files/patch-src_librtlsdr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/rtl-sdr/files/patch-src_librtlsdr.c Tue Feb 3 11:08:59 2015 (r378347) @@ -0,0 +1,10 @@ +--- src/librtlsdr.c.orig 2015-02-02 14:14:20 UTC ++++ src/librtlsdr.c +@@ -314,6 +314,7 @@ static rtlsdr_dongle_t known_devices[] = + { 0x0ccd, 0x00e0, "Terratec NOXON DAB/DAB+ USB dongle (rev 2)" }, + { 0x1554, 0x5020, "PixelView PV-DT235U(RN)" }, + { 0x15f4, 0x0131, "Astrometa DVB-T/DVB-T2" }, ++ { 0x15f4, 0x0133, "HanfTek DVB-T" }, + { 0x185b, 0x0620, "Compro Videomate U620F"}, + { 0x185b, 0x0650, "Compro Videomate U650F"}, + { 0x185b, 0x0680, "Compro Videomate U680F"}, From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 12:28:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A08E62A; Tue, 3 Feb 2015 12:28:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63500364; Tue, 3 Feb 2015 12:28:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13CSdw8023244; Tue, 3 Feb 2015 12:28:39 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13CSOHI023170; Tue, 3 Feb 2015 12:28:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502031228.t13CSOHI023170@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Feb 2015 12:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378348 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/xfce4-tumbler editors/calligra editors/libreoffice editors/openoffice-4 editors/openoffice-devel edi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 12:28:39 -0000 Author: kwm Date: Tue Feb 3 12:28:23 2015 New Revision: 378348 URL: https://svnweb.freebsd.org/changeset/ports/378348 QAT: https://qat.redports.org/buildarchive/r378348/ Log: Update poppler to 0.30.0 [1]. Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2] Added: head/graphics/inkscape/files/configure.ac (contents, props changed) head/graphics/inkscape/files/patch-config.h.in (contents, props changed) head/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp (contents, props changed) Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/xfce4-tumbler/Makefile head/editors/calligra/Makefile head/editors/libreoffice/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/texmaker/Makefile head/editors/texstudio/Makefile head/editors/texworks/Makefile head/graphics/apvlv/Makefile head/graphics/atril/Makefile head/graphics/electrix/Makefile head/graphics/epdfview/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/gimp-app/Makefile head/graphics/inkscape/Makefile head/graphics/inkscape/files/patch-configure head/graphics/okular/Makefile head/graphics/pdf2svg/Makefile head/graphics/poppler-glib/Makefile head/graphics/poppler-qt4/pkg-plist head/graphics/poppler-qt5/pkg-plist head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/poppler/files/patch-glib_Makefile.in head/graphics/poppler/files/patch-utils_Makefile.in head/graphics/poppler/pkg-plist head/graphics/py-poppler-qt4/Makefile head/graphics/py-poppler/Makefile head/graphics/qcomicbook/Makefile head/graphics/xournal/Makefile head/graphics/zathura-pdf-poppler/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/misc/tellico-kde4/Makefile head/print/cups-filters/Makefile head/print/deforaos-pdfviewer/Makefile head/print/pdfcube/Makefile head/print/qpdfview/Makefile head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/print/texlive-base/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/tracker/Makefile head/textproc/pdfgrep/Makefile head/x11-fm/gnome-commander2/Makefile head/x11-toolkits/rubygem-poppler/Makefile head/x11/eaglemode/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/converters/pdf2djvu/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.7.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/databases/kbibtex/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases kde MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/deskutils/calibre/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 1.48.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/deskutils/xfce4-tumbler/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.30 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/calligra/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/libreoffice/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Full integrated office productivity suite Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/openoffice-4/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/openoffice-devel/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= editors java MASTER_SITES= http://ci.apache.org/projects/openoffice/milestones/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/texmaker/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.3 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/texstudio/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,6 +2,7 @@ PORTNAME= texstudio PORTVERSION= 2.8.8 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/editors/texworks/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION} Modified: head/graphics/apvlv/Makefile ============================================================================== --- head/graphics/apvlv/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/apvlv/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= apvlv PORTVERSION= 0.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/atril/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/electrix/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/epdfview/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ http://mirror.slitaz.org/sources/packages/e/ Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/evas_generic_loaders-pdf/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdf PORTVERSION= 1.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/evince/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -4,7 +4,7 @@ PORTNAME= evince PORTVERSION= 3.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/gdal/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/gimp-app/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.14 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/inkscape/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} Added: head/graphics/inkscape/files/configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/configure.ac Tue Feb 3 12:28:23 2015 (r378348) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2015-01-29 19:58:01.271153231 +0100 ++++ configure.ac 2015-01-29 19:58:25.237151226 +0100 +@@ -593,6 +593,11 @@ + AC_DEFINE(POPPLER_EVEN_NEWER_COLOR_SPACE_API, 1, [Use even newer color space API from Poppler >= 0.26.0]) + fi + ++PKG_CHECK_MODULES(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, poppler >= 0.29.0, popplernewernewcolorspaceapi=yes, popplernewernewcolorspaceapi=no) ++if test "x$popplernewernewcolorspaceapi" = "xyes"; then ++ AC_DEFINE(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, 1, [Use even newer new color space API from Poppler >= 0.29.0]) ++fi ++ + # Poppler's b604a008 commit changes this + AC_MSG_CHECKING([whether Poppler's GfxPatch no longer uses GfxColor]) + popplergfxcolor="no" Added: head/graphics/inkscape/files/patch-config.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/patch-config.h.in Tue Feb 3 12:28:23 2015 (r378348) @@ -0,0 +1,12 @@ +--- config.h.in.orig 2015-01-29 20:28:40.068026139 +0100 ++++ config.h.in 2015-01-29 20:31:07.000000000 +0100 +@@ -246,6 +246,9 @@ + /* Use even newer color space API from Poppler >= 0.26.0 */ + #undef POPPLER_EVEN_NEWER_COLOR_SPACE_API + ++/* Use even newer new color space API from Poppler >= 0.29.0 */ ++#undef POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API ++ + /* Use color space API from Poppler >= 0.12.2 */ + #undef POPPLER_NEW_COLOR_SPACE_API + Modified: head/graphics/inkscape/files/patch-configure ============================================================================== --- head/graphics/inkscape/files/patch-configure Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/inkscape/files/patch-configure Tue Feb 3 12:28:23 2015 (r378348) @@ -1,6 +1,37 @@ ---- configure.orig 2014-10-20 01:29:05.836430783 +0200 -+++ configure 2014-10-20 01:29:05.872430406 +0200 -@@ -9046,10 +9046,11 @@ +--- configure.orig 2015-01-29 19:57:54.424153129 +0100 ++++ configure 2015-01-29 20:00:37.112141976 +0100 +@@ -657,6 +657,8 @@ + LIBWPG01_CFLAGS + INKBOARD_CFLAGS + INKBOARD_LIBS ++POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS ++POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS + POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS + POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS + POPPLER_NEWERRORAPI_LIBS +@@ -914,6 +916,8 @@ + POPPLER_NEWERRORAPI_LIBS + POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS + POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS ++POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS ++POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS + LIBWPG01_CFLAGS + LIBWPG01_LIBS + LIBWPG02_CFLAGS +@@ -1630,6 +1634,12 @@ + POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS + linker flags for POPPLER_EVEN_NEWER_COLOR_SPACE_API, overriding + pkg-config ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS ++ C compiler flags for POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, ++ overriding pkg-config ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS ++ linker flags for POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, ++ overriding pkg-config + LIBWPG01_CFLAGS + C compiler flags for LIBWPG01, overriding pkg-config + LIBWPG01_LIBS +@@ -9047,10 +9057,11 @@ #include extern unsigned GC_version; int main(void){ @@ -16,3 +47,87 @@ } _ACEOF if ac_fn_cxx_try_run "$LINENO"; then : +@@ -10561,6 +10572,83 @@ + + fi + ++ ++pkg_failed=no ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API" >&5 ++$as_echo_n "checking for POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API... " >&6; } ++ ++if test -n "$POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS"; then ++ pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS="$POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler >= 0.29.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "poppler >= 0.29.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS=`$PKG_CONFIG --cflags "poppler >= 0.29.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++if test -n "$POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS"; then ++ pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS="$POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler >= 0.29.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "poppler >= 0.29.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS=`$PKG_CONFIG --libs "poppler >= 0.29.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++ ++ ++ ++if test $pkg_failed = yes; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then ++ _pkg_short_errors_supported=yes ++else ++ _pkg_short_errors_supported=no ++fi ++ if test $_pkg_short_errors_supported = yes; then ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "poppler >= 0.29.0" 2>&1` ++ else ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "poppler >= 0.29.0" 2>&1` ++ fi ++ # Put the nasty error message in config.log where it belongs ++ echo "$POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_PKG_ERRORS" >&5 ++ ++ popplernewernewcolorspaceapi=no ++elif test $pkg_failed = untried; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ popplernewernewcolorspaceapi=no ++else ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS=$pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_CFLAGS ++ POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS=$pkg_cv_POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API_LIBS ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ popplernewernewcolorspaceapi=yes ++fi ++if test "x$popplernewernewcolorspaceapi" = "xyes"; then ++ ++$as_echo "#define POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API 1" >>confdefs.h ++ ++fi ++ + # Poppler's b604a008 commit changes this + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Poppler's GfxPatch no longer uses GfxColor" >&5 + $as_echo_n "checking whether Poppler's GfxPatch no longer uses GfxColor... " >&6; } Added: head/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp Tue Feb 3 12:28:23 2015 (r378348) @@ -0,0 +1,83 @@ +=== modified file 'src/extension/internal/pdfinput/pdf-parser.cpp' +--- src/extension/internal/pdfinput/pdf-parser.cpp 2014-06-03 15:44:09 +0000 ++++ src/extension/internal/pdfinput/pdf-parser.cpp 2014-12-10 20:32:30 +0000 +@@ -860,7 +860,9 @@ + blendingColorSpace = NULL; + isolated = knockout = gFalse; + if (!obj4.dictLookup(const_cast("CS"), &obj5)->isNull()) { +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ blendingColorSpace = GfxColorSpace::parse(NULL, &obj5, NULL, NULL); ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) + blendingColorSpace = GfxColorSpace::parse(&obj5, NULL, NULL); + #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) + blendingColorSpace = GfxColorSpace::parse(&obj5, NULL); +@@ -1085,7 +1087,13 @@ + + state->setFillPattern(NULL); + res->lookupColorSpace(args[0].getName(), &obj); +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ if (obj.isNull()) { ++ colorSpace = GfxColorSpace::parse(NULL, &args[0], NULL, NULL); ++ } else { ++ colorSpace = GfxColorSpace::parse(NULL, &obj, NULL, NULL); ++ } ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) + if (obj.isNull()) { + colorSpace = GfxColorSpace::parse(&args[0], NULL, NULL); + } else { +@@ -1126,7 +1134,13 @@ + + state->setStrokePattern(NULL); + res->lookupColorSpace(args[0].getName(), &obj); +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ if (obj.isNull()) { ++ colorSpace = GfxColorSpace::parse(NULL, &args[0], NULL, NULL); ++ } else { ++ colorSpace = GfxColorSpace::parse(NULL, &obj, NULL, NULL); ++ } ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) + if (obj.isNull()) { + colorSpace = GfxColorSpace::parse(&args[0], NULL, NULL); + } else { +@@ -2756,8 +2770,10 @@ + } + } + if (!obj1.isNull()) { +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +- colorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ colorSpace = GfxColorSpace::parse(NULL, &obj1, NULL, NULL); ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++ colorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); + #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) + colorSpace = GfxColorSpace::parse(&obj1, NULL); + #else +@@ -2847,8 +2863,10 @@ + obj2.free(); + } + } +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +- GfxColorSpace *maskColorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ GfxColorSpace *maskColorSpace = GfxColorSpace::parse(NULL, &obj1, NULL, NULL); ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++ GfxColorSpace *maskColorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); + #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) + maskColorSpace = GfxColorSpace::parse(&obj1, NULL); + #else +@@ -3040,7 +3058,9 @@ + if (obj1.dictLookup(const_cast("S"), &obj2)->isName(const_cast("Transparency"))) { + transpGroup = gTrue; + if (!obj1.dictLookup(const_cast("CS"), &obj3)->isNull()) { +-#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) ++#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) ++ blendingColorSpace = GfxColorSpace::parse(NULL, &obj3, NULL, NULL); ++#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) + blendingColorSpace = GfxColorSpace::parse(&obj3, NULL, NULL); + #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) + blendingColorSpace = GfxColorSpace::parse(&obj3, NULL); + + Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/okular/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/pdf2svg/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.cityinthesky.co.uk/_media/opensource/ Modified: head/graphics/poppler-glib/Makefile ============================================================================== --- head/graphics/poppler-glib/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler-glib/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -glib MAINTAINER= gnome@FreeBSD.org Modified: head/graphics/poppler-qt4/pkg-plist ============================================================================== --- head/graphics/poppler-qt4/pkg-plist Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler-qt4/pkg-plist Tue Feb 3 12:28:23 2015 (r378348) @@ -8,5 +8,5 @@ include/poppler/qt4/poppler-page-transit include/poppler/qt4/poppler-qt4.h lib/libpoppler-qt4.so lib/libpoppler-qt4.so.4 -lib/libpoppler-qt4.so.4.4.0 +lib/libpoppler-qt4.so.4.5.0 libdata/pkgconfig/poppler-qt4.pc Modified: head/graphics/poppler-qt5/pkg-plist ============================================================================== --- head/graphics/poppler-qt5/pkg-plist Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler-qt5/pkg-plist Tue Feb 3 12:28:23 2015 (r378348) @@ -8,5 +8,5 @@ include/poppler/qt5/poppler-page-transit include/poppler/qt5/poppler-qt5.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.1.0 +lib/libpoppler-qt5.so.1.2.0 libdata/pkgconfig/poppler-qt5.pc Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,8 +3,8 @@ # $MCom: ports/graphics/poppler/Makefile,v 1.84 2013/03/12 14:53:49 kwm Exp $ PORTNAME= poppler -PORTVERSION= 0.26.3 -PORTREVISION?= 1 +PORTVERSION= 0.30.0 +PORTREVISION?= 0 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -115,8 +115,10 @@ CONFIGURE_ARGS+=--disable-libcurl PLIST_SUB+= CURL="@comment " .endif +# stick with openjpeg1 for now due to regression in openjpeg2 (configure) +# https://bugs.freedesktop.org/show_bug.cgi?id=58906 Comment #35 .if ${PORT_OPTIONS:MOPENJPEG} -CONFIGURE_ARGS+=--enable-libopenjpeg +CONFIGURE_ARGS+=--enable-libopenjpeg=openjpeg1 LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 .else CONFIGURE_ARGS+=--disable-libopenjpeg Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler/distinfo Tue Feb 3 12:28:23 2015 (r378348) @@ -1,2 +1,2 @@ -SHA256 (poppler-0.26.3.tar.xz) = 88cb1af3574f861bc08853a681be97ae79bf5302782fbac803f877b879a642b1 -SIZE (poppler-0.26.3.tar.xz) = 1593760 +SHA256 (poppler-0.30.0.tar.xz) = b616ee869d0b1f8a7a2c71cf346f55c1bff624cce4badebe17f506ec8ce7ddf5 +SIZE (poppler-0.30.0.tar.xz) = 1605292 Modified: head/graphics/poppler/files/patch-glib_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-glib_Makefile.in Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler/files/patch-glib_Makefile.in Tue Feb 3 12:28:23 2015 (r378348) @@ -1,19 +1,28 @@ ---- glib/Makefile.in.orig 2011-10-03 23:55:25.000000000 +0200 -+++ glib/Makefile.in 2011-10-03 23:56:20.000000000 +0200 -@@ -84,7 +84,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" +--- glib/Makefile.in.orig 2015-01-19 11:51:06.175898921 +0100 ++++ glib/Makefile.in 2015-01-19 11:51:27.026898915 +0100 +@@ -134,7 +134,6 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libpoppler_glib_la_DEPENDENCIES = \ - $(top_builddir)/poppler/libpoppler.la \ $(top_builddir)/poppler/libpoppler-cairo.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) -@@ -433,7 +432,7 @@ libpoppler_glib_la_SOURCES = \ - poppler-private.h + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + am__objects_1 = libpoppler_glib_la-poppler-enums.lo +@@ -553,7 +552,7 @@ + $(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) libpoppler_glib_la_LIBADD = \ - $(top_builddir)/poppler/libpoppler.la \ + -lpoppler \ $(top_builddir)/poppler/libpoppler-cairo.la \ $(POPPLER_GLIB_LIBS) \ - $(FREETYPE_LIBS) \ + $(FREETYPE_LIBS) +@@ -576,7 +575,7 @@ + @HAVE_INTROSPECTION_TRUE@introspection_files = $(filter-out poppler-private.h poppler-input-stream.h, $(libpoppler_glib_la_SOURCES)) $(poppler_glib_include_HEADERS) $(nodist_poppler_glib_include_HEADERS) + @HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_INCLUDES = GObject-2.0 Gio-2.0 cairo-1.0 + @HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_CFLAGS = $(INCLUDES) -I$(top_builddir) +-@HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_LIBS = libpoppler-glib.la $(top_builddir)/poppler/libpoppler.la $(top_builddir)/poppler/libpoppler-cairo.la ++@HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_LIBS = libpoppler-glib.la poppler $(top_builddir)/poppler/libpoppler-cairo.la + @HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_FILES = $(introspection_files) + @HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_SCANNERFLAGS = --c-include poppler.h + @HAVE_INTROSPECTION_TRUE@Poppler_0_18_gir_EXPORT_PACKAGES = poppler-glib Modified: head/graphics/poppler/files/patch-utils_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-utils_Makefile.in Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler/files/patch-utils_Makefile.in Tue Feb 3 12:28:23 2015 (r378348) @@ -1,101 +1,105 @@ ---- utils/Makefile.in.orig 2014-11-25 11:49:19 UTC +--- utils/Makefile.in.orig 2014-11-04 18:46:22 UTC +++ utils/Makefile.in -@@ -111,7 +111,7 @@ - am_pdfdetach_OBJECTS = pdfdetach.$(OBJEXT) $(am__objects_1) +@@ -125,40 +125,34 @@ PROGRAMS = $(bin_PROGRAMS) + am_pdfdetach_OBJECTS = pdfdetach.$(OBJEXT) pdfdetach_OBJECTS = $(am_pdfdetach_OBJECTS) pdfdetach_LDADD = $(LDADD) --pdfdetach_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfdetach_DEPENDENCIES = - AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent -@@ -119,31 +119,31 @@ - am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) $(am__objects_1) +-pdfdetach_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdfdetach_DEPENDENCIES = libparseargs.la + am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) pdffonts_LDADD = $(LDADD) --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdffonts_DEPENDENCIES = +-pdffonts_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdffonts_DEPENDENCIES = libparseargs.la am_pdfimages_OBJECTS = pdfimages.$(OBJEXT) ImageOutputDev.$(OBJEXT) \ - JSInfo.$(OBJEXT) $(am__objects_1) + JSInfo.$(OBJEXT) pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfimages_DEPENDENCIES = +-pdfimages_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdfimages_DEPENDENCIES = libparseargs.la am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ - JSInfo.$(OBJEXT) $(am__objects_1) + JSInfo.$(OBJEXT) pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfinfo_DEPENDENCIES = - am_pdfseparate_OBJECTS = pdfseparate.$(OBJEXT) $(am__objects_1) +-pdfinfo_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdfinfo_DEPENDENCIES = libparseargs.la + am_pdfseparate_OBJECTS = pdfseparate.$(OBJEXT) pdfseparate_OBJECTS = $(am_pdfseparate_OBJECTS) pdfseparate_LDADD = $(LDADD) --pdfseparate_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfseparate_DEPENDENCIES = - am__pdftocairo_SOURCES_DIST = pdftocairo.cc parseargs.cc parseargs.h - @BUILD_CAIRO_OUTPUT_TRUE@am_pdftocairo_OBJECTS = pdftocairo.$(OBJEXT) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__objects_1) +-pdfseparate_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdfseparate_DEPENDENCIES = libparseargs.la + am_pdftocairo_OBJECTS = pdftocairo-pdftocairo.$(OBJEXT) \ + pdftocairo-pdftocairo-win32.$(OBJEXT) pdftocairo_OBJECTS = $(am_pdftocairo_OBJECTS) --am__DEPENDENCIES_1 = $(top_builddir)/poppler/libpoppler.la -+am__DEPENDENCIES_1 = +-am__DEPENDENCIES_1 = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++am__DEPENDENCIES_1 = libparseargs.la am__DEPENDENCIES_2 = @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__DEPENDENCIES_3 = \ @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@ $(am__DEPENDENCIES_2) am__DEPENDENCIES_4 = $(am__DEPENDENCIES_3) --@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler-cairo.la \ -+@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_4) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) -@@ -153,7 +153,7 @@ - pdftohtml-HtmlOutputDev.$(OBJEXT) $(am__objects_2) +-pdftocairo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler-cairo.la \ ++pdftocairo_DEPENDENCIES = \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_4) \ + $(am__DEPENDENCIES_2) + am_pdftohtml_OBJECTS = pdftohtml-pdftohtml.$(OBJEXT) \ +@@ -166,31 +160,26 @@ am_pdftohtml_OBJECTS = pdftohtml-pdftoht + pdftohtml-HtmlOutputDev.$(OBJEXT) pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftohtml_DEPENDENCIES = +-pdftohtml_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdftohtml_DEPENDENCIES = libparseargs.la pdftohtml_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftohtml_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -@@ -162,20 +162,20 @@ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) + am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftoppm_DEPENDENCIES = - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) +-pdftoppm_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdftoppm_DEPENDENCIES = libparseargs.la + am_pdftops_OBJECTS = pdftops.$(OBJEXT) pdftops_OBJECTS = $(am_pdftops_OBJECTS) pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftops_DEPENDENCIES = - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) +-pdftops_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdftops_DEPENDENCIES = libparseargs.la + am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftotext_DEPENDENCIES = - am_pdfunite_OBJECTS = pdfunite.$(OBJEXT) $(am__objects_1) +-pdftotext_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdftotext_DEPENDENCIES = libparseargs.la + am_pdfunite_OBJECTS = pdfunite.$(OBJEXT) pdfunite_OBJECTS = $(am_pdfunite_OBJECTS) pdfunite_LDADD = $(LDADD) --pdfunite_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfunite_DEPENDENCIES = +-pdfunite_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la ++pdfunite_DEPENDENCIES = libparseargs.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false -@@ -516,7 +516,7 @@ - $(PDFTOCAIRO_CFLAGS) +@@ -527,7 +516,7 @@ AM_CPPFLAGS = \ LDADD = \ + libparseargs.la \ - $(top_builddir)/poppler/libpoppler.la \ + -lpoppler \ $(UTILS_LIBS) - @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_SOURCES = \ -@@ -524,7 +524,7 @@ - @BUILD_CAIRO_OUTPUT_TRUE@ $(common) + @BUILD_UTILS_TRUE@dist_man1_MANS = pdfdetach.1 pdffonts.1 pdfimages.1 \ +@@ -590,7 +579,7 @@ pdftocairo_SOURCES = \ + pdftocairo-win32.h - @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_LDADD = \ --@BUILD_CAIRO_OUTPUT_TRUE@ $(top_builddir)/poppler/libpoppler-cairo.la \ -+@BUILD_CAIRO_OUTPUT_TRUE@ -lpoppler-glib \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(LDADD) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(PDFTOCAIRO_LIBS) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(PTHREAD_LIBS) + pdftocairo_LDADD = \ +- $(top_builddir)/poppler/libpoppler-cairo.la \ ++ -lpoppler-glib \ + $(LDADD) \ + $(PDFTOCAIRO_LIBS) \ + $(PTHREAD_LIBS) Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/poppler/pkg-plist Tue Feb 3 12:28:23 2015 (r378348) @@ -134,10 +134,10 @@ include/poppler/splash/SplashXPath.h include/poppler/splash/SplashXPathScanner.h lib/libpoppler-cpp.so lib/libpoppler-cpp.so.0 -lib/libpoppler-cpp.so.0.2.0 +lib/libpoppler-cpp.so.0.2.1 lib/libpoppler.so -lib/libpoppler.so.46 -lib/libpoppler.so.46.0.0 +lib/libpoppler.so.49 +lib/libpoppler.so.49.0.0 %%CAIRO%%libdata/pkgconfig/poppler-cairo.pc libdata/pkgconfig/poppler-cpp.pc libdata/pkgconfig/poppler-splash.pc Modified: head/graphics/py-poppler-qt4/Makefile ============================================================================== --- head/graphics/py-poppler-qt4/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/py-poppler-qt4/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= poppler-qt4 PORTVERSION= 0.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/py-poppler/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/qcomicbook/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.org/releases/ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/xournal/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/graphics/zathura-pdf-poppler/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/mail/claws-mail-pdf_viewer/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/misc/tellico-kde4/Makefile ============================================================================== --- head/misc/tellico-kde4/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/misc/tellico-kde4/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/cups-filters/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.0.62 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/deforaos-pdfviewer/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/3686/ PKGNAMEPREFIX= deforaos- Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/pdfcube/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/qpdfview/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/140746246/ Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/tex-luatex/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.79.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/tex-xetex/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99991 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/print/texlive-base/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20140525 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -base Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/sysutils/kfilemetadata/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/nepomuk-core/Makefile ============================================================================== --- head/sysutils/nepomuk-core/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/sysutils/nepomuk-core/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/sysutils/tracker/Makefile ============================================================================== --- head/sysutils/tracker/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/sysutils/tracker/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/textproc/pdfgrep/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/x11-fm/gnome-commander2/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,6 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.4.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/1.4 Modified: head/x11-toolkits/rubygem-poppler/Makefile ============================================================================== --- head/x11-toolkits/rubygem-poppler/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/x11-toolkits/rubygem-poppler/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -2,7 +2,7 @@ PORTNAME= poppler PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Tue Feb 3 11:08:59 2015 (r378347) +++ head/x11/eaglemode/Makefile Tue Feb 3 12:28:23 2015 (r378348) @@ -3,6 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.87.0 +PORTREVISION= 1 CATEGORIES= x11 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 13:30:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDC04E62; Tue, 3 Feb 2015 13:30:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9E49BDC; Tue, 3 Feb 2015 13:30:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13DUaEj051481; Tue, 3 Feb 2015 13:30:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13DUaZE051477; Tue, 3 Feb 2015 13:30:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502031330.t13DUaZE051477@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 3 Feb 2015 13:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378349 - head/misc/gregexp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 13:30:37 -0000 Author: vanilla Date: Tue Feb 3 13:30:35 2015 New Revision: 378349 URL: https://svnweb.freebsd.org/changeset/ports/378349 QAT: https://qat.redports.org/buildarchive/r378349/ Log: Upgrade to 0.4. Modified: head/misc/gregexp/Makefile head/misc/gregexp/distinfo Modified: head/misc/gregexp/Makefile ============================================================================== --- head/misc/gregexp/Makefile Tue Feb 3 12:28:23 2015 (r378348) +++ head/misc/gregexp/Makefile Tue Feb 3 13:30:35 2015 (r378349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gregexp -PORTVERSION= 0.3 -PORTREVISION= 13 +PORTVERSION= 0.4 CATEGORIES= misc MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} Modified: head/misc/gregexp/distinfo ============================================================================== --- head/misc/gregexp/distinfo Tue Feb 3 12:28:23 2015 (r378348) +++ head/misc/gregexp/distinfo Tue Feb 3 13:30:35 2015 (r378349) @@ -1,2 +1,2 @@ -SHA256 (gregexp-0.3.tar.gz) = 09c4189ee75efc0a80e7cfc819e1078e3f3d401a93bb034a52b5eb31348f9f00 -SIZE (gregexp-0.3.tar.gz) = 96034 +SHA256 (gregexp-0.4.tar.gz) = e38fab0aefd68282ca4f78c9eb4a722112b92943672e552676cdfb4103340299 +SIZE (gregexp-0.4.tar.gz) = 130616 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 13:35:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B01ABFA4; Tue, 3 Feb 2015 13:35:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8241FC9F; Tue, 3 Feb 2015 13:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13DZaBM055596; Tue, 3 Feb 2015 13:35:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13DZZlq055593; Tue, 3 Feb 2015 13:35:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502031335.t13DZZlq055593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Feb 2015 13:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378350 - head/x11-toolkits/fox17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 13:35:36 -0000 Author: bapt Date: Tue Feb 3 13:35:35 2015 New Revision: 378350 URL: https://svnweb.freebsd.org/changeset/ports/378350 QAT: https://qat.redports.org/buildarchive/r378350/ Log: Upgrade to 1.7.50 Modified: head/x11-toolkits/fox17/Makefile head/x11-toolkits/fox17/distinfo head/x11-toolkits/fox17/pkg-plist Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Tue Feb 3 13:30:35 2015 (r378349) +++ head/x11-toolkits/fox17/Makefile Tue Feb 3 13:35:35 2015 (r378350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.49 -PORTREVISION= 3 +PORTVERSION= 1.7.50 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Tue Feb 3 13:30:35 2015 (r378349) +++ head/x11-toolkits/fox17/distinfo Tue Feb 3 13:35:35 2015 (r378350) @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.49.tar.gz) = 2435c56cde3ba6617c638af4f3bac39e8f4d5dd5a5c6d0805d274c7ba05c520c -SIZE (fox-1.7.49.tar.gz) = 5336321 +SHA256 (fox-1.7.50.tar.gz) = cdc432807f047b312ab54a778dc898e429dcfecf513fe0d350a7952f523a71df +SIZE (fox-1.7.50.tar.gz) = 5344223 Modified: head/x11-toolkits/fox17/pkg-plist ============================================================================== --- head/x11-toolkits/fox17/pkg-plist Tue Feb 3 13:30:35 2015 (r378349) +++ head/x11-toolkits/fox17/pkg-plist Tue Feb 3 13:35:35 2015 (r378350) @@ -10,11 +10,11 @@ libdata/pkgconfig/fox17.pc lib/libCHART-%%MAJORVER%%.a lib/libCHART-%%MAJORVER%%.so lib/libCHART-%%MAJORVER%%.so.0 -lib/libCHART-%%MAJORVER%%.so.0.0.49 +lib/libCHART-%%MAJORVER%%.so.0.0.50 lib/libFOX-%%MAJORVER%%.a lib/libFOX-%%MAJORVER%%.so lib/libFOX-%%MAJORVER%%.so.0 -lib/libFOX-%%MAJORVER%%.so.0.0.49 +lib/libFOX-%%MAJORVER%%.so.0.0.50 include/fox-%%MAJORVER%%/FX4Splitter.h include/fox-%%MAJORVER%%/FX7Segment.h include/fox-%%MAJORVER%%/FX885910Codec.h From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 13:55:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92063A1F; Tue, 3 Feb 2015 13:55:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72E89AE; Tue, 3 Feb 2015 13:55:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Dt6mf064973; Tue, 3 Feb 2015 13:55:06 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Dt6U5064971; Tue, 3 Feb 2015 13:55:06 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201502031355.t13Dt6U5064971@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 3 Feb 2015 13:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378351 - in head/x11-toolkits/fltk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 13:55:06 -0000 Author: danfe Date: Tue Feb 3 13:55:05 2015 New Revision: 378351 URL: https://svnweb.freebsd.org/changeset/ports/378351 QAT: https://qat.redports.org/buildarchive/r378351/ Log: In sight of upcoming update, clean up things a bit: - Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS - In post-staging era, conditional installation of documentation is no longer necessary, so simplify the patch and drop post-install target Modified: head/x11-toolkits/fltk/Makefile head/x11-toolkits/fltk/files/patch-documentation_Makefile Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Tue Feb 3 13:35:35 2015 (r378350) +++ head/x11-toolkits/fltk/Makefile Tue Feb 3 13:55:05 2015 (r378351) @@ -13,38 +13,28 @@ COMMENT= Cross-platform C++ graphical us LICENSE= LGPL20 -OPTIONS_DEFINE= DOCS - LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USE_LDCONFIG= yes +USES= pkgconfig USE_XORG= xft USE_GL= glu -USES= pkgconfig +USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-threads \ - --enable-shared \ - --enable-xft +CONFIGURE_ARGS= --enable-shared + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${WRKSRC}/src -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PORTDOCS= * -.include +OPTIONS_DEFINE= DOCS post-patch: prefix="${PREFIX}" ; plength=$$(($${#prefix}+10)) ; \ ${REINPLACE_CMD} -e "\|/etc/fltk|{s||${PREFIX}&|;s|10|$${plength}|;}" \ ${WRKSRC}/src/Fl_Preferences.cxx -.if ${PORT_OPTIONS:MDOCS} -post-install: - cd ${WRKSRC}/documentation && ${MAKE} ${MAKE_ARGS} docinstall - cd ${WRKSRC}/test && ${MAKE} ${MAKE_ARGS} install -.endif - .include Modified: head/x11-toolkits/fltk/files/patch-documentation_Makefile ============================================================================== --- head/x11-toolkits/fltk/files/patch-documentation_Makefile Tue Feb 3 13:35:35 2015 (r378350) +++ head/x11-toolkits/fltk/files/patch-documentation_Makefile Tue Feb 3 13:55:05 2015 (r378351) @@ -1,19 +1,8 @@ --- documentation/Makefile.orig 2011-08-27 01:33:42.000000000 +0000 +++ documentation/Makefile 2011-08-27 01:39:59.000000000 +0000 -@@ -80,6 +80,7 @@ - depend: - - install: $(MANPAGES) -+docinstall: - echo "Installing documentation files in $(DESTDIR)$(docdir) ..." - -$(INSTALL_DIR) $(DESTDIR)$(docdir) - if test -f html/index.html ; then \ -@@ -91,12 +92,9 @@ - echo "Installing fltk.pdf in $(DESTDIR)$(docdir) ..."; \ +@@ -84,11 +84,6 @@ $(INSTALL_DATA) fltk.pdf $(DESTDIR)$(docdir); \ fi -+ -+install: $(MANPAGES) echo "Installing man pages in $(DESTDIR)$(mandir) ..." - -$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat1 - $(INSTALL_MAN) $(SRC_DOCDIR)/fluid.$(CAT1EXT) $(DESTDIR)$(mandir)/cat1 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 14:35:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58ABD16D; Tue, 3 Feb 2015 14:35:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1167CB; Tue, 3 Feb 2015 14:35:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13EZc4x083902; Tue, 3 Feb 2015 14:35:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13EZbBK083900; Tue, 3 Feb 2015 14:35:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502031435.t13EZbBK083900@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Feb 2015 14:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378352 - head/audio/gogglesmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 14:35:38 -0000 Author: bapt Date: Tue Feb 3 14:35:36 2015 New Revision: 378352 URL: https://svnweb.freebsd.org/changeset/ports/378352 QAT: https://qat.redports.org/buildarchive/r378352/ Log: Take back maintainership Let compiler.mk properly handle the choice of compiler used. (this fixes an issue on FreeBSD 10.0) Update to 0.14.2 Modified: head/audio/gogglesmm/Makefile head/audio/gogglesmm/distinfo Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Tue Feb 3 13:55:05 2015 (r378351) +++ head/audio/gogglesmm/Makefile Tue Feb 3 14:35:36 2015 (r378352) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 0.14.0 -PORTREVISION= 2 +PORTVERSION= 0.14.2 CATEGORIES= audio -MASTER_SITES= GH +MASTER_SITES= GHR -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Music collection manager and player LICENSE= GPLv3 @@ -20,7 +19,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -GH_COMMIT= 8ccdb53 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= compiler:c++0x desktop-file-utils gmake pkgconfig USE_SQLITE= yes @@ -91,12 +90,6 @@ VORBIS_CONFIGURE_OFF= --without-off --wi WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack WAVPACK_CONFIGURE_OFF= --without-wavpack -.include - -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34 -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/configure @@ -124,4 +117,4 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so -.include +.include Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Tue Feb 3 13:55:05 2015 (r378351) +++ head/audio/gogglesmm/distinfo Tue Feb 3 14:35:36 2015 (r378352) @@ -1,2 +1,2 @@ -SHA256 (gogglesmm-0.14.0.tar.gz) = 41be6db4b3a8d6a33ed0a90ccad024ec8e6c4aea0eb5186ac2f5e08905f317f7 -SIZE (gogglesmm-0.14.0.tar.gz) = 1352015 +SHA256 (gogglesmm-0.14.2.tar.gz) = c074143c18494771e8dc38bdd5ee70f00579247bb8f683f8d5319797aa9cc858 +SIZE (gogglesmm-0.14.2.tar.gz) = 1354458 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 14:50:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC2987DC; Tue, 3 Feb 2015 14:50:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8323941; Tue, 3 Feb 2015 14:50:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13EouPF089899; Tue, 3 Feb 2015 14:50:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Eouns089898; Tue, 3 Feb 2015 14:50:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031450.t13Eouns089898@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 14:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378353 - head/sysutils/uhidd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 14:50:56 -0000 Author: amdmi3 Date: Tue Feb 3 14:50:55 2015 New Revision: 378353 URL: https://svnweb.freebsd.org/changeset/ports/378353 QAT: https://qat.redports.org/buildarchive/r378353/ Log: - Remove always false OSVERSION condition Modified: head/sysutils/uhidd/Makefile Modified: head/sysutils/uhidd/Makefile ============================================================================== --- head/sysutils/uhidd/Makefile Tue Feb 3 14:35:36 2015 (r378352) +++ head/sysutils/uhidd/Makefile Tue Feb 3 14:50:55 2015 (r378353) @@ -33,9 +33,7 @@ LIBCUSE= ${LIBDIR}/libcuse4bsd.so MAKE_ENV+= DEBUG_FLAGS='${DEBUG_FLAGS}' .endif -.if ${OSVERSION} < 800069 -IGNORE= does not build with the old USB stack -.elif ${OSVERSION} > 1000012 +.if ${OSVERSION} > 1000012 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-uhidd-parser.y .endif From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 14:51:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FA2B8D4; Tue, 3 Feb 2015 14:51:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1148D944; Tue, 3 Feb 2015 14:51:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Ep4Kx090058; Tue, 3 Feb 2015 14:51:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Ep4vl090056; Tue, 3 Feb 2015 14:51:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031451.t13Ep4vl090056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 14:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378354 - in head/net-im: skype skype-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 14:51:05 -0000 Author: amdmi3 Date: Tue Feb 3 14:51:03 2015 New Revision: 378354 URL: https://svnweb.freebsd.org/changeset/ports/378354 QAT: https://qat.redports.org/buildarchive/r378354/ Log: - Remove always false OSVERSION conditions - Fix whitespace - Don't cat pkgmessage from Makefile Modified: head/net-im/skype-devel/Makefile head/net-im/skype/Makefile Modified: head/net-im/skype-devel/Makefile ============================================================================== --- head/net-im/skype-devel/Makefile Tue Feb 3 14:50:55 2015 (r378353) +++ head/net-im/skype-devel/Makefile Tue Feb 3 14:51:03 2015 (r378354) @@ -24,7 +24,7 @@ CONFLICTS= skype-1* skype-2.0* skype-2.1 NO_BUILD= yes -USES= tar:bzip2 +USES= tar:bzip2 USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss expat fontconfig libasyncns \ libsigcpp20 @@ -54,27 +54,6 @@ SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/li SUB_LIST+= VIDEO="" .endif -### FIX ME, once they get bumped: -# for 7: 704102 -# for 8: 802504 -# for HEAD: 900037 -# we need src/sys/dev/sound/pcm/dsp.c r221388 -IGNORE_MSG= needs sys/dev/sound/pcm/dsp.c r221388 (and other changes).\ - Please update your system post -.if ${OSVERSION} < 704102 -OUTDATED= true -IGNORE_MSG+= r221584 / Sat May 7 09:33:37 2011 UTC -.elif (${OSVERSION} > 800000 && ${OSVERSION} < 802503) -OUTDATED= true -IGNORE_MSG+= r221583 / Sat May 7 09:26:11 2011 UTC -.elif (${OSVERSION} > 900000 && ${OSVERSION} < 900036) -OUTDATED= true -IGNORE_MSG+= r221388 / Tue May 3 15:50:22 2011 UTC -.endif -.ifdef OUTDATED -IGNORE= ${IGNORE_MSG} -.endif - do-install: @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/applications @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${STAGEDIR}${PREFIX}/share/applications/ @@ -92,6 +71,5 @@ do-install: @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/net-im/skype/Makefile ============================================================================== --- head/net-im/skype/Makefile Tue Feb 3 14:50:55 2015 (r378353) +++ head/net-im/skype/Makefile Tue Feb 3 14:51:03 2015 (r378354) @@ -34,7 +34,6 @@ PLIST_SUB+= SKYPEDIR=${SKYPEDIR} SUB_FILES= skype.sh SUB_LIST+= SKYPEDIR=${SKYPEDIR} -.include .include .if ${PORT_OPTIONS:MNVIDIA_GL} @@ -52,27 +51,6 @@ SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/li SUB_LIST+= VIDEO="" .endif -### FIX ME, once they get bumped: -# for 7: 704102 -# for 8: 802504 -# for HEAD: 900037 -# we need src/sys/dev/sound/pcm/dsp.c r221388 -IGNORE_MSG= needs sys/dev/sound/pcm/dsp.c r221388 (and other changes).\ - Please update your system post -.if ${OSVERSION} < 704102 -OUTDATED= true -IGNORE_MSG+= r221584 / Sat May 7 09:33:37 2011 UTC -.elif (${OSVERSION} > 800000 && ${OSVERSION} < 802503) -OUTDATED= true -IGNORE_MSG+= r221583 / Sat May 7 09:26:11 2011 UTC -.elif (${OSVERSION} > 900000 && ${OSVERSION} < 900036) -OUTDATED= true -IGNORE_MSG+= r221388 / Tue May 3 15:50:22 2011 UTC -.endif -.ifdef OUTDATED -IGNORE= ${IGNORE_MSG} -.endif - do-install: @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/applications @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${STAGEDIR}${PREFIX}/share/applications/ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 14:56:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9655FAAE; Tue, 3 Feb 2015 14:56:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81C6AA16; Tue, 3 Feb 2015 14:56:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13EuR97093799; Tue, 3 Feb 2015 14:56:27 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13EuQRj093796; Tue, 3 Feb 2015 14:56:26 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502031456.t13EuQRj093796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 3 Feb 2015 14:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378355 - in head/audio/fapg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 14:56:27 -0000 Author: mi Date: Tue Feb 3 14:56:26 2015 New Revision: 378355 URL: https://svnweb.freebsd.org/changeset/ports/378355 QAT: https://qat.redports.org/buildarchive/r378355/ Log: Upgrade from 0.41 to 0.42. Use configure and otherwise simplify the port. Resolve compiler-warnings (mostly about signed vs. unsigned char). Do not install the COPYING-file -- it is nothing but the recitation of GPLv2 -- declare GPLv2 as LICENSE instead. Do not install the README -- there is nothing in it, that the man-page does not cover. With only two files remaining -- the program and the man-page -- do away with pkg-plist and simply list the two in PLIST_FILES. Deleted: head/audio/fapg/pkg-plist Modified: head/audio/fapg/Makefile head/audio/fapg/distinfo head/audio/fapg/files/patch-fapg.c Modified: head/audio/fapg/Makefile ============================================================================== --- head/audio/fapg/Makefile Tue Feb 3 14:51:03 2015 (r378354) +++ head/audio/fapg/Makefile Tue Feb 3 14:56:26 2015 (r378355) @@ -2,32 +2,19 @@ # $FreeBSD$ PORTNAME= fapg -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= audio MASTER_SITES= http://royale.zerezo.com/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast Audio Playlist Generator -LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser - -MAKE_ARGS+= CC="${CC}" - -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 -.include - -do-build: - @cd ${WRKSRC} && ${MAKE} ${PORTNAME} +LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fapg.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in COPYING README - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor -.endif +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-uriparser="${LOCALBASE}" +PLIST_FILES= bin/fapg man/man1/fapg.1.gz .include Modified: head/audio/fapg/distinfo ============================================================================== --- head/audio/fapg/distinfo Tue Feb 3 14:51:03 2015 (r378354) +++ head/audio/fapg/distinfo Tue Feb 3 14:56:26 2015 (r378355) @@ -1,2 +1,2 @@ -SHA256 (fapg-0.41.tar.gz) = 0c09229c1473999f5939770326d8294adfa1847ae3da5f0c7827747284fc54ae -SIZE (fapg-0.41.tar.gz) = 94315 +SHA256 (fapg-0.42.tar.gz) = f324eca6d5fe958be74beb6336d685aa305133c5da26c99b2c0dbc17c68c0076 +SIZE (fapg-0.42.tar.gz) = 94920 Modified: head/audio/fapg/files/patch-fapg.c ============================================================================== --- head/audio/fapg/files/patch-fapg.c Tue Feb 3 14:51:03 2015 (r378354) +++ head/audio/fapg/files/patch-fapg.c Tue Feb 3 14:56:26 2015 (r378355) @@ -1,16 +1,198 @@ ---- fapg.c.orig 2008-03-11 02:18:04.000000000 +0800 -+++ fapg.c 2008-05-01 17:46:37.000000000 +0800 -@@ -1514,8 +1514,7 @@ +--- fapg.c 2015-02-02 13:27:58.000000000 -0500 ++++ fapg.c 2015-02-03 09:47:00.000000000 -0500 +@@ -57,27 +57,27 @@ + + int debug = 0; + int format = FORMAT_M3U; +-char *genrelist = NULL; +-unsigned char *prefix = ""; +-unsigned char *base = ""; +-unsigned char *dir = ""; +-unsigned char *hostname = "fritzserver.de"; ++static char *genrelist = NULL; ++static char *prefix = ""; ++static char *base = ""; ++static char *dir = ""; ++static const char *hostname = "fritzserver.de"; + // unsigned char *referal="/usr/local/bin/fapg-rss.sh"; +-unsigned char *referal = NULL; ++static const char *referal = NULL; + //int windows=0; + int fromstdin = 0; + int recursive = 0; + int avoidhlinked = 0; + int separator = '/'; +-unsigned char *eol = "\n"; +-unsigned char buffer[MAX]; ++static const char *eol = "\n"; ++static char buffer[MAX]; + + int counter = 0; + +-unsigned char artist[1024]; +-unsigned char title[1024]; +-unsigned char genrebuf[1024]; +-unsigned char genre = 0; ++static char artist[1024]; ++static char title[1024]; ++static char genrebuf[1024]; ++static unsigned char genre = 0; + int duration; + #define MP2ENC 1 + #define MP3ENC 2 +@@ -87,7 +87,7 @@ + #define WAVENC 6 + #define WMAENC 7 + +-char *magic[] = { NULL, ++static const char *magic[] = { NULL, + "audio/mpeg", "audio/mpeg", + "audio/mpeg", "audio/mpeg", + "audio/ogg-vorbis", "audio/x-wav", +@@ -95,7 +95,7 @@ + NULL + }; + +-unsigned char unix2dos[] = ++static unsigned char unix2dos[] = + { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, + 32, 33, 70, 35, 36, 37, 38, 39, 40, 41, 82, 43, 44, 45, 46, 47, +@@ -126,7 +126,7 @@ + + unsigned char *basemap; + unsigned char *winorunix; +-unsigned char one2one[] = ++static unsigned char one2one[] = + { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, 21, 22, 23, + 24, 25, 26, 27, 28, 29, 30, 31, +@@ -160,7 +160,7 @@ + 248, 249, 250, 251, 252, 253, 254, 255 + }; /* identical mapping */ + +-unsigned char noand[256] = ++static unsigned char noand[256] = + { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, 21, 22, 23, + 24, 25, 26, 27, 28, 29, 30, 31, +@@ -194,7 +194,7 @@ + 248, 249, 250, 251, 252, 253, 254, 255 + }; /* only '&' is mapped to '+' */ + +-unsigned char *iso2web[256] = { ++static const char *iso2web[256] = { + "%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07", + "%08", "%09", "%0a", "%0b", "%0c", "%0d", "%0e", "%0f", + "%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17", +@@ -308,7 +308,7 @@ + int pos = 0; + int cnt = 0; + char b; +- unsigned char *prefx; ++ char *prefx; + + prefx = prefix; + +@@ -344,7 +344,7 @@ + { + int cnt = 0; + int pos; +- unsigned char *prefx; ++ char *prefx; + + txxputnameoffset(c); + +@@ -669,7 +669,7 @@ + } + } + +-void parse_mp3(unsigned char *file) ++void parse_mp3(const char *file) + { + int bitrates[2][3][15] = + { {{0, 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, +@@ -683,7 +683,7 @@ + {0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160}} + }; + FILE *fic; +- unsigned char *c; ++ char *c; + int lus; + + genre = 0; +@@ -773,7 +773,7 @@ + } + + while(c < buffer + lus - 10) { +- if(*c == 0xFF && (*(c + 1) & 0xF0) == 0xF0) { ++ if((unsigned char)*c == 0xFF && (*(c + 1) & 0xF0) == 0xF0) { + int version; + int lay; + int bitrate_index; +@@ -823,10 +823,10 @@ + fclose(fic); + } + +-void parse_ogg(unsigned char *file) ++void parse_ogg(const char *file) + { + FILE *fic; +- unsigned char *c; ++ char *c; + int lus; + int sample_rate; + int samples; +@@ -911,10 +911,10 @@ + fclose(fic); + } + +-void parse_mpc(unsigned char *file) ++void parse_mpc(const char *file) + { + FILE *fic; +- unsigned char *c; ++ char *c; + int lus; + int sample_rates[4] = { 44100, 48000, 37800, 32000 }; + int frame_count; +@@ -1253,9 +1253,9 @@ + } + #endif + +-void parse_file(unsigned char *newpath, unsigned char * original_path) ++void parse_file(char *newpath, const char * original_path) + { +- unsigned char ext[5]; ++ char ext[5]; + int j, encoding = 0; + + for(j = 0; j < 5; j++) +@@ -1457,11 +1457,11 @@ + } + } + +-void parse_directory(unsigned char *path, unsigned char * original_path) ++void parse_directory(char *path, const char * original_path) + { + int i, n; + struct dirent **namelist; +- unsigned char newpath[PATH_MAX]; ++ char newpath[PATH_MAX]; + struct stat infos; + + if(debug) +@@ -1520,8 +1520,7 @@ break; case FORMAT_HTML: printf - ("%s%s%s%s%sPlaylist generated by FAPG " - VERSION -+ ("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">%s%s<html>%s%s<head>%s<title>Playlist generated by FAPG 0.41" ++ ("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">%s%s<html>%s%s<head>%s<title>Playlist generated by FAPG 0.42" "%s%s%s%s%s%s%s

Playlist

%s%s%s%s", eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, eol, -@@ -1532,10 +1531,8 @@ +@@ -1538,10 +1537,8 @@ strftime(timebuffer, 255, "%a %d %b %Y %T %z", localtime(&zeit)); printf @@ -18,26 +200,35 @@ - VERSION - " -->%s%s %s\t%s - %s - %s%s\tDirectory Tree %s%s\t%s%s\t%s\t%s%s\tFAPG " - VERSION -+ ("%s%s%s %s\t%s - %s - %s%s\tDirectory Tree %s%s\t%s%s\t%s\t%s%s\tFAPG 0.41" ++ ("%s%s%s %s\t%s - %s - %s%s\tDirectory Tree %s%s\t%s%s\t%s\t%s%s\tFAPG 0.42" "%s\t%s\t\t%s/podcast.jpg%s\t\tServer Logo%s\t\t%s%s\t\tFeed provided by FAPG. Click to visit.%s\t%s\t%s\t\tAdmin %s%s\t\tpodcast@%s%s\t%s\tVarious%s\tDirectory Tree %s%s\t%s%s\tunknown%s\t%s%s\tNo%s\t1800%s", eol, eol, eol, eol, hostname, dir, argv[optind], eol, prefix, eol, base, eol, prefix, eol, timebuffer, eol, eol, -@@ -1560,7 +1557,7 @@ +@@ -1566,7 +1563,7 @@ #ifdef HAVE_LIBURIPARSER case FORMAT_XSPF: printf("\n" - "\n" -+ "\n" ++ "\n" "\n" "\n"); break; -@@ -1615,7 +1612,7 @@ +@@ -1581,7 +1578,7 @@ + sprintf(pwd, "%s/", pwd_source); + + if(fromstdin) { +- unsigned char path[PATH_MAX]; ++ char path[PATH_MAX]; + int i; + while(fgets(path, PATH_MAX, stdin)) { + for(i = 0; i < PATH_MAX; i++) +@@ -1621,7 +1618,7 @@ case FORMAT_HTML: printf ("
EntryArtistTitleLength
%s%s

Playlist generated by FAPG " - VERSION "

%s%s%s%s", eol, eol, eol, eol, -+ "0.41

%s%s%s%s", eol, eol, eol, eol, ++ "0.42

%s%s%s%s", eol, eol, eol, eol, eol, eol); break; case FORMAT_RSS: From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 15:05:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79A73C42; Tue, 3 Feb 2015 15:05:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6300DB0A; Tue, 3 Feb 2015 15:05:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13F5NjV099215; Tue, 3 Feb 2015 15:05:23 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13F5EPP099168; Tue, 3 Feb 2015 15:05:14 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201502031505.t13F5EPP099168@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 3 Feb 2015 15:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378356 - in head: . sysutils sysutils/life-preserver sysutils/pbi-manager sysutils/pcbsd-appweb sysutils/pcbsd-libsh sysutils/pcbsd-syscache sysutils/pcbsd-utils sysutils/pcbsd-utils-q... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 15:05:23 -0000 Author: kmoore Date: Tue Feb 3 15:05:14 2015 New Revision: 378356 URL: https://svnweb.freebsd.org/changeset/ports/378356 QAT: https://qat.redports.org/buildarchive/r378356/ Log: - Add PC-BSD ports from the 10.1.1 release - Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5 Added: head/sysutils/life-preserver/ head/sysutils/life-preserver/Makefile (contents, props changed) head/sysutils/life-preserver/distinfo (contents, props changed) head/sysutils/life-preserver/pkg-descr (contents, props changed) head/sysutils/life-preserver/pkg-install (contents, props changed) head/sysutils/life-preserver/pkg-plist (contents, props changed) head/sysutils/pbi-manager/ head/sysutils/pbi-manager/Makefile (contents, props changed) head/sysutils/pbi-manager/distinfo (contents, props changed) head/sysutils/pbi-manager/pkg-descr (contents, props changed) head/sysutils/pbi-manager/pkg-install (contents, props changed) head/sysutils/pbi-manager/pkg-plist (contents, props changed) head/sysutils/pcbsd-appweb/ head/sysutils/pcbsd-appweb/Makefile (contents, props changed) head/sysutils/pcbsd-appweb/distinfo (contents, props changed) head/sysutils/pcbsd-appweb/pkg-descr (contents, props changed) head/sysutils/pcbsd-appweb/pkg-install (contents, props changed) head/sysutils/pcbsd-appweb/pkg-plist (contents, props changed) head/sysutils/pcbsd-libsh/ head/sysutils/pcbsd-libsh/Makefile (contents, props changed) head/sysutils/pcbsd-libsh/distinfo (contents, props changed) head/sysutils/pcbsd-libsh/pkg-descr (contents, props changed) head/sysutils/pcbsd-libsh/pkg-install (contents, props changed) head/sysutils/pcbsd-libsh/pkg-plist (contents, props changed) head/sysutils/pcbsd-syscache/ head/sysutils/pcbsd-syscache/Makefile (contents, props changed) head/sysutils/pcbsd-syscache/distinfo (contents, props changed) head/sysutils/pcbsd-syscache/pkg-descr (contents, props changed) head/sysutils/pcbsd-syscache/pkg-install (contents, props changed) head/sysutils/pcbsd-syscache/pkg-plist (contents, props changed) head/sysutils/pcbsd-utils-qt5/ head/sysutils/pcbsd-utils-qt5/Makefile (contents, props changed) head/sysutils/pcbsd-utils-qt5/distinfo (contents, props changed) head/sysutils/pcbsd-utils-qt5/pkg-descr (contents, props changed) head/sysutils/pcbsd-utils-qt5/pkg-plist (contents, props changed) head/sysutils/warden/ head/sysutils/warden/Makefile (contents, props changed) head/sysutils/warden/distinfo (contents, props changed) head/sysutils/warden/pkg-descr (contents, props changed) head/sysutils/warden/pkg-install (contents, props changed) head/sysutils/warden/pkg-plist (contents, props changed) Deleted: head/sysutils/pcbsd-utils-qt4/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/pcbsd-utils/Makefile head/sysutils/pcbsd-utils/distinfo head/sysutils/pcbsd-utils/pkg-descr head/sysutils/pcbsd-utils/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 3 14:56:26 2015 (r378355) +++ head/MOVED Tue Feb 3 15:05:14 2015 (r378356) @@ -7420,3 +7420,4 @@ www/p5-WWW-Scraper-ISBN-Driver|www/p5-WW www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore deskutils/currtime|sysutils/currtime|2015-02-03|Move to sysutils category +sysutils/pcbsd-utils-qt4|sysutils/pcbsd-utils-qt5|2015-02-03|Renamed to pcbsd-utils-qt5 Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Feb 3 14:56:26 2015 (r378355) +++ head/sysutils/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -462,6 +462,7 @@ SUBDIR += liburcu SUBDIR += libutempter SUBDIR += libzeitgeist + SUBDIR += life-preserver SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd @@ -653,9 +654,13 @@ SUBDIR += password-store SUBDIR += patchelf SUBDIR += pax-utils + SUBDIR += pbi-manager SUBDIR += pbimaker + SUBDIR += pcbsd-appweb + SUBDIR += pcbsd-libsh + SUBDIR += pcbsd-syscache SUBDIR += pcbsd-utils - SUBDIR += pcbsd-utils-qt4 + SUBDIR += pcbsd-utils-qt5 SUBDIR += pcfclock SUBDIR += pciutils SUBDIR += pcpustat @@ -1015,6 +1020,7 @@ SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest + SUBDIR += warden SUBDIR += wait_on SUBDIR += watchdog SUBDIR += watchfolder Added: head/sysutils/life-preserver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/life-preserver/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,33 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= life-preserver +PORTVERSION= 1422974289 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Life Preserver Utility + +LICENSE= BSD + +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh + +WRKSRC= ${WRKDIR}/lpreserver +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: head/sysutils/life-preserver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/life-preserver/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (life-preserver-1422974289.tar.xz) = 512d656e816f30e10389c9096c339fff4b26abea3a7b7f5ff52824bfcd529a69 +SIZE (life-preserver-1422974289.tar.xz) = 16124 Added: head/sysutils/life-preserver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/life-preserver/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,5 @@ +Life-Preserver provides ZFS snapshot and replication management +along with restore functionality. Used by PC-BSD and has an optional +Qt4 based UI interface. + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/life-preserver/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/life-preserver/pkg-install Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 Added: head/sysutils/life-preserver/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/life-preserver/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,14 @@ +bin/lpreserver +share/lpreserver/backend/zfsmon.sh +share/lpreserver/backend/zfsrmsnap.sh +share/lpreserver/backend/runrep.sh +share/lpreserver/backend/zfsrevertsnap.sh +share/lpreserver/backend/functions.sh +share/lpreserver/backend/zfslistsnap.sh +share/lpreserver/backend/zfslistcron.sh +share/lpreserver/backend/zfscronscrub.sh +share/lpreserver/backend/zfscronsnap.sh +share/lpreserver/backend/backup-zfs.sh +share/lpreserver/backend/zfsmksnap.sh +share/lpreserver/backend/runscrub.sh +share/lpreserver/backend/runsnap.sh Added: head/sysutils/pbi-manager/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pbi-manager/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,33 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= pbi-manager +PORTVERSION= 1422042374 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PBI management utilities + +LICENSE= BSD + +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh + +WRKSRC= ${WRKDIR}/pbi-manager +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: head/sysutils/pbi-manager/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pbi-manager/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (pbi-manager-1422042374.tar.xz) = 951baba36d68706ee21198e205ce87b473ed87e69ced8156d48f4833598df1d1 +SIZE (pbi-manager-1422042374.tar.xz) = 24260 Added: head/sysutils/pbi-manager/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pbi-manager/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,3 @@ +The PBI meta framework on top of PKGNG + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/pbi-manager/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pbi-manager/pkg-install Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 Added: head/sysutils/pbi-manager/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pbi-manager/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,20 @@ +sbin/app +sbin/pbi +sbin/pbi_add +sbin/pbi_delete +sbin/pbi_icon +sbin/pbi_info +sbin/pbi_makeindex +sbin/pbi_updateindex +etc/pbi.conf +share/pbi-manager/icons/default.png +share/pbi-manager/icons/patch.png +share/pbi-manager/pkgng-repo +share/pbi-manager/repokey.ssl +man/man1/pbi_add.1.gz +man/man1/pbi_delete.1.gz +man/man1/pbi_icon.1.gz +man/man1/pbi_info.1.gz +man/man5/pbi.conf.5.gz +@dirrm share/pbi-manager/icons +@dirrm share/pbi-manager Added: head/sysutils/pcbsd-appweb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-appweb/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,39 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= pcbsd-appweb +PORTVERSION= 1422974666 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Web Interface + +LICENSE= BSD + +RUN_DEPENDS= syscache:${PORTSDIR}/sysutils/pcbsd-syscache \ + pbi:${PORTSDIR}/sysutils/pbi-manager \ + warden:${PORTSDIR}/sysutils/warden \ + nginx:${PORTSDIR}/www/nginx + +DEFAULT_PHP_VER=55 +IGNORE_WITH_PHP=54 +USE_PHP= gd filter session +WRKSRC= ${WRKDIR}/src-webui +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: head/sysutils/pcbsd-appweb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-appweb/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (pcbsd-appweb-1422974666.tar.xz) = 40054a908f7f071d88a1b42cfd9d8e67b60d012f6275bde8c7a13a7d92d88355 +SIZE (pcbsd-appweb-1422974666.tar.xz) = 244208 Added: head/sysutils/pcbsd-appweb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-appweb/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,3 @@ +PC-BSD Web Interface system + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/pcbsd-appweb/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-appweb/pkg-install Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,22 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +# Check if we have our warden.conf file +#if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then +# cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf +# chmod 644 ${PREFIX}/etc/warden.conf +#fi + +exit 0 Added: head/sysutils/pcbsd-appweb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-appweb/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,85 @@ +bin/appcafe-setpass +etc/appcafe.conf.dist +etc/sudoers.d/appcafe-sudoers +share/appcafe/dispatcher +share/appcafe/dispatcher-auth +share/appcafe/dispatcher-localauth +share/appcafe/fastcgi_params +share/appcafe/mime.types +share/appcafe/nginx.conf +share/appcafe/nginx.conf.ssl +share/appcafe/nginx.conf.temp +share/appcafe/html/index.php +share/appcafe/html/css/_reset.css +share/appcafe/html/css/cssmenu.css +share/appcafe/html/css/main.css +share/appcafe/html/css/popbox.css +share/appcafe/html/css/tabs.css +share/appcafe/html/css/lightbox.css +share/appcafe/html/images/add.png +share/appcafe/html/images/appcafe.png +share/appcafe/html/images/application-exit.png +share/appcafe/html/images/categories.png +share/appcafe/html/images/close.png +share/appcafe/html/images/configure.png +share/appcafe/html/images/cssbg.png +share/appcafe/html/images/dialog-ok.png +share/appcafe/html/images/external-link.png +share/appcafe/html/images/info-tips.png +share/appcafe/html/images/install.png +share/appcafe/html/images/jail.png +share/appcafe/html/images/loading.gif +share/appcafe/html/images/logout.png +share/appcafe/html/images/next.png +share/appcafe/html/images/notifier.png +share/appcafe/html/images/noupdates.png +share/appcafe/html/images/pbiicon.php +share/appcafe/html/images/prev.png +share/appcafe/html/images/rating-0.png +share/appcafe/html/images/rating-1.png +share/appcafe/html/images/rating-2.png +share/appcafe/html/images/rating-3.png +share/appcafe/html/images/rating-4.png +share/appcafe/html/images/rating-5.png +share/appcafe/html/images/remove.png +share/appcafe/html/images/restart.png +share/appcafe/html/images/search.png +share/appcafe/html/images/start.png +share/appcafe/html/images/switch.png +share/appcafe/html/images/system.png +share/appcafe/html/images/warden.png +share/appcafe/html/images/warning.png +share/appcafe/html/images/working.gif +share/appcafe/html/include/Mobile_Detect.php +share/appcafe/html/include/header.php +share/appcafe/html/include/functions.php +share/appcafe/html/include/footer.php +share/appcafe/html/include/globals.php +share/appcafe/html/include/leftmenu.php +share/appcafe/html/include/login.php +share/appcafe/html/include/nav-computer.php +share/appcafe/html/include/nav-phone.php +share/appcafe/html/pages/appcafe.php +share/appcafe/html/pages/appcafe-browse.php +share/appcafe/html/pages/appcafe-search.php +share/appcafe/html/pages/appinfo.php +share/appcafe/html/pages/dispatcher.php +share/appcafe/html/pages/error.php +share/appcafe/html/pages/jails.php +share/appcafe/html/pages/jailcreate.php +share/appcafe/html/pages/jailinfo.php +share/appcafe/html/pages/main.php +share/appcafe/html/pages/notifier.php +share/appcafe/html/pages/sysapp.php +share/appcafe/html/js/appcafe.js +share/appcafe/html/js/cssmenu.js +share/appcafe/html/js/doubletaptogo.js +share/appcafe/html/js/jquery.ba-hashchange.min.js +share/appcafe/html/js/jquery.easytabs.min.js +share/appcafe/html/js/jquery.jscroll.min.js +share/appcafe/html/js/jquery.timer.js +share/appcafe/html/js/jquery.min.js +share/appcafe/html/js/lightbox.min.js +share/appcafe/html/js/main.js +share/appcafe/html/js/popbox.min.js +etc/rc.d/appcafe Added: head/sysutils/pcbsd-libsh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-libsh/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,31 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= pcbsd-libsh +PORTVERSION= 1420064498 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Shell Library + +LICENSE= BSD + +WRKSRC= ${WRKDIR}/libsh +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: head/sysutils/pcbsd-libsh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-libsh/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (pcbsd-libsh-1420064498.tar.xz) = 189d7a84d150270ba9f4ada6321c0690833b35561263a13cfa91d5c8930eeaf9 +SIZE (pcbsd-libsh-1420064498.tar.xz) = 6996 Added: head/sysutils/pcbsd-libsh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-libsh/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,3 @@ +A library of shell functions used by various PC-BSD utilities. + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/pcbsd-libsh/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-libsh/pkg-install Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 Added: head/sysutils/pcbsd-libsh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-libsh/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1 @@ +share/pcbsd/scripts/functions.sh Added: head/sysutils/pcbsd-syscache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-syscache/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,32 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= pcbsd-syscache +PORTVERSION= 1421343297 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD SysCache Utility + +LICENSE= BSD + +WRKSRC= ${WRKDIR}/syscache +USE_QT5= core network buildtools qmake +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: head/sysutils/pcbsd-syscache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-syscache/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (pcbsd-syscache-1421343297.tar.xz) = a99d914b5d09ab9d5f3a2be5b9388b7505e3f474ba7c767a5fd91d20cb59ff28 +SIZE (pcbsd-syscache-1421343297.tar.xz) = 130044 Added: head/sysutils/pcbsd-syscache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-syscache/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,5 @@ +The syscache utility is used by PC-BSD and others to provide fast +access and retrival of system state data, such as package info, jail +status, update info and more. + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/pcbsd-syscache/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-syscache/pkg-install Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 Added: head/sysutils/pcbsd-syscache/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-syscache/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,3 @@ +bin/syscache +bin/syscache-daemon +etc/rc.d/syscache Added: head/sysutils/pcbsd-utils-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-utils-qt5/Makefile Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,39 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= pcbsd-utils-qt5 +PORTVERSION= 1422974666 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Qt5 Utilities + +LICENSE= BSD + +RUN_DEPENDS= lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \ + ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ + cdda2wav:${PORTSDIR}/sysutils/cdrtools +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +CONFLICTS?= pcbsd-utils-qt4-[0-9]* + +MAKE_JOBS_UNSAFE=yes +ONLY_FOR_ARCHS= amd64 +USE_LDCONFIG= yes +USE_QT5= core gui network svg linguist \ + buildtools x11extras +USES= qmake tar:xz python + +WRKSRC= ${WRKDIR}/src-qt5 + +QMAKE_ARGS= CONFIG+="configure" + +.include + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +.include Added: head/sysutils/pcbsd-utils-qt5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-utils-qt5/distinfo Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,2 @@ +SHA256 (pcbsd-utils-qt5-1422974666.tar.xz) = 07e836704b8ec1b4a3db2105ec9527abd821c58908407eb57ba358c26c63989f +SIZE (pcbsd-utils-qt5-1422974666.tar.xz) = 64680540 Added: head/sysutils/pcbsd-utils-qt5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-utils-qt5/pkg-descr Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,3 @@ +PC-BSD QT5 Utilities + +WWW: https://github.com/pcbsd/pcbsd Added: head/sysutils/pcbsd-utils-qt5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcbsd-utils-qt5/pkg-plist Tue Feb 3 15:05:14 2015 (r378356) @@ -0,0 +1,507 @@ +bin/EasyPBI +bin/PCDM-session +bin/about-gui +bin/appcafe +bin/flashpluginctl +bin/life-preserver +bin/life-preserver-tray +bin/openwith +bin/pc-adsldap +bin/pc-bootconfig +bin/pc-bugreport +bin/pc-controlpanel +bin/pc-cupscfg +bin/pc-dmconf +bin/pc-ethernetconfig +bin/pc-firstboot +bin/pc-hwdetect +bin/pc-mixer +bin/pc-mounttray +bin/pc-netmanager +bin/pc-nettray +bin/pc-pfmanager +bin/pc-servicemanager +bin/pc-softwaremanager +bin/pc-softweb +bin/pc-sysinstaller +bin/pc-syskeyboard +bin/pc-sysmanager +bin/pc-systemupdatertray +bin/pc-updategui +bin/pc-usermanager +bin/pc-welcome +bin/pc-wificonfig +bin/pc-xgui +bin/pc-zmanager +bin/pcbsd-update-i18n +bin/qsudo +bin/xlock +bin/xorg-startupcheck +etc/pcdm.conf.dist +etc/rc.d/pc-hwdetect +etc/rc.d/pcbsdinit +etc/rc.d/pcdm +include/pcbsd-DLProcess.h +include/pcbsd-SingleApplication.h +include/pcbsd-dialogAPsetup.h +include/pcbsd-hardware.h +include/pcbsd-netif.h +include/pcbsd-sysFlags.h +include/pcbsd-ui.h +include/pcbsd-utils.h +include/pcbsd-xdgfile.h +include/pcbsd-xdgutils.h +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9.9 +sbin/PCDMd +share/EasyPBI/EasyPBIicon.png +share/PCDM/pcdm-session +share/PCDM/themes/default/background.jpg +share/PCDM/themes/default/banner.png +share/PCDM/themes/default/default-desktop.png +share/PCDM/themes/default/default-user.png +share/PCDM/themes/default/default.theme +share/PCDM/themes/default/keyboardlayout.png +share/PCDM/themes/default/localechange.png +share/PCDM/themes/default/login.png +share/PCDM/themes/default/nextDE.png +share/PCDM/themes/default/password.png +share/PCDM/themes/default/previousDE.png +share/PCDM/themes/default/splashscreen.png +share/PCDM/themes/default/system.png +share/PCDM/themes/default/virtualkeyboard.png +share/applications/EasyPBI.desktop +share/applications/about.desktop +share/applications/pc-dmconf.desktop +share/applications/pc-updategui.desktop +share/applications/pc-welcome.desktop +share/applications/pcbsdpbu.desktop +share/applications/pcbugreport.desktop +share/applications/pccontrol.desktop +share/applications/pcsyskeyboard.desktop +share/applications/softmanager.desktop +share/applications/warden.desktop +share/apps/ksplash/Themes/pcbsd10/1024x768/background.png +share/apps/ksplash/Themes/pcbsd10/1280x1024/background.png +share/apps/ksplash/Themes/pcbsd10/1280x800/background.png +share/apps/ksplash/Themes/pcbsd10/1440x900/background.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/background.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/background.svg +share/apps/ksplash/Themes/pcbsd10/1600x1200/description.txt +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon5.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/rectangle.png +share/apps/ksplash/Themes/pcbsd10/1920x1080/background.png +share/apps/ksplash/Themes/pcbsd10/1920x1200/background.png +share/apps/ksplash/Themes/pcbsd10/600x400/background.png +share/apps/ksplash/Themes/pcbsd10/800x600/background.png +share/apps/ksplash/Themes/pcbsd10/Theme.rc +share/config/ksplashrc +share/lifePreserver/images/lifepreserver.png +share/lifePreserver/scripts/setup-ssh-keys.sh +share/pcbsd/conf/pubdns.conf +share/pcbsd/doc/handbook_en.pdf +share/pcbsd/fluxboxinit/init +share/pcbsd/fluxboxinit/keys +share/pcbsd/fluxboxinit/menu +share/pcbsd/fluxboxinit/overlay +share/pcbsd/fluxboxinit/startup +share/pcbsd/icons/about.png +share/pcbsd/icons/appcafe.png +share/pcbsd/icons/gvim.png +share/pcbsd/icons/hwinfo.png +share/pcbsd/icons/input-keyboard.png +share/pcbsd/icons/ldap.png +share/pcbsd/icons/mythtv.png +share/pcbsd/icons/pc-bootconfig.png +share/pcbsd/icons/pc-dmconf.png +share/pcbsd/icons/pcbsd-handbook.png +share/pcbsd/icons/preferences-desktop-theme.png +share/pcbsd/icons/preferences-desktop.png +share/pcbsd/icons/soundconfig.png +share/pcbsd/icons/system-software-update.png +share/pcbsd/icons/system-users.png +share/pcbsd/icons/sysupdate.png +share/pcbsd/icons/utilities-system-monitor.png +share/pcbsd/icons/zmanager.png +share/pcbsd/pc-controlpanel/icons/appcafe.png +share/pcbsd/pc-controlpanel/icons/appcafe64x64.png +share/pcbsd/pc-controlpanel/icons/application.png +share/pcbsd/pc-controlpanel/icons/bluetooth.png +share/pcbsd/pc-controlpanel/icons/cups-icon.png +share/pcbsd/pc-controlpanel/icons/devices.png +share/pcbsd/pc-controlpanel/icons/easypbi.png +share/pcbsd/pc-controlpanel/icons/hwinfo.png +share/pcbsd/pc-controlpanel/icons/lifepreserver.png +share/pcbsd/pc-controlpanel/icons/lifepreserver64x64.png +share/pcbsd/pc-controlpanel/icons/nvidia-settings.png +share/pcbsd/pc-controlpanel/icons/pc-bugreport.png +share/pcbsd/pc-controlpanel/icons/pc-controlpanel.png +share/pcbsd/pc-controlpanel/icons/pc-controlpanel64x64.png +share/pcbsd/pc-controlpanel/icons/preferences-desktop-user-password.png +share/pcbsd/pc-controlpanel/icons/preferences-other.png +share/pcbsd/pc-controlpanel/icons/preferences-system-network-sharing.png +share/pcbsd/pc-controlpanel/icons/preferences-system-network.png +share/pcbsd/pc-controlpanel/icons/preferences-system-session-services.png +share/pcbsd/pc-controlpanel/icons/printer.png +share/pcbsd/pc-controlpanel/icons/pulseaudio.png +share/pcbsd/pc-controlpanel/icons/system.png +share/pcbsd/pc-controlpanel/icons/utilities-terminal.png +share/pcbsd/pc-controlpanel/icons/video-display.png +share/pcbsd/pc-controlpanel/icons/webmin-logo.png +share/pcbsd/pc-controlpanel/items/de/cinnamon-settings.desktop +share/pcbsd/pc-controlpanel/items/de/gnome-control-center.desktop +share/pcbsd/pc-controlpanel/items/de/gnome-tweak-tool.desktop +share/pcbsd/pc-controlpanel/items/de/kde-cursortheme.desktop +share/pcbsd/pc-controlpanel/items/de/kde-desktop.desktop +share/pcbsd/pc-controlpanel/items/de/kde-desktoptheme.desktop +share/pcbsd/pc-controlpanel/items/de/kde-display.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcm_akonadi.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcm_nepomuk.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcmkded.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kwincompositing.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kwindecoration.desktop +share/pcbsd/pc-controlpanel/items/de/kde-style.desktop +share/pcbsd/pc-controlpanel/items/de/kde-sweeper.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-default-apps.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-desktop-prefs.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-lxappearance.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-xscreensaver.desktop +share/pcbsd/pc-controlpanel/items/de/mate-appearance-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-at-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-default-applications-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-keybinding.desktop +share/pcbsd/pc-controlpanel/items/de/mate-notification-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-session-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-system-monitor.desktop +share/pcbsd/pc-controlpanel/items/de/mate-theme-installer.desktop +share/pcbsd/pc-controlpanel/items/de/mate-window-properties.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-session-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-settings-manager.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-ui-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-wm-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-wmtweaks-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-workspaces-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-accessibility-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-settings-editor.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-thunar-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/cinnamon-power-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/cinnamon-sound-nua-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/cups.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-keyboard-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-mouse-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-power-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-power-statistics.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-sound-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/hplip.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-kcm_keyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-mouse.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-screensaver.desktop +share/pcbsd/pc-controlpanel/items/hardware/kinfocenter.desktop +share/pcbsd/pc-controlpanel/items/hardware/lxde-lxinput.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-display-properties.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-keyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-power-preferences.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-power-statistics.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-settings-mouse.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-volume-control.desktop +share/pcbsd/pc-controlpanel/items/hardware/nvidia-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-mounttray.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-paprefs.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-pavucontrol.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-xgui.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-zmanager.desktop +share/pcbsd/pc-controlpanel/items/hardware/pcsyskeyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/system-config-printer.desktop +share/pcbsd/pc-controlpanel/items/hardware/xfce-keyboard-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/xfce-mouse-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/xsane.desktop +share/pcbsd/pc-controlpanel/items/network/pcnetwork.desktop +share/pcbsd/pc-controlpanel/items/network/pfmanager.desktop +share/pcbsd/pc-controlpanel/items/software/appcafe.desktop +share/pcbsd/pc-controlpanel/items/software/easypbi.desktop +share/pcbsd/pc-controlpanel/items/software/pc-updategui.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-q4wine.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-swine.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-winecfg.desktop +share/pcbsd/pc-controlpanel/items/system/about.desktop +share/pcbsd/pc-controlpanel/items/system/gnome-system-log.desktop +share/pcbsd/pc-controlpanel/items/system/ibus-setup.desktop +share/pcbsd/pc-controlpanel/items/system/kde-clock.desktop +share/pcbsd/pc-controlpanel/items/system/kde-kcm_polkitactions.desktop +share/pcbsd/pc-controlpanel/items/system/ksystemlog.desktop +share/pcbsd/pc-controlpanel/items/system/lxde-lxtask.desktop +share/pcbsd/pc-controlpanel/items/system/pc-adsldap.desktop +share/pcbsd/pc-controlpanel/items/system/pc-bootconfig.desktop +share/pcbsd/pc-controlpanel/items/system/pc-checkhw.desktop +share/pcbsd/pc-controlpanel/items/system/pc-dmconf.desktop +share/pcbsd/pc-controlpanel/items/system/pc-servicemanager.desktop +share/pcbsd/pc-controlpanel/items/system/pc-sysmanager.desktop +share/pcbsd/pc-controlpanel/items/system/pcusermanager.desktop +share/pcbsd/pc-controlpanel/items/system/webmin.desktop +share/pcbsd/pc-controlpanel/items/tools/flash-player-properties.desktop +share/pcbsd/pc-controlpanel/items/tools/kde-kcmdf.desktop +share/pcbsd/pc-controlpanel/items/tools/lifepreserver.desktop +share/pcbsd/pc-controlpanel/items/tools/pcbugreport.desktop +share/pcbsd/pc-controlpanel/items/tools/warden.desktop +share/pcbsd/pc-controlpanel/items/tools/x11vnc.desktop +share/pcbsd/pc-hwdetect/agp.xml +share/pcbsd/pc-hwdetect/audio.xml +share/pcbsd/pc-hwdetect/display.xml +share/pcbsd/pc-hwdetect/multimedia.xml +share/pcbsd/pc-hwdetect/network.xml +share/pcbsd/pc-hwdetect/soundcards.xml +share/pcbsd/pc-installgui/get-zfs-restore-list.sh +share/pcbsd/pc-installgui/load-usb-key.sh +share/pcbsd/pc-installgui/setup-ssh-keys.sh +share/pcbsd/pc-netmanager/pics/defaulticon.png +share/pcbsd/pc-netmanager/pics/info.png +share/pcbsd/pc-netmanager/pics/network_local.png +share/pcbsd/pc-netmanager/pics/network_local_dis.png +share/pcbsd/pc-netmanager/pics/network_wifi.png +share/pcbsd/pc-netmanager/pics/network_wifi_dis.png +share/pcbsd/pc-netmanager/pics/object-locked.png +share/pcbsd/pc-netmanager/pics/object-unlocked.png +share/pcbsd/pc-netmanager/pics/tray_local.png +share/pcbsd/pc-netmanager/pics/tray_local_dis.png +share/pcbsd/pc-netmanager/pics/tray_wifi.png +share/pcbsd/pc-netmanager/pics/tray_wifi30.png +share/pcbsd/pc-netmanager/pics/tray_wifi60.png +share/pcbsd/pc-netmanager/pics/tray_wifi85.png +share/pcbsd/pc-netmanager/pics/tray_wifi_dis.png +share/pcbsd/pc-netmanager/umts_stick +share/pcbsd/scripts/GenDiagSheet.sh +share/pcbsd/scripts/fastest_cvsup +share/pcbsd/scripts/find-install-media.sh +share/pcbsd/scripts/first-boot.sh +share/pcbsd/scripts/lidchanged.sh +share/pcbsd/scripts/move-vbox.sh +share/pcbsd/scripts/mythtv.sh +share/pcbsd/scripts/openhandbook.sh +share/pcbsd/scripts/portsnap-noterm.sh +share/pcbsd/scripts/set-lang.sh +share/pcbsd/scripts/sound-dev-changed.sh +share/pcbsd/scripts/vbox-check +share/pcbsd/splash-screens/loading-screen-af.pcx +share/pcbsd/splash-screens/loading-screen-ar.pcx +share/pcbsd/splash-screens/loading-screen-az.pcx +share/pcbsd/splash-screens/loading-screen-bg.pcx +share/pcbsd/splash-screens/loading-screen-bn.pcx +share/pcbsd/splash-screens/loading-screen-bs.pcx +share/pcbsd/splash-screens/loading-screen-ca.pcx +share/pcbsd/splash-screens/loading-screen-cs.pcx +share/pcbsd/splash-screens/loading-screen-da.pcx +share/pcbsd/splash-screens/loading-screen-de.pcx +share/pcbsd/splash-screens/loading-screen-el.pcx +share/pcbsd/splash-screens/loading-screen-en.pcx +share/pcbsd/splash-screens/loading-screen-es.pcx +share/pcbsd/splash-screens/loading-screen-et.pcx +share/pcbsd/splash-screens/loading-screen-eu.pcx +share/pcbsd/splash-screens/loading-screen-fa.pcx +share/pcbsd/splash-screens/loading-screen-fi.pcx +share/pcbsd/splash-screens/loading-screen-fr.pcx +share/pcbsd/splash-screens/loading-screen-gl.pcx +share/pcbsd/splash-screens/loading-screen-he.pcx +share/pcbsd/splash-screens/loading-screen-hi.pcx +share/pcbsd/splash-screens/loading-screen-hr.pcx +share/pcbsd/splash-screens/loading-screen-hu.pcx +share/pcbsd/splash-screens/loading-screen-it.pcx +share/pcbsd/splash-screens/loading-screen-ja.pcx +share/pcbsd/splash-screens/loading-screen-ko.pcx +share/pcbsd/splash-screens/loading-screen-lv.pcx +share/pcbsd/splash-screens/loading-screen-mk.pcx +share/pcbsd/splash-screens/loading-screen-mn.pcx +share/pcbsd/splash-screens/loading-screen-ms.pcx +share/pcbsd/splash-screens/loading-screen-nb.pcx +share/pcbsd/splash-screens/loading-screen-nl.pcx +share/pcbsd/splash-screens/loading-screen-pa.pcx +share/pcbsd/splash-screens/loading-screen-pl.pcx +share/pcbsd/splash-screens/loading-screen-pt.pcx +share/pcbsd/splash-screens/loading-screen-pt_BR.pcx +share/pcbsd/splash-screens/loading-screen-ro.pcx +share/pcbsd/splash-screens/loading-screen-ru.pcx +share/pcbsd/splash-screens/loading-screen-sk.pcx +share/pcbsd/splash-screens/loading-screen-sl.pcx +share/pcbsd/splash-screens/loading-screen-sr.pcx +share/pcbsd/splash-screens/loading-screen-sv.pcx +share/pcbsd/splash-screens/loading-screen-ta.pcx +share/pcbsd/splash-screens/loading-screen-tg.pcx +share/pcbsd/splash-screens/loading-screen-th.pcx +share/pcbsd/splash-screens/loading-screen-tr.pcx +share/pcbsd/splash-screens/loading-screen-uk.pcx +share/pcbsd/splash-screens/loading-screen-uz.pcx +share/pcbsd/splash-screens/loading-screen-vi.pcx +share/pcbsd/splash-screens/loading-screen-xh.pcx +share/pcbsd/splash-screens/loading-screen-zh_CN.pcx +share/pcbsd/splash-screens/loading-screen-zh_TW.pcx +share/pcbsd/xorg-gui/bin/rundetect.sh +share/pcbsd/xorg-gui/bin/setupconf.sh +share/pcbsd/xorg-gui/cardDetect/XF86Config.compat +share/pcbsd/xorg-gui/cardDetect/XF86Config.default +share/pcbsd/xorg-gui/cardDetect/XF86Config.intel +share/pcbsd/xorg-gui/cardDetect/XF86Config.vmware +share/pcbsd/xorg-gui/cardDetect/x_config.sh +share/pcbsd/xorg-gui/cardDetect/xorg.conf.virtualbox +share/pcbsd/xorg-gui/conf/.fluxbox/init +share/pcbsd/xorg-gui/conf/.fluxbox/keys +share/pcbsd/xorg-gui/conf/.fluxbox/menu +share/pcbsd/xorg-gui/conf/.fluxbox/overlay +share/pcbsd/xorg-gui/conf/.fluxbox/startup +share/pcbsd/xorg-gui/conf/xorg.conf.basic +share/pcbsd/xorg-gui/nvidia-detect/detect-nvidia.sh +share/pcbsd/xorg-gui/nvidia-detect/nvidia17-pciid.txt +share/pcbsd/xorg-gui/nvidia-detect/nvidia9x-pciid.txt +share/pcbsd/xorg-gui/scripts/cardboard.sh +share/pcbsd/xorg-gui/scripts/cardbus.sh +share/pcbsd/xorg-gui/scripts/carddriver.sh +share/pcbsd/xorg-gui/scripts/cardpciid.sh +share/pcbsd/xorg-gui/scripts/cardvendor.sh +share/pcbsd/xorg-gui/scripts/checkunprobed.sh +share/pcbsd/xorg-gui/scripts/monmodel.sh +share/pcbsd/xorg-gui/scripts/monvendor.sh +share/pcbsd/xorg-gui/scripts/xinit-autodetect +share/pcbsd/xorg-gui/scripts/xinit-check +share/pcbsd/xorg-gui/scripts/xinit-displaywiz +share/pcbsd/xorg-gui/scripts/xinit-failed +share/pcbsd/xorg-gui/settings/README +share/pcbsd/xorg-gui/settings/alias.txt +share/pcbsd/xorg-gui/settings/definition.txt +share/pcbsd/xorg-gui/settings/depth.txt +share/pcbsd/xorg-gui/settings/drivers.txt +share/pcbsd/xorg-gui/settings/drivers.txt.amd64 +share/pcbsd/xorg-gui/settings/drivers.txt.i386 +share/pcbsd/xorg-gui/settings/refresh.txt +share/pcbsd/xorg-gui/settings/resolutions.txt +share/pcbsd/xorg-gui/templates/driver/README +share/pcbsd/xorg-gui/templates/driver/apm.template +share/pcbsd/xorg-gui/templates/driver/ark.template +share/pcbsd/xorg-gui/templates/driver/ati-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/ati.template +share/pcbsd/xorg-gui/templates/driver/chips.template +share/pcbsd/xorg-gui/templates/driver/cirrus.template +share/pcbsd/xorg-gui/templates/driver/cyrix.template +share/pcbsd/xorg-gui/templates/driver/dummy.template +share/pcbsd/xorg-gui/templates/driver/fbdev.template +share/pcbsd/xorg-gui/templates/driver/glint.template +share/pcbsd/xorg-gui/templates/driver/i128.template +share/pcbsd/xorg-gui/templates/driver/i740.template +share/pcbsd/xorg-gui/templates/driver/i810.template +share/pcbsd/xorg-gui/templates/driver/imstt.template +share/pcbsd/xorg-gui/templates/driver/intel-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/intel.template +share/pcbsd/xorg-gui/templates/driver/mach64.template +share/pcbsd/xorg-gui/templates/driver/mga-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/mga.template +share/pcbsd/xorg-gui/templates/driver/neomagic.template +share/pcbsd/xorg-gui/templates/driver/newport.template +share/pcbsd/xorg-gui/templates/driver/nsc.template +share/pcbsd/xorg-gui/templates/driver/nv.template +share/pcbsd/xorg-gui/templates/driver/nvidia.template +share/pcbsd/xorg-gui/templates/driver/openchrome.template +share/pcbsd/xorg-gui/templates/driver/r128.template +share/pcbsd/xorg-gui/templates/driver/radeonhd-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/radeonhd.template +share/pcbsd/xorg-gui/templates/driver/rendition.template +share/pcbsd/xorg-gui/templates/driver/s3.template +share/pcbsd/xorg-gui/templates/driver/s3virge.template +share/pcbsd/xorg-gui/templates/driver/savage.template +share/pcbsd/xorg-gui/templates/driver/siliconmotion.template +share/pcbsd/xorg-gui/templates/driver/sis-intel.template +share/pcbsd/xorg-gui/templates/driver/sis.template *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 15:05:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26CF4D25; Tue, 3 Feb 2015 15:05:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 133CCB16; Tue, 3 Feb 2015 15:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13F5wpG099396; Tue, 3 Feb 2015 15:05:58 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13F5wnj099394; Tue, 3 Feb 2015 15:05:58 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502031505.t13F5wnj099394@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 3 Feb 2015 15:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378357 - head/cad/xcircuit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 15:05:59 -0000 Author: danilo Date: Tue Feb 3 15:05:57 2015 New Revision: 378357 URL: https://svnweb.freebsd.org/changeset/ports/378357 QAT: https://qat.redports.org/buildarchive/r378357/ Log: - Update to 3.8.78 Modified: head/cad/xcircuit/Makefile head/cad/xcircuit/distinfo Modified: head/cad/xcircuit/Makefile ============================================================================== --- head/cad/xcircuit/Makefile Tue Feb 3 15:05:14 2015 (r378356) +++ head/cad/xcircuit/Makefile Tue Feb 3 15:05:57 2015 (r378357) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcircuit -PORTVERSION= 3.8.77 +PORTVERSION= 3.8.78 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ Modified: head/cad/xcircuit/distinfo ============================================================================== --- head/cad/xcircuit/distinfo Tue Feb 3 15:05:14 2015 (r378356) +++ head/cad/xcircuit/distinfo Tue Feb 3 15:05:57 2015 (r378357) @@ -1,2 +1,2 @@ -SHA256 (xcircuit-3.8.77.tgz) = 1d39401a41ffa66098ef482395539cc546b293ef372a1e1a464947c05abfce26 -SIZE (xcircuit-3.8.77.tgz) = 1523126 +SHA256 (xcircuit-3.8.78.tgz) = 2946fb10b793b24c9c5aab521a8d3a8ee17fe8284a1603a32fb9905582bb3c66 +SIZE (xcircuit-3.8.78.tgz) = 1523145 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 15:09:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80B48F15; Tue, 3 Feb 2015 15:09:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 548C9B39; Tue, 3 Feb 2015 15:09:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13F9vsi099943; Tue, 3 Feb 2015 15:09:57 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13F9vvY099942; Tue, 3 Feb 2015 15:09:57 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502031509.t13F9vvY099942@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 3 Feb 2015 15:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378358 - head/science/gromacs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 15:09:57 -0000 Author: thierry Date: Tue Feb 3 15:09:56 2015 New Revision: 378358 URL: https://svnweb.freebsd.org/changeset/ports/378358 QAT: https://qat.redports.org/buildarchive/r378358/ Log: Uses blaslapack. Modified: head/science/gromacs/Makefile Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Tue Feb 3 15:05:57 2015 (r378357) +++ head/science/gromacs/Makefile Tue Feb 3 15:09:56 2015 (r378358) @@ -29,9 +29,8 @@ OPTIONS_DEFAULT= FLOAT OPENMP X11 OPTIONS_SUB= yes ATLAS_DESC= Use ATLAS for BLAS and LAPACK -ATLAS_LIB_DEPENDS= libalapack.so:${PORTSDIR}/math/atlas -ATLAS_LIB_DEPENDS_OFF= libblas.so:${PORTSDIR}/math/blas \ - liblapack.so:${PORTSDIR}/math/lapack +ATLAS_USES= blaslapack:atlas +ATLAS_USES_OFF= blaslapack ATLAS_CMAKE_ON= -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so;${LOCALBASE}/lib/libf77blas.so" \ -DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libalapack.so" ATLAS_CMAKE_OFF= -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libblas.so" \ @@ -43,7 +42,7 @@ FLOAT_LIB_DEPENDS_OFF= libfftw3.so:${POR FLOAT_CMAKE_ON= -DGMX_DOUBLE:BOOL=OFF FLOAT_CMAKE_OFF= -DGMX_DOUBLE:BOOL=ON MPICH2_LIB_DEPENDS= libmpich.so:${PORTSDIR}/net/mpich2 -MPICH2_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc" +MPICH2_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc" OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON= -DGMX_CXX11:BOOL=OFF OPENMP_CMAKE_OFF= -DGMX_OPENMP:BOOL=OFF @@ -72,14 +71,14 @@ PLIST_SUB+= SUFFIX_MPI="" .endif post-patch: - @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ + ${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|share/man|man| ; \ /pkgconfig/s|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' - @${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \ + ${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|LDLIB/pkgconfig|LDLIB/../libdata/pkgconfig| ; \ s|LDLIB}/pkgconfig|LDLIB}/../libdata/pkgconfig|' - @${REINPLACE_CMD} -e '/CMAKE_REQUIRED_LIBRARIES/d' \ + ${REINPLACE_CMD} -e '/CMAKE_REQUIRED_LIBRARIES/d' \ ${WRKSRC}/cmake/gmxTestdlopen.cmake .include From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 15:18:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 217471C1; Tue, 3 Feb 2015 15:18:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD8BC52; Tue, 3 Feb 2015 15:18:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13FIY6i004702; Tue, 3 Feb 2015 15:18:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13FIYBb004701; Tue, 3 Feb 2015 15:18:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031518.t13FIYBb004701@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 15:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378359 - in head/graphics/xfractint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 15:18:35 -0000 Author: amdmi3 Date: Tue Feb 3 15:18:34 2015 New Revision: 378359 URL: https://svnweb.freebsd.org/changeset/ports/378359 QAT: https://qat.redports.org/buildarchive/r378359/ Log: - Remove always false OSVERSION check Approved by: portmgr blanket Deleted: head/graphics/xfractint/files/extra-unix__fpu087.c Modified: head/graphics/xfractint/Makefile Modified: head/graphics/xfractint/Makefile ============================================================================== --- head/graphics/xfractint/Makefile Tue Feb 3 15:09:56 2015 (r378358) +++ head/graphics/xfractint/Makefile Tue Feb 3 15:18:34 2015 (r378359) @@ -18,12 +18,6 @@ ALL_TARGET= ${PORTNAME} DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" -.include - -.if ${OSVERSION} < 800000 -EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1} @@ -34,4 +28,4 @@ do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor -.include +.include From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 16:18:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0A41501; Tue, 3 Feb 2015 16:18:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D29AE65F; Tue, 3 Feb 2015 16:18:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13GIZ4t032972; Tue, 3 Feb 2015 16:18:35 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13GIYfd032968; Tue, 3 Feb 2015 16:18:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201502031618.t13GIYfd032968@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 3 Feb 2015 16:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378360 - in head/x11: . nvidia-driver nvidia-driver-340 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 16:18:36 -0000 Author: danfe Date: Tue Feb 3 16:18:34 2015 New Revision: 378360 URL: https://svnweb.freebsd.org/changeset/ports/378360 QAT: https://qat.redports.org/buildarchive/r378360/ Log: - Move mainstream version to 346.xx (update to 346.35) and create another legacy slave port `x11/nvidia-driver-340'; update top comment accordingly - No longer explicitly advertise brokenness for ${OSVERSION} > 1000041 and ${NVVERSION} <= 71.08615 combination: not only old legacy ports recently had been removed, but frankly users of those old gfx cards should either not be running FreeBSD 10.x or totally rely on self-support, thus making this BROKEN statement merely an annoyance for them (other checks for some older driver versions still remain as being functional) - Change CONFLICTS to CONFLICTS_INSTALL (honestly, this change *should* be no-op since CONFLICTS should be installation-time conflicts in the first place, but adhere to this stupidity of the framework for the time being) Added: head/x11/nvidia-driver-340/ head/x11/nvidia-driver-340/Makefile (contents, props changed) Modified: head/x11/Makefile head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Feb 3 15:18:34 2015 (r378359) +++ head/x11/Makefile Tue Feb 3 16:18:34 2015 (r378360) @@ -212,6 +212,7 @@ SUBDIR += nvidia-driver SUBDIR += nvidia-driver-173 SUBDIR += nvidia-driver-304 + SUBDIR += nvidia-driver-340 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += nxcomp Added: head/x11/nvidia-driver-340/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver-340/Makefile Tue Feb 3 16:18:34 2015 (r378360) @@ -0,0 +1,11 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +DISTVERSION= 340.76 +# Explicitly set PORTREVISION as it can be overridden by the master port +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../nvidia-driver +PKGNAMESUFFIX= -340 + +.include "${MASTERDIR}/Makefile" Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Tue Feb 3 15:18:34 2015 (r378359) +++ head/x11/nvidia-driver/Makefile Tue Feb 3 16:18:34 2015 (r378360) @@ -7,11 +7,11 @@ # Starting with version 1.0-7667, NVidia has dropped support for numerous # "legacy" GPUs. Consult NVidia README (the Appendix) to find out whether # you need to use legacy driver version and install one of corresponding -# `x11/nvidia-driver-71', `x11/nvidia-driver-96', `x11/nvidia-driver-173', -# or `x11/nvidia-driver-304' slave ports. +# slave ports instead (`x11/nvidia-driver-173', `x11/nvidia-driver-304', +# or `x11/nvidia-driver-340'). PORTNAME= nvidia-driver -DISTVERSION?= 340.76 +DISTVERSION?= 346.35 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 @@ -117,13 +117,8 @@ PLIST_SUB+= LINUXBASE=${LINUXBASE} SHLIB .include -# FreeBSD src SVN r254138 had broken 71.86.xx legacy series :( -.if ${OSVERSION} > 1000041 && ${NVVERSION} <= 71.08615 -BROKEN= does not compile -.endif - .if ${PORT_OPTIONS:MLINUX} -CONFLICTS= linux[-_]dri-[0-9]* linux-f10-dri-[0-9]* +CONFLICTS_INSTALL= linux[-_]dri-[0-9]* linux-f10-dri-[0-9]* USE_LINUX= yes PLIST_SUB+= LINUX="" .else @@ -240,6 +235,10 @@ post-patch: .SILENT ${REINPLACE_CMD} -E 's/(lib).*/\1/' ${WRKSRC}/x11/Makefile .endif ${REINPLACE_CMD} -e '/bin/d ; /man/d' ${WRKSRC}/x11/Makefile +# Also do not install libnvidia-gtk* libraries which are for nvidia-settings +.if ${NVVERSION} >= 346.016 + ${REINPLACE_CMD} -e '/libnvidia-gtk/d' ${WRKSRC}/lib/Makefile +.endif # Conditionally install documentation (but you generally want it) .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -E 's/(x11).*/\1/ ; /doc/d' ${WRKSRC}/Makefile Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Tue Feb 3 15:18:34 2015 (r378359) +++ head/x11/nvidia-driver/distinfo Tue Feb 3 16:18:34 2015 (r378360) @@ -1,3 +1,7 @@ +SHA256 (NVIDIA-FreeBSD-x86_64-346.35.tar.gz) = 0a1c92efb9e29d0d4e1c099a5f2c69a29ac2431dbc33009cc83a35c794c48d33 +SIZE (NVIDIA-FreeBSD-x86_64-346.35.tar.gz) = 58753495 +SHA256 (NVIDIA-FreeBSD-x86-346.35.tar.gz) = c2decd38b2ff3e46a611acfd2ca41fd887b7223f6aee1f57f52717b4206e2be3 +SIZE (NVIDIA-FreeBSD-x86-346.35.tar.gz) = 57980205 SHA256 (NVIDIA-FreeBSD-x86_64-340.76.tar.gz) = 60037d035b9af9f1d4dcdd5033e1b28b0cd4c7ca94f6bcb8d267e037a930fdc0 SIZE (NVIDIA-FreeBSD-x86_64-340.76.tar.gz) = 60206978 SHA256 (NVIDIA-FreeBSD-x86-340.76.tar.gz) = 0abbcc3bed3f017e7f1887a5c2d014e2b5a020462071998986ed49cdb8e7119f From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 17:56:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7B139C1; Tue, 3 Feb 2015 17:56:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B06C7D76; Tue, 3 Feb 2015 17:56:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Hut9v067889; Tue, 3 Feb 2015 17:56:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13HutgM067886; Tue, 3 Feb 2015 17:56:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502031756.t13HutgM067886@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 3 Feb 2015 17:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378361 - in head/sysutils/xbatt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 17:56:55 -0000 Author: antoine Date: Tue Feb 3 17:56:54 2015 New Revision: 378361 URL: https://svnweb.freebsd.org/changeset/ports/378361 QAT: https://qat.redports.org/buildarchive/r378361/ Log: - Allow staging as a regular user - Bump portrevision as it was not packaged with intended owner Modified: head/sysutils/xbatt/Makefile head/sysutils/xbatt/files/patch-Imakefile Modified: head/sysutils/xbatt/Makefile ============================================================================== --- head/sysutils/xbatt/Makefile Tue Feb 3 16:18:34 2015 (r378360) +++ head/sysutils/xbatt/Makefile Tue Feb 3 17:56:54 2015 (r378361) @@ -3,7 +3,7 @@ PORTNAME= xbatt PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ @@ -14,6 +14,6 @@ ONLY_FOR_ARCHS= i386 amd64 USES= imake:noman USE_XORG= xpm xaw -PLIST_FILES= bin/xbatt +PLIST_FILES= "@(,operator,2755) bin/xbatt" .include Modified: head/sysutils/xbatt/files/patch-Imakefile ============================================================================== --- head/sysutils/xbatt/files/patch-Imakefile Tue Feb 3 16:18:34 2015 (r378360) +++ head/sysutils/xbatt/files/patch-Imakefile Tue Feb 3 17:56:54 2015 (r378361) @@ -1,6 +1,13 @@ ---- Imakefile.org Thu Mar 6 22:54:29 1997 -+++ Imakefile Wed Oct 25 02:08:11 2000 -@@ -13,4 +13,4 @@ +--- Imakefile.orig 1997-03-07 06:54:29 UTC ++++ Imakefile +@@ -7,10 +7,10 @@ SRCS = xbatt.c + OBJS = xbatt.o + + #ifdef FreeBSDArchitecture +-INSTALLFLAGS=-c -g operator -m 2755 ++#INSTALLFLAGS=-c -g operator -m 2755 + #endif + #ifdef LinuxArchitecture INSTALLFLAGS=-c -m 2755 #endif From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 18:15:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A07F13B; Tue, 3 Feb 2015 18:15:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CEC9F11; Tue, 3 Feb 2015 18:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13IFHWl074713; Tue, 3 Feb 2015 18:15:17 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13IFHuL074710; Tue, 3 Feb 2015 18:15:17 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201502031815.t13IFHuL074710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 3 Feb 2015 18:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378362 - in head/audio/gkrellmvolume2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 18:15:18 -0000 Author: ume Date: Tue Feb 3 18:15:16 2015 New Revision: 378362 URL: https://svnweb.freebsd.org/changeset/ports/378362 QAT: https://qat.redports.org/buildarchive/r378362/ Log: - Fix volume reading - Remove author from pkg-descr - Fix WWW: PR: 197247 Submitted by: amdmi3 Modified: head/audio/gkrellmvolume2/Makefile head/audio/gkrellmvolume2/files/patch-oss_mixer.c head/audio/gkrellmvolume2/pkg-descr Modified: head/audio/gkrellmvolume2/Makefile ============================================================================== --- head/audio/gkrellmvolume2/Makefile Tue Feb 3 17:56:54 2015 (r378361) +++ head/audio/gkrellmvolume2/Makefile Tue Feb 3 18:15:16 2015 (r378362) @@ -3,7 +3,7 @@ PORTNAME= gkrellmvolume PORTVERSION= 2.1.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://gkrellm.luon.net/files/ PKGNAMESUFFIX= 2 Modified: head/audio/gkrellmvolume2/files/patch-oss_mixer.c ============================================================================== --- head/audio/gkrellmvolume2/files/patch-oss_mixer.c Tue Feb 3 17:56:54 2015 (r378361) +++ head/audio/gkrellmvolume2/files/patch-oss_mixer.c Tue Feb 3 18:15:16 2015 (r378362) @@ -1,7 +1,5 @@ -Index: oss_mixer.c -diff -u -p oss_mixer.c.orig oss_mixer.c ---- oss_mixer.c.orig Wed May 19 04:39:27 2004 -+++ oss_mixer.c Wed May 19 04:39:43 2004 +--- oss_mixer.c.orig 2004-08-20 00:07:27.000000000 +0400 ++++ oss_mixer.c 2015-02-01 20:21:32.000000000 +0300 @@ -32,6 +32,9 @@ #else #include @@ -12,3 +10,12 @@ diff -u -p oss_mixer.c.orig oss_mixer.c #include "mixer.h" #include "oss_mixer.h" +@@ -126,7 +129,7 @@ + long amount; + ioctl(OSSMIXER(mixer)->fd,MIXER_READ(OSSMIXER(mixer)->table[devid]),&amount); + *left = amount & 0xff; +- *right = amount >> 8; ++ *right = (amount >> 8) & 0xff; + } + + static void Modified: head/audio/gkrellmvolume2/pkg-descr ============================================================================== --- head/audio/gkrellmvolume2/pkg-descr Tue Feb 3 17:56:54 2015 (r378361) +++ head/audio/gkrellmvolume2/pkg-descr Tue Feb 3 18:15:16 2015 (r378362) @@ -2,5 +2,4 @@ GKrellM volume plugin A plugin for gkrellm 2.0, that lets you control your mixer.. -Author: Sjoerd Simons -WWW: http://gkrellm.luon.net/volume.phtml +WWW: http://gkrellm.luon.net/volume.php From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 18:43:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CA30787; Tue, 3 Feb 2015 18:43:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1A8D11A; Tue, 3 Feb 2015 18:43:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Ih6Dk006838; Tue, 3 Feb 2015 18:43:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Ih5jn006831; Tue, 3 Feb 2015 18:43:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502031843.t13Ih5jn006831@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Feb 2015 18:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378363 - in head/devel: . renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 18:43:07 -0000 Author: jbeich Date: Tue Feb 3 18:43:05 2015 New Revision: 378363 URL: https://svnweb.freebsd.org/changeset/ports/378363 QAT: https://qat.redports.org/buildarchive/r378363/ Log: Add new port devel/renpy PR: 195768 Differential Revision: https://reviews.freebsd.org/D1577 Reviewed by: games (amdmi3, earlier version) Approved by: flo (mentor, earlier version) Approved by: bapt (mentor) Ren'Py is a visual novel engine that helps you use words, images, and sounds to tell stories with the computer. These can be both visual novels and life simulation games. The easy to learn script language allows you to efficiently write large visual novels, while its Python scripting is enough for complex simulation games. WWW: http://www.renpy.org/ Added: head/devel/renpy/ head/devel/renpy/Makefile (contents, props changed) head/devel/renpy/distinfo (contents, props changed) head/devel/renpy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 3 18:15:16 2015 (r378362) +++ head/devel/Makefile Tue Feb 3 18:43:05 2015 (r378363) @@ -4265,6 +4265,7 @@ SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake + SUBDIR += renpy SUBDIR += replay SUBDIR += rhtvision SUBDIR += rlog Added: head/devel/renpy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy/Makefile Tue Feb 3 18:43:05 2015 (r378363) @@ -0,0 +1,84 @@ +# $FreeBSD$ + +PORTNAME= renpy +PORTVERSION= 6.18.3 +DISTVERSIONSUFFIX=-source +CATEGORIES= devel games +MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ + GENTOO/distfiles + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Framework for developing visual-novel type games + +LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21 MIT OFL11 ZLIB +LICENSE_COMB= multi +LICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license +LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt +LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +BUILD_DEPENDS= ${PYGAME} \ + cython:${PORTSDIR}/lang/cython +LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ + libGLEW.so:${PORTSDIR}/graphics/glew \ + libpng.so:${PORTSDIR}/graphics/png \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libfreetype.so:${PORTSDIR}/print/freetype2 +RUN_DEPENDS= ${PYGAME} + +USES= python:2.7 shebangfix tar:bz2 +USE_PYTHON= autoplist distutils +USE_SDL= sdl +SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} +BUILD_WRKSRC= ${WRKSRC}/module +INSTALL_WRKSRC= ${BUILD_WRKSRC} +MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" +PORTDATA= launcher renpy renpy.py templates +PORTDOCS= * +PLIST_FILES= bin/${PORTNAME} + +DESKTOP_ENTRIES="Ren'Py" \ + "" \ + "${DATADIR}/launcher/game/images/logo32.png" \ + "${PORTNAME} %f" \ + "Development;Game;AdventureGame;" \ + "" + +OPTIONS_DEFAULT=TKINTER +OPTIONS_DEFINE= DOCS EXAMPLES TKINTER + +TKINTER_DESC= Install Tkinter to allow choosing Projects Directory +TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter + +.include + +.if ${PORT_OPTIONS:MEXAMPLES} +PORTDATA+= the_question tutorial +.endif + +post-patch: + @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ + ${WRKSRC}/launcher/game/project.rpy +# Avoid having to add -I/usr/include -L/usr/lib + @${REINPLACE_CMD} '/library("z")/d' ${BUILD_WRKSRC}/${PYSETUP} + +post-install: + ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ + -exec ${STRIP_CMD} {} + + ${LN} -fs ${DATADIR}/renpy.py \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} \ + "${PORTDATA}" ${STAGEDIR}${DATADIR} \ + "! -name *.orig ! -name *.bak") + ${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py + ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ + . ${STAGEDIR}${DOCSDIR} \ + "! -name *.orig ! -name *.bak") +.endif + +.include Added: head/devel/renpy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy/distinfo Tue Feb 3 18:43:05 2015 (r378363) @@ -0,0 +1,2 @@ +SHA256 (renpy-6.18.3-source.tar.bz2) = c0c6af79ceb529e69cebfdb0e9849e50dc27e424dc2fd2b322c13d6ec938cba6 +SIZE (renpy-6.18.3-source.tar.bz2) = 23244450 Added: head/devel/renpy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy/pkg-descr Tue Feb 3 18:43:05 2015 (r378363) @@ -0,0 +1,7 @@ +Ren'Py is a visual novel engine that helps you use words, images, and +sounds to tell stories with the computer. These can be both visual +novels and life simulation games. The easy to learn script language +allows you to efficiently write large visual novels, while its Python +scripting is enough for complex simulation games. + +WWW: http://www.renpy.org/ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 18:54:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B643B20; Tue, 3 Feb 2015 18:54:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07C142E4; Tue, 3 Feb 2015 18:54:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13IsRIJ011812; Tue, 3 Feb 2015 18:54:27 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13IsRhJ011809; Tue, 3 Feb 2015 18:54:27 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502031854.t13IsRhJ011809@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Feb 2015 18:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378364 - head/x11/libxkbfile/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 18:54:28 -0000 Author: kwm Date: Tue Feb 3 18:54:27 2015 New Revision: 378364 URL: https://svnweb.freebsd.org/changeset/ports/378364 QAT: https://qat.redports.org/buildarchive/r378364/ Log: Add patch from upstream to fix the build with clang 3.6. PR: 197184 Submitted by: amdmi3@ Obtained from: libxkbfile upstream Added: head/x11/libxkbfile/files/ head/x11/libxkbfile/files/patch-src_cout.c (contents, props changed) Added: head/x11/libxkbfile/files/patch-src_cout.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxkbfile/files/patch-src_cout.c Tue Feb 3 18:54:27 2015 (r378364) @@ -0,0 +1,21 @@ +From 9fa04388dcbb5bf205319569f540a62c03754688 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?J=C3=B6rg=20Sonnenberger?= +Date: Wed, 26 Nov 2014 14:33:38 +0100 +Subject: Remove unnecessary check. + +The vmods member of XkbNamesPtr is an array and thus never NULL. + +Signed-off-by: Thomas Klausner +Signed-off-by: Peter Hutterer + +--- src/cout.c.orig 2012-03-08 05:37:23.000000000 +0100 ++++ src/cout.c 2015-02-03 19:45:53.373211000 +0100 +@@ -45,7 +45,7 @@ WriteCHdrVMods(FILE *file,Display *dpy,X + { + register int i,nOut; + +- if ((!xkb)||(!xkb->names)||(!xkb->names->vmods)) ++ if ((!xkb)||(!xkb->names)) + return False; + for (i=nOut=0;inames->vmods[i]!=None) { From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:09:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 104C2F05; Tue, 3 Feb 2015 19:09:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F08ED61D; Tue, 3 Feb 2015 19:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13J90IU017278; Tue, 3 Feb 2015 19:09:00 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13J902K017277; Tue, 3 Feb 2015 19:09:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502031909.t13J902K017277@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Feb 2015 19:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378365 - head/x11/pixman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:09:01 -0000 Author: kwm Date: Tue Feb 3 19:08:59 2015 New Revision: 378365 URL: https://svnweb.freebsd.org/changeset/ports/378365 QAT: https://qat.redports.org/buildarchive/r378365/ Log: Fix the build with clang 3.6. PR: 197201 Submitted by: amdmi3@ Added: head/x11/pixman/files/patch-pixman_pixman-mmx.c (contents, props changed) Added: head/x11/pixman/files/patch-pixman_pixman-mmx.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pixman/files/patch-pixman_pixman-mmx.c Tue Feb 3 19:08:59 2015 (r378365) @@ -0,0 +1,21 @@ +Clang 3.6 is a lot stricter with some constraints. + +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197201 + +http://llvm.org/viewvc/llvm-project?view=revision&revision=225244 +http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150112/121309.html + +--- files/patch-pixman__pixman-mmx.c (revision 0) ++++ files/patch-pixman__pixman-mmx.c (working copy) +@@ -0,0 +1,11 @@ ++--- pixman/pixman-mmx.c.orig 2014-04-24 08:34:14.000000000 +0400 +++++ pixman/pixman-mmx.c 2015-01-30 20:19:28.000000000 +0300 ++@@ -89,7 +89,7 @@ ++ return __A; ++ } ++ ++-# ifdef __OPTIMIZE__ +++# if defined(__OPTIMIZE__) && !(defined (__clang__) && defined(__clang_major__) && defined(__clang_minor__) && __clang_major__ == 3 && __clang_minor__ >= 6) ++ extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__)) ++ _mm_shuffle_pi16 (__m64 __A, int8_t const __N) ++ { From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:13:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36E41184; Tue, 3 Feb 2015 19:13:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2329A755; Tue, 3 Feb 2015 19:13:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JDB7m021347; Tue, 3 Feb 2015 19:13:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JDAjh021346; Tue, 3 Feb 2015 19:13:10 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502031913.t13JDAjh021346@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Feb 2015 19:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378366 - head/multimedia/cheese X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:13:13 -0000 Author: kwm Date: Tue Feb 3 19:13:10 2015 New Revision: 378366 URL: https://svnweb.freebsd.org/changeset/ports/378366 QAT: https://qat.redports.org/buildarchive/r378366/ Log: cheese needs vorbis gstreamer1 plugin. PR: 197187 Submitted by: sbruno@ Modified: head/multimedia/cheese/Makefile Modified: head/multimedia/cheese/Makefile ============================================================================== --- head/multimedia/cheese/Makefile Tue Feb 3 19:08:59 2015 (r378365) +++ head/multimedia/cheese/Makefile Tue Feb 3 19:13:10 2015 (r378366) @@ -4,6 +4,7 @@ PORTNAME= cheese PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -25,7 +26,7 @@ USES= gettext gmake libtool pathfix pkg USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 libxml2:build introspection:build USE_XORG= xxf86vm x11 -USE_GSTREAMER1= bad good jpeg ogg theora v4l2 vpx +USE_GSTREAMER1= bad good jpeg ogg theora v4l2 vorbis vpx INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:14:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C9383CE; Tue, 3 Feb 2015 19:14:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D13176D; Tue, 3 Feb 2015 19:14:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JEBr0021654; Tue, 3 Feb 2015 19:14:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JEAOV021648; Tue, 3 Feb 2015 19:14:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502031914.t13JEAOV021648@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Feb 2015 19:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378367 - in head/games: . katawa-shoujo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:14:11 -0000 Author: jbeich Date: Tue Feb 3 19:14:09 2015 New Revision: 378367 URL: https://svnweb.freebsd.org/changeset/ports/378367 QAT: https://qat.redports.org/buildarchive/r378367/ Log: Add new port games/katawa-shoujo PR: 195769 Differential Revision: https://reviews.freebsd.org/D1601 Requested by: XENOHEAVEN on forums.pcbsd.org Reviewed by: games (amdmi3) Approved by: flo (mentor) Katawa Shoujo is a bishoujo-style visual novel set in the fictional Yamaku High School for disabled children, located somewhere in modern Japan. Hisao Nakai, a normal boy living a normal life, has his life turned upside down when a congenital heart defect forces him to move to a new school after a long hospitalization. Despite his difficulties, Hisao is able to find friends - and perhaps love, if he plays his cards right. There are five main paths corresponding to the 5 main female characters, each path following the storyline pertaining to that character. WWW: http://www.katawa-shoujo.com/ Added: head/games/katawa-shoujo/ head/games/katawa-shoujo/Makefile (contents, props changed) head/games/katawa-shoujo/distinfo (contents, props changed) head/games/katawa-shoujo/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Feb 3 19:13:10 2015 (r378366) +++ head/games/Makefile Tue Feb 3 19:14:09 2015 (r378367) @@ -445,6 +445,7 @@ SUBDIR += kapman SUBDIR += kardsgt SUBDIR += kartofel + SUBDIR += katawa-shoujo SUBDIR += katomic SUBDIR += kblackbox SUBDIR += kblocks Added: head/games/katawa-shoujo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/katawa-shoujo/Makefile Tue Feb 3 19:14:09 2015 (r378367) @@ -0,0 +1,66 @@ +# $FreeBSD$ + +PORTNAME= katawa-shoujo +PORTVERSION= 1.2 +DISTVERSIONSUFFIX=-[linux-x86][8F3BA490] +CATEGORIES= games +MASTER_SITES= http://dl.katawa-shoujo.com/gold_${PORTVERSION}/:game \ + GENTOO/distfiles:icon +DISTFILES= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:game \ + ${PORTNAME}-48.png:icon \ + ${PORTNAME}-256.png:icon +EXTRACT_ONLY= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Bishoujo-style visual novel about disabled adolescents + +LICENSE= CCbyNCND3 +LICENSE_NAME= Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported +LICENSE_TEXT= See https://creativecommons.org/licenses/by-nc-nd/3.0/ +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +RUN_DEPENDS= renpy:${PORTSDIR}/devel/renpy + +USES= tar:bz2 +NO_ARCH= yes +NO_BUILD= yes +INSTALLS_ICONS= yes +WRKSRC= ${WRKDIR}/Katawa\ Shoujo-linux-x86 +PORTDATA= * +PORTDOCS= * +PLIST_FILES= bin/${PORTNAME} \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + share/icons/hicolor/256x256/apps/${PORTNAME}.png + +DESKTOP_ENTRIES="Katawa Shoujo" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Game;AdventureGame;" \ + "" + +OPTIONS_DEFINE= DOCS + +MANUAL_PACKAGE_BUILD= huge (470MiB) + +.include + +pre-install: + ${PRINTF} '#! /bin/sh\nrenpy ${DATADIR} "$$@"\n' \ + >${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin +.for i in 48 256 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${i}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/${PORTNAME}.png +.endfor + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/game && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR} +.endif + +.include Added: head/games/katawa-shoujo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/katawa-shoujo/distinfo Tue Feb 3 19:14:09 2015 (r378367) @@ -0,0 +1,6 @@ +SHA256 ([4ls]_katawa_shoujo_1.2-[linux-x86][8F3BA490].tar.bz2) = 558b74ab6b69cc61ac98905a9ca38695303963210ad846108963c6334a9205ae +SIZE ([4ls]_katawa_shoujo_1.2-[linux-x86][8F3BA490].tar.bz2) = 483215826 +SHA256 (katawa-shoujo-48.png) = a366a52fd9dd241182d163e28a37f537fa71d5d46f1fc899da08b492c371a0fd +SIZE (katawa-shoujo-48.png) = 3621 +SHA256 (katawa-shoujo-256.png) = 8130b39af5341b0e1c85cbd6ef5be229de2877d696e5b372e1aacf176778df45 +SIZE (katawa-shoujo-256.png) = 59803 Added: head/games/katawa-shoujo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/katawa-shoujo/pkg-descr Tue Feb 3 19:14:09 2015 (r378367) @@ -0,0 +1,11 @@ +Katawa Shoujo is a bishoujo-style visual novel set in the fictional +Yamaku High School for disabled children, located somewhere in modern +Japan. Hisao Nakai, a normal boy living a normal life, has his life +turned upside down when a congenital heart defect forces him to move +to a new school after a long hospitalization. Despite his +difficulties, Hisao is able to find friends - and perhaps love, if he +plays his cards right. There are five main paths corresponding to the +5 main female characters, each path following the storyline pertaining +to that character. + +WWW: http://www.katawa-shoujo.com/ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:19:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF712566; Tue, 3 Feb 2015 19:19:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBDB47C1; Tue, 3 Feb 2015 19:19:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JJmSK022468; Tue, 3 Feb 2015 19:19:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JJm0H022467; Tue, 3 Feb 2015 19:19:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031919.t13JJm0H022467@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 19:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378368 - head/devel/easygit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:19:49 -0000 Author: amdmi3 Date: Tue Feb 3 19:19:47 2015 New Revision: 378368 URL: https://svnweb.freebsd.org/changeset/ports/378368 QAT: https://qat.redports.org/buildarchive/r378368/ Log: - Fix build by not modifying file under DISTDIR - Don't include PORTREVISION into DIST_SUBDIR Modified: head/devel/easygit/Makefile Modified: head/devel/easygit/Makefile ============================================================================== --- head/devel/easygit/Makefile Tue Feb 3 19:14:09 2015 (r378367) +++ head/devel/easygit/Makefile Tue Feb 3 19:19:47 2015 (r378368) @@ -7,24 +7,28 @@ CATEGORIES= devel MASTER_SITES= http://www.gnome.org/~newren/eg/download/${PORTVERSION}/ DISTNAME= eg EXTRACT_SUFX= # none -EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Easy wrapper for git RUN_DEPENDS= git:${PORTSDIR}/devel/git -DIST_SUBDIR= eg/${PORTVERSION}_${PORTREVISION} +DISTREVISION= 0 # bump this if distfile is changed inplace + +DIST_SUBDIR= eg/${PORTVERSION}_${DISTREVISION} USES= perl5 shebangfix -SHEBANG_FILES= ${_DISTDIR}/eg +SHEBANG_FILES= ${WRKDIR}/eg USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/eg bin/easygit +do-extract: + @${CP} ${_DISTDIR}/${DISTNAME} ${WRKDIR} + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${_DISTDIR}/eg ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/eg ${STAGEDIR}${PREFIX}/bin/ cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ./eg ${STAGEDIR}${PREFIX}/bin/easygit .include From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:34:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1841D84B; Tue, 3 Feb 2015 19:34:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03DE01FC; Tue, 3 Feb 2015 19:34:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JYRkQ031033; Tue, 3 Feb 2015 19:34:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JYRJj031030; Tue, 3 Feb 2015 19:34:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502031934.t13JYRJj031030@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Feb 2015 19:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378369 - head/news/nzbget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:34:28 -0000 Author: feld Date: Tue Feb 3 19:34:26 2015 New Revision: 378369 URL: https://svnweb.freebsd.org/changeset/ports/378369 QAT: https://qat.redports.org/buildarchive/r378369/ Log: Update to 14.1 Approved by: maintainer, private email Modified: head/news/nzbget/Makefile head/news/nzbget/distinfo Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Tue Feb 3 19:19:47 2015 (r378368) +++ head/news/nzbget/Makefile Tue Feb 3 19:34:26 2015 (r378369) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nzbget -PORTVERSION= 14.0 -PORTREVISION= 1 +PORTVERSION= 14.1 +PORTREVISION= 0 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} Modified: head/news/nzbget/distinfo ============================================================================== --- head/news/nzbget/distinfo Tue Feb 3 19:19:47 2015 (r378368) +++ head/news/nzbget/distinfo Tue Feb 3 19:34:26 2015 (r378369) @@ -1,2 +1,2 @@ -SHA256 (nzbget-14.0.tar.gz) = 41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5 -SIZE (nzbget-14.0.tar.gz) = 1333744 +SHA256 (nzbget-14.1.tar.gz) = a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18 +SIZE (nzbget-14.1.tar.gz) = 1332334 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 19:48:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71B65BDE; Tue, 3 Feb 2015 19:48:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D023362; Tue, 3 Feb 2015 19:48:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JmHFP036273; Tue, 3 Feb 2015 19:48:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JmG0O036271; Tue, 3 Feb 2015 19:48:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031948.t13JmG0O036271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 19:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378370 - in head/devel: lua-gettext lua-pty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:48:17 -0000 Author: amdmi3 Date: Tue Feb 3 19:48:16 2015 New Revision: 378370 URL: https://svnweb.freebsd.org/changeset/ports/378370 QAT: https://qat.redports.org/buildarchive/r378370/ Log: - Mark lua-gettext and lua-pty BROKEN, as they are unfetchable; no ports depend on them Modified: head/devel/lua-gettext/Makefile head/devel/lua-pty/Makefile Modified: head/devel/lua-gettext/Makefile ============================================================================== --- head/devel/lua-gettext/Makefile Tue Feb 3 19:34:26 2015 (r378369) +++ head/devel/lua-gettext/Makefile Tue Feb 3 19:48:16 2015 (r378370) @@ -13,6 +13,8 @@ DISTFILES= lua_gettext.c?rev=${CVER} get MAINTAINER= ports@FreeBSD.org COMMENT= Gettext binding for Lua 5 +BROKEN= doesn't fetch + USES= gettext lua:51 CVER= 1.15 Modified: head/devel/lua-pty/Makefile ============================================================================== --- head/devel/lua-pty/Makefile Tue Feb 3 19:34:26 2015 (r378369) +++ head/devel/lua-pty/Makefile Tue Feb 3 19:48:16 2015 (r378370) @@ -13,6 +13,8 @@ DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.2 MAINTAINER= ports@FreeBSD.org COMMENT= Pty (pseudo-terminal) bindings for Lua 5 +BROKEN= doesn't fetch + USES= lua:51 PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 20:14:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1E6A320; Tue, 3 Feb 2015 20:14:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9340186F; Tue, 3 Feb 2015 20:14:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13KEecO050478; Tue, 3 Feb 2015 20:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13KEe8t050476; Tue, 3 Feb 2015 20:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032014.t13KEe8t050476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 20:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378373 - in head/security/wipe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 20:14:40 -0000 Author: amdmi3 Date: Tue Feb 3 20:14:39 2015 New Revision: 378373 URL: https://svnweb.freebsd.org/changeset/ports/378373 QAT: https://qat.redports.org/buildarchive/r378373/ Log: - Fix build on recent current: properly handle removed ioctl - Add LICENSE_FILE - Fix whitespace - Remove unneeded options.mk include Modified: head/security/wipe/Makefile head/security/wipe/files/patch-blkdev.c Modified: head/security/wipe/Makefile ============================================================================== --- head/security/wipe/Makefile Tue Feb 3 20:12:55 2015 (r378372) +++ head/security/wipe/Makefile Tue Feb 3 20:14:39 2015 (r378373) @@ -10,8 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= File and block device wiping utility LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/wipe man/man1/wipe.1.gz @@ -19,8 +20,6 @@ PORTDOCS= CHANGES INSTALL LICENSE README OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in Modified: head/security/wipe/files/patch-blkdev.c ============================================================================== --- head/security/wipe/files/patch-blkdev.c Tue Feb 3 20:12:55 2015 (r378372) +++ head/security/wipe/files/patch-blkdev.c Tue Feb 3 20:14:39 2015 (r378373) @@ -1,6 +1,17 @@ ---- blkdev.c.orig Sun Aug 3 16:07:29 2003 -+++ blkdev.c Sat Mar 5 00:23:40 2005 -@@ -141,6 +141,10 @@ +--- blkdev.c.orig 2009-04-06 06:09:27.000000000 +0400 ++++ blkdev.c 2015-02-03 23:00:08.000000000 +0300 +@@ -46,7 +46,9 @@ + + #ifdef HAVE_SYS_DISKLABEL_H + # include +-# define BSD_BLKDEV ++# ifdef DIOCGDINFO ++# define BSD_BLKDEV ++# endif + #endif + + #ifndef LINUX_BLKDEV +@@ -141,6 +143,10 @@ int code; #ifdef BSD_BLKDEV @@ -11,7 +22,7 @@ struct partinfo pinfo; #endif -@@ -173,7 +177,7 @@ +@@ -173,7 +179,7 @@ } #ifdef BSD_BLKDEV From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 20:36:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC37090C; Tue, 3 Feb 2015 20:36:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E233AB6; Tue, 3 Feb 2015 20:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13KaX4v060125; Tue, 3 Feb 2015 20:36:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13KaX11060123; Tue, 3 Feb 2015 20:36:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032036.t13KaX11060123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 20:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378374 - head/security/libgnomesu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 20:36:33 -0000 Author: amdmi3 Date: Tue Feb 3 20:36:32 2015 New Revision: 378374 URL: https://svnweb.freebsd.org/changeset/ports/378374 QAT: https://qat.redports.org/buildarchive/r378374/ Log: - Fix install by plain user (properly handle suid files in plist) - Drop @dirrm* from plist Modified: head/security/libgnomesu/Makefile head/security/libgnomesu/pkg-plist Modified: head/security/libgnomesu/Makefile ============================================================================== --- head/security/libgnomesu/Makefile Tue Feb 3 20:14:39 2015 (r378373) +++ head/security/libgnomesu/Makefile Tue Feb 3 20:36:32 2015 (r378374) @@ -14,7 +14,8 @@ COMMENT= Library and frontend for runnin USES= gmake gettext-tools libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui -CONFIGURE_ARGS+=--disable-install-pam +CONFIGURE_ARGS+=--disable-install-pam \ + --disable-setuid-error CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Modified: head/security/libgnomesu/pkg-plist ============================================================================== --- head/security/libgnomesu/pkg-plist Tue Feb 3 20:14:39 2015 (r378373) +++ head/security/libgnomesu/pkg-plist Tue Feb 3 20:36:32 2015 (r378374) @@ -5,8 +5,8 @@ lib/libgnomesu.so lib/libgnomesu.so.0 lib/libgnomesu.so.0.2.0 libdata/pkgconfig/libgnomesu-1.0.pc -libexec/gnomesu-backend -libexec/gnomesu-pam-backend +@(,,6111) libexec/gnomesu-backend +@(,,6111) libexec/gnomesu-pam-backend %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/libgnomesu.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnomesu-pam.sample @@ -49,7 +49,3 @@ share/locale/sv/LC_MESSAGES/libgnomesu-1 share/locale/tr/LC_MESSAGES/libgnomesu-1.0.mo share/locale/zh_CN/LC_MESSAGES/libgnomesu-1.0.mo share/locale/zh_TW/LC_MESSAGES/libgnomesu-1.0.mo -@dirrm include/libgnomesu-1.0/libgnomesu -@dirrm include/libgnomesu-1.0 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 21:08:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C9791AC; Tue, 3 Feb 2015 21:08:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18098DED; Tue, 3 Feb 2015 21:08:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13L8Nxk074423; Tue, 3 Feb 2015 21:08:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13L8NmP074421; Tue, 3 Feb 2015 21:08:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032108.t13L8NmP074421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 21:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378375 - in head/net/poptop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 21:08:24 -0000 Author: amdmi3 Date: Tue Feb 3 21:08:22 2015 New Revision: 378375 URL: https://svnweb.freebsd.org/changeset/ports/378375 QAT: https://qat.redports.org/buildarchive/r378375/ Log: - Fix install from non-root - Strip library Modified: head/net/poptop/Makefile head/net/poptop/files/patch-plugins_Makefile Modified: head/net/poptop/Makefile ============================================================================== --- head/net/poptop/Makefile Tue Feb 3 20:36:32 2015 (r378374) +++ head/net/poptop/Makefile Tue Feb 3 21:08:22 2015 (r378375) @@ -43,5 +43,6 @@ post-patch: post-install: (cd ${WRKSRC}/samples && ${INSTALL_DATA} pptpd.conf \ ${STAGEDIR}${PREFIX}/etc/pptpd.conf.sample) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pptpd/pptpd-logwtmp.so .include Modified: head/net/poptop/files/patch-plugins_Makefile ============================================================================== --- head/net/poptop/files/patch-plugins_Makefile Tue Feb 3 20:36:32 2015 (r378374) +++ head/net/poptop/files/patch-plugins_Makefile Tue Feb 3 21:08:22 2015 (r378375) @@ -11,7 +11,7 @@ LDADD = -lutil -INSTALL = install -o root -prefix = /usr/local -+INSTALL ?= install -o root ++INSTALL ?= install +prefix = $(PREFIX) PLUGINS = pptpd-logwtmp.so From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 21:11:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D984E2BD; Tue, 3 Feb 2015 21:11:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C54D4E95; Tue, 3 Feb 2015 21:11:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13LBbUg077905; Tue, 3 Feb 2015 21:11:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13LBbQE077904; Tue, 3 Feb 2015 21:11:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032111.t13LBbQE077904@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 21:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378376 - head/graphics/yukon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 21:11:38 -0000 Author: amdmi3 Date: Tue Feb 3 21:11:36 2015 New Revision: 378376 URL: https://svnweb.freebsd.org/changeset/ports/378376 QAT: https://qat.redports.org/buildarchive/r378376/ Log: - Use ${WRKSRC}, not / as a temp directory (fixes install from non-root) Modified: head/graphics/yukon/Makefile Modified: head/graphics/yukon/Makefile ============================================================================== --- head/graphics/yukon/Makefile Tue Feb 3 21:08:22 2015 (r378375) +++ head/graphics/yukon/Makefile Tue Feb 3 21:11:36 2015 (r378376) @@ -51,8 +51,8 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/yukon/system @${PRINTF} 'LDPATH="%s"\n' ${PREFIX}/lib/yukon \ - >> ${TMPDIR}/yukon-system-conf - ${INSTALL_DATA} ${TMPDIR}/yukon-system-conf \ + >> ${WRKSRC}/yukon-system-conf + ${INSTALL_DATA} ${WRKSRC}/yukon-system-conf \ ${STAGEDIR}${PREFIX}/etc/yukon/system/default ${INSTALL_DATA} ${WRKSRC}/tools/yukon.conf \ ${STAGEDIR}${PREFIX}/etc/yukon/conf.sample From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 21:28:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F216E695; Tue, 3 Feb 2015 21:28:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4E4CFB5; Tue, 3 Feb 2015 21:28:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13LSP1R083895; Tue, 3 Feb 2015 21:28:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13LSOaM083891; Tue, 3 Feb 2015 21:28:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502032128.t13LSOaM083891@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Feb 2015 21:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378377 - in head/net-mgmt: xymon-client xymon-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 21:28:26 -0000 Author: feld Date: Tue Feb 3 21:28:24 2015 New Revision: 378377 URL: https://svnweb.freebsd.org/changeset/ports/378377 QAT: https://qat.redports.org/buildarchive/r378377/ Log: Upstream re-rolled 4.3.18 release Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/distinfo head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/distinfo Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Tue Feb 3 21:11:36 2015 (r378376) +++ head/net-mgmt/xymon-client/Makefile Tue Feb 3 21:28:24 2015 (r378377) @@ -2,9 +2,9 @@ PORTNAME= xymon PORTVERSION= 4.3.18 +PORTREVISION= 1 CATEGORIES= net-mgmt www -#MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} -MASTER_SITES= https://www.xymon.com/patches/ +MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} DIST_SUBDIR= repacked Modified: head/net-mgmt/xymon-client/distinfo ============================================================================== --- head/net-mgmt/xymon-client/distinfo Tue Feb 3 21:11:36 2015 (r378376) +++ head/net-mgmt/xymon-client/distinfo Tue Feb 3 21:28:24 2015 (r378377) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.18.tar.gz) = 455c1d7754ef7a9dc7f73f4ac9071c6c359fb81292ba0b87c7c5a77080354253 -SIZE (repacked/xymon-4.3.18.tar.gz) = 2770470 +SHA256 (repacked/xymon-4.3.18.tar.gz) = 39ed987400f6e3c06b0dde59a02d512b7de1e8c86b9b42a5bc3c85b341831978 +SIZE (repacked/xymon-4.3.18.tar.gz) = 2773259 Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Tue Feb 3 21:11:36 2015 (r378376) +++ head/net-mgmt/xymon-server/Makefile Tue Feb 3 21:28:24 2015 (r378377) @@ -2,10 +2,9 @@ PORTNAME= xymon PORTVERSION= 4.3.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt www -#MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} -MASTER_SITES= https://www.xymon.com/patches/ +MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} DIST_SUBDIR= repacked Modified: head/net-mgmt/xymon-server/distinfo ============================================================================== --- head/net-mgmt/xymon-server/distinfo Tue Feb 3 21:11:36 2015 (r378376) +++ head/net-mgmt/xymon-server/distinfo Tue Feb 3 21:28:24 2015 (r378377) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.18.tar.gz) = 455c1d7754ef7a9dc7f73f4ac9071c6c359fb81292ba0b87c7c5a77080354253 -SIZE (repacked/xymon-4.3.18.tar.gz) = 2770470 +SHA256 (repacked/xymon-4.3.18.tar.gz) = 39ed987400f6e3c06b0dde59a02d512b7de1e8c86b9b42a5bc3c85b341831978 +SIZE (repacked/xymon-4.3.18.tar.gz) = 2773259 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 21:28:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDECD779; Tue, 3 Feb 2015 21:28:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D97A1FBA; Tue, 3 Feb 2015 21:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13LSi7p084029; Tue, 3 Feb 2015 21:28:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13LSi0P084028; Tue, 3 Feb 2015 21:28:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032128.t13LSi0P084028@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 21:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378378 - head/net/yptransitd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 21:28:45 -0000 Author: amdmi3 Date: Tue Feb 3 21:28:43 2015 New Revision: 378378 URL: https://svnweb.freebsd.org/changeset/ports/378378 QAT: https://qat.redports.org/buildarchive/r378378/ Log: - Fix install from non-root and properly stage Modified: head/net/yptransitd/Makefile Modified: head/net/yptransitd/Makefile ============================================================================== --- head/net/yptransitd/Makefile Tue Feb 3 21:28:24 2015 (r378377) +++ head/net/yptransitd/Makefile Tue Feb 3 21:28:43 2015 (r378378) @@ -24,7 +24,7 @@ PLIST_FILES= %%ETCDIR%%/ldap.conf %%ETCD %%ETCDIR%%/yptransitd.conf sbin/yptransitd post-patch: - @${REINPLACE_CMD} -e 's, $$(CONFDIR), $${DESTDIR}$$(CONFDIR),' \ + @${REINPLACE_CMD} -e 's, \($$([A-Z]*DIR)\), $${DESTDIR}\1,g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's,=gcc,=@CC@,' \ ${WRKSRC}/lib/Makefile.in From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 21:43:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90FBEBCC; Tue, 3 Feb 2015 21:43:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76E0C26B; Tue, 3 Feb 2015 21:43:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Lhqx7092754; Tue, 3 Feb 2015 21:43:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13LhqCv092752; Tue, 3 Feb 2015 21:43:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032143.t13LhqCv092752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 21:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378379 - in head/net-mgmt/lanmap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 21:43:52 -0000 Author: amdmi3 Date: Tue Feb 3 21:43:51 2015 New Revision: 378379 URL: https://svnweb.freebsd.org/changeset/ports/378379 QAT: https://qat.redports.org/buildarchive/r378379/ Log: - Don't break directory permissions - fixes build from non-root - Silence post-extract - Strip binary Modified: head/net-mgmt/lanmap/Makefile head/net-mgmt/lanmap/files/patch-Makefile.in Modified: head/net-mgmt/lanmap/Makefile ============================================================================== --- head/net-mgmt/lanmap/Makefile Tue Feb 3 21:28:43 2015 (r378378) +++ head/net-mgmt/lanmap/Makefile Tue Feb 3 21:43:51 2015 (r378379) @@ -16,6 +16,9 @@ GNU_CONFIGURE= yes USES= zip post-extract: - ${CHMOD} 755 ${WRKSRC}/configure + @${CHMOD} 755 ${WRKSRC}/configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/net-mgmt/lanmap/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/lanmap/files/patch-Makefile.in Tue Feb 3 21:28:43 2015 (r378378) +++ head/net-mgmt/lanmap/files/patch-Makefile.in Tue Feb 3 21:43:51 2015 (r378379) @@ -1,6 +1,6 @@ --- Makefile.in.orig 2006-03-07 23:44:34.000000000 +0800 +++ Makefile.in 2014-06-09 11:51:38.403957445 +0800 -@@ -8,20 +8,21 @@ prefix = @prefix@ +@@ -8,20 +8,20 @@ prefix = @prefix@ BINARY = lanmap BINDEST = ${prefix}/bin/ DATADEST = ${prefix}/share/lanmap/ @@ -26,7 +26,6 @@ + install -m 0755 -d $(DESTDIR)$(DATADEST)data/graph/ + install -m 0755 -d $(DESTDIR)$(DATADEST)graph/img/ + install -m 0644 ./data/mac_vendor $(DESTDIR)$(DATADEST)data/ -+ install -m 0644 -d $(DESTDIR)$(DATADEST)graph + install -m 0644 ./graph/lanmap.header $(DESTDIR)$(DATADEST)graph/ + for f in ./graph/img/*.png ./graph/img/*.gif ./graph/img/*.svg; do install -m 0644 $$f $(DESTDIR)$(DATADEST)graph/img/; done From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 22:15:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92B69376; Tue, 3 Feb 2015 22:15:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 733D07EA; Tue, 3 Feb 2015 22:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13MFiam007355; Tue, 3 Feb 2015 22:15:44 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13MFiJ4007351; Tue, 3 Feb 2015 22:15:44 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502032215.t13MFiJ4007351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 3 Feb 2015 22:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378380 - in head/devel/py-stevedore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 22:15:44 -0000 Author: nivit Date: Tue Feb 3 22:15:43 2015 New Revision: 378380 URL: https://svnweb.freebsd.org/changeset/ports/378380 QAT: https://qat.redports.org/buildarchive/r378380/ Log: - Update to 1.2.0 - Remove docs and regression-test target because they require oslosphinx (not yet available in the ports tree) - Add devel/py-six and devel/py-argparse to RUN_DEPENDS - Sort USE_PYTHON values Deleted: head/devel/py-stevedore/files/ Modified: head/devel/py-stevedore/Makefile head/devel/py-stevedore/distinfo Modified: head/devel/py-stevedore/Makefile ============================================================================== --- head/devel/py-stevedore/Makefile Tue Feb 3 21:43:51 2015 (r378379) +++ head/devel/py-stevedore/Makefile Tue Feb 3 22:15:43 2015 (r378380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stevedore -PORTVERSION= 0.15 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,39 +12,11 @@ COMMENT= Manage dynamic plugins for Pyth LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>0:${PORTSDIR}/devel/py-pbr -TEST_DEPENDS= ${PKGNAMEPREFIX}coverage>=3.5.3:${PORTSDIR}/devel/py-coverage \ - ${PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ - ${PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose \ - ${PKGNAMEPREFIX}tox>=1.5.0:${PORTSDIR}/devel/py-tox - -OPTIONS_DEFINE= DOCS -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options - -TOX_CMD= ${LOCALBASE}/bin/tox +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr +RUN_DEPENDS= ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six \ + ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse USES= python -USE_PYTHON= distutils autoplist - -.include - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \ - sphinx-build:${PORTSDIR}/textproc/py-sphinx -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= * -PYDISTUTILS_BUILD_TARGET+= build_sphinx --all-files --fresh-env - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif - -regression-test: build - @cd ${WRKSRC} && \ - ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - -e 's,%%PYTHON_SUFFIX%%,${PYTHON_SUFFIX},1' \ - -e 's,%%WRKSRC%%,${WRKSRC},1' -i.bak tox.ini && \ - ${TOX_CMD} +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-stevedore/distinfo ============================================================================== --- head/devel/py-stevedore/distinfo Tue Feb 3 21:43:51 2015 (r378379) +++ head/devel/py-stevedore/distinfo Tue Feb 3 22:15:43 2015 (r378380) @@ -1,2 +1,2 @@ -SHA256 (stevedore-0.15.tar.gz) = bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847 -SIZE (stevedore-0.15.tar.gz) = 348537 +SHA256 (stevedore-1.2.0.tar.gz) = 3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45 +SIZE (stevedore-1.2.0.tar.gz) = 352770 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 22:35:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BFF783E; Tue, 3 Feb 2015 22:35:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC119C0; Tue, 3 Feb 2015 22:35:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13MZ6xg016897; Tue, 3 Feb 2015 22:35:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13MZ6UF016896; Tue, 3 Feb 2015 22:35:06 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502032235.t13MZ6UF016896@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 3 Feb 2015 22:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378381 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 22:35:07 -0000 Author: delphij Date: Tue Feb 3 22:35:06 2015 New Revision: 378381 URL: https://svnweb.freebsd.org/changeset/ports/378381 QAT: https://qat.redports.org/buildarchive/r378381/ Log: Document unzip out of boundary access issues in test_compr_eb. PR: ports/197300 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 3 22:15:43 2015 (r378380) +++ head/security/vuxml/vuln.xml Tue Feb 3 22:35:06 2015 (r378381) @@ -57,6 +57,38 @@ Notes: --> + + unzip -- out of boundary access issues in test_compr_eb + + + unzip + 6.0_4 + + + + +

Ubuntu Security Notice USN-2489-1 reports:

+
+

Michal Zalewski discovered that unzip incorrectly handled + certain malformed zip archives. If a user or automated system + were tricked into processing a specially crafted zip archive, + an attacker could possibly execute arbitrary code.

+
+ +
+ + CVE-2014-9636 + http://www.ubuntu.com/usn/usn-2489-1/ + http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9636.html + http://seclists.org/oss-sec/2014/q4/489 + http://www.info-zip.org/phpBB3/viewtopic.php?f=7&t=450 + + + 2014-11-02 + 2015-02-03 + +
+ Xymon -- buffer overrun From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 22:37:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32196951; Tue, 3 Feb 2015 22:37:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D4729D8; Tue, 3 Feb 2015 22:37:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Mbj2v017331; Tue, 3 Feb 2015 22:37:45 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Mbjk9017327; Tue, 3 Feb 2015 22:37:45 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502032237.t13Mbjk9017327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 3 Feb 2015 22:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378382 - in head/archivers/unzip: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 22:37:46 -0000 Author: delphij Date: Tue Feb 3 22:37:45 2015 New Revision: 378382 URL: https://svnweb.freebsd.org/changeset/ports/378382 QAT: https://qat.redports.org/buildarchive/r378382/ Log: Apply Debian patch for CVE-2014-9636 which fixes out of boundary access issue in test_compr_eb. PR: ports/197300 Submitted by: Robert Simmons Approved by: so Security: e543c6f8-abf2-11e4-8ac7-d050992ecde8 MFH: 2015Q1 Modified: head/archivers/unzip/Makefile head/archivers/unzip/files/patch-extract.c Modified: head/archivers/unzip/Makefile ============================================================================== --- head/archivers/unzip/Makefile Tue Feb 3 22:35:06 2015 (r378381) +++ head/archivers/unzip/Makefile Tue Feb 3 22:37:45 2015 (r378382) @@ -3,7 +3,7 @@ PORTNAME= unzip PORTVERSION= 6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= SF/infozip/UnZip%206.x%20%28latest%29/UnZip%20${PORTVERSION}/:main \ SF/infozip/UnZip%205.x%20and%20earlier/5.51/:unreduce Modified: head/archivers/unzip/files/patch-extract.c ============================================================================== --- head/archivers/unzip/files/patch-extract.c Tue Feb 3 22:35:06 2015 (r378381) +++ head/archivers/unzip/files/patch-extract.c Tue Feb 3 22:37:45 2015 (r378382) @@ -1,5 +1,5 @@ ---- extract.c.orig 2015-01-16 10:05:03.994866726 +0100 -+++ extract.c 2015-01-16 09:57:31.606898193 +0100 +--- extract.c.orig 2009-03-14 01:32:52 UTC ++++ extract.c @@ -1,5 +1,5 @@ /* - Copyright (c) 1990-2009 Info-ZIP. All rights reserved. @@ -7,7 +7,7 @@ See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. -@@ -298,6 +298,8 @@ +@@ -298,6 +298,8 @@ char ZCONST Far TruncNTSD[] = #ifndef SFX static ZCONST char Far InconsistEFlength[] = "bad extra-field entry:\n \ EF block length (%u bytes) exceeds remaining EF data (%u bytes)\n"; @@ -16,7 +16,7 @@ static ZCONST char Far InvalidComprDataEAs[] = " invalid compressed data for EAs\n"; # if (defined(WIN32) && defined(NTSD_EAS)) -@@ -2023,7 +2025,8 @@ +@@ -2023,7 +2025,8 @@ static int TestExtraField(__G__ ef, ef_l ebID = makeword(ef); ebLen = (unsigned)makeword(ef+EB_LEN); @@ -26,7 +26,7 @@ /* Discovered some extra field inconsistency! */ if (uO.qflag) Info(slide, 1, ((char *)slide, "%-22s ", -@@ -2032,6 +2035,16 @@ +@@ -2032,6 +2035,16 @@ static int TestExtraField(__G__ ef, ef_l ebLen, (ef_len - EB_HEADSIZE))); return PK_ERR; } @@ -43,7 +43,12 @@ switch (ebID) { case EF_OS2: -@@ -2221,10 +2234,17 @@ +@@ -2217,14 +2230,28 @@ static int test_compr_eb(__G__ eb, eb_si + ulg eb_ucsize; + uch *eb_ucptr; + int r; ++ ush method; + if (compr_offset < 4) /* field is not compressed: */ return PK_OK; /* do nothing and signal OK */ @@ -61,6 +66,12 @@ + ((eb_ucsize = makelong( eb+ (EB_HEADSIZE+ EB_UCSIZE_P))) == 0L) || + ((eb_ucsize > 0L) && (eb_size <= (compr_offset + EB_CMPRHEADLEN)))) + return IZ_EF_TRUNC; /* no/bad compressed data! */ ++ ++ method = makeword(eb + (EB_HEADSIZE + compr_offset)); ++ if ((method == STORED) && (eb_size - compr_offset != eb_ucsize)) ++ return PK_ERR; /* compressed & uncompressed ++ * should match in STORED ++ * method */ if ( #ifdef INT_16BIT From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 22:53:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6EC2EE6; Tue, 3 Feb 2015 22:53:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2241B95; Tue, 3 Feb 2015 22:53:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13MrAw1026638; Tue, 3 Feb 2015 22:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13MrAHW026637; Tue, 3 Feb 2015 22:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032253.t13MrAHW026637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 22:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378385 - head/net/dante X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 22:53:10 -0000 Author: amdmi3 Date: Tue Feb 3 22:53:09 2015 New Revision: 378385 URL: https://svnweb.freebsd.org/changeset/ports/378385 QAT: https://qat.redports.org/buildarchive/r378385/ Log: - Fix install from non-root Modified: head/net/dante/Makefile Modified: head/net/dante/Makefile ============================================================================== --- head/net/dante/Makefile Tue Feb 3 22:48:41 2015 (r378384) +++ head/net/dante/Makefile Tue Feb 3 22:53:09 2015 (r378385) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-socks-conf=${PREF CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= libtool +USES= libtool USE_LDCONFIG= yes USE_RC_SUBR= sockd INSTALL_TARGET= install-strip @@ -39,13 +39,13 @@ CONFIGURE_ARGS+= --with-libc=libc.so.7 post-install: ${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample ${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample - ${INSTALL} -d -m 555 ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sockd-basic.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sockd-chaining.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/socks-simple-withoutnameserver.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/socks-simple.conf ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL} -d -m 555 ${STAGEDIR}${DOCSDIR} - ${INSTALL} -d -m 555 ${STAGEDIR}${DOCSDIR}/contrib + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib ${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4*.protocol ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 23:15:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1870240; Tue, 3 Feb 2015 23:15:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD0B0D62; Tue, 3 Feb 2015 23:15:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13NFqXe036451; Tue, 3 Feb 2015 23:15:52 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13NFqvr036449; Tue, 3 Feb 2015 23:15:52 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201502032315.t13NFqvr036449@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Tue, 3 Feb 2015 23:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378386 - head/security/please X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 23:15:53 -0000 Author: gblach Date: Tue Feb 3 23:15:51 2015 New Revision: 378386 URL: https://svnweb.freebsd.org/changeset/ports/378386 QAT: https://qat.redports.org/buildarchive/r378386/ Log: Update to 2.1 Modified: head/security/please/Makefile head/security/please/distinfo Modified: head/security/please/Makefile ============================================================================== --- head/security/please/Makefile Tue Feb 3 22:53:09 2015 (r378385) +++ head/security/please/Makefile Tue Feb 3 23:15:51 2015 (r378386) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= please -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= security MAINTAINER= gblach@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= rst2man:${PORTSDIR}/textp USE_GITHUB= yes GH_ACCOUNT= MagikBSD GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 1d65ba2 +GH_COMMIT= 116db2d INSTALL_TARGET= install install-pam PLIST_FILES= "@(,,6555) bin/please" etc/pam.d/please.sample man/man1/please.1.gz Modified: head/security/please/distinfo ============================================================================== --- head/security/please/distinfo Tue Feb 3 22:53:09 2015 (r378385) +++ head/security/please/distinfo Tue Feb 3 23:15:51 2015 (r378386) @@ -1,2 +1,2 @@ -SHA256 (please-2.0.tar.gz) = 8881593b699949b62758c5ef64f887ded0120bd6ec4b75a34cd188652efd6685 -SIZE (please-2.0.tar.gz) = 3771 +SHA256 (please-2.1.tar.gz) = 5317f9deabc125c64bed5ef37123e15c80e4c5a8f05ff5a9b1d039ba82c98941 +SIZE (please-2.1.tar.gz) = 3709 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 23:42:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B93B1622; Tue, 3 Feb 2015 23:42:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9955ED8; Tue, 3 Feb 2015 23:42:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13NgIb8050055; Tue, 3 Feb 2015 23:42:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13NgHD4050051; Tue, 3 Feb 2015 23:42:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502032342.t13NgHD4050051@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Feb 2015 23:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378387 - in head/devel/libosmocore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 23:42:18 -0000 Author: jbeich Date: Tue Feb 3 23:42:16 2015 New Revision: 378387 URL: https://svnweb.freebsd.org/changeset/ports/378387 QAT: https://qat.redports.org/buildarchive/r378387/ Log: - Update to 0.8.0 PR: 196999 Submitted by: Nikola Kolev (maintainer) Approved by: mentors (implicit) Deleted: head/devel/libosmocore/files/patch-control_if.c Modified: head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/files/patch-Makefile.am head/devel/libosmocore/pkg-plist Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Tue Feb 3 23:15:51 2015 (r378386) +++ head/devel/libosmocore/Makefile Tue Feb 3 23:42:16 2015 (r378387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmocore -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -12,6 +12,8 @@ COMMENT= Common library for all Osmocom LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite + USES= gmake libtool pkgconfig execinfo USE_AUTOTOOLS= aclocal autoconf automake libtoolize autoheader AUTOMAKE_ARGS= --gnu --add-missing --copy Modified: head/devel/libosmocore/distinfo ============================================================================== --- head/devel/libosmocore/distinfo Tue Feb 3 23:15:51 2015 (r378386) +++ head/devel/libosmocore/distinfo Tue Feb 3 23:42:16 2015 (r378387) @@ -1,2 +1,2 @@ -SHA256 (libosmocore-0.7.0.tar.gz) = 532bd15a664a88dce279db03ec1232bc8398c1e2c7314a8da1ca04dce3c7462b -SIZE (libosmocore-0.7.0.tar.gz) = 528352 +SHA256 (libosmocore-0.8.0.tar.gz) = fd282d45909eafca9a855c71eab4235d0dadcd89e66f3a1c145e2132e5e3c09c +SIZE (libosmocore-0.8.0.tar.gz) = 557104 Modified: head/devel/libosmocore/files/patch-Makefile.am ============================================================================== --- head/devel/libosmocore/files/patch-Makefile.am Tue Feb 3 23:15:51 2015 (r378386) +++ head/devel/libosmocore/files/patch-Makefile.am Tue Feb 3 23:42:16 2015 (r378387) @@ -1,9 +1,10 @@ ---- ./Makefile.am.orig 2014-08-11 15:41:34.000000000 +0200 -+++ ./Makefile.am 2014-08-11 15:41:41.000000000 +0200 -@@ -15,42 +15,3 @@ - - EXTRA_DIST = git-version-gen +--- Makefile.am.orig 2015-01-22 11:13:28.000000000 +0200 ++++ Makefile.am 2015-01-22 11:15:29.000000000 +0200 +@@ -14,43 +14,3 @@ dist-hook: + echo $(VERSION) > $(distdir)/.tarball-version + EXTRA_DIST = git-version-gen .version +- -if HAVE_DOXYGEN - -html_DATA = $(top_builddir)/doc/html.tar @@ -39,7 +40,7 @@ -uninstall-hook: - cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec} - --DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar +-DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db -endif - -MOSTLYCLEANFILES = $(DX_CLEAN) Modified: head/devel/libosmocore/pkg-plist ============================================================================== --- head/devel/libosmocore/pkg-plist Tue Feb 3 23:15:51 2015 (r378386) +++ head/devel/libosmocore/pkg-plist Tue Feb 3 23:42:16 2015 (r378387) @@ -57,6 +57,7 @@ include/osmocom/gsm/abis_nm.h include/osmocom/gsm/comp128.h include/osmocom/gsm/comp128v23.h include/osmocom/gsm/gan.h +include/osmocom/gsm/gsm0341.h include/osmocom/gsm/gsm0411_smc.h include/osmocom/gsm/gsm0411_smr.h include/osmocom/gsm/gsm0411_utils.h @@ -80,6 +81,7 @@ include/osmocom/gsm/protocol/gsm_04_12.h include/osmocom/gsm/protocol/gsm_04_80.h include/osmocom/gsm/protocol/gsm_08_08.h include/osmocom/gsm/protocol/gsm_08_58.h +include/osmocom/gsm/protocol/gsm_09_02.h include/osmocom/gsm/protocol/gsm_12_21.h include/osmocom/gsm/protocol/gsm_44_318.h include/osmocom/gsm/protocol/ipaccess.h @@ -89,6 +91,7 @@ include/osmocom/gsm/rxlev_stat.h include/osmocom/gsm/sysinfo.h include/osmocom/gsm/tlv.h include/osmocom/gsm/ipa.h +include/osmocom/sim/sim.h include/osmocom/vty/buffer.h include/osmocom/vty/command.h include/osmocom/vty/logging.h @@ -103,8 +106,8 @@ lib/libosmocodec.so.0 lib/libosmocodec.so.0.0.0 lib/libosmocore.a lib/libosmocore.so -lib/libosmocore.so.4 -lib/libosmocore.so.4.0.0 +lib/libosmocore.so.6 +lib/libosmocore.so.6.0.0 lib/libosmogb.a lib/libosmogb.so lib/libosmogb.so.3 @@ -113,10 +116,14 @@ lib/libosmogsm.a lib/libosmogsm.so lib/libosmogsm.so.5 lib/libosmogsm.so.5.1.0 +lib/libosmosim.a +lib/libosmosim.so +lib/libosmosim.so.0 +lib/libosmosim.so.0.0.0 lib/libosmovty.a lib/libosmovty.so -lib/libosmovty.so.0 -lib/libosmovty.so.0.0.1 +lib/libosmovty.so.1 +lib/libosmovty.so.1.0.0 lib/libosmoctrl.a lib/libosmoctrl.so lib/libosmoctrl.so.0 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 23:50:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3558918; Tue, 3 Feb 2015 23:50:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE826159; Tue, 3 Feb 2015 23:50:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13NoaKJ053058; Tue, 3 Feb 2015 23:50:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Noa6V053057; Tue, 3 Feb 2015 23:50:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032350.t13Noa6V053057@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 23:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378388 - head/comms/gmfsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 23:50:36 -0000 Author: amdmi3 Date: Tue Feb 3 23:50:35 2015 New Revision: 378388 URL: https://svnweb.freebsd.org/changeset/ports/378388 QAT: https://qat.redports.org/buildarchive/r378388/ Log: - Remove always true OSVERSION condition - Don't cat pkg-message from Makefile - Simplify MASTER_SITES - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/comms/gmfsk/Makefile Modified: head/comms/gmfsk/Makefile ============================================================================== --- head/comms/gmfsk/Makefile Tue Feb 3 23:42:16 2015 (r378387) +++ head/comms/gmfsk/Makefile Tue Feb 3 23:50:35 2015 (r378388) @@ -7,13 +7,13 @@ PORTREVISION= 13 CATEGORIES= comms audio hamradio MASTER_SITES= http://gmfsk.connect.fi/ \ http://he.fi/pub/ham/unix/linux/hfmodems/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= db + LOCAL/db MAINTAINER= carl@stagecraft.cx COMMENT= The Gnome MFSK terminal program LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw @@ -27,6 +27,8 @@ INSTALLS_OMF= yes GCONF_SCHEMAS= gmfsk.schemas +CPPFLAGS+= -DFBSD_HAS_LOG2 + OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Enable HAMLIB Support OPTIONS_DEFAULT= HAMLIB @@ -41,15 +43,8 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALB CONFIGURE_ARGS+= --disable-hamlib .endif -.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027 -CPPFLAGS+= -DFBSD_HAS_LOG2 -.endif - post-patch: @${REINPLACE_CMD} -e 's|[$$][(]localstatedir[)]/lib/scrollkeeper|${SCROLLKEEPER_DIR}|g' \ ${WRKSRC}/omf.make ${WRKSRC}/help/gmfsk/C/Makefile.in -post-install: - @${CAT} pkg-message - .include From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 23:54:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD9C1AFF; Tue, 3 Feb 2015 23:54:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A956425B; Tue, 3 Feb 2015 23:54:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13NsQcQ055139; Tue, 3 Feb 2015 23:54:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13NsQGA055137; Tue, 3 Feb 2015 23:54:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502032354.t13NsQGA055137@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Feb 2015 23:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378389 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 23:54:26 -0000 Author: jbeich Date: Tue Feb 3 23:54:25 2015 New Revision: 378389 URL: https://svnweb.freebsd.org/changeset/ports/378389 QAT: https://qat.redports.org/buildarchive/r378389/ Log: - Update to 20150129 PR: 197195 Submitted by: Nikolai Lifanov (maintainer) Approved by: mentors (implicit) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Tue Feb 3 23:50:35 2015 (r378388) +++ head/games/wtf/Makefile Tue Feb 3 23:54:25 2015 (r378389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20141212 +PORTVERSION= 20150129 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Tue Feb 3 23:50:35 2015 (r378388) +++ head/games/wtf/distinfo Tue Feb 3 23:54:25 2015 (r378389) @@ -1,2 +1,2 @@ -SHA256 (wtf-20141212.tar.gz) = 31ee95558aee74f76d9e531fb2489765eb51c963b7b514cc07f8b407baf7f2a2 -SIZE (wtf-20141212.tar.gz) = 23134 +SHA256 (wtf-20150129.tar.gz) = 60435411afe1390e7a3ac6ca371256ce7b08cee0b1646d85d80b9debe61992ac +SIZE (wtf-20150129.tar.gz) = 23159 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 01:38:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA86682F; Wed, 4 Feb 2015 01:38:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACA8BE61; Wed, 4 Feb 2015 01:38:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t141c1Bh003998; Wed, 4 Feb 2015 01:38:01 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t141c1uU003996; Wed, 4 Feb 2015 01:38:01 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201502040138.t141c1uU003996@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 4 Feb 2015 01:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378390 - head/databases/redis-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 01:38:02 -0000 Author: osa Date: Wed Feb 4 01:38:00 2015 New Revision: 378390 URL: https://svnweb.freebsd.org/changeset/ports/378390 QAT: https://qat.redports.org/buildarchive/r378390/ Log: Upgrade from 3.0.0-rc2 to 3.0.0-rc3. --[ Redis 3.0.0 RC3 (version 2.9.103) ] Release date: 30 jan 2015 Upgrade urgency: High for Redis Cluster users, Low otherwise. This is the third release candidate for Redis 3.0.0, the new RC fixes several critical issues with Redis Cluster. >> General changes * [FIX] AOF bug unlikely to happen in practice and mostly harmless: child process segfaults when parent is not reachable via pipe. (Sun He) * [FIX] Scripting engine now reports an error when misused with Lua debug hooks, instead of crashing. (Salvatore Sanfilippo) >> Cluster changes * [FIX] Several issues with Redis Cluster internal nodes objects handling. (Matt Stancliff & Salvatore Sanfilippo) * [FIX] Improvements in the Cluster test. (Matt Stancliff & Salvatore Sanfilippo). * [FIX] Cluster memory leaks / double frees (Matt Stancliff). * [FIX] /dev/urandom surrogate for generation of unique IDs in a more cheap way. (Salvatore Sanfilippo) * [FIX] Fixes and improvements to PING / PONG packets gossip sections in order to improve (and fix) failure detection and speedup cluster info propagation. (Salvatore Sanfilippo) * [NEW] CLUSTER count-failure-reports command added. (Salvatore Sanfilippo) >> Sentinel changes No changes for Sentinel. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Tue Feb 3 23:54:25 2015 (r378389) +++ head/databases/redis-devel/Makefile Wed Feb 4 01:38:00 2015 (r378390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.0-rc2 +DISTVERSION= 3.0.0-rc3 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Tue Feb 3 23:54:25 2015 (r378389) +++ head/databases/redis-devel/distinfo Wed Feb 4 01:38:00 2015 (r378390) @@ -1,2 +1,2 @@ -SHA256 (redis/3.0.0-rc2.tar.gz) = 3713194850e1b75fa01f17249a69e67636c1ad3f148fd15950d08d7a87bcf463 -SIZE (redis/3.0.0-rc2.tar.gz) = 1356667 +SHA256 (redis/3.0.0-rc3.tar.gz) = 1695fa532eafc14c95f45add5d8a71d07e0e87b5c8f06c29dfa06313322d27b7 +SIZE (redis/3.0.0-rc3.tar.gz) = 1360865 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 03:04:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3581985A; Wed, 4 Feb 2015 03:04:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21E5AB34; Wed, 4 Feb 2015 03:04:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1434oYo045999; Wed, 4 Feb 2015 03:04:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1434n7j045998; Wed, 4 Feb 2015 03:04:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502040304.t1434n7j045998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 4 Feb 2015 03:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378391 - head/audio/wxguitar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 03:04:50 -0000 Author: amdmi3 Date: Wed Feb 4 03:04:49 2015 New Revision: 378391 URL: https://svnweb.freebsd.org/changeset/ports/378391 QAT: https://qat.redports.org/buildarchive/r378391/ Log: - Fix build on < 10.x after webkit-gtk2 update Approved by: portmgr blanket MFH: 2014Q4 Modified: head/audio/wxguitar/Makefile Modified: head/audio/wxguitar/Makefile ============================================================================== --- head/audio/wxguitar/Makefile Wed Feb 4 01:38:00 2015 (r378390) +++ head/audio/wxguitar/Makefile Wed Feb 4 03:04:49 2015 (r378391) @@ -13,6 +13,7 @@ COMMENT= Simple guitar tuning assistant RUN_DEPENDS= wavplay:${PORTSDIR}/audio/wavplay +USES= compiler:c++11-lib GNU_CONFIGURE= yes USE_WX= 3.0 WX_UNICODE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 03:05:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6E0F976; Wed, 4 Feb 2015 03:05:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3D9EB43; Wed, 4 Feb 2015 03:05:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1435Fir046197; Wed, 4 Feb 2015 03:05:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1435FDI046195; Wed, 4 Feb 2015 03:05:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502040305.t1435FDI046195@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 4 Feb 2015 03:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378392 - head/games/asc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 03:05:16 -0000 Author: amdmi3 Date: Wed Feb 4 03:05:15 2015 New Revision: 378392 URL: https://svnweb.freebsd.org/changeset/ports/378392 QAT: https://qat.redports.org/buildarchive/r378392/ Log: - Fix build on < 10.x after webkit-gtk2 update Approved by: portmgr blanket MFH: 2015Q1 Modified: head/games/asc/Makefile Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Wed Feb 4 03:04:49 2015 (r378391) +++ head/games/asc/Makefile Wed Feb 4 03:05:15 2015 (r378392) @@ -28,7 +28,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/au OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= gmake libtool lua:51 perl5 pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake libtool lua:51 perl5 pkgconfig tar:bzip2 USE_SDL= image mixer sound sdl USE_WX= 3.0 WX_UNICODE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 03:05:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27B23A78; Wed, 4 Feb 2015 03:05:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 149ADB59; Wed, 4 Feb 2015 03:05:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1435TxI046326; Wed, 4 Feb 2015 03:05:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1435TfZ046325; Wed, 4 Feb 2015 03:05:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502040305.t1435TfZ046325@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 4 Feb 2015 03:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378393 - head/games/megaglest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 03:05:30 -0000 Author: amdmi3 Date: Wed Feb 4 03:05:29 2015 New Revision: 378393 URL: https://svnweb.freebsd.org/changeset/ports/378393 QAT: https://qat.redports.org/buildarchive/r378393/ Log: - Fix build on < 10.x after webkit-gtk2 update Approved by: portmgr blanket MFH: 2015Q1 Modified: head/games/megaglest/Makefile Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Wed Feb 4 03:05:15 2015 (r378392) +++ head/games/megaglest/Makefile Wed Feb 4 03:05:29 2015 (r378393) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basi SUB_FILES= pkg-message -USES= cmake display:build dos2unix lua openal:al,alut pkgconfig tar:xz +USES= cmake compiler:c++11-lib display:build dos2unix lua openal:al,alut pkgconfig tar:xz USE_GL= glew gl glu USE_SDL= yes USE_WX= 3.0 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 11:33:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92A3CB34; Wed, 4 Feb 2015 11:33:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF1A6C1; Wed, 4 Feb 2015 11:33:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14BXYfc085161; Wed, 4 Feb 2015 11:33:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14BXYRM085159; Wed, 4 Feb 2015 11:33:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502041133.t14BXYRM085159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 4 Feb 2015 11:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378394 - head/textproc/the_silver_searcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 11:33:34 -0000 Author: olgeni Date: Wed Feb 4 11:33:33 2015 New Revision: 378394 URL: https://svnweb.freebsd.org/changeset/ports/378394 QAT: https://qat.redports.org/buildarchive/r378394/ Log: Upgrade to version 0.29.0. Modified: head/textproc/the_silver_searcher/Makefile head/textproc/the_silver_searcher/distinfo Modified: head/textproc/the_silver_searcher/Makefile ============================================================================== --- head/textproc/the_silver_searcher/Makefile Wed Feb 4 03:05:29 2015 (r378393) +++ head/textproc/the_silver_searcher/Makefile Wed Feb 4 11:33:33 2015 (r378394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= the_silver_searcher -PORTVERSION= 0.28.0 +PORTVERSION= 0.29.0 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve USE_GITHUB= yes GH_ACCOUNT= ggreer GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= f48f50e +GH_COMMIT= 808b32d ACLOCAL_ARGS+= -I ${ACLOCAL_DIR} AUTOMAKE_ARGS+= --add-missing Modified: head/textproc/the_silver_searcher/distinfo ============================================================================== --- head/textproc/the_silver_searcher/distinfo Wed Feb 4 03:05:29 2015 (r378393) +++ head/textproc/the_silver_searcher/distinfo Wed Feb 4 11:33:33 2015 (r378394) @@ -1,2 +1,2 @@ -SHA256 (the_silver_searcher-0.28.0.tar.gz) = 52b8afebf3265938eef236b31d9460054bf0a66fe5fc287ed3abff5b85cfabac -SIZE (the_silver_searcher-0.28.0.tar.gz) = 62764 +SHA256 (the_silver_searcher-0.29.0.tar.gz) = e5a1b7b906a1b7e4c041545e0b91955ab2edac30d56bcd5e84e8e460935ff282 +SIZE (the_silver_searcher-0.29.0.tar.gz) = 65724 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 12:25:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 609249BC; Wed, 4 Feb 2015 12:25:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C358C32; Wed, 4 Feb 2015 12:25:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14CPbvX009226; Wed, 4 Feb 2015 12:25:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14CPbHx009225; Wed, 4 Feb 2015 12:25:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502041225.t14CPbHx009225@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 4 Feb 2015 12:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378395 - head/security/vpnc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 12:25:37 -0000 Author: marino Date: Wed Feb 4 12:25:36 2015 New Revision: 378395 URL: https://svnweb.freebsd.org/changeset/ports/378395 QAT: https://qat.redports.org/buildarchive/r378395/ Log: security/vpnc: Update sysdep.h patch to support dragonfly While here, remove the __FreeBSD_version check as this will always pass on supported releases of FreeBSD. Approved by: blanket (non-invasive DragonFly support) Modified: head/security/vpnc/files/patch-sysdep.h Modified: head/security/vpnc/files/patch-sysdep.h ============================================================================== --- head/security/vpnc/files/patch-sysdep.h Wed Feb 4 11:33:33 2015 (r378394) +++ head/security/vpnc/files/patch-sysdep.h Wed Feb 4 12:25:36 2015 (r378395) @@ -1,13 +1,18 @@ ---- sysdep.h.orig 2009-03-25 03:28:26.000000000 -0400 -+++ sysdep.h 2009-03-25 03:29:18.000000000 -0400 -@@ -86,6 +86,10 @@ +--- sysdep.h.orig 2008-11-19 20:36:12 UTC ++++ sysdep.h +@@ -86,6 +86,7 @@ int tun_get_hwaddr(int fd, char *dev, ui #define HAVE_FGETLN 1 #define HAVE_UNSETENV 1 #define HAVE_SETENV 1 -+#include -+#if __FreeBSD_version >= 800067 -+#define HAVE_GETLINE 1 -+#endif ++#define HAVE_GETLINE 1 + #endif + + /***************************************************************************/ +@@ -97,6 +98,7 @@ int tun_get_hwaddr(int fd, char *dev, ui + #define HAVE_FGETLN 1 + #define HAVE_UNSETENV 1 + #define HAVE_SETENV 1 ++#define HAVE_GETLINE 1 #endif /***************************************************************************/ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 12:37:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 218E9C23; Wed, 4 Feb 2015 12:37:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D5A7D66; Wed, 4 Feb 2015 12:37:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Cbmke014237; Wed, 4 Feb 2015 12:37:48 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14CbmS5014235; Wed, 4 Feb 2015 12:37:48 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502041237.t14CbmS5014235@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 4 Feb 2015 12:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378396 - head/textproc/py-wtforms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 12:37:49 -0000 Author: rm Date: Wed Feb 4 12:37:47 2015 New Revision: 378396 URL: https://svnweb.freebsd.org/changeset/ports/378396 QAT: https://qat.redports.org/buildarchive/r378396/ Log: textproc/py-wtforms: update to 2.0.2 - update to 2.0.2 - adopt port PR: 197021 Submitted by: rm (myself) Approved by: moggie@elasticmind.net (maintainer) Modified: head/textproc/py-wtforms/Makefile head/textproc/py-wtforms/distinfo Modified: head/textproc/py-wtforms/Makefile ============================================================================== --- head/textproc/py-wtforms/Makefile Wed Feb 4 12:25:36 2015 (r378395) +++ head/textproc/py-wtforms/Makefile Wed Feb 4 12:37:47 2015 (r378396) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= wtforms -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= WTForms-${DISTVERSION} -MAINTAINER= moggie@elasticmind.net +MAINTAINER= rm@FreeBSD.org COMMENT= Flexible forms validation and rendering library for python LICENSE= BSD3CLAUSE Modified: head/textproc/py-wtforms/distinfo ============================================================================== --- head/textproc/py-wtforms/distinfo Wed Feb 4 12:25:36 2015 (r378395) +++ head/textproc/py-wtforms/distinfo Wed Feb 4 12:37:47 2015 (r378396) @@ -1,2 +1,2 @@ -SHA256 (WTForms-2.0.1.zip) = 62859c74be4683601b5265ba83b9babd8a8f1cdd0ba31600fa1e70d295cd4ed2 -SIZE (WTForms-2.0.1.zip) = 444489 +SHA256 (WTForms-2.0.2.zip) = 10737758ceae03b53021f3aa7e81bfc8dd6f679c879ffeb5e64ac6570facb6c1 +SIZE (WTForms-2.0.2.zip) = 449167 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 13:03:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6636E1FD; Wed, 4 Feb 2015 13:03:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 484EFEA; Wed, 4 Feb 2015 13:03:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14D3VKt027852; Wed, 4 Feb 2015 13:03:31 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14D3UcD027849; Wed, 4 Feb 2015 13:03:30 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201502041303.t14D3UcD027849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 4 Feb 2015 13:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378397 - in head/x11-wm/enlightenment: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 13:03:31 -0000 Author: vsevolod Date: Wed Feb 4 13:03:29 2015 New Revision: 378397 URL: https://svnweb.freebsd.org/changeset/ports/378397 QAT: https://qat.redports.org/buildarchive/r378397/ Log: - Add SUID bit to the cpufreq module [1] - Fix sysctl invocation [2] - Bump portrevision PR: 195481 Submitted by: hardy.schumacher at gmx.de [1], Dmitry Luhtionov [2] Approved by: maintainer timeout (gblach) Added: head/x11-wm/enlightenment/files/patch-src-modules-cpufreq-freqset.c (contents, props changed) Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/pkg-plist Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Wed Feb 4 12:37:47 2015 (r378396) +++ head/x11-wm/enlightenment/Makefile Wed Feb 4 13:03:29 2015 (r378397) @@ -3,6 +3,7 @@ PORTNAME= enlightenment PORTVERSION= 0.19.3 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -21,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils DIST_SUBDIR= enlightenment USE_AUTOTOOLS= autoconf aclocal GNU_CONFIGURE= yes -USES= alias desktop-file-utils execinfo libtool pathfix iconv gmake pkgconfig tar:xz +USES= alias desktop-file-utils execinfo libtool pathfix iconv gmake \ + pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip SUB_FILES= pkg-message Added: head/x11-wm/enlightenment/files/patch-src-modules-cpufreq-freqset.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/enlightenment/files/patch-src-modules-cpufreq-freqset.c Wed Feb 4 13:03:29 2015 (r378397) @@ -0,0 +1,11 @@ +--- src/modules/cpufreq/freqset.c 2015-01-24 11:58:59.000000000 +0200 ++++ src/modules/cpufreq/freqset.c 2015-01-24 11:58:51.000000000 +0200 +@@ -59,7 +59,7 @@ + { + int new_frequency = atoi(argv[2]); + size_t len = sizeof(new_frequency); +- if (sysctlbyname("dev.cpu.0.freq", NULL, 0, &new_frequency, &len) == -1) ++ if (sysctlbyname("dev.cpu.0.freq", NULL, 0, &new_frequency, len) == -1) + { + fprintf(stderr, "Unable to open frequency interface for writing.\n"); + return 1; Modified: head/x11-wm/enlightenment/pkg-plist ============================================================================== --- head/x11-wm/enlightenment/pkg-plist Wed Feb 4 12:37:47 2015 (r378396) +++ head/x11-wm/enlightenment/pkg-plist Wed Feb 4 13:03:29 2015 (r378397) @@ -225,7 +225,9 @@ lib/enlightenment/modules/conf_window_re lib/enlightenment/modules/conf_window_remembers/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/conf_window_remembers/module.desktop lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj +@mode 4555 lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/freqset +@mode lib/enlightenment/modules/cpufreq/%%ENLIGHTENMENT_ARCH%%/module.so lib/enlightenment/modules/cpufreq/module.desktop lib/enlightenment/modules/everything/e-module-everything-start.edj From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 13:31:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67D14798; Wed, 4 Feb 2015 13:31:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5358E6AA; Wed, 4 Feb 2015 13:31:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14DVAb0039048; Wed, 4 Feb 2015 13:31:10 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14DV9Ka039046; Wed, 4 Feb 2015 13:31:09 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502041331.t14DV9Ka039046@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 4 Feb 2015 13:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378398 - head/databases/mysql55-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 13:31:10 -0000 Author: ale Date: Wed Feb 4 13:31:09 2015 New Revision: 378398 URL: https://svnweb.freebsd.org/changeset/ports/378398 QAT: https://qat.redports.org/buildarchive/r378398/ Log: Update to 5.5.42 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Wed Feb 4 13:03:29 2015 (r378397) +++ head/databases/mysql55-server/Makefile Wed Feb 4 13:31:09 2015 (r378398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.41 +PORTVERSION= 5.5.42 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Wed Feb 4 13:03:29 2015 (r378397) +++ head/databases/mysql55-server/distinfo Wed Feb 4 13:31:09 2015 (r378398) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.5.41.tar.gz) = ec642fc5be5ea03b24a0c5189204675fb3794dee772314ace650623c1c994844 -SIZE (mysql-5.5.41.tar.gz) = 21768300 +SHA256 (mysql-5.5.42.tar.gz) = 887b12676be4893fa833e4a585c6c8b0c0f18dee30ba7d22cfe860cd85bfc74a +SIZE (mysql-5.5.42.tar.gz) = 21795431 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 13:42:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D37C95D; Wed, 4 Feb 2015 13:42:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38D1D808; Wed, 4 Feb 2015 13:42:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14DgpnH046383; Wed, 4 Feb 2015 13:42:51 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14DgoeY046381; Wed, 4 Feb 2015 13:42:50 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502041342.t14DgoeY046381@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 4 Feb 2015 13:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378399 - head/databases/mysql56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 13:42:51 -0000 Author: ale Date: Wed Feb 4 13:42:50 2015 New Revision: 378399 URL: https://svnweb.freebsd.org/changeset/ports/378399 QAT: https://qat.redports.org/buildarchive/r378399/ Log: Update to 5.6.23 release. Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Wed Feb 4 13:31:09 2015 (r378398) +++ head/databases/mysql56-server/Makefile Wed Feb 4 13:42:50 2015 (r378399) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.22 +PORTVERSION= 5.6.23 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Wed Feb 4 13:31:09 2015 (r378398) +++ head/databases/mysql56-server/distinfo Wed Feb 4 13:42:50 2015 (r378399) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.6.22.tar.gz) = c4d2dfabb20a8e26e8437dff41f366520001eb031ffd77fbfcde70d0073fc9f6 -SIZE (mysql-5.6.22.tar.gz) = 33115516 +SHA256 (mysql-5.6.23.tar.gz) = 3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098 +SIZE (mysql-5.6.23.tar.gz) = 33115859 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 13:45:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF9B5A70; Wed, 4 Feb 2015 13:45:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82AC482A; Wed, 4 Feb 2015 13:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14DjE3r046829; Wed, 4 Feb 2015 13:45:14 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14DjDKM046826; Wed, 4 Feb 2015 13:45:13 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502041345.t14DjDKM046826@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 4 Feb 2015 13:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378400 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 13:45:14 -0000 Author: ale Date: Wed Feb 4 13:45:13 2015 New Revision: 378400 URL: https://svnweb.freebsd.org/changeset/ports/378400 QAT: https://qat.redports.org/buildarchive/r378400/ Log: Switch default MySQL version to 5.6. PR: 195604 Approved by: portmgr Modified: head/Mk/bsd.database.mk head/Mk/bsd.default-versions.mk head/UPDATING Modified: head/Mk/bsd.database.mk ============================================================================== --- head/Mk/bsd.database.mk Wed Feb 4 13:42:50 2015 (r378399) +++ head/Mk/bsd.database.mk Wed Feb 4 13:45:13 2015 (r378400) @@ -17,10 +17,10 @@ Database_Include_MAINTAINER= ports@FreeB # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if -# necessary (MySQL-5.5 = 55). +# necessary (MySQL-5.6 = 56). # DEFAULT_MYSQL_VER # - MySQL default version. Can be overridden within a port. -# Default: 55. +# Default: 56. # WANT_MYSQL_VER # - Maintainer can set an arbitrary version of MySQL to always # build this port with (overrides WITH_MYSQL_VER). Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed Feb 4 13:42:50 2015 (r378399) +++ head/Mk/bsd.default-versions.mk Wed Feb 4 13:45:13 2015 (r378400) @@ -22,7 +22,7 @@ APACHE_DEFAULT?= 2.4 FPC_DEFAULT?= 2.6.4 GCC_DEFAULT?= 4.8 LUA_DEFAULT?= 5.2 -MYSQL_DEFAULT?= 5.5 +MYSQL_DEFAULT?= 5.6 PERL5_DEFAULT?= 5.18 PGSQL_DEFAULT?= 9.3 PHP_DEFAULT?= 5.4 Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Feb 4 13:42:50 2015 (r378399) +++ head/UPDATING Wed Feb 4 13:45:13 2015 (r378400) @@ -5,6 +5,28 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150204: + AFFECTS: users of databases/mysql55-(server|client) + AUTHOR: ale@FreeBSD.org + + The default MySQL version has been updated from 5.5 to 5.6. + + If you compile your own ports you may keep 5.5 as the default version by + adding the following lines to your /etc/make.conf file: + + # + # Keep MySQL 5.5 as default version + # + DEFAULT_VERSIONS+=mysql= 5.5 + + If you wish to update to the new default version, you need to first stop any + running server instance. Then, you will need to follow these steps, depending + on intalled packages. + + # pkg set -o databases/mysql55-client:databases/mysql56-client + # pkg set -o databases/mysql55-server:databases/mysql56-server + # pkg upgrade + 20150118: AFFECTS: users of www/thttpd AUTHOR: danfe@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 14:03:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAC3B473; Wed, 4 Feb 2015 14:03:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 964C6B1D; Wed, 4 Feb 2015 14:03:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14E3qUs056209; Wed, 4 Feb 2015 14:03:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14E3q4h056208; Wed, 4 Feb 2015 14:03:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502041403.t14E3q4h056208@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 4 Feb 2015 14:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378401 - head/www/mod_perl2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 14:03:52 -0000 Author: antoine Date: Wed Feb 4 14:03:51 2015 New Revision: 378401 URL: https://svnweb.freebsd.org/changeset/ports/378401 QAT: https://qat.redports.org/buildarchive/r378401/ Log: Remove NO_PACKAGE, yes is not a valid reason Modified: head/www/mod_perl2/Makefile Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Wed Feb 4 13:45:13 2015 (r378400) +++ head/www/mod_perl2/Makefile Wed Feb 4 14:03:51 2015 (r378401) @@ -39,7 +39,6 @@ PATCHREV= 1638352 PATCHFILES+= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.gz PLIST_SUB+= AP24="" PMSED= 's/%AP24%//' -NO_PACKAGE= yes .else PLIST_SUB+= AP24="@comment " PMSED= '/%AP24%/d' From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 14:38:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A48FEE2B; Wed, 4 Feb 2015 14:38:58 +0000 (UTC) Date: Wed, 4 Feb 2015 14:38:58 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Subject: Re: svn commit: r377721 - in head/devel/newfile: . files Message-ID: <20150204143858.GA96898@FreeBSD.org> References: <201501231039.t0NAdYS5095664@svn.freebsd.org> <20150123110243.GA64051@FreeBSD.org> <54C234F6.4070805@FreeBSD.org> <20150123122120.GA91455@FreeBSD.org> <54C3583E.1070205@FreeBSD.org> <20150124140220.GF67556@e-new.0x20.net> <20150125180426.GA11307@FreeBSD.org> <54C5BBB7.9070808@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54C5BBB7.9070808@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Johannes Jost Meixner , Lars Engels , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 14:38:58 -0000 Kubilay, I've just realized that I didn't reply to this; please accept my apologies (esp. given that I often myself complain about our bad communications). On Mon, Jan 26, 2015 at 02:59:51PM +1100, Kubilay Kocak wrote: > On 26/01/2015 5:04 AM, Alexey Dokuchaev wrote: > > Right, but not only that. I've mentioned that it had bitten us in the > > past and digged these two commits: > > > > http://svnweb.freebsd.org/ports?view=revision&revision=288024 > > http://svnweb.freebsd.org/ports?view=revision&revision=288046 > > > > One could argue if we should still care about defunct [these things], > > but IMHO they all illustrate fragility of dotted directories quite > > clearly already. > > > > [...] Then again -- they are ugly; as Lars had mentioned, dots could > > be expected to be used exclusively in versions; etc. -- better avoid > > to this mess once and for all. I'll probably cook up a patch to PHB > > on this matter. > > I'm -1 on exception cases in general, and in this case in particular as > it prevented us (Python) from improving consistency among a large set of > ports. Fair enough. > Beyond that, the broken tool argument suggests only exactly that, broken > tools. It is the same argument to suggest that a broken HTTP parsing > library used in a client for example, ought to be supported by coupling > it to some arbitrary convention in response headers from our package > servers. This of course is ridiculous. I find this example somewhat bogus, so I cannot agree or disagree with it. > The argument to aesthetics may be valid, but it is weak. It does does > not warrant trumping convention/consistency of a third party software > library (the ports framework) for third party software that we do not > get a say in choosing the naming convention for. Again, fair enough. > Our job is to support the growth of a ported software framework, nothing > more. I'll get a bit verbose here, if you excuse me. :) Unfortunate fact is that most people do not know how to write (develop, maintain, ship) software. Yes, that includes software authors themselves. Now, we ports people of FreeBSD presumably know. So when it does not cost us *too* much, we should attempt (IMHO) to correct upstream mistakes and stupidity, not adhere to it. Hence I've spoken up. The reasons you've provided in this email are valid enough to be considered and respected, so I think it pretty much nails it: those fucking dots can stay. :( This does not mean that I no longer think that those people do not know how to write (develop, maintain, ship) software, and/or giving up, but I agree that FreeBSD Ports Collection is probably not the right battlefield in this particular case. ./danfe From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 15:54:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD47631F; Wed, 4 Feb 2015 15:54:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F61BAAE; Wed, 4 Feb 2015 15:54:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14FsSFg007961; Wed, 4 Feb 2015 15:54:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14FsS1H007959; Wed, 4 Feb 2015 15:54:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502041554.t14FsS1H007959@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 4 Feb 2015 15:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378405 - in head/x11-wm/fluxbox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 15:54:28 -0000 Author: pi Date: Wed Feb 4 15:54:27 2015 New Revision: 378405 URL: https://svnweb.freebsd.org/changeset/ports/378405 QAT: https://qat.redports.org/buildarchive/r378405/ Log: x11-wm/fluxbox: fix integer underflow in startup phase See also http://git.fluxbox.org/fluxbox.git/commit/?id=7b8fd2d81ad80a73564fc9fbb779f47568f12652 PR: 197150 Submitted by: vikashb@where-ever.za.net Approved by: portmgr runtime fix blanket Added: head/x11-wm/fluxbox/files/patch-src__FbTk__TextButton.cc (contents, props changed) Modified: head/x11-wm/fluxbox/Makefile Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Wed Feb 4 14:54:37 2015 (r378404) +++ head/x11-wm/fluxbox/Makefile Wed Feb 4 15:54:27 2015 (r378405) @@ -3,6 +3,7 @@ PORTNAME= fluxbox PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} Added: head/x11-wm/fluxbox/files/patch-src__FbTk__TextButton.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fluxbox/files/patch-src__FbTk__TextButton.cc Wed Feb 4 15:54:27 2015 (r378405) @@ -0,0 +1,21 @@ +--- src/FbTk/TextButton.cc 2015-01-28 11:12:27.000000000 +0200 ++++ src/FbTk/TextButton.cc 2015-01-28 11:14:03.000000000 +0200 +@@ -143,11 +143,17 @@ + unsigned int textlen = visual.size(); + unsigned int button_width = width(); + unsigned int button_height = height(); ++ const int max_width = static_cast(button_width) - x_offset - ++ m_left_padding - m_right_padding; ++ ++ if (max_width <= bevel()) { ++ return; ++ } + + translateSize(m_orientation, button_width, button_height); + + // horizontal alignment, cut off text if needed +- int align_x = FbTk::doAlignment(button_width - x_offset - m_left_padding - m_right_padding, ++ int align_x = FbTk::doAlignment(max_width, + bevel(), justify(), font(), + visual.data(), visual.size(), + textlen); // return new text len From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 16:10:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E15AD729; Wed, 4 Feb 2015 16:10:54 +0000 (UTC) Date: Wed, 4 Feb 2015 16:10:54 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Subject: Re: svn commit: r378405 - in head/x11-wm/fluxbox: . files Message-ID: <20150204161054.GA32054@FreeBSD.org> References: <201502041554.t14FsS1H007959@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201502041554.t14FsS1H007959@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 16:10:55 -0000 On Wed, Feb 04, 2015 at 03:54:28PM +0000, Kurt Jaeger wrote: > New Revision: 378405 > URL: https://svnweb.freebsd.org/changeset/ports/378405 > QAT: https://qat.redports.org/buildarchive/r378405/ > > Log: > x11-wm/fluxbox: fix integer underflow in startup phase > [...] > Added: > head/x11-wm/fluxbox/files/patch-src__FbTk__TextButton.cc > [...] > +--- src/FbTk/TextButton.cc 2015-01-28 11:12:27.000000000 +0200 > ++++ src/FbTk/TextButton.cc 2015-01-28 11:14:03.000000000 +0200 Kurt (just in case you or anyone else on this list didn't know), we now have quite sane `makepatch' make(1) target which would've both 1) created a nice, standard patch name without those ugly double underscores; and 2) normalized timestamps in the patch to help reduce repo churn for future updates. Unconditional double underscores are deprecated and should not be used since doc-svn r46223 (http://svnweb.freebsd.org/doc?view=revision&revision=46223). ./danfe From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 16:37:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 941D234C; Wed, 4 Feb 2015 16:37:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FEC1F9A; Wed, 4 Feb 2015 16:37:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14GbMd5027642; Wed, 4 Feb 2015 16:37:22 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14GbL3h027634; Wed, 4 Feb 2015 16:37:21 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201502041637.t14GbL3h027634@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 4 Feb 2015 16:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378406 - in head/net: . wireshark wireshark-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 16:37:22 -0000 Author: marcus Date: Wed Feb 4 16:37:21 2015 New Revision: 378406 URL: https://svnweb.freebsd.org/changeset/ports/378406 QAT: https://qat.redports.org/buildarchive/r378406/ Log: Add support for building wireshark with Qt 5 GUI support. Note: not all of the GTK+ features have been ported to Qt yet. PR: 196728 Submitted by: olevole@olevole.ru Added: head/net/wireshark-qt5/ head/net/wireshark-qt5/Makefile (contents, props changed) Modified: head/net/Makefile head/net/wireshark/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Feb 4 15:54:27 2015 (r378405) +++ head/net/Makefile Wed Feb 4 16:37:21 2015 (r378406) @@ -1255,6 +1255,7 @@ SUBDIR += widentd SUBDIR += wireshark SUBDIR += wireshark-lite + SUBDIR += wireshark-qt5 SUBDIR += wizd SUBDIR += wlan2eth SUBDIR += wmlj Added: head/net/wireshark-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark-qt5/Makefile Wed Feb 4 16:37:21 2015 (r378406) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../wireshark +COMMENT= Powerful network analyzer/capture tool (QT package) + +CONFLICTS= wireshark-[0-9]* + +OPTIONS_EXCLUDE= GTK3 +OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 QT5 + +.include "${MASTERDIR}/Makefile" Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Wed Feb 4 15:54:27 2015 (r378405) +++ head/net/wireshark/Makefile Wed Feb 4 16:37:21 2015 (r378406) @@ -1,7 +1,7 @@ # Created by: Bill Fumerola # $FreeBSD$ -PORTNAME?= wireshark +PORTNAME= wireshark PORTVERSION= 1.12.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -12,11 +12,12 @@ MASTER_SITES= http://www.wireshark.org/d http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ http://wireshark.zing.org/download/src/ -DISTNAME= ${DATADIR_NAME}-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT?= Powerful network analyzer/capture tool +LICENSE= GPLv2 + DATADIR_NAME= wireshark USE_PERL5= build @@ -24,6 +25,8 @@ USES= alias gettext gmake iconv libtool python:build tar:bzip2 WANT_GNOME= yes USE_OPENSSL= yes +CONFLICTS?= wireshark-qt5-[0-9]* + CONFIGURE_ARGS+= --program-transform-name="" \ --with-ssl=${OPENSSLBASE} \ --with-qt=no @@ -51,7 +54,11 @@ PLIST_SUB+= ${x:tu}=bin/$x \ .if !defined(LITE) OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 \ GNUTLS GCRYPT THREADS -OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 + +OPTIONS_RADIO= GUI +OPTIONS_RADIO_GUI= GTK3 QT5 + +OPTIONS_DEFAULT?= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 GTK3 RTP_DESC= Enable support for playing back RTP streams ADNS_DESC= Enable asynchronous DNS lookup support @@ -63,12 +70,8 @@ ADNS_DESC= Enable asynchronous DNS look USE_XORG= x11 .endif -.include - .if ${PORT_OPTIONS:MX11} PLIST_SUB+= WIRESHARK=bin/wireshark WIRESHARK_MAN="" -USE_GNOME+= gtk30 -CONFIGURE_ARGS+=--with-gtk3=yes .else PLIST_SUB+= WIRESHARK="@comment wireshark not built" \ WIRESHARK_MAN="@comment wireshark not built " @@ -77,6 +80,23 @@ CONFIGURE_ARGS+= --enable-wireshark=no \ --disable-gtktest .endif +.if ${PORT_OPTIONS:MGTK3} +USE_GNOME+= gtk30 +CONFIGURE_ARGS+= --with-gtk2=no \ + --with-gtk3=yes \ + --with-qt=no +.endif + +.if ${PORT_OPTIONS:MQT5} +CONFIGURE_ARGS+= --with-gtk2=no \ + --with-gtk3=no \ + --with-qt=yes +USE_QT5+= core widgets printsupport buildtools_build +PKGNAMESUFFIX+= -qt5 +MAKE_ENV+= PATH="${PATH}:${LOCALBASE}/lib/qt5/bin" +CONFIGURE_ENV+= PATH="${PATH}:${LOCALBASE}/lib/qt5/bin" +.endif + GNU_CONFIGURE= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -165,12 +185,15 @@ PKG_MESSAGE= ${FILESDIR}/pkg-message post-patch: @${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g ; \ - s|-DGDK_PIXBUF_DISABLE_DEPRECATED||g ; \ + s|-DGDK_PIXBUF_DISABLE_DEPRECATED||g ; \ s|-Wl,--as-needed|| ' \ ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKSRC}/image/hi48-app-wireshark.png \ - ${STAGEDIR}${DATADIR} + ${STAGEDIR}${DATADIR} +.if ${PORT_OPTIONS:MQT5} + ${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-qt ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +.endif .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 17:07:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4D9DC29; Wed, 4 Feb 2015 17:07:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEDB261F; Wed, 4 Feb 2015 17:07:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14H7rqT042076; Wed, 4 Feb 2015 17:07:53 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14H7rHI042072; Wed, 4 Feb 2015 17:07:53 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201502041707.t14H7rHI042072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 4 Feb 2015 17:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378407 - head/net-mgmt/glpi-plugins-fusioninventory-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 17:07:54 -0000 Author: vg Date: Wed Feb 4 17:07:52 2015 New Revision: 378407 URL: https://svnweb.freebsd.org/changeset/ports/378407 QAT: https://qat.redports.org/buildarchive/r378407/ Log: - Upgrade to 0.35 Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile Wed Feb 4 17:07:52 2015 (r378407) @@ -1,62 +1,35 @@ -# Created by: Gvozdikov Veniamin +# Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= server PORTVERSION= ${GLPI_VER}.${FUNV_VER} PORTEPOCH= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://forge.fusioninventory.org/attachments/download/668/ +MASTER_SITES= http://forge.fusioninventory.org/attachments/download/1665/ PKGNAMEPREFIX= glpi-plugins-fusioninventory- -DISTNAME= fusioninventory-for-glpi-metapackage_${GLPI_VER}+${FUNV_VER} +DISTNAME= fusioninventory-for-glpi_${GLPI_VER}+${FUNV_VER} MAINTAINER= vg@FreeBSD.org COMMENT= Plugin of glpi to get information of networking devices -RUN_DEPENDS= glpi>=0.80:${PORTSDIR}/www/glpi +LICENSE= AGPLv3 -USE_PHP= simplexml wddx +RUN_DEPENDS= glpi>=0.84:${PORTSDIR}/www/glpi -GLPI_VER= 0.80 -FUNV_VER= 1.5 +USE_PHP= fileinfo simplexml wddx +USES= gettext +GLPI_VER= 0.84 +FUNV_VER= 3.5 WRKSRC= ${WRKDIR} NO_BUILD= yes GLPIPLUGINDIR?= www/glpi/plugins -OPTIONS_DEFINE= INVENTORY SNMP - -INVENTORY_DESC= Additional features -SNMP_DESC= SNMP support - -OPTIONS_DEFAULT=INVENTORY - .include -.if ${PORT_OPTIONS:MINVENTORY} -PLIST_SUB+= INVENTORY="" -.else -PLIST_SUB+= INVENTORY="@comment " -.endif - -.if ${PORT_OPTIONS:MSNMP} -PLIST_SUB+= SNMP="" -.else -PLIST_SUB+= SNMP="@comment " -.endif - do-install: @${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} @${CP} -R ${WRKSRC}/fusioninventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusioninventory -.if ${PORT_OPTIONS:MINVENTORY} - @${CP} -R ${WRKSRC}/fusinvinventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusinvinventory -.endif - -.if ${PORT_OPTIONS:MSNMP} - @${CP} -R ${WRKSRC}/fusinvsnmp ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusinvsnmp -.endif - .include Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo Wed Feb 4 17:07:52 2015 (r378407) @@ -1,2 +1,2 @@ -SHA256 (fusioninventory-for-glpi-metapackage_0.80+1.5.tar.gz) = be5ad231bbf3f7d28fb71e875172e9eab89188db011a9ca4e839891c46736e97 -SIZE (fusioninventory-for-glpi-metapackage_0.80+1.5.tar.gz) = 2306903 +SHA256 (fusioninventory-for-glpi_0.84+3.5.tar.gz) = fc74a37530b1e4d6f07439beb7d4fea0aea6aabc53e4afe9793764654cc0deea +SIZE (fusioninventory-for-glpi_0.84+3.5.tar.gz) = 3472328 Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Wed Feb 4 17:07:52 2015 (r378407) @@ -1,909 +1,42 @@ -%%INVENTORY%%www/glpi/plugins/fusinvinventory/LICENSE -%%INVENTORY%%www/glpi/plugins/fusinvinventory/ajax/blacklist.tabs.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/ajax/ruleentity.tabs.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/b/esx/index.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/blacklist.form.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/blacklist.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/importxml.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/libintegrity.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/popup.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/ruleentity.form.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/ruleentity.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/hook.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/antivirus.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/blacklist.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/computer.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/config.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/criteria.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/esx.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_antivirus.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_controller.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_drive.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_graphiccard.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_memory.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_monitor.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_networkport.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_peripheral.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_printer.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_processor.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_software.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_sound.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_storage.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_user.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_virtualmachine.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/importxml.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/inventory.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/lib.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libfilter.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libhook.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libintegrity.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/lock.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/ruleentity.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/ruleentitycollection.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/staticmisc.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/vmwareesx.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/webservice.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/includes.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/install.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/pciid.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.2-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.3-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.4-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.5-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.0-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.1-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.2-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.3-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.4.0-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/usbid.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_231_232.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_232_240.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_240_0.80+1.1.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/de_DE.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/en_GB.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/es_ES.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/et_EE.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/fr_FR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/he_IL.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/it_IT.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/pl_PL.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/pt_BR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/ru_RU.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/tr_TR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_blacklist.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_checkintegrity.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_importxml.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_blacklist.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_checkintegrity.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_importxml.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/setup.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/miblabel.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/mibobject.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/miboid.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/showporthistory.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/CHANGELOG.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/LISEZMOI.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/README.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/ROADMAP.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/agentconfig.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/configsecurity.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/configsecurity.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/constructdevice.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/constructdevice.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/documentation.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/functionalities.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miblabel.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miblabel.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/mibobject.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/mibobject.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miboid.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miboid.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/model.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/model.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/models.export.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printer_info.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printerlog.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printerlogreport.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/report.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/statediscovery.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/stateinventory.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/switch_info.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/unknowndevice.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/hook.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/agentconfig.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/commondbtm.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationnetdiscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationsnmp.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationsnmpquery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/config.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/configlogfield.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/configsecurity.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevice.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevice_miboid.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevicewalk.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/importexport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/miblabel.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/mibobject.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/miboid.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/model.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/modelmib.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/netdiscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkequipment.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkequipmentip.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkportconnectionlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkportlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printer.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printercartridge.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printerlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printerlogreport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/snmp.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/snmpinventory.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/statediscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/stateinventory.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/staticmisc.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/unknowndevice.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/includes.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/install.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/.htaccess -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.0-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.0-1-update.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.1-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.2-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.3-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.4.0-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_221_230.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_231_232.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_232_240.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/de_DE.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/en_GB.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/es_ES.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/fr_FR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/it_IT.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/pl_PL.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/pt_BR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/ru_RU.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/tr_TR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/100911.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/102642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1062513.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1066772.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1087055.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1097230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1100107.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1110620.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1111711.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1183883.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1188708.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1227963.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1240921.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1241199.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1248772.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1263137.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/127417.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1283066.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1284008.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1284814.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/12909.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1305825.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1357571.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1424888.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/145271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/146434.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1464697.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1489048.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1508091.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1512250.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1549678.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1561171.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1568308.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1568514.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1582490.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1614677.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1633630.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/163417.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1636809.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1661609.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1664272.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1680669.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1681290.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1681846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1684819.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1693982.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1701111.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1704151.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1705000.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1718358.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1738515.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1745662.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1747304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1771067.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1806468.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1816151.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1820729.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1821133.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1824437.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1872248.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1881700.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1884225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1942119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1943262.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1973074.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1990037.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1995045.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2000822.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2005259.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2013666.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2049559.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2075377.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2084303.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2093845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2112281.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2120947.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2127172.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2142108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2151826.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2162024.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2165536.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2166679.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2173382.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2183293.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2274533.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2289074.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2297934.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2343895.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2354260.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2370329.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2392761.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2402811.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2406185.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2414354.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2422281.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2432699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2434315.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2456901.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/247916.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2503123.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2525630.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/252650.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2526543.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2538510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2544149.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2614648.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2640939.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/268257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2684257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2744932.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2760607.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2765706.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2766971.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2768460.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2778418.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2780039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2781759.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2820699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2826743.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2839801.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2872568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2925799.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3047334.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3069992.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3091929.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3109031.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3128022.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3223145.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3233908.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3282896.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3283554.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3311018.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/332835.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3380137.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3398708.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3406325.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3415025.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3461779.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3463410.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3465552.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3492811.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3494250.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3515449.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3548577.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3559045.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3571110.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3592450.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3594228.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3609230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/365812.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3659568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3673023.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3706997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3739166.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3792524.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3801295.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3811231.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3858441.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3861263.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3900555.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3945256.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4005633.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4005893.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4019744.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4042942.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4063539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4073954.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4100083.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4108138.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4111321.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4144573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4177175.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4196742.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/425038.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4350888.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4396100.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4399486.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4400081.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4430195.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4434555.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4435466.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4453057.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4455187.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4470898.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4471169.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/44790.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4564608.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4564877.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4633025.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4639277.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4675719.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/469070.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4703130.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4710982.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4744899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4767953.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4786588.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4795019.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4810404.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4812647.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4825912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4866759.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4874096.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4901782.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4908039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4908935.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4955420.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4959295.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4974062.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4977167.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4983088.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4988320.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5003061.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5021596.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5045658.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5075713.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5080007.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/508941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5101291.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5123800.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5126803.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5152816.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/515960.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/520700.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5265993.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5274041.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5278332.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5283593.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5345317.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5352394.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5358564.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5358976.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5365455.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5370014.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5371620.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5379162.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5379692.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/539954.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5413912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5418323.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5428601.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5429491.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5463021.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5473692.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5480428.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/548869.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5538839.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5545651.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5547209.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5552915.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/557750.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5606418.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5611648.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5626181.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/56385.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5648944.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5652371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5662699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5676845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5679975.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5713241.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5738507.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5740672.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5745475.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5763552.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5826019.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5826776.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5847395.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5853001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5853737.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5856646.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5917863.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5918557.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5929230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5932594.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5977366.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5994519.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6013357.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6028712.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6041996.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6074001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6083144.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6106022.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6114824.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6139303.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6139483.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6140813.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6145894.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6183510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6198875.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6247902.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/631569.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6315941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6326088.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6334749.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6334894.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6363084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/638207.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6382548.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6398995.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6402168.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6404397.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6430101.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6437703.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6470194.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6489127.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6517026.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6532706.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6573783.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6610688.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/664846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6659267.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6666152.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6684712.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/66892.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6692132.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/67063.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6707480.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6710546.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6714832.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/672363.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6746591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/677082.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/678856.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6795121.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6795821.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/680761.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/683091.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6847446.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6873591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/687543.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6915155.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6927329.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/693532.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6965298.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6970573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/700443.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7007016.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7013134.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7020461.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7030328.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7041842.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7051162.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7069964.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7073129.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7085416.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7098676.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7101834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7104444.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7109746.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7110691.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7113674.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7115277.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/713572.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7182521.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7187454.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7209227.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7217319.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7224787.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7250650.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7261939.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7263970.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7295409.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/729920.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7327673.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/733433.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7335923.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7353909.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7396210.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7411568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7413845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7423641.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7461820.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7477415.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7495572.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7523482.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7564703.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7566753.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7571804.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7578039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7607824.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7636072.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7651762.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7654739.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7707176.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7714675.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7727008.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7734682.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7738512.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7754487.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7760922.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7773356.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7779300.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7805253.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7904099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7906539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7917494.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7951579.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/797595.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7977195.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/799928.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7999709.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8015425.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8038260.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8038887.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8060592.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8062084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8072001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8112098.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8134226.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8144363.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8157205.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8171120.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8184500.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8191118.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8227144.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8234251.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8251389.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8261244.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8318050.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8319000.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8336819.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8346465.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8395959.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8411904.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8418519.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/84252.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8480734.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8490449.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8510301.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8522257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8564359.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8606806.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8615104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8615373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8622657.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8639049.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8642615.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8656382.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8668453.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8673563.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8701130.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8710846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8720535.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8731682.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8765147.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/876553.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8788907.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8846502.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8857140.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8858664.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8865336.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8867011.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8868349.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/887084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8876233.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8878863.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8892539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8913934.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8915309.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9011474.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9044497.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9094542.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9106892.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/917145.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9192973.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9194753.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9202108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9205238.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9205542.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9216976.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9237473.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9276188.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9320844.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/93282.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9372497.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9380800.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/939189.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9395866.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9402046.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9404667.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9431697.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/943883.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9449988.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9486270.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9500501.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9523642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9539738.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9549387.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9572539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9581305.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9583108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9596899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9602203.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9608337.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9627368.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9639236.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9651371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9653017.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9677084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9688960.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9695837.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9720347.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9721104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9743586.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9748385.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/975721.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9788577.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9807323.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9830099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9840069.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9862469.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9873645.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9879545.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9925152.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9928042.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9933304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9945204.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/996912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.2-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.3-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.4-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.5-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/LICENSE -%%SNMP%%www/glpi/plugins/fusinvsnmp/scripts/createSNMPWalks.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/scripts/.htaccess -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4902460.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6568510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2228672.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9699225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6940309.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6738317.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5085722.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8905872.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5065666.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/366225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5689603.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/383639.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8810553.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6305412.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9789051.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2512959.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1428762.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8265243.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/667001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8398119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1490547.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4791591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4806984.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3523352.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7123240.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/70551.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5895941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4651906.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8017220.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5542564.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7888862.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1161678.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4000033.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5838867.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1526119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2403125.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5607432.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6634640.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3992157.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4246447.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1036236.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2539075.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/797143.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8616099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8148834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2198740.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5288364.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6892979.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8909928.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9483842.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1049248.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9212997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8515831.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2139450.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7173478.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3575740.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8900584.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6405109.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/719537.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6639573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5041094.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/790048.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4363903.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8919625.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3367373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4780352.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1159764.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6356871.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5028060.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7816166.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5183373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6293005.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9051041.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2141334.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2724545.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/642659.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2046899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3524975.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9227210.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7774387.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1930224.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2161707.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6659632.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8406034.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8710304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5760275.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5278018.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8295601.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9395393.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3890221.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1787098.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3138908.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4813049.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2578477.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9586636.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/376354.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/50261.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9211104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7582993.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7054167.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5271821.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7506585.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9704103.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5408284.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8102221.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2617316.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3916710.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2328125.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7586063.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2709516.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7639571.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7878559.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7718570.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6495990.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8792806.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4190997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5884701.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8609229.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1028790.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8168371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1657223.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2894522.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7309737.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7059379.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8859807.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7004659.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6621021.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1361390.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2215765.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1487271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2572305.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8234834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4219197.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6521642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5229339.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5561670.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2956271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9489365.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2801402.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4947135.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2281126.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2187914.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1015397.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3813050.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9432919.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1785375.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7598177.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/148661.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5921518.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8919176.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/bookmark_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/books.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connected_trunk.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connection_notok.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connection_ok.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/export.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/fond_form_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_authentification.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_discovery.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_discovery_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_info_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_info_server.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_inventory_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_authentification.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_discovery.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_discovery_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_info_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_info_server.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_inventory_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_models.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_rangeip.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_rapports.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_task.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_models.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_rangeip.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_rapports.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_task.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/multiple_mac_addresses.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/ok2.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/orangebutton.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/port_trunk.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wait.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wired_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wired_on.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/yellowbutton.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/not_queried_recently.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/ports_date_connections.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/switch_ports.history.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/script.js -%%SNMP%%www/glpi/plugins/fusinvsnmp/setup.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/tool/discovery.xml www/glpi/plugins/fusioninventory/LICENSE -www/glpi/plugins/fusioninventory/ajax/agent.tabs.php -www/glpi/plugins/fusioninventory/ajax/configuration.tabs.php -www/glpi/plugins/fusioninventory/ajax/credential.tabs.php -www/glpi/plugins/fusioninventory/ajax/credentialip.tabs.php +www/glpi/plugins/fusioninventory/README.asciidoc +www/glpi/plugins/fusioninventory/ajax/deploy_displaytypevalue.php +www/glpi/plugins/fusioninventory/ajax/deploydropdown_operatingsystems.php +www/glpi/plugins/fusioninventory/ajax/deployfilemodal.php +www/glpi/plugins/fusioninventory/ajax/deploygroup_results.php +www/glpi/plugins/fusioninventory/ajax/deploypackage_form.php +www/glpi/plugins/fusioninventory/ajax/deployuser.logged.in.php www/glpi/plugins/fusioninventory/ajax/dropdownCredentials.php +www/glpi/plugins/fusioninventory/ajax/dropdown_taskjob.php www/glpi/plugins/fusioninventory/ajax/dropdownactionlist.php www/glpi/plugins/fusioninventory/ajax/dropdownactionselection.php www/glpi/plugins/fusioninventory/ajax/dropdownactiontype.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitionlist.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitionselection.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitiontype.php -www/glpi/plugins/fusioninventory/ajax/iprange.tabs.php -www/glpi/plugins/fusioninventory/ajax/ruleimportequipment.tabs.php +www/glpi/plugins/fusioninventory/ajax/dropdowndefinitiontypelist.php +www/glpi/plugins/fusioninventory/ajax/dropdownjobdefinition.php +www/glpi/plugins/fusioninventory/ajax/dropdownlist.php +www/glpi/plugins/fusioninventory/ajax/dropdownlocation.php +www/glpi/plugins/fusioninventory/ajax/dropdownsnmpmodelconstruct_progressbar.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 17:10:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 497E3D51; Wed, 4 Feb 2015 17:10:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A7D0649; Wed, 4 Feb 2015 17:10:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14HA6xk042573; Wed, 4 Feb 2015 17:10:06 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14HA5nx042571; Wed, 4 Feb 2015 17:10:05 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201502041710.t14HA5nx042571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 4 Feb 2015 17:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378408 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 17:10:06 -0000 Author: marcus Date: Wed Feb 4 17:10:04 2015 New Revision: 378408 URL: https://svnweb.freebsd.org/changeset/ports/378408 QAT: https://qat.redports.org/buildarchive/r378408/ Log: Update to 2.16.2. * Exclude .git directories from error reporting [1] * Add some additional Perl checks for STAGEDIR [2] * Try not to flag on direct use of "install" if we're running a make command [3] * Fix the checks for Perl given the new hierarchy [4] PR: 195780 [1] 194759 [3] 196222 [4] Submitted by: gerald [3] Yasuhiro KIMURA [1] Requested by: mat [2] Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Wed Feb 4 17:07:52 2015 (r378407) +++ head/ports-mgmt/portlint/Makefile Wed Feb 4 17:10:04 2015 (r378408) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.16.1 -PORTREVISION= 1 +PORTVERSION= 2.16.2 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Wed Feb 4 17:07:52 2015 (r378407) +++ head/ports-mgmt/portlint/src/portlint.pl Wed Feb 4 17:10:04 2015 (r378408) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.344 2014/10/27 16:00:59 marcus Exp $ +# $MCom: portlint/portlint.pl,v 1.350 2015/02/04 17:07:25 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 16; -my $micro = 1; +my $micro = 2; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -289,12 +289,12 @@ if ($committer) { "If it still needs to be there, put a dummy comment ". "to state that the file is intentionally left empty."); } elsif (-d && scalar(my @x = <$_/{*,.?*}>) <= 1) { - &perror("FATAL", $fullname, -1, "empty directory should be removed.") unless ($fullname =~ /^\.svn/); + &perror("FATAL", $fullname, -1, "empty directory should be removed.") unless ($fullname =~ /^\.svn/ || $fullname =~ /^\.git/); } elsif (/^\./) { &perror("WARN", $fullname, -1, "dotfiles are not preferred. ". "If this file is a dotfile to be installed as an example, ". "consider importing it as \"dot$_\".") unless - (-d && $_ eq '.svn'); + (-d && ($_ eq '.svn' || $_ eq '.git')); } elsif (/[^-.a-zA-Z0-9_\+]/) { &perror("WARN", $fullname, -1, "only use characters ". "[-_.a-zA-Z0-9+] for patch or script names."); @@ -307,7 +307,7 @@ if ($committer) { } elsif (/README.html/) { &perror("FATAL", $fullname, -1, "for safety, be sure to cleanup ". "README.html files before committing the port."); - } elsif ($_ eq '.svn' && -d) { + } elsif (($_ eq '.svn' || $_ eq '.git') && -d) { &perror("FATAL", $fullname, -1, "for safety, be sure to cleanup ". "Subversion files before committing the port."); @@ -573,9 +573,12 @@ sub checkplist { "be installed."); } - if (m'lib/perl5/site_perl/%%PERL_VER%%') { + if (m'lib/perl5/site_perl/mach/%%PERL_VER%%') { + &perror("WARN", $file, $., "use \%\%SITE_ARCH\%\% ". + "instead of lib/perl5/site_perl/mach/\%\%PERL_VER\%\%"); + } elsif (m'lib/perl5/site_perl') { &perror("WARN", $file, $., "use \%\%SITE_PERL\%\% ". - "instead of lib/perl5/site_perl/\%\%PERL_VER\%\%."); + "instead of lib/perl5/site_perl."); } if (m'([\w\d]+-portbld-freebsd\d+\.\d+)') { @@ -1813,6 +1816,7 @@ xargs xmkmf && $curline !~ /^SHEBANG_FILES(.)?=[^\n]+$i/m && $curline !~ /^[A-Z0-9_]+_DESC=[^\n]+$i/m && $curline !~ /^\s*#.+$/m + && $curline !~ /\$\{MAKE_CMD\}.*\binstall\b/m && $curline !~ /\-\-$i/m && $curline !~ /^COMMENT(.)?=[^\n]+$i/m) { &perror("WARN", $file, $lineno, "possible direct use of ". @@ -1956,12 +1960,32 @@ xargs xmkmf } # - # whole file: ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + # whole file: ${LOCALBASE}/lib/perl5/site_perl # - if ($j =~ m'\${(?:LOCALBASE|PREFIX)}/lib/perl5/site_perl/\${PERL_VER}') { + if ($j =~ m'\${(?:LOCALBASE|PREFIX)}/lib/perl5/site_perl') { my $lineno = &linenumber($`); - &perror("WARN", $file, $lineno, "possible use of \"\${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}\" ". - "found. use \"\${SITE_PERL}\" instead."); + if ($1 !~ /PREFIX/) { + &perror("WARN", $file, $lineno, "possible use of \"\${LOCALBASE}/lib/perl5/site_perl\" ". + "found. use \"\${SITE_PERL}\" instead."); + } else { + &perror("WARN", $file, $lineno, "possible use of \"\${PREFIX}/lib/perl5/site_perl\" ". + "found. use \"\${PREFIX}/\${SITE_PERL_REL}\" instead."); + } + } + + # + # whole file: check for misuse of STAGE with SITE_PERL and SITE_ARCH + # + if ($j =~ m'\${STAGEDIR}\${SITE_PERL}') { + my $lineno = &linenumber($`); + &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_PERL} should be ". + "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_PERL_REL}."); + } + + if ($j =~ m'\${STAGEDIR}\${SITE_ARCH}') { + my $lineno = &linenumber($`); + &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_ARCH} should be ". + "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_BASE_REL}."); } # From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 18:34:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB8A5350; Wed, 4 Feb 2015 18:34:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98008136; Wed, 4 Feb 2015 18:34:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14IY2c8085462; Wed, 4 Feb 2015 18:34:02 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14IY2XE085460; Wed, 4 Feb 2015 18:34:02 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502041834.t14IY2XE085460@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 4 Feb 2015 18:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378409 - head/editors/hte X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 18:34:02 -0000 Author: mva Date: Wed Feb 4 18:34:01 2015 New Revision: 378409 URL: https://svnweb.freebsd.org/changeset/ports/378409 QAT: https://qat.redports.org/buildarchive/r378409/ Log: - Update to version 2.1.0 Modified: head/editors/hte/Makefile head/editors/hte/distinfo Modified: head/editors/hte/Makefile ============================================================================== --- head/editors/hte/Makefile Wed Feb 4 17:10:04 2015 (r378408) +++ head/editors/hte/Makefile Wed Feb 4 18:34:01 2015 (r378409) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hte -PORTVERSION= 2.0.22 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/ht-source DISTNAME= ht-${PORTVERSION} Modified: head/editors/hte/distinfo ============================================================================== --- head/editors/hte/distinfo Wed Feb 4 17:10:04 2015 (r378408) +++ head/editors/hte/distinfo Wed Feb 4 18:34:01 2015 (r378409) @@ -1,2 +1,2 @@ -SHA256 (ht-2.0.22.tar.bz2) = c729d64bf7de440c7b1021d3d6657ccbdb103541b4082a58dca7c8402c773f58 -SIZE (ht-2.0.22.tar.bz2) = 904173 +SHA256 (ht-2.1.0.tar.bz2) = 31f5e8e2ca7f85d40bb18ef518bf1a105a6f602918a0755bc649f3f407b75d70 +SIZE (ht-2.1.0.tar.bz2) = 884139 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 19:15:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3A4CE75; Wed, 4 Feb 2015 19:15:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF82182F; Wed, 4 Feb 2015 19:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14JFNbk005347; Wed, 4 Feb 2015 19:15:23 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14JFNiI005344; Wed, 4 Feb 2015 19:15:23 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502041915.t14JFNiI005344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 4 Feb 2015 19:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378410 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 19:15:23 -0000 Author: pawel Date: Wed Feb 4 19:15:22 2015 New Revision: 378410 URL: https://svnweb.freebsd.org/changeset/ports/378410 QAT: https://qat.redports.org/buildarchive/r378410/ Log: Update to version 5.9.0 --- 5.9.0 2015/02/02 Extend yaz daemon facility to assist int log rotation YAZ-818 YAZ-819 Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Wed Feb 4 18:34:01 2015 (r378409) +++ head/net/yaz/Makefile Wed Feb 4 19:15:22 2015 (r378410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.8.1 +PORTVERSION= 5.9.0 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Wed Feb 4 18:34:01 2015 (r378409) +++ head/net/yaz/distinfo Wed Feb 4 19:15:22 2015 (r378410) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.8.1.tar.gz) = f6d5c393ff3306b47438926b55606620307c2911a7e192aac6916fcb5fc6d8a7 -SIZE (yaz-5.8.1.tar.gz) = 2538071 +SHA256 (yaz-5.9.0.tar.gz) = 60586d2ca28883b962ad2a47fd67953d5f105da78b368231ee2282a3c4ccb99e +SIZE (yaz-5.9.0.tar.gz) = 2538256 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 19:24:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA841FEC; Wed, 4 Feb 2015 19:24:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC3CE910; Wed, 4 Feb 2015 19:24:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14JOREe010053; Wed, 4 Feb 2015 19:24:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14JORqf010051; Wed, 4 Feb 2015 19:24:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502041924.t14JORqf010051@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 4 Feb 2015 19:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378411 - in head/sysutils/ansible: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 19:24:28 -0000 Author: olgeni Date: Wed Feb 4 19:24:26 2015 New Revision: 378411 URL: https://svnweb.freebsd.org/changeset/ports/378411 QAT: https://qat.redports.org/buildarchive/r378411/ Log: Fix quoting of function identifiers in postgresql_privs (issue 703 in ansible/ansible-modules-core on GitHub). PR: 197325 Submitted by: olgeni Approved by: maintainer Added: head/sysutils/ansible/files/patch-lib_ansible_modules_core_database_postgresql_postgresql__privs.py (contents, props changed) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Wed Feb 4 19:15:22 2015 (r378410) +++ head/sysutils/ansible/Makefile Wed Feb 4 19:24:26 2015 (r378411) @@ -3,7 +3,7 @@ PORTNAME= ansible PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Added: head/sysutils/ansible/files/patch-lib_ansible_modules_core_database_postgresql_postgresql__privs.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible/files/patch-lib_ansible_modules_core_database_postgresql_postgresql__privs.py Wed Feb 4 19:24:26 2015 (r378411) @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- lib/ansible/modules/core/database/postgresql/postgresql_privs.py.orig ++++ lib/ansible/modules/core/database/postgresql/postgresql_privs.py +@@ -462,10 +462,13 @@ + if obj_type == 'group': + set_what = ','.join(pg_quote_identifier(i, 'role') for i in obj_ids) + else: ++ # function types are already quoted above ++ if obj_type != 'function': ++ obj_ids = [pg_quote_identifier(i, 'table') for i in obj_ids] + # Note: obj_type has been checked against a set of string literals + # and privs was escaped when it was parsed + set_what = '%s ON %s %s' % (','.join(privs), obj_type, +- ','.join(pg_quote_identifier(i, 'table') for i in obj_ids)) ++ ','.join(obj_ids)) + + # for_whom: SQL-fragment specifying for whom to set the above + if roles == 'PUBLIC': From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 19:33:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06DC8378; Wed, 4 Feb 2015 19:33:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4319A2A; Wed, 4 Feb 2015 19:33:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14JXPR3014848; Wed, 4 Feb 2015 19:33:25 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14JXPJ0014847; Wed, 4 Feb 2015 19:33:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502041933.t14JXPJ0014847@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 4 Feb 2015 19:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378412 - head/mail/heirloom-mailx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 19:33:26 -0000 Author: pawel Date: Wed Feb 4 19:33:25 2015 New Revision: 378412 URL: https://svnweb.freebsd.org/changeset/ports/378412 QAT: https://qat.redports.org/buildarchive/r378412/ Log: Fix path to sendmail binary that was accidentally removed during a previous update PR: 196082 Submitted by: Jamie Landeg-Jones (maintainer) Modified: head/mail/heirloom-mailx/Makefile Modified: head/mail/heirloom-mailx/Makefile ============================================================================== --- head/mail/heirloom-mailx/Makefile Wed Feb 4 19:24:26 2015 (r378411) +++ head/mail/heirloom-mailx/Makefile Wed Feb 4 19:33:25 2015 (r378412) @@ -2,7 +2,7 @@ PORTNAME= mailx PORTVERSION= 12.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail ipv6 MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= heirloom- @@ -21,6 +21,7 @@ USES= iconv tar:bzip2 USE_OPENSSL= yes MAKE_ARGS= PREFIX="${PREFIX}" \ SYSCONFDIR="${PREFIX}/etc" \ + SENDMAIL="/usr/sbin/sendmail" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 19:46:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 862906CE; Wed, 4 Feb 2015 19:46:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 679ABB5B; Wed, 4 Feb 2015 19:46:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14JkkSZ020307; Wed, 4 Feb 2015 19:46:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14JkjXv020299; Wed, 4 Feb 2015 19:46:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502041946.t14JkjXv020299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 4 Feb 2015 19:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378413 - head/net/pen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 19:46:46 -0000 Author: danilo Date: Wed Feb 4 19:46:44 2015 New Revision: 378413 URL: https://svnweb.freebsd.org/changeset/ports/378413 QAT: https://qat.redports.org/buildarchive/r378413/ Log: - Update to 0.26.1 - Take maintainership - Update COMMENT and pkg-descr - Add DEBUG option Modified: head/net/pen/Makefile head/net/pen/distinfo head/net/pen/pkg-descr Modified: head/net/pen/Makefile ============================================================================== --- head/net/pen/Makefile Wed Feb 4 19:33:25 2015 (r378412) +++ head/net/pen/Makefile Wed Feb 4 19:46:44 2015 (r378413) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.25.1 +PORTVERSION= 0.26.1 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Load balancer for simple TCP based protocols +MAINTAINER= danilo@FreeBSD.org +COMMENT= Load balancer for UDP and TCP based protocols LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP @@ -25,7 +25,7 @@ PLIST_FILES= bin/mergelogs bin/pen bin/p man/man1/pen.1.gz man/man1/penctl.1.gz \ man/man1/penlog.1.gz man/man1/penlogd.1.gz -OPTIONS_DEFINE= DOCS KQUEUE +OPTIONS_DEFINE= DEBUG DOCS KQUEUE OPTIONS_DEFAULT=KQUEUE KQUEUE_DESC= Use kqueue backend @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WIT KQUEUE_CONFIGURE_ON= --with-kqueue KQUEUE_CONFIGURE_OFF= --with-poll +DEBUG_CONFIGURE_ENABLE= debugging post-patch: @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure Modified: head/net/pen/distinfo ============================================================================== --- head/net/pen/distinfo Wed Feb 4 19:33:25 2015 (r378412) +++ head/net/pen/distinfo Wed Feb 4 19:46:44 2015 (r378413) @@ -1,2 +1,2 @@ -SHA256 (pen-0.25.1.tar.gz) = 2dd9ca3b2f8057b9e59ddf07000a34649835ad23b45e6d34e8b9422d3dcb5270 -SIZE (pen-0.25.1.tar.gz) = 150231 +SHA256 (pen-0.26.1.tar.gz) = e8272f95075e0c198f5cc5d69291b9bc6d596ddc3a099cd5d4777c81c48c8905 +SIZE (pen-0.26.1.tar.gz) = 159567 Modified: head/net/pen/pkg-descr ============================================================================== --- head/net/pen/pkg-descr Wed Feb 4 19:33:25 2015 (r378412) +++ head/net/pen/pkg-descr Wed Feb 4 19:46:44 2015 (r378413) @@ -1,6 +1,7 @@ -This is pen, a load balancer for "simple" tcp based protocols such as http -or smtp. It allows several servers to appear as one to the outside and -automatically detects servers that are down and distributes clients among -the available servers. This gives high availability and scalable performance. +This is pen, a load balancer for udp and tcp based protocols such as +dns, http or smtp. It allows several servers to appear as one to the +outside and automatically detects servers that are down and distributes +clients among the available servers. This gives high availability and +scalable performance. WWW: http://siag.nu/pen/ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:09:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1E8ED8E; Wed, 4 Feb 2015 20:09:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD773DBE; Wed, 4 Feb 2015 20:09:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14K9iQo030515; Wed, 4 Feb 2015 20:09:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14K9iUn030513; Wed, 4 Feb 2015 20:09:44 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502042009.t14K9iUn030513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 4 Feb 2015 20:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378414 - in head/net/ntp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:09:44 -0000 Author: cy Date: Wed Feb 4 20:09:43 2015 New Revision: 378414 URL: https://svnweb.freebsd.org/changeset/ports/378414 QAT: https://qat.redports.org/buildarchive/r378414/ Log: Update 4.2.8 --> 4.2.8p1 Deleted: head/net/ntp/files/patch-ntpd__ntp_io.c Modified: head/net/ntp/Makefile head/net/ntp/distinfo Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Wed Feb 4 19:46:44 2015 (r378413) +++ head/net/ntp/Makefile Wed Feb 4 20:09:43 2015 (r378414) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8 -PORTREVISION= 3 +PORTVERSION= 4.2.8p1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -47,7 +46,7 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}4 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} # XXX Temporary hack. Remember to remove this next commit. post-extract: Modified: head/net/ntp/distinfo ============================================================================== --- head/net/ntp/distinfo Wed Feb 4 19:46:44 2015 (r378413) +++ head/net/ntp/distinfo Wed Feb 4 20:09:43 2015 (r378414) @@ -1,2 +1,2 @@ -SHA256 (ntp-4.2.8.tar.gz) = 2e920df8b6a5a410567a73767fa458c00c7f0acec3213e69ed0134414a50d8ee -SIZE (ntp-4.2.8.tar.gz) = 6750364 +SHA256 (ntp-4.2.8p1.tar.gz) = 948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88 +SIZE (ntp-4.2.8p1.tar.gz) = 6791852 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:38:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFF033F6; Wed, 4 Feb 2015 20:38:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB39A14E; Wed, 4 Feb 2015 20:38:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14KcVrw044728; Wed, 4 Feb 2015 20:38:31 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14KcVCA044726; Wed, 4 Feb 2015 20:38:31 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502042038.t14KcVCA044726@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 4 Feb 2015 20:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378415 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:38:32 -0000 Author: cy Date: Wed Feb 4 20:38:30 2015 New Revision: 378415 URL: https://svnweb.freebsd.org/changeset/ports/378415 QAT: https://qat.redports.org/buildarchive/r378415/ Log: Add the following KRB5 CVEs. CVE-2014-5352: gss_process_context_token() incorrectly frees context CVE-2014-9421: kadmind doubly frees partial deserialization results CVE-2014-9422: kadmind incorrectly validates server principal name CVE-2014-9423: libgssrpc server applications leak uninitialized bytes Security: CVE-2014-5352, CVE-2014-9421, CVE-2014-9422, CVE-2014-9423 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 4 20:09:43 2015 (r378414) +++ head/security/vuxml/vuln.xml Wed Feb 4 20:38:30 2015 (r378415) @@ -57,6 +57,62 @@ Notes: --> + + krb5 -- Vulnerabilities in kadmind, libgssrpc, gss_process_context_token VU#540092 + + + krb5 + 1.13_1 + + + krb5-112 + 1.12.2_1 + + + krb5-111 + 1.11.5_4 + + + + +

SO-AND-SO reports:

+
+

CVE-2014-5352: In the MIT krb5 libgssapi_krb5 library, after + gss_process_context_token() is used to process a valid context + deletion token, the caller is left with a security context handle + containing a dangling pointer. Further uses of this handle will + result in use-after-free and double-free memory access violations. + libgssrpc server applications such as kadmind are vulnerable as + they can be instructed to call gss_process_context_token().

+

CVE-2014-9421: If the MIT krb5 kadmind daemon receives invalid XDR + data from an authenticated user, it may perform use-after-free and + double-free memory access violations while cleaning up the partial + deserialization results. Other libgssrpc server applications may + also be vulnerable if they contain insufficiently defensive XDR + functions.

+

CVE-2014-9422: The MIT krb5 kadmind daemon incorrectly accepts + authentications to two-component server principals whose first + component is a left substring of "kadmin" or whose realm is a left + prefix of the default realm.

+

CVE-2014-9423: libgssrpc applications including kadmind output + four or eight bytes of uninitialized memory to the network as + part of an unused "handle" field in replies to clients.

+
+ +
+ + CVE-2014-5352 + CVE-2014-9421 + CVE-2014-9422 + CVE-2014-9423 + http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2015-001.txt + + + 2015-02-03 + 2015-02-04 + +
+ unzip -- out of boundary access issues in test_compr_eb From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:44:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8378959E; Wed, 4 Feb 2015 20:44:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EEEE279; Wed, 4 Feb 2015 20:44:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14KiNEE049063; Wed, 4 Feb 2015 20:44:23 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14KiMbJ049056; Wed, 4 Feb 2015 20:44:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201502042044.t14KiMbJ049056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 4 Feb 2015 20:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378416 - in head/security: . kstart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:44:23 -0000 Author: zi Date: Wed Feb 4 20:44:21 2015 New Revision: 378416 URL: https://svnweb.freebsd.org/changeset/ports/378416 QAT: https://qat.redports.org/buildarchive/r378416/ Log: New port: security/kstart: k5start is a modified version of kinit that can use keytabs to authenticate, can run as a daemon and wake up periodically to refresh a ticket, and can run single commands with their own authentication credentials and refresh those credentials until the command exits. It is commonly used to maintain Kerberos tickets for services that need to authenticate to minimize the amount of Kerberos-related logic that must be in the service itself. WWW: http://www.eyrie.org/~eagle/software/kstart/ Added: head/security/kstart/ head/security/kstart/Makefile (contents, props changed) head/security/kstart/distinfo (contents, props changed) head/security/kstart/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Feb 4 20:38:30 2015 (r378415) +++ head/security/Makefile Wed Feb 4 20:44:21 2015 (r378416) @@ -257,6 +257,7 @@ SUBDIR += krb5-112 SUBDIR += krb5-appl SUBDIR += kripp + SUBDIR += kstart SUBDIR += kwalletmanager SUBDIR += l0pht-watch SUBDIR += l0phtcrack Added: head/security/kstart/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/kstart/Makefile Wed Feb 4 20:44:21 2015 (r378416) @@ -0,0 +1,24 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= kstart +DISTVERSION= 4.1 +CATEGORIES= security +MASTER_SITES= http://archives.eyrie.org/software/kerberos/ + +MAINTAINER= zi@FreeBSD.org +COMMENT= Automated Kerberos ticket cache and keytab management utilities + +HAS_CONFIGURE= yes +PLIST_FILES= bin/k5start bin/krenew \ + man/man1/k5start.1.gz man/man1/krenew.1.gz + +do-install: + @${GZIP_CMD} ${WRKSRC}/k5start.1 + @${GZIP_CMD} ${WRKSRC}/krenew.1 + ${INSTALL_PROGRAM} ${WRKSRC}/k5start ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/krenew ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/k5start.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/krenew.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include Added: head/security/kstart/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/kstart/distinfo Wed Feb 4 20:44:21 2015 (r378416) @@ -0,0 +1,2 @@ +SHA256 (kstart-4.1.tar.gz) = ad1a71be149d56473319bf3b9bca83a60caa3af463d52c134e8f187103700224 +SIZE (kstart-4.1.tar.gz) = 269215 Added: head/security/kstart/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/kstart/pkg-descr Wed Feb 4 20:44:21 2015 (r378416) @@ -0,0 +1,10 @@ +k5start is a modified version of kinit that can use keytabs to authenticate, +can run as a daemon and wake up periodically to refresh a ticket, and can run +single commands with their own authentication credentials and refresh those +credentials until the command exits. + +It is commonly used to maintain Kerberos tickets for services that need to +authenticate to minimize the amount of Kerberos-related logic that must be +in the service itself. + +WWW: http://www.eyrie.org/~eagle/software/kstart/ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:47:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 409E46C8; Wed, 4 Feb 2015 20:47:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20FF929C; Wed, 4 Feb 2015 20:47:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Kl74E049609; Wed, 4 Feb 2015 20:47:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14Kl5JU049601; Wed, 4 Feb 2015 20:47:05 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502042047.t14Kl5JU049601@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 4 Feb 2015 20:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378417 - in head/security: krb5 krb5-111 krb5-112 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:47:07 -0000 Author: cy Date: Wed Feb 4 20:47:04 2015 New Revision: 378417 URL: https://svnweb.freebsd.org/changeset/ports/378417 QAT: https://qat.redports.org/buildarchive/r378417/ Log: Address: krb5 -- Vulnerabilities in kadmind, libgssrpc, gss_process_context_token VU#540092 CVE-2014-5352: gss_process_context_token() incorrectly frees context CVE-2014-9421: kadmind doubly frees partial deserialization results CVE-2014-9422: kadmind incorrectly validates server principal name CVE-2014-9423: libgssrpc server applications leak uninitialized bytes Security: VUXML: 24ce5597-acab-11e4-a847-206a8a720317 Security: MIT KRB5: VU#540092 Security: CVE-2014-5352, CVE-2014-9421, CVE-2014-9422, CVE-2014-9423 Modified: head/security/krb5-111/Makefile head/security/krb5-111/distinfo head/security/krb5-112/Makefile head/security/krb5-112/distinfo head/security/krb5/Makefile head/security/krb5/distinfo Modified: head/security/krb5-111/Makefile ============================================================================== --- head/security/krb5-111/Makefile Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5-111/Makefile Wed Feb 4 20:47:04 2015 (r378417) @@ -3,12 +3,13 @@ PORTNAME= krb5 PORTVERSION= 1.11.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -111 DISTNAME= krb5-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCHFILES= 2015-001-patch-r111.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 Modified: head/security/krb5-111/distinfo ============================================================================== --- head/security/krb5-111/distinfo Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5-111/distinfo Wed Feb 4 20:47:04 2015 (r378417) @@ -1,2 +1,4 @@ SHA256 (krb5-1.11.5-signed.tar) = d3cee29a50b510526fa692c7c23832df60d4d1cfa66de21e288a897bed6b98c2 SIZE (krb5-1.11.5-signed.tar) = 11714560 +SHA256 (2015-001-patch-r111.txt) = d7e1ac2abf76e546680d2789d11aaafe3119a13bbdcd1008b742efea016816e2 +SIZE (2015-001-patch-r111.txt) = 12128 Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5-112/Makefile Wed Feb 4 20:47:04 2015 (r378417) @@ -3,11 +3,13 @@ PORTNAME= krb5 PORTVERSION= 1.12.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -112 DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCHFILES= 2015-001-patch-r112.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 Modified: head/security/krb5-112/distinfo ============================================================================== --- head/security/krb5-112/distinfo Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5-112/distinfo Wed Feb 4 20:47:04 2015 (r378417) @@ -1,2 +1,4 @@ SHA256 (krb5-1.12.2-signed.tar) = 09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744 SIZE (krb5-1.12.2-signed.tar) = 11991040 +SHA256 (2015-001-patch-r112.txt) = 75d1d070293fef7faa2c5ffbe8de4afaefb95449564e7dd5da458588ba637449 +SIZE (2015-001-patch-r112.txt) = 12130 Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5/Makefile Wed Feb 4 20:47:04 2015 (r378417) @@ -3,10 +3,12 @@ PORTNAME= krb5 PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCHFILES= 2015-001-patch-r113.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 @@ -67,7 +69,13 @@ PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MREADLINE} +.if ${OSVERSION} >= 1100000 +# libtool has some gas with libreadline in 11-CURRENT. +BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline +LIB_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline +.else USES+= readline:port +.endif CONFIGURE_ARGS+= --with-readline .endif Modified: head/security/krb5/distinfo ============================================================================== --- head/security/krb5/distinfo Wed Feb 4 20:44:21 2015 (r378416) +++ head/security/krb5/distinfo Wed Feb 4 20:47:04 2015 (r378417) @@ -1,2 +1,4 @@ SHA256 (krb5-1.13-signed.tar) = dc8f79ae9ab777d0f815e84ed02ac4ccfe3d5826eb4947a195dfce9fd95a9582 SIZE (krb5-1.13-signed.tar) = 12083200 +SHA256 (2015-001-patch-r113.txt) = c41cb0dd88abb53543697a6e91832d6e0639a99a811c3092904eff03fa4b5ec6 +SIZE (2015-001-patch-r113.txt) = 12569 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:48:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A28DF7C5; Wed, 4 Feb 2015 20:48:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E31C2C1; Wed, 4 Feb 2015 20:48:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14KmY9G049903; Wed, 4 Feb 2015 20:48:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14KmYYg049901; Wed, 4 Feb 2015 20:48:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042048.t14KmYYg049901@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 20:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378418 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:48:34 -0000 Author: bapt Date: Wed Feb 4 20:48:33 2015 New Revision: 378418 URL: https://svnweb.freebsd.org/changeset/ports/378418 QAT: https://qat.redports.org/buildarchive/r378418/ Log: Update to 1.4.8 Changes: - Tons of resources leak plugged (thanks coverity) - Fix size calculation output - Fix 'pkg add -M -' - Update libucl to latest version - Improve documentation Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Feb 4 20:47:04 2015 (r378417) +++ head/ports-mgmt/pkg/Makefile Wed Feb 4 20:48:33 2015 (r378418) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.7 +DISTVERSION= 1.4.8 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Feb 4 20:47:04 2015 (r378417) +++ head/ports-mgmt/pkg/distinfo Wed Feb 4 20:48:33 2015 (r378418) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.7.tar.xz) = 14ab3c611c7b287e4c22cc4f84c3437ccae3537ea677dee981b8f739f822f958 -SIZE (pkg-1.4.7.tar.xz) = 1772652 +SHA256 (pkg-1.4.8.tar.xz) = f6b065ef9e67680ca532133aa5068e107b0b08ffc314205f38caec7f13bc21d7 +SIZE (pkg-1.4.8.tar.xz) = 1809680 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:51:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BD6E9A7; Wed, 4 Feb 2015 20:51:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C9A302; Wed, 4 Feb 2015 20:51:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Kp6Tu051446; Wed, 4 Feb 2015 20:51:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14Kp5I1051444; Wed, 4 Feb 2015 20:51:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042051.t14Kp5I1051444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 20:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378419 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:51:06 -0000 Author: bapt Date: Wed Feb 4 20:51:05 2015 New Revision: 378419 URL: https://svnweb.freebsd.org/changeset/ports/378419 QAT: https://qat.redports.org/buildarchive/r378419/ Log: Update to 1.4.99.8 Changes: - Tons of resources leak plugged (thanks coverity) - Fix size calculation output - Fix 'pkg add -M -' - Update libucl to latest version - Improve documentation - Make pkg create more verbose - Add -q|--quiet option to pkg create - Add a new pkg alias subcommand - Update sqlite to 3.8.8.2 - Update libucl to 0.7.2 Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Feb 4 20:48:33 2015 (r378418) +++ head/ports-mgmt/pkg-devel/Makefile Wed Feb 4 20:51:05 2015 (r378419) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.7 +DISTVERSION= 1.4.99.8 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Feb 4 20:48:33 2015 (r378418) +++ head/ports-mgmt/pkg-devel/distinfo Wed Feb 4 20:51:05 2015 (r378419) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.7.tar.xz) = 2d344f16e40de42e8d1aaa89ab8e106540ba800d7f5d9c7dde7b60ffcc100000 -SIZE (pkg-1.4.99.7.tar.xz) = 1878596 +SHA256 (pkg-1.4.99.8.tar.xz) = 2a98ae10d7e3de7fd94910d3dd8c681f5fd5af643bd957ebb6321061fe6678f5 +SIZE (pkg-1.4.99.8.tar.xz) = 1857732 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:55:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 692FCC1B; Wed, 4 Feb 2015 20:55:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B6E63D8; Wed, 4 Feb 2015 20:55:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14KtTCu054466; Wed, 4 Feb 2015 20:55:29 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14KtS1d054464; Wed, 4 Feb 2015 20:55:28 GMT (envelope-from rpaulo@FreeBSD.org) Message-Id: <201502042055.t14KtS1d054464@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rpaulo set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo Date: Wed, 4 Feb 2015 20:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378420 - head/devel/leiningen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:55:29 -0000 Author: rpaulo Date: Wed Feb 4 20:55:28 2015 New Revision: 378420 URL: https://svnweb.freebsd.org/changeset/ports/378420 QAT: https://qat.redports.org/buildarchive/r378420/ Log: Update leinigen to 2.5.1. The .jar file is now a .zip file but they are the same thing, so we just install it as a .jar file. ChangeLog: https://github.com/technomancy/leiningen/releases/tag/2.5.1 Differential Revision: https://reviews.freebsd.org/D1771 Reviewed by: bapt Approved by: bapt Modified: head/devel/leiningen/Makefile head/devel/leiningen/distinfo Modified: head/devel/leiningen/Makefile ============================================================================== --- head/devel/leiningen/Makefile Wed Feb 4 20:51:05 2015 (r378419) +++ head/devel/leiningen/Makefile Wed Feb 4 20:55:28 2015 (r378420) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= leiningen -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= devel lisp java MASTER_SITES= GITHUB:source1 \ https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:source2 DISTFILES= leiningen-${PORTVERSION}.tar.gz:source1 \ - leiningen-${PORTVERSION}-standalone.jar:source2 + leiningen-${PORTVERSION}-standalone.zip:source2 EXTRACT_ONLY= leiningen-${PORTVERSION}.tar.gz MAINTAINER= rpaulo@FreeBSD.org @@ -17,7 +17,7 @@ LICENSE= EPL USE_GITHUB= yes GH_ACCOUNT= technomancy GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= f1a8bd1 +GH_COMMIT= 7228d5a USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -35,6 +35,6 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/lein-pkg ${STAGEDIR}${PREFIX}/bin/lein - ${INSTALL_DATA} ${DISTDIR}/leiningen-${PORTVERSION}-standalone.jar ${STAGEDIR}${JAVAJARDIR}/leiningen.jar + ${INSTALL_DATA} ${DISTDIR}/leiningen-${PORTVERSION}-standalone.zip ${STAGEDIR}${JAVAJARDIR}/leiningen.jar .include Modified: head/devel/leiningen/distinfo ============================================================================== --- head/devel/leiningen/distinfo Wed Feb 4 20:51:05 2015 (r378419) +++ head/devel/leiningen/distinfo Wed Feb 4 20:55:28 2015 (r378420) @@ -1,4 +1,4 @@ -SHA256 (leiningen-2.5.0.tar.gz) = 55ff713f2ed15199fdd29fd87f76f2cb93ce308aa0483324edb1ca03e1db0f13 -SIZE (leiningen-2.5.0.tar.gz) = 671607 -SHA256 (leiningen-2.5.0-standalone.jar) = e96ee50fbfa5a4725e99baa6dcaed8874847323c917e6d870d5dab2433f6a739 -SIZE (leiningen-2.5.0-standalone.jar) = 14952359 +SHA256 (leiningen-2.5.1.tar.gz) = 93c28fa8f0c85415d264eeed0666cbe45b0ebe4f899b7d037d237ddc845581b4 +SIZE (leiningen-2.5.1.tar.gz) = 676356 +SHA256 (leiningen-2.5.1-standalone.zip) = b475c08f505f58f70839195a70a842dcd9b903b70d8447f45a3de06e0c1f34c7 +SIZE (leiningen-2.5.1-standalone.zip) = 15268189 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 20:58:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B71E7D4F; Wed, 4 Feb 2015 20:58:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 886025F0; Wed, 4 Feb 2015 20:58:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14KwYWE054979; Wed, 4 Feb 2015 20:58:34 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14KwXpQ054974; Wed, 4 Feb 2015 20:58:33 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502042058.t14KwXpQ054974@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 4 Feb 2015 20:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378421 - in head/net-im: tox toxic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 20:58:34 -0000 Author: thierry Date: Wed Feb 4 20:58:32 2015 New Revision: 378421 URL: https://svnweb.freebsd.org/changeset/ports/378421 QAT: https://qat.redports.org/buildarchive/r378421/ Log: Update to today's snapshots. Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo head/net-im/toxic/Makefile head/net-im/toxic/distinfo Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Wed Feb 4 20:55:28 2015 (r378420) +++ head/net-im/tox/Makefile Wed Feb 4 20:58:32 2015 (r378421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.150113 +PORTVERSION= 0.150204 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 5e1d6f5 +GH_COMMIT= e5644bb USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Wed Feb 4 20:55:28 2015 (r378420) +++ head/net-im/tox/distinfo Wed Feb 4 20:58:32 2015 (r378421) @@ -1,2 +1,2 @@ -SHA256 (toxcore-0.150113.tar.gz) = 6ef665921aa00945dc6265cd0bbfbbd71a45519f7645e411446461e469a7f72d -SIZE (toxcore-0.150113.tar.gz) = 349061 +SHA256 (toxcore-0.150204.tar.gz) = bf75eefa75eae6d981c90418ed8f6954675aa62df592f53745b4e9d2102eb39c +SIZE (toxcore-0.150204.tar.gz) = 351035 Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Wed Feb 4 20:55:28 2015 (r378420) +++ head/net-im/toxic/Makefile Wed Feb 4 20:58:32 2015 (r378421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.5.2.150114 +PORTVERSION= 0.5.2.150204 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 89f200e +GH_COMMIT= d714cda OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Wed Feb 4 20:55:28 2015 (r378420) +++ head/net-im/toxic/distinfo Wed Feb 4 20:58:32 2015 (r378421) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.5.2.150114.tar.gz) = 12d4ede685a523a2cb4e1cecb5de4f1b3ee7208d9ef578ea996eb12ae0dcc8f9 -SIZE (toxic-0.5.2.150114.tar.gz) = 1101854 +SHA256 (toxic-0.5.2.150204.tar.gz) = 60c56ad164bcc92c0518b72d621e7ef568f93ff9dac7937f3f703081a380708a +SIZE (toxic-0.5.2.150204.tar.gz) = 1101871 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 21:00:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AADA6FA6; Wed, 4 Feb 2015 21:00:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A07618; Wed, 4 Feb 2015 21:00:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14L0obt057490; Wed, 4 Feb 2015 21:00:50 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14L0olo057488; Wed, 4 Feb 2015 21:00:50 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502042100.t14L0olo057488@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 4 Feb 2015 21:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378422 - in head/net: ntp ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 21:00:50 -0000 Author: cy Date: Wed Feb 4 21:00:49 2015 New Revision: 378422 URL: https://svnweb.freebsd.org/changeset/ports/378422 QAT: https://qat.redports.org/buildarchive/r378422/ Log: Remove redundant DOCSDIR. Modified: head/net/ntp-devel/Makefile head/net/ntp/Makefile Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Wed Feb 4 20:58:32 2015 (r378421) +++ head/net/ntp-devel/Makefile Wed Feb 4 21:00:49 2015 (r378422) @@ -47,8 +47,6 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - # XXX Temporary hack. Remember to remove this next commit. post-extract: @/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Wed Feb 4 20:58:32 2015 (r378421) +++ head/net/ntp/Makefile Wed Feb 4 21:00:49 2015 (r378422) @@ -46,8 +46,6 @@ CONFIGURE_ARGS+= --enable-${D} .endif .endfor -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - # XXX Temporary hack. Remember to remove this next commit. post-extract: @/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 22:06:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FD5119E; Wed, 4 Feb 2015 22:06:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60CD5D65; Wed, 4 Feb 2015 22:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14M6wUP088182; Wed, 4 Feb 2015 22:06:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14M6wCh088181; Wed, 4 Feb 2015 22:06:58 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502042206.t14M6wCh088181@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 4 Feb 2015 22:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378423 - head/x11/pixman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 22:06:58 -0000 Author: kwm Date: Wed Feb 4 22:06:57 2015 New Revision: 378423 URL: https://svnweb.freebsd.org/changeset/ports/378423 QAT: https://qat.redports.org/buildarchive/r378423/ Log: Unfumble the patch to fix the build with clang 3.6. Noticed by: dim@ doing clang 3.6 tests. Modified: head/x11/pixman/files/patch-pixman_pixman-mmx.c Modified: head/x11/pixman/files/patch-pixman_pixman-mmx.c ============================================================================== --- head/x11/pixman/files/patch-pixman_pixman-mmx.c Wed Feb 4 21:00:49 2015 (r378422) +++ head/x11/pixman/files/patch-pixman_pixman-mmx.c Wed Feb 4 22:06:57 2015 (r378423) @@ -5,17 +5,14 @@ https://bugs.freebsd.org/bugzilla/show_b http://llvm.org/viewvc/llvm-project?view=revision&revision=225244 http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150112/121309.html ---- files/patch-pixman__pixman-mmx.c (revision 0) -+++ files/patch-pixman__pixman-mmx.c (working copy) -@@ -0,0 +1,11 @@ -+--- pixman/pixman-mmx.c.orig 2014-04-24 08:34:14.000000000 +0400 -++++ pixman/pixman-mmx.c 2015-01-30 20:19:28.000000000 +0300 -+@@ -89,7 +89,7 @@ -+ return __A; -+ } -+ -+-# ifdef __OPTIMIZE__ -++# if defined(__OPTIMIZE__) && !(defined (__clang__) && defined(__clang_major__) && defined(__clang_minor__) && __clang_major__ == 3 && __clang_minor__ >= 6) -+ extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__)) -+ _mm_shuffle_pi16 (__m64 __A, int8_t const __N) -+ { +--- pixman/pixman-mmx.c.orig 2014-04-24 08:34:14.000000000 +0400 ++++ pixman/pixman-mmx.c 2015-01-30 20:19:28.000000000 +0300 +@@ -89,7 +89,7 @@ + return __A; + } + +-# ifdef __OPTIMIZE__ ++# if defined(__OPTIMIZE__) && !(defined (__clang__) && defined(__clang_major__) && defined(__clang_minor__) && __clang_major__ == 3 && __clang_minor__ >= 6) + extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__)) + _mm_shuffle_pi16 (__m64 __A, int8_t const __N) + { From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 22:11:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 961B638D; Wed, 4 Feb 2015 22:11:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 818A7DA6; Wed, 4 Feb 2015 22:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14MBKuv091409; Wed, 4 Feb 2015 22:11:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14MBKwj091408; Wed, 4 Feb 2015 22:11:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502042211.t14MBKwj091408@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 4 Feb 2015 22:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378424 - head/graphics/py-gimp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 22:11:20 -0000 Author: kwm Date: Wed Feb 4 22:11:19 2015 New Revision: 378424 URL: https://svnweb.freebsd.org/changeset/ports/378424 QAT: https://qat.redports.org/buildarchive/r378424/ Log: Limit python version to 2.x. because pygtk is python 2 only. Modified: head/graphics/py-gimp/Makefile Modified: head/graphics/py-gimp/Makefile ============================================================================== --- head/graphics/py-gimp/Makefile Wed Feb 4 22:06:57 2015 (r378423) +++ head/graphics/py-gimp/Makefile Wed Feb 4 22:11:19 2015 (r378424) @@ -12,7 +12,7 @@ COMMENT= GIMP python plugin GIMP_SLAVE= pygimp -USES= python +USES= python:2 USE_GNOME= pygtk2 CONFIGURE_ARGS= --enable-python From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 22:38:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C2E8A3E; Wed, 4 Feb 2015 22:38:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D9D112A; Wed, 4 Feb 2015 22:38:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Mc15r003155; Wed, 4 Feb 2015 22:38:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14Mc12W003148; Wed, 4 Feb 2015 22:38:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042238.t14Mc12W003148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 22:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378425 - in head/ports-mgmt: pkg pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 22:38:02 -0000 Author: bapt Date: Wed Feb 4 22:38:00 2015 New Revision: 378425 URL: https://svnweb.freebsd.org/changeset/ports/378425 QAT: https://qat.redports.org/buildarchive/r378425/ Log: Update pkg to 1.4.9 Update pkg-devel to 1.4.99.9 Changes: - Fix regression introduced in 1.4.8 [1] - Document pkg set -n - add pkg alias Reported by: mandree [1] Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Feb 4 22:11:19 2015 (r378424) +++ head/ports-mgmt/pkg-devel/Makefile Wed Feb 4 22:38:00 2015 (r378425) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.8 +DISTVERSION= 1.4.99.9 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Feb 4 22:11:19 2015 (r378424) +++ head/ports-mgmt/pkg-devel/distinfo Wed Feb 4 22:38:00 2015 (r378425) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.8.tar.xz) = 2a98ae10d7e3de7fd94910d3dd8c681f5fd5af643bd957ebb6321061fe6678f5 -SIZE (pkg-1.4.99.8.tar.xz) = 1857732 +SHA256 (pkg-1.4.99.9.tar.xz) = 6aee8dc9e8980d07a0e2b18e4fa35aefe089ad8cc2029bd828f4700cb717f623 +SIZE (pkg-1.4.99.9.tar.xz) = 1856452 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Feb 4 22:11:19 2015 (r378424) +++ head/ports-mgmt/pkg/Makefile Wed Feb 4 22:38:00 2015 (r378425) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.8 +DISTVERSION= 1.4.9 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Feb 4 22:11:19 2015 (r378424) +++ head/ports-mgmt/pkg/distinfo Wed Feb 4 22:38:00 2015 (r378425) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.8.tar.xz) = f6b065ef9e67680ca532133aa5068e107b0b08ffc314205f38caec7f13bc21d7 -SIZE (pkg-1.4.8.tar.xz) = 1809680 +SHA256 (pkg-1.4.9.tar.xz) = fe5716b88aa4bea0a692d2f0c20cdfe7d51fb3cb33dff2feebd4627d952b9586 +SIZE (pkg-1.4.9.tar.xz) = 1824660 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 22:39:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D648EB37; Wed, 4 Feb 2015 22:39:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16ED13C; Wed, 4 Feb 2015 22:39:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14MdsZZ003502; Wed, 4 Feb 2015 22:39:54 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14MdsgD003500; Wed, 4 Feb 2015 22:39:54 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502042239.t14MdsgD003500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 4 Feb 2015 22:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378426 - head/devel/py-watchdog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 22:39:54 -0000 Author: nivit Date: Wed Feb 4 22:39:53 2015 New Revision: 378426 URL: https://svnweb.freebsd.org/changeset/ports/378426 QAT: https://qat.redports.org/buildarchive/r378426/ Log: - Update to 0.8.2 - Sort USE_PYTHON values Modified: head/devel/py-watchdog/Makefile head/devel/py-watchdog/distinfo Modified: head/devel/py-watchdog/Makefile ============================================================================== --- head/devel/py-watchdog/Makefile Wed Feb 4 22:38:00 2015 (r378425) +++ head/devel/py-watchdog/Makefile Wed Feb 4 22:39:53 2015 (r378426) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= watchdog -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 PORTREVISION= 0 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ DOCS_BUILD_DEPENDS= ${PKGNAMEPREFIX}path DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GH_ACCOUNT= gorakhargosh -GH_COMMIT= 93ff1da +GH_COMMIT= aec1529 GH_TAGNAME= v${PORTVERSION} OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -30,7 +30,7 @@ PORTDOCS= * USE_GITHUB= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-watchdog/distinfo ============================================================================== --- head/devel/py-watchdog/distinfo Wed Feb 4 22:38:00 2015 (r378425) +++ head/devel/py-watchdog/distinfo Wed Feb 4 22:39:53 2015 (r378426) @@ -1,2 +1,2 @@ -SHA256 (watchdog-0.8.0.tar.gz) = 4222d60820a9ad09e1b564fbaf72f742eb01f7391f01dd68094e977920b42181 -SIZE (watchdog-0.8.0.tar.gz) = 93327 +SHA256 (watchdog-0.8.2.tar.gz) = 0e4a1528525419786fc9a524c99cb57ff1b385861bfa9dd7ab9749e213c1db1e +SIZE (watchdog-0.8.2.tar.gz) = 94241 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:26:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9692A3C5; Wed, 4 Feb 2015 23:26:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67A7B901; Wed, 4 Feb 2015 23:26:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NQTNx026473; Wed, 4 Feb 2015 23:26:29 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NQSAG026470; Wed, 4 Feb 2015 23:26:29 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201502042326.t14NQSAG026470@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 4 Feb 2015 23:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378427 - in head/security/kstart: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:26:29 -0000 Author: zi Date: Wed Feb 4 23:26:28 2015 New Revision: 378427 URL: https://svnweb.freebsd.org/changeset/ports/378427 QAT: https://qat.redports.org/buildarchive/r378427/ Log: - Add rc script w/multi-instance support - Bump PORTREVISION Added: head/security/kstart/files/ head/security/kstart/files/kstart.in (contents, props changed) Modified: head/security/kstart/Makefile Modified: head/security/kstart/Makefile ============================================================================== --- head/security/kstart/Makefile Wed Feb 4 22:39:53 2015 (r378426) +++ head/security/kstart/Makefile Wed Feb 4 23:26:28 2015 (r378427) @@ -3,12 +3,14 @@ PORTNAME= kstart DISTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ MAINTAINER= zi@FreeBSD.org COMMENT= Automated Kerberos ticket cache and keytab management utilities +USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes PLIST_FILES= bin/k5start bin/krenew \ man/man1/k5start.1.gz man/man1/krenew.1.gz Added: head/security/kstart/files/kstart.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/kstart/files/kstart.in Wed Feb 4 23:26:28 2015 (r378427) @@ -0,0 +1,60 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: kstart +# REQUIRE: DAEMON LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable kstart: +# kstart_enable (bool): Set to YES to enable kstart +# Default: NO +# kstart_flags (str): Extra flags passed to kstart +# Default: -LUFK 120 +# kstart_keytab (str): Default keytab file to use +# Default: /etc/krb5.keytab +# +# To enable multi-instance support, use: +# kstart_instances="name1 name2" +# kstart_name1_keytab="/path/to/keytab" + + +. /etc/rc.subr + +name="kstart" +rcvar=kstart_enable + +command="%%PREFIX%%/bin/k5start" +pidfile="/var/run/kstart.pid" + +load_rc_config $name + +[ -z "$kstart_enable" ] && kstart_enable="NO" +[ -z "$kstart_keytab" ] && kstart_keytab="/etc/krb5.keytab" +[ -z "$kstart_flags" ] && kstart_flags="-LUFK 120" + +if [ -n "$kstart_instances" ]; then + _1=$1 + if [ $# -gt 1 ]; then shift; kstart_instances=$*; fi + kstart_keytab="" + kstart_flags="" + rc=0 + for i in ${kstart_instances}; do + eval _keytab=\$kstart_${i}_keytab + if [ -z "$_keytab" ]; then + _keytab="/etc/krb5.keytab" + fi + eval _flags=\$kstart_${i}_flags + if [ -z "$_flags" ]; then + _flags="-LUFK 120" + fi + eval pidfile="/var/run/kstart_${i}.pid" + command_args="-bf $_keytab $_flags -p $pidfile" + run_rc_command "$_1" + if [ $? -ne 0 ]; then rc=1; fi + unset _pidcmd _rc_restart_done + done + exit $rc +else + command_args="-bf $kstart_keytab $kstart_flags -p $pidfile" + run_rc_command "$1" +fi From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:29:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D28E4CB; Wed, 4 Feb 2015 23:29:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78C2E919; Wed, 4 Feb 2015 23:29:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NTgTr026926; Wed, 4 Feb 2015 23:29:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NTgT7026921; Wed, 4 Feb 2015 23:29:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042329.t14NTgT7026921@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378428 - head/graphics/gimp-manual-html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:29:42 -0000 Author: bapt Date: Wed Feb 4 23:29:41 2015 New Revision: 378428 URL: https://svnweb.freebsd.org/changeset/ports/378428 QAT: https://qat.redports.org/buildarchive/r378428/ Log: Cleanup plist Modified: head/graphics/gimp-manual-html/pkg-plist_HTML head/graphics/gimp-manual-html/pkg-plist_PDF Modified: head/graphics/gimp-manual-html/pkg-plist_HTML ============================================================================== --- head/graphics/gimp-manual-html/pkg-plist_HTML Wed Feb 4 23:26:28 2015 (r378427) +++ head/graphics/gimp-manual-html/pkg-plist_HTML Wed Feb 4 23:29:41 2015 (r378428) @@ -1109,10 +1109,3 @@ share/doc/gimp/GUMC/images/quadlogo.gif share/doc/gimp/GUMC/index.html share/doc/gimp/GUMC/standard.css share/doc/gimp/README_NOW -@dirrm share/doc/gimp/GUMC/images -@dirrm share/doc/gimp/GUMC -@dirrm share/doc/gimp/GUM/images/.xvpics -@dirrm share/doc/gimp/GUM/images -@dirrm share/doc/gimp/GUM/wwhgifs -@dirrm share/doc/gimp/GUM -@dirrm share/doc/gimp Modified: head/graphics/gimp-manual-html/pkg-plist_PDF ============================================================================== --- head/graphics/gimp-manual-html/pkg-plist_PDF Wed Feb 4 23:26:28 2015 (r378427) +++ head/graphics/gimp-manual-html/pkg-plist_PDF Wed Feb 4 23:29:41 2015 (r378428) @@ -1,3 +1,2 @@ share/doc/gimp/GimpUsersManual_SecondEdition-PDF_Color.pdf share/doc/gimp/GimpUsersManual_SecondEdition-PDF.pdf -@dirrm share/doc/gimp From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:31:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9FB85CD; Wed, 4 Feb 2015 23:31:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D554D9B8; Wed, 4 Feb 2015 23:31:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NVbcI030275; Wed, 4 Feb 2015 23:31:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NVbmx030274; Wed, 4 Feb 2015 23:31:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042331.t14NVbmx030274@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378429 - head/graphics/frei0r X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:31:38 -0000 Author: bapt Date: Wed Feb 4 23:31:36 2015 New Revision: 378429 URL: https://svnweb.freebsd.org/changeset/ports/378429 QAT: https://qat.redports.org/buildarchive/r378429/ Log: Cleanup plist Modified: head/graphics/frei0r/Makefile Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Wed Feb 4 23:29:41 2015 (r378428) +++ head/graphics/frei0r/Makefile Wed Feb 4 23:31:36 2015 (r378429) @@ -65,7 +65,6 @@ BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET+= ${FILE}.la PLIST_FILES+= lib/frei0r-1/${FILE}.so . endfor -PLIST_FILES+= "@dirrmtry lib/frei0r-1" .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:40:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3909712; Wed, 4 Feb 2015 23:40:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF3B5A85; Wed, 4 Feb 2015 23:40:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Ne7be032513; Wed, 4 Feb 2015 23:40:07 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14Ne7H4032512; Wed, 4 Feb 2015 23:40:07 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042340.t14Ne7H4032512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378430 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:40:07 -0000 Author: bapt Date: Wed Feb 4 23:40:06 2015 New Revision: 378430 URL: https://svnweb.freebsd.org/changeset/ports/378430 QAT: https://qat.redports.org/buildarchive/r378430/ Log: Remove @dirrm entries Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Feb 4 23:31:36 2015 (r378429) +++ head/devel/binutils/Makefile Wed Feb 4 23:40:06 2015 (r378430) @@ -80,8 +80,6 @@ post-install: .endif @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \ ${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} -type d | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} ${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h ${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h .else From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:41:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7492F800; Wed, 4 Feb 2015 23:41:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FAD0A93; Wed, 4 Feb 2015 23:41:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NfAcN035448; Wed, 4 Feb 2015 23:41:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NfASg035447; Wed, 4 Feb 2015 23:41:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042341.t14NfASg035447@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378431 - head/devel/bmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:41:10 -0000 Author: bapt Date: Wed Feb 4 23:41:09 2015 New Revision: 378431 URL: https://svnweb.freebsd.org/changeset/ports/378431 QAT: https://qat.redports.org/buildarchive/r378431/ Log: Remove now unneeded @dirrm Modified: head/devel/bmake/Makefile Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Wed Feb 4 23:40:06 2015 (r378430) +++ head/devel/bmake/Makefile Wed Feb 4 23:41:09 2015 (r378431) @@ -35,11 +35,6 @@ do-install: ${FIND} share/mk -type f -o -type l \ | ${SORT} \ >${WRKDIR}/PLIST.share-mk - cd ${STAGEDIR}${PREFIX} ; \ - ${FIND} share/mk -type d \ - | ${SORT} -r \ - | ${SED} -e 's/^/@dirrmtry /; ${PLIST_REINPLACE_DIRRMTRY}' \ - >>${WRKDIR}/PLIST.share-mk ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.share-mk" >> ${WRKDIR}/ex.script ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:43:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69CAC915; Wed, 4 Feb 2015 23:43:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55A8BAAD; Wed, 4 Feb 2015 23:43:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NhBG5035763; Wed, 4 Feb 2015 23:43:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NhB63035762; Wed, 4 Feb 2015 23:43:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042343.t14NhB63035762@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378432 - head/devel/cppunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:43:11 -0000 Author: bapt Date: Wed Feb 4 23:43:10 2015 New Revision: 378432 URL: https://svnweb.freebsd.org/changeset/ports/378432 QAT: https://qat.redports.org/buildarchive/r378432/ Log: Remove directories Modified: head/devel/cppunit/Makefile Modified: head/devel/cppunit/Makefile ============================================================================== --- head/devel/cppunit/Makefile Wed Feb 4 23:41:09 2015 (r378431) +++ head/devel/cppunit/Makefile Wed Feb 4 23:43:10 2015 (r378432) @@ -35,8 +35,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKSRC}/doc/html -not -type d \ | ${SED} 's,^${WRKSRC}/doc/html,${DOCSDIR_REL},' >> ${TMPPLIST} - ${FIND} ${STAGEDIR}${PREFIX}/include/cppunit -type d | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} ${INSTALL_MAN} ${WRKSRC}/doc/FAQ ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:44:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79F2B9F8; Wed, 4 Feb 2015 23:44:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65676AB5; Wed, 4 Feb 2015 23:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NigqL036045; Wed, 4 Feb 2015 23:44:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NigcF036044; Wed, 4 Feb 2015 23:44:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042344.t14NigcF036044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378433 - head/devel/jline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:44:42 -0000 Author: bapt Date: Wed Feb 4 23:44:41 2015 New Revision: 378433 URL: https://svnweb.freebsd.org/changeset/ports/378433 QAT: https://qat.redports.org/buildarchive/r378433/ Log: Cleanup @dirrm Modified: head/devel/jline/Makefile Modified: head/devel/jline/Makefile ============================================================================== --- head/devel/jline/Makefile Wed Feb 4 23:43:10 2015 (r378432) +++ head/devel/jline/Makefile Wed Feb 4 23:44:41 2015 (r378433) @@ -52,9 +52,6 @@ plist: ${FIND} ./apidocs ./examples -type f | ${SORT}; \ ${ECHO_CMD} "./examples/JLineCompleter.py"; \ ${ECHO_CMD} "./examples/jython.sh"; \ - ${FIND} ./apidocs ./examples -type d | ${SORT} -r \ - | ${SED} -e 's/^/@dirrm /'; \ - ${ECHO_CMD} "@dirrm %%DOCSDIR%%" ; \ ) | ${SED} -e 's/\.\//%%DOCSDIR%%\//' -e 's/^/%%PORTDOCS%%/' >>${PLIST} .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:48:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3806B06; Wed, 4 Feb 2015 23:48:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFB4EAD3; Wed, 4 Feb 2015 23:48:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14Nm49k036561; Wed, 4 Feb 2015 23:48:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14Nm4cM036560; Wed, 4 Feb 2015 23:48:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042348.t14Nm4cM036560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378434 - head/devel/libchipcard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:48:05 -0000 Author: bapt Date: Wed Feb 4 23:48:03 2015 New Revision: 378434 URL: https://svnweb.freebsd.org/changeset/ports/378434 QAT: https://qat.redports.org/buildarchive/r378434/ Log: Strip binaries, remove @dirrm Modified: head/devel/libchipcard/Makefile Modified: head/devel/libchipcard/Makefile ============================================================================== --- head/devel/libchipcard/Makefile Wed Feb 4 23:44:41 2015 (r378433) +++ head/devel/libchipcard/Makefile Wed Feb 4 23:48:03 2015 (r378434) @@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--enable-release="yes" \ --with-pcsc-libs=${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" USE_LDCONFIG= yes @@ -60,8 +61,6 @@ post-install: ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} - @${FIND} -P -d ${STAGEDIR}${DOCSDIR} -type d 2>/dev/null | \ - ${SED} -ne 's|^${STAGEDIR}${PREFIX}/|@dirrm |p' >> ${TMPPLIST} .endif .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:49:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D70A6BEB; Wed, 4 Feb 2015 23:49:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2881ADC; Wed, 4 Feb 2015 23:49:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NnUT0036830; Wed, 4 Feb 2015 23:49:30 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NnUHs036828; Wed, 4 Feb 2015 23:49:30 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502042349.t14NnUHs036828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 4 Feb 2015 23:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378435 - head/sysutils/acpica-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:49:30 -0000 Author: jkim Date: Wed Feb 4 23:49:29 2015 New Revision: 378435 URL: https://svnweb.freebsd.org/changeset/ports/378435 QAT: https://qat.redports.org/buildarchive/r378435/ Log: Update to 20150204. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Wed Feb 4 23:48:03 2015 (r378434) +++ head/sysutils/acpica-tools/Makefile Wed Feb 4 23:49:29 2015 (r378435) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20141107 +PORTVERSION= 20150204 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Wed Feb 4 23:48:03 2015 (r378434) +++ head/sysutils/acpica-tools/distinfo Wed Feb 4 23:49:29 2015 (r378435) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20141107.tar.gz) = 244b95dea4131883cd07b486a54b4b11028f279cf35adbd27d2d87451e6870b4 -SIZE (acpica-unix2-20141107.tar.gz) = 1333062 +SHA256 (acpica-unix2-20150204.tar.gz) = 78a02606c2c771c3b704efb726d6f5c4b2202693e2f58b1e71499f3a19718508 +SIZE (acpica-unix2-20150204.tar.gz) = 1334668 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 23:54:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 809DAD9A; Wed, 4 Feb 2015 23:54:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C388BA8; Wed, 4 Feb 2015 23:54:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14NsIuk040898; Wed, 4 Feb 2015 23:54:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14NsI2F040897; Wed, 4 Feb 2015 23:54:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502042354.t14NsI2F040897@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 4 Feb 2015 23:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378436 - head/devel/log4cxx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:54:18 -0000 Author: bapt Date: Wed Feb 4 23:54:17 2015 New Revision: 378436 URL: https://svnweb.freebsd.org/changeset/ports/378436 QAT: https://qat.redports.org/buildarchive/r378436/ Log: Cleanup plist Modified: head/devel/log4cxx/Makefile Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Wed Feb 4 23:49:29 2015 (r378435) +++ head/devel/log4cxx/Makefile Wed Feb 4 23:54:17 2015 (r378436) @@ -39,9 +39,7 @@ post-configure: post-install: .if ${PORT_OPTIONS:MDOXYGEN} @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} -type d | ${SORT} -r | \ - ${SED} 's|^|@dirrm |' >> ${TMPPLIST} + ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} .endif .include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 02:11:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8A34C83; Thu, 5 Feb 2015 02:11:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94D91DC6; Thu, 5 Feb 2015 02:11:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t152BXLU005107; Thu, 5 Feb 2015 02:11:33 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t152BXIr005105; Thu, 5 Feb 2015 02:11:33 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502050211.t152BXIr005105@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Feb 2015 02:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378437 - head/devel/p5-Class-Gomor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 02:11:33 -0000 Author: vanilla Date: Thu Feb 5 02:11:32 2015 New Revision: 378437 URL: https://svnweb.freebsd.org/changeset/ports/378437 QAT: https://qat.redports.org/buildarchive/r378437/ Log: Upgrade to 1.03. PR: 197281 Submitted by: maintainer Modified: head/devel/p5-Class-Gomor/Makefile head/devel/p5-Class-Gomor/distinfo Modified: head/devel/p5-Class-Gomor/Makefile ============================================================================== --- head/devel/p5-Class-Gomor/Makefile Wed Feb 4 23:54:17 2015 (r378436) +++ head/devel/p5-Class-Gomor/Makefile Thu Feb 5 02:11:32 2015 (r378437) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Gomor -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Class-Gomor/distinfo ============================================================================== --- head/devel/p5-Class-Gomor/distinfo Wed Feb 4 23:54:17 2015 (r378436) +++ head/devel/p5-Class-Gomor/distinfo Thu Feb 5 02:11:32 2015 (r378437) @@ -1,2 +1,2 @@ -SHA256 (Class-Gomor-1.02.tar.gz) = f67476f9d2d8f6d3a0d769ba1687d8b5aad77ee0f85210efb8602a2b470a533c -SIZE (Class-Gomor-1.02.tar.gz) = 9190 +SHA256 (Class-Gomor-1.03.tar.gz) = 47db3cea9ce9ffa98bf9c74557fd32cf700791ab537020c958ac30b4a9ff200b +SIZE (Class-Gomor-1.03.tar.gz) = 11710 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 02:20:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24C31EBE; Thu, 5 Feb 2015 02:20:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10ADAE23; Thu, 5 Feb 2015 02:20:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t152KO0O009272; Thu, 5 Feb 2015 02:20:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t152KOjP009265; Thu, 5 Feb 2015 02:20:24 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502050220.t152KOjP009265@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Feb 2015 02:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378438 - head/net/p5-Net-Frame-Layer-ICMPv6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 02:20:25 -0000 Author: vanilla Date: Thu Feb 5 02:20:23 2015 New Revision: 378438 URL: https://svnweb.freebsd.org/changeset/ports/378438 QAT: https://qat.redports.org/buildarchive/r378438/ Log: Upgrade to 1.09. PR: 197282 Submitted by: maintainer Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile head/net/p5-Net-Frame-Layer-ICMPv6/distinfo Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Thu Feb 5 02:11:32 2015 (r378437) +++ head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Thu Feb 5 02:20:23 2015 (r378438) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Layer-ICMPv6 -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.09 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Frame-Layer-ICMPv6/distinfo ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/distinfo Thu Feb 5 02:11:32 2015 (r378437) +++ head/net/p5-Net-Frame-Layer-ICMPv6/distinfo Thu Feb 5 02:20:23 2015 (r378438) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Layer-ICMPv6-1.08.tar.gz) = 40af10b44ff39ddf8c7ffe156ddc45ce6ee25d3ec20696e4357d76b3e259dbdb -SIZE (Net-Frame-Layer-ICMPv6-1.08.tar.gz) = 13387 +SHA256 (Net-Frame-Layer-ICMPv6-1.09.tar.gz) = 4e27d68260937fe215629b4e8aab0a6dc92c3606e51f351809a67030d6cb2dac +SIZE (Net-Frame-Layer-ICMPv6-1.09.tar.gz) = 13551 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 02:22:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C35D70; Thu, 5 Feb 2015 02:22:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389F4EC7; Thu, 5 Feb 2015 02:22:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t152MniE011998; Thu, 5 Feb 2015 02:22:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t152MmJ6011996; Thu, 5 Feb 2015 02:22:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502050222.t152MmJ6011996@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Feb 2015 02:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378439 - head/net/p5-Net-Frame-Layer-IPv6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 02:22:49 -0000 Author: vanilla Date: Thu Feb 5 02:22:48 2015 New Revision: 378439 URL: https://svnweb.freebsd.org/changeset/ports/378439 QAT: https://qat.redports.org/buildarchive/r378439/ Log: Upgrade to 1.07 PR: 197283 Submitted by: maintainer Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile head/net/p5-Net-Frame-Layer-IPv6/distinfo Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/Makefile Thu Feb 5 02:20:23 2015 (r378438) +++ head/net/p5-Net-Frame-Layer-IPv6/Makefile Thu Feb 5 02:22:48 2015 (r378439) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Layer-IPv6 -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.07 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Frame-Layer-IPv6/distinfo ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/distinfo Thu Feb 5 02:20:23 2015 (r378438) +++ head/net/p5-Net-Frame-Layer-IPv6/distinfo Thu Feb 5 02:22:48 2015 (r378439) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Layer-IPv6-1.05.tar.gz) = c50416d1d8cae406f0a03effc7d07a666d5fca3c728c7f38ed21c4aaeb8c0fd0 -SIZE (Net-Frame-Layer-IPv6-1.05.tar.gz) = 14131 +SHA256 (Net-Frame-Layer-IPv6-1.07.tar.gz) = be54247a731ee13407b51fcf766ecddc67841927c8ecef7a1bae13f8c30e7e52 +SIZE (Net-Frame-Layer-IPv6-1.07.tar.gz) = 17726 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 03:13:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C04E90F; Thu, 5 Feb 2015 03:13:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77D46791; Thu, 5 Feb 2015 03:13:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t153D62K036016; Thu, 5 Feb 2015 03:13:06 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t153D6iU036015; Thu, 5 Feb 2015 03:13:06 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201502050313.t153D6iU036015@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 5 Feb 2015 03:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378440 - head/java/openjdk8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 03:13:06 -0000 Author: glewis Date: Thu Feb 5 03:13:05 2015 New Revision: 378440 URL: https://svnweb.freebsd.org/changeset/ports/378440 QAT: https://qat.redports.org/buildarchive/r378440/ Log: . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation not to treat warnings as errors. Reported by: mat@ Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Thu Feb 5 02:22:48 2015 (r378439) +++ head/java/openjdk8/Makefile Thu Feb 5 03:13:05 2015 (r378440) @@ -55,6 +55,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= LANG="C" LC_ALL="C" MAKE_ENV+= CLASSPATH="" JAVA_HOME="" LD_LIBRARY_PATH="" MAKEFLAGS="" MAKE_ENV+= IGNORE_OLD_CONFIG=true +MAKE_ENV+= COMPILER_WARNINGS_FATAL="false" JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-normal-server-${JDK_BUILD_TYPE} .if !defined(BUILD_JRE) From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 03:39:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47732C3D; Thu, 5 Feb 2015 03:39:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3200B966; Thu, 5 Feb 2015 03:39:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t153dHXV046133; Thu, 5 Feb 2015 03:39:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t153dEpe046120; Thu, 5 Feb 2015 03:39:14 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502050339.t153dEpe046120@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Feb 2015 03:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378441 - in head/security: krb5 krb5-111 krb5-111/files krb5-112 krb5-112/files krb5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 03:39:17 -0000 Author: cy Date: Thu Feb 5 03:39:14 2015 New Revision: 378441 URL: https://svnweb.freebsd.org/changeset/ports/378441 QAT: https://qat.redports.org/buildarchive/r378441/ Log: Correct various packaging issues: - Libraries are not installed stripped; - pkgconfig files should be installed to libdata; - Use of deprecated @dirrm[try] PR: PR/197338 Submitted by: delphij Modified: head/security/krb5-111/Makefile head/security/krb5-111/files/patch-config__pre.in head/security/krb5-111/pkg-plist head/security/krb5-112/Makefile head/security/krb5-112/files/patch-config__pre.in head/security/krb5-112/pkg-plist head/security/krb5/Makefile head/security/krb5/files/patch-config__pre.in head/security/krb5/pkg-plist Modified: head/security/krb5-111/Makefile ============================================================================== --- head/security/krb5-111/Makefile Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-111/Makefile Thu Feb 5 03:39:14 2015 (r378441) @@ -9,10 +9,10 @@ MASTER_SITES= http://web.mit.edu/kerber PKGNAMESUFFIX= -111 DISTNAME= krb5-${PORTVERSION}-signed EXTRACT_SUFX= .tar -PATCHFILES= 2015-001-patch-r111.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 +PATCHFILES= 2015-001-patch-r111.txt MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV @@ -31,8 +31,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes CONFIGURE_ARGS?= --without-system-verto -CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" -MAKE_ARGS= INSTALL="${INSTALL}" +CONFIGURE_ENV= NSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" +MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML @@ -112,15 +112,15 @@ post-install: .endif .if ${PORT_OPTIONS:MKRB5_PDF} for i in $${pdf_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MKRB5_HTML} for i in $${html_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif - ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} + ${ECHO_CMD} @dir share/doc/krb5 >> ${TMPPLIST} @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" Modified: head/security/krb5-111/files/patch-config__pre.in ============================================================================== --- head/security/krb5-111/files/patch-config__pre.in Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-111/files/patch-config__pre.in Thu Feb 5 03:39:14 2015 (r378441) @@ -1,11 +1,14 @@ ---- config/pre.in.orig Fri Nov 19 13:47:51 2004 -+++ config/pre.in Thu Jan 27 17:43:12 2005 -@@ -177,7 +177,7 @@ +--- config/pre.in.orig 2014-01-21 14:11:14.000000000 -0800 ++++ config/pre.in 2015-02-04 19:32:45.595399595 -0800 +@@ -182,9 +182,9 @@ INSTALL=@INSTALL@ INSTALL_STRIP= INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) -INSTALL_SCRIPT=@INSTALL_PROGRAM@ +INSTALL_SCRIPT=@INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ - INSTALL_SHLIB=@INSTALL_SHLIB@ +-INSTALL_SHLIB=@INSTALL_SHLIB@ ++INSTALL_SHLIB=$(INSTALL_LIB) INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root + ## This is needed because autoconf will sometimes define @exec_prefix@ to be + ## ${prefix}. Modified: head/security/krb5-111/pkg-plist ============================================================================== --- head/security/krb5-111/pkg-plist Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-111/pkg-plist Thu Feb 5 03:39:14 2015 (r378441) @@ -147,21 +147,6 @@ share/examples/krb5/krb5.conf share/examples/krb5/services.append share/gnats/mit share/locale/en_US/LC_MESSAGES/mit-krb5.mo -@exec mkdir -p %D/var/krb5kdc -@dirrmtry var/krb5kdc -@dirrmtry var -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrm lib/krb5/plugins/preauth -@dirrm lib/krb5/plugins/libkrb5 -@dirrm lib/krb5/plugins/kdb -@dirrm lib/krb5/plugins/authdata -@dirrm lib/krb5/plugins -@dirrm lib/krb5 -@dirrm include/gssapi -@dirrm include/gssrpc -@dirrm include/krb5 -@dirrm include/kadm5 -@dirrm share/et -@dirrmtry share/gnats -@dirrm share/examples/krb5 +@dir lib/krb5/plugins/authdata +@dir lib/krb5/plugins/libkrb5 +@dir var/krb5kdc Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-112/Makefile Thu Feb 5 03:39:14 2015 (r378441) @@ -9,10 +9,10 @@ MASTER_SITES= http://web.mit.edu/kerber PKGNAMESUFFIX= -112 DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar -PATCHFILES= 2015-001-patch-r112.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 +PATCHFILES= 2015-001-patch-r112.txt MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV @@ -31,8 +31,8 @@ USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= gettext gmake perl5 libtool:build CONFIGURE_ARGS?= --enable-shared --without-system-verto -CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" -MAKE_ARGS= INSTALL="${INSTALL}" +CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" +MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP READLINE OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML @@ -71,9 +71,15 @@ PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MREADLINE} +.if ${OSVERSION} >= 1100000 +# libtool has some gas with libreadline in 11-CURRENT. +BUILD_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline +LIB_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline +.else USES+= readline:port CONFIGURE_ARGS+= --with-readline .endif +.endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" @@ -119,15 +125,15 @@ post-install: .endif .if ${PORT_OPTIONS:MKRB5_PDF} for i in $${pdf_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MKRB5_HTML} for i in $${html_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif - ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} + ${ECHO_CMD} @dir share/doc/krb5 >> ${TMPPLIST} @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" Modified: head/security/krb5-112/files/patch-config__pre.in ============================================================================== --- head/security/krb5-112/files/patch-config__pre.in Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-112/files/patch-config__pre.in Thu Feb 5 03:39:14 2015 (r378441) @@ -1,11 +1,23 @@ ---- config/pre.in.orig Fri Nov 19 13:47:51 2004 -+++ config/pre.in Thu Jan 27 17:43:12 2005 -@@ -177,7 +177,7 @@ +--- config/pre.in.orig 2014-08-11 15:46:27.000000000 -0700 ++++ config/pre.in 2015-02-04 19:23:51.174245898 -0800 +@@ -178,9 +178,9 @@ INSTALL=@INSTALL@ INSTALL_STRIP= INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) -INSTALL_SCRIPT=@INSTALL_PROGRAM@ +INSTALL_SCRIPT=@INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ - INSTALL_SHLIB=@INSTALL_SHLIB@ +-INSTALL_SHLIB=@INSTALL_SHLIB@ ++INSTALL_SHLIB=$(INSTALL_LIB) INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root + ## This is needed because autoconf will sometimes define @exec_prefix@ to be + ## ${prefix}. +@@ -197,7 +197,7 @@ + ADMIN_BINDIR = @sbindir@ + SERVER_BINDIR = @sbindir@ + CLIENT_BINDIR =@bindir@ +-PKGCONFIG_DIR = @libdir@/pkgconfig ++PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig + ADMIN_MANDIR = $(KRB5MANROOT)/man8 + SERVER_MANDIR = $(KRB5MANROOT)/man8 + CLIENT_MANDIR = $(KRB5MANROOT)/man1 Modified: head/security/krb5-112/pkg-plist ============================================================================== --- head/security/krb5-112/pkg-plist Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5-112/pkg-plist Thu Feb 5 03:39:14 2015 (r378441) @@ -93,14 +93,14 @@ lib/libkrad.so lib/libkrad.so.0 lib/libverto.so.0 lib/libverto.so -lib/pkgconfig/gssrpc.pc -lib/pkgconfig/kadm-client.pc -lib/pkgconfig/kadm-server.pc -lib/pkgconfig/kdb.pc -lib/pkgconfig/krb5-gssapi.pc -lib/pkgconfig/krb5.pc -lib/pkgconfig/mit-krb5-gssapi.pc -lib/pkgconfig/mit-krb5.pc +libdata/pkgconfig/gssrpc.pc +libdata/pkgconfig/kadm-client.pc +libdata/pkgconfig/kadm-server.pc +libdata/pkgconfig/kdb.pc +libdata/pkgconfig/krb5-gssapi.pc +libdata/pkgconfig/krb5.pc +libdata/pkgconfig/mit-krb5-gssapi.pc +libdata/pkgconfig/mit-krb5.pc man/man1/k5srvutil.1.gz man/man1/kadmin.1.gz man/man1/krb5-config.1.gz @@ -152,22 +152,6 @@ share/examples/krb5/krb5.conf share/examples/krb5/services.append share/gnats/mit share/locale/en_US/LC_MESSAGES/mit-krb5.mo -@exec mkdir -p %D/var/krb5kdc -@dirrmtry var/krb5kdc -@dirrmtry var -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrm lib/pkgconfig -@dirrm lib/krb5/plugins/preauth -@dirrm lib/krb5/plugins/libkrb5 -@dirrm lib/krb5/plugins/kdb -@dirrm lib/krb5/plugins/authdata -@dirrm lib/krb5/plugins -@dirrm lib/krb5 -@dirrm include/gssapi -@dirrm include/gssrpc -@dirrm include/krb5 -@dirrm include/kadm5 -@dirrm share/et -@dirrmtry share/gnats -@dirrm share/examples/krb5 +@dir lib/krb5/plugins/authdata +@dir lib/krb5/plugins/libkrb5 +@dir var/krb5kdc Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5/Makefile Thu Feb 5 03:39:14 2015 (r378441) @@ -8,10 +8,10 @@ CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar -PATCHFILES= 2015-001-patch-r113.txt PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 +PATCHFILES= 2015-001-patch-r113.txt MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV @@ -29,8 +29,8 @@ USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= gettext gmake perl5 libtool:build CONFIGURE_ARGS?= --enable-shared --without-system-verto -CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" -MAKE_ARGS= INSTALL="${INSTALL}" +CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" +MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" OPTIONS_DEFINE= KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP READLINE OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML @@ -71,8 +71,8 @@ PLIST_SUB+= LDAP="@comment " .if ${PORT_OPTIONS:MREADLINE} .if ${OSVERSION} >= 1100000 # libtool has some gas with libreadline in 11-CURRENT. -BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline -LIB_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline +BUILD_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline +LIB_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline .else USES+= readline:port .endif @@ -123,15 +123,15 @@ post-install: .endif .if ${PORT_OPTIONS:MKRB5_PDF} for i in $${pdf_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MKRB5_HTML} for i in $${html_dirs}; do \ - ${ECHO_CMD} @dirrm share/doc/krb5/$${i} >> ${TMPPLIST}; \ + ${ECHO_CMD} @dir share/doc/krb5/$${i} >> ${TMPPLIST}; \ done | ${TAIL} -r >> ${TMPPLIST} .endif - ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} + ${ECHO_CMD} @dir share/doc/krb5 >> ${TMPPLIST} @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${STAGEDIR}${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" Modified: head/security/krb5/files/patch-config__pre.in ============================================================================== --- head/security/krb5/files/patch-config__pre.in Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5/files/patch-config__pre.in Thu Feb 5 03:39:14 2015 (r378441) @@ -1,11 +1,23 @@ ---- config/pre.in.orig Fri Nov 19 13:47:51 2004 -+++ config/pre.in Thu Jan 27 17:43:12 2005 -@@ -177,7 +177,7 @@ +--- config/pre.in.orig 2014-10-15 16:55:10.000000000 -0700 ++++ config/pre.in 2015-02-04 12:43:45.693875606 -0800 +@@ -178,9 +178,9 @@ INSTALL=@INSTALL@ INSTALL_STRIP= INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) -INSTALL_SCRIPT=@INSTALL_PROGRAM@ +INSTALL_SCRIPT=@INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ - INSTALL_SHLIB=@INSTALL_SHLIB@ +-INSTALL_SHLIB=@INSTALL_SHLIB@ ++INSTALL_SHLIB=$(INSTALL_LIB) INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root + ## This is needed because autoconf will sometimes define @exec_prefix@ to be + ## ${prefix}. +@@ -197,7 +197,7 @@ + ADMIN_BINDIR = @sbindir@ + SERVER_BINDIR = @sbindir@ + CLIENT_BINDIR =@bindir@ +-PKGCONFIG_DIR = @libdir@/pkgconfig ++PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig + ADMIN_MANDIR = $(KRB5MANROOT)/man8 + SERVER_MANDIR = $(KRB5MANROOT)/man8 + CLIENT_MANDIR = $(KRB5MANROOT)/man1 Modified: head/security/krb5/pkg-plist ============================================================================== --- head/security/krb5/pkg-plist Thu Feb 5 03:13:05 2015 (r378440) +++ head/security/krb5/pkg-plist Thu Feb 5 03:39:14 2015 (r378441) @@ -94,14 +94,14 @@ lib/libkrad.so lib/libkrad.so.0 lib/libverto.so.0 lib/libverto.so -lib/pkgconfig/gssrpc.pc -lib/pkgconfig/kadm-client.pc -lib/pkgconfig/kadm-server.pc -lib/pkgconfig/kdb.pc -lib/pkgconfig/krb5-gssapi.pc -lib/pkgconfig/krb5.pc -lib/pkgconfig/mit-krb5-gssapi.pc -lib/pkgconfig/mit-krb5.pc +libdata/pkgconfig/gssrpc.pc +libdata/pkgconfig/kadm-client.pc +libdata/pkgconfig/kadm-server.pc +libdata/pkgconfig/kdb.pc +libdata/pkgconfig/krb5-gssapi.pc +libdata/pkgconfig/krb5.pc +libdata/pkgconfig/mit-krb5-gssapi.pc +libdata/pkgconfig/mit-krb5.pc man/man1/k5srvutil.1.gz man/man1/kadmin.1.gz man/man1/krb5-config.1.gz @@ -151,22 +151,7 @@ share/examples/krb5/kdc.conf share/examples/krb5/krb5.conf share/examples/krb5/services.append share/locale/en_US/LC_MESSAGES/mit-krb5.mo -@exec mkdir -p %D/var/krb5kdc -@dirrmtry var/krb5kdc -@dirrmtry var -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrm lib/pkgconfig -@dirrm lib/krb5/plugins/tls -@dirrm lib/krb5/plugins/preauth -@dirrm lib/krb5/plugins/libkrb5 -@dirrm lib/krb5/plugins/kdb -@dirrm lib/krb5/plugins/authdata -@dirrm lib/krb5/plugins -@dirrm lib/krb5 -@dirrm include/gssapi -@dirrm include/gssrpc -@dirrm include/krb5 -@dirrm include/kadm5 -@dirrm share/et -@dirrm share/examples/krb5 +@dir lib/krb5/plugins/authdata +@dir lib/krb5/plugins/libkrb5 +@dir var/run/krb5kdc +@dir var/krb5kdc From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 06:24:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2B0ACE4; Thu, 5 Feb 2015 06:24:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3C01FD; Thu, 5 Feb 2015 06:24:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t156O8kS023876; Thu, 5 Feb 2015 06:24:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t156O8mu023874; Thu, 5 Feb 2015 06:24:08 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502050624.t156O8mu023874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Feb 2015 06:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378442 - head/deskutils/rednotebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 06:24:08 -0000 Author: vanilla Date: Thu Feb 5 06:24:07 2015 New Revision: 378442 URL: https://svnweb.freebsd.org/changeset/ports/378442 QAT: https://qat.redports.org/buildarchive/r378442/ Log: Upgrade to 1.9.0 PR: 197335 Submitted by: maintainer Modified: head/deskutils/rednotebook/Makefile head/deskutils/rednotebook/distinfo Modified: head/deskutils/rednotebook/Makefile ============================================================================== --- head/deskutils/rednotebook/Makefile Thu Feb 5 03:39:14 2015 (r378441) +++ head/deskutils/rednotebook/Makefile Thu Feb 5 06:24:07 2015 (r378442) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rednotebook -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= deskutils python MASTER_SITES= SF MASTER_SITE_SUBDIR= rednotebook Modified: head/deskutils/rednotebook/distinfo ============================================================================== --- head/deskutils/rednotebook/distinfo Thu Feb 5 03:39:14 2015 (r378441) +++ head/deskutils/rednotebook/distinfo Thu Feb 5 06:24:07 2015 (r378442) @@ -1,2 +1,2 @@ -SHA256 (rednotebook-1.8.0.tar.gz) = 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 -SIZE (rednotebook-1.8.0.tar.gz) = 500452 +SHA256 (rednotebook-1.9.0.tar.gz) = 43ccc7a1a614e948bcf912b5336df8569f313d8cab5a41c8c46909535d93fa20 +SIZE (rednotebook-1.9.0.tar.gz) = 511618 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 06:26:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A132E63; Thu, 5 Feb 2015 06:26:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46380222; Thu, 5 Feb 2015 06:26:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t156QUgL024281; Thu, 5 Feb 2015 06:26:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t156QTFQ024276; Thu, 5 Feb 2015 06:26:29 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502050626.t156QTFQ024276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 5 Feb 2015 06:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378443 - head/www/py-flask-wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 06:26:30 -0000 Author: rm Date: Thu Feb 5 06:26:29 2015 New Revision: 378443 URL: https://svnweb.freebsd.org/changeset/ports/378443 QAT: https://qat.redports.org/buildarchive/r378443/ Log: www/py-flask-wtf: update to 0.11 Modified: head/www/py-flask-wtf/Makefile head/www/py-flask-wtf/distinfo Modified: head/www/py-flask-wtf/Makefile ============================================================================== --- head/www/py-flask-wtf/Makefile Thu Feb 5 06:24:07 2015 (r378442) +++ head/www/py-flask-wtf/Makefile Thu Feb 5 06:26:29 2015 (r378443) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Flask-WTF -PORTVERSION= 0.10.3 +PORTVERSION= 0.11 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flask-wtf/distinfo ============================================================================== --- head/www/py-flask-wtf/distinfo Thu Feb 5 06:24:07 2015 (r378442) +++ head/www/py-flask-wtf/distinfo Thu Feb 5 06:26:29 2015 (r378443) @@ -1,2 +1,2 @@ -SHA256 (Flask-WTF-0.10.3.tar.gz) = 40da66462df074c2a0fd209e6047972bc226125f6c484c8e367ea10e71ddd718 -SIZE (Flask-WTF-0.10.3.tar.gz) = 247240 +SHA256 (Flask-WTF-0.11.tar.gz) = 2f53a4b314ec26824d0b70f0766b7dd74c6df77bcf8b64de88e1354bc900874b +SIZE (Flask-WTF-0.11.tar.gz) = 247005 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 06:28:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05F13F53; Thu, 5 Feb 2015 06:28:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6980233; Thu, 5 Feb 2015 06:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t156SGcE024584; Thu, 5 Feb 2015 06:28:16 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t156SGLf024582; Thu, 5 Feb 2015 06:28:16 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502050628.t156SGLf024582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 5 Feb 2015 06:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378444 - head/net/py-smb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 06:28:17 -0000 Author: rm Date: Thu Feb 5 06:28:15 2015 New Revision: 378444 URL: https://svnweb.freebsd.org/changeset/ports/378444 QAT: https://qat.redports.org/buildarchive/r378444/ Log: net/py-smb: update to 1.1.14 Modified: head/net/py-smb/Makefile head/net/py-smb/distinfo Modified: head/net/py-smb/Makefile ============================================================================== --- head/net/py-smb/Makefile Thu Feb 5 06:26:29 2015 (r378443) +++ head/net/py-smb/Makefile Thu Feb 5 06:28:15 2015 (r378444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smb -PORTVERSION= 1.1.13 +PORTVERSION= 1.1.14 CATEGORIES= net python MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \ CHEESESHOP Modified: head/net/py-smb/distinfo ============================================================================== --- head/net/py-smb/distinfo Thu Feb 5 06:26:29 2015 (r378443) +++ head/net/py-smb/distinfo Thu Feb 5 06:28:15 2015 (r378444) @@ -1,2 +1,2 @@ -SHA256 (pysmb-1.1.13.tar.gz) = 24e06841c0e090bfc359df7309d9116d478d3d0a4c8d226ff61c77b719b4ee0c -SIZE (pysmb-1.1.13.tar.gz) = 1545105 +SHA256 (pysmb-1.1.14.tar.gz) = 5ef33d071c162f307fa663ca6e45a025aa29a84bd4d547e38b5e4dac44b80368 +SIZE (pysmb-1.1.14.tar.gz) = 1545766 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 06:53:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1DFC81E; Thu, 5 Feb 2015 06:53:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD6F897F; Thu, 5 Feb 2015 06:53:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t156r16K037950; Thu, 5 Feb 2015 06:53:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t156r1SH037945; Thu, 5 Feb 2015 06:53:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502050653.t156r1SH037945@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 5 Feb 2015 06:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378445 - head/net/pear-Net_Sieve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 06:53:01 -0000 Author: vanilla Date: Thu Feb 5 06:53:00 2015 New Revision: 378445 URL: https://svnweb.freebsd.org/changeset/ports/378445 QAT: https://qat.redports.org/buildarchive/r378445/ Log: Upgrade to 1.3.4. Modified: head/net/pear-Net_Sieve/Makefile head/net/pear-Net_Sieve/distinfo Modified: head/net/pear-Net_Sieve/Makefile ============================================================================== --- head/net/pear-Net_Sieve/Makefile Thu Feb 5 06:28:15 2015 (r378444) +++ head/net/pear-Net_Sieve/Makefile Thu Feb 5 06:53:00 2015 (r378445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net_Sieve -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= net www pear MAINTAINER= ports@FreeBSD.org Modified: head/net/pear-Net_Sieve/distinfo ============================================================================== --- head/net/pear-Net_Sieve/distinfo Thu Feb 5 06:28:15 2015 (r378444) +++ head/net/pear-Net_Sieve/distinfo Thu Feb 5 06:53:00 2015 (r378445) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_Sieve-1.3.3.tgz) = 53666be373739b7b98dfd9538d6d8aaa7e45f51c191fc034b2675e8f12297db6 -SIZE (PEAR/Net_Sieve-1.3.3.tgz) = 15109 +SHA256 (PEAR/Net_Sieve-1.3.4.tgz) = 73197b76dd0923afee112a99488bda35cbdabeb2a60c0dde7f97acdf7420f578 +SIZE (PEAR/Net_Sieve-1.3.4.tgz) = 15125 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 07:25:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E52E378; Thu, 5 Feb 2015 07:25:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3624D6D; Thu, 5 Feb 2015 07:25:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t157PpWN052734; Thu, 5 Feb 2015 07:25:51 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t157PpRm052729; Thu, 5 Feb 2015 07:25:51 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502050725.t157PpRm052729@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 5 Feb 2015 07:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378446 - head/sysutils/brebis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 07:25:52 -0000 Author: martymac Date: Thu Feb 5 07:25:50 2015 New Revision: 378446 URL: https://svnweb.freebsd.org/changeset/ports/378446 QAT: https://qat.redports.org/buildarchive/r378446/ Log: Update to 0.10 Modified: head/sysutils/brebis/Makefile head/sysutils/brebis/distinfo head/sysutils/brebis/pkg-plist Modified: head/sysutils/brebis/Makefile ============================================================================== --- head/sysutils/brebis/Makefile Thu Feb 5 06:53:00 2015 (r378445) +++ head/sysutils/brebis/Makefile Thu Feb 5 07:25:50 2015 (r378446) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= brebis -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= sysutils archivers -MASTER_SITES= http://brebisproject.org/attachments/download/18/ \ +MASTER_SITES= http://brebisproject.org/attachments/download/19/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org Modified: head/sysutils/brebis/distinfo ============================================================================== --- head/sysutils/brebis/distinfo Thu Feb 5 06:53:00 2015 (r378445) +++ head/sysutils/brebis/distinfo Thu Feb 5 07:25:50 2015 (r378446) @@ -1,2 +1,2 @@ -SHA256 (brebis-0.9.tar.gz) = 65c48073dfbe0547064dcf43288adce82637dacd0c8f5e00b39e7a7c1fd0bedf -SIZE (brebis-0.9.tar.gz) = 269864 +SHA256 (brebis-0.10.tar.gz) = 6daf911cfb9d0068e2ff48eca638258ac57197d2843887c2481c96eb9971653b +SIZE (brebis-0.10.tar.gz) = 283320 Modified: head/sysutils/brebis/pkg-plist ============================================================================== --- head/sysutils/brebis/pkg-plist Thu Feb 5 06:53:00 2015 (r378445) +++ head/sysutils/brebis/pkg-plist Thu Feb 5 07:25:50 2015 (r378446) @@ -14,6 +14,8 @@ bin/brebis %%PYTHON_SITELIBDIR%%/brebis/__pycache__/cliparse.cpython-%%PYTHON_SUFFIX%%.pyo %%PYTHON_SITELIBDIR%%/brebis/__pycache__/configurations.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/brebis/__pycache__/configurations.cpython-%%PYTHON_SUFFIX%%.pyo +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/exceptionsparsing.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/brebis/__pycache__/exceptionsparsing.cpython-%%PYTHON_SUFFIX%%.pyo %%PYTHON_SITELIBDIR%%/brebis/__pycache__/expectedvalues.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/brebis/__pycache__/expectedvalues.cpython-%%PYTHON_SUFFIX%%.pyo %%PYTHON_SITELIBDIR%%/brebis/__pycache__/identifylimitations.cpython-%%PYTHON_SUFFIX%%.pyc @@ -55,6 +57,7 @@ bin/brebis %%PYTHON_SITELIBDIR%%/brebis/checkhashes.py %%PYTHON_SITELIBDIR%%/brebis/cliparse.py %%PYTHON_SITELIBDIR%%/brebis/configurations.py +%%PYTHON_SITELIBDIR%%/brebis/exceptionsparsing.py %%PYTHON_SITELIBDIR%%/brebis/expectedvalues.py %%PYTHON_SITELIBDIR%%/brebis/generatelist/__init__.py %%PYTHON_SITELIBDIR%%/brebis/generatelist/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 08:57:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B40DE954; Thu, 5 Feb 2015 08:57:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86BD2934; Thu, 5 Feb 2015 08:57:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t158v5J0094721; Thu, 5 Feb 2015 08:57:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t158v5bw094720; Thu, 5 Feb 2015 08:57:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201502050857.t158v5bw094720@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 5 Feb 2015 08:57:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378447 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 08:57:05 -0000 Author: tijl Date: Thu Feb 5 08:57:04 2015 New Revision: 378447 URL: https://svnweb.freebsd.org/changeset/ports/378447 QAT: https://qat.redports.org/buildarchive/r378447/ Log: Remove 734bcd49-aae6-11e4-a0c1-c485083ca99c because Adobe Flash Player 11.x isn't affected. See February 2 revision of https://helpx.adobe.com/security/products/flash-player/apsa15-02.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 5 07:25:50 2015 (r378446) +++ head/security/vuxml/vuln.xml Thu Feb 5 08:57:04 2015 (r378447) @@ -173,42 +173,6 @@ Notes: - - Adobe Flash Player -- critical vulnerability - - - linux-c6-flashplugin11 - 11.2r202.440 - - - linux-f10-flashplugin11 - 11.2r202.440 - - - - -

Adobe reports:

-
-

A critical vulnerability (CVE-2015-0313) exists in Adobe Flash - Player 16.0.0.296 and earlier versions for Windows, Macintosh, and - Linux. Successful exploitation could cause a crash and potentially - allow an attacker to take control of the affected system. We are - aware of reports that this vulnerability is being actively exploited - in the wild via drive-by-download attacks against systems running - Internet Explorer and Firefox on Windows 8.1 and below.

-
- -
- - https://helpx.adobe.com/security/products/flash-player/apsa15-02.html - CVE-2015-0313 - - - 2015-02-02 - 2015-02-02 - -
- rabbitmq -- Security issues in management plugin From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 09:01:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5488BA5; Thu, 5 Feb 2015 09:01:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B109F7; Thu, 5 Feb 2015 09:01:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1591l1a098940; Thu, 5 Feb 2015 09:01:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1591l2f098937; Thu, 5 Feb 2015 09:01:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502050901.t1591l2f098937@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 5 Feb 2015 09:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378448 - in head/devel/mercurial: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 09:01:47 -0000 Author: mat Date: Thu Feb 5 09:01:46 2015 New Revision: 378448 URL: https://svnweb.freebsd.org/changeset/ports/378448 QAT: https://qat.redports.org/buildarchive/r378448/ Log: Fix how OpenSSL context is created to make it possible to push over https again. Submitted by: maintainer Approved by: maintainer Sponsored by: Absolight Added: head/devel/mercurial/files/patch-mercurial_sslutil.py (contents, props changed) Modified: head/devel/mercurial/Makefile Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu Feb 5 08:57:04 2015 (r378447) +++ head/devel/mercurial/Makefile Thu Feb 5 09:01:46 2015 (r378448) @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Added: head/devel/mercurial/files/patch-mercurial_sslutil.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/mercurial/files/patch-mercurial_sslutil.py Thu Feb 5 09:01:46 2015 (r378448) @@ -0,0 +1,18 @@ +Change condition in order to prevent SSLv2 and SSLv3 protocols. +Taken from ${PYTHON_LIBDIR}/ssl.py file (found in 'create_default_context' +function). + +--- mercurial/sslutil.py.orig 2015-02-02 02:20:50 UTC ++++ mercurial/sslutil.py +@@ -29,7 +29,10 @@ try: + # maintainers for us, but that breaks too many things to + # do it in a hurry. + sslcontext = ssl.SSLContext(ssl.PROTOCOL_SSLv23) +- sslcontext.options &= ssl.OP_NO_SSLv2 & ssl.OP_NO_SSLv3 ++ # SSLv2 is considered harmful ++ sslcontext.options |= ssl.OP_NO_SSLv2 ++ # SSLv3 has problematic security issue ++ sslcontext.options |= ssl.OP_NO_SSLv3 + if certfile is not None: + sslcontext.load_cert_chain(certfile, keyfile) + sslcontext.verify_mode = cert_reqs From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 09:37:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D65B498; Thu, 5 Feb 2015 09:37:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09D82D16; Thu, 5 Feb 2015 09:37:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t159b5kW013883; Thu, 5 Feb 2015 09:37:05 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t159b5jx013881; Thu, 5 Feb 2015 09:37:05 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201502050937.t159b5jx013881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 5 Feb 2015 09:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378449 - head/devel/yajl-tcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 09:37:06 -0000 Author: gahr Date: Thu Feb 5 09:37:04 2015 New Revision: 378449 URL: https://svnweb.freebsd.org/changeset/ports/378449 QAT: https://qat.redports.org/buildarchive/r378449/ Log: - Update to 1.6 Changes: * add json2huddle parser - Add a regression-test target Modified: head/devel/yajl-tcl/Makefile head/devel/yajl-tcl/distinfo Modified: head/devel/yajl-tcl/Makefile ============================================================================== --- head/devel/yajl-tcl/Makefile Thu Feb 5 09:01:46 2015 (r378448) +++ head/devel/yajl-tcl/Makefile Thu Feb 5 09:37:04 2015 (r378449) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yajl-tcl -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS= libyajl.so:${PORTSDIR}/deve USE_GITHUB= yes GH_ACCOUNT= flightaware GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 803e33a +GH_COMMIT= 002cd30 USES+= pkgconfig tcl:85+ USE_AUTOTOOLS= autoconf @@ -26,4 +26,8 @@ PLIST_FILES= lib/yajltcl${PORTVERSION}/l lib/yajltcl${PORTVERSION}/pkgIndex.tcl \ lib/yajltcl${PORTVERSION}/yajl.tcl +regression-test: build +# Requires devel/tcllib + cd ${WRKSRC} && ${MAKE} test + .include Modified: head/devel/yajl-tcl/distinfo ============================================================================== --- head/devel/yajl-tcl/distinfo Thu Feb 5 09:01:46 2015 (r378448) +++ head/devel/yajl-tcl/distinfo Thu Feb 5 09:37:04 2015 (r378449) @@ -1,2 +1,2 @@ -SHA256 (yajl-tcl-1.5.tar.gz) = 0d18860d5d93e9d693c0bb0ee2f39ba4f709aeb3714990c321e1d768512203f1 -SIZE (yajl-tcl-1.5.tar.gz) = 488211 +SHA256 (yajl-tcl-1.6.tar.gz) = c34cdc0603ce1dd6bb27add6524010ba22e246ceb7bdd2cc4039a8793efa4c7e +SIZE (yajl-tcl-1.6.tar.gz) = 489598 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 10:24:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9426207; Thu, 5 Feb 2015 10:24:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB50E309; Thu, 5 Feb 2015 10:24:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15AOqOe037416; Thu, 5 Feb 2015 10:24:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15AOpui037410; Thu, 5 Feb 2015 10:24:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051024.t15AOpui037410@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 10:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378450 - in head/ports-mgmt: pkg pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 10:24:53 -0000 Author: bapt Date: Thu Feb 5 10:24:50 2015 New Revision: 378450 URL: https://svnweb.freebsd.org/changeset/ports/378450 QAT: https://qat.redports.org/buildarchive/r378450/ Log: Update to 1.4.10 and 1.4.99.10 - Fix a regression causing bus error Reported by: marino Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Thu Feb 5 09:37:04 2015 (r378449) +++ head/ports-mgmt/pkg-devel/Makefile Thu Feb 5 10:24:50 2015 (r378450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.9 +DISTVERSION= 1.4.99.10 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu Feb 5 09:37:04 2015 (r378449) +++ head/ports-mgmt/pkg-devel/distinfo Thu Feb 5 10:24:50 2015 (r378450) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.9.tar.xz) = 6aee8dc9e8980d07a0e2b18e4fa35aefe089ad8cc2029bd828f4700cb717f623 -SIZE (pkg-1.4.99.9.tar.xz) = 1856452 +SHA256 (pkg-1.4.99.10.tar.xz) = 55104b9bb1e86b39052ed65170d1e4f48f57cbcf95485c0668d1d522ab06ec8b +SIZE (pkg-1.4.99.10.tar.xz) = 1862880 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Feb 5 09:37:04 2015 (r378449) +++ head/ports-mgmt/pkg/Makefile Thu Feb 5 10:24:50 2015 (r378450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.9 +DISTVERSION= 1.4.10 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu Feb 5 09:37:04 2015 (r378449) +++ head/ports-mgmt/pkg/distinfo Thu Feb 5 10:24:50 2015 (r378450) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.9.tar.xz) = fe5716b88aa4bea0a692d2f0c20cdfe7d51fb3cb33dff2feebd4627d952b9586 -SIZE (pkg-1.4.9.tar.xz) = 1824660 +SHA256 (pkg-1.4.10.tar.xz) = e14db1abd93a1f4a7f028cbe87d92542b5baeba36d968c364b2bc31aabdc86b6 +SIZE (pkg-1.4.10.tar.xz) = 1815796 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 11:09:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F463BE1; Thu, 5 Feb 2015 11:09:58 +0000 (UTC) Received: from mailrelay117.isp.belgacom.be (mailrelay117.isp.belgacom.be [195.238.20.144]) by mx1.freebsd.org (Postfix) with ESMTP id 56465955; Thu, 5 Feb 2015 11:09:56 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=i+EX5EtM4g4P/CrLY+sx2nOWHsqv9AlVwqc0uudqMuE= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=KC9ug_Y4AAAA:8 a=xR8QCP1QQHh6GJk246QA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2C4BgB7TdNU/xOHsFtagwZSTgvCS4VxAoEkRAEBAQEBfYQNAQU6HCMQCxQECRoLDyoeBhOIMQEI1XcBAQEBAQEBAwEBAQEBAQEXBI94B4QpAQSSZIVZgRiLFoY9IoIygT09MYJCAQEB Received: from 19.135-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.135.19]) by relay.skynet.be with ESMTP; 05 Feb 2015 12:08:45 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t15B8ina050810; Thu, 5 Feb 2015 12:08:44 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Thu, 5 Feb 2015 12:08:44 +0100 From: Tijl Coosemans To: Ganael LAPLANCHE Subject: Re: svn commit: r378342 - in head/multimedia: gstreamer-plugins-resindvd gstreamer1-plugins-resindvd libdvdnav libdvdnav/files libdvdread lxdvdrip mplayer mpv vlc Message-ID: <20150205120844.7a0d69f9@kalimero.tijl.coosemans.org> In-Reply-To: <201502030748.t137mOsT090193@svn.freebsd.org> References: <201502030748.t137mOsT090193@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 11:09:58 -0000 On Tue, 3 Feb 2015 07:48:24 +0000 (UTC) Ganael LAPLANCHE wrote: > Author: martymac > Date: Tue Feb 3 07:48:23 2015 > New Revision: 378342 > URL: https://svnweb.freebsd.org/changeset/ports/378342 > QAT: https://qat.redports.org/buildarchive/r378342/ > > Log: > Update multimedia/libdvdread and multimedia/libdvdnav > > - Update multimedia/libdvdread to version 5.0.1 > - Update multimedia/libdvdnav to version 5.0.2 > - Bump revisions of ports that depend on multimedia/libdvdnav > (library version is going backwards from 4.2.1 to 4.1.2) For revision bumps only changes in the major library version matter so no bumps were needed in this case. From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 12:28:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 225E5BB4; Thu, 5 Feb 2015 12:28:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E985263; Thu, 5 Feb 2015 12:28:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15CSbbI094274; Thu, 5 Feb 2015 12:28:37 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15CSbWu094271; Thu, 5 Feb 2015 12:28:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201502051228.t15CSbWu094271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 5 Feb 2015 12:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378451 - head/www/moodle28 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 12:28:38 -0000 Author: wen Date: Thu Feb 5 12:28:36 2015 New Revision: 378451 URL: https://svnweb.freebsd.org/changeset/ports/378451 QAT: https://qat.redports.org/buildarchive/r378451/ Log: - Update to 2.8.3 Modified: head/www/moodle28/Makefile head/www/moodle28/distinfo Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Thu Feb 5 10:24:50 2015 (r378450) +++ head/www/moodle28/Makefile Thu Feb 5 12:28:36 2015 (r378451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable28/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle28/distinfo ============================================================================== --- head/www/moodle28/distinfo Thu Feb 5 10:24:50 2015 (r378450) +++ head/www/moodle28/distinfo Thu Feb 5 12:28:36 2015 (r378451) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.8.2.tgz) = 80187444e1e15a7ec48b3446e0efe735cb903d2f1ede562898424f73ea202b2f -SIZE (moodle-2.8.2.tgz) = 35761453 +SHA256 (moodle-2.8.3.tgz) = b2b02974021f1f22d240ebcf6218c32acd06b550698440db0bc4f23d46f59263 +SIZE (moodle-2.8.3.tgz) = 35773906 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 13:04:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C91566B9; Thu, 5 Feb 2015 13:04:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9CF689E; Thu, 5 Feb 2015 13:04:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15D4QcE012711; Thu, 5 Feb 2015 13:04:26 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15D4PqG012707; Thu, 5 Feb 2015 13:04:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502051304.t15D4PqG012707@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 5 Feb 2015 13:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378452 - in head/graphics: nip2 vips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 13:04:27 -0000 Author: danilo Date: Thu Feb 5 13:04:25 2015 New Revision: 378452 URL: https://svnweb.freebsd.org/changeset/ports/378452 QAT: https://qat.redports.org/buildarchive/r378452/ Log: - Update to 7.42.2 Modified: head/graphics/nip2/Makefile head/graphics/vips/Makefile head/graphics/vips/distinfo head/graphics/vips/pkg-plist Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Thu Feb 5 12:28:36 2015 (r378451) +++ head/graphics/nip2/Makefile Thu Feb 5 13:04:25 2015 (r378452) @@ -3,6 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.42.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Thu Feb 5 12:28:36 2015 (r378451) +++ head/graphics/vips/Makefile Thu Feb 5 13:04:25 2015 (r378452) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vips -PORTVERSION= 7.42.1 +PORTVERSION= 7.42.2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/vips/distinfo ============================================================================== --- head/graphics/vips/distinfo Thu Feb 5 12:28:36 2015 (r378451) +++ head/graphics/vips/distinfo Thu Feb 5 13:04:25 2015 (r378452) @@ -1,2 +1,2 @@ -SHA256 (vips-7.42.1.tar.gz) = 5ee272b11e4ca61c148d7392cbc01ad35f577b503727f479e38923e5bcfe6abf -SIZE (vips-7.42.1.tar.gz) = 6899493 +SHA256 (vips-7.42.2.tar.gz) = 45961855e21c8d5f0983d05bb79a6f3c2427dc6eed8e3ac68c0f62759b8612c6 +SIZE (vips-7.42.2.tar.gz) = 6921593 Modified: head/graphics/vips/pkg-plist ============================================================================== --- head/graphics/vips/pkg-plist Thu Feb 5 12:28:36 2015 (r378451) +++ head/graphics/vips/pkg-plist Thu Feb 5 13:04:25 2015 (r378452) @@ -14,6 +14,7 @@ include/vips/VError.h include/vips/VError8.h include/vips/VImage.h include/vips/VImage8.h +include/vips/VInterpolate8.h include/vips/VMask.h include/vips/almostdeprecated.h include/vips/arithmetic.h @@ -71,15 +72,15 @@ lib/girepository-1.0/Vips-8.0.typelib lib/libvips-cpp.a lib/libvips-cpp.so lib/libvips-cpp.so.40 -lib/libvips-cpp.so.40.0.0 +lib/libvips-cpp.so.40.0.1 lib/libvips.a lib/libvips.so lib/libvips.so.40 -lib/libvips.so.40.0.0 +lib/libvips.so.40.0.1 lib/libvipsCC.a lib/libvipsCC.so lib/libvipsCC.so.40 -lib/libvipsCC.so.40.0.0 +lib/libvipsCC.so.40.0.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyo @@ -164,6 +165,8 @@ share/gir-1.0/Vips-8.0.gir %%PORTDOCS%%share/gtk-doc/html/libvips/ch03.html %%PORTDOCS%%share/gtk-doc/html/libvips/ch04.html %%PORTDOCS%%share/gtk-doc/html/libvips/extending.html +%%PORTDOCS%%share/gtk-doc/html/libvips/file-format.html +%%PORTDOCS%%share/gtk-doc/html/libvips/func-list.html %%PORTDOCS%%share/gtk-doc/html/libvips/home.png %%PORTDOCS%%share/gtk-doc/html/libvips/index.html %%PORTDOCS%%share/gtk-doc/html/libvips/index.sgml From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 13:39:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CDC2D31; Thu, 5 Feb 2015 13:39:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28EE1C34; Thu, 5 Feb 2015 13:39:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15DdBDu027340; Thu, 5 Feb 2015 13:39:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15DdBSs027339; Thu, 5 Feb 2015 13:39:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051339.t15DdBSs027339@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 13:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378453 - head/mail/bayespam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 13:39:11 -0000 Author: bapt Date: Thu Feb 5 13:39:10 2015 New Revision: 378453 URL: https://svnweb.freebsd.org/changeset/ports/378453 QAT: https://qat.redports.org/buildarchive/r378453/ Log: Remove useless @dirrm Modified: head/mail/bayespam/pkg-plist Modified: head/mail/bayespam/pkg-plist ============================================================================== --- head/mail/bayespam/pkg-plist Thu Feb 5 13:04:25 2015 (r378452) +++ head/mail/bayespam/pkg-plist Thu Feb 5 13:39:10 2015 (r378453) @@ -9,4 +9,3 @@ bin/bayestest.pl %%PORTDOCS%%share/doc/bayespam/README %%PORTDOCS%%share/doc/bayespam/TODO %%PORTDOCS%%share/doc/bayespam/qmail.sample -%%PORTDOCS%%@dirrm share/doc/bayespam From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 14:45:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79706450; Thu, 5 Feb 2015 14:45:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6408E753; Thu, 5 Feb 2015 14:45:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15EjLCg060057; Thu, 5 Feb 2015 14:45:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15EjHSb060033; Thu, 5 Feb 2015 14:45:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051445.t15EjHSb060033@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 14:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378454 - in head/misc: compat10x compat4x compat6x compat7x compat8x compat9x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 14:45:21 -0000 Author: bapt Date: Thu Feb 5 14:45:17 2015 New Revision: 378454 URL: https://svnweb.freebsd.org/changeset/ports/378454 QAT: https://qat.redports.org/buildarchive/r378454/ Log: Cleanup plist Modified: head/misc/compat10x/pkg-plist.amd64 head/misc/compat4x/pkg-plist.freebsd4 head/misc/compat4x/pkg-plist.freebsd5 head/misc/compat6x/pkg-plist.alpha head/misc/compat6x/pkg-plist.amd64 head/misc/compat6x/pkg-plist.i386 head/misc/compat6x/pkg-plist.sparc64 head/misc/compat7x/pkg-plist.amd64 head/misc/compat7x/pkg-plist.i386 head/misc/compat8x/pkg-plist.amd64 head/misc/compat8x/pkg-plist.i386 head/misc/compat9x/pkg-plist.amd64 head/misc/compat9x/pkg-plist.i386 Modified: head/misc/compat10x/pkg-plist.amd64 ============================================================================== --- head/misc/compat10x/pkg-plist.amd64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat10x/pkg-plist.amd64 Thu Feb 5 14:45:17 2015 (r378454) @@ -14,7 +14,4 @@ lib32/compat/libipx.so.5 lib32/compat/libopie.so.7 lib32/compat/libreadline.so.8 lib32/compat/libsbuf.so.6 -@dirrmtry lib/compat -@dirrmtry lib32/compat -@dirrmtry lib32 @exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat4x/pkg-plist.freebsd4 ============================================================================== --- head/misc/compat4x/pkg-plist.freebsd4 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat4x/pkg-plist.freebsd4 Thu Feb 5 14:45:17 2015 (r378454) @@ -3,4 +3,3 @@ lib/compat/libfetch.so.2 %%FORBIDDEN:%%lib/compat/libssl.so.1 %%FORBIDDEN:%%lib/compat/libssl.so.2 -@dirrmtry lib/compat Modified: head/misc/compat4x/pkg-plist.freebsd5 ============================================================================== --- head/misc/compat4x/pkg-plist.freebsd5 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat4x/pkg-plist.freebsd5 Thu Feb 5 14:45:17 2015 (r378454) @@ -38,6 +38,4 @@ %%LIBDIR%%/compat/pam_tacplus.so %%LIBDIR%%/compat/pam_unix.so %%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat -@dirrmtry %%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. -%%AMD64_ONLY%%@dirrmtry lib32 Modified: head/misc/compat6x/pkg-plist.alpha ============================================================================== --- head/misc/compat6x/pkg-plist.alpha Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat6x/pkg-plist.alpha Thu Feb 5 14:45:17 2015 (r378454) @@ -106,4 +106,3 @@ lib/compat/snmp_hostres.so.4 lib/compat/snmp_mibII.so.4 lib/compat/snmp_netgraph.so.4 lib/compat/snmp_pf.so.4 -@dirrmtry lib/compat Modified: head/misc/compat6x/pkg-plist.amd64 ============================================================================== --- head/misc/compat6x/pkg-plist.amd64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat6x/pkg-plist.amd64 Thu Feb 5 14:45:17 2015 (r378454) @@ -207,7 +207,4 @@ lib32/compat/pam_self.so.3 lib32/compat/pam_ssh.so.3 lib32/compat/pam_tacplus.so.3 lib32/compat/pam_unix.so.3 -@dirrmtry lib/compat -@dirrmtry lib32/compat -@dirrmtry lib32 @exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat6x/pkg-plist.i386 ============================================================================== --- head/misc/compat6x/pkg-plist.i386 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat6x/pkg-plist.i386 Thu Feb 5 14:45:17 2015 (r378454) @@ -110,4 +110,3 @@ lib/compat/snmp_hostres.so.4 lib/compat/snmp_mibII.so.4 lib/compat/snmp_netgraph.so.4 lib/compat/snmp_pf.so.4 -@dirrmtry lib/compat Modified: head/misc/compat6x/pkg-plist.sparc64 ============================================================================== --- head/misc/compat6x/pkg-plist.sparc64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat6x/pkg-plist.sparc64 Thu Feb 5 14:45:17 2015 (r378454) @@ -107,4 +107,3 @@ lib/compat/snmp_hostres.so.4 lib/compat/snmp_mibII.so.4 lib/compat/snmp_netgraph.so.4 lib/compat/snmp_pf.so.4 -@dirrmtry lib/compat Modified: head/misc/compat7x/pkg-plist.amd64 ============================================================================== --- head/misc/compat7x/pkg-plist.amd64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat7x/pkg-plist.amd64 Thu Feb 5 14:45:17 2015 (r378454) @@ -222,7 +222,4 @@ lib32/compat/pam_self.so.4 lib32/compat/pam_ssh.so.4 lib32/compat/pam_tacplus.so.4 lib32/compat/pam_unix.so.4 -@dirrmtry lib/compat -@dirrmtry lib32/compat -@dirrmtry lib32 @exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat7x/pkg-plist.i386 ============================================================================== --- head/misc/compat7x/pkg-plist.i386 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat7x/pkg-plist.i386 Thu Feb 5 14:45:17 2015 (r378454) @@ -114,4 +114,3 @@ lib/compat/snmp_hostres.so.5 lib/compat/snmp_mibII.so.5 lib/compat/snmp_netgraph.so.5 lib/compat/snmp_pf.so.5 -@dirrmtry lib/compat Modified: head/misc/compat8x/pkg-plist.amd64 ============================================================================== --- head/misc/compat8x/pkg-plist.amd64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat8x/pkg-plist.amd64 Thu Feb 5 14:45:17 2015 (r378454) @@ -22,7 +22,4 @@ lib32/compat/libtacplus.so.4 lib32/compat/libufs.so.5 lib32/compat/libutil.so.8 lib32/compat/libz.so.5 -@dirrmtry lib/compat -@dirrmtry lib32/compat -@dirrmtry lib32 @exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat8x/pkg-plist.i386 ============================================================================== --- head/misc/compat8x/pkg-plist.i386 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat8x/pkg-plist.i386 Thu Feb 5 14:45:17 2015 (r378454) @@ -10,4 +10,3 @@ lib/compat/libtacplus.so.4 lib/compat/libufs.so.5 lib/compat/libutil.so.8 lib/compat/libz.so.5 -@dirrmtry lib/compat Modified: head/misc/compat9x/pkg-plist.amd64 ============================================================================== --- head/misc/compat9x/pkg-plist.amd64 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat9x/pkg-plist.amd64 Thu Feb 5 14:45:17 2015 (r378454) @@ -41,7 +41,4 @@ lib32/compat/libssl.so.6 lib32/compat/libstdc++.so.6 lib32/compat/libsupc++.so.1 lib32/compat/libusb.so.2 -@dirrmtry lib/compat -@dirrmtry lib32/compat -@dirrmtry lib32 @exec %%LDCONFIG_LIB32%% -m %D/lib32/compat Modified: head/misc/compat9x/pkg-plist.i386 ============================================================================== --- head/misc/compat9x/pkg-plist.i386 Thu Feb 5 13:39:10 2015 (r378453) +++ head/misc/compat9x/pkg-plist.i386 Thu Feb 5 14:45:17 2015 (r378454) @@ -20,4 +20,3 @@ lib/compat/libssl.so.6 lib/compat/libstdc++.so.6 lib/compat/libsupc++.so.1 lib/compat/libusb.so.2 -@dirrmtry lib/compat From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 14:57:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64095830; Thu, 5 Feb 2015 14:57:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D85288F; Thu, 5 Feb 2015 14:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15EvBjl065369; Thu, 5 Feb 2015 14:57:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Ev6BZ065345; Thu, 5 Feb 2015 14:57:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051457.t15Ev6BZ065345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 14:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378455 - in head/misc: freebsd-doc-bn freebsd-doc-da freebsd-doc-de freebsd-doc-el freebsd-doc-en freebsd-doc-es freebsd-doc-fr freebsd-doc-hu freebsd-doc-it freebsd-doc-ja freebsd-doc... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 14:57:11 -0000 Author: bapt Date: Thu Feb 5 14:57:05 2015 New Revision: 378455 URL: https://svnweb.freebsd.org/changeset/ports/378455 QAT: https://qat.redports.org/buildarchive/r378455/ Log: Cleanup plist Modified: head/misc/freebsd-doc-bn/pkg-plist.common head/misc/freebsd-doc-da/pkg-plist.common head/misc/freebsd-doc-de/pkg-plist.common head/misc/freebsd-doc-el/pkg-plist.common head/misc/freebsd-doc-en/pkg-plist.common head/misc/freebsd-doc-es/pkg-plist.common head/misc/freebsd-doc-fr/pkg-plist.common head/misc/freebsd-doc-hu/pkg-plist.common head/misc/freebsd-doc-it/pkg-plist.common head/misc/freebsd-doc-ja/pkg-plist.common head/misc/freebsd-doc-mn/pkg-plist.common head/misc/freebsd-doc-nl/pkg-plist.common head/misc/freebsd-doc-pl/pkg-plist.common head/misc/freebsd-doc-pt/pkg-plist.common head/misc/freebsd-doc-ru/pkg-plist.common head/misc/freebsd-doc-tr/pkg-plist.common head/misc/freebsd-doc-zh_cn/pkg-plist.common head/misc/freebsd-doc-zh_tw/pkg-plist.common Modified: head/misc/freebsd-doc-bn/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-bn/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-bn/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,6 +1 @@ %%DOCSDIR%%/bn -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-da/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-da/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-da/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,6 +1 @@ %%DOCSDIR%%/da -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pxe -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-de/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-de/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,39 +1 @@ %%DOCSDIR%%/de -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-el/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-el/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-el/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,34 +1 @@ %%DOCSDIR%%/el -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/greek-language-support -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-en/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-en/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,83 +1 @@ %%DOCSDIR%%/en -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/building-products -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/console-server -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributors -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cups -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fonts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/geom-class -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/hubs -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/p4-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pam -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/wp-toolbox -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/dev-model -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/pmake -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-es/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-es/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-es/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,31 +1 @@ %%DOCSDIR%%/es -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/casestudy-argentina.com -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fdp-es -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/p4-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-fr/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-fr/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-fr/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,38 +1 @@ %%DOCSDIR%%/fr -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/building-products -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributors -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fonts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mh -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pam -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-hu/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-hu/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-hu/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,26 +1 @@ %%DOCSDIR%%/hu -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/compiz-fusion -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cups -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-it/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-it/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-it/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,21 +1 @@ %%DOCSDIR%%/it -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/unix-introduction -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-ja/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-ja/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-ja/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,23 +1 @@ %%DOCSDIR%%/ja -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributors -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fonts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-mn/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-mn/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-mn/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,15 +1 @@ %%DOCSDIR%%/mn -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-nl/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-nl/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-nl/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,20 +1 @@ %%DOCSDIR%%/nl -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-pl/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-pl/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-pl/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,16 +1 @@ %%DOCSDIR%%/pl -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-pt/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-pt/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-pt/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,22 +1 @@ %%DOCSDIR%%/%%DOCLANG_PREFIX%% -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/building-products -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing-ports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/hubs -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/portbuild -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-ru/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-ru/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-ru/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,46 +1 @@ %%DOCSDIR%%/ru -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/console-server -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cups -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/custom-gcc -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fbsd-from-scratch -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/fonts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/geom-class -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/hubs -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/laptop -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-comparison -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mh -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/new-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pam -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/portbuild -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/relaydelay -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/releng-packages -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/solid-state -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/vm-design -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-tr/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-tr/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-tr/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,5 +1 @@ %%DOCSDIR%%/tr -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-zh_cn/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-zh_cn/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-zh_cn/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,34 +1 @@ %%DOCSDIR%%/%%DOCLANG_PREFIX%% -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% Modified: head/misc/freebsd-doc-zh_tw/pkg-plist.common ============================================================================== --- head/misc/freebsd-doc-zh_tw/pkg-plist.common Thu Feb 5 14:45:17 2015 (r378454) +++ head/misc/freebsd-doc-zh_tw/pkg-plist.common Thu Feb 5 14:57:05 2015 (r378455) @@ -1,36 +1 @@ %%DOCSDIR%%/%%DOCLANG_PREFIX%% -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/contributing -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/cvs-freebsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/hubs -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles/remote-install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/articles -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/vinum -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib/callouts -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/imagelib -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook -@dirrmtry %%DOCSDIR%%/%%DOCLANG%%/books -@dirrmtry %%DOCSDIR%%/%%DOCLANG%% -@dirrmtry %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:02:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 941519CC; Thu, 5 Feb 2015 15:02:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8024E96A; Thu, 5 Feb 2015 15:02:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15F2ISd069614; Thu, 5 Feb 2015 15:02:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15F2IT7069613; Thu, 5 Feb 2015 15:02:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051502.t15F2IT7069613@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378456 - head/misc/shared-mime-info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:02:18 -0000 Author: bapt Date: Thu Feb 5 15:02:17 2015 New Revision: 378456 URL: https://svnweb.freebsd.org/changeset/ports/378456 QAT: https://qat.redports.org/buildarchive/r378456/ Log: Cleanup plist Modified: head/misc/shared-mime-info/pkg-plist Modified: head/misc/shared-mime-info/pkg-plist ============================================================================== --- head/misc/shared-mime-info/pkg-plist Thu Feb 5 14:57:05 2015 (r378455) +++ head/misc/shared-mime-info/pkg-plist Thu Feb 5 15:02:17 2015 (r378456) @@ -80,7 +80,6 @@ man/man1/update-mime-database.1.gz @unexec rm -fr %D/share/mime/x-content 2>/dev/null || true @unexec rm -fr %D/share/mime/video 2>/dev/null || true @unexec rm -fr %D/share/mime/text 2>/dev/null || true -@dirrmtry share/mime/packages @unexec rm -fr %D/share/mime/multipart 2>/dev/null || true @unexec rm -fr %D/share/mime/model 2>/dev/null || true @unexec rm -fr %D/share/mime/message 2>/dev/null || true @@ -88,20 +87,3 @@ man/man1/update-mime-database.1.gz @unexec rm -fr %D/share/mime/image 2>/dev/null || true @unexec rm -fr %D/share/mime/audio 2>/dev/null || true @unexec rm -fr %D/share/mime/application 2>/dev/null || true -@dirrmtry share/mime -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/fo/LC_MESSAGES -@dirrmtry share/locale/fo -@dirrmtry share/locale/bg_BG/LC_MESSAGES -@dirrmtry share/locale/bg_BG -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:04:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A47F6ACB; Thu, 5 Feb 2015 15:04:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904D5979; Thu, 5 Feb 2015 15:04:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15F4OQm069957; Thu, 5 Feb 2015 15:04:24 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15F4O5v069955; Thu, 5 Feb 2015 15:04:24 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502051504.t15F4O5v069955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 5 Feb 2015 15:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378457 - head/databases/py-mysql-connector-python2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:04:24 -0000 Author: bofh Date: Thu Feb 5 15:04:23 2015 New Revision: 378457 URL: https://svnweb.freebsd.org/changeset/ports/378457 QAT: https://qat.redports.org/buildarchive/r378457/ Log: databases/py-mysql-connector-python2: Update version 2.0.2=>2.0.3 Differential Revision: https://reviews.freebsd.org/D1774 Approved by: marino(mentor) Modified: head/databases/py-mysql-connector-python2/Makefile head/databases/py-mysql-connector-python2/distinfo Modified: head/databases/py-mysql-connector-python2/Makefile ============================================================================== --- head/databases/py-mysql-connector-python2/Makefile Thu Feb 5 15:02:17 2015 (r378456) +++ head/databases/py-mysql-connector-python2/Makefile Thu Feb 5 15:04:23 2015 (r378457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-python -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= Connector-Python Modified: head/databases/py-mysql-connector-python2/distinfo ============================================================================== --- head/databases/py-mysql-connector-python2/distinfo Thu Feb 5 15:02:17 2015 (r378456) +++ head/databases/py-mysql-connector-python2/distinfo Thu Feb 5 15:04:23 2015 (r378457) @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-python-2.0.2.tar.gz) = 6995f1e5a31b4dbff59e39e384261b26de4797afacaed3a460270d765f3a73c7 -SIZE (mysql-connector-python-2.0.2.tar.gz) = 209614 +SHA256 (mysql-connector-python-2.0.3.tar.gz) = b07a42c6c1d0476d47315428df89f3fd84626d1df18045babdaa182a6a331ec8 +SIZE (mysql-connector-python-2.0.3.tar.gz) = 210699 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:04:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47C2DBB4; Thu, 5 Feb 2015 15:04:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34199983; Thu, 5 Feb 2015 15:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15F4vAR070128; Thu, 5 Feb 2015 15:04:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15F4u48070126; Thu, 5 Feb 2015 15:04:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051504.t15F4u48070126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378458 - head/multimedia/dvbcut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:04:57 -0000 Author: bapt Date: Thu Feb 5 15:04:56 2015 New Revision: 378458 URL: https://svnweb.freebsd.org/changeset/ports/378458 QAT: https://qat.redports.org/buildarchive/r378458/ Log: Cleanup plist Add shared-mime-info and desktop-file-utils as spotted by the Q/A But portrevision per desktop-file-utils Modified: head/multimedia/dvbcut/Makefile head/multimedia/dvbcut/pkg-plist Modified: head/multimedia/dvbcut/Makefile ============================================================================== --- head/multimedia/dvbcut/Makefile Thu Feb 5 15:04:23 2015 (r378457) +++ head/multimedia/dvbcut/Makefile Thu Feb 5 15:04:56 2015 (r378458) @@ -3,7 +3,7 @@ PORTNAME= dvbcut PORTVERSION= 0.6.2.a1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= se@FreeBSD.org @@ -28,7 +28,7 @@ GH_COMMIT= 81c31ed WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} -USES= qmake +USES= qmake desktop-file-utils shared-mime-info USE_QT4= gui linguist moc_build rcc_build uic_build INSTALLS_ICONS= yes Modified: head/multimedia/dvbcut/pkg-plist ============================================================================== --- head/multimedia/dvbcut/pkg-plist Thu Feb 5 15:04:23 2015 (r378457) +++ head/multimedia/dvbcut/pkg-plist Thu Feb 5 15:04:56 2015 (r378458) @@ -11,6 +11,3 @@ share/icons/dvbcut/bookmark.svgz share/icons/dvbcut/chapter.png share/icons/dvbcut/stop.svgz man/man1/dvbcut.1.gz -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrm share/icons/dvbcut From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:06:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5D47CA6; Thu, 5 Feb 2015 15:06:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2646995; Thu, 5 Feb 2015 15:06:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15F6d0Y070462; Thu, 5 Feb 2015 15:06:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15F6dRm070458; Thu, 5 Feb 2015 15:06:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051506.t15F6dRm070458@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378459 - in head/multimedia: gcfilms lxdvdrip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:06:40 -0000 Author: bapt Date: Thu Feb 5 15:06:38 2015 New Revision: 378459 URL: https://svnweb.freebsd.org/changeset/ports/378459 QAT: https://qat.redports.org/buildarchive/r378459/ Log: Cleanup plist Modified: head/multimedia/gcfilms/pkg-plist head/multimedia/lxdvdrip/pkg-plist Modified: head/multimedia/gcfilms/pkg-plist ============================================================================== --- head/multimedia/gcfilms/pkg-plist Thu Feb 5 15:04:56 2015 (r378458) +++ head/multimedia/gcfilms/pkg-plist Thu Feb 5 15:06:38 2015 (r378459) @@ -254,58 +254,3 @@ lib/gcfilms/GCUtils.pm %%DATADIR%%/style/kde/vertical_hover.png %%DATADIR%%/xml_models/Ant_Movie_Catalog %%DATADIR%%/xml_models/DVDProfiler -@dirrm %%DATADIR%%/xml_models -@dirrm %%DATADIR%%/style/kde -@dirrm %%DATADIR%%/style/Gtk -@dirrm %%DATADIR%%/style/GCfilms/icons/select-color -@dirrm %%DATADIR%%/style/GCfilms/icons/save-as -@dirrm %%DATADIR%%/style/GCfilms/icons/save -@dirrm %%DATADIR%%/style/GCfilms/icons/revert-to-saved -@dirrm %%DATADIR%%/style/GCfilms/icons/remove -@dirrm %%DATADIR%%/style/GCfilms/icons/refresh -@dirrm %%DATADIR%%/style/GCfilms/icons/quit -@dirrm %%DATADIR%%/style/GCfilms/icons/properties -@dirrm %%DATADIR%%/style/GCfilms/icons/preferences -@dirrm %%DATADIR%%/style/GCfilms/icons/open -@dirrm %%DATADIR%%/style/GCfilms/icons/ok -@dirrm %%DATADIR%%/style/GCfilms/icons/new -@dirrm %%DATADIR%%/style/GCfilms/icons/network -@dirrm %%DATADIR%%/style/GCfilms/icons/media-play -@dirrm %%DATADIR%%/style/GCfilms/icons/media-next -@dirrm %%DATADIR%%/style/GCfilms/icons/jump-to -@dirrm %%DATADIR%%/style/GCfilms/icons/home -@dirrm %%DATADIR%%/style/GCfilms/icons/help -@dirrm %%DATADIR%%/style/GCfilms/icons/go-up -@dirrm %%DATADIR%%/style/GCfilms/icons/go-forward -@dirrm %%DATADIR%%/style/GCfilms/icons/go-down -@dirrm %%DATADIR%%/style/GCfilms/icons/go-back -@dirrm %%DATADIR%%/style/GCfilms/icons/find -@dirrm %%DATADIR%%/style/GCfilms/icons/execute -@dirrm %%DATADIR%%/style/GCfilms/icons/error -@dirrm %%DATADIR%%/style/GCfilms/icons/dnd -@dirrm %%DATADIR%%/style/GCfilms/icons/directory -@dirrm %%DATADIR%%/style/GCfilms/icons/delete -@dirrm %%DATADIR%%/style/GCfilms/icons/convert -@dirrm %%DATADIR%%/style/GCfilms/icons/clear -@dirrm %%DATADIR%%/style/GCfilms/icons/cancel -@dirrm %%DATADIR%%/style/GCfilms/icons/add -@dirrm %%DATADIR%%/style/GCfilms/icons/about -@dirrm %%DATADIR%%/style/GCfilms/icons -@dirrm %%DATADIR%%/style/GCfilms -@dirrm %%DATADIR%%/style -@dirrm %%DATADIR%%/panel -@dirrm %%DATADIR%%/logos -@dirrm %%DATADIR%%/list_bg/Wood2 -@dirrm %%DATADIR%%/list_bg/Wood -@dirrm %%DATADIR%%/list_bg/Marble -@dirrm %%DATADIR%%/list_bg/Box -@dirrm %%DATADIR%%/list_bg -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/html_models -@dirrm %%DATADIR%%/genres -@dirrm share/gcfilms -@dirrm lib/gcfilms/GCPlugins -@dirrm lib/gcfilms/GCLang -@dirrm lib/gcfilms/GCImport -@dirrm lib/gcfilms/GCExport -@dirrm lib/gcfilms Modified: head/multimedia/lxdvdrip/pkg-plist ============================================================================== --- head/multimedia/lxdvdrip/pkg-plist Thu Feb 5 15:04:56 2015 (r378458) +++ head/multimedia/lxdvdrip/pkg-plist Thu Feb 5 15:06:38 2015 (r378459) @@ -3,9 +3,7 @@ bin/lxac3scan bin/lxdvdrip bin/play_cell_lxdvdrip bin/vamps_lxdvdrip -@unexec if cmp -s %D/etc/lxdvdrip.conf %D/etc/lxdvdrip.conf.sample; then rm -f %D/etc/lxdvdrip.conf; fi -etc/lxdvdrip.conf.sample -@exec [ -f %B/lxdvdrip.conf ] || cp %B/%f %B/lxdvdrip.conf +@sample etc/lxdvdrip.conf.sample %%DATADIR%%/lxdvdrip.wav %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lxdvdrip.conf.DE %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lxdvdrip.conf.EN @@ -22,6 +20,3 @@ man/man1/lxdvdrip.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.fr %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/freebsd.doc -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:14:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ADEAE72; Thu, 5 Feb 2015 15:14:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17397A98; Thu, 5 Feb 2015 15:14:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15FEWvi074963; Thu, 5 Feb 2015 15:14:32 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15FEWY1074961; Thu, 5 Feb 2015 15:14:32 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201502051514.t15FEWY1074961@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 5 Feb 2015 15:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378460 - head/graphics/yed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:14:33 -0000 Author: vg Date: Thu Feb 5 15:14:31 2015 New Revision: 378460 URL: https://svnweb.freebsd.org/changeset/ports/378460 QAT: https://qat.redports.org/buildarchive/r378460/ Log: - Update to 3.14 PR: ports/197169 Submitted by: olevole@olevole.ru Approved by: Eugene Mychlo (maintainer) Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Thu Feb 5 15:06:38 2015 (r378459) +++ head/graphics/yed/Makefile Thu Feb 5 15:14:31 2015 (r378460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.13 +PORTVERSION= 3.14 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Thu Feb 5 15:06:38 2015 (r378459) +++ head/graphics/yed/distinfo Thu Feb 5 15:14:31 2015 (r378460) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.13.zip) = 5e169e4a0eca5a3d23a171ac935cda17913299538a14005ff289cc30b0d1b8b4 -SIZE (yEd-3.13.zip) = 27745044 +SHA256 (yEd-3.14.zip) = 147bb081b063abee202a0019597ac960273454046afb29ebbe91e62102dd0471 +SIZE (yEd-3.14.zip) = 27940970 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:23:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 254EA1EF; Thu, 5 Feb 2015 15:23:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1026EBA2; Thu, 5 Feb 2015 15:23:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15FNYYn079700; Thu, 5 Feb 2015 15:23:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15FNWmO079687; Thu, 5 Feb 2015 15:23:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051523.t15FNWmO079687@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378461 - in head/net-mgmt: check_logfiles nagios-check_email_delivery nagios-check_hdd_health nagios-check_mysql_slave nagios-check_ports nagios-check_postgres nagios-check_relayd_stat... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:23:35 -0000 Author: bapt Date: Thu Feb 5 15:23:32 2015 New Revision: 378461 URL: https://svnweb.freebsd.org/changeset/ports/378461 QAT: https://qat.redports.org/buildarchive/r378461/ Log: Cleanup plist Modified: head/net-mgmt/check_logfiles/pkg-plist head/net-mgmt/nagios-check_email_delivery/pkg-plist head/net-mgmt/nagios-check_hdd_health/pkg-plist head/net-mgmt/nagios-check_mysql_slave/pkg-plist head/net-mgmt/nagios-check_ports/pkg-plist head/net-mgmt/nagios-check_postgres/pkg-plist head/net-mgmt/nagios-check_relayd_status/pkg-plist head/net-mgmt/nagios-check_smartmon/pkg-plist Modified: head/net-mgmt/check_logfiles/pkg-plist ============================================================================== --- head/net-mgmt/check_logfiles/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/check_logfiles/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -1,2 +1 @@ libexec/nagios/check_logfiles -@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_email_delivery/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_email_delivery/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_email_delivery/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -18,5 +18,3 @@ libexec/nagios/imap_ssl_cert_epn %%PORTDOCS%%%%DOCSDIR%%/check_smtp_send.pod %%PORTDOCS%%%%DOCSDIR%%/imap_ssl_cert.html %%PORTDOCS%%%%DOCSDIR%%/imap_ssl_cert.pod -%%PORTDOCS%%@dir %%DOCSDIR%% -@dir libexec/nagios Modified: head/net-mgmt/nagios-check_hdd_health/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_hdd_health/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_hdd_health/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -1,2 +1 @@ libexec/nagios/check_hdd_health -@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_mysql_slave/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_mysql_slave/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_mysql_slave/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -2,5 +2,3 @@ libexec/nagios/check_mysql_slave libexec/nagios/check_mysql_slave_epn %%PORTDOCS%%%%DOCSDIR%%/check_mysql_slave.html %%PORTDOCS%%%%DOCSDIR%%/check_mysql_slave.pod -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_ports/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_ports/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_ports/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -1,2 +1 @@ libexec/nagios/check_ports -@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_postgres/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_postgres/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_postgres/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -57,6 +57,3 @@ bin/check_postgres.pl %%NAGIOS%%libexec/nagios/check_postgres_wal_files man/man1/check_postgres.1p.gz %%CACTI%%share/cacti/scripts/check_postgres_dbstats -%%CACTI%%@dirrmtry share/cacti/scripts -%%CACTI%%@dirrmtry share/cacti -%%NAGIOS%%@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_relayd_status/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_relayd_status/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_relayd_status/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -1,2 +1 @@ libexec/nagios/check_relayd_status -@dirrmtry libexec/nagios Modified: head/net-mgmt/nagios-check_smartmon/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_smartmon/pkg-plist Thu Feb 5 15:14:31 2015 (r378460) +++ head/net-mgmt/nagios-check_smartmon/pkg-plist Thu Feb 5 15:23:32 2015 (r378461) @@ -1,2 +1 @@ libexec/nagios/check_smartmon -@dirrmtry libexec/nagios From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:36:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B224422; Thu, 5 Feb 2015 15:36:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 778E9CC5; Thu, 5 Feb 2015 15:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Fa5GK084761; Thu, 5 Feb 2015 15:36:05 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Fa5Xs084758; Thu, 5 Feb 2015 15:36:05 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201502051536.t15Fa5Xs084758@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 5 Feb 2015 15:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378462 - head/www/ilias X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:36:05 -0000 Author: wen Date: Thu Feb 5 15:36:04 2015 New Revision: 378462 URL: https://svnweb.freebsd.org/changeset/ports/378462 QAT: https://qat.redports.org/buildarchive/r378462/ Log: - Update to 4.4.7 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Thu Feb 5 15:23:32 2015 (r378461) +++ head/www/ilias/Makefile Thu Feb 5 15:36:04 2015 (r378462) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 4.4.5 -PORTREVISION= 1 +PORTVERSION= 4.4.7 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/01.%20ILIAS%204.4/ILIAS%20${PORTVERSION} @@ -54,8 +53,8 @@ pre-install: @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${ILIASDIR}?g" >${PLIST} - @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dirrm ${ILIASDIR}?g" >> ${PLIST} - @${ECHO} @dirrm ${ILIASDATADIR} >> ${PLIST} + @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${ILIASDIR}?g" >> ${PLIST} + @${ECHO} @dir ${ILIASDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} @${ECHO_CMD} "@owner" >> ${PLIST} Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Thu Feb 5 15:23:32 2015 (r378461) +++ head/www/ilias/distinfo Thu Feb 5 15:36:04 2015 (r378462) @@ -1,2 +1,2 @@ -SHA256 (ilias-4.4.5.tar.gz) = c6bec76a744039c0dd8eb18fd0c22c8e002cae8d140cafb7ccc77dd4a9814582 -SIZE (ilias-4.4.5.tar.gz) = 123126276 +SHA256 (ilias-4.4.7.tar.gz) = a69b075539fd7e7f15ba0b7f9627b730500dc19c1851e977b707876681a7f525 +SIZE (ilias-4.4.7.tar.gz) = 123105691 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:49:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A3D278E; Thu, 5 Feb 2015 15:49:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C39BE04; Thu, 5 Feb 2015 15:49:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15FnvsT090019; Thu, 5 Feb 2015 15:49:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15FnuZf090015; Thu, 5 Feb 2015 15:49:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051549.t15FnuZf090015@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378463 - in head/net: spread spread4 ss5 vnc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:49:57 -0000 Author: bapt Date: Thu Feb 5 15:49:55 2015 New Revision: 378463 URL: https://svnweb.freebsd.org/changeset/ports/378463 QAT: https://qat.redports.org/buildarchive/r378463/ Log: Cleanup plist Modified: head/net/spread/pkg-plist head/net/spread4/pkg-plist head/net/ss5/pkg-plist head/net/vnc/Makefile Modified: head/net/spread/pkg-plist ============================================================================== --- head/net/spread/pkg-plist Thu Feb 5 15:36:04 2015 (r378462) +++ head/net/spread/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) @@ -38,6 +38,4 @@ man/man3/SP_scat_receive.3.gz %%SITE_ARCH%%/auto/Spread/autosplit.ix sbin/spread %%EXAMPLESDIR%%/test.pl -@dirrm %%EXAMPLESDIR%% -@exec install -m 750 -o %%USERS%% -g %%GROUPS%% -d %%RUNDIR%% -@dirrmtry %%RUNDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%RUNDIR%% Modified: head/net/spread4/pkg-plist ============================================================================== --- head/net/spread4/pkg-plist Thu Feb 5 15:36:04 2015 (r378462) +++ head/net/spread4/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) @@ -49,5 +49,4 @@ man/man3/SP_scat_multicast.3.gz man/man3/SP_scat_receive.3.gz man/man3/SP_version.3.gz man/man3/libspread.3.gz -@exec install -m 750 -o %%USERS%% -g %%GROUPS%% -d %%RUNDIR%% -@dirrmtry %%RUNDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%RUNDIR%% Modified: head/net/ss5/pkg-plist ============================================================================== --- head/net/ss5/pkg-plist Thu Feb 5 15:36:04 2015 (r378462) +++ head/net/ss5/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) @@ -33,10 +33,4 @@ sbin/ss5srv %%DOCSDIR%%/README.ldap %%DOCSDIR%%/README.pam %%DOCSDIR%%/README.statmgr -@exec mkdir -p /var/run/ss5 -@unexec rmdir >/dev/null 2>&1 /var/log/ss5 || : -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm %%EXAMPLESDIR%% -@dirrmtry etc/ss5 -@dirrm lib/ss5 +@dir /var/run/ss5 Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Thu Feb 5 15:36:04 2015 (r378462) +++ head/net/vnc/Makefile Thu Feb 5 15:49:55 2015 (r378463) @@ -101,9 +101,6 @@ pre-install: .if ${PORT_OPTIONS:MSERVER} @if [ -f ${WRKSRC}/xc/programs/Xserver/vnc/module/vnc.so ]; then \ ${ECHO_CMD} lib/modules/extensions/vnc.so ; \ - ${ECHO_CMD} "@dirrmtry lib/modules/extensions" ; \ - ${ECHO_CMD} "@dirrmtry lib/modules" ; \ - ${ECHO_CMD} "@dirrmtry lib" ; \ fi >> ${PLIST} .endif From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:53:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 832518E8; Thu, 5 Feb 2015 15:53:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55D49EBC; Thu, 5 Feb 2015 15:53:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Fr27H093959; Thu, 5 Feb 2015 15:53:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Fr162093955; Thu, 5 Feb 2015 15:53:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051553.t15Fr162093955@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378464 - in head/print: foomatic-db-engine ghostscript7 ghostscript7-commfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:53:02 -0000 Author: bapt Date: Thu Feb 5 15:53:00 2015 New Revision: 378464 URL: https://svnweb.freebsd.org/changeset/ports/378464 QAT: https://qat.redports.org/buildarchive/r378464/ Log: Cleanup plist Modified: head/print/foomatic-db-engine/pkg-plist head/print/ghostscript7-commfont/pkg-plist head/print/ghostscript7/pkg-plist Modified: head/print/foomatic-db-engine/pkg-plist ============================================================================== --- head/print/foomatic-db-engine/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) +++ head/print/foomatic-db-engine/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) @@ -37,9 +37,4 @@ sbin/foomatic-replaceoldprinterids share/foomatic/templates/pjl_enum_choice.xml share/foomatic/templates/pjl_enum_option.xml share/foomatic/templates/pjl_num_option.xml -@dirrm share/foomatic/templates -@dirrmtry share/foomatic -@dirrmtry libexec/cups/driver -@dirrmtry libexec/cups -@dirrmtry etc/foomatic -@exec mkdir -p %D/etc/foomatic +@dir etc/foomatic Modified: head/print/ghostscript7-commfont/pkg-plist ============================================================================== --- head/print/ghostscript7-commfont/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) +++ head/print/ghostscript7-commfont/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) @@ -991,7 +991,3 @@ %%GS_RESDIR%%/CMap/V %%GS_RESDIR%%/CMap/WP-Symbol %%GS_RESDIR%%/CMap/cid2code.txt -@dirrm %%GS_RESDIR%%/Font -@dirrm %%GS_RESDIR%%/CMap -@dirrm %%GS_RESDIR%%/CIDFont -@dirrm %%GS_RESDIR%% Modified: head/print/ghostscript7/pkg-plist ============================================================================== --- head/print/ghostscript7/pkg-plist Thu Feb 5 15:49:55 2015 (r378463) +++ head/print/ghostscript7/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) @@ -359,12 +359,5 @@ man/man1/wftopfa.1.gz %%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps %%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Letter.ps %%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps -%%GS_pcl3%%@dirrm %%DATADIR%%/%%GS_VERSION%%/pcl3 %%GS_pcl3%%man/man1/gs-pcl3.1.gz %%GS_pcl3%%man/man1/pcl3opts.1.gz -@dirrm %%DATADIR%%/%%GS_VERSION%%/lib -@dirrm %%DATADIR%%/%%GS_VERSION%%/examples/cjk -@dirrm %%DATADIR%%/%%GS_VERSION%%/examples -@dirrm %%DATADIR%%/%%GS_VERSION%%/doc -@dirrm %%DATADIR%%/%%GS_VERSION%% -@dirrmtry %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 15:55:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C627AB1D; Thu, 5 Feb 2015 15:55:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7AC3EE8; Thu, 5 Feb 2015 15:55:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15FttVx094551; Thu, 5 Feb 2015 15:55:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15FtssS094534; Thu, 5 Feb 2015 15:55:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051555.t15FtssS094534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 15:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378465 - in head/shells: ch dash p5-Term-ShellUI psh shell-include X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 15:55:56 -0000 Author: bapt Date: Thu Feb 5 15:55:53 2015 New Revision: 378465 URL: https://svnweb.freebsd.org/changeset/ports/378465 QAT: https://qat.redports.org/buildarchive/r378465/ Log: Cleanup plist Modified: head/shells/ch/pkg-plist head/shells/dash/Makefile head/shells/p5-Term-ShellUI/pkg-plist head/shells/psh/pkg-plist head/shells/shell-include/pkg-plist Modified: head/shells/ch/pkg-plist ============================================================================== --- head/shells/ch/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) +++ head/shells/ch/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) @@ -28,10 +28,3 @@ %%DATADIR%%/docs/man/man1/strjoin.1..gz %%DATADIR%%/docs/man/man1/strputc.1.gz %%DATADIR%%/docs/man/man1/strrep.1.gz -@dirrmtry %%DATADIR%%/docs/cn -@dirrmtry %%DATADIR%%/docs/jp -@dirrmtry %%DATADIR%%/docs/jp -@dirrmtry %%DATADIR%%/docs/images -@dirrmtry %%DATADIR%%/docs/man/man1 -@dirrmtry %%DATADIR%%/docs/man -@dirrmtry %%DATADIR%%/docs Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Thu Feb 5 15:53:00 2015 (r378464) +++ head/shells/dash/Makefile Thu Feb 5 15:55:53 2015 (r378465) @@ -8,6 +8,9 @@ MASTER_SITES= http://gondor.apana.org.au MAINTAINER= bdrewery@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh +SEPARATE_BUILD= flavored +FLAVORS= static +FLAVOR?= GNU_CONFIGURE= yes # This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386 CFLAGS+= -DUNUSABLE_RT_SIGNALS @@ -16,6 +19,10 @@ USES= gmake PLIST_FILES= bin/dash man/man1/dash.1.gz +.if ${FLAVOR:Mstatic} +LDFLAGS+= -static +.endif + post-patch: ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in Modified: head/shells/p5-Term-ShellUI/pkg-plist ============================================================================== --- head/shells/p5-Term-ShellUI/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) +++ head/shells/p5-Term-ShellUI/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) @@ -6,4 +6,3 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis-big %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tui-sample -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% Modified: head/shells/psh/pkg-plist ============================================================================== --- head/shells/psh/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) +++ head/shells/psh/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) @@ -178,6 +178,3 @@ man/man1/pshdevel.1.gz %%PERL5_MAN3%%/Psh::Strategy::Perlfunc.3.gz %%PERL5_MAN3%%/Psh::Strategy::Perlfunc_heavy.3.gz %%PERL5_MAN3%%/Psh::Strategy::Perlscript.3.gz -@dirrm %%DATADIR%%/complete -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%% Modified: head/shells/shell-include/pkg-plist ============================================================================== --- head/shells/shell-include/pkg-plist Thu Feb 5 15:53:00 2015 (r378464) +++ head/shells/shell-include/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) @@ -8,6 +8,3 @@ man/man3/fileGetLine.3.gz man/man3/random.3.gz man/man3/random::shortIntRandom.3.gz man/man7/shell-include.7.gz -@dirrm libexec/shell-include/sh -@dirrm libexec/shell-include/bash -@dirrm libexec/shell-include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:03:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39B4FED9; Thu, 5 Feb 2015 16:03:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26360FE7; Thu, 5 Feb 2015 16:03:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15G3YaR099139; Thu, 5 Feb 2015 16:03:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15G3XX4099137; Thu, 5 Feb 2015 16:03:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051603.t15G3XX4099137@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378466 - in head/x11-servers: Xfstt mga_hal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:03:34 -0000 Author: bapt Date: Thu Feb 5 16:03:32 2015 New Revision: 378466 URL: https://svnweb.freebsd.org/changeset/ports/378466 QAT: https://qat.redports.org/buildarchive/r378466/ Log: Cleanup plist Modified: head/x11-servers/Xfstt/pkg-plist head/x11-servers/mga_hal/pkg-plist Modified: head/x11-servers/Xfstt/pkg-plist ============================================================================== --- head/x11-servers/Xfstt/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) +++ head/x11-servers/Xfstt/pkg-plist Thu Feb 5 16:03:32 2015 (r378466) @@ -5,4 +5,3 @@ man/man1/xfstt.1x.gz %%PORTDOCS%%@dirrm %%DOCSDIR%% @rmtry lib/X11/fonts/TrueType/ttname.dir @rmtry lib/X11/fonts/TrueType/ttinfo.dir -@dir lib/X11/fonts/TrueType Modified: head/x11-servers/mga_hal/pkg-plist ============================================================================== --- head/x11-servers/mga_hal/pkg-plist Thu Feb 5 15:55:53 2015 (r378465) +++ head/x11-servers/mga_hal/pkg-plist Thu Feb 5 16:03:32 2015 (r378466) @@ -1,6 +1,3 @@ %%PORTDOCS%%%%DOCSDIR%%/readme.txt lib/modules/drivers/mga_hal_drv.so lib/modules/drivers/mga_drv.so -@dirrmtry lib/modules/drivers -@dirrmtry lib/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:09:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C097299; Thu, 5 Feb 2015 16:09:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB257BB; Thu, 5 Feb 2015 16:09:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15G9fgj000119; Thu, 5 Feb 2015 16:09:41 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15G9fKY000112; Thu, 5 Feb 2015 16:09:41 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201502051609.t15G9fKY000112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 5 Feb 2015 16:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378467 - in head/sysutils/cbsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:09:41 -0000 Author: vg Date: Thu Feb 5 16:09:40 2015 New Revision: 378467 URL: https://svnweb.freebsd.org/changeset/ports/378467 QAT: https://qat.redports.org/buildarchive/r378467/ Log: - Fix resource leaks PR: ports/197350 Submitted by: olevole@olevole.ru (maintainer) Added: head/sysutils/cbsd/files/patch-bin-cbsdsh-cbsd_fwatch.c (contents, props changed) Modified: head/sysutils/cbsd/Makefile Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Thu Feb 5 16:03:32 2015 (r378466) +++ head/sysutils/cbsd/Makefile Thu Feb 5 16:09:40 2015 (r378467) @@ -2,6 +2,7 @@ PORTNAME= cbsd PORTVERSION= 10.1.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Added: head/sysutils/cbsd/files/patch-bin-cbsdsh-cbsd_fwatch.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cbsd/files/patch-bin-cbsdsh-cbsd_fwatch.c Thu Feb 5 16:09:40 2015 (r378467) @@ -0,0 +1,39 @@ +--- bin/cbsdsh/cbsd_fwatch.c.orig 2015-02-05 17:33:24.019144000 +0300 ++++ bin/cbsdsh/cbsd_fwatch.c 2015-02-05 16:57:53.000000000 +0300 +@@ -95,7 +95,6 @@ + return 1; + } + +- + if ((fd = open(watchfile, O_RDONLY)) == -1) { + out2fmt_flush("Cannot open: %s\n", watchfile); + ckfree(watchfile); +@@ -117,6 +116,7 @@ + out2fmt_flush("kevent\n"); + close(fd); + ckfree(watchfile); ++ close(kq); + return 1; + } + +@@ -134,9 +134,12 @@ + out2fmt_flush("kevent\n"); + close(fd); + ckfree(watchfile); ++ close(kq); + return 1; + } + ++ close(kq); ++ + if (nev != 0) { + if (ev.fflags & NOTE_DELETE) { + out2fmt_flush("deleted\n"); +@@ -173,5 +176,7 @@ + ev.fflags &= ~NOTE_REVOKE; + } + } ++ ++ ckfree(watchfile); + return 0; + } From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:12:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6341E1C2; Thu, 5 Feb 2015 16:12:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E2DC1BF; Thu, 5 Feb 2015 16:12:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15GCbxb004164; Thu, 5 Feb 2015 16:12:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15GCaMP004161; Thu, 5 Feb 2015 16:12:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051612.t15GCaMP004161@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378468 - in head/x11-themes: fluxbox-tenr-styles-pack icons-human-azul kde-icons-noia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:12:37 -0000 Author: bapt Date: Thu Feb 5 16:12:35 2015 New Revision: 378468 URL: https://svnweb.freebsd.org/changeset/ports/378468 QAT: https://qat.redports.org/buildarchive/r378468/ Log: Cleanup plists Modified: head/x11-themes/fluxbox-tenr-styles-pack/pkg-plist head/x11-themes/icons-human-azul/pkg-plist head/x11-themes/kde-icons-noia/Makefile.icons Modified: head/x11-themes/fluxbox-tenr-styles-pack/pkg-plist ============================================================================== --- head/x11-themes/fluxbox-tenr-styles-pack/pkg-plist Thu Feb 5 16:09:40 2015 (r378467) +++ head/x11-themes/fluxbox-tenr-styles-pack/pkg-plist Thu Feb 5 16:12:35 2015 (r378468) @@ -6762,513 +6762,3 @@ share/fluxbox/styles/zippo/pixmaps/unsha share/fluxbox/styles/zippo/pixmaps/unshadeufcs.xpm share/fluxbox/styles/zippo/preview.jpg share/fluxbox/styles/zippo/theme.cfg -@dirrmtry share/fluxbox/styles/zippo/pixmaps -@dirrmtry share/fluxbox/styles/zippo -@dirrmtry share/fluxbox/styles/xlitebox/pixmaps -@dirrmtry share/fluxbox/styles/xlitebox -@dirrmtry share/fluxbox/styles/woodpecker1.3/pixmaps -@dirrmtry share/fluxbox/styles/woodpecker1.3 -@dirrmtry share/fluxbox/styles/wired1.3/pixmaps -@dirrmtry share/fluxbox/styles/wired1.3 -@dirrmtry share/fluxbox/styles/winter1.5/pixmaps -@dirrmtry share/fluxbox/styles/winter1.5 -@dirrmtry share/fluxbox/styles/white/pixmaps -@dirrmtry share/fluxbox/styles/white -@dirrmtry share/fluxbox/styles/waterDrops/pixmaps -@dirrmtry share/fluxbox/styles/waterDrops -@dirrmtry share/fluxbox/styles/wasteland/pixmaps -@dirrmtry share/fluxbox/styles/wasteland -@dirrmtry share/fluxbox/styles/vital/pixmaps -@dirrmtry share/fluxbox/styles/vital -@dirrmtry share/fluxbox/styles/uncomplex/pixmaps -@dirrmtry share/fluxbox/styles/uncomplex -@dirrmtry share/fluxbox/styles/ultraViolent/pixmaps -@dirrmtry share/fluxbox/styles/ultraViolent -@dirrmtry share/fluxbox/styles/ullr -@dirrmtry share/fluxbox/styles/tulip1.3/pixmaps -@dirrmtry share/fluxbox/styles/tulip1.3 -@dirrmtry share/fluxbox/styles/tron_yellow -@dirrmtry share/fluxbox/styles/tron_red -@dirrmtry share/fluxbox/styles/tron_purple -@dirrmtry share/fluxbox/styles/tron_orange -@dirrmtry share/fluxbox/styles/tron_green -@dirrmtry share/fluxbox/styles/tron_blue -@dirrmtry share/fluxbox/styles/trivial/pixmaps -@dirrmtry share/fluxbox/styles/trivial -@dirrmtry share/fluxbox/styles/tricky/pixmaps -@dirrmtry share/fluxbox/styles/tricky -@dirrmtry share/fluxbox/styles/trace/pixmaps -@dirrmtry share/fluxbox/styles/trace -@dirrmtry share/fluxbox/styles/touchpad1.3/pixmaps -@dirrmtry share/fluxbox/styles/touchpad1.3 -@dirrmtry share/fluxbox/styles/tinyleon/pixmaps -@dirrmtry share/fluxbox/styles/tinyleon -@dirrmtry share/fluxbox/styles/thor -@dirrmtry share/fluxbox/styles/tend/pixmaps -@dirrmtry share/fluxbox/styles/tend -@dirrmtry share/fluxbox/styles/tech/pixmaps -@dirrmtry share/fluxbox/styles/tech -@dirrmtry share/fluxbox/styles/tar/pixmaps -@dirrmtry share/fluxbox/styles/tar -@dirrmtry share/fluxbox/styles/tango -@dirrmtry share/fluxbox/styles/synaptic_dark/pixmaps -@dirrmtry share/fluxbox/styles/synaptic_dark -@dirrmtry share/fluxbox/styles/synaptic/pixmaps -@dirrmtry share/fluxbox/styles/synaptic -@dirrmtry share/fluxbox/styles/swell_dark/pixmaps -@dirrmtry share/fluxbox/styles/swell_dark -@dirrmtry share/fluxbox/styles/swell_bright/pixmaps -@dirrmtry share/fluxbox/styles/swell_bright -@dirrmtry share/fluxbox/styles/summerday/pixmaps -@dirrmtry share/fluxbox/styles/summerday -@dirrmtry share/fluxbox/styles/stud/pixmaps -@dirrmtry share/fluxbox/styles/stud -@dirrmtry share/fluxbox/styles/strut/pixmaps -@dirrmtry share/fluxbox/styles/strut -@dirrmtry share/fluxbox/styles/strawberry -@dirrmtry share/fluxbox/styles/step/pixmaps -@dirrmtry share/fluxbox/styles/step -@dirrmtry share/fluxbox/styles/stein/pixmaps -@dirrmtry share/fluxbox/styles/stein -@dirrmtry share/fluxbox/styles/squid/pixmaps -@dirrmtry share/fluxbox/styles/squid -@dirrmtry share/fluxbox/styles/squares/pixmaps -@dirrmtry share/fluxbox/styles/squares -@dirrmtry share/fluxbox/styles/square/pixmaps -@dirrmtry share/fluxbox/styles/square -@dirrmtry share/fluxbox/styles/spot/pixmaps -@dirrmtry share/fluxbox/styles/spot -@dirrmtry share/fluxbox/styles/split_red/pixmaps -@dirrmtry share/fluxbox/styles/split_red -@dirrmtry share/fluxbox/styles/split_purple/pixmaps -@dirrmtry share/fluxbox/styles/split_purple -@dirrmtry share/fluxbox/styles/split_orange/pixmaps -@dirrmtry share/fluxbox/styles/split_orange -@dirrmtry share/fluxbox/styles/split_green/pixmaps -@dirrmtry share/fluxbox/styles/split_green -@dirrmtry share/fluxbox/styles/split_blue/pixmaps -@dirrmtry share/fluxbox/styles/split_blue -@dirrmtry share/fluxbox/styles/split_blank/pixmaps -@dirrmtry share/fluxbox/styles/split_blank -@dirrmtry share/fluxbox/styles/spatula/pixmaps -@dirrmtry share/fluxbox/styles/spatula -@dirrmtry share/fluxbox/styles/sourceforge/pixmaps -@dirrmtry share/fluxbox/styles/sourceforge -@dirrmtry share/fluxbox/styles/soot/pixmaps -@dirrmtry share/fluxbox/styles/soot -@dirrmtry share/fluxbox/styles/soilent_gruen/pixmaps -@dirrmtry share/fluxbox/styles/soilent_gruen -@dirrmtry share/fluxbox/styles/softcloudii/pixmaps -@dirrmtry share/fluxbox/styles/softcloudii -@dirrmtry share/fluxbox/styles/softcloud/pixmaps -@dirrmtry share/fluxbox/styles/softcloud -@dirrmtry share/fluxbox/styles/snowblind/pixmaps -@dirrmtry share/fluxbox/styles/snowblind -@dirrmtry share/fluxbox/styles/snow1.3/pixmaps -@dirrmtry share/fluxbox/styles/snow1.3 -@dirrmtry share/fluxbox/styles/smoothie -@dirrmtry share/fluxbox/styles/smolder/pixmaps -@dirrmtry share/fluxbox/styles/smolder -@dirrmtry share/fluxbox/styles/smokk -@dirrmtry share/fluxbox/styles/smallblue -@dirrmtry share/fluxbox/styles/slip/pixmaps -@dirrmtry share/fluxbox/styles/slip -@dirrmtry share/fluxbox/styles/slim_purple/pixmaps -@dirrmtry share/fluxbox/styles/slim_purple -@dirrmtry share/fluxbox/styles/slim_orange/pixmaps -@dirrmtry share/fluxbox/styles/slim_orange -@dirrmtry share/fluxbox/styles/slim_green/pixmaps -@dirrmtry share/fluxbox/styles/slim_green -@dirrmtry share/fluxbox/styles/slim_darkblue/pixmaps -@dirrmtry share/fluxbox/styles/slim_darkblue -@dirrmtry share/fluxbox/styles/slim_blue/pixmaps -@dirrmtry share/fluxbox/styles/slim_blue -@dirrmtry share/fluxbox/styles/slim_black/pixmaps -@dirrmtry share/fluxbox/styles/slim_black -@dirrmtry share/fluxbox/styles/simplestdark -@dirrmtry share/fluxbox/styles/simplestbright -@dirrmtry share/fluxbox/styles/simple/pixmaps -@dirrmtry share/fluxbox/styles/simple -@dirrmtry share/fluxbox/styles/silver/pixmaps -@dirrmtry share/fluxbox/styles/silver -@dirrmtry share/fluxbox/styles/sif -@dirrmtry share/fluxbox/styles/shine/pixmaps -@dirrmtry share/fluxbox/styles/shine -@dirrmtry share/fluxbox/styles/shell/pixmaps -@dirrmtry share/fluxbox/styles/shell -@dirrmtry share/fluxbox/styles/shadow/pixmaps -@dirrmtry share/fluxbox/styles/shadow -@dirrmtry share/fluxbox/styles/seldom/pixmaps -@dirrmtry share/fluxbox/styles/seldom -@dirrmtry share/fluxbox/styles/sea1.3/pixmaps -@dirrmtry share/fluxbox/styles/sea1.3 -@dirrmtry share/fluxbox/styles/scythe/pixmaps -@dirrmtry share/fluxbox/styles/scythe -@dirrmtry share/fluxbox/styles/scrubbed/pixmaps -@dirrmtry share/fluxbox/styles/scrubbed -@dirrmtry share/fluxbox/styles/sands2.3/pixmaps -@dirrmtry share/fluxbox/styles/sands2.3 -@dirrmtry share/fluxbox/styles/salmon/pixmaps -@dirrmtry share/fluxbox/styles/salmon -@dirrmtry share/fluxbox/styles/saintPatrick/pixmaps -@dirrmtry share/fluxbox/styles/saintPatrick -@dirrmtry share/fluxbox/styles/rustblocks/pixmaps -@dirrmtry share/fluxbox/styles/rustblocks -@dirrmtry share/fluxbox/styles/ruby -@dirrmtry share/fluxbox/styles/root/pixmaps -@dirrmtry share/fluxbox/styles/root -@dirrmtry share/fluxbox/styles/rings_sun/pixmaps -@dirrmtry share/fluxbox/styles/rings_sun -@dirrmtry share/fluxbox/styles/rings_purple/pixmaps -@dirrmtry share/fluxbox/styles/rings_purple -@dirrmtry share/fluxbox/styles/rings_onyx/pixmaps -@dirrmtry share/fluxbox/styles/rings_onyx -@dirrmtry share/fluxbox/styles/rings_mint/pixmaps -@dirrmtry share/fluxbox/styles/rings_mint -@dirrmtry share/fluxbox/styles/rings_ice/pixmaps -@dirrmtry share/fluxbox/styles/rings_ice -@dirrmtry share/fluxbox/styles/rings_fire/pixmaps -@dirrmtry share/fluxbox/styles/rings_fire -@dirrmtry share/fluxbox/styles/reason/pixmaps -@dirrmtry share/fluxbox/styles/reason -@dirrmtry share/fluxbox/styles/radio_controlled1.3/pixmaps -@dirrmtry share/fluxbox/styles/radio_controlled1.3 -@dirrmtry share/fluxbox/styles/puristic -@dirrmtry share/fluxbox/styles/polar/pixmaps -@dirrmtry share/fluxbox/styles/polar -@dirrmtry share/fluxbox/styles/pokey_sand -@dirrmtry share/fluxbox/styles/pokey_oil -@dirrmtry share/fluxbox/styles/plutonium/pixmaps -@dirrmtry share/fluxbox/styles/plutonium -@dirrmtry share/fluxbox/styles/plum -@dirrmtry share/fluxbox/styles/platin/pixmaps -@dirrmtry share/fluxbox/styles/platin -@dirrmtry share/fluxbox/styles/plate/pixmaps -@dirrmtry share/fluxbox/styles/plate -@dirrmtry share/fluxbox/styles/plank/pixmaps -@dirrmtry share/fluxbox/styles/plank -@dirrmtry share/fluxbox/styles/plain_red/pixmaps -@dirrmtry share/fluxbox/styles/plain_red -@dirrmtry share/fluxbox/styles/plain_purple/pixmaps -@dirrmtry share/fluxbox/styles/plain_purple -@dirrmtry share/fluxbox/styles/plain_green/pixmaps -@dirrmtry share/fluxbox/styles/plain_green -@dirrmtry share/fluxbox/styles/plain_gray/pixmaps -@dirrmtry share/fluxbox/styles/plain_gray -@dirrmtry share/fluxbox/styles/plain_blue/pixmaps -@dirrmtry share/fluxbox/styles/plain_blue -@dirrmtry share/fluxbox/styles/pitch/pixmaps -@dirrmtry share/fluxbox/styles/pitch -@dirrmtry share/fluxbox/styles/peak_vulcano -@dirrmtry share/fluxbox/styles/peak_snow -@dirrmtry share/fluxbox/styles/peak_patina -@dirrmtry share/fluxbox/styles/peak_ocean -@dirrmtry share/fluxbox/styles/peak_dim -@dirrmtry share/fluxbox/styles/peak_appsyt -@dirrmtry share/fluxbox/styles/peaches1.3/pixmaps -@dirrmtry share/fluxbox/styles/peaches1.3 -@dirrmtry share/fluxbox/styles/orange -@dirrmtry share/fluxbox/styles/o_juice/o_juice -@dirrmtry share/fluxbox/styles/o_juice -@dirrmtry share/fluxbox/styles/nolight1.3/pixmaps -@dirrmtry share/fluxbox/styles/nolight1.3 -@dirrmtry share/fluxbox/styles/node -@dirrmtry share/fluxbox/styles/nightflyer1.3/pixmaps -@dirrmtry share/fluxbox/styles/nightflyer1.3 -@dirrmtry share/fluxbox/styles/neon_red -@dirrmtry share/fluxbox/styles/neon_purple -@dirrmtry share/fluxbox/styles/neon_pink -@dirrmtry share/fluxbox/styles/neon_orange -@dirrmtry share/fluxbox/styles/neon_green -@dirrmtry share/fluxbox/styles/neon_blue -@dirrmtry share/fluxbox/styles/nails/pixmaps -@dirrmtry share/fluxbox/styles/nails -@dirrmtry share/fluxbox/styles/mussel/pixmaps -@dirrmtry share/fluxbox/styles/mussel -@dirrmtry share/fluxbox/styles/mumpiz_yellow/pixmaps -@dirrmtry share/fluxbox/styles/mumpiz_yellow -@dirrmtry share/fluxbox/styles/mumpiz_red/pixmaps -@dirrmtry share/fluxbox/styles/mumpiz_red -@dirrmtry share/fluxbox/styles/mumpiz_purple/pixmaps -@dirrmtry share/fluxbox/styles/mumpiz_purple -@dirrmtry share/fluxbox/styles/mumpiz_green/pixmaps -@dirrmtry share/fluxbox/styles/mumpiz_green -@dirrmtry share/fluxbox/styles/mumpiz_blue/pixmaps -@dirrmtry share/fluxbox/styles/mumpiz_blue -@dirrmtry share/fluxbox/styles/mudshovel1.3/pixmaps -@dirrmtry share/fluxbox/styles/mudshovel1.3 -@dirrmtry share/fluxbox/styles/motion/pixmaps -@dirrmtry share/fluxbox/styles/motion -@dirrmtry share/fluxbox/styles/moss/pixmaps -@dirrmtry share/fluxbox/styles/moss -@dirrmtry share/fluxbox/styles/monochrom2..3/pixmaps -@dirrmtry share/fluxbox/styles/monochrom2..3 -@dirrmtry share/fluxbox/styles/mono_invert -@dirrmtry share/fluxbox/styles/mono -@dirrmtry share/fluxbox/styles/modi -@dirrmtry share/fluxbox/styles/miro/pixmaps -@dirrmtry share/fluxbox/styles/miro -@dirrmtry share/fluxbox/styles/mirabelle/pixmaps -@dirrmtry share/fluxbox/styles/mirabelle -@dirrmtry share/fluxbox/styles/milkchocolate -@dirrmtry share/fluxbox/styles/milc2.0/pixmaps -@dirrmtry share/fluxbox/styles/milc2.0 -@dirrmtry share/fluxbox/styles/meadow/pixmaps -@dirrmtry share/fluxbox/styles/meadow -@dirrmtry share/fluxbox/styles/marzipan/pixmaps -@dirrmtry share/fluxbox/styles/marzipan -@dirrmtry share/fluxbox/styles/maps/pixmaps -@dirrmtry share/fluxbox/styles/maps -@dirrmtry share/fluxbox/styles/magni -@dirrmtry share/fluxbox/styles/magnesia1.3/pixmaps -@dirrmtry share/fluxbox/styles/magnesia1.3 -@dirrmtry share/fluxbox/styles/looksClear_turquoise/pixmaps -@dirrmtry share/fluxbox/styles/looksClear_turquoise -@dirrmtry share/fluxbox/styles/looksClear_red/pixmaps -@dirrmtry share/fluxbox/styles/looksClear_red -@dirrmtry share/fluxbox/styles/looksClear_olive/pixmaps -@dirrmtry share/fluxbox/styles/looksClear_olive -@dirrmtry share/fluxbox/styles/looksClear_green/pixmaps -@dirrmtry share/fluxbox/styles/looksClear_green -@dirrmtry share/fluxbox/styles/looksClear_blue/pixmaps -@dirrmtry share/fluxbox/styles/looksClear_blue -@dirrmtry share/fluxbox/styles/logic/pixmaps -@dirrmtry share/fluxbox/styles/logic -@dirrmtry share/fluxbox/styles/litebox/pixmaps -@dirrmtry share/fluxbox/styles/litebox -@dirrmtry share/fluxbox/styles/line_light/pixmaps -@dirrmtry share/fluxbox/styles/line_light -@dirrmtry share/fluxbox/styles/line_dark/pixmaps -@dirrmtry share/fluxbox/styles/line_dark -@dirrmtry share/fluxbox/styles/lime -@dirrmtry share/fluxbox/styles/lilac_upside/pixmaps -@dirrmtry share/fluxbox/styles/lilac_upside -@dirrmtry share/fluxbox/styles/lilac_underside/pixmaps -@dirrmtry share/fluxbox/styles/lilac_underside -@dirrmtry share/fluxbox/styles/leon/pixmaps -@dirrmtry share/fluxbox/styles/leon -@dirrmtry share/fluxbox/styles/lead/pixmaps -@dirrmtry share/fluxbox/styles/lead -@dirrmtry share/fluxbox/styles/lawn -@dirrmtry share/fluxbox/styles/lavaDash/pixmaps -@dirrmtry share/fluxbox/styles/lavaDash -@dirrmtry share/fluxbox/styles/laser_tangerine/pixmaps -@dirrmtry share/fluxbox/styles/laser_tangerine -@dirrmtry share/fluxbox/styles/laser_pink/pixmaps -@dirrmtry share/fluxbox/styles/laser_pink -@dirrmtry share/fluxbox/styles/laser_green/pixmaps -@dirrmtry share/fluxbox/styles/laser_green -@dirrmtry share/fluxbox/styles/laser_blue/pixmaps -@dirrmtry share/fluxbox/styles/laser_blue -@dirrmtry share/fluxbox/styles/laser_allwhite/pixmaps -@dirrmtry share/fluxbox/styles/laser_allwhite -@dirrmtry share/fluxbox/styles/laser_allblack/pixmaps -@dirrmtry share/fluxbox/styles/laser_allblack -@dirrmtry share/fluxbox/styles/laitXT/pixmaps -@dirrmtry share/fluxbox/styles/laitXT -@dirrmtry share/fluxbox/styles/lacy/pixmaps -@dirrmtry share/fluxbox/styles/lacy -@dirrmtry share/fluxbox/styles/lactus/pixmaps -@dirrmtry share/fluxbox/styles/lactus -@dirrmtry share/fluxbox/styles/kiwi/pixmaps -@dirrmtry share/fluxbox/styles/kiwi -@dirrmtry share/fluxbox/styles/ink1.3/pixmaps -@dirrmtry share/fluxbox/styles/ink1.3 -@dirrmtry share/fluxbox/styles/icandy/pixmaps -@dirrmtry share/fluxbox/styles/icandy -@dirrmtry share/fluxbox/styles/hydrocyanic/pixmaps -@dirrmtry share/fluxbox/styles/hydrocyanic -@dirrmtry share/fluxbox/styles/hopper -@dirrmtry share/fluxbox/styles/heureka -@dirrmtry share/fluxbox/styles/heat/pixmaps -@dirrmtry share/fluxbox/styles/heat -@dirrmtry share/fluxbox/styles/haste1.3/pixmaps -@dirrmtry share/fluxbox/styles/haste1.3 -@dirrmtry share/fluxbox/styles/handwritten3.0/pixmaps -@dirrmtry share/fluxbox/styles/handwritten3.0 -@dirrmtry share/fluxbox/styles/handwritten2.3/pixmaps -@dirrmtry share/fluxbox/styles/handwritten2.3 -@dirrmtry share/fluxbox/styles/handwritten1.3/pixmaps -@dirrmtry share/fluxbox/styles/handwritten1.3 -@dirrmtry share/fluxbox/styles/grass1.3/pixmaps -@dirrmtry share/fluxbox/styles/grass1.3 -@dirrmtry share/fluxbox/styles/graphite -@dirrmtry share/fluxbox/styles/glycerol/pixmaps -@dirrmtry share/fluxbox/styles/glycerol -@dirrmtry share/fluxbox/styles/glycerin/pixmaps -@dirrmtry share/fluxbox/styles/glycerin -@dirrmtry share/fluxbox/styles/glass/pixmaps -@dirrmtry share/fluxbox/styles/glass -@dirrmtry share/fluxbox/styles/giediPrime -@dirrmtry share/fluxbox/styles/ghost/pixmaps -@dirrmtry share/fluxbox/styles/ghost -@dirrmtry share/fluxbox/styles/foobar/pixmaps -@dirrmtry share/fluxbox/styles/foobar -@dirrmtry share/fluxbox/styles/foil_water/pixmaps -@dirrmtry share/fluxbox/styles/foil_water -@dirrmtry share/fluxbox/styles/foil_gold/pixmaps -@dirrmtry share/fluxbox/styles/foil_gold -@dirrmtry share/fluxbox/styles/flat/pixmaps -@dirrmtry share/fluxbox/styles/flat -@dirrmtry share/fluxbox/styles/flange/pixmaps -@dirrmtry share/fluxbox/styles/flange -@dirrmtry share/fluxbox/styles/fireMarks/pixmaps -@dirrmtry share/fluxbox/styles/fireMarks -@dirrmtry share/fluxbox/styles/fadeToPurple -@dirrmtry share/fluxbox/styles/fadeToBlue -@dirrmtry share/fluxbox/styles/evidence -@dirrmtry share/fluxbox/styles/evidance -@dirrmtry share/fluxbox/styles/evergreen/pixmaps -@dirrmtry share/fluxbox/styles/evergreen -@dirrmtry share/fluxbox/styles/everclear/pixmaps -@dirrmtry share/fluxbox/styles/everclear -@dirrmtry share/fluxbox/styles/elba/pixmaps -@dirrmtry share/fluxbox/styles/elba -@dirrmtry share/fluxbox/styles/eggplant -@dirrmtry share/fluxbox/styles/eclipse -@dirrmtry share/fluxbox/styles/dust1.3/pixmaps -@dirrmtry share/fluxbox/styles/dust1.3 -@dirrmtry share/fluxbox/styles/duplication/pixmaps -@dirrmtry share/fluxbox/styles/duplication -@dirrmtry share/fluxbox/styles/dune1.3/pixmaps -@dirrmtry share/fluxbox/styles/dune1.3 -@dirrmtry share/fluxbox/styles/dough/pixmaps -@dirrmtry share/fluxbox/styles/dough -@dirrmtry share/fluxbox/styles/dot/pixmaps -@dirrmtry share/fluxbox/styles/dot -@dirrmtry share/fluxbox/styles/doodle/pixmaps -@dirrmtry share/fluxbox/styles/doodle -@dirrmtry share/fluxbox/styles/dodger -@dirrmtry share/fluxbox/styles/dirt/pixmaps -@dirrmtry share/fluxbox/styles/dirt -@dirrmtry share/fluxbox/styles/diction/pixmaps -@dirrmtry share/fluxbox/styles/diction -@dirrmtry share/fluxbox/styles/dent/pixmaps -@dirrmtry share/fluxbox/styles/dent -@dirrmtry share/fluxbox/styles/delusion/pixmaps -@dirrmtry share/fluxbox/styles/delusion -@dirrmtry share/fluxbox/styles/darth/pixmaps -@dirrmtry share/fluxbox/styles/darth -@dirrmtry share/fluxbox/styles/darkclown/darkclown -@dirrmtry share/fluxbox/styles/darkclown -@dirrmtry share/fluxbox/styles/darkcloud/pixmaps -@dirrmtry share/fluxbox/styles/darkcloud -@dirrmtry share/fluxbox/styles/curved/pixmaps -@dirrmtry share/fluxbox/styles/curved -@dirrmtry share/fluxbox/styles/currant -@dirrmtry share/fluxbox/styles/crystalwaters/pixmaps -@dirrmtry share/fluxbox/styles/crystalwaters -@dirrmtry share/fluxbox/styles/crystal_black/pixmaps -@dirrmtry share/fluxbox/styles/crystal_black -@dirrmtry share/fluxbox/styles/crystal/pixmaps -@dirrmtry share/fluxbox/styles/crystal -@dirrmtry share/fluxbox/styles/creme/pixmaps -@dirrmtry share/fluxbox/styles/creme -@dirrmtry share/fluxbox/styles/cracker/pixmaps -@dirrmtry share/fluxbox/styles/cracker -@dirrmtry share/fluxbox/styles/corona/pixmaps -@dirrmtry share/fluxbox/styles/corona -@dirrmtry share/fluxbox/styles/copper/pixmaps -@dirrmtry share/fluxbox/styles/copper -@dirrmtry share/fluxbox/styles/coffeebar -@dirrmtry share/fluxbox/styles/clown/pixmaps -@dirrmtry share/fluxbox/styles/clown -@dirrmtry share/fluxbox/styles/clouds/pixmaps -@dirrmtry share/fluxbox/styles/clouds -@dirrmtry share/fluxbox/styles/click/pixmaps -@dirrmtry share/fluxbox/styles/click -@dirrmtry share/fluxbox/styles/circles/pixmaps -@dirrmtry share/fluxbox/styles/circles -@dirrmtry share/fluxbox/styles/choke/pixmaps -@dirrmtry share/fluxbox/styles/choke -@dirrmtry share/fluxbox/styles/cheesy1.3/pixmaps -@dirrmtry share/fluxbox/styles/cheesy1.3 -@dirrmtry share/fluxbox/styles/ceramic/pixmaps -@dirrmtry share/fluxbox/styles/ceramic -@dirrmtry share/fluxbox/styles/centurion_yellow -@dirrmtry share/fluxbox/styles/centurion_red -@dirrmtry share/fluxbox/styles/centurion_purple -@dirrmtry share/fluxbox/styles/centurion_orange -@dirrmtry share/fluxbox/styles/centurion_green -@dirrmtry share/fluxbox/styles/centurion_cyan -@dirrmtry share/fluxbox/styles/centurion_colorless -@dirrmtry share/fluxbox/styles/centurion_blue -@dirrmtry share/fluxbox/styles/carbon/pixmaps -@dirrmtry share/fluxbox/styles/carbon -@dirrmtry share/fluxbox/styles/caramel -@dirrmtry share/fluxbox/styles/camo_snow -@dirrmtry share/fluxbox/styles/camo_mud -@dirrmtry share/fluxbox/styles/camo_jungle -@dirrmtry share/fluxbox/styles/camo_desert -@dirrmtry share/fluxbox/styles/camo -@dirrmtry share/fluxbox/styles/cambridge/pixmaps -@dirrmtry share/fluxbox/styles/cambridge -@dirrmtry share/fluxbox/styles/burgund1.3/pixmaps -@dirrmtry share/fluxbox/styles/burgund1.3 -@dirrmtry share/fluxbox/styles/brushed1.3/pixmaps -@dirrmtry share/fluxbox/styles/brushed1.3 -@dirrmtry share/fluxbox/styles/brownies1.3/pixmaps -@dirrmtry share/fluxbox/styles/brownies1.3 -@dirrmtry share/fluxbox/styles/brittle/pixmaps -@dirrmtry share/fluxbox/styles/brittle -@dirrmtry share/fluxbox/styles/boxed_safari/pixmaps -@dirrmtry share/fluxbox/styles/boxed_safari -@dirrmtry share/fluxbox/styles/blueshrine/pixmaps -@dirrmtry share/fluxbox/styles/blueshrine -@dirrmtry share/fluxbox/styles/blueish1.3/pixmaps -@dirrmtry share/fluxbox/styles/blueish1.3 -@dirrmtry share/fluxbox/styles/blueJess1.3/pixmaps -@dirrmtry share/fluxbox/styles/blueJess1.3 -@dirrmtry share/fluxbox/styles/bloodStains/pixmaps -@dirrmtry share/fluxbox/styles/bloodStains -@dirrmtry share/fluxbox/styles/blockwater/pixmaps -@dirrmtry share/fluxbox/styles/blockwater -@dirrmtry share/fluxbox/styles/blank/pixmaps -@dirrmtry share/fluxbox/styles/blank -@dirrmtry share/fluxbox/styles/blackstone1.3/pixmaps -@dirrmtry share/fluxbox/styles/blackstone1.3 -@dirrmtry share/fluxbox/styles/blacksteel/pixmaps -@dirrmtry share/fluxbox/styles/blacksteel -@dirrmtry share/fluxbox/styles/blackmoor/pixmaps -@dirrmtry share/fluxbox/styles/blackmoor -@dirrmtry share/fluxbox/styles/blacklight/pixmaps -@dirrmtry share/fluxbox/styles/blacklight -@dirrmtry share/fluxbox/styles/blackhole -@dirrmtry share/fluxbox/styles/blackend1.3/pixmaps -@dirrmtry share/fluxbox/styles/blackend1.3 -@dirrmtry share/fluxbox/styles/black/pixmaps -@dirrmtry share/fluxbox/styles/black -@dirrmtry share/fluxbox/styles/bias_sky -@dirrmtry share/fluxbox/styles/bias_red -@dirrmtry share/fluxbox/styles/bias_purple -@dirrmtry share/fluxbox/styles/bias_orange -@dirrmtry share/fluxbox/styles/bias_light -@dirrmtry share/fluxbox/styles/bias_lavender -@dirrmtry share/fluxbox/styles/bias_gum -@dirrmtry share/fluxbox/styles/bias_green -@dirrmtry share/fluxbox/styles/bias_gold -@dirrmtry share/fluxbox/styles/bias_dark -@dirrmtry share/fluxbox/styles/bias_cacao -@dirrmtry share/fluxbox/styles/bias_bisque -@dirrmtry share/fluxbox/styles/bias_allblack -@dirrmtry share/fluxbox/styles/beige/pixmaps -@dirrmtry share/fluxbox/styles/beige -@dirrmtry share/fluxbox/styles/bean/pixmaps -@dirrmtry share/fluxbox/styles/bean -@dirrmtry share/fluxbox/styles/basic -@dirrmtry share/fluxbox/styles/badge/pixmaps -@dirrmtry share/fluxbox/styles/badge -@dirrmtry share/fluxbox/styles/arrakis -@dirrmtry share/fluxbox/styles/alu/pixmaps -@dirrmtry share/fluxbox/styles/alu -@dirrmtry share/fluxbox/styles/alga1.3/pixmaps -@dirrmtry share/fluxbox/styles/alga1.3 -@dirrmtry share/fluxbox/styles/air/pixmaps -@dirrmtry share/fluxbox/styles/air -@dirrmtry share/fluxbox/styles/active/pixmaps -@dirrmtry share/fluxbox/styles/active -@dirrmtry share/fluxbox/styles/a_juice -@dirrmtry share/fluxbox/styles/LUGParana/pixmaps -@dirrmtry share/fluxbox/styles/LUGParana -@dirrmtry share/fluxbox/styles/0xAR/pixmaps -@dirrmtry share/fluxbox/styles/0xAR Modified: head/x11-themes/icons-human-azul/pkg-plist ============================================================================== --- head/x11-themes/icons-human-azul/pkg-plist Thu Feb 5 16:09:40 2015 (r378467) +++ head/x11-themes/icons-human-azul/pkg-plist Thu Feb 5 16:12:35 2015 (r378468) @@ -420,28 +420,3 @@ share/icons/HumanAzul/cursors/hand1 share/icons/HumanAzul/cursors/sb_up_arrow share/icons/HumanAzul/cursors/left_ptr share/icons/HumanAzul/index.theme -@unexec rm %D/share/icons/HumanAzul/icon-theme.cache 2>/dev/null || true -@dirrm share/icons/HumanAzul/cursors -@dirrm share/icons/HumanAzul/48x48/status -@dirrm share/icons/HumanAzul/48x48/places -@dirrm share/icons/HumanAzul/48x48/mimetypes -@dirrm share/icons/HumanAzul/48x48/filesystems -@dirrm share/icons/HumanAzul/48x48/devices -@dirrm share/icons/HumanAzul/48x48/apps -@dirrm share/icons/HumanAzul/48x48 -@dirrm share/icons/HumanAzul/32x32/status -@dirrm share/icons/HumanAzul/32x32/places -@dirrm share/icons/HumanAzul/32x32/devices -@dirrm share/icons/HumanAzul/32x32 -@dirrm share/icons/HumanAzul/24x24/status -@dirrm share/icons/HumanAzul/24x24/places -@dirrm share/icons/HumanAzul/24x24/devices -@dirrm share/icons/HumanAzul/24x24/apps -@dirrm share/icons/HumanAzul/24x24 -@dirrm share/icons/HumanAzul/16x16/status -@dirrm share/icons/HumanAzul/16x16/places -@dirrm share/icons/HumanAzul/16x16/filesystems -@dirrm share/icons/HumanAzul/16x16/devices -@dirrm share/icons/HumanAzul/16x16 -@dirrm share/icons/HumanAzul -@dirrmtry share/icons Modified: head/x11-themes/kde-icons-noia/Makefile.icons ============================================================================== --- head/x11-themes/kde-icons-noia/Makefile.icons Thu Feb 5 16:09:40 2015 (r378467) +++ head/x11-themes/kde-icons-noia/Makefile.icons Thu Feb 5 16:12:35 2015 (r378468) @@ -75,15 +75,6 @@ generate-tmpplist: | ${SED} -E \ -e 's|^\.|share/icons/${PORT_SHAREDIR:S/"//g}|' \ > ${TMPPLIST} -# annotate dirs - @${CAT} ${WRKDIR}/dirs.list \ - | ${SED} -E \ - -e 's|^\.|@dirrm share/icons/${PORT_SHAREDIR:S/"//g}|' \ - >> ${TMPPLIST} - @${ECHO_CMD} \ - '@dirrm share/icons/${PORT_SHAREDIR:S/"//g}' >> ${TMPPLIST} - @${ECHO_CMD} \ - '@unexec rmdir %D/share/icons 2>/dev/null || true' >> ${TMPPLIST} # use generated installation scripts install-run-scripts: From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:22:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF2C4A8; Thu, 5 Feb 2015 16:22:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F07BC2FA; Thu, 5 Feb 2015 16:22:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15GMYVC008902; Thu, 5 Feb 2015 16:22:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15GMY0V008901; Thu, 5 Feb 2015 16:22:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051622.t15GMY0V008901@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378469 - head/sysutils/puppet27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:22:35 -0000 Author: bapt Date: Thu Feb 5 16:22:34 2015 New Revision: 378469 URL: https://svnweb.freebsd.org/changeset/ports/378469 QAT: https://qat.redports.org/buildarchive/r378469/ Log: Get rid of @cwd Modified: head/sysutils/puppet27/pkg-plist Modified: head/sysutils/puppet27/pkg-plist ============================================================================== --- head/sysutils/puppet27/pkg-plist Thu Feb 5 16:12:35 2015 (r378468) +++ head/sysutils/puppet27/pkg-plist Thu Feb 5 16:22:34 2015 (r378469) @@ -55,8 +55,5 @@ man/man8/puppetrun.8.gz man/man8/ralsh.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist -@dirrmtry etc/puppet -@cwd / -@dirrm var/puppet -@dirrm var/run/puppet -@cwd %%RESETPREFIX%% +@dir /var/puppet +@dir /var/run/puppet From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:26:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B42863C; Thu, 5 Feb 2015 16:26:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07F6E340; Thu, 5 Feb 2015 16:26:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15GQ3Eo009414; Thu, 5 Feb 2015 16:26:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15GQ3tl009413; Thu, 5 Feb 2015 16:26:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051626.t15GQ3tl009413@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378470 - head/sysutils/puppet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:26:04 -0000 Author: bapt Date: Thu Feb 5 16:26:03 2015 New Revision: 378470 URL: https://svnweb.freebsd.org/changeset/ports/378470 QAT: https://qat.redports.org/buildarchive/r378470/ Log: simplify plist Modified: head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Thu Feb 5 16:22:34 2015 (r378469) +++ head/sysutils/puppet/pkg-plist Thu Feb 5 16:26:03 2015 (r378470) @@ -46,19 +46,5 @@ man/man8/puppet.8.gz %%RUBY_SITELIBDIR%%/puppetx.rb %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist -www/puppet/config.ru -@exec /bin/mkdir -p /var/puppet -@exec /usr/sbin/chown -Rh puppet:puppet %D/%F -@exec /usr/sbin/chown -Rh puppet:puppet /var/puppet -@dirrm www/puppet -@dirrmtry etc/puppet/modules -@dirrmtry etc/puppet -@dirrm %%RUBY_SITELIBDIR%%/hiera/backend -@dirrm %%RUBY_SITELIBDIR%%/hiera -@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers -@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs -@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppet -@dirrm %%RUBY_SITELIBDIR%%/puppetx -@cwd / -@dirrm var/puppet -@cwd %%RESETPREFIX%% +@(puppet:puppet) www/puppet/config.ru +@dir(puppet,puppet,) /var/puppet From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:26:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D1A0726; Thu, 5 Feb 2015 16:26:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29A73349; Thu, 5 Feb 2015 16:26:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15GQZtA009561; Thu, 5 Feb 2015 16:26:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15GQZN2009560; Thu, 5 Feb 2015 16:26:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051626.t15GQZN2009560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378471 - head/sysutils/puppet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:26:35 -0000 Author: bapt Date: Thu Feb 5 16:26:34 2015 New Revision: 378471 URL: https://svnweb.freebsd.org/changeset/ports/378471 QAT: https://qat.redports.org/buildarchive/r378471/ Log: Typo Modified: head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Thu Feb 5 16:26:03 2015 (r378470) +++ head/sysutils/puppet/pkg-plist Thu Feb 5 16:26:34 2015 (r378471) @@ -46,5 +46,5 @@ man/man8/puppet.8.gz %%RUBY_SITELIBDIR%%/puppetx.rb %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist -@(puppet:puppet) www/puppet/config.ru +@(puppet,puppet,) www/puppet/config.ru @dir(puppet,puppet,) /var/puppet From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:34:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F664E4C; Thu, 5 Feb 2015 16:34:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF9EB67C; Thu, 5 Feb 2015 16:34:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15GYoqN014350; Thu, 5 Feb 2015 16:34:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15GYosD014349; Thu, 5 Feb 2015 16:34:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051634.t15GYosD014349@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378472 - head/sysutils/policykit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:34:51 -0000 Author: bapt Date: Thu Feb 5 16:34:50 2015 New Revision: 378472 URL: https://svnweb.freebsd.org/changeset/ports/378472 QAT: https://qat.redports.org/buildarchive/r378472/ Log: Cleanup plist Modified: head/sysutils/policykit/pkg-plist Modified: head/sysutils/policykit/pkg-plist ============================================================================== --- head/sysutils/policykit/pkg-plist Thu Feb 5 16:26:34 2015 (r378471) +++ head/sysutils/policykit/pkg-plist Thu Feb 5 16:34:50 2015 (r378472) @@ -65,21 +65,9 @@ share/PolicyKit/config.dtd share/PolicyKit/policy/org.freedesktop.policykit.policy share/dbus-1/interfaces/org.freedesktop.PolicyKit.AuthenticationAgent.xml share/dbus-1/system-services/org.freedesktop.PolicyKit.service -@dirrmtry share/PolicyKit/policy -@dirrmtry share/PolicyKit -@dirrm include/PolicyKit/polkit -@dirrm include/PolicyKit/polkit-grant -@dirrm include/PolicyKit/polkit-dbus -@dirrm include/PolicyKit -@dirrmtry etc/profile.d -@dirrm etc/PolicyKit -@unexec rm -rf /var/run/PolicyKit 2>/dev/null || true -@unexec rmdir /var/lib/PolicyKit 2>/dev/null || true -@unexec rmdir /var/lib/PolicyKit-public 2>/dev/null || true -@exec mkdir -p /var/lib/misc/ -@exec touch /var/lib/misc/PolicyKit.reload -@unexec rm -f /var/lib/misc/PolicyKit.reload 2>/dev/null || true -@unexec rmdir /var/lib/misc 2>/dev/null || true -@cwd / -@dirrmtry var/lib -@cwd +@rmtry /var/lib/misc/PolicyKit.reload +@dir /var/run/PolicyKit +@dir /var/lib/PolicyKit +@dir /var/lib/PolicyKit-public +@dir /var/lib/misc +@dir /var/lib From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:47:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA8B0202; Thu, 5 Feb 2015 16:47:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D722E827; Thu, 5 Feb 2015 16:47:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Gl7Fd019549; Thu, 5 Feb 2015 16:47:07 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Gl7H8019548; Thu, 5 Feb 2015 16:47:07 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051647.t15Gl7H8019548@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378473 - head/net/freebsd-uucp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:47:08 -0000 Author: bapt Date: Thu Feb 5 16:47:07 2015 New Revision: 378473 URL: https://svnweb.freebsd.org/changeset/ports/378473 QAT: https://qat.redports.org/buildarchive/r378473/ Log: Replace NEED_ROOT with USES=fakeroot Modified: head/net/freebsd-uucp/Makefile Modified: head/net/freebsd-uucp/Makefile ============================================================================== --- head/net/freebsd-uucp/Makefile Thu Feb 5 16:34:50 2015 (r378472) +++ head/net/freebsd-uucp/Makefile Thu Feb 5 16:47:07 2015 (r378473) @@ -10,7 +10,7 @@ PKGNAMESUFFIX?= ${PAM_SUFFIX}${PKGNAMESU MAINTAINER= dinoex@FreeBSD.org COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix copy program) -NEED_ROOT= yes +USES= fakeroot USE_GITHUB= yes GH_ACCOUNT= dinoex From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 16:54:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2BA949B; Thu, 5 Feb 2015 16:54:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E823900; Thu, 5 Feb 2015 16:54:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Gs9vY023916; Thu, 5 Feb 2015 16:54:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Gs9lk023915; Thu, 5 Feb 2015 16:54:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051654.t15Gs9lk023915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 16:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378474 - head/german/unix-connect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 16:54:09 -0000 Author: bapt Date: Thu Feb 5 16:54:08 2015 New Revision: 378474 URL: https://svnweb.freebsd.org/changeset/ports/378474 QAT: https://qat.redports.org/buildarchive/r378474/ Log: Replace NEED_ROOT by USES=fakeroot Modified: head/german/unix-connect/Makefile Modified: head/german/unix-connect/Makefile ============================================================================== --- head/german/unix-connect/Makefile Thu Feb 5 16:47:07 2015 (r378473) +++ head/german/unix-connect/Makefile Thu Feb 5 16:54:08 2015 (r378474) @@ -6,7 +6,6 @@ CATEGORIES= german comms news mail MASTER_SITES= ftp://ftp.dinoex.org/pub/unix-connect/ \ SF - MAINTAINER= dinoex@FreeBSD.org COMMENT= Unix-Connect - mail+news-gateway for Zconnect (tm) @@ -16,7 +15,8 @@ LICENSE_COMB= multi LICENSE= GPLv2 BSD3CLAUSE MANUAL_PACKAGE_BUILD= needs hostname -NEED_ROOT= yes + +USES= fakeroot WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:01:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7895E6C7; Thu, 5 Feb 2015 17:01:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC1F9E0; Thu, 5 Feb 2015 17:01:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15H1USL026875; Thu, 5 Feb 2015 17:01:30 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15H1T57026871; Thu, 5 Feb 2015 17:01:29 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502051701.t15H1T57026871@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 5 Feb 2015 17:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378475 - in head/security: . gputty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:01:30 -0000 Author: jgh Date: Thu Feb 5 17:01:28 2015 New Revision: 378475 URL: https://svnweb.freebsd.org/changeset/ports/378475 QAT: https://qat.redports.org/buildarchive/r378475/ Log: GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit. WWW: http://www.defora.org/os/project/334/gputty PR: 197331 (based on) Submitted by: Olivier Cochard-Labbe Added: head/security/gputty/ head/security/gputty/Makefile (contents, props changed) head/security/gputty/distinfo (contents, props changed) head/security/gputty/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 5 16:54:08 2015 (r378474) +++ head/security/Makefile Thu Feb 5 17:01:28 2015 (r378475) @@ -163,6 +163,7 @@ SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme + SUBDIR += gputty SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv Added: head/security/gputty/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/Makefile Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,25 @@ +# Created by: Olivier Cochard-Labbe +# $FreeBSD$ + +PORTNAME= gputty +PORTVERSION= 0.9.10 +CATEGORIES= security +MASTER_SITES= http://www.defora.org/os/download/download/3381/ + +MAINTAINER= olivier@cochard.me +COMMENT= Frontend to the SSH client, using the Gtk+ toolkit + +LICENSE= GPLv3 + +LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem + +PLIST_FILES= bin/gputty + +MAKE_ARGS= PREFIX=${PREFIX} +USES= pkgconfig +USE_GNOME= gtk20 + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + +.include Added: head/security/gputty/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/distinfo Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,2 @@ +SHA256 (gputty-0.9.10.tar.gz) = 361252591e5db8d03c2332bf8fac9853068529dd63947d4d9c2859067f30c307 +SIZE (gputty-0.9.10.tar.gz) = 20272 Added: head/security/gputty/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/pkg-descr Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,3 @@ +GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit. + +WWW: http://www.defora.org/os/project/334/gputty From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:03:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2367E80E; Thu, 5 Feb 2015 17:03:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FEF19FF; Thu, 5 Feb 2015 17:03:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15H361l029054; Thu, 5 Feb 2015 17:03:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15H36br029053; Thu, 5 Feb 2015 17:03:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502051703.t15H36br029053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Feb 2015 17:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378476 - head/sysutils/qjail2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:03:07 -0000 Author: bapt Date: Thu Feb 5 17:03:06 2015 New Revision: 378476 URL: https://svnweb.freebsd.org/changeset/ports/378476 QAT: https://qat.redports.org/buildarchive/r378476/ Log: Drop unneeded NEED_ROOT Modified: head/sysutils/qjail2/Makefile Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Thu Feb 5 17:01:28 2015 (r378475) +++ head/sysutils/qjail2/Makefile Thu Feb 5 17:03:06 2015 (r378476) @@ -11,7 +11,6 @@ MAINTAINER= qjail@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 -NEED_ROOT= yes NO_BUILD= yes CONFLICTS_INSTALL= qjail-1.* qjail-3.* From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:03:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24AD3903; Thu, 5 Feb 2015 17:03:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05CF2A05; Thu, 5 Feb 2015 17:03:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15H3Hv0029329; Thu, 5 Feb 2015 17:03:17 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15H3Fhf029317; Thu, 5 Feb 2015 17:03:15 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201502051703.t15H3Fhf029317@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 5 Feb 2015 17:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378477 - in head: . net-mgmt net-mgmt/lldpd net-mgmt/lldpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:03:18 -0000 Author: rodrigo Date: Thu Feb 5 17:03:14 2015 New Revision: 378477 URL: https://svnweb.freebsd.org/changeset/ports/378477 QAT: https://qat.redports.org/buildarchive/r378477/ Log: Add lldp, an implementation of the LLDP industry protocol PR: 189824 Submitted by: freebsd@simweb.ch Reviewed by: danfe Added: head/net-mgmt/lldpd/ head/net-mgmt/lldpd/Makefile (contents, props changed) head/net-mgmt/lldpd/distinfo (contents, props changed) head/net-mgmt/lldpd/files/ head/net-mgmt/lldpd/files/README.bsd (contents, props changed) head/net-mgmt/lldpd/files/lldpd.in (contents, props changed) head/net-mgmt/lldpd/pkg-descr (contents, props changed) head/net-mgmt/lldpd/pkg-message (contents, props changed) head/net-mgmt/lldpd/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/net-mgmt/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Thu Feb 5 17:03:06 2015 (r378476) +++ head/GIDs Thu Feb 5 17:03:14 2015 (r378477) @@ -267,6 +267,7 @@ bbs:*:944: dbxml:*:945: gnokii:*:947: dnrd:*:948: +_lldpd:*:949: conquest:*:950: openerpd:*:951: bitten-slave:*:952: Modified: head/UIDs ============================================================================== --- head/UIDs Thu Feb 5 17:03:06 2015 (r378476) +++ head/UIDs Thu Feb 5 17:03:14 2015 (r378477) @@ -271,6 +271,7 @@ bbs:*:944:944::0:0:& user:/nonexistent:/ dbxml:*:945:945::0:0:& user:/nonexistent:/usr/sbin/nologin mapred:*:947:955::0:0:Hadoop MapReduce user:/nonexistent:/usr/sbin/nologin dnrd:*:948:948::0:0:& user:/nonexistent:/usr/sbin/nologin +_lldpd:*:949:949::0:0:lldpd user:/nonexistent:/usr/sbin/nologin openerpd:*:951:951::0:0:Openerpd user:/nonexistent:/usr/sbin/nologin bitten-slave:*:952:952:daemon:0:0:Bitten slave user:/var/lib/bitten-slave:/usr/sbin/nologin _neubot:*:953:953::0:0:neubot daemon:/nonexistent:/usr/sbin/nologin Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Feb 5 17:03:06 2015 (r378476) +++ head/net-mgmt/Makefile Thu Feb 5 17:03:14 2015 (r378477) @@ -95,6 +95,7 @@ SUBDIR += lanmap SUBDIR += lg SUBDIR += libsmi + SUBDIR += lldpd SUBDIR += mbrowse SUBDIR += mk-livestatus SUBDIR += monitoring-plugins Added: head/net-mgmt/lldpd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/Makefile Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,55 @@ +# Created by: Mathieu Simon +# $FreeBSD$ + +PORTNAME= lldpd +PORTVERSION= 0.7.13 +CATEGORIES= net-mgmt +MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ + +MAINTAINER= freebsd@simweb.ch +COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent + +LICENSE= ISCL + +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 + +USES= libtool +USE_LDCONFIG= yes +USE_RC_SUBR= ${PORTNAME} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-privsep \ + --with-privsep-chroot=/var/empty \ + --with-lldpd-ctl-socket=/var/run/lldpd.socket \ + --with-lldpd-pid-file=/var/run/lldpd.pid \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +INSTALL_TARGET= install-strip + +USERS= _lldpd +GROUPS= _lldpd + +OPTIONS_DEFINE= BASH DOCS DTRACE JSON PROPRIETARY READLINE SNMP XML ZSH +OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML +OPTIONS_SUB= yes + +DTRACE_DESC= DTrace support +JSON_DESC= JSON output support +PROPRIETARY_DESC= Support proprietary protocols (CDP/EDP/FDP/SONMP) +SNMP_DESC= Enable the use of SNMP +XML_DESC= XML output support + +DTRACE_CONFIGURE_ENABLE= dtrace +JSON_CONFIGURE_WITH= json +READLINE_CONFIGURE_WITH= readline +SNMP_CONFIGURE_WITH= snmp +XML_CONFIGURE_WITH= xml +PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp + +JSON_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson +JSON_USES= pkgconfig +SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 + +post-install: + ${INSTALL_DATA} ${FILESDIR}/README.bsd ${STAGEDIR}${DOCSDIR} + +.include Added: head/net-mgmt/lldpd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/distinfo Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,2 @@ +SHA256 (lldpd-0.7.13.tar.gz) = bbba3ef922f6b6cc6d2c0f008066dc882750557661c54dd1b97ae7936678d92d +SIZE (lldpd-0.7.13.tar.gz) = 1523864 Added: head/net-mgmt/lldpd/files/README.bsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/files/README.bsd Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,3 @@ +A normal user has to be member of the _lldpd group in order to run lldpcli. + +-- Mathieu Simon , Tue, 10 Dec 2014 13:40:00 +01:00 Added: head/net-mgmt/lldpd/files/lldpd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/files/lldpd.in Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,32 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: lldpd +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# lldpd_enable (bool): Set to NO by default. +# Set it to YES to enable lldpd. +# lldpd_flags (str): Flags passed to lldpd on startup. +# Default is "". + +. /etc/rc.subr + +name=lldpd +rcvar=lldpd_enable + +load_rc_config $name + +: ${lldpd_enable:="NO"} +: ${lldpd_flags=""} + +command=%%PREFIX%%/sbin/${name} +pidfile=/var/run/${name}.pid + +command_args=${lldpd_flags} + +run_rc_command "$1" Added: head/net-mgmt/lldpd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/pkg-descr Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,18 @@ +LLDP (Link Layer Discovery Protocol) is an industry standard protocol +designed to supplant proprietary Link-Layer protocols such as +Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery +Protocol). The goal of LLDP is to provide an inter-vendor compatible +mechanism to deliver Link-Layer notifications to adjacent network +devices. + +lldpd implements both reception and sending. It also implements an +SNMP subagent for net-snmp to get local and remote LLDP +information. The LLDP MIB is partially implemented but the most useful +tables are here. lldpd also partially implements LLDP-MED. + +lldpd supports bridge, vlan and bonding. Bonding need to be done on +real physical devices, not on bridges, vlans, etc. However, vlans can +be mapped on the bonding device. You can bridge vlan but not add vlans +on bridges. More complex setups may give false results. + +WWW: http://vincentbernat.github.io/lldpd/ Added: head/net-mgmt/lldpd/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/pkg-message Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,2 @@ +To run lldpd from startup, add lldpd_enable="YES" to your rc.conf. +Add lldpd_flags to your rc.conf to set options. Added: head/net-mgmt/lldpd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/lldpd/pkg-plist Thu Feb 5 17:03:14 2015 (r378477) @@ -0,0 +1,21 @@ +%%BASH%%etc/bash_completion.d/lldpcli.bash-completion +%%ETCDIR%%.d/README.conf +include/lldp-const.h +include/lldpctl.h +lib/liblldpctl.a +lib/liblldpctl.so +lib/liblldpctl.so.4 +lib/liblldpctl.so.4.4.0 +libdata/pkgconfig/lldpctl.pc +man/man8/lldpcli.8.gz +man/man8/lldpctl.8.gz +man/man8/lldpd.8.gz +sbin/lldpcli +sbin/lldpctl +sbin/lldpd +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE.md +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.bsd +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.md +%%ZSH%%share/zsh/vendor-completions/_lldpcli From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:08:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32CF8A54; Thu, 5 Feb 2015 17:08:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E300A43; Thu, 5 Feb 2015 17:08:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15H8Cw7030110; Thu, 5 Feb 2015 17:08:12 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15H8Bjw030100; Thu, 5 Feb 2015 17:08:11 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502051708.t15H8Bjw030100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 5 Feb 2015 17:08:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378478 - in head/misc/hicolor-icon-theme: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:08:12 -0000 Author: kwm Date: Thu Feb 5 17:08:10 2015 New Revision: 378478 URL: https://svnweb.freebsd.org/changeset/ports/378478 QAT: https://qat.redports.org/buildarchive/r378478/ Log: Update to 0.14. Instead of lots of manual work switch to static plist. Use @dir plist entries for directories we want to create and "own" instead of keeping a forest of .keep_me files around. This also removes the usage of @dirrmtry plist lines. Added: head/misc/hicolor-icon-theme/pkg-plist (contents, props changed) Deleted: head/misc/hicolor-icon-theme/files/ Modified: head/misc/hicolor-icon-theme/Makefile head/misc/hicolor-icon-theme/distinfo Modified: head/misc/hicolor-icon-theme/Makefile ============================================================================== --- head/misc/hicolor-icon-theme/Makefile Thu Feb 5 17:03:14 2015 (r378477) +++ head/misc/hicolor-icon-theme/Makefile Thu Feb 5 17:08:10 2015 (r378478) @@ -1,75 +1,15 @@ # Created by: marcus@FreeBSD.org # $FreeBSD$ -# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.9 2009/09/26 12:53:31 marcus Exp $ PORTNAME= hicolor-icon-theme -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= misc gnome MASTER_SITES= http://icon-theme.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= High-color icon theme shell from the FreeDesktop project +USES= tar:xz GNU_CONFIGURE= yes -ICON_DIR?= share/icons/hicolor -ICON_FILES= index.theme -SUB_FILES= pkg-install -PKG_INSTALL= ${WRKDIR}/pkg-install -PLIST= ${WRKDIR}/pkg-plist - -# Update the below from Makefile.in each release -ICON_SIZES= 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ - 128x128 192x192 256x256 scalable -ICON_CONTEXTS= actions animations apps categories devices emblems emotes \ - filesystems intl mimetypes places status stock -STOCK_SUBS= chart code data form image io media navigation net object table text - -SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \ - STOCK_SUBS="${STOCK_SUBS}" - -.include - -pre-install: - @${RM} -f ${PLIST} - @${TOUCH} -f ${PLIST} -.for file in ${ICON_FILES} - @${ECHO_CMD} "${ICON_DIR}/${file}" >> ${PLIST} -.endfor -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${ECHO_CMD} "${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me" >> ${PLIST} ; \ - done ; \ - fi - ${ECHO_CMD} "${ICON_DIR}/${dir}/${ctxt}/.keep_me" >> ${PLIST} ; -. endfor -.endfor -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}/${ctxt}/$${sub}" >> ${PLIST} ; \ - done ; \ - fi - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}/${ctxt}" >> ${PLIST} -. endfor - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}/${dir}" >> ${PLIST} -.endfor - ${ECHO_CMD} "@dirrmtry ${ICON_DIR}" >> ${PLIST} - ${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST} - -post-install: -.for dir in ${ICON_SIZES} -. for ctxt in ${ICON_CONTEXTS} - if [ "${ctxt}" = "stock" ] ; then \ - for sub in ${STOCK_SUBS} ; do \ - ${TOUCH} ${STAGEDIR}${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me ; \ - done ; \ - fi - ${TOUCH} ${STAGEDIR}${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/.keep_me -. endfor -.endfor - -.include +.include Modified: head/misc/hicolor-icon-theme/distinfo ============================================================================== --- head/misc/hicolor-icon-theme/distinfo Thu Feb 5 17:03:14 2015 (r378477) +++ head/misc/hicolor-icon-theme/distinfo Thu Feb 5 17:08:10 2015 (r378478) @@ -1,2 +1,2 @@ -SHA256 (hicolor-icon-theme-0.12.tar.gz) = 9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73 -SIZE (hicolor-icon-theme-0.12.tar.gz) = 38008 +SHA256 (hicolor-icon-theme-0.14.tar.xz) = 7bed06e6ef316318274bda0fdaf39fce960e4222a0165c968d84acb428902ecd +SIZE (hicolor-icon-theme-0.14.tar.xz) = 50904 Added: head/misc/hicolor-icon-theme/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/hicolor-icon-theme/pkg-plist Thu Feb 5 17:08:10 2015 (r378478) @@ -0,0 +1,337 @@ +share/icons/hicolor/index.theme +@dir share/icons/hicolor/128x128/actions +@dir share/icons/hicolor/128x128/animations +@dir share/icons/hicolor/128x128/apps +@dir share/icons/hicolor/128x128/categories +@dir share/icons/hicolor/128x128/devices +@dir share/icons/hicolor/128x128/emblems +@dir share/icons/hicolor/128x128/emotes +@dir share/icons/hicolor/128x128/filesystems +@dir share/icons/hicolor/128x128/intl +@dir share/icons/hicolor/128x128/mimetypes +@dir share/icons/hicolor/128x128/places +@dir share/icons/hicolor/128x128/status +@dir share/icons/hicolor/128x128/stock/chart +@dir share/icons/hicolor/128x128/stock/code +@dir share/icons/hicolor/128x128/stock/data +@dir share/icons/hicolor/128x128/stock/form +@dir share/icons/hicolor/128x128/stock/image +@dir share/icons/hicolor/128x128/stock/io +@dir share/icons/hicolor/128x128/stock/media +@dir share/icons/hicolor/128x128/stock/navigation +@dir share/icons/hicolor/128x128/stock/net +@dir share/icons/hicolor/128x128/stock/object +@dir share/icons/hicolor/128x128/stock/table +@dir share/icons/hicolor/128x128/stock/text +@dir share/icons/hicolor/16x16/actions +@dir share/icons/hicolor/16x16/animations +@dir share/icons/hicolor/16x16/apps +@dir share/icons/hicolor/16x16/categories +@dir share/icons/hicolor/16x16/devices +@dir share/icons/hicolor/16x16/emblems +@dir share/icons/hicolor/16x16/emotes +@dir share/icons/hicolor/16x16/filesystems +@dir share/icons/hicolor/16x16/intl +@dir share/icons/hicolor/16x16/mimetypes +@dir share/icons/hicolor/16x16/places +@dir share/icons/hicolor/16x16/status +@dir share/icons/hicolor/16x16/stock/chart +@dir share/icons/hicolor/16x16/stock/code +@dir share/icons/hicolor/16x16/stock/data +@dir share/icons/hicolor/16x16/stock/form +@dir share/icons/hicolor/16x16/stock/image +@dir share/icons/hicolor/16x16/stock/io +@dir share/icons/hicolor/16x16/stock/media +@dir share/icons/hicolor/16x16/stock/navigation +@dir share/icons/hicolor/16x16/stock/net +@dir share/icons/hicolor/16x16/stock/object +@dir share/icons/hicolor/16x16/stock/table +@dir share/icons/hicolor/16x16/stock/text +@dir share/icons/hicolor/192x192/actions +@dir share/icons/hicolor/192x192/animations +@dir share/icons/hicolor/192x192/apps +@dir share/icons/hicolor/192x192/categories +@dir share/icons/hicolor/192x192/devices +@dir share/icons/hicolor/192x192/emblems +@dir share/icons/hicolor/192x192/emotes +@dir share/icons/hicolor/192x192/filesystems +@dir share/icons/hicolor/192x192/intl +@dir share/icons/hicolor/192x192/mimetypes +@dir share/icons/hicolor/192x192/places +@dir share/icons/hicolor/192x192/status +@dir share/icons/hicolor/192x192/stock/chart +@dir share/icons/hicolor/192x192/stock/code +@dir share/icons/hicolor/192x192/stock/data +@dir share/icons/hicolor/192x192/stock/form +@dir share/icons/hicolor/192x192/stock/image +@dir share/icons/hicolor/192x192/stock/io +@dir share/icons/hicolor/192x192/stock/media +@dir share/icons/hicolor/192x192/stock/navigation +@dir share/icons/hicolor/192x192/stock/net +@dir share/icons/hicolor/192x192/stock/object +@dir share/icons/hicolor/192x192/stock/table +@dir share/icons/hicolor/192x192/stock/text +@dir share/icons/hicolor/22x22/actions +@dir share/icons/hicolor/22x22/animations +@dir share/icons/hicolor/22x22/apps +@dir share/icons/hicolor/22x22/categories +@dir share/icons/hicolor/22x22/devices +@dir share/icons/hicolor/22x22/emblems +@dir share/icons/hicolor/22x22/emotes +@dir share/icons/hicolor/22x22/filesystems +@dir share/icons/hicolor/22x22/intl +@dir share/icons/hicolor/22x22/mimetypes +@dir share/icons/hicolor/22x22/places +@dir share/icons/hicolor/22x22/status +@dir share/icons/hicolor/22x22/stock/chart +@dir share/icons/hicolor/22x22/stock/code +@dir share/icons/hicolor/22x22/stock/data +@dir share/icons/hicolor/22x22/stock/form +@dir share/icons/hicolor/22x22/stock/image +@dir share/icons/hicolor/22x22/stock/io +@dir share/icons/hicolor/22x22/stock/media +@dir share/icons/hicolor/22x22/stock/navigation +@dir share/icons/hicolor/22x22/stock/net +@dir share/icons/hicolor/22x22/stock/object +@dir share/icons/hicolor/22x22/stock/table +@dir share/icons/hicolor/22x22/stock/text +@dir share/icons/hicolor/24x24/actions +@dir share/icons/hicolor/24x24/animations +@dir share/icons/hicolor/24x24/apps +@dir share/icons/hicolor/24x24/categories +@dir share/icons/hicolor/24x24/devices +@dir share/icons/hicolor/24x24/emblems +@dir share/icons/hicolor/24x24/emotes +@dir share/icons/hicolor/24x24/filesystems +@dir share/icons/hicolor/24x24/intl +@dir share/icons/hicolor/24x24/mimetypes +@dir share/icons/hicolor/24x24/places +@dir share/icons/hicolor/24x24/status +@dir share/icons/hicolor/24x24/stock/chart +@dir share/icons/hicolor/24x24/stock/code +@dir share/icons/hicolor/24x24/stock/data +@dir share/icons/hicolor/24x24/stock/form +@dir share/icons/hicolor/24x24/stock/image +@dir share/icons/hicolor/24x24/stock/io +@dir share/icons/hicolor/24x24/stock/media +@dir share/icons/hicolor/24x24/stock/navigation +@dir share/icons/hicolor/24x24/stock/net +@dir share/icons/hicolor/24x24/stock/object +@dir share/icons/hicolor/24x24/stock/table +@dir share/icons/hicolor/24x24/stock/text +@dir share/icons/hicolor/256x256/actions +@dir share/icons/hicolor/256x256/animations +@dir share/icons/hicolor/256x256/apps +@dir share/icons/hicolor/256x256/categories +@dir share/icons/hicolor/256x256/devices +@dir share/icons/hicolor/256x256/emblems +@dir share/icons/hicolor/256x256/emotes +@dir share/icons/hicolor/256x256/filesystems +@dir share/icons/hicolor/256x256/intl +@dir share/icons/hicolor/256x256/mimetypes +@dir share/icons/hicolor/256x256/places +@dir share/icons/hicolor/256x256/status +@dir share/icons/hicolor/256x256/stock/chart +@dir share/icons/hicolor/256x256/stock/code +@dir share/icons/hicolor/256x256/stock/data +@dir share/icons/hicolor/256x256/stock/form +@dir share/icons/hicolor/256x256/stock/image +@dir share/icons/hicolor/256x256/stock/io +@dir share/icons/hicolor/256x256/stock/media +@dir share/icons/hicolor/256x256/stock/navigation +@dir share/icons/hicolor/256x256/stock/net +@dir share/icons/hicolor/256x256/stock/object +@dir share/icons/hicolor/256x256/stock/table +@dir share/icons/hicolor/256x256/stock/text +@dir share/icons/hicolor/32x32/actions +@dir share/icons/hicolor/32x32/animations +@dir share/icons/hicolor/32x32/apps +@dir share/icons/hicolor/32x32/categories +@dir share/icons/hicolor/32x32/devices +@dir share/icons/hicolor/32x32/emblems +@dir share/icons/hicolor/32x32/emotes +@dir share/icons/hicolor/32x32/filesystems +@dir share/icons/hicolor/32x32/intl +@dir share/icons/hicolor/32x32/mimetypes +@dir share/icons/hicolor/32x32/places +@dir share/icons/hicolor/32x32/status +@dir share/icons/hicolor/32x32/stock/chart +@dir share/icons/hicolor/32x32/stock/code +@dir share/icons/hicolor/32x32/stock/data +@dir share/icons/hicolor/32x32/stock/form +@dir share/icons/hicolor/32x32/stock/image +@dir share/icons/hicolor/32x32/stock/io +@dir share/icons/hicolor/32x32/stock/media +@dir share/icons/hicolor/32x32/stock/navigation +@dir share/icons/hicolor/32x32/stock/net +@dir share/icons/hicolor/32x32/stock/object +@dir share/icons/hicolor/32x32/stock/table +@dir share/icons/hicolor/32x32/stock/text +@dir share/icons/hicolor/36x36/actions +@dir share/icons/hicolor/36x36/animations +@dir share/icons/hicolor/36x36/apps +@dir share/icons/hicolor/36x36/categories +@dir share/icons/hicolor/36x36/devices +@dir share/icons/hicolor/36x36/emblems +@dir share/icons/hicolor/36x36/emotes +@dir share/icons/hicolor/36x36/filesystems +@dir share/icons/hicolor/36x36/intl +@dir share/icons/hicolor/36x36/mimetypes +@dir share/icons/hicolor/36x36/places +@dir share/icons/hicolor/36x36/status +@dir share/icons/hicolor/36x36/stock/chart +@dir share/icons/hicolor/36x36/stock/code +@dir share/icons/hicolor/36x36/stock/data +@dir share/icons/hicolor/36x36/stock/form +@dir share/icons/hicolor/36x36/stock/image +@dir share/icons/hicolor/36x36/stock/io +@dir share/icons/hicolor/36x36/stock/media +@dir share/icons/hicolor/36x36/stock/navigation +@dir share/icons/hicolor/36x36/stock/net +@dir share/icons/hicolor/36x36/stock/object +@dir share/icons/hicolor/36x36/stock/table +@dir share/icons/hicolor/36x36/stock/text +@dir share/icons/hicolor/48x48/actions +@dir share/icons/hicolor/48x48/animations +@dir share/icons/hicolor/48x48/apps +@dir share/icons/hicolor/48x48/categories +@dir share/icons/hicolor/48x48/devices +@dir share/icons/hicolor/48x48/emblems +@dir share/icons/hicolor/48x48/emotes +@dir share/icons/hicolor/48x48/filesystems +@dir share/icons/hicolor/48x48/intl +@dir share/icons/hicolor/48x48/mimetypes +@dir share/icons/hicolor/48x48/places +@dir share/icons/hicolor/48x48/status +@dir share/icons/hicolor/48x48/stock/chart +@dir share/icons/hicolor/48x48/stock/code +@dir share/icons/hicolor/48x48/stock/data +@dir share/icons/hicolor/48x48/stock/form +@dir share/icons/hicolor/48x48/stock/image +@dir share/icons/hicolor/48x48/stock/io +@dir share/icons/hicolor/48x48/stock/media +@dir share/icons/hicolor/48x48/stock/navigation +@dir share/icons/hicolor/48x48/stock/net +@dir share/icons/hicolor/48x48/stock/object +@dir share/icons/hicolor/48x48/stock/table +@dir share/icons/hicolor/48x48/stock/text +@dir share/icons/hicolor/512x512/actions +@dir share/icons/hicolor/512x512/animations +@dir share/icons/hicolor/512x512/apps +@dir share/icons/hicolor/512x512/categories +@dir share/icons/hicolor/512x512/devices +@dir share/icons/hicolor/512x512/emblems +@dir share/icons/hicolor/512x512/emotes +@dir share/icons/hicolor/512x512/filesystems +@dir share/icons/hicolor/512x512/intl +@dir share/icons/hicolor/512x512/mimetypes +@dir share/icons/hicolor/512x512/places +@dir share/icons/hicolor/512x512/status +@dir share/icons/hicolor/512x512/stock/chart +@dir share/icons/hicolor/512x512/stock/code +@dir share/icons/hicolor/512x512/stock/data +@dir share/icons/hicolor/512x512/stock/form +@dir share/icons/hicolor/512x512/stock/image +@dir share/icons/hicolor/512x512/stock/io +@dir share/icons/hicolor/512x512/stock/media +@dir share/icons/hicolor/512x512/stock/navigation +@dir share/icons/hicolor/512x512/stock/net +@dir share/icons/hicolor/512x512/stock/object +@dir share/icons/hicolor/512x512/stock/table +@dir share/icons/hicolor/512x512/stock/text +@dir share/icons/hicolor/64x64/actions +@dir share/icons/hicolor/64x64/animations +@dir share/icons/hicolor/64x64/apps +@dir share/icons/hicolor/64x64/categories +@dir share/icons/hicolor/64x64/devices +@dir share/icons/hicolor/64x64/emblems +@dir share/icons/hicolor/64x64/emotes +@dir share/icons/hicolor/64x64/filesystems +@dir share/icons/hicolor/64x64/intl +@dir share/icons/hicolor/64x64/mimetypes +@dir share/icons/hicolor/64x64/places +@dir share/icons/hicolor/64x64/status +@dir share/icons/hicolor/64x64/stock/chart +@dir share/icons/hicolor/64x64/stock/code +@dir share/icons/hicolor/64x64/stock/data +@dir share/icons/hicolor/64x64/stock/form +@dir share/icons/hicolor/64x64/stock/image +@dir share/icons/hicolor/64x64/stock/io +@dir share/icons/hicolor/64x64/stock/media +@dir share/icons/hicolor/64x64/stock/navigation +@dir share/icons/hicolor/64x64/stock/net +@dir share/icons/hicolor/64x64/stock/object +@dir share/icons/hicolor/64x64/stock/table +@dir share/icons/hicolor/64x64/stock/text +@dir share/icons/hicolor/72x72/actions +@dir share/icons/hicolor/72x72/animations +@dir share/icons/hicolor/72x72/apps +@dir share/icons/hicolor/72x72/categories +@dir share/icons/hicolor/72x72/devices +@dir share/icons/hicolor/72x72/emblems +@dir share/icons/hicolor/72x72/emotes +@dir share/icons/hicolor/72x72/filesystems +@dir share/icons/hicolor/72x72/intl +@dir share/icons/hicolor/72x72/mimetypes +@dir share/icons/hicolor/72x72/places +@dir share/icons/hicolor/72x72/status +@dir share/icons/hicolor/72x72/stock/chart +@dir share/icons/hicolor/72x72/stock/code +@dir share/icons/hicolor/72x72/stock/data +@dir share/icons/hicolor/72x72/stock/form +@dir share/icons/hicolor/72x72/stock/image +@dir share/icons/hicolor/72x72/stock/io +@dir share/icons/hicolor/72x72/stock/media +@dir share/icons/hicolor/72x72/stock/navigation +@dir share/icons/hicolor/72x72/stock/net +@dir share/icons/hicolor/72x72/stock/object +@dir share/icons/hicolor/72x72/stock/table +@dir share/icons/hicolor/72x72/stock/text +@dir share/icons/hicolor/96x96/actions +@dir share/icons/hicolor/96x96/animations +@dir share/icons/hicolor/96x96/apps +@dir share/icons/hicolor/96x96/categories +@dir share/icons/hicolor/96x96/devices +@dir share/icons/hicolor/96x96/emblems +@dir share/icons/hicolor/96x96/emotes +@dir share/icons/hicolor/96x96/filesystems +@dir share/icons/hicolor/96x96/intl +@dir share/icons/hicolor/96x96/mimetypes +@dir share/icons/hicolor/96x96/places +@dir share/icons/hicolor/96x96/status +@dir share/icons/hicolor/96x96/stock/chart +@dir share/icons/hicolor/96x96/stock/code +@dir share/icons/hicolor/96x96/stock/data +@dir share/icons/hicolor/96x96/stock/form +@dir share/icons/hicolor/96x96/stock/image +@dir share/icons/hicolor/96x96/stock/io +@dir share/icons/hicolor/96x96/stock/media +@dir share/icons/hicolor/96x96/stock/navigation +@dir share/icons/hicolor/96x96/stock/net +@dir share/icons/hicolor/96x96/stock/object +@dir share/icons/hicolor/96x96/stock/table +@dir share/icons/hicolor/96x96/stock/text +@dir share/icons/hicolor/scalable/actions +@dir share/icons/hicolor/scalable/animations +@dir share/icons/hicolor/scalable/apps +@dir share/icons/hicolor/scalable/categories +@dir share/icons/hicolor/scalable/devices +@dir share/icons/hicolor/scalable/emblems +@dir share/icons/hicolor/scalable/emotes +@dir share/icons/hicolor/scalable/filesystems +@dir share/icons/hicolor/scalable/intl +@dir share/icons/hicolor/scalable/mimetypes +@dir share/icons/hicolor/scalable/places +@dir share/icons/hicolor/scalable/status +@dir share/icons/hicolor/scalable/stock/chart +@dir share/icons/hicolor/scalable/stock/code +@dir share/icons/hicolor/scalable/stock/data +@dir share/icons/hicolor/scalable/stock/form +@dir share/icons/hicolor/scalable/stock/image +@dir share/icons/hicolor/scalable/stock/io +@dir share/icons/hicolor/scalable/stock/media +@dir share/icons/hicolor/scalable/stock/navigation +@dir share/icons/hicolor/scalable/stock/net +@dir share/icons/hicolor/scalable/stock/object +@dir share/icons/hicolor/scalable/stock/table +@dir share/icons/hicolor/scalable/stock/text From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:12:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC923CDF; Thu, 5 Feb 2015 17:12:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC14B1D; Thu, 5 Feb 2015 17:12:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15HCc0E034297; Thu, 5 Feb 2015 17:12:38 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15HCcLV034295; Thu, 5 Feb 2015 17:12:38 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502051712.t15HCcLV034295@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 5 Feb 2015 17:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378479 - head/devel/rubygem-hashie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:12:38 -0000 Author: mi Date: Thu Feb 5 17:12:37 2015 New Revision: 378479 URL: https://svnweb.freebsd.org/changeset/ports/378479 QAT: https://qat.redports.org/buildarchive/r378479/ Log: Upgrade from 3.2.0 to 3.4.0. Include an upstream's fix made after 3.4.0 was rolled-up (https://github.com/intridea/hashie/pull/277). Sponsored by: http://sybpipe.com/ Modified: head/devel/rubygem-hashie/Makefile head/devel/rubygem-hashie/distinfo Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Thu Feb 5 17:08:10 2015 (r378478) +++ head/devel/rubygem-hashie/Makefile Thu Feb 5 17:12:37 2015 (r378479) @@ -2,13 +2,19 @@ # $FreeBSD$ PORTNAME= hashie -PORTVERSION= 3.2.0 +PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PATCHFILES= 09821f3c90755d019c5083174ab42f442e182767.diff +PATCH_SITES= https://github.com/intridea/hashie/commit/ +PATCH_DIST_STRIP=-p1 -S + # We don't care to patch CHANGELOG.md + MAINTAINER= ports@FreeBSD.org COMMENT= Hashie is a simple collection of useful Hash extensions +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes Modified: head/devel/rubygem-hashie/distinfo ============================================================================== --- head/devel/rubygem-hashie/distinfo Thu Feb 5 17:08:10 2015 (r378478) +++ head/devel/rubygem-hashie/distinfo Thu Feb 5 17:12:37 2015 (r378479) @@ -1,2 +1,4 @@ -SHA256 (rubygem/hashie-3.2.0.gem) = c18884028555c75b95693f62b6dd12c906d2087d64e0c09d20e3f42bad693e7c -SIZE (rubygem/hashie-3.2.0.gem) = 40448 +SHA256 (rubygem/hashie-3.4.0.gem) = 5e39f20c0087ff8fc415f378427c17dc8cd21fa282b7f26267a863b073655802 +SIZE (rubygem/hashie-3.4.0.gem) = 51712 +SHA256 (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 6281bfb9615b4abce7771e550273cf89ebd5e919e0608553fe1b4a5e9d2a70c5 +SIZE (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 3348 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:25:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131242D1; Thu, 5 Feb 2015 17:25:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96FCC85; Thu, 5 Feb 2015 17:25:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15HPLIF039572; Thu, 5 Feb 2015 17:25:21 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15HPKrq039568; Thu, 5 Feb 2015 17:25:20 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201502051725.t15HPKrq039568@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 5 Feb 2015 17:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378480 - in head: devel/llvm36 lang/clang36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:25:22 -0000 Author: brooks Date: Thu Feb 5 17:25:20 2015 New Revision: 378480 URL: https://svnweb.freebsd.org/changeset/ports/378480 QAT: https://qat.redports.org/buildarchive/r378480/ Log: Update to RC2. Modified: head/devel/llvm36/Makefile head/devel/llvm36/distinfo head/lang/clang36/Makefile head/lang/clang36/distinfo Modified: head/devel/llvm36/Makefile ============================================================================== --- head/devel/llvm36/Makefile Thu Feb 5 17:12:37 2015 (r378479) +++ head/devel/llvm36/Makefile Thu Feb 5 17:25:20 2015 (r378480) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.6.0rc1 +DISTVERSION= 3.6.0rc2 CATEGORIES= devel lang -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc1/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc2/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/devel/llvm36/distinfo ============================================================================== --- head/devel/llvm36/distinfo Thu Feb 5 17:12:37 2015 (r378479) +++ head/devel/llvm36/distinfo Thu Feb 5 17:25:20 2015 (r378480) @@ -1,2 +1,2 @@ -SHA256 (llvm-3.6.0rc1.src.tar.xz) = a39f4dad833852694fca482b01ec6c8c92731d59889e4dc50b0471e6af2908c2 -SIZE (llvm-3.6.0rc1.src.tar.xz) = 12737544 +SHA256 (llvm-3.6.0rc2.src.tar.xz) = b27e9b5a9481aefdb0da05940c1ef4cefdd809829e255e8ac40b0989dd88a611 +SIZE (llvm-3.6.0rc2.src.tar.xz) = 12748444 Modified: head/lang/clang36/Makefile ============================================================================== --- head/lang/clang36/Makefile Thu Feb 5 17:12:37 2015 (r378479) +++ head/lang/clang36/Makefile Thu Feb 5 17:25:20 2015 (r378480) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= clang -DISTVERSION= 3.6.0rc1 +DISTVERSION= 3.6.0rc2 CATEGORIES= lang devel -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc1/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc2/ PKGNAMESUFFIX= ${LLVM_SUFFIX} DISTNAME= ${CLANG_NAME} DISTFILES= ${CLANG_SOURCE} \ Modified: head/lang/clang36/distinfo ============================================================================== --- head/lang/clang36/distinfo Thu Feb 5 17:12:37 2015 (r378479) +++ head/lang/clang36/distinfo Thu Feb 5 17:25:20 2015 (r378480) @@ -1,4 +1,4 @@ -SHA256 (cfe-3.6.0rc1.src.tar.xz) = 86ee1037374d833292878f620f315771f8fdfdd5365f7c28b276279a8de45a10 -SIZE (cfe-3.6.0rc1.src.tar.xz) = 8637200 -SHA256 (llvm-3.6.0rc1.src.tar.xz) = a39f4dad833852694fca482b01ec6c8c92731d59889e4dc50b0471e6af2908c2 -SIZE (llvm-3.6.0rc1.src.tar.xz) = 12737544 +SHA256 (cfe-3.6.0rc2.src.tar.xz) = 0fcf1af46d8084644d3a343130480f993e1fd70f8778280221ab1b6d8dda79e9 +SIZE (cfe-3.6.0rc2.src.tar.xz) = 8639040 +SHA256 (llvm-3.6.0rc2.src.tar.xz) = b27e9b5a9481aefdb0da05940c1ef4cefdd809829e255e8ac40b0989dd88a611 +SIZE (llvm-3.6.0rc2.src.tar.xz) = 12748444 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:44:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84EBB73A; Thu, 5 Feb 2015 17:44:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F210E8F; Thu, 5 Feb 2015 17:44:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15HiW2R048962; Thu, 5 Feb 2015 17:44:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15HiV1w048959; Thu, 5 Feb 2015 17:44:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502051744.t15HiV1w048959@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 5 Feb 2015 17:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378481 - head/mail/rainloop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:44:32 -0000 Author: pi Date: Thu Feb 5 17:44:31 2015 New Revision: 378481 URL: https://svnweb.freebsd.org/changeset/ports/378481 QAT: https://qat.redports.org/buildarchive/r378481/ Log: mail/rainloop: 1.7.2 -> 1.8.0 Changes: Sieve filters Sound notification Sortable accounts list Updated ckeditor DKIM status Additional SSL configurations Updated Swedish language New layout configuration (Bottom preview pane) Interface refactoring (Compose attachments) Fixes, code refactoring and improvements PR: 197343 Submitted by: Yasuhiro Kimura Approved by: loic.blot@unix-experience.fr (maintainer) Modified: head/mail/rainloop/Makefile head/mail/rainloop/distinfo head/mail/rainloop/pkg-plist Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Thu Feb 5 17:25:20 2015 (r378480) +++ head/mail/rainloop/Makefile Thu Feb 5 17:44:31 2015 (r378481) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rainloop -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}-webmail/ @@ -19,7 +18,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes WANT_PHP_WEB= yes USE_PHP= curl iconv json xml dom openssl pcre spl zlib -RVER= 1.7.2.220 +RVER= 1.8.0.250 PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" # @TODO: PDO also for different backends Modified: head/mail/rainloop/distinfo ============================================================================== --- head/mail/rainloop/distinfo Thu Feb 5 17:25:20 2015 (r378480) +++ head/mail/rainloop/distinfo Thu Feb 5 17:44:31 2015 (r378481) @@ -1,2 +1,2 @@ -SHA256 (rainloop-1.7.2.zip) = 8025922c7a7ac52a044c1a662416f42c84f32fde5cc0bd5bfe666f0faca3c0ab -SIZE (rainloop-1.7.2.zip) = 4897740 +SHA256 (rainloop-1.8.0.zip) = 3ae6e1260d4b3e44046860b70fd7313cbcd15316107ba60fa02f604c4c20aa8d +SIZE (rainloop-1.8.0.zip) = 4795462 Modified: head/mail/rainloop/pkg-plist ============================================================================== --- head/mail/rainloop/pkg-plist Thu Feb 5 17:25:20 2015 (r378480) +++ head/mail/rainloop/pkg-plist Thu Feb 5 17:44:31 2015 (r378481) @@ -6,6 +6,7 @@ @owner root @group wheel %%WWWDIR%%/index.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini %%WWWDIR%%/rainloop/v/%%VER%%/app/domains/outlook.com.ini @@ -263,6 +264,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Email.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/EmailCollection.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Constants.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/DkimStatus.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/Header.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/MessagePriority.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/MailSo/Mime/Enumerations/MimeType.php @@ -334,6 +336,79 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/PHPThumb.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/PluginInterface.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/PHPThumb/Plugins/Reflection.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Actions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Api.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/BackwardCapability/Account.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/MbStringFix.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/PdoAbstract.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Common/RainLoopFacebookRedirectLoginHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/AbstractConfig.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/Application.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Config/Plugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/Capa.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/Layout.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/PluginPropertyType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/SignMeType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/TimeFormat.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/UploadClientError.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Enumerations/UploadError.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/ClientException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/Exception.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Exceptions/RuntimeException.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/KeyPathHelper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Account.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Domain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Model/Identity.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Notifications.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/AbstractPlugin.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Helper.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Manager.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Plugins/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AbstractProvider.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/AddressBookInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Contact.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Property.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Classes/Tag.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/Enumerations/PropertyType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/ChangePassword.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/ChangePassword/ChangePasswordInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DefaultDomain.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DomainAdminInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Domain/DomainInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files/DefaultStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Files/FilesInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Classes/Filter.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Classes/FilterCondition.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ActionType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionField.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/Enumerations/ConditionsType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/FiltersInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Filters/SieveStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings/DefaultSettings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Settings/SettingsInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/DefaultStorage.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/Enumerations/StorageType.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Storage/StorageInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/Suggestions/SuggestionsInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/AbstractTwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/GoogleTwoFactorAuth.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Providers/TwoFactorAuth/TwoFactorAuthInterface.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Service.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/ServiceActions.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Settings.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Social.php +%%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/RainLoop/Utils.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Sabre/CalDAV/Backend/AbstractBackend.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Sabre/CalDAV/Backend/BackendInterface.php %%WWWDIR%%/rainloop/v/%%VER%%/app/libraries/Sabre/CalDAV/Backend/NotificationSupport.php @@ -645,80 +720,6 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/ted.com.png %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/twitter.com.png %%WWWDIR%%/rainloop/v/%%VER%%/app/resources/images/services/youtube.com.png -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Actions.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Api.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Common/BackwardCapability/Account.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Common/MbStringFix.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Common/PdoAbstract.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Common/RainLoopFacebookRedirectLoginHelper.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Config/AbstractConfig.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Config/Application.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Config/Plugin.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/Capa.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/InterfaceAnimation.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/Layout.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/PluginPropertyType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/SignMeType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/TimeFormat.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/UploadClientError.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Enumerations/UploadError.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Exceptions/ClientException.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Exceptions/Exception.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Exceptions/InvalidArgumentException.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Exceptions/RuntimeException.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/KeyPathHelper.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Model/Account.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Model/Domain.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Model/Identity.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Notifications.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Plugins/AbstractPlugin.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Plugins/Helper.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Plugins/Manager.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Plugins/Property.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AbstractProvider.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/AddressBookInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/Classes/Contact.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/Classes/Property.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/Classes/Tag.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/Enumerations/PropertyType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/AddressBook/PdoAddressBook.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/ChangePassword.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/ChangePassword/ChangePasswordInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Domain.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Domain/DefaultDomain.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Domain/DomainAdminInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Domain/DomainInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Files.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Files/DefaultStorage.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Files/FilesInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Classes/Filter.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Classes/FilterCondition.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ActionType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ConditionField.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/ConditionType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/Enumerations/FilterRulesType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/FiltersInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Filters/SieveStorage.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Settings.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Settings/DefaultSettings.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Settings/SettingsInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Storage.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Storage/DefaultStorage.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Storage/Enumerations/StorageType.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Storage/StorageInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Suggestions.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/Suggestions/SuggestionsInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/TwoFactorAuth.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/TwoFactorAuth/AbstractTwoFactorAuth.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/TwoFactorAuth/GoogleTwoFactorAuth.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Providers/TwoFactorAuth/TwoFactorAuthInterface.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Service.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/ServiceActions.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Settings.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Social.php -%%WWWDIR%%/rainloop/v/%%VER%%/app/src/RainLoop/Utils.php %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/BadBrowser.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Error.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Index.html @@ -760,7 +761,6 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/Components/TextArea.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/About.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/ComposeAttachment.html -%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/ComposeAttachmentInProcess.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/Login.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailFolderList.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/MailFolderListItem.html @@ -790,9 +790,12 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsContacts.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsCustom.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFilters.html -%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionNoValue.html -%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionValueAsFolders.html -%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionWithValue.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionDiscard.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionForward.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionMoveToFolder.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionNone.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionReject.html +%%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersActionVacation.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFiltersConditionDefault.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFolderItem.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsFolders.html @@ -807,6 +810,7 @@ %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SettingsThemes.html %%WWWDIR%%/rainloop/v/%%VER%%/app/templates/Views/User/SystemDropDown.html %%WWWDIR%%/rainloop/v/%%VER%%/check.php +%%WWWDIR%%/rainloop/v/%%VER%%/include.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php %%WWWDIR%%/rainloop/v/%%VER%%/index.php.root %%WWWDIR%%/rainloop/v/%%VER%%/langs/bg.ini @@ -845,7 +849,6 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/adapters/jquery.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/build-config.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/ckeditor.orig.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/config.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/contents.css %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/lang/af.js @@ -917,79 +920,10 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/LICENSE.md %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/README.md %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/base64image/dialogs/base64image.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/icons/bidiltr.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/icons/bidirtl.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/af.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ar.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/bg.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/bn.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/bs.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/cs.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/cy.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/da.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/de.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/el.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/en-au.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/en-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/en-gb.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/en.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/eo.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/es.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/et.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/eu.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/fa.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/fi.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/fo.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/fr-ca.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/fr.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/gl.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/gu.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/he.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/hi.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/hr.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/hu.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/id.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/is.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/it.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ja.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ka.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/km.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ko.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ku.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/lt.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/lv.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/mk.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/mn.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ms.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/nb.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/nl.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/no.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/pl.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/pt-br.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/pt.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ro.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ru.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/si.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sk.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sl.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sq.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sr-latn.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sr.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/sv.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/th.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/tr.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/tt.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/ug.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/uk.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/vi.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/zh-cn.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/lang/zh.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/bidi/plugin.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/clipboard/dialogs/paste.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/dialog/dialogDefinition.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/fastimage/dialogs/fastimage.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/fastimage/images/noimage.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/icons.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/icons_hidpi.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/image/dialogs/image.js @@ -1006,6 +940,8 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain-rtl.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/icons/plain.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/plain/plugin.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/table/dialogs/table.js +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/tabletools/dialogs/tableCell.js %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/plugins/widget/images/handle.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/ajax.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/api.html @@ -1026,15 +962,12 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/dialog/dialog.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/divarea/divarea.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/enterkey/enterkey.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/htmlwriter/outputforflash.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/htmlwriter/outputhtml.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/image2/assets/image1.jpg %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/image2/assets/image2.jpg %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/image2/image2.html +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/quicktable/quicktable.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/sharedspace/sharedspace.html +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/tableresize/tableresize.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/plugins/toolbar/toolbar.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/readonly.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/replacebyclass.html @@ -1046,29 +979,33 @@ %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/uicolor.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/uilanguages.html %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/samples/xhtmlstyle.html -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/dialog.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/dialog_ie.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/dialog_ie7.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/dialog_ie8.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/dialog_iequirks.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor_gecko.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor_ie.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor_ie7.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor_ie8.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/editor_iequirks.css -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/icons.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/icons_hidpi.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/arrow.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/close.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/hidpi/close.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/hidpi/lock-open.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/hidpi/lock.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/hidpi/refresh.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/lock-open.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/lock.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/images/refresh.png -%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/moono/readme.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/bold.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_ie.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_ie7.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_ie8.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_iequirks.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/dialog_opera.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor_gecko.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor_ie.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor_ie7.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor_ie8.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/editor_iequirks.css +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/find-rtl.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/icons.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/icons_hidpi.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/arrow.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/close.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/hidpi/close.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/hidpi/lock-open.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/hidpi/lock.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/hidpi/refresh.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/lock-open.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/lock.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/images/refresh.png +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/readme.md +%%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/skins/icy_orange/scayt.png %%WWWDIR%%/rainloop/v/%%VER%%/static/ckeditor/styles.js %%WWWDIR%%/rainloop/v/%%VER%%/static/css/app.css %%WWWDIR%%/rainloop/v/%%VER%%/static/css/app.min.css From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:50:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2529BB03; Thu, 5 Feb 2015 17:50:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED130EFE; Thu, 5 Feb 2015 17:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Ho3R8050071; Thu, 5 Feb 2015 17:50:03 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Ho34c050062; Thu, 5 Feb 2015 17:50:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502051750.t15Ho34c050062@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 17:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378482 - in head/ftp/filezilla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:50:04 -0000 Author: pawel Date: Thu Feb 5 17:50:02 2015 New Revision: 378482 URL: https://svnweb.freebsd.org/changeset/ports/378482 QAT: https://qat.redports.org/buildarchive/r378482/ Log: Update to version 3.10.1.1 PR: 197311 Submitted by: matthew@reztek.cz (maintainer) Added: head/ftp/filezilla/files/patch-engine__tlssocket.h (contents, props changed) Deleted: head/ftp/filezilla/files/patch-engine__file.cpp head/ftp/filezilla/files/patch-engine__process.cpp Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Thu Feb 5 17:44:31 2015 (r378481) +++ head/ftp/filezilla/Makefile Thu Feb 5 17:50:02 2015 (r378482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Thu Feb 5 17:44:31 2015 (r378481) +++ head/ftp/filezilla/distinfo Thu Feb 5 17:50:02 2015 (r378482) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.10.0_src.tar.bz2) = 3bc4b018992b944db11c6673a305e3ccb85f215252f971473381a6693494c686 -SIZE (FileZilla_3.10.0_src.tar.bz2) = 4558534 +SHA256 (FileZilla_3.10.1.1_src.tar.bz2) = 67dbd801b15edd446f35b8df093a24440b5fd41966928d018f03f81db12e636d +SIZE (FileZilla_3.10.1.1_src.tar.bz2) = 4572160 Added: head/ftp/filezilla/files/patch-engine__tlssocket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/filezilla/files/patch-engine__tlssocket.h Thu Feb 5 17:50:02 2015 (r378482) @@ -0,0 +1,10 @@ +--- src/engine/tlssocket.h.orig 2015-02-04 03:35:52.000000000 +0100 ++++ src/engine/tlssocket.h 2015-02-04 03:36:18.000000000 +0100 +@@ -1,6 +1,7 @@ + #ifndef __TLSSOCKET_H__ + #define __TLSSOCKET_H__ + ++#include + #include + #include "backend.h" + #include "socket.h" From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 18:38:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C2979EA; Thu, 5 Feb 2015 18:38:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D228F77C; Thu, 5 Feb 2015 18:38:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15IcJW3074923; Thu, 5 Feb 2015 18:38:19 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15IcJj2074920; Thu, 5 Feb 2015 18:38:19 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502051838.t15IcJj2074920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 5 Feb 2015 18:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378483 - in head/net-im/uTox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 18:38:20 -0000 Author: thierry Date: Thu Feb 5 18:38:18 2015 New Revision: 378483 URL: https://svnweb.freebsd.org/changeset/ports/378483 QAT: https://qat.redports.org/buildarchive/r378483/ Log: Update to git20150204 v0.2.l . PR: ports/197347 Submitted by: Ivan Klymenko (maintainer) Added: head/net-im/uTox/files/ head/net-im/uTox/files/patch-Makefile (contents, props changed) Modified: head/net-im/uTox/Makefile head/net-im/uTox/distinfo Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Thu Feb 5 17:50:02 2015 (r378482) +++ head/net-im/uTox/Makefile Thu Feb 5 18:38:18 2015 (r378483) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.1.9.git20150114 +DISTVERSION= 0.2.l.git20150204 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxco LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ - libvpx.so:${PORTSDIR}/multimedia/libvpx + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libfilteraudio.so:${PORTSDIR}/audio/filter_audio RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= a78a756 +GH_COMMIT= 621727d USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender Modified: head/net-im/uTox/distinfo ============================================================================== --- head/net-im/uTox/distinfo Thu Feb 5 17:50:02 2015 (r378482) +++ head/net-im/uTox/distinfo Thu Feb 5 18:38:18 2015 (r378483) @@ -1,2 +1,2 @@ -SHA256 (uTox-0.1.9.git20150114.tar.gz) = 13ecdc34efd0cec358301c5c3cdf24f9e2bac2ff8941fd621ebe108301e3394c -SIZE (uTox-0.1.9.git20150114.tar.gz) = 744372 +SHA256 (uTox-0.2.l.git20150204.tar.gz) = c66f1d9751bcfa3d82e7b895dc52cb200a761f11bd4e7d3a957b2c4bfd519dc5 +SIZE (uTox-0.2.l.git20150204.tar.gz) = 753374 Added: head/net-im/uTox/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/uTox/files/patch-Makefile Thu Feb 5 18:38:18 2015 (r378483) @@ -0,0 +1,21 @@ +--- Makefile.orig 2015-01-28 12:42:36.939246000 +0200 ++++ Makefile 2015-01-28 12:44:04.733423000 +0200 +@@ -15,10 +15,6 @@ + DEPS += libv4lconvert + endif + +-ifeq ($(FILTER_AUDIO), 1) +- DEPS += filteraudio +-endif +- + UNAME_S := $(shell uname -s) + + CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99 +@@ -36,6 +32,7 @@ + + ifeq ($(FILTER_AUDIO), 1) + CFLAGS += -DAUDIO_FILTERING ++ LDFLAGS += -lfilteraudio + endif + + ifeq ($(UNAME_S), Linux) From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 18:52:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87009EE3; Thu, 5 Feb 2015 18:52:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67F81947; Thu, 5 Feb 2015 18:52:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Iq1jo083780; Thu, 5 Feb 2015 18:52:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15IpxYY083754; Thu, 5 Feb 2015 18:51:59 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502051851.t15IpxYY083754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 5 Feb 2015 18:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378484 - in head: devel/gcc-arm-embedded devel/isl devel/libopencm3 math/cloog math/cloog/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 18:52:01 -0000 Author: danilo Date: Thu Feb 5 18:51:58 2015 New Revision: 378484 URL: https://svnweb.freebsd.org/changeset/ports/378484 QAT: https://qat.redports.org/buildarchive/r378484/ Log: math/cloog - Update to 0.18.3 devel/isl [1] - Update isl to 0.14 - Take maintainership Approved by: delphij [1] Deleted: head/math/cloog/files/ Modified: head/devel/gcc-arm-embedded/Makefile head/devel/isl/Makefile head/devel/isl/distinfo head/devel/isl/pkg-plist head/devel/libopencm3/Makefile head/math/cloog/Makefile head/math/cloog/distinfo head/math/cloog/pkg-plist Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Thu Feb 5 18:38:18 2015 (r378483) +++ head/devel/gcc-arm-embedded/Makefile Thu Feb 5 18:51:58 2015 (r378484) @@ -2,7 +2,7 @@ PORTNAME= gcc-arm-embedded PORTVERSION= 4.8.20140805 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/ DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src Modified: head/devel/isl/Makefile ============================================================================== --- head/devel/isl/Makefile Thu Feb 5 18:38:18 2015 (r378483) +++ head/devel/isl/Makefile Thu Feb 5 18:51:58 2015 (r378484) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Integer Set Library LICENSE= MIT Modified: head/devel/isl/distinfo ============================================================================== --- head/devel/isl/distinfo Thu Feb 5 18:38:18 2015 (r378483) +++ head/devel/isl/distinfo Thu Feb 5 18:51:58 2015 (r378484) @@ -1,2 +1,2 @@ -SHA256 (isl-0.13.tar.xz) = ef500e595aa307f980f941069aa569f569374ac3b170a1dc17bec1b12d2c2317 -SIZE (isl-0.13.tar.xz) = 1197112 +SHA256 (isl-0.14.tar.xz) = b1044f02819da0708fc7071fa2a558ce5d3c29d6676c8cb113caaedd5903ff03 +SIZE (isl-0.14.tar.xz) = 1247052 Modified: head/devel/isl/pkg-plist ============================================================================== --- head/devel/isl/pkg-plist Thu Feb 5 18:38:18 2015 (r378483) +++ head/devel/isl/pkg-plist Thu Feb 5 18:51:58 2015 (r378484) @@ -5,7 +5,6 @@ include/isl/ast.h include/isl/ast_build.h include/isl/ast_type.h include/isl/band.h -include/isl/config.h include/isl/constraint.h include/isl/ctx.h include/isl/deprecated/aff_int.h @@ -61,6 +60,6 @@ include/isl/vertices.h lib/libisl.a lib/libisl.so lib/libisl.so.13 -lib/libisl.so.13.0.0 -lib/libisl.so.13.0.0-gdb.py +lib/libisl.so.13.1.0 +lib/libisl.so.13.1.0-gdb.py libdata/pkgconfig/isl.pc Modified: head/devel/libopencm3/Makefile ============================================================================== --- head/devel/libopencm3/Makefile Thu Feb 5 18:38:18 2015 (r378483) +++ head/devel/libopencm3/Makefile Thu Feb 5 18:51:58 2015 (r378484) @@ -2,6 +2,7 @@ PORTNAME= libopencm3 PORTVERSION= 0.0.20141121 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org Modified: head/math/cloog/Makefile ============================================================================== --- head/math/cloog/Makefile Thu Feb 5 18:38:18 2015 (r378483) +++ head/math/cloog/Makefile Thu Feb 5 18:51:58 2015 (r378484) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cloog -PORTVERSION= 0.18.1 -PORTREVISION= 3 +PORTVERSION= 0.18.3 CATEGORIES= math MASTER_SITES= http://www.bastoul.net/cloog/pages/download/ @@ -15,8 +14,6 @@ LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libisl.so:${PORTSDIR}/devel/isl -PORTSCOUT= ignore:0.18.2 - USE_LDCONFIG= yes USES= libtool GNU_CONFIGURE= yes Modified: head/math/cloog/distinfo ============================================================================== --- head/math/cloog/distinfo Thu Feb 5 18:38:18 2015 (r378483) +++ head/math/cloog/distinfo Thu Feb 5 18:51:58 2015 (r378484) @@ -1,2 +1,2 @@ -SHA256 (cloog-0.18.1.tar.gz) = 02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196 -SIZE (cloog-0.18.1.tar.gz) = 3857324 +SHA256 (cloog-0.18.3.tar.gz) = 460c6c740acb8cdfbfbb387156b627cf731b3837605f2ec0001d079d89c69734 +SIZE (cloog-0.18.3.tar.gz) = 4577597 Modified: head/math/cloog/pkg-plist ============================================================================== --- head/math/cloog/pkg-plist Thu Feb 5 18:38:18 2015 (r378483) +++ head/math/cloog/pkg-plist Thu Feb 5 18:51:58 2015 (r378484) @@ -21,6 +21,7 @@ include/cloog/state.h include/cloog/statement.h include/cloog/stride.h include/cloog/union_domain.h +include/cloog/util.h include/cloog/version.h lib/cloog-isl/cloog-isl-config.cmake lib/isl/isl-config.cmake From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 19:37:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AF7D83C; Thu, 5 Feb 2015 19:37:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7731CE20; Thu, 5 Feb 2015 19:37:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15JbLIp004072; Thu, 5 Feb 2015 19:37:21 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15JbLgJ004071; Thu, 5 Feb 2015 19:37:21 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201502051937.t15JbLgJ004071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Thu, 5 Feb 2015 19:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378485 - head/net/pptpclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 19:37:21 -0000 Author: tdb Date: Thu Feb 5 19:37:20 2015 New Revision: 378485 URL: https://svnweb.freebsd.org/changeset/ports/378485 QAT: https://qat.redports.org/buildarchive/r378485/ Log: Avoid running /bin/ip which doesn't exist on FreeBSD. I get the following error every time I run pptp: /bin/ip: not found /bin/ip: not found Since /bin/ip doesn't exist on FreeBSD it doesn't make sense to try and run it, and pptp appears to function without it (this change certainly won't make things any worse). I've done a minimally invasive change which just makes it run /usr/bin/true instead. Modified: head/net/pptpclient/Makefile Modified: head/net/pptpclient/Makefile ============================================================================== --- head/net/pptpclient/Makefile Thu Feb 5 18:51:58 2015 (r378484) +++ head/net/pptpclient/Makefile Thu Feb 5 19:37:20 2015 (r378485) @@ -3,6 +3,7 @@ PORTNAME= pptpclient PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} @@ -13,7 +14,8 @@ COMMENT= PPTP client for establishing a LICENSE= GPLv2 # (or later) USES= perl5 -MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" PPPD="/usr/sbin/ppp" +MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \ + PPPD="/usr/sbin/ppp" IP="/usr/bin/true" CFLAGS+= -DUSER_PPP PLIST_FILES= sbin/pptp man/man8/pptp.8.gz From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 19:59:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88EDEBA; Thu, 5 Feb 2015 19:59:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75060136; Thu, 5 Feb 2015 19:59:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Jxlfw013930; Thu, 5 Feb 2015 19:59:47 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15JxlJq013927; Thu, 5 Feb 2015 19:59:47 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201502051959.t15JxlJq013927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 5 Feb 2015 19:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378486 - head/net/py-eventlet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 19:59:47 -0000 Author: cs Date: Thu Feb 5 19:59:46 2015 New Revision: 378486 URL: https://svnweb.freebsd.org/changeset/ports/378486 QAT: https://qat.redports.org/buildarchive/r378486/ Log: Update to 0.16.1 Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Thu Feb 5 19:37:20 2015 (r378485) +++ head/net/py-eventlet/Makefile Thu Feb 5 19:59:46 2015 (r378486) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= eventlet -PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= net python -MASTER_SITES= CHEESESHOP \ - http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Thu Feb 5 19:37:20 2015 (r378485) +++ head/net/py-eventlet/distinfo Thu Feb 5 19:59:46 2015 (r378486) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.14.0.tar.gz) = 07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d -SIZE (eventlet-0.14.0.tar.gz) = 279870 +SHA256 (eventlet-0.16.1.tar.gz) = e8bfd7ba6bbf2223a7cd3b1ffec2f15ab28a2ef65171b57dddd4323c7ac24db7 +SIZE (eventlet-0.16.1.tar.gz) = 267857 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 20:00:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9CCC1A9; Thu, 5 Feb 2015 20:00:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 962E2144; Thu, 5 Feb 2015 20:00:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15K0DlC016164; Thu, 5 Feb 2015 20:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15K0DKU016163; Thu, 5 Feb 2015 20:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502052000.t15K0DKU016163@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 5 Feb 2015 20:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378487 - head/games/gomoku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 20:00:13 -0000 Author: amdmi3 Date: Thu Feb 5 20:00:12 2015 New Revision: 378487 URL: https://svnweb.freebsd.org/changeset/ports/378487 QAT: https://qat.redports.org/buildarchive/r378487/ Log: - Strip binary Modified: head/games/gomoku/Makefile Modified: head/games/gomoku/Makefile ============================================================================== --- head/games/gomoku/Makefile Thu Feb 5 19:59:46 2015 (r378486) +++ head/games/gomoku/Makefile Thu Feb 5 20:00:12 2015 (r378487) @@ -18,4 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku + .include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 20:04:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B018D574; Thu, 5 Feb 2015 20:04:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C683226; Thu, 5 Feb 2015 20:04:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15K4Ghk018452; Thu, 5 Feb 2015 20:04:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15K4Gx6018451; Thu, 5 Feb 2015 20:04:16 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502052004.t15K4Gx6018451@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 20:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378488 - head/emulators/fceux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 20:04:16 -0000 Author: pawel Date: Thu Feb 5 20:04:15 2015 New Revision: 378488 URL: https://svnweb.freebsd.org/changeset/ports/378488 QAT: https://qat.redports.org/buildarchive/r378488/ Log: Adopt port PR: 197182 Submitted by: chris@bsdjunk.com Modified: head/emulators/fceux/Makefile Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Thu Feb 5 20:00:12 2015 (r378487) +++ head/emulators/fceux/Makefile Thu Feb 5 20:04:15 2015 (r378488) @@ -8,7 +8,7 @@ PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@bsdjunk.com COMMENT= Portable NES/Famicom emulator based on Bero's original FCE LICENSE= GPLv2 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 20:13:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AC0098F; Thu, 5 Feb 2015 20:13:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75036365; Thu, 5 Feb 2015 20:13:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15KDffr023309; Thu, 5 Feb 2015 20:13:41 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15KDewg023303; Thu, 5 Feb 2015 20:13:40 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502052013.t15KDewg023303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 5 Feb 2015 20:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378489 - in head/java/icedtea-web: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 20:13:41 -0000 Author: jkim Date: Thu Feb 5 20:13:39 2015 New Revision: 378489 URL: https://svnweb.freebsd.org/changeset/ports/378489 QAT: https://qat.redports.org/buildarchive/r378489/ Log: Update to 1.5.2. Modified: head/java/icedtea-web/Makefile head/java/icedtea-web/distinfo head/java/icedtea-web/files/extrapatch-jdk8 head/java/icedtea-web/files/patch-Makefile.in head/java/icedtea-web/files/patch-netx-XDesktopEntry.java Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Thu Feb 5 20:04:15 2015 (r378488) +++ head/java/icedtea-web/Makefile Thu Feb 5 20:13:39 2015 (r378489) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= icedtea-web -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ @@ -46,7 +45,9 @@ PORTDOCS= netx CONFIGURE_ARGS= --with-asm=no --with-ecj=no --with-emma=no --with-jacoco=no CONFIGURE_ARGS+=--with-jdk-home="${JAVA_HOME}" -CONFIGURE_ENV= ac_cv_path_BIN_BASH=${bash_CMD} +CONFIGURE_ARGS+=--with-jre-home="${JAVA_HOME}/jre" +CONFIGURE_ARGS+=--with-tagsoup=no +CONFIGURE_ENV= BIN_BASH=${bash_CMD} SH= ${bash_CMD} OPTIONS_DEFINE= PLUGIN RHINO TEST Modified: head/java/icedtea-web/distinfo ============================================================================== --- head/java/icedtea-web/distinfo Thu Feb 5 20:04:15 2015 (r378488) +++ head/java/icedtea-web/distinfo Thu Feb 5 20:13:39 2015 (r378489) @@ -1,2 +1,2 @@ -SHA256 (icedtea-web-1.5.tar.gz) = 1c09f40b873a95c9863178b0f6cd2645fef493cc19d346510655a94948527c2d -SIZE (icedtea-web-1.5.tar.gz) = 1583000 +SHA256 (icedtea-web-1.5.2.tar.gz) = b29e8ff2533cc6521a6509a002001f4c97c80a004460063156d003898da13bf3 +SIZE (icedtea-web-1.5.2.tar.gz) = 1583105 Modified: head/java/icedtea-web/files/extrapatch-jdk8 ============================================================================== --- head/java/icedtea-web/files/extrapatch-jdk8 Thu Feb 5 20:04:15 2015 (r378488) +++ head/java/icedtea-web/files/extrapatch-jdk8 Thu Feb 5 20:13:39 2015 (r378489) @@ -77,17 +77,6 @@ * @throws ParseException if the JNLP file was invalid */ public JNLPFile(InputStream input, URL codebase, ParserSettings settings) throws ParseException { ---- netx/net/sourceforge/jnlp/SecurityDesc.java 2014-04-02 06:20:59.680124000 -0400 -+++ netx/net/sourceforge/jnlp/SecurityDesc.java 2014-05-15 16:57:19.000000000 -0400 -@@ -90,7 +90,7 @@ - * The HTML permission level corresponding to the given String. If null is given, null comes - * back. If there is no permission level that can be granted in HTML matching the given String, - * null is also returned. -- * @param jnlpString the JNLP permission String -+ * @param htmlString the JNLP permission String - * @return the matching RequestedPermissionLevel - */ - public RequestedPermissionLevel fromHtmlString(final String htmlString) { --- netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java 2014-04-02 06:20:59.683125000 -0400 +++ netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java 2014-05-15 16:57:19.000000000 -0400 @@ -292,12 +292,13 @@ @@ -185,124 +174,6 @@ cbCompression.setSelectedIndex(Integer.parseInt(this.config.getProperty(properties[3]))); cbCompression.addItemListener(new ItemListener() { @Override ---- netx/net/sourceforge/jnlp/controlpanel/UnsignedAppletsTrustingListPanel.java 2014-04-02 06:20:59.683125000 -0400 -+++ netx/net/sourceforge/jnlp/controlpanel/UnsignedAppletsTrustingListPanel.java 2014-05-15 16:57:19.000000000 -0400 -@@ -51,6 +51,7 @@ - import java.util.Date; - import java.util.List; - import java.util.regex.Pattern; -+ - import javax.swing.DefaultCellEditor; - import javax.swing.JComboBox; - import javax.swing.JDialog; -@@ -72,6 +73,7 @@ - import javax.swing.table.TableCellRenderer; - import javax.swing.table.TableModel; - import javax.swing.table.TableRowSorter; -+ - import net.sourceforge.jnlp.config.DeploymentConfiguration; - import net.sourceforge.jnlp.runtime.Translator; - import net.sourceforge.jnlp.security.appletextendedsecurity.AppletSecurityLevel; -@@ -95,9 +97,9 @@ - private javax.swing.JButton moveRowDownButton; - private javax.swing.JCheckBox askBeforeActionCheckBox; - private javax.swing.JCheckBox filterRegexesCheckBox; -- private javax.swing.JComboBox mainPolicyComboBox; -- private javax.swing.JComboBox deleteTypeComboBox; -- private javax.swing.JComboBox viewFilter; -+ private javax.swing.JComboBox mainPolicyComboBox; -+ private javax.swing.JComboBox deleteTypeComboBox; -+ private javax.swing.JComboBox viewFilter; - private javax.swing.JLabel globalBehaviourLabel; - private javax.swing.JLabel securityLevelLabel; - private javax.swing.JScrollPane userTableScrollPane; -@@ -175,7 +177,7 @@ - setButtons((!currentModel.back.isReadOnly())); - } - -- public String appletItemsToCaption(List ii, String caption) { -+ public static String appletItemsToCaption(List ii, String caption) { - StringBuilder sb = new StringBuilder(); - for (UnsignedAppletActionEntry i : ii) { - sb.append(appletItemToCaption(i, caption)).append("\n"); -@@ -197,7 +199,7 @@ - - public static void removeSelectedFromTable(JTable table, boolean ask, UnsignedAppletActionTableModel data, Component forDialog) { - int[] originalIndexes = table.getSelectedRows(); -- List newIndexes = new ArrayList(originalIndexes.length); -+ List newIndexes = new ArrayList<>(originalIndexes.length); - for (int i = 0; i < originalIndexes.length; i++) { - //we need to remap values first - int modelRow = table.convertRowIndexToModel(originalIndexes[i]); -@@ -249,7 +251,7 @@ - userTable = createTbale(customModel); - globalTable = createTbale(globalModel); - helpButton = new javax.swing.JButton(); -- mainPolicyComboBox = new JComboBox(new AppletSecurityLevel[]{ -+ mainPolicyComboBox = new JComboBox<>(new AppletSecurityLevel[] { - AppletSecurityLevel.DENY_ALL, - AppletSecurityLevel.DENY_UNSIGNED, - AppletSecurityLevel.ASK_UNSIGNED, -@@ -258,8 +260,8 @@ - mainPolicyComboBox.setSelectedItem(AppletSecurityLevel.getDefault()); - securityLevelLabel = new javax.swing.JLabel(); - globalBehaviourLabel = new javax.swing.JLabel(); -- deleteTypeComboBox = new javax.swing.JComboBox(); -- viewFilter = new javax.swing.JComboBox(); -+ deleteTypeComboBox = new javax.swing.JComboBox<>(); -+ viewFilter = new javax.swing.JComboBox<>(); - deleteButton = new javax.swing.JButton(); - testUrlButton = new javax.swing.JButton(); - addRowButton = new javax.swing.JButton(); -@@ -335,7 +337,7 @@ - - globalBehaviourLabel.setText(Translator.R("APPEXTSECguiPanelGlobalBehaviourCaption")); - -- deleteTypeComboBox.setModel(new javax.swing.DefaultComboBoxModel(new String[]{ -+ deleteTypeComboBox.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { - Translator.R("APPEXTSECguiPanelDeleteMenuSelected"), - Translator.R("APPEXTSECguiPanelDeleteMenuAllA"), - Translator.R("APPEXTSECguiPanelDeleteMenuAllN"), -@@ -343,7 +345,7 @@ - Translator.R("APPEXTSECguiPanelDeleteMenuAlln"), - Translator.R("APPEXTSECguiPanelDeleteMenuAllAll")})); - -- viewFilter.setModel(new javax.swing.DefaultComboBoxModel(new String[]{ -+ viewFilter.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { - Translator.R("APPEXTSECguiPanelShowOnlyPermanent"), - Translator.R("APPEXTSECguiPanelShowOnlyTemporal"), - Translator.R("APPEXTSECguiPanelShowAll"), -@@ -681,7 +683,7 @@ - } - } - -- private void helpButtonActionPerformed(java.awt.event.ActionEvent evt) { -+ private static void helpButtonActionPerformed(java.awt.event.ActionEvent evt) { - JDialog d = new ExtendedAppletSecurityHelp(null, false); - ScreenFinder.centerWindowsToCurrentScreen(d); - d.setVisible(true); -@@ -701,7 +703,11 @@ - public TableCellEditor getCellEditor(int row, int column) { - int columnx = convertColumnIndexToModel(column); - if (columnx == 0) { -- return new DefaultCellEditor(new JComboBox(new ExecuteAppletAction[]{ExecuteAppletAction.ALWAYS, ExecuteAppletAction.NEVER, ExecuteAppletAction.YES, ExecuteAppletAction.NO})); -+ return new DefaultCellEditor(new JComboBox<>(new ExecuteAppletAction[] { -+ ExecuteAppletAction.ALWAYS, -+ ExecuteAppletAction.NEVER, -+ ExecuteAppletAction.YES, -+ ExecuteAppletAction.NO })); - } - if (columnx == 2) { - column = convertColumnIndexToModel(column); -@@ -761,7 +767,7 @@ - private void removeByBehaviour(ExecuteAppletAction unsignedAppletAction) { - UnsignedAppletActionEntry[] items = currentModel.back.toArray(); - if (askBeforeActionCheckBox.isSelected()) { -- List toBeDeleted = new ArrayList(); -+ List toBeDeleted = new ArrayList<>(); - for (int i = 0; i < items.length; i++) { - UnsignedAppletActionEntry unsignedAppletActionEntry = items[i]; - if (unsignedAppletActionEntry.getUnsignedAppletAction() == unsignedAppletAction) { --- netx/net/sourceforge/jnlp/security/VariableX509TrustManagerJDK6.java 2014-04-02 06:20:59.679124000 -0400 +++ netx/net/sourceforge/jnlp/security/VariableX509TrustManagerJDK6.java 2014-05-15 16:57:19.000000000 -0400 @@ -1,75 +0,0 @@ @@ -869,26 +740,25 @@ if (argsList.contains(HELP_FLAG)) { map.put(HELP_FLAG, null); ---- netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java 2014-04-02 06:20:59.679124000 -0400 -+++ netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java 2014-05-15 16:57:20.000000000 -0400 -@@ -123,13 +123,14 @@ +--- netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java 2014-08-14 06:15:47.038832000 -0400 ++++ netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java 2014-10-21 18:32:55.000000000 -0400 +@@ -128,12 +128,13 @@ private final PolicyEditorPermissions[] permissions; - private final String title; + private final String title; - private Group(String title, PolicyEditorPermissions... permissions) { + + private Group(final String title, final PolicyEditorPermissions... permissions) { this.title = title; this.permissions = permissions; - } - public static boolean anyContains(PolicyEditorPermissions permission) { + public static boolean anyContains(final PolicyEditorPermissions permission) { - for (Group g : Group.values()) { + for (final Group g : Group.values()) { if (g.contains(permission)) { return true; -@@ -138,10 +139,10 @@ +@@ -142,10 +143,10 @@ return false; } @@ -902,7 +772,7 @@ if (g.contains(pairs.getKey())) { return true; } -@@ -157,10 +158,10 @@ +@@ -161,10 +162,10 @@ * - none is selected */ public int getState (final Map map) { @@ -917,7 +787,7 @@ if (b == null){ return 0; } -@@ -170,23 +171,22 @@ +@@ -174,23 +175,22 @@ allTrue = false; } } @@ -945,7 +815,7 @@ } public String getTitle() { -@@ -199,7 +199,7 @@ +@@ -203,7 +203,7 @@ } @@ -1185,17 +1055,17 @@ throw new InvalidJarHeaderException("Jar " + file.getName() + " do not heave valid header. You can skip this check by -Xignoreheaders"); } } ---- netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java 2014-04-02 06:20:59.684125000 -0400 -+++ netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java 2014-05-15 16:57:20.000000000 -0400 -@@ -15,6 +15,7 @@ +--- netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java 2014-08-14 06:15:47.055833000 -0400 ++++ netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java 2014-10-21 19:02:25.000000000 -0400 +@@ -17,6 +17,7 @@ import java.util.Observer; import java.util.concurrent.atomic.AtomicBoolean; import java.util.regex.Pattern; + import javax.swing.ButtonGroup; - import javax.swing.JFrame; - import javax.swing.JMenuItem; -@@ -26,6 +27,7 @@ + import javax.swing.DefaultComboBoxModel; + import javax.swing.GroupLayout; +@@ -41,6 +42,7 @@ import javax.swing.text.Document; import javax.swing.text.PlainDocument; import javax.swing.text.html.HTMLDocument; @@ -1203,41 +1073,41 @@ import net.sourceforge.jnlp.runtime.JNLPRuntime; import net.sourceforge.jnlp.runtime.Translator; import net.sourceforge.jnlp.util.logging.headers.ObservableMessagesProvider; -@@ -247,7 +249,6 @@ +@@ -104,7 +106,7 @@ + showPreInit = new JCheckBox(); + sortByLabel = new JLabel(); + regExLabel = new JCheckBox(); +- sortBy = new JComboBox(); ++ sortBy = new JComboBox<>(); + searchLabel = new JLabel(); + autorefresh = new JCheckBox(); + refresh = new JButton(); +@@ -313,7 +315,6 @@ statistics.setText(model.createStatisticHint()); } - @SuppressWarnings("unchecked") private void initComponents() { - - jPanel2 = new javax.swing.JPanel(); -@@ -267,7 +268,7 @@ - showPreInit = new javax.swing.JCheckBox(); - sortByLabel = new javax.swing.JLabel(); - regExLabel = new javax.swing.JCheckBox(); -- sortBy = new javax.swing.JComboBox(); -+ sortBy = new javax.swing.JComboBox<>(); - searchLabel = new javax.swing.JLabel(); - autorefresh = new javax.swing.JCheckBox(); - refresh = new javax.swing.JButton(); -@@ -362,7 +363,7 @@ + //this is crucial, otherwie PlainDocument implementatin is repalcing all \n by space + ((PlainDocument)regExFilter.getDocument()).getDocumentProperties().remove("filterNewlines"); +@@ -380,7 +381,7 @@ regExLabel.setText(Translator.R("COPregex") + ":"); regExLabel.addActionListener(getDefaultActionSingleton()); -- sortBy.setModel(new javax.swing.DefaultComboBoxModel(new String[]{ -+ sortBy.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { +- sortBy.setModel(new DefaultComboBoxModel(new String[] { ++ sortBy.setModel(new DefaultComboBoxModel<>(new String[] { Translator.R("COPAsArrived"), Translator.R("COPuser"), Translator.R("COPorigin"), -@@ -943,7 +944,7 @@ - private javax.swing.JCheckBox showThread2; - private javax.swing.JCheckBox showUser; - private javax.swing.JCheckBox sortCopyAll; -- private javax.swing.JComboBox sortBy; -+ private javax.swing.JComboBox sortBy; - private javax.swing.JLabel sortByLabel; - private javax.swing.JLabel statistics; - private javax.swing.JCheckBox wordWrap; +@@ -961,7 +962,7 @@ + private final JCheckBox showThread2; + private final JCheckBox showUser; + private final JCheckBox sortCopyAll; +- private final JComboBox sortBy; ++ private final JComboBox sortBy; + private final JLabel sortByLabel; + private final JLabel statistics; + private final JCheckBox wordWrap; --- netx/net/sourceforge/nanoxml/XMLElement.java 2014-04-02 06:20:59.669124000 -0400 +++ netx/net/sourceforge/nanoxml/XMLElement.java 2014-05-15 16:57:20.000000000 -0400 @@ -39,7 +39,7 @@ @@ -1409,119 +1279,3 @@ "application/x-java-bean;jpi-version=" JPI_VERSION ":class,jar:IcedTea;" \ "application/x-java-vm-npruntime::IcedTea;" ---- tests/test-extensions/net/sourceforge/jnlp/tools/CodeSignerCreator.java 2014-04-02 06:20:59.637124000 -0400 -+++ tests/test-extensions/net/sourceforge/jnlp/tools/CodeSignerCreator.java 2014-05-15 16:57:20.000000000 -0400 -@@ -25,17 +25,24 @@ - - package net.sourceforge.jnlp.tools; - -+import java.lang.reflect.Constructor; -+import java.lang.reflect.InvocationTargetException; -+import java.lang.reflect.Method; - import java.security.CodeSigner; -+import java.security.InvalidKeyException; -+import java.security.NoSuchAlgorithmException; -+import java.security.NoSuchProviderException; - import java.security.PrivateKey; -+import java.security.SignatureException; - import java.security.Timestamp; - import java.security.cert.CertPath; -+import java.security.cert.CertificateException; - import java.security.cert.CertificateFactory; - import java.security.cert.X509Certificate; - import java.util.ArrayList; - import java.util.Date; - - import sun.security.x509.AlgorithmId; --import sun.security.x509.CertAndKeyGen; - import sun.security.x509.CertificateAlgorithmId; - import sun.security.x509.CertificateIssuerName; - import sun.security.x509.CertificateSerialNumber; -@@ -72,13 +79,10 @@ - // KeyTool#doGenKeyPair - X500Name x500Name = new X500Name(dname); - -- CertAndKeyGen keypair = new CertAndKeyGen(keyAlgName, sigAlgName); -+ KeyPair keyPair = new KeyPair(keyAlgName, sigAlgName, keysize); -+ PrivateKey privKey = keyPair.getPrivateKey(); - -- keypair.generate(keysize); -- PrivateKey privKey = keypair.getPrivateKey(); -- -- X509Certificate oldCert = keypair.getSelfCertificate(x500Name, -- notBefore, validity * 24L * 60L * 60L); -+ X509Certificate oldCert = keyPair.getSelfCertificate(x500Name, notBefore, validity); - - // KeyTool#doSelfCert - byte[] encoded = oldCert.getEncoded(); -@@ -142,4 +146,70 @@ - Timestamp certTimestamp = new Timestamp(jarEntryCert.getNotBefore(), certPath); - return new CodeSigner(certPath, certTimestamp); - } -+ -+ /** -+ * A wrapper over JDK-internal CertAndKeyGen Class. -+ *

-+ * This is an internal class whose package changed between OpenJDK 7 and 8. -+ * Use reflection to access the right thing. -+ */ -+ public static class KeyPair { -+ -+ private /* CertAndKeyGen */ Object keyPair; -+ -+ public KeyPair(String keyAlgName, String sigAlgName, int keySize) throws NoSuchAlgorithmException, InvalidKeyException { -+ try { -+ // keyPair = new CertAndKeyGen(keyAlgName, sigAlgName); -+ Class certAndKeyGenClass = Class.forName(getCertAndKeyGenClass()); -+ Constructor constructor = certAndKeyGenClass.getDeclaredConstructor(String.class, String.class); -+ keyPair = constructor.newInstance(keyAlgName, sigAlgName); -+ -+ // keyPair.generate(keySize); -+ Method generate = certAndKeyGenClass.getMethod("generate", int.class); -+ generate.invoke(keyPair, keySize); -+ } catch (ClassNotFoundException | NoSuchMethodException | SecurityException | InstantiationException | -+ IllegalAccessException | IllegalArgumentException | InvocationTargetException certAndKeyGenClassError) { -+ throw new AssertionError("Unable to use CertAndKeyGen class", certAndKeyGenClassError); -+ } -+ } -+ -+ public PrivateKey getPrivateKey() { -+ try { -+ // return keyPair.getPrivateKey(); -+ Class klass = keyPair.getClass(); -+ Method method = klass.getMethod("getPrivateKey"); -+ return (PrivateKey) method.invoke(keyPair); -+ } catch (NoSuchMethodException | IllegalAccessException | IllegalArgumentException | InvocationTargetException error) { -+ throw new AssertionError(error); -+ } -+ } -+ -+ public X509Certificate getSelfCertificate(X500Name name, Date notBefore, long validityInDays) -+ throws InvalidKeyException, CertificateException, SignatureException, -+ NoSuchAlgorithmException, NoSuchProviderException { -+ try { -+ // return keyPair.getSelfCertificate(name, notBefore, validityInDays * 24L * 60L * 60L); -+ Class klass = keyPair.getClass(); -+ Method method = klass.getMethod("getSelfCertificate", X500Name.class, Date.class, long.class); -+ return (X509Certificate) method.invoke(keyPair, name, notBefore, validityInDays * 24L * 60L * 60L); -+ } catch (InvocationTargetException ite) { -+ throw new RuntimeException(ite.getCause()); -+ } catch (NoSuchMethodException | IllegalAccessException | IllegalArgumentException error) { -+ throw new AssertionError(error); -+ } -+ } -+ -+ private String getCertAndKeyGenClass() { -+ String javaVersion = System.getProperty("java.version"); -+ String className = null; -+ if (javaVersion.startsWith("1.7")) { -+ className = "sun.security.x509.CertAndKeyGen"; -+ } else if (javaVersion.startsWith("1.8")) { -+ className = "sun.security.tools.keytool.CertAndKeyGen"; -+ } else { -+ throw new AssertionError("Unrecognized Java Version"); -+ } -+ return className; -+ } -+ } - } Modified: head/java/icedtea-web/files/patch-Makefile.in ============================================================================== --- head/java/icedtea-web/files/patch-Makefile.in Thu Feb 5 20:04:15 2015 (r378488) +++ head/java/icedtea-web/files/patch-Makefile.in Thu Feb 5 20:13:39 2015 (r378489) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2014-04-02 06:21:18.672343000 -0400 -+++ Makefile.in 2014-04-09 20:12:29.000000000 -0400 +--- Makefile.in.orig 2014-08-15 03:08:34.349127000 -0400 ++++ Makefile.in 2014-10-21 18:14:35.000000000 -0400 @@ -309,9 +309,9 @@ #end of exported autoconf copies @@ -12,7 +12,7 @@ # the launcher needs to know $(bindir) and $(datadir) which can be different at # make-time from configure-time -@@ -851,34 +851,36 @@ +@@ -852,34 +852,36 @@ @ENABLE_PLUGIN_TRUE@ ${INSTALL_DATA} $(abs_top_builddir)/liveconnect/lib/classes.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar ${INSTALL_DATA} $(NETX_DIR)/lib/classes.jar $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar ${INSTALL_DATA} $(NETX_SRCDIR)/javaws_splash.png $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/javaws_splash.png @@ -58,7 +58,7 @@ rm -f $(DESTDIR)$(bindir)/$(javaws) rm -f $(DESTDIR)$(bindir)/$(itweb_settings) rm -f $(DESTDIR)$(bindir)/$(policyeditor) -@@ -1041,10 +1043,10 @@ +@@ -1042,10 +1044,10 @@ find $(NETX_SRCDIR) -name '*.java' | sort > $@ ; \ for src in $(NETX_EXCLUDE_SRCS) ; \ do \ @@ -72,7 +72,7 @@ stamps/netx-html-gen.stamp: (cd $$NETX_SRCDIR/..; \ -@@ -1058,7 +1060,7 @@ +@@ -1059,7 +1061,7 @@ mkdir -p stamps touch $@ @@ -81,7 +81,7 @@ mkdir -p $(NETX_DIR) $(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) \ -d $(NETX_DIR) \ -@@ -1069,7 +1071,8 @@ +@@ -1070,7 +1072,8 @@ (cd $(NETX_RESOURCE_DIR); \ for files in $$(find . -type f); \ do \ @@ -91,7 +91,7 @@ $(NETX_DIR)/net/sourceforge/jnlp/resources/$${files}; \ done) cp -a $(NETX_SRCDIR)/net/sourceforge/jnlp/runtime/pac-funcs.js \ -@@ -1099,7 +1102,7 @@ +@@ -1100,7 +1103,7 @@ rm -f $(NETX_RESOURCE_DIR)/{NEWS,AUTHORS,COPYING,ChangeLog}.html clean-desktop-files: @@ -100,7 +100,7 @@ rm -f itweb-settings.desktop launcher.build/$(javaws): launcher/launchers.in -@@ -1132,7 +1135,7 @@ +@@ -1133,7 +1136,7 @@ fi javaws.desktop: javaws.desktop.in @@ -109,7 +109,7 @@ itweb-settings.desktop: $(srcdir)/itweb-settings.desktop.in sed "s#PATH_TO_ITWEB_SETTINGS#$(bindir)/$(itweb_settings)#" \ -@@ -1140,7 +1143,7 @@ +@@ -1141,7 +1144,7 @@ policyeditor.desktop: $(srcdir)/policyeditor.desktop.in sed 's#PATH_TO_POLICYEDITOR#$(bindir)/$(policyeditor)#' \ @@ -118,7 +118,7 @@ # documentation -@@ -1251,7 +1254,7 @@ +@@ -1252,7 +1255,7 @@ notSrcFiles=`find . -mindepth 1 -type f \! -name "*.java" | sed "s/.\/*//"` ; \ $(BOOT_DIR)/bin/javac -cp $(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect -d "$(REPRODUCERS_BUILD_DIR)/$$dir/" $$srcFiles ; \ if [ -n "$$notSrcFiles" ] ; then \ @@ -127,7 +127,7 @@ fi ; \ cd "$(REPRODUCERS_BUILD_DIR)/$$dir/" ; \ if [ -f $(META_MANIFEST) ]; \ -@@ -1306,7 +1309,7 @@ +@@ -1307,7 +1310,7 @@ path="`dirname $$slashed_dir`" ; \ file="`basename $$slashed_dir`.jar" ; \ echo "copying $$dir.jar to $$path as $$file" ; \ @@ -136,7 +136,7 @@ cp $$dir".jar" "$$path"/"$$file" ; \ fi ; \ done ; \ -@@ -1434,7 +1437,7 @@ +@@ -1435,7 +1438,7 @@ whiteListed=`cat $(REPRODUCERS_CLASS_WHITELIST)`; \ cd $(TEST_EXTENSIONS_TESTS_DIR) ; \ class_names= ; \ @@ -145,7 +145,7 @@ class_name=`echo $$test | sed -e 's|\.class$$||' -e 's|^\./||'` ; \ class_name=`echo $$class_name | sed -e 's|/|.|g' ` ; \ INLCUDE="NO" ; \ -@@ -1624,7 +1627,7 @@ +@@ -1625,7 +1628,7 @@ $(UNIT_CLASS_NAMES): cd $(NETX_UNIT_TEST_DIR) ; \ class_names= ; \ @@ -154,7 +154,7 @@ class_name=`echo $$test | sed -e 's|\.class$$||' -e 's|^\./||'` ; \ class_name=`echo $$class_name | sed -e 's|/|.|g' ` ; \ class_names="$$class_names $$class_name" ; \ -@@ -1635,10 +1638,7 @@ +@@ -1636,10 +1639,7 @@ $(TESTS_DIR)/$(REPORT_STYLES_DIRNAME) $(UNIT_CLASS_NAMES) filename=" " ; \ cd $(NETX_UNIT_TEST_SRCDIR) ; \ @@ -165,8 +165,8 @@ + tar -c -f - `find . -type f \! -iname "*.java"` | tar -x -f - -C $(NETX_UNIT_TEST_DIR) ; \ cd $(NETX_UNIT_TEST_DIR) ; \ class_names=`cat $(UNIT_CLASS_NAMES)` ; \ - CLASSPATH=$(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect/lib/classes.jar:$(JUNIT_JAR):$(JUNIT_RUNNER_JAR):$(TEST_EXTENSIONS_DIR):.:$(TEST_EXTENSIONS_SRCDIR):$(TAGSOUP_JAR) \ -@@ -2128,9 +2128,7 @@ + CLASSPATH=$(NETX_DIR)/lib/classes.jar:$(abs_top_builddir)/liveconnect/lib/classes.jar:$(JUNIT_JAR):$(JUNIT_RUNNER_JAR):$(TEST_EXTENSIONS_DIR):.:$(TEST_EXTENSIONS_SRCDIR):$(TAGSOUP_JAR) ; \ +@@ -2131,9 +2131,7 @@ @ENABLE_PLUGIN_TRUE@ $(PLUGIN_TEST_SRCS) ; @ENABLE_PLUGIN_TRUE@ $(BOOT_DIR)/bin/jar cf plugin/tests/LiveConnect/PluginTest.jar \ @ENABLE_PLUGIN_TRUE@ plugin/tests/LiveConnect/*.class ; Modified: head/java/icedtea-web/files/patch-netx-XDesktopEntry.java ============================================================================== --- head/java/icedtea-web/files/patch-netx-XDesktopEntry.java Thu Feb 5 20:04:15 2015 (r378488) +++ head/java/icedtea-web/files/patch-netx-XDesktopEntry.java Thu Feb 5 20:13:39 2015 (r378489) @@ -1,11 +1,11 @@ ---- netx/net/sourceforge/jnlp/util/XDesktopEntry.java.orig 2013-05-03 15:08:24.357518000 -0400 -+++ netx/net/sourceforge/jnlp/util/XDesktopEntry.java 2013-06-11 11:04:56.000000000 -0400 -@@ -102,7 +102,7 @@ +--- netx/net/sourceforge/jnlp/util/XDesktopEntry.java.orig 2014-08-14 06:15:47.054833000 -0400 ++++ netx/net/sourceforge/jnlp/util/XDesktopEntry.java 2014-10-17 17:37:24.000000000 -0400 +@@ -103,7 +103,7 @@ } - //Shortcut executes the jnlp from cache and system preferred java.. -- fileContents += "Exec=" + "javaws" + " \"" + cacheFile.getAbsolutePath() + "\"\n"; -+ fileContents += "Exec=" + "itweb-javaws" + " \"" + cacheFile.getAbsolutePath() + "\"\n"; + //Shortcut executes the jnlp as it was with system preferred java. It should work fine offline +- fileContents += "Exec=" + "javaws" + " \"" + file.getSourceLocation() + "\"\n"; ++ fileContents += "Exec=" + "itweb-javaws" + " \"" + file.getSourceLocation() + "\"\n"; return new StringReader(fileContents); From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 20:24:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86567FB9; Thu, 5 Feb 2015 20:24:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72660692; Thu, 5 Feb 2015 20:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15KONUY028528; Thu, 5 Feb 2015 20:24:23 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15KOME3028518; Thu, 5 Feb 2015 20:24:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502052024.t15KOME3028518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 20:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378490 - head/science/metaf2xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 20:24:23 -0000 Author: pawel Date: Thu Feb 5 20:24:22 2015 New Revision: 378490 URL: https://svnweb.freebsd.org/changeset/ports/378490 QAT: https://qat.redports.org/buildarchive/r378490/ Log: - Update to version 1.56 - Use PLIST_SUB for version substitution - Fix plist when APACHE=on PR: 196731 Submitted by: metaf2xml@users.sourceforge.net Modified: head/science/metaf2xml/Makefile head/science/metaf2xml/distinfo head/science/metaf2xml/pkg-plist Modified: head/science/metaf2xml/Makefile ============================================================================== --- head/science/metaf2xml/Makefile Thu Feb 5 20:13:39 2015 (r378489) +++ head/science/metaf2xml/Makefile Thu Feb 5 20:24:22 2015 (r378490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= metaf2xml -PORTVERSION= 1.55 -PORTREVISION= 2 +PORTVERSION= 1.56 CATEGORIES= science perl5 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -14,17 +13,20 @@ OPTIONS_DEFINE= APACHE DOCS OPTIONS_SUB= yes APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache) -MAKE_ARGS= CGI_BIN_DIR=${PREFIX}/www/metaf2xml/cgi-bin \ - HTDOCS_DIR=${PREFIX}/www/metaf2xml/htdocs \ +MAKE_ARGS= CGI_BIN_DIR=${WWWDIR}/cgi-bin \ + HTDOCS_DIR=${WWWDIR}/htdocs \ METAF2XML=${PREFIX} \ METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_DOC=${DOCSDIR} \ - METAF2XML_XSL=${DATADIR} + METAF2XML_XSL=${DATADIR} \ + BUILD_ROOT=${STAGEDIR} NO_BUILD= yes USES= perl5 shebangfix tar:tgz USE_PERL5= install run SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl +PLIST_SUB= VERSION=${PORTVERSION} + .include .if ${PORT_OPTIONS:MAPACHE} @@ -32,11 +34,4 @@ USE_APACHE_RUN= 22+ MAKE_ARGS+= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes .endif -pre-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/www/metaf2xml/cgi-bin \ - ${STAGEDIR}${PREFIX}/www/metaf2xml/htdocs - -do-install: - cd ${WRKSRC}; ${MAKE} ${MAKE_ARGS} install-all - .include Modified: head/science/metaf2xml/distinfo ============================================================================== --- head/science/metaf2xml/distinfo Thu Feb 5 20:13:39 2015 (r378489) +++ head/science/metaf2xml/distinfo Thu Feb 5 20:24:22 2015 (r378490) @@ -1,2 +1,2 @@ -SHA256 (metaf2xml-1.55.tgz) = 2b89a7c1a61694e81681228263596b1ca0d27c7fdce5077be0553b9524bfc683 -SIZE (metaf2xml-1.55.tgz) = 338340 +SHA256 (metaf2xml-1.56.tgz) = 27726f402c15eb24b61226716d27816f8d10a66a3348d54e936c82858a138c9e +SIZE (metaf2xml-1.56.tgz) = 346253 Modified: head/science/metaf2xml/pkg-plist ============================================================================== --- head/science/metaf2xml/pkg-plist Thu Feb 5 20:13:39 2015 (r378489) +++ head/science/metaf2xml/pkg-plist Thu Feb 5 20:24:22 2015 (r378490) @@ -1,13 +1,15 @@ bin/metaf.pl bin/metaf2xml.pl bin/metafsrc2raw.pl -%%APACHE%%%%APACHEETCDIR%%/Includes/metaf2xml-1.55-apache.conf -etc/metaf2xml-1.55-apache.conf +%%APACHE%%%%APACHEETCDIR%%/Includes/metaf2xml-%%VERSION%%-apache.conf +%%NO_APACHE%%etc/metaf2xml-%%VERSION%%-apache.conf +%%SITE_PERL%%/metaf2xml/bufr.pm %%SITE_PERL%%/metaf2xml/parser.pm %%SITE_PERL%%/metaf2xml/src2raw.pm man/man1/metaf.1.gz man/man1/metaf2xml.1.gz man/man1/metafsrc2raw.1.gz +man/man3/metaf2xml::bufr.3pm.gz man/man3/metaf2xml::parser.3pm.gz man/man3/metaf2xml::src2raw.3pm.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 21:12:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 114DB906; Thu, 5 Feb 2015 21:12:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1B57CC1; Thu, 5 Feb 2015 21:12:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15LCLPQ052737; Thu, 5 Feb 2015 21:12:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15LCLBx052735; Thu, 5 Feb 2015 21:12:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502052112.t15LCLBx052735@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 21:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378491 - in head/www/http_get: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 21:12:22 -0000 Author: pawel Date: Thu Feb 5 21:12:20 2015 New Revision: 378491 URL: https://svnweb.freebsd.org/changeset/ports/378491 QAT: https://qat.redports.org/buildarchive/r378491/ Log: Update to version 1.0.20140814 PR: 196782 Submitted by: Neel Chauhan Approved by: maintainer timeout Deleted: head/www/http_get/files/patch-http_get.c Modified: head/www/http_get/Makefile head/www/http_get/distinfo Modified: head/www/http_get/Makefile ============================================================================== --- head/www/http_get/Makefile Thu Feb 5 20:24:22 2015 (r378490) +++ head/www/http_get/Makefile Thu Feb 5 21:12:20 2015 (r378491) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= http_get -PORTVERSION= 1.0.20100619 +PORTVERSION= 1.0.20140814 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/http_get/ -DISTNAME= ${PORTNAME}_19jun2010 +DISTNAME= ${PORTNAME}_14Aug2014 MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Dump http-contents to stdout Modified: head/www/http_get/distinfo ============================================================================== --- head/www/http_get/distinfo Thu Feb 5 20:24:22 2015 (r378490) +++ head/www/http_get/distinfo Thu Feb 5 21:12:20 2015 (r378491) @@ -1,2 +1,2 @@ -SHA256 (http_get_19jun2010.tar.gz) = 8c5c58c9c2710cbb6d225b9ddf9301a894d2069a2a4852d3a1a1df8d4a7f4c6a -SIZE (http_get_19jun2010.tar.gz) = 6646 +SHA256 (http_get_14Aug2014.tar.gz) = b176def3fc2a44b6e20712fa1094f3ad49ccbd7f9807070e7794ed538ca72539 +SIZE (http_get_14Aug2014.tar.gz) = 6789 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 21:14:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7320BA10; Thu, 5 Feb 2015 21:14:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4558CCDD; Thu, 5 Feb 2015 21:14:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15LEW1S053140; Thu, 5 Feb 2015 21:14:32 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15LEV5F053134; Thu, 5 Feb 2015 21:14:31 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201502052114.t15LEV5F053134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 5 Feb 2015 21:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378492 - head/security/libsodium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 21:14:32 -0000 Author: vsevolod Date: Thu Feb 5 21:14:30 2015 New Revision: 378492 URL: https://svnweb.freebsd.org/changeset/ports/378492 QAT: https://qat.redports.org/buildarchive/r378492/ Log: - Update to 1.0.2 - Resolve undefined reference for pre-10 i386 FreeBSD [1] - Do not touch dependant ports as SONAME is unchanged PR: 193281 [1] Submitted by: Andriy Voskoboinyk [1] Modified: head/security/libsodium/Makefile head/security/libsodium/distinfo head/security/libsodium/pkg-plist Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Thu Feb 5 21:12:20 2015 (r378491) +++ head/security/libsodium/Makefile Thu Feb 5 21:14:30 2015 (r378492) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsodium -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ @@ -19,6 +19,13 @@ INSTALL_TARGET?= install-strip OPTIONS_DEFINE= DOCS +.include + +.if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ${OSVERSION} < 1000036 +# resolve undefined reference to __stack_chk_fail_local +LDFLAGS+= -lssp_nonshared -Wl,--no-undefined +.endif + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}/ @@ -29,4 +36,4 @@ regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} check) -.include +.include Modified: head/security/libsodium/distinfo ============================================================================== --- head/security/libsodium/distinfo Thu Feb 5 21:12:20 2015 (r378491) +++ head/security/libsodium/distinfo Thu Feb 5 21:14:30 2015 (r378492) @@ -1,2 +1,2 @@ -SHA256 (libsodium-1.0.1.tar.gz) = c3090887a4ef9e2d63af1c1e77f5d5a0656fadb5105ebb9fb66a302210cb3af5 -SIZE (libsodium-1.0.1.tar.gz) = 1651848 +SHA256 (libsodium-1.0.2.tar.gz) = 961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 +SIZE (libsodium-1.0.2.tar.gz) = 1673394 Modified: head/security/libsodium/pkg-plist ============================================================================== --- head/security/libsodium/pkg-plist Thu Feb 5 21:12:20 2015 (r378491) +++ head/security/libsodium/pkg-plist Thu Feb 5 21:14:30 2015 (r378492) @@ -55,7 +55,7 @@ include/sodium/version.h lib/libsodium.a lib/libsodium.so lib/libsodium.so.13 -lib/libsodium.so.13.0.3 +lib/libsodium.so.13.1.0 libdata/pkgconfig/libsodium.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.markdown From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 21:18:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AB83C0B; Thu, 5 Feb 2015 21:18:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56ECBD18; Thu, 5 Feb 2015 21:18:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15LILHF053779; Thu, 5 Feb 2015 21:18:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15LIKi7053776; Thu, 5 Feb 2015 21:18:20 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502052118.t15LIKi7053776@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 21:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378493 - head/www/http_post X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 21:18:21 -0000 Author: pawel Date: Thu Feb 5 21:18:20 2015 New Revision: 378493 URL: https://svnweb.freebsd.org/changeset/ports/378493 QAT: https://qat.redports.org/buildarchive/r378493/ Log: - Update to version 1.0.20140814 [1] - Fix capitalization and spelling error in COMMENT PR: 196783 [1] Submitted by: Neel Chauhan [1] Approved by: maintainer timeout Modified: head/www/http_post/Makefile head/www/http_post/distinfo Modified: head/www/http_post/Makefile ============================================================================== --- head/www/http_post/Makefile Thu Feb 5 21:14:30 2015 (r378492) +++ head/www/http_post/Makefile Thu Feb 5 21:18:20 2015 (r378493) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= http_post -PORTVERSION= 1.0.20110118 +PORTVERSION= 1.0.20140814 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/http_post/ -DISTNAME= ${PORTNAME}_18jan2011 +DISTNAME= ${PORTNAME}_14Aug2014 MAINTAINER= masaki@club.kyutech.ac.jp -COMMENT= Do a POST operaion and Dump http-contents to stdout +COMMENT= Do a POST operation and dump http-contents to stdout WRKSRC= ${WRKDIR}/http_post USES= uidfix Modified: head/www/http_post/distinfo ============================================================================== --- head/www/http_post/distinfo Thu Feb 5 21:14:30 2015 (r378492) +++ head/www/http_post/distinfo Thu Feb 5 21:18:20 2015 (r378493) @@ -1,2 +1,2 @@ -SHA256 (http_post_18jan2011.tar.gz) = 3a000cc417000d7dc92735f17a073df74e82a38ac1d382afe05454d175645559 -SIZE (http_post_18jan2011.tar.gz) = 8136 +SHA256 (http_post_14Aug2014.tar.gz) = b1d8776ec2be854224fdedca7fc3b085a9888eb73625012ce539f270bb97d9ce +SIZE (http_post_14Aug2014.tar.gz) = 8323 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 21:46:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD8B9F05; Thu, 5 Feb 2015 21:46:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9935123; Thu, 5 Feb 2015 21:46:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15LkmvN067955; Thu, 5 Feb 2015 21:46:48 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Lkm55067954; Thu, 5 Feb 2015 21:46:48 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502052146.t15Lkm55067954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 5 Feb 2015 21:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378494 - head/java/java3d/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 21:46:49 -0000 Author: jkim Date: Thu Feb 5 21:46:48 2015 New Revision: 378494 URL: https://svnweb.freebsd.org/changeset/ports/378494 QAT: https://qat.redports.org/buildarchive/r378494/ Log: Work around build breakage with recent Mesa 3D. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933 https://bugs.freedesktop.org/show_bug.cgi?id=83631 Obtained from: Debian Project Added: head/java/java3d/files/patch-gldefs.h (contents, props changed) Added: head/java/java3d/files/patch-gldefs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/java3d/files/patch-gldefs.h Thu Feb 5 21:46:48 2015 (r378494) @@ -0,0 +1,11 @@ +--- j3d-core/src/native/ogl/gldefs.h.orig 2008-02-28 15:18:01.000000000 -0500 ++++ j3d-core/src/native/ogl/gldefs.h 2015-02-05 16:38:10.813942000 -0500 +@@ -65,6 +65,8 @@ + #include + #include + ++typedef ptrdiff_t GLsizeiptr; ++typedef ptrdiff_t GLintptr; + #include + #include + #ifdef Java3D_undef__glext_h_ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:20:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FE6BD79; Thu, 5 Feb 2015 22:20:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00F6E6B6; Thu, 5 Feb 2015 22:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MK0ve082852; Thu, 5 Feb 2015 22:20:00 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MJxpZ082794; Thu, 5 Feb 2015 22:19:59 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201502052219.t15MJxpZ082794@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 5 Feb 2015 22:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378495 - in head/devel: . p5-JIRA-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:20:01 -0000 Author: brd (doc committer) Date: Thu Feb 5 22:19:58 2015 New Revision: 378495 URL: https://svnweb.freebsd.org/changeset/ports/378495 QAT: https://qat.redports.org/buildarchive/r378495/ Log: Add new port devel/p5-JIRA-REST for interfacing with the JIRA API. PR: 197106 Approved by: swills Added: head/devel/p5-JIRA-REST/ head/devel/p5-JIRA-REST/Makefile (contents, props changed) head/devel/p5-JIRA-REST/distinfo (contents, props changed) head/devel/p5-JIRA-REST/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Feb 5 21:46:48 2015 (r378494) +++ head/devel/Makefile Thu Feb 5 22:19:58 2015 (r378495) @@ -2277,6 +2277,7 @@ SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client + SUBDIR += p5-JIRA-REST SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path Added: head/devel/p5-JIRA-REST/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JIRA-REST/Makefile Thu Feb 5 22:19:58 2015 (r378495) @@ -0,0 +1,30 @@ +# Created by: Brad Davis +# $FreeBSD$ + +PORTNAME= JIRA-REST +PORTVERSION= 0.010 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Extended interface to JIRA's REST API + +BUILD_DEPENDS= p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \ + p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-REST-Client>=0:${PORTSDIR}/www/p5-REST-Client \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +PLIST_FILES= %%SITE_PERL%%/JIRA/README.pod \ + %%SITE_PERL%%/JIRA/REST.pm \ + %%PERL5_MAN3%%/JIRA::README.3.gz \ + %%PERL5_MAN3%%/JIRA::REST.3.gz + +.include Added: head/devel/p5-JIRA-REST/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JIRA-REST/distinfo Thu Feb 5 22:19:58 2015 (r378495) @@ -0,0 +1,2 @@ +SHA256 (JIRA-REST-0.010.tar.gz) = a772267b5a563863fdf520d1edcc2278bc1943ccb71b332c73fabd87236fef32 +SIZE (JIRA-REST-0.010.tar.gz) = 15341 Added: head/devel/p5-JIRA-REST/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JIRA-REST/pkg-descr Thu Feb 5 22:19:58 2015 (r378495) @@ -0,0 +1,10 @@ +JIRA is a proprietary bug tracking system from Atlassian +(http://www.atlassian.com/software/jira/). + +This module implements an Object Oriented wrapper around JIRA's +REST API. + +Moreover, it implements some other methods to make it easier to do +some common operations. + +WWW: http://search.cpan.org/dist/JIRA-REST/ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:23:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21ADBF3D; Thu, 5 Feb 2015 22:23:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E53807E5; Thu, 5 Feb 2015 22:23:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MN1SI086754; Thu, 5 Feb 2015 22:23:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MN1Tw086752; Thu, 5 Feb 2015 22:23:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502052223.t15MN1Tw086752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 5 Feb 2015 22:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378496 - in head/net-mgmt/xymon-client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:23:02 -0000 Author: feld Date: Thu Feb 5 22:23:00 2015 New Revision: 378496 URL: https://svnweb.freebsd.org/changeset/ports/378496 QAT: https://qat.redports.org/buildarchive/r378496/ Log: Xymon-client was not completely dropping privileges at startup. While xymon-client knows internally what UID it should run as, a design flaw in the rc script was still launching its master process as root. As a result the following two processes were always running as root instead of the xymon user: /usr/local/www/xymon/client/bin/xymonlaunch ... sh -c vmstat 300 2 ... The rest of the processes the xymon-client runs such as df, netstat, top, custom scripts, etc were correctly executing as non-root. Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/files/xymon-client.in Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Thu Feb 5 22:19:58 2015 (r378495) +++ head/net-mgmt/xymon-client/Makefile Thu Feb 5 22:23:00 2015 (r378496) @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} @@ -16,6 +16,8 @@ LICENSE= GPLv2 USERS= xymon GROUPS= xymon +SUB_LIST+= USERS="${USERS}" + # Options XYMONUSER?= xymon XYMONHOSTIP?= 127.0.0.1 Modified: head/net-mgmt/xymon-client/files/xymon-client.in ============================================================================== --- head/net-mgmt/xymon-client/files/xymon-client.in Thu Feb 5 22:19:58 2015 (r378495) +++ head/net-mgmt/xymon-client/files/xymon-client.in Thu Feb 5 22:23:00 2015 (r378496) @@ -14,12 +14,11 @@ rcvar=xymon_client_enable load_rc_config "$name" : ${xymon_client_enable:=NO} +: ${xymon_client_user:=%%USERS%%} -command="%%PREFIX%%/www/xymon/client/runclient.sh" -start_cmd="%%PREFIX%%/www/xymon/client/runclient.sh ${xymon_client_flags} start" -stop_cmd="%%PREFIX%%/www/xymon/client/runclient.sh ${xymon_client_flags} stop" -status_cmd="%%PREFIX%%/www/xymon/client/runclient.sh ${xymon_client_flags} status" -reload_cmd="%%PREFIX%%/www/xymon/client/runclient.sh ${xymon_client_flags} restart" -pidfile="%%PREFIX%%/www/xymon/client/logs/clientlaunch.`hostname`.pid" +command=/usr/local/www/xymon/client/runclient.sh +command_args="${xymon_client_flags} ${1}" +procname=/usr/local/www/xymon/client/bin/xymonlaunch +pidfile="/usr/local/www/xymon/client/logs/clientlaunch.`hostname`.pid" run_rc_command "$1" From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:40:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99FD4850; Thu, 5 Feb 2015 22:40:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1CE94E; Thu, 5 Feb 2015 22:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Mecfo093918; Thu, 5 Feb 2015 22:40:38 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MecRm093915; Thu, 5 Feb 2015 22:40:38 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502052240.t15MecRm093915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Thu, 5 Feb 2015 22:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378497 - in head/math/wxMaxima: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:40:38 -0000 Author: nivit Date: Thu Feb 5 22:40:37 2015 New Revision: 378497 URL: https://svnweb.freebsd.org/changeset/ports/378497 QAT: https://qat.redports.org/buildarchive/r378497/ Log: - Fix build on FreeBSD-9.3-RELEASE [1] with a couple of patches provided upstream - Remove textproc/libxml2 from dependencies, and so bump PORTREVISION Reported by: pkg-fallout [1] Added: head/math/wxMaxima/files/patch-src_MathCtrl.cpp (contents, props changed) head/math/wxMaxima/files/patch-src_MathCtrl.h (contents, props changed) Modified: head/math/wxMaxima/Makefile Modified: head/math/wxMaxima/Makefile ============================================================================== --- head/math/wxMaxima/Makefile Thu Feb 5 22:23:00 2015 (r378496) +++ head/math/wxMaxima/Makefile Thu Feb 5 22:40:37 2015 (r378497) @@ -3,7 +3,7 @@ PORTNAME= wxMaxima PORTVERSION= 14.12.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} @@ -23,7 +23,6 @@ GNU_CONFIGURE= yes PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} USES= desktop-file-utils gettext -USE_GNOME= libxml2 USE_WX= 2.8 WANT_UNICODE= yes Added: head/math/wxMaxima/files/patch-src_MathCtrl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/wxMaxima/files/patch-src_MathCtrl.cpp Thu Feb 5 22:40:37 2015 (r378497) @@ -0,0 +1,20 @@ +--- src/MathCtrl.cpp.orig 2015-02-05 22:22:12 UTC ++++ src/MathCtrl.cpp +@@ -1563,7 +1563,7 @@ void MathCtrl::OnCharInActive(wxKeyEvent + * We have a wxKeyEvent with no active editor, shift is down and + * keycode (ccode) is WXK_UP/WXK_DOWN + */ +-void MathCtrl::SelectWithChar(wxChar ccode) { ++void MathCtrl::SelectWithChar(int ccode) { + // start making a selection + // m_hCaretPositionStart is the first group selected + // m_hCaretPositionEnd is tle last group selected +@@ -1646,7 +1646,7 @@ void MathCtrl::SelectEditable(EditorCell + } + + void MathCtrl::OnCharNoActive(wxKeyEvent& event) { +- wxChar ccode = event.GetKeyCode(); ++ int ccode = event.GetKeyCode(); + wxString txt; // Usually we open an Editor Cell with initial content txt + + // If Shift is down we are selecting with WXK_UP and WXK_DOWN Added: head/math/wxMaxima/files/patch-src_MathCtrl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/wxMaxima/files/patch-src_MathCtrl.h Thu Feb 5 22:40:37 2015 (r378497) @@ -0,0 +1,11 @@ +--- src/MathCtrl.h.orig 2015-02-05 22:22:16 UTC ++++ src/MathCtrl.h +@@ -211,7 +211,7 @@ protected: + void OnCharNoActive(wxKeyEvent& event); + void OnChar(wxKeyEvent& event); + void SelectEditable(EditorCell *editor, bool up); +- void SelectWithChar(wxChar ccode); ++ void SelectWithChar(int ccode); + void ClickNDrag(wxPoint down, wxPoint up); + void AdjustSize(); + void OnEraseBackground(wxEraseEvent& event) { } From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:51:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11758BE7; Thu, 5 Feb 2015 22:51:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6C45A60; Thu, 5 Feb 2015 22:51:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MpNxQ098813; Thu, 5 Feb 2015 22:51:23 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MpNMP098812; Thu, 5 Feb 2015 22:51:23 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502052251.t15MpNMP098812@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 5 Feb 2015 22:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378498 - head/science/mbdyn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:51:24 -0000 Author: thierry Date: Thu Feb 5 22:51:22 2015 New Revision: 378498 URL: https://svnweb.freebsd.org/changeset/ports/378498 QAT: https://qat.redports.org/buildarchive/r378498/ Log: - Use blaslapack - Fix configure with Gotoblas2 - Fix umfpack detection - Pet portlint. Modified: head/science/mbdyn/Makefile Modified: head/science/mbdyn/Makefile ============================================================================== --- head/science/mbdyn/Makefile Thu Feb 5 22:40:37 2015 (r378497) +++ head/science/mbdyn/Makefile Thu Feb 5 22:51:22 2015 (r378498) @@ -17,6 +17,7 @@ LIB_DEPENDS= libarpack.so:${PORTSDIR}/ma GNU_CONFIGURE= yes USES= fortran gmake libtool +USE_LDCONFIG= yes CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/suitesparse LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --program-prefix='' @@ -28,6 +29,21 @@ METIS_DESC= Enable metis-support CHACO_DESC= Enable chaco-support GINAC_DESC= Enable GiNaC-support (not implemented yet) TCL_DESC= Enable tcl-support (not implemented yet) +OPTIONS_RADIO= BLAS +OPTIONS_RADIO_BLAS= REFERENCE GOTOBLAS ATLAS +OPTIONS_DEFAULT= REFERENCE + +REFERENCE_DESC= Blas / Lapack +REFERENCE_USES= blaslapack:netlib +REFERENCE_CONFIGURE_ON= --with-blas=blas + +ATLAS_DESC= ATLAS +ATLAS_USES= blaslapack:atlas +ATLAS_CONFIGURE_ON= --with-blas=atlas + +GOTOBLAS_DESC= GotoBLAS2 +GOTOBLAS_USES= blaslapack:gotoblas +GOTOBLAS_CONFIGURE_ON= --with-blas=goto --with-goto=goto2 .include @@ -35,23 +51,6 @@ TCL_DESC= Enable tcl-support (not implem BROKEN= Does not compile on powerpc .endif -WITH_BLAS?= reference - -. if ${WITH_BLAS} == reference -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ - liblapack.so:${PORTSDIR}/math/lapack -CONFIGURE_ARGS+= --with-blas=blas -LAPACK_LIBS= -llapack -.elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+= libgoto.so:${PORTSDIR}/math/gotoblas -CONFIGURE_ARGS+= --with-blas=goto --with-goto=goto2 -LAPACK_LIBS= -lgoto2 -.elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -CONFIGURE_ARGS+= --with-blas=atlas -LAPACK_LIBS= -lalapack -.endif - .if ${PORT_OPTIONS:MMPI} LIB_DEPENDS+= libmpich.so:${PORTSDIR}/net/mpich2 CONFIGURE_ARGS+= --with-mpi=yes --enable-schur @@ -80,7 +79,7 @@ CONFIGURE_ARGS+= --with-chaco=no .if ${PORT_OPTIONS:MGINAC} LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis4 \ - ginac:${PORTSDIR}/math/GiNaC + libginac.so:${PORTSDIR}/math/GiNaC CONFIGURE_ARGS+= --with-ginac=yes CPPFLAGS+= -I${LOCALBASE}/include/metis .else @@ -96,8 +95,9 @@ CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 CONFIGURE_ARGS+= --with-tcl=no .endif -post-patch: - ${REINPLACE_CMD} -e '/try_lapack_LIBS=/s/-llapack/${LAPACK_LIBS}/' \ +pre-configure: + ${REINPLACE_CMD} -e '/try_lapack_LIBS=/s/-llapack/${LAPACKLIB}/' \ + -e 's/ -lxerbla//; s/-lcholmod/-lcholmod ${BLASLIB} ${LAPACKLIB} -lsuitesparseconfig/' \ ${WRKSRC}/configure .include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:54:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DADF5D5C; Thu, 5 Feb 2015 22:54:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBC7EB1F; Thu, 5 Feb 2015 22:54:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MsMhY003038; Thu, 5 Feb 2015 22:54:22 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MsM9r003035; Thu, 5 Feb 2015 22:54:22 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502052254.t15MsM9r003035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 5 Feb 2015 22:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378499 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:54:23 -0000 Author: girgen Date: Thu Feb 5 22:54:21 2015 New Revision: 378499 URL: https://svnweb.freebsd.org/changeset/ports/378499 QAT: https://qat.redports.org/buildarchive/r378499/ Log: Update PostgreSQL-9.x to latests versions. This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 5 22:51:22 2015 (r378498) +++ head/security/vuxml/vuln.xml Thu Feb 5 22:54:21 2015 (r378499) @@ -57,6 +57,53 @@ Notes: --> + + PostgreSQL -- multiple buffer overflows and memory issues + + + postgresql-server + 9.0.09.0.19 + 9.1.09.1.15 + 9.2.09.2.10 + 9.3.09.3.6 + 9.4.09.4.1 + + + + +

PostgreSQL Project reports:

+
+

This update fixes multiple security issues reported in PostgreSQL + over the past few months. All of these issues require prior + authentication, and some require additional conditions, and as such + are not considered generally urgent. However, users should examine + the list of security holes patched below in case they are particularly + vulnerable.

+
    +
  1. CVE-2015-0241 Buffer overruns in "to_char" functions.
  2. +
  3. CVE-2015-0242 Buffer overrun in replacement printf family of + functions.
  4. +
  5. CVE-2015-0243 Memory errors in functions in the pgcrypto extension.
  6. +
  7. CVE-2015-0244 An error in extended protocol message reading.
  8. +
  9. CVE-2014-8161 Constraint violation errors can cause display of values in columns + which the user would not normally have rights to see.
  10. +
+
+ + + + CVE-2015-0241 + CVE-2015-0242 + CVE-2015-0243 + CVE-2015-0244 + CVE-2014-8161 + + + 2015-02-05 + 2015-02-05 + +
+ krb5 -- Vulnerabilities in kadmind, libgssrpc, gss_process_context_token VU#540092 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:54:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74460F74; Thu, 5 Feb 2015 22:54:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D0B6B29; Thu, 5 Feb 2015 22:54:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MscTm003967; Thu, 5 Feb 2015 22:54:38 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MsZTa003946; Thu, 5 Feb 2015 22:54:35 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502052254.t15MsZTa003946@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 5 Feb 2015 22:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378500 - in head/databases: postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-contrib postgresql91-server postgresql92-client postgresql92-c... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:54:38 -0000 Author: girgen Date: Thu Feb 5 22:54:34 2015 New Revision: 378500 URL: https://svnweb.freebsd.org/changeset/ports/378500 QAT: https://qat.redports.org/buildarchive/r378500/ Log: Update PostgreSQL-9.x to latests versions. This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161 Modified: head/databases/postgresql90-client/Makefile head/databases/postgresql90-contrib/Makefile head/databases/postgresql90-server/Makefile head/databases/postgresql90-server/distinfo head/databases/postgresql90-server/pkg-plist-client head/databases/postgresql90-server/pkg-plist-contrib head/databases/postgresql90-server/pkg-plist-plperl head/databases/postgresql90-server/pkg-plist-plpython head/databases/postgresql90-server/pkg-plist-pltcl head/databases/postgresql90-server/pkg-plist-server head/databases/postgresql91-client/Makefile head/databases/postgresql91-contrib/Makefile head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/distinfo head/databases/postgresql91-server/pkg-plist-client head/databases/postgresql91-server/pkg-plist-contrib head/databases/postgresql91-server/pkg-plist-plperl head/databases/postgresql91-server/pkg-plist-plpython head/databases/postgresql91-server/pkg-plist-pltcl head/databases/postgresql91-server/pkg-plist-server head/databases/postgresql92-client/Makefile head/databases/postgresql92-contrib/Makefile head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/distinfo head/databases/postgresql92-server/pkg-plist-client head/databases/postgresql92-server/pkg-plist-contrib head/databases/postgresql92-server/pkg-plist-plperl head/databases/postgresql92-server/pkg-plist-plpython head/databases/postgresql92-server/pkg-plist-pltcl head/databases/postgresql92-server/pkg-plist-server head/databases/postgresql93-client/Makefile head/databases/postgresql93-contrib/Makefile head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/distinfo head/databases/postgresql93-server/pkg-plist-client head/databases/postgresql93-server/pkg-plist-contrib head/databases/postgresql93-server/pkg-plist-plperl head/databases/postgresql93-server/pkg-plist-plpython head/databases/postgresql93-server/pkg-plist-pltcl head/databases/postgresql93-server/pkg-plist-server head/databases/postgresql94-client/Makefile head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql94-server/pkg-plist-pltcl head/databases/postgresql94-server/pkg-plist-server Modified: head/databases/postgresql90-client/Makefile ============================================================================== --- head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:34 2015 (r378500) @@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql90-server +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -15,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES+= readline +CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql90-contrib/Makefile ============================================================================== --- head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:34 2015 (r378500) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:34 2015 (r378500) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.0.18 +DISTVERSION?= 9.0.19 PORTREVISION= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql90-server/distinfo ============================================================================== --- head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:34 2015 (r378500) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.0.18.tar.bz2) = 7c8a07d0ab78fe39522c6bb268a7b357f456d9d4796f57d7b43a004e4a9d3003 -SIZE (postgresql/postgresql-9.0.18.tar.bz2) = 14984096 +SHA256 (postgresql/postgresql-9.0.19.tar.bz2) = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 +SIZE (postgresql/postgresql-9.0.19.tar.bz2) = 15019406 SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) = 4395 Modified: head/databases/postgresql90-server/pkg-plist-client ============================================================================== --- head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:34 2015 (r378500) @@ -476,54 +476,54 @@ include/postgresql/server/windowapi.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tsearch/dicts -@dirrm include/postgresql/server/tsearch -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/snowball/libstemmer -@dirrm include/postgresql/server/snowball -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/replication -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/postmaster -@dirrm include/postgresql/server/portability -@dirrm include/postgresql/server/port/win32_msvc/sys -@dirrm include/postgresql/server/port/win32_msvc -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/foreign -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server +@dir include/postgresql/server/utils +@dir include/postgresql/server/tsearch/dicts +@dir include/postgresql/server/tsearch +@dir include/postgresql/server/tcop +@dir include/postgresql/server/storage +@dir include/postgresql/server/snowball/libstemmer +@dir include/postgresql/server/snowball +@dir include/postgresql/server/rewrite +@dir include/postgresql/server/replication +@dir include/postgresql/server/regex +@dir include/postgresql/server/postmaster +@dir include/postgresql/server/portability +@dir include/postgresql/server/port/win32_msvc/sys +@dir include/postgresql/server/port/win32_msvc +@dir include/postgresql/server/port/win32/sys +@dir include/postgresql/server/port/win32/netinet +@dir include/postgresql/server/port/win32/arpa +@dir include/postgresql/server/port/win32 +@dir include/postgresql/server/port +@dir include/postgresql/server/parser +@dir include/postgresql/server/optimizer +@dir include/postgresql/server/nodes +@dir include/postgresql/server/mb +@dir include/postgresql/server/libpq +@dir include/postgresql/server/lib +@dir include/postgresql/server/foreign +@dir include/postgresql/server/executor +@dir include/postgresql/server/commands +@dir include/postgresql/server/catalog +@dir include/postgresql/server/bootstrap +@dir include/postgresql/server/access +@dir include/postgresql/server include/libpq/libpq-fs.h -@dirrm include/libpq +@dir include/libpq include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq +@dir include/postgresql/internal/libpq include/postgresql/informix/esql/datetime.h include/postgresql/informix/esql/decimal.h include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix +@dir include/postgresql/informix/esql +@dir include/postgresql/informix include/postgresql/internal/c.h include/postgresql/internal/libpq-int.h include/postgresql/internal/postgres_fe.h include/postgresql/internal/port.h include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql +@dir include/postgresql/internal +@dir include/postgresql include/ecpg_informix.h include/ecpgerrno.h include/ecpglib.h @@ -559,11 +559,11 @@ lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql +@dir lib/postgresql/pgxs/src/makefiles +@dir lib/postgresql/pgxs/config +@dir lib/postgresql/pgxs/src +@dir lib/postgresql/pgxs +@dir lib/postgresql man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz @@ -791,10 +791,10 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql +@dir %%DOCSDIR%% +%%DATADIR%%/pg_service.conf.sample +%%DATADIR%%/psqlrc.sample +@dir %%DATADIR%% %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo Modified: head/databases/postgresql90-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:34 2015 (r378500) @@ -51,82 +51,82 @@ lib/postgresql/uuid-ossp.so %%DOCSDIR%%/contrib/moddatetime.example %%DOCSDIR%%/contrib/refint.example %%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gin.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/citext.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/dict_int.sql -share/postgresql/contrib/dict_xsyn.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pageinspect.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_stat_statements.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/pgxml.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/test_parser.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/unaccent.sql -share/postgresql/contrib/uninstall_uuid-ossp.sql -share/postgresql/contrib/uuid-ossp.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gin.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_citext.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_dict_int.sql -share/postgresql/contrib/uninstall_dict_xsyn.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pageinspect.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_stat_statements.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_pgxml.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_test_parser.sql -share/postgresql/contrib/uninstall_tsearch2.sql -share/postgresql/contrib/uninstall_unaccent.sql -share/postgresql/tsearch_data/unaccent.rules -share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data -@dirrmtry share/postgresql/contrib -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%%/contrib -@dirrmtry %%DOCSDIR%% -@dirrmtry lib/postgresql +%%DATADIR%%/contrib/_int.sql +%%DATADIR%%/contrib/adminpack.sql +%%DATADIR%%/contrib/autoinc.sql +%%DATADIR%%/contrib/btree_gin.sql +%%DATADIR%%/contrib/btree_gist.sql +%%DATADIR%%/contrib/chkpass.sql +%%DATADIR%%/contrib/citext.sql +%%DATADIR%%/contrib/cube.sql +%%DATADIR%%/contrib/dblink.sql +%%DATADIR%%/contrib/dict_int.sql +%%DATADIR%%/contrib/dict_xsyn.sql +%%DATADIR%%/contrib/earthdistance.sql +%%DATADIR%%/contrib/fuzzystrmatch.sql +%%DATADIR%%/contrib/hstore.sql +%%DATADIR%%/contrib/insert_username.sql +%%DATADIR%%/contrib/int_aggregate.sql +%%DATADIR%%/contrib/isn.sql +%%DATADIR%%/contrib/lo.sql +%%DATADIR%%/contrib/ltree.sql +%%DATADIR%%/contrib/moddatetime.sql +%%DATADIR%%/contrib/pageinspect.sql +%%DATADIR%%/contrib/pg_buffercache.sql +%%DATADIR%%/contrib/pg_freespacemap.sql +%%DATADIR%%/contrib/pg_stat_statements.sql +%%DATADIR%%/contrib/pg_trgm.sql +%%DATADIR%%/contrib/pgcrypto.sql +%%DATADIR%%/contrib/pgrowlocks.sql +%%DATADIR%%/contrib/pgstattuple.sql +%%DATADIR%%/contrib/pgxml.sql +%%DATADIR%%/contrib/refint.sql +%%DATADIR%%/contrib/seg.sql +%%DATADIR%%/contrib/sslinfo.sql +%%DATADIR%%/contrib/tablefunc.sql +%%DATADIR%%/contrib/test_parser.sql +%%DATADIR%%/contrib/timetravel.sql +%%DATADIR%%/contrib/tsearch2.sql +%%DATADIR%%/contrib/unaccent.sql +%%DATADIR%%/contrib/uninstall_uuid-ossp.sql +%%DATADIR%%/contrib/uuid-ossp.sql +%%DATADIR%%/contrib/uninstall__int.sql +%%DATADIR%%/contrib/uninstall_adminpack.sql +%%DATADIR%%/contrib/uninstall_btree_gin.sql +%%DATADIR%%/contrib/uninstall_btree_gist.sql +%%DATADIR%%/contrib/uninstall_chkpass.sql +%%DATADIR%%/contrib/uninstall_citext.sql +%%DATADIR%%/contrib/uninstall_cube.sql +%%DATADIR%%/contrib/uninstall_dblink.sql +%%DATADIR%%/contrib/uninstall_dict_int.sql +%%DATADIR%%/contrib/uninstall_dict_xsyn.sql +%%DATADIR%%/contrib/uninstall_earthdistance.sql +%%DATADIR%%/contrib/uninstall_fuzzystrmatch.sql +%%DATADIR%%/contrib/uninstall_hstore.sql +%%DATADIR%%/contrib/uninstall_int_aggregate.sql +%%DATADIR%%/contrib/uninstall_isn.sql +%%DATADIR%%/contrib/uninstall_lo.sql +%%DATADIR%%/contrib/uninstall_ltree.sql +%%DATADIR%%/contrib/uninstall_pageinspect.sql +%%DATADIR%%/contrib/uninstall_pg_buffercache.sql +%%DATADIR%%/contrib/uninstall_pg_freespacemap.sql +%%DATADIR%%/contrib/uninstall_pg_stat_statements.sql +%%DATADIR%%/contrib/uninstall_pg_trgm.sql +%%DATADIR%%/contrib/uninstall_pgcrypto.sql +%%DATADIR%%/contrib/uninstall_pgrowlocks.sql +%%DATADIR%%/contrib/uninstall_pgstattuple.sql +%%DATADIR%%/contrib/uninstall_pgxml.sql +%%DATADIR%%/contrib/uninstall_seg.sql +%%DATADIR%%/contrib/uninstall_sslinfo.sql +%%DATADIR%%/contrib/uninstall_tablefunc.sql +%%DATADIR%%/contrib/uninstall_test_parser.sql +%%DATADIR%%/contrib/uninstall_tsearch2.sql +%%DATADIR%%/contrib/uninstall_unaccent.sql +%%DATADIR%%/tsearch_data/unaccent.rules +%%DATADIR%%/tsearch_data/xsyn_sample.rules +@dir %%DATADIR%%/tsearch_data +@dir %%DATADIR%%/contrib +@dir %%DATADIR%% +@dir %%DOCSDIR%%/contrib +@dir %%DOCSDIR%% +@dir lib/postgresql Modified: head/databases/postgresql90-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:34 2015 (r378500) @@ -1,4 +1,4 @@ %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% +@dir lib/postgresql +@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:34 2015 (r378500) @@ -1,5 +1,5 @@ %%DOCSDIR%%/README-plpython lib/postgresql/plpython.so lib/postgresql/plpython2.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% +@dir lib/postgresql +@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:34 2015 (r378500) @@ -1,9 +1,9 @@ %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dirrmtry lib/postgresql +@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod -share/postgresql/unknown.pltcl -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%% +%%DATADIR%%/unknown.pltcl +@dir %%DATADIR%% +@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-server ============================================================================== --- head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:21 2015 (r378499) +++ head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:34 2015 (r378500) @@ -35,17 +35,17 @@ lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so %%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql +@dir %%DOCSDIR%% +%%DATADIR%%/conversion_create.sql +%%DATADIR%%/information_schema.sql +%%DATADIR%%/pg_hba.conf.sample +%%DATADIR%%/pg_ident.conf.sample +%%DATADIR%%/postgres.bki +%%DATADIR%%/postgres.description +%%DATADIR%%/postgresql.conf.sample +%%DATADIR%%/recovery.conf.sample +%%DATADIR%%/sql_features.txt +%%DATADIR%%/system_views.sql %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo @@ -135,648 +135,651 @@ share/postgresql/system_views.sql %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo -share/postgresql/postgres.shdescription -share/postgresql/snowball_create.sql -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan -%%TZDATA%%share/postgresql/timezone/Africa/Accra -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa -%%TZDATA%%share/postgresql/timezone/Africa/Algiers -%%TZDATA%%share/postgresql/timezone/Africa/Asmara -%%TZDATA%%share/postgresql/timezone/Africa/Asmera -%%TZDATA%%share/postgresql/timezone/Africa/Bamako -%%TZDATA%%share/postgresql/timezone/Africa/Bangui -%%TZDATA%%share/postgresql/timezone/Africa/Banjul -%%TZDATA%%share/postgresql/timezone/Africa/Bissau -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura -%%TZDATA%%share/postgresql/timezone/Africa/Cairo -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta -%%TZDATA%%share/postgresql/timezone/Africa/Conakry -%%TZDATA%%share/postgresql/timezone/Africa/Dakar -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti -%%TZDATA%%share/postgresql/timezone/Africa/Douala -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun -%%TZDATA%%share/postgresql/timezone/Africa/Freetown -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone -%%TZDATA%%share/postgresql/timezone/Africa/Harare -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg -%%TZDATA%%share/postgresql/timezone/Africa/Juba -%%TZDATA%%share/postgresql/timezone/Africa/Kampala -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum -%%TZDATA%%share/postgresql/timezone/Africa/Kigali -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa -%%TZDATA%%share/postgresql/timezone/Africa/Lagos -%%TZDATA%%share/postgresql/timezone/Africa/Libreville -%%TZDATA%%share/postgresql/timezone/Africa/Lome -%%TZDATA%%share/postgresql/timezone/Africa/Luanda -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka -%%TZDATA%%share/postgresql/timezone/Africa/Malabo -%%TZDATA%%share/postgresql/timezone/Africa/Maputo -%%TZDATA%%share/postgresql/timezone/Africa/Maseru -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena -%%TZDATA%%share/postgresql/timezone/Africa/Niamey -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli -%%TZDATA%%share/postgresql/timezone/Africa/Tunis -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek -%%TZDATA%%share/postgresql/timezone/America/Adak -%%TZDATA%%share/postgresql/timezone/America/Anchorage -%%TZDATA%%share/postgresql/timezone/America/Anguilla -%%TZDATA%%share/postgresql/timezone/America/Antigua -%%TZDATA%%share/postgresql/timezone/America/Araguaina -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia -%%TZDATA%%share/postgresql/timezone/America/Aruba -%%TZDATA%%share/postgresql/timezone/America/Asuncion -%%TZDATA%%share/postgresql/timezone/America/Atikokan -%%TZDATA%%share/postgresql/timezone/America/Atka -%%TZDATA%%share/postgresql/timezone/America/Bahia -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas -%%TZDATA%%share/postgresql/timezone/America/Barbados -%%TZDATA%%share/postgresql/timezone/America/Belem -%%TZDATA%%share/postgresql/timezone/America/Belize -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista -%%TZDATA%%share/postgresql/timezone/America/Bogota -%%TZDATA%%share/postgresql/timezone/America/Boise -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande -%%TZDATA%%share/postgresql/timezone/America/Cancun -%%TZDATA%%share/postgresql/timezone/America/Caracas -%%TZDATA%%share/postgresql/timezone/America/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Cayenne -%%TZDATA%%share/postgresql/timezone/America/Cayman -%%TZDATA%%share/postgresql/timezone/America/Chicago -%%TZDATA%%share/postgresql/timezone/America/Chihuahua -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour -%%TZDATA%%share/postgresql/timezone/America/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica -%%TZDATA%%share/postgresql/timezone/America/Creston -%%TZDATA%%share/postgresql/timezone/America/Cuiaba -%%TZDATA%%share/postgresql/timezone/America/Curacao -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn -%%TZDATA%%share/postgresql/timezone/America/Dawson -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek -%%TZDATA%%share/postgresql/timezone/America/Denver -%%TZDATA%%share/postgresql/timezone/America/Detroit -%%TZDATA%%share/postgresql/timezone/America/Dominica -%%TZDATA%%share/postgresql/timezone/America/Edmonton -%%TZDATA%%share/postgresql/timezone/America/Eirunepe -%%TZDATA%%share/postgresql/timezone/America/El_Salvador -%%TZDATA%%share/postgresql/timezone/America/Ensenada -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne -%%TZDATA%%share/postgresql/timezone/America/Fortaleza -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay -%%TZDATA%%share/postgresql/timezone/America/Godthab -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk -%%TZDATA%%share/postgresql/timezone/America/Grenada -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe -%%TZDATA%%share/postgresql/timezone/America/Guatemala -%%TZDATA%%share/postgresql/timezone/America/Guayaquil -%%TZDATA%%share/postgresql/timezone/America/Guyana -%%TZDATA%%share/postgresql/timezone/America/Halifax -%%TZDATA%%share/postgresql/timezone/America/Havana -%%TZDATA%%share/postgresql/timezone/America/Hermosillo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac -%%TZDATA%%share/postgresql/timezone/America/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Inuvik -%%TZDATA%%share/postgresql/timezone/America/Iqaluit -%%TZDATA%%share/postgresql/timezone/America/Jamaica -%%TZDATA%%share/postgresql/timezone/America/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Juneau -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello -%%TZDATA%%share/postgresql/timezone/America/Knox_IN -%%TZDATA%%share/postgresql/timezone/America/Kralendijk -%%TZDATA%%share/postgresql/timezone/America/La_Paz -%%TZDATA%%share/postgresql/timezone/America/Lima -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles -%%TZDATA%%share/postgresql/timezone/America/Louisville -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes -%%TZDATA%%share/postgresql/timezone/America/Maceio -%%TZDATA%%share/postgresql/timezone/America/Managua -%%TZDATA%%share/postgresql/timezone/America/Manaus -%%TZDATA%%share/postgresql/timezone/America/Marigot -%%TZDATA%%share/postgresql/timezone/America/Martinique -%%TZDATA%%share/postgresql/timezone/America/Matamoros -%%TZDATA%%share/postgresql/timezone/America/Mazatlan -%%TZDATA%%share/postgresql/timezone/America/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Menominee -%%TZDATA%%share/postgresql/timezone/America/Merida -%%TZDATA%%share/postgresql/timezone/America/Metlakatla -%%TZDATA%%share/postgresql/timezone/America/Mexico_City -%%TZDATA%%share/postgresql/timezone/America/Miquelon -%%TZDATA%%share/postgresql/timezone/America/Moncton -%%TZDATA%%share/postgresql/timezone/America/Monterrey -%%TZDATA%%share/postgresql/timezone/America/Montevideo -%%TZDATA%%share/postgresql/timezone/America/Montreal -%%TZDATA%%share/postgresql/timezone/America/Montserrat -%%TZDATA%%share/postgresql/timezone/America/Nassau -%%TZDATA%%share/postgresql/timezone/America/New_York -%%TZDATA%%share/postgresql/timezone/America/Nipigon -%%TZDATA%%share/postgresql/timezone/America/Nome -%%TZDATA%%share/postgresql/timezone/America/Noronha -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem -%%TZDATA%%share/postgresql/timezone/America/Ojinaga -%%TZDATA%%share/postgresql/timezone/America/Panama -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung -%%TZDATA%%share/postgresql/timezone/America/Paramaribo -%%TZDATA%%share/postgresql/timezone/America/Phoenix -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico -%%TZDATA%%share/postgresql/timezone/America/Rainy_River -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet -%%TZDATA%%share/postgresql/timezone/America/Recife -%%TZDATA%%share/postgresql/timezone/America/Regina -%%TZDATA%%share/postgresql/timezone/America/Resolute -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco -%%TZDATA%%share/postgresql/timezone/America/Rosario -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel -%%TZDATA%%share/postgresql/timezone/America/Santarem -%%TZDATA%%share/postgresql/timezone/America/Santiago -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund -%%TZDATA%%share/postgresql/timezone/America/Shiprock -%%TZDATA%%share/postgresql/timezone/America/Sitka -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy -%%TZDATA%%share/postgresql/timezone/America/St_Johns -%%TZDATA%%share/postgresql/timezone/America/St_Kitts -%%TZDATA%%share/postgresql/timezone/America/St_Lucia -%%TZDATA%%share/postgresql/timezone/America/St_Thomas -%%TZDATA%%share/postgresql/timezone/America/St_Vincent -%%TZDATA%%share/postgresql/timezone/America/Swift_Current -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa -%%TZDATA%%share/postgresql/timezone/America/Thule -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay -%%TZDATA%%share/postgresql/timezone/America/Tijuana -%%TZDATA%%share/postgresql/timezone/America/Toronto -%%TZDATA%%share/postgresql/timezone/America/Tortola -%%TZDATA%%share/postgresql/timezone/America/Vancouver -%%TZDATA%%share/postgresql/timezone/America/Virgin -%%TZDATA%%share/postgresql/timezone/America/Whitehorse -%%TZDATA%%share/postgresql/timezone/America/Winnipeg -%%TZDATA%%share/postgresql/timezone/America/Yakutat -%%TZDATA%%share/postgresql/timezone/America/Yellowknife -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa -%%TZDATA%%share/postgresql/timezone/Antarctica/Troll -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen -%%TZDATA%%share/postgresql/timezone/Asia/Aden -%%TZDATA%%share/postgresql/timezone/Asia/Almaty -%%TZDATA%%share/postgresql/timezone/Asia/Amman -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain -%%TZDATA%%share/postgresql/timezone/Asia/Baku -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok -%%TZDATA%%share/postgresql/timezone/Asia/Beirut -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek -%%TZDATA%%share/postgresql/timezone/Asia/Brunei -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing -%%TZDATA%%share/postgresql/timezone/Asia/Chungking -%%TZDATA%%share/postgresql/timezone/Asia/Colombo -%%TZDATA%%share/postgresql/timezone/Asia/Dacca -%%TZDATA%%share/postgresql/timezone/Asia/Damascus -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka -%%TZDATA%%share/postgresql/timezone/Asia/Dili -%%TZDATA%%share/postgresql/timezone/Asia/Dubai -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe -%%TZDATA%%share/postgresql/timezone/Asia/Gaza -%%TZDATA%%share/postgresql/timezone/Asia/Harbin -%%TZDATA%%share/postgresql/timezone/Asia/Hebron -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong -%%TZDATA%%share/postgresql/timezone/Asia/Hovd -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem -%%TZDATA%%share/postgresql/timezone/Asia/Kabul -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka -%%TZDATA%%share/postgresql/timezone/Asia/Karachi -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu -%%TZDATA%%share/postgresql/timezone/Asia/Khandyga -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur -%%TZDATA%%share/postgresql/timezone/Asia/Kuching -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait -%%TZDATA%%share/postgresql/timezone/Asia/Macao -%%TZDATA%%share/postgresql/timezone/Asia/Macau -%%TZDATA%%share/postgresql/timezone/Asia/Magadan -%%TZDATA%%share/postgresql/timezone/Asia/Makassar -%%TZDATA%%share/postgresql/timezone/Asia/Manila -%%TZDATA%%share/postgresql/timezone/Asia/Muscat -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk -%%TZDATA%%share/postgresql/timezone/Asia/Omsk -%%TZDATA%%share/postgresql/timezone/Asia/Oral -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang -%%TZDATA%%share/postgresql/timezone/Asia/Qatar -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh -%%TZDATA%%share/postgresql/timezone/Asia/Saigon -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand -%%TZDATA%%share/postgresql/timezone/Asia/Seoul -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai -%%TZDATA%%share/postgresql/timezone/Asia/Singapore -%%TZDATA%%share/postgresql/timezone/Asia/Taipei -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi -%%TZDATA%%share/postgresql/timezone/Asia/Tehran -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi -%%TZDATA%%share/postgresql/timezone/Asia/Ust-Nera -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley -%%TZDATA%%share/postgresql/timezone/Australia/ACT -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill -%%TZDATA%%share/postgresql/timezone/Australia/Canberra -%%TZDATA%%share/postgresql/timezone/Australia/Currie -%%TZDATA%%share/postgresql/timezone/Australia/Darwin -%%TZDATA%%share/postgresql/timezone/Australia/Eucla -%%TZDATA%%share/postgresql/timezone/Australia/Hobart -%%TZDATA%%share/postgresql/timezone/Australia/LHI -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne -%%TZDATA%%share/postgresql/timezone/Australia/NSW -%%TZDATA%%share/postgresql/timezone/Australia/North -%%TZDATA%%share/postgresql/timezone/Australia/Perth -%%TZDATA%%share/postgresql/timezone/Australia/Queensland -%%TZDATA%%share/postgresql/timezone/Australia/South -%%TZDATA%%share/postgresql/timezone/Australia/Sydney -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania -%%TZDATA%%share/postgresql/timezone/Australia/Victoria -%%TZDATA%%share/postgresql/timezone/Australia/West -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna -%%TZDATA%%share/postgresql/timezone/Brazil/Acre -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha -%%TZDATA%%share/postgresql/timezone/Brazil/East -%%TZDATA%%share/postgresql/timezone/Brazil/West -%%TZDATA%%share/postgresql/timezone/CET -%%TZDATA%%share/postgresql/timezone/CST6CDT -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic -%%TZDATA%%share/postgresql/timezone/Canada/Central -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Eastern -%%TZDATA%%share/postgresql/timezone/Canada/Mountain -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland -%%TZDATA%%share/postgresql/timezone/Canada/Pacific -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Yukon -%%TZDATA%%share/postgresql/timezone/Chile/Continental -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland -%%TZDATA%%share/postgresql/timezone/Cuba -%%TZDATA%%share/postgresql/timezone/EET -%%TZDATA%%share/postgresql/timezone/EST -%%TZDATA%%share/postgresql/timezone/EST5EDT -%%TZDATA%%share/postgresql/timezone/Egypt -%%TZDATA%%share/postgresql/timezone/Eire -%%TZDATA%%share/postgresql/timezone/Etc/GMT -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich -%%TZDATA%%share/postgresql/timezone/Etc/UCT -%%TZDATA%%share/postgresql/timezone/Etc/UTC -%%TZDATA%%share/postgresql/timezone/Etc/Universal -%%TZDATA%%share/postgresql/timezone/Etc/Zulu -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam -%%TZDATA%%share/postgresql/timezone/Europe/Andorra -%%TZDATA%%share/postgresql/timezone/Europe/Athens -%%TZDATA%%share/postgresql/timezone/Europe/Belfast -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade -%%TZDATA%%share/postgresql/timezone/Europe/Berlin -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava -%%TZDATA%%share/postgresql/timezone/Europe/Brussels -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest -%%TZDATA%%share/postgresql/timezone/Europe/Budapest -%%TZDATA%%share/postgresql/timezone/Europe/Busingen -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen -%%TZDATA%%share/postgresql/timezone/Europe/Dublin -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul -%%TZDATA%%share/postgresql/timezone/Europe/Jersey -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad -%%TZDATA%%share/postgresql/timezone/Europe/Kiev -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana -%%TZDATA%%share/postgresql/timezone/Europe/London -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg -%%TZDATA%%share/postgresql/timezone/Europe/Madrid -%%TZDATA%%share/postgresql/timezone/Europe/Malta -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn -%%TZDATA%%share/postgresql/timezone/Europe/Minsk -%%TZDATA%%share/postgresql/timezone/Europe/Monaco -%%TZDATA%%share/postgresql/timezone/Europe/Moscow -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia -%%TZDATA%%share/postgresql/timezone/Europe/Oslo -%%TZDATA%%share/postgresql/timezone/Europe/Paris -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica -%%TZDATA%%share/postgresql/timezone/Europe/Prague -%%TZDATA%%share/postgresql/timezone/Europe/Riga -%%TZDATA%%share/postgresql/timezone/Europe/Rome -%%TZDATA%%share/postgresql/timezone/Europe/Samara -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol -%%TZDATA%%share/postgresql/timezone/Europe/Skopje -%%TZDATA%%share/postgresql/timezone/Europe/Sofia -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn -%%TZDATA%%share/postgresql/timezone/Europe/Tirane -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz -%%TZDATA%%share/postgresql/timezone/Europe/Vatican -%%TZDATA%%share/postgresql/timezone/Europe/Vienna -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye -%%TZDATA%%share/postgresql/timezone/Europe/Zurich -%%TZDATA%%share/postgresql/timezone/Factory -%%TZDATA%%share/postgresql/timezone/GB -%%TZDATA%%share/postgresql/timezone/GB-Eire -%%TZDATA%%share/postgresql/timezone/GMT -%%TZDATA%%share/postgresql/timezone/GMT+0 -%%TZDATA%%share/postgresql/timezone/GMT-0 -%%TZDATA%%share/postgresql/timezone/GMT0 -%%TZDATA%%share/postgresql/timezone/Greenwich -%%TZDATA%%share/postgresql/timezone/HST -%%TZDATA%%share/postgresql/timezone/Hongkong -%%TZDATA%%share/postgresql/timezone/Iceland -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo -%%TZDATA%%share/postgresql/timezone/Indian/Chagos -%%TZDATA%%share/postgresql/timezone/Indian/Christmas -%%TZDATA%%share/postgresql/timezone/Indian/Cocos -%%TZDATA%%share/postgresql/timezone/Indian/Comoro -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen -%%TZDATA%%share/postgresql/timezone/Indian/Mahe -%%TZDATA%%share/postgresql/timezone/Indian/Maldives -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte -%%TZDATA%%share/postgresql/timezone/Indian/Reunion -%%TZDATA%%share/postgresql/timezone/Iran -%%TZDATA%%share/postgresql/timezone/Israel -%%TZDATA%%share/postgresql/timezone/Jamaica -%%TZDATA%%share/postgresql/timezone/Japan -%%TZDATA%%share/postgresql/timezone/Kwajalein -%%TZDATA%%share/postgresql/timezone/Libya -%%TZDATA%%share/postgresql/timezone/MET -%%TZDATA%%share/postgresql/timezone/MST -%%TZDATA%%share/postgresql/timezone/MST7MDT -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur -%%TZDATA%%share/postgresql/timezone/Mexico/General -%%TZDATA%%share/postgresql/timezone/NZ -%%TZDATA%%share/postgresql/timezone/NZ-CHAT -%%TZDATA%%share/postgresql/timezone/Navajo -%%TZDATA%%share/postgresql/timezone/PRC -%%TZDATA%%share/postgresql/timezone/PST8PDT -%%TZDATA%%share/postgresql/timezone/Pacific/Apia -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk -%%TZDATA%%share/postgresql/timezone/Pacific/Easter -%%TZDATA%%share/postgresql/timezone/Pacific/Efate -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal -%%TZDATA%%share/postgresql/timezone/Pacific/Guam -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas -%%TZDATA%%share/postgresql/timezone/Pacific/Midway -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru -%%TZDATA%%share/postgresql/timezone/Pacific/Niue -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago -%%TZDATA%%share/postgresql/timezone/Pacific/Palau -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu -%%TZDATA%%share/postgresql/timezone/Pacific/Truk -%%TZDATA%%share/postgresql/timezone/Pacific/Wake -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis -%%TZDATA%%share/postgresql/timezone/Pacific/Yap -%%TZDATA%%share/postgresql/timezone/Poland -%%TZDATA%%share/postgresql/timezone/Portugal -%%TZDATA%%share/postgresql/timezone/ROC -%%TZDATA%%share/postgresql/timezone/ROK -%%TZDATA%%share/postgresql/timezone/Singapore -%%TZDATA%%share/postgresql/timezone/Turkey -%%TZDATA%%share/postgresql/timezone/UCT -%%TZDATA%%share/postgresql/timezone/US/Alaska -%%TZDATA%%share/postgresql/timezone/US/Aleutian -%%TZDATA%%share/postgresql/timezone/US/Arizona -%%TZDATA%%share/postgresql/timezone/US/Central -%%TZDATA%%share/postgresql/timezone/US/East-Indiana -%%TZDATA%%share/postgresql/timezone/US/Eastern -%%TZDATA%%share/postgresql/timezone/US/Hawaii -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke -%%TZDATA%%share/postgresql/timezone/US/Michigan -%%TZDATA%%share/postgresql/timezone/US/Mountain -%%TZDATA%%share/postgresql/timezone/US/Pacific -%%TZDATA%%share/postgresql/timezone/US/Pacific-New -%%TZDATA%%share/postgresql/timezone/US/Samoa -%%TZDATA%%share/postgresql/timezone/UTC -%%TZDATA%%share/postgresql/timezone/Universal -%%TZDATA%%share/postgresql/timezone/W-SU -%%TZDATA%%share/postgresql/timezone/WET -%%TZDATA%%share/postgresql/timezone/Zulu -%%TZDATA%%share/postgresql/timezone/posixrules -share/postgresql/timezonesets/Africa.txt -share/postgresql/timezonesets/America.txt -share/postgresql/timezonesets/Antarctica.txt -share/postgresql/timezonesets/Asia.txt -share/postgresql/timezonesets/Atlantic.txt -share/postgresql/timezonesets/Australia -share/postgresql/timezonesets/Australia.txt -share/postgresql/timezonesets/Default *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 22:54:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E77ABE; Thu, 5 Feb 2015 22:54:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A78EB2B; Thu, 5 Feb 2015 22:54:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15MsiQj004160; Thu, 5 Feb 2015 22:54:44 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15MshBq004154; Thu, 5 Feb 2015 22:54:43 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201502052254.t15MshBq004154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 5 Feb 2015 22:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378501 - in head/www: qupzilla-qt4 qupzilla-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:54:45 -0000 Author: brd (doc committer) Date: Thu Feb 5 22:54:42 2015 New Revision: 378501 URL: https://svnweb.freebsd.org/changeset/ports/378501 QAT: https://qat.redports.org/buildarchive/r378501/ Log: www/qupzilla-qt{4,5}: update to 1.8.6 PR: 197145 Submitted by: matthew@reztek.cz Approved by: kwm Modified: head/www/qupzilla-qt4/Makefile head/www/qupzilla-qt4/distinfo head/www/qupzilla-qt4/pkg-plist head/www/qupzilla-qt5/Makefile head/www/qupzilla-qt5/distinfo head/www/qupzilla-qt5/pkg-plist Modified: head/www/qupzilla-qt4/Makefile ============================================================================== --- head/www/qupzilla-qt4/Makefile Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt4/Makefile Thu Feb 5 22:54:42 2015 (r378501) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.8.5 +PORTVERSION= 1.8.6 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 Modified: head/www/qupzilla-qt4/distinfo ============================================================================== --- head/www/qupzilla-qt4/distinfo Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt4/distinfo Thu Feb 5 22:54:42 2015 (r378501) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.8.5.tar.xz) = 8ea7d3f9f9283e85b9ce0f7c86b4162a93c0cd68dfb3a7e70560dd7b8ded7d9c -SIZE (QupZilla-1.8.5.tar.xz) = 3096640 +SHA256 (QupZilla-1.8.6.tar.xz) = aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5 +SIZE (QupZilla-1.8.6.tar.xz) = 3205912 Modified: head/www/qupzilla-qt4/pkg-plist ============================================================================== --- head/www/qupzilla-qt4/pkg-plist Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt4/pkg-plist Thu Feb 5 22:54:42 2015 (r378501) @@ -5,12 +5,14 @@ lib/libQupZilla.so.1.8 lib/libQupZilla.so.%%VERSION%% lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libAutoScroll.so +lib/qupzilla/libFlashCookieManager.so %%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so lib/qupzilla/libGreaseMonkey.so %%KWALLET%%lib/qupzilla/libKWalletPasswords.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so lib/qupzilla/libStatusBarIcons.so +lib/qupzilla/libTabManager.so %%DEBUG%%lib/qupzilla/libTestPlugin.so share/appdata/qupzilla.appdata.xml share/applications/qupzilla.desktop Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt5/Makefile Thu Feb 5 22:54:42 2015 (r378501) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.8.5 +PORTVERSION= 1.8.6 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt5 Modified: head/www/qupzilla-qt5/distinfo ============================================================================== --- head/www/qupzilla-qt5/distinfo Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt5/distinfo Thu Feb 5 22:54:42 2015 (r378501) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.8.5.tar.xz) = 8ea7d3f9f9283e85b9ce0f7c86b4162a93c0cd68dfb3a7e70560dd7b8ded7d9c -SIZE (QupZilla-1.8.5.tar.xz) = 3096640 +SHA256 (QupZilla-1.8.6.tar.xz) = aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5 +SIZE (QupZilla-1.8.6.tar.xz) = 3205912 Modified: head/www/qupzilla-qt5/pkg-plist ============================================================================== --- head/www/qupzilla-qt5/pkg-plist Thu Feb 5 22:54:34 2015 (r378500) +++ head/www/qupzilla-qt5/pkg-plist Thu Feb 5 22:54:42 2015 (r378501) @@ -5,12 +5,14 @@ lib/libQupZilla.so.1.8 lib/libQupZilla.so.%%VERSION%% lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libAutoScroll.so +lib/qupzilla/libFlashCookieManager.so %%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so lib/qupzilla/libGreaseMonkey.so %%KWALLET%%lib/qupzilla/libKWalletPasswords.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so lib/qupzilla/libStatusBarIcons.so +lib/qupzilla/libTabManager.so %%DEBUG%%lib/qupzilla/libTestPlugin.so share/appdata/qupzilla.appdata.xml share/applications/qupzilla.desktop From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 01:10:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3028938; Fri, 6 Feb 2015 01:10:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5167A43; Fri, 6 Feb 2015 01:10:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t161AOKh067519; Fri, 6 Feb 2015 01:10:24 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t161AOID067516; Fri, 6 Feb 2015 01:10:24 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201502060110.t161AOID067516@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 6 Feb 2015 01:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378502 - head/deskutils/taskcoach X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 01:10:25 -0000 Author: kevlo Date: Fri Feb 6 01:10:23 2015 New Revision: 378502 URL: https://svnweb.freebsd.org/changeset/ports/378502 QAT: https://qat.redports.org/buildarchive/r378502/ Log: Update to 1.4.2 Modified: head/deskutils/taskcoach/Makefile head/deskutils/taskcoach/distinfo head/deskutils/taskcoach/pkg-plist Modified: head/deskutils/taskcoach/Makefile ============================================================================== --- head/deskutils/taskcoach/Makefile Thu Feb 5 22:54:42 2015 (r378501) +++ head/deskutils/taskcoach/Makefile Fri Feb 6 01:10:23 2015 (r378502) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= taskcoach -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} Modified: head/deskutils/taskcoach/distinfo ============================================================================== --- head/deskutils/taskcoach/distinfo Thu Feb 5 22:54:42 2015 (r378501) +++ head/deskutils/taskcoach/distinfo Fri Feb 6 01:10:23 2015 (r378502) @@ -1,2 +1,2 @@ -SHA256 (TaskCoach-1.4.1.tar.gz) = ea3e02bab9c130b7ef7f168191477e8a7839bc10baec002a2ec37e626de855ff -SIZE (TaskCoach-1.4.1.tar.gz) = 2550783 +SHA256 (TaskCoach-1.4.2.tar.gz) = 2f9a70f6abab688704ea0536f0eacbbb599a1cadda84f10d7dc5de07f711e34f +SIZE (TaskCoach-1.4.2.tar.gz) = 2905614 Modified: head/deskutils/taskcoach/pkg-plist ============================================================================== --- head/deskutils/taskcoach/pkg-plist Thu Feb 5 22:54:42 2015 (r378501) +++ head/deskutils/taskcoach/pkg-plist Fri Feb 6 01:10:23 2015 (r378502) @@ -1475,6 +1475,9 @@ bin/taskcoach %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/display.py %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/display.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/display.pyo +%%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/encodings.py +%%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/encodings.pyc +%%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/encodings.pyo %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/exception.py %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/exception.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds/exception.pyo From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 02:43:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 049A3649; Fri, 6 Feb 2015 02:43:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E509B30F; Fri, 6 Feb 2015 02:43:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t162hgIX012786; Fri, 6 Feb 2015 02:43:42 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t162hg1a012784; Fri, 6 Feb 2015 02:43:42 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502060243.t162hg1a012784@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Feb 2015 02:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378503 - head/devel/libosmo-abis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 02:43:43 -0000 Author: vanilla Date: Fri Feb 6 02:43:41 2015 New Revision: 378503 URL: https://svnweb.freebsd.org/changeset/ports/378503 QAT: https://qat.redports.org/buildarchive/r378503/ Log: Upgrade to 0.3.1. PR: 197318 Submitted by: maintainer Modified: head/devel/libosmo-abis/Makefile head/devel/libosmo-abis/distinfo Modified: head/devel/libosmo-abis/Makefile ============================================================================== --- head/devel/libosmo-abis/Makefile Fri Feb 6 01:10:23 2015 (r378502) +++ head/devel/libosmo-abis/Makefile Fri Feb 6 02:43:41 2015 (r378503) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmo-abis -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ Modified: head/devel/libosmo-abis/distinfo ============================================================================== --- head/devel/libosmo-abis/distinfo Fri Feb 6 01:10:23 2015 (r378502) +++ head/devel/libosmo-abis/distinfo Fri Feb 6 02:43:41 2015 (r378503) @@ -1,2 +1,2 @@ -SHA256 (libosmo-abis-0.3.0.tar.gz) = 5afb73aff6c8279f56887aac86adccd369cd1a454a5989b38147deef43fc0060 -SIZE (libosmo-abis-0.3.0.tar.gz) = 73639 +SHA256 (libosmo-abis-0.3.1.tar.gz) = fe973cf8f7154b0854bc38c51670e8c443bb22bd9b55ad92bf123f94c52181e5 +SIZE (libosmo-abis-0.3.1.tar.gz) = 73730 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 02:47:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1F7EC0F; Fri, 6 Feb 2015 02:47:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE38B330; Fri, 6 Feb 2015 02:47:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t162lFX2013327; Fri, 6 Feb 2015 02:47:15 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t162lF2a013325; Fri, 6 Feb 2015 02:47:15 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502060247.t162lF2a013325@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Feb 2015 02:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378504 - head/graphics/libsixel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 02:47:16 -0000 Author: vanilla Date: Fri Feb 6 02:47:14 2015 New Revision: 378504 URL: https://svnweb.freebsd.org/changeset/ports/378504 QAT: https://qat.redports.org/buildarchive/r378504/ Log: Upgrade to 1.4.7. PR: 197315 Submitted by: maintainer Modified: head/graphics/libsixel/Makefile head/graphics/libsixel/distinfo Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Fri Feb 6 02:43:41 2015 (r378503) +++ head/graphics/libsixel/Makefile Fri Feb 6 02:47:14 2015 (r378504) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.7 PORTEPOCH= 1 CATEGORIES= graphics @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= saitoha GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 3b6dd3e +GH_COMMIT= cdc6005 USE_LDCONFIG= yes USES= libtool pkgconfig Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Fri Feb 6 02:43:41 2015 (r378503) +++ head/graphics/libsixel/distinfo Fri Feb 6 02:47:14 2015 (r378504) @@ -1,2 +1,2 @@ -SHA256 (libsixel-1.4.5.tar.gz) = 7e959c50e17bc030b5b50d8fb32f770cacb229985edfac206dfffac0b2027114 -SIZE (libsixel-1.4.5.tar.gz) = 4039213 +SHA256 (libsixel-1.4.7.tar.gz) = 24098d9e5929cee21c0a68817ed0667142ff8c91fe0dc21eab6e3dbed5276fa9 +SIZE (libsixel-1.4.7.tar.gz) = 4057503 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 05:52:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86A014D8; Fri, 6 Feb 2015 05:52:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71621A06; Fri, 6 Feb 2015 05:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t165qNES001698; Fri, 6 Feb 2015 05:52:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t165qMvm001689; Fri, 6 Feb 2015 05:52:22 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502060552.t165qMvm001689@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Feb 2015 05:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378505 - in head/www: . iojs iojs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 05:52:24 -0000 Author: vanilla Date: Fri Feb 6 05:52:21 2015 New Revision: 378505 URL: https://svnweb.freebsd.org/changeset/ports/378505 QAT: https://qat.redports.org/buildarchive/r378505/ Log: 1: Add iojs 1.0.4, v8 JavaScript for client and server. 2: add a patch to remove MAP_NORESERVE. 3: switch to USE_GITHUB PR: 197202 Submitted by: Jin-Sih Lin [1] Added: head/www/iojs/ head/www/iojs/Makefile (contents, props changed) head/www/iojs/distinfo (contents, props changed) head/www/iojs/files/ head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (contents, props changed) head/www/iojs/pkg-descr (contents, props changed) head/www/iojs/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 6 02:47:14 2015 (r378504) +++ head/www/Makefile Fri Feb 6 05:52:21 2015 (r378505) @@ -326,6 +326,7 @@ SUBDIR += imgsizer SUBDIR += impresscms SUBDIR += interchange + SUBDIR += iojs SUBDIR += ismail SUBDIR += iwebcal SUBDIR += jawstats Added: head/www/iojs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/Makefile Fri Feb 6 05:52:21 2015 (r378505) @@ -0,0 +1,58 @@ +# Created by: Jin-Sih Lin +# $FreeBSD$ + +PORTNAME= iojs +PORTVERSION= 1.0.4 +CATEGORIES= www + +MAINTAINER= linpct@gmail.com +COMMENT= V8 JavaScript for client and server + +USES= execinfo gmake python:2 +USE_GITHUB= yes +GH_ACCOUNT= iojs +GH_PROJECT= io.js +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= d1fc9c6 +WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_PROJECT}-96cd753 +HAS_CONFIGURE= yes +USE_LDCONFIG= yes + +CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib +PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} +REINPLACE_ARGS= -i '' +MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} + +.include + +.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) +CC= clang +CXX= clang++ +GYP_DEFINES+= clang=1 +.else +USE_GCC?= yes +GYP_DEFINES+= gcc_version=${CXX:S/g++//} +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/deps/v8/tools/gyp/v8.gyp + @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ + ${WRKSRC}/deps/v8/build/shim_headers.gypi \ + ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ + ${WRKSRC}/deps/v8/src/d8.gyp + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ + ${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme + ${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/iojs.1 + @${ECHO_MSG} + @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm." + @${ECHO_MSG} + +.include Added: head/www/iojs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/distinfo Fri Feb 6 05:52:21 2015 (r378505) @@ -0,0 +1,2 @@ +SHA256 (iojs-1.0.4.tar.gz) = 5975aab89e1ffa125143c345e2c20949d0fc50f3117a1c34afc57cf111cc539a +SIZE (iojs-1.0.4.tar.gz) = 29532735 Added: head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc Fri Feb 6 05:52:21 2015 (r378505) @@ -0,0 +1,29 @@ +--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2015-02-06 03:18:41 UTC ++++ deps/v8/src/base/platform/platform-freebsd.cc +@@ -188,7 +188,7 @@ VirtualMemory::VirtualMemory(size_t size + void* reservation = mmap(OS::GetRandomMmapAddr(), + request_size, + PROT_NONE, +- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE, ++ MAP_PRIVATE | MAP_ANON, + kMmapFd, + kMmapFdOffset); + if (reservation == MAP_FAILED) return; +@@ -260,7 +260,7 @@ void* VirtualMemory::ReserveRegion(size_ + void* result = mmap(OS::GetRandomMmapAddr(), + size, + PROT_NONE, +- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE, ++ MAP_PRIVATE | MAP_ANON, + kMmapFd, + kMmapFdOffset); + +@@ -288,7 +288,7 @@ bool VirtualMemory::UncommitRegion(void* + return mmap(base, + size, + PROT_NONE, +- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE | MAP_FIXED, ++ MAP_PRIVATE | MAP_ANON | MAP_FIXED, + kMmapFd, + kMmapFdOffset) != MAP_FAILED; + } Added: head/www/iojs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/pkg-descr Fri Feb 6 05:52:21 2015 (r378505) @@ -0,0 +1,3 @@ +iojs - JavaScript I/O + +WWW: https://iojs.org/ Added: head/www/iojs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/pkg-plist Fri Feb 6 05:52:21 2015 (r378505) @@ -0,0 +1,40 @@ +bin/iojs +bin/node +include/node/android-ifaddrs.h +include/node/ares.h +include/node/ares_version.h +include/node/common.gypi +include/node/config.gypi +include/node/libplatform/libplatform.h +include/node/nameser.h +include/node/node.h +include/node/node_buffer.h +include/node/node_internals.h +include/node/node_object_wrap.h +include/node/node_version.h +include/node/openssl/opensslconf.h +include/node/pthread-fixes.h +include/node/smalloc.h +include/node/stdint-msvc2008.h +include/node/tree.h +include/node/uv-aix.h +include/node/uv-bsd.h +include/node/uv-darwin.h +include/node/uv-errno.h +include/node/uv-linux.h +include/node/uv-sunos.h +include/node/uv-threadpool.h +include/node/uv-unix.h +include/node/uv-version.h +include/node/uv-win.h +include/node/uv.h +include/node/v8-debug.h +include/node/v8-platform.h +include/node/v8-profiler.h +include/node/v8-testing.h +include/node/v8-util.h +include/node/v8.h +include/node/v8config.h +lib/node_modules/.keepme +man/man1/iojs.1.gz +share/systemtap/tapset/node.stp From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 05:55:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62A57EDF; Fri, 6 Feb 2015 05:55:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C65EA17; Fri, 6 Feb 2015 05:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t165tjle002262; Fri, 6 Feb 2015 05:55:45 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t165tidm002260; Fri, 6 Feb 2015 05:55:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502060555.t165tidm002260@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Feb 2015 05:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378506 - in head/www: node node-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 05:55:45 -0000 Author: vanilla Date: Fri Feb 6 05:55:44 2015 New Revision: 378506 URL: https://svnweb.freebsd.org/changeset/ports/378506 QAT: https://qat.redports.org/buildarchive/r378506/ Log: add iojs as CONFLICT. Modified: head/www/node-devel/Makefile head/www/node/Makefile Modified: head/www/node-devel/Makefile ============================================================================== --- head/www/node-devel/Makefile Fri Feb 6 05:52:21 2015 (r378505) +++ head/www/node-devel/Makefile Fri Feb 6 05:55:44 2015 (r378506) @@ -18,7 +18,7 @@ USES= gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS= node-0.[0-9]* +CONFLICTS= node-0.[0-9]* iojs-* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Feb 6 05:52:21 2015 (r378505) +++ head/www/node/Makefile Fri Feb 6 05:55:44 2015 (r378506) @@ -16,7 +16,7 @@ USES= gmake compiler execinfo python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* +CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* iojs-* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 06:13:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CA41F3; Fri, 6 Feb 2015 06:13:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC514C1B; Fri, 6 Feb 2015 06:13:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t166Dfw0011445; Fri, 6 Feb 2015 06:13:41 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t166Dfnc011443; Fri, 6 Feb 2015 06:13:41 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502060613.t166Dfnc011443@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Fri, 6 Feb 2015 06:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378507 - head/textproc/lucene4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 06:13:42 -0000 Author: mva Date: Fri Feb 6 06:13:40 2015 New Revision: 378507 URL: https://svnweb.freebsd.org/changeset/ports/378507 QAT: https://qat.redports.org/buildarchive/r378507/ Log: - Update to version 4.10.3 Changelog: http://lucene.apache.org/core/4_10_3/changes/Changes.html Modified: head/textproc/lucene4/Makefile head/textproc/lucene4/distinfo Modified: head/textproc/lucene4/Makefile ============================================================================== --- head/textproc/lucene4/Makefile Fri Feb 6 05:55:44 2015 (r378506) +++ head/textproc/lucene4/Makefile Fri Feb 6 06:13:40 2015 (r378507) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= lucene -PORTVERSION= 4.10.2 +PORTVERSION= 4.10.3 CATEGORIES= textproc java devel MASTER_SITES= APACHE MASTER_SITE_SUBDIR= ${PORTNAME}/java/${PORTVERSION}/ -EXTRACT_SUFX= .tgz MAINTAINER= mva@FreeBSD.org COMMENT= Full-text search engine for Java, 4.x branch @@ -15,6 +14,7 @@ LICENSE= APACHE20 CONFLICTS= lucene-[0-9].* +USES= tar:tgz USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.7+ Modified: head/textproc/lucene4/distinfo ============================================================================== --- head/textproc/lucene4/distinfo Fri Feb 6 05:55:44 2015 (r378506) +++ head/textproc/lucene4/distinfo Fri Feb 6 06:13:40 2015 (r378507) @@ -1,2 +1,2 @@ -SHA256 (lucene-4.10.2.tgz) = 88515e2b3a6631e61f805c78bc7b7dd66383c2d45bfd02a70ec24f0627d347b3 -SIZE (lucene-4.10.2.tgz) = 65045001 +SHA256 (lucene-4.10.3.tgz) = 1dcda4e16af7d4fa4e0be29aaceea79ffbe62bd246c7cec29b95698b159b7048 +SIZE (lucene-4.10.3.tgz) = 65106783 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 07:14:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C250944; Fri, 6 Feb 2015 07:14:29 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64A5421F; Fri, 6 Feb 2015 07:14:29 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id v1so5476642yhn.8; Thu, 05 Feb 2015 23:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4CfZo8vzkhHY6I2JeIiFM0sRmviTxDdOir1PC7Gdo+M=; b=X5y2EEB82AGMnGUFPHncyMbTQPnq5ezLHcs5pFs7LEw6/91I8NpxOrjzWY8gEvXSi7 WC4roze0SAwYgdf8CteIIzUOnx8OT3rZGjS4Cw5aSI7cmIP37eLDPanHxVQYBswaPQa5 tF8A0Xfr7oNrn45PD3WjcbXnU5h1cotVqCJo6hplJJofkse4AJhhMlIPHIDb/PNPh2J0 1sWtaoAdkP+OCRFKmNOUC8yevUtTb9eh7G3JuGIZhQEDYhnc9bhHeDK5/lyGVgss1V8M Wh9YrPlhfNRxsCwcNCijlFLbvFQmpvnV+B/lTBvtCiQSXAuZBIHN9UMF70To3dHrDe+Z qmYA== MIME-Version: 1.0 X-Received: by 10.236.7.70 with SMTP id 46mr490137yho.138.1423206868307; Thu, 05 Feb 2015 23:14:28 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Thu, 5 Feb 2015 23:14:28 -0800 (PST) In-Reply-To: <201502052254.t15MsZTa003946@svn.freebsd.org> References: <201502052254.t15MsZTa003946@svn.freebsd.org> Date: Fri, 6 Feb 2015 08:14:28 +0100 X-Google-Sender-Auth: MJ9miy7Hx_gJuVTyaDt3PNMhrsY Message-ID: Subject: Re: svn commit: r378500 - in head/databases: postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-contrib postgresql91-server postgresql92-client postgresql92-c... From: Antoine Brodin To: Palle Girgensohn Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 07:14:29 -0000 Hi, All of those ports are unfetchable. Cheers, Antoine On Thu, Feb 5, 2015 at 11:54 PM, Palle Girgensohn wrote: > Author: girgen > Date: Thu Feb 5 22:54:34 2015 > New Revision: 378500 > URL: https://svnweb.freebsd.org/changeset/ports/378500 > QAT: https://qat.redports.org/buildarchive/r378500/ > > Log: > Update PostgreSQL-9.x to latests versions. > > This update fixes multiple security issues reported in PostgreSQL over the past > few months. All of these issues require prior authentication, and some require > additional conditions, and as such are not considered generally urgent. > However, users should examine the list of security holes patched below in case > they are particularly vulnerable. > > Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, > CVE-2015-0244,CVE-2014-8161 > > Modified: > head/databases/postgresql90-client/Makefile > head/databases/postgresql90-contrib/Makefile > head/databases/postgresql90-server/Makefile > head/databases/postgresql90-server/distinfo > head/databases/postgresql90-server/pkg-plist-client > head/databases/postgresql90-server/pkg-plist-contrib > head/databases/postgresql90-server/pkg-plist-plperl > head/databases/postgresql90-server/pkg-plist-plpython > head/databases/postgresql90-server/pkg-plist-pltcl > head/databases/postgresql90-server/pkg-plist-server > head/databases/postgresql91-client/Makefile > head/databases/postgresql91-contrib/Makefile > head/databases/postgresql91-server/Makefile > head/databases/postgresql91-server/distinfo > head/databases/postgresql91-server/pkg-plist-client > head/databases/postgresql91-server/pkg-plist-contrib > head/databases/postgresql91-server/pkg-plist-plperl > head/databases/postgresql91-server/pkg-plist-plpython > head/databases/postgresql91-server/pkg-plist-pltcl > head/databases/postgresql91-server/pkg-plist-server > head/databases/postgresql92-client/Makefile > head/databases/postgresql92-contrib/Makefile > head/databases/postgresql92-server/Makefile > head/databases/postgresql92-server/distinfo > head/databases/postgresql92-server/pkg-plist-client > head/databases/postgresql92-server/pkg-plist-contrib > head/databases/postgresql92-server/pkg-plist-plperl > head/databases/postgresql92-server/pkg-plist-plpython > head/databases/postgresql92-server/pkg-plist-pltcl > head/databases/postgresql92-server/pkg-plist-server > head/databases/postgresql93-client/Makefile > head/databases/postgresql93-contrib/Makefile > head/databases/postgresql93-server/Makefile > head/databases/postgresql93-server/distinfo > head/databases/postgresql93-server/pkg-plist-client > head/databases/postgresql93-server/pkg-plist-contrib > head/databases/postgresql93-server/pkg-plist-plperl > head/databases/postgresql93-server/pkg-plist-plpython > head/databases/postgresql93-server/pkg-plist-pltcl > head/databases/postgresql93-server/pkg-plist-server > head/databases/postgresql94-client/Makefile > head/databases/postgresql94-server/Makefile > head/databases/postgresql94-server/distinfo > head/databases/postgresql94-server/pkg-plist-client > head/databases/postgresql94-server/pkg-plist-pltcl > head/databases/postgresql94-server/pkg-plist-server > > Modified: head/databases/postgresql90-client/Makefile > ============================================================================== > --- head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:34 2015 (r378500) > @@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client) > > MASTERDIR= ${.CURDIR}/../postgresql90-server > > +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit > BUILD_DIRS= config src/include src/interfaces src/port \ > src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ > doc src/makefiles > @@ -15,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS} > CLIENT_ONLY= yes > COMPONENT= -client > USE_LDCONFIG= yes > -USES+= readline > +CONFIGURE_ARGS+=--with-libedit-preferred > > .include "${MASTERDIR}/Makefile" > > Modified: head/databases/postgresql90-contrib/Makefile > ============================================================================== > --- head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:34 2015 (r378500) > @@ -2,7 +2,6 @@ > # $FreeBSD$ > > PORTNAME= postgresql > -PORTREVISION= 1 > CATEGORIES= databases > PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} > > > Modified: head/databases/postgresql90-server/Makefile > ============================================================================== > --- head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:34 2015 (r378500) > @@ -1,7 +1,7 @@ > # Created by: Marc G. Fournier > # $FreeBSD$ > > -DISTVERSION?= 9.0.18 > +DISTVERSION?= 9.0.19 > PORTREVISION= 0 > PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} > > > Modified: head/databases/postgresql90-server/distinfo > ============================================================================== > --- head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:34 2015 (r378500) > @@ -1,4 +1,4 @@ > -SHA256 (postgresql/postgresql-9.0.18.tar.bz2) = 7c8a07d0ab78fe39522c6bb268a7b357f456d9d4796f57d7b43a004e4a9d3003 > -SIZE (postgresql/postgresql-9.0.18.tar.bz2) = 14984096 > +SHA256 (postgresql/postgresql-9.0.19.tar.bz2) = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 > +SIZE (postgresql/postgresql-9.0.19.tar.bz2) = 15019406 > SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f > SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) = 4395 > > Modified: head/databases/postgresql90-server/pkg-plist-client > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:34 2015 (r378500) > @@ -476,54 +476,54 @@ include/postgresql/server/windowapi.h > include/sqlda-compat.h > include/sqlda-native.h > include/sqlda.h > -@dirrm include/postgresql/server/utils > -@dirrm include/postgresql/server/tsearch/dicts > -@dirrm include/postgresql/server/tsearch > -@dirrm include/postgresql/server/tcop > -@dirrm include/postgresql/server/storage > -@dirrm include/postgresql/server/snowball/libstemmer > -@dirrm include/postgresql/server/snowball > -@dirrm include/postgresql/server/rewrite > -@dirrm include/postgresql/server/replication > -@dirrm include/postgresql/server/regex > -@dirrm include/postgresql/server/postmaster > -@dirrm include/postgresql/server/portability > -@dirrm include/postgresql/server/port/win32_msvc/sys > -@dirrm include/postgresql/server/port/win32_msvc > -@dirrm include/postgresql/server/port/win32/sys > -@dirrm include/postgresql/server/port/win32/netinet > -@dirrm include/postgresql/server/port/win32/arpa > -@dirrm include/postgresql/server/port/win32 > -@dirrm include/postgresql/server/port > -@dirrm include/postgresql/server/parser > -@dirrm include/postgresql/server/optimizer > -@dirrm include/postgresql/server/nodes > -@dirrm include/postgresql/server/mb > -@dirrm include/postgresql/server/libpq > -@dirrm include/postgresql/server/lib > -@dirrm include/postgresql/server/foreign > -@dirrm include/postgresql/server/executor > -@dirrm include/postgresql/server/commands > -@dirrm include/postgresql/server/catalog > -@dirrm include/postgresql/server/bootstrap > -@dirrm include/postgresql/server/access > -@dirrm include/postgresql/server > +@dir include/postgresql/server/utils > +@dir include/postgresql/server/tsearch/dicts > +@dir include/postgresql/server/tsearch > +@dir include/postgresql/server/tcop > +@dir include/postgresql/server/storage > +@dir include/postgresql/server/snowball/libstemmer > +@dir include/postgresql/server/snowball > +@dir include/postgresql/server/rewrite > +@dir include/postgresql/server/replication > +@dir include/postgresql/server/regex > +@dir include/postgresql/server/postmaster > +@dir include/postgresql/server/portability > +@dir include/postgresql/server/port/win32_msvc/sys > +@dir include/postgresql/server/port/win32_msvc > +@dir include/postgresql/server/port/win32/sys > +@dir include/postgresql/server/port/win32/netinet > +@dir include/postgresql/server/port/win32/arpa > +@dir include/postgresql/server/port/win32 > +@dir include/postgresql/server/port > +@dir include/postgresql/server/parser > +@dir include/postgresql/server/optimizer > +@dir include/postgresql/server/nodes > +@dir include/postgresql/server/mb > +@dir include/postgresql/server/libpq > +@dir include/postgresql/server/lib > +@dir include/postgresql/server/foreign > +@dir include/postgresql/server/executor > +@dir include/postgresql/server/commands > +@dir include/postgresql/server/catalog > +@dir include/postgresql/server/bootstrap > +@dir include/postgresql/server/access > +@dir include/postgresql/server > include/libpq/libpq-fs.h > -@dirrm include/libpq > +@dir include/libpq > include/postgresql/internal/libpq/pqcomm.h > -@dirrm include/postgresql/internal/libpq > +@dir include/postgresql/internal/libpq > include/postgresql/informix/esql/datetime.h > include/postgresql/informix/esql/decimal.h > include/postgresql/informix/esql/sqltypes.h > -@dirrm include/postgresql/informix/esql > -@dirrm include/postgresql/informix > +@dir include/postgresql/informix/esql > +@dir include/postgresql/informix > include/postgresql/internal/c.h > include/postgresql/internal/libpq-int.h > include/postgresql/internal/postgres_fe.h > include/postgresql/internal/port.h > include/postgresql/internal/pqexpbuffer.h > -@dirrm include/postgresql/internal > -@dirrm include/postgresql > +@dir include/postgresql/internal > +@dir include/postgresql > include/ecpg_informix.h > include/ecpgerrno.h > include/ecpglib.h > @@ -559,11 +559,11 @@ lib/postgresql/pgxs/src/Makefile.global > lib/postgresql/pgxs/src/Makefile.port > lib/postgresql/pgxs/src/Makefile.shlib > lib/postgresql/pgxs/src/nls-global.mk > -@dirrm lib/postgresql/pgxs/src/makefiles > -@dirrm lib/postgresql/pgxs/config > -@dirrm lib/postgresql/pgxs/src > -@dirrm lib/postgresql/pgxs > -@dirrm lib/postgresql > +@dir lib/postgresql/pgxs/src/makefiles > +@dir lib/postgresql/pgxs/config > +@dir lib/postgresql/pgxs/src > +@dir lib/postgresql/pgxs > +@dir lib/postgresql > man/man1/clusterdb.1.gz > man/man1/createdb.1.gz > man/man1/createlang.1.gz > @@ -791,10 +791,10 @@ man/man7/VACUUM.7.gz > man/man7/VALUES.7.gz > man/man7/WITH.7.gz > %%DOCSDIR%%/README-client > -@dirrmtry %%DOCSDIR%% > -share/postgresql/pg_service.conf.sample > -share/postgresql/psqlrc.sample > -@dirrmtry share/postgresql > +@dir %%DOCSDIR%% > +%%DATADIR%%/pg_service.conf.sample > +%%DATADIR%%/psqlrc.sample > +@dir %%DATADIR%% > %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo > %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo > %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo > > Modified: head/databases/postgresql90-server/pkg-plist-contrib > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:34 2015 (r378500) > @@ -51,82 +51,82 @@ lib/postgresql/uuid-ossp.so > %%DOCSDIR%%/contrib/moddatetime.example > %%DOCSDIR%%/contrib/refint.example > %%DOCSDIR%%/contrib/timetravel.example > -share/postgresql/contrib/_int.sql > -share/postgresql/contrib/adminpack.sql > -share/postgresql/contrib/autoinc.sql > -share/postgresql/contrib/btree_gin.sql > -share/postgresql/contrib/btree_gist.sql > -share/postgresql/contrib/chkpass.sql > -share/postgresql/contrib/citext.sql > -share/postgresql/contrib/cube.sql > -share/postgresql/contrib/dblink.sql > -share/postgresql/contrib/dict_int.sql > -share/postgresql/contrib/dict_xsyn.sql > -share/postgresql/contrib/earthdistance.sql > -share/postgresql/contrib/fuzzystrmatch.sql > -share/postgresql/contrib/hstore.sql > -share/postgresql/contrib/insert_username.sql > -share/postgresql/contrib/int_aggregate.sql > -share/postgresql/contrib/isn.sql > -share/postgresql/contrib/lo.sql > -share/postgresql/contrib/ltree.sql > -share/postgresql/contrib/moddatetime.sql > -share/postgresql/contrib/pageinspect.sql > -share/postgresql/contrib/pg_buffercache.sql > -share/postgresql/contrib/pg_freespacemap.sql > -share/postgresql/contrib/pg_stat_statements.sql > -share/postgresql/contrib/pg_trgm.sql > -share/postgresql/contrib/pgcrypto.sql > -share/postgresql/contrib/pgrowlocks.sql > -share/postgresql/contrib/pgstattuple.sql > -share/postgresql/contrib/pgxml.sql > -share/postgresql/contrib/refint.sql > -share/postgresql/contrib/seg.sql > -share/postgresql/contrib/sslinfo.sql > -share/postgresql/contrib/tablefunc.sql > -share/postgresql/contrib/test_parser.sql > -share/postgresql/contrib/timetravel.sql > -share/postgresql/contrib/tsearch2.sql > -share/postgresql/contrib/unaccent.sql > -share/postgresql/contrib/uninstall_uuid-ossp.sql > -share/postgresql/contrib/uuid-ossp.sql > -share/postgresql/contrib/uninstall__int.sql > -share/postgresql/contrib/uninstall_adminpack.sql > -share/postgresql/contrib/uninstall_btree_gin.sql > -share/postgresql/contrib/uninstall_btree_gist.sql > -share/postgresql/contrib/uninstall_chkpass.sql > -share/postgresql/contrib/uninstall_citext.sql > -share/postgresql/contrib/uninstall_cube.sql > -share/postgresql/contrib/uninstall_dblink.sql > -share/postgresql/contrib/uninstall_dict_int.sql > -share/postgresql/contrib/uninstall_dict_xsyn.sql > -share/postgresql/contrib/uninstall_earthdistance.sql > -share/postgresql/contrib/uninstall_fuzzystrmatch.sql > -share/postgresql/contrib/uninstall_hstore.sql > -share/postgresql/contrib/uninstall_int_aggregate.sql > -share/postgresql/contrib/uninstall_isn.sql > -share/postgresql/contrib/uninstall_lo.sql > -share/postgresql/contrib/uninstall_ltree.sql > -share/postgresql/contrib/uninstall_pageinspect.sql > -share/postgresql/contrib/uninstall_pg_buffercache.sql > -share/postgresql/contrib/uninstall_pg_freespacemap.sql > -share/postgresql/contrib/uninstall_pg_stat_statements.sql > -share/postgresql/contrib/uninstall_pg_trgm.sql > -share/postgresql/contrib/uninstall_pgcrypto.sql > -share/postgresql/contrib/uninstall_pgrowlocks.sql > -share/postgresql/contrib/uninstall_pgstattuple.sql > -share/postgresql/contrib/uninstall_pgxml.sql > -share/postgresql/contrib/uninstall_seg.sql > -share/postgresql/contrib/uninstall_sslinfo.sql > -share/postgresql/contrib/uninstall_tablefunc.sql > -share/postgresql/contrib/uninstall_test_parser.sql > -share/postgresql/contrib/uninstall_tsearch2.sql > -share/postgresql/contrib/uninstall_unaccent.sql > -share/postgresql/tsearch_data/unaccent.rules > -share/postgresql/tsearch_data/xsyn_sample.rules > -@dirrmtry share/postgresql/tsearch_data > -@dirrmtry share/postgresql/contrib > -@dirrmtry share/postgresql > -@dirrmtry %%DOCSDIR%%/contrib > -@dirrmtry %%DOCSDIR%% > -@dirrmtry lib/postgresql > +%%DATADIR%%/contrib/_int.sql > +%%DATADIR%%/contrib/adminpack.sql > +%%DATADIR%%/contrib/autoinc.sql > +%%DATADIR%%/contrib/btree_gin.sql > +%%DATADIR%%/contrib/btree_gist.sql > +%%DATADIR%%/contrib/chkpass.sql > +%%DATADIR%%/contrib/citext.sql > +%%DATADIR%%/contrib/cube.sql > +%%DATADIR%%/contrib/dblink.sql > +%%DATADIR%%/contrib/dict_int.sql > +%%DATADIR%%/contrib/dict_xsyn.sql > +%%DATADIR%%/contrib/earthdistance.sql > +%%DATADIR%%/contrib/fuzzystrmatch.sql > +%%DATADIR%%/contrib/hstore.sql > +%%DATADIR%%/contrib/insert_username.sql > +%%DATADIR%%/contrib/int_aggregate.sql > +%%DATADIR%%/contrib/isn.sql > +%%DATADIR%%/contrib/lo.sql > +%%DATADIR%%/contrib/ltree.sql > +%%DATADIR%%/contrib/moddatetime.sql > +%%DATADIR%%/contrib/pageinspect.sql > +%%DATADIR%%/contrib/pg_buffercache.sql > +%%DATADIR%%/contrib/pg_freespacemap.sql > +%%DATADIR%%/contrib/pg_stat_statements.sql > +%%DATADIR%%/contrib/pg_trgm.sql > +%%DATADIR%%/contrib/pgcrypto.sql > +%%DATADIR%%/contrib/pgrowlocks.sql > +%%DATADIR%%/contrib/pgstattuple.sql > +%%DATADIR%%/contrib/pgxml.sql > +%%DATADIR%%/contrib/refint.sql > +%%DATADIR%%/contrib/seg.sql > +%%DATADIR%%/contrib/sslinfo.sql > +%%DATADIR%%/contrib/tablefunc.sql > +%%DATADIR%%/contrib/test_parser.sql > +%%DATADIR%%/contrib/timetravel.sql > +%%DATADIR%%/contrib/tsearch2.sql > +%%DATADIR%%/contrib/unaccent.sql > +%%DATADIR%%/contrib/uninstall_uuid-ossp.sql > +%%DATADIR%%/contrib/uuid-ossp.sql > +%%DATADIR%%/contrib/uninstall__int.sql > +%%DATADIR%%/contrib/uninstall_adminpack.sql > +%%DATADIR%%/contrib/uninstall_btree_gin.sql > +%%DATADIR%%/contrib/uninstall_btree_gist.sql > +%%DATADIR%%/contrib/uninstall_chkpass.sql > +%%DATADIR%%/contrib/uninstall_citext.sql > +%%DATADIR%%/contrib/uninstall_cube.sql > +%%DATADIR%%/contrib/uninstall_dblink.sql > +%%DATADIR%%/contrib/uninstall_dict_int.sql > +%%DATADIR%%/contrib/uninstall_dict_xsyn.sql > +%%DATADIR%%/contrib/uninstall_earthdistance.sql > +%%DATADIR%%/contrib/uninstall_fuzzystrmatch.sql > +%%DATADIR%%/contrib/uninstall_hstore.sql > +%%DATADIR%%/contrib/uninstall_int_aggregate.sql > +%%DATADIR%%/contrib/uninstall_isn.sql > +%%DATADIR%%/contrib/uninstall_lo.sql > +%%DATADIR%%/contrib/uninstall_ltree.sql > +%%DATADIR%%/contrib/uninstall_pageinspect.sql > +%%DATADIR%%/contrib/uninstall_pg_buffercache.sql > +%%DATADIR%%/contrib/uninstall_pg_freespacemap.sql > +%%DATADIR%%/contrib/uninstall_pg_stat_statements.sql > +%%DATADIR%%/contrib/uninstall_pg_trgm.sql > +%%DATADIR%%/contrib/uninstall_pgcrypto.sql > +%%DATADIR%%/contrib/uninstall_pgrowlocks.sql > +%%DATADIR%%/contrib/uninstall_pgstattuple.sql > +%%DATADIR%%/contrib/uninstall_pgxml.sql > +%%DATADIR%%/contrib/uninstall_seg.sql > +%%DATADIR%%/contrib/uninstall_sslinfo.sql > +%%DATADIR%%/contrib/uninstall_tablefunc.sql > +%%DATADIR%%/contrib/uninstall_test_parser.sql > +%%DATADIR%%/contrib/uninstall_tsearch2.sql > +%%DATADIR%%/contrib/uninstall_unaccent.sql > +%%DATADIR%%/tsearch_data/unaccent.rules > +%%DATADIR%%/tsearch_data/xsyn_sample.rules > +@dir %%DATADIR%%/tsearch_data > +@dir %%DATADIR%%/contrib > +@dir %%DATADIR%% > +@dir %%DOCSDIR%%/contrib > +@dir %%DOCSDIR%% > +@dir lib/postgresql > > Modified: head/databases/postgresql90-server/pkg-plist-plperl > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:34 2015 (r378500) > @@ -1,4 +1,4 @@ > %%DOCSDIR%%/README-plperl > lib/postgresql/plperl.so > -@dirrmtry lib/postgresql > -@dirrmtry %%DOCSDIR%% > +@dir lib/postgresql > +@dir %%DOCSDIR%% > > Modified: head/databases/postgresql90-server/pkg-plist-plpython > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:34 2015 (r378500) > @@ -1,5 +1,5 @@ > %%DOCSDIR%%/README-plpython > lib/postgresql/plpython.so > lib/postgresql/plpython2.so > -@dirrmtry lib/postgresql > -@dirrmtry %%DOCSDIR%% > +@dir lib/postgresql > +@dir %%DOCSDIR%% > > Modified: head/databases/postgresql90-server/pkg-plist-pltcl > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:34 2015 (r378500) > @@ -1,9 +1,9 @@ > %%DOCSDIR%%/README-pltcl > lib/postgresql/pltcl.so > -@dirrmtry lib/postgresql > +@dir lib/postgresql > bin/pltcl_loadmod > bin/pltcl_delmod > bin/pltcl_listmod > -share/postgresql/unknown.pltcl > -@dirrmtry share/postgresql > -@dirrmtry %%DOCSDIR%% > +%%DATADIR%%/unknown.pltcl > +@dir %%DATADIR%% > +@dir %%DOCSDIR%% > > Modified: head/databases/postgresql90-server/pkg-plist-server > ============================================================================== > --- head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:21 2015 (r378499) > +++ head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:34 2015 (r378500) > @@ -35,17 +35,17 @@ lib/postgresql/utf8_and_sjis2004.so > lib/postgresql/utf8_and_uhc.so > lib/postgresql/utf8_and_win.so > %%DOCSDIR%%/README-server > -@dirrmtry %%DOCSDIR%% > -share/postgresql/conversion_create.sql > -share/postgresql/information_schema.sql > -share/postgresql/pg_hba.conf.sample > -share/postgresql/pg_ident.conf.sample > -share/postgresql/postgres.bki > -share/postgresql/postgres.description > -share/postgresql/postgresql.conf.sample > -share/postgresql/recovery.conf.sample > -share/postgresql/sql_features.txt > -share/postgresql/system_views.sql > +@dir %%DOCSDIR%% > +%%DATADIR%%/conversion_create.sql > +%%DATADIR%%/information_schema.sql > +%%DATADIR%%/pg_hba.conf.sample > +%%DATADIR%%/pg_ident.conf.sample > +%%DATADIR%%/postgres.bki > +%%DATADIR%%/postgres.description > +%%DATADIR%%/postgresql.conf.sample > +%%DATADIR%%/recovery.conf.sample > +%%DATADIR%%/sql_features.txt > +%%DATADIR%%/system_views.sql > %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo > %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo > %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo > @@ -135,648 +135,651 @@ share/postgresql/system_views.sql > %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo > %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo > %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo > -share/postgresql/postgres.shdescription > -share/postgresql/snowball_create.sql > -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan > -%%TZDATA%%share/postgresql/timezone/Africa/Accra > -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa > -%%TZDATA%%share/postgresql/timezone/Africa/Algiers > -%%TZDATA%%share/postgresql/timezone/Africa/Asmara > -%%TZDATA%%share/postgresql/timezone/Africa/Asmera > -%%TZDATA%%share/postgresql/timezone/Africa/Bamako > -%%TZDATA%%share/postgresql/timezone/Africa/Bangui > -%%TZDATA%%share/postgresql/timezone/Africa/Banjul > -%%TZDATA%%share/postgresql/timezone/Africa/Bissau > -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre > -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville > -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura > -%%TZDATA%%share/postgresql/timezone/Africa/Cairo > -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca > -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta > -%%TZDATA%%share/postgresql/timezone/Africa/Conakry > -%%TZDATA%%share/postgresql/timezone/Africa/Dakar > -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam > -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti > -%%TZDATA%%share/postgresql/timezone/Africa/Douala > -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun > -%%TZDATA%%share/postgresql/timezone/Africa/Freetown > -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone > -%%TZDATA%%share/postgresql/timezone/Africa/Harare > -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg > -%%TZDATA%%share/postgresql/timezone/Africa/Juba > -%%TZDATA%%share/postgresql/timezone/Africa/Kampala > -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum > -%%TZDATA%%share/postgresql/timezone/Africa/Kigali > -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa > -%%TZDATA%%share/postgresql/timezone/Africa/Lagos > -%%TZDATA%%share/postgresql/timezone/Africa/Libreville > -%%TZDATA%%share/postgresql/timezone/Africa/Lome > -%%TZDATA%%share/postgresql/timezone/Africa/Luanda > -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi > -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka > -%%TZDATA%%share/postgresql/timezone/Africa/Malabo > -%%TZDATA%%share/postgresql/timezone/Africa/Maputo > -%%TZDATA%%share/postgresql/timezone/Africa/Maseru > -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane > -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu > -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia > -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi > -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena > -%%TZDATA%%share/postgresql/timezone/Africa/Niamey > -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott > -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou > -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo > -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome > -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu > -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli > -%%TZDATA%%share/postgresql/timezone/Africa/Tunis > -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek > -%%TZDATA%%share/postgresql/timezone/America/Adak > -%%TZDATA%%share/postgresql/timezone/America/Anchorage > -%%TZDATA%%share/postgresql/timezone/America/Anguilla > -%%TZDATA%%share/postgresql/timezone/America/Antigua > -%%TZDATA%%share/postgresql/timezone/America/Araguaina > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca > -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy > -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta > -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan > -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman > -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia > -%%TZDATA%%share/postgresql/timezone/America/Aruba > -%%TZDATA%%share/postgresql/timezone/America/Asuncion > -%%TZDATA%%share/postgresql/timezone/America/Atikokan > -%%TZDATA%%share/postgresql/timezone/America/Atka > -%%TZDATA%%share/postgresql/timezone/America/Bahia > -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas > -%%TZDATA%%share/postgresql/timezone/America/Barbados > -%%TZDATA%%share/postgresql/timezone/America/Belem > -%%TZDATA%%share/postgresql/timezone/America/Belize > -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon > -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista > -%%TZDATA%%share/postgresql/timezone/America/Bogota > -%%TZDATA%%share/postgresql/timezone/America/Boise > -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires > -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay > -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande > -%%TZDATA%%share/postgresql/timezone/America/Cancun > -%%TZDATA%%share/postgresql/timezone/America/Caracas > -%%TZDATA%%share/postgresql/timezone/America/Catamarca > -%%TZDATA%%share/postgresql/timezone/America/Cayenne > -%%TZDATA%%share/postgresql/timezone/America/Cayman > -%%TZDATA%%share/postgresql/timezone/America/Chicago > -%%TZDATA%%share/postgresql/timezone/America/Chihuahua > -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour > -%%TZDATA%%share/postgresql/timezone/America/Cordoba > -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica > -%%TZDATA%%share/postgresql/timezone/America/Creston > -%%TZDATA%%share/postgresql/timezone/America/Cuiaba > -%%TZDATA%%share/postgresql/timezone/America/Curacao > -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn > -%%TZDATA%%share/postgresql/timezone/America/Dawson > -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek > -%%TZDATA%%share/postgresql/timezone/America/Denver > -%%TZDATA%%share/postgresql/timezone/America/Detroit > -%%TZDATA%%share/postgresql/timezone/America/Dominica > -%%TZDATA%%share/postgresql/timezone/America/Edmonton > -%%TZDATA%%share/postgresql/timezone/America/Eirunepe > -%%TZDATA%%share/postgresql/timezone/America/El_Salvador > -%%TZDATA%%share/postgresql/timezone/America/Ensenada > -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne > -%%TZDATA%%share/postgresql/timezone/America/Fortaleza > -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay > -%%TZDATA%%share/postgresql/timezone/America/Godthab > -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay > -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk > -%%TZDATA%%share/postgresql/timezone/America/Grenada > -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe > -%%TZDATA%%share/postgresql/timezone/America/Guatemala > -%%TZDATA%%share/postgresql/timezone/America/Guayaquil > -%%TZDATA%%share/postgresql/timezone/America/Guyana > -%%TZDATA%%share/postgresql/timezone/America/Halifax > -%%TZDATA%%share/postgresql/timezone/America/Havana > -%%TZDATA%%share/postgresql/timezone/America/Hermosillo > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes > -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac > -%%TZDATA%%share/postgresql/timezone/America/Indianapolis > -%%TZDATA%%share/postgresql/timezone/America/Inuvik > -%%TZDATA%%share/postgresql/timezone/America/Iqaluit > -%%TZDATA%%share/postgresql/timezone/America/Jamaica > -%%TZDATA%%share/postgresql/timezone/America/Jujuy > -%%TZDATA%%share/postgresql/timezone/America/Juneau > -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville > -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello > -%%TZDATA%%share/postgresql/timezone/America/Knox_IN > -%%TZDATA%%share/postgresql/timezone/America/Kralendijk > -%%TZDATA%%share/postgresql/timezone/America/La_Paz > -%%TZDATA%%share/postgresql/timezone/America/Lima > -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles > -%%TZDATA%%share/postgresql/timezone/America/Louisville > -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes > -%%TZDATA%%share/postgresql/timezone/America/Maceio > -%%TZDATA%%share/postgresql/timezone/America/Managua > -%%TZDATA%%share/postgresql/timezone/America/Manaus > -%%TZDATA%%share/postgresql/timezone/America/Marigot > -%%TZDATA%%share/postgresql/timezone/America/Martinique > -%%TZDATA%%share/postgresql/timezone/America/Matamoros > -%%TZDATA%%share/postgresql/timezone/America/Mazatlan > -%%TZDATA%%share/postgresql/timezone/America/Mendoza > -%%TZDATA%%share/postgresql/timezone/America/Menominee > -%%TZDATA%%share/postgresql/timezone/America/Merida > -%%TZDATA%%share/postgresql/timezone/America/Metlakatla > -%%TZDATA%%share/postgresql/timezone/America/Mexico_City > -%%TZDATA%%share/postgresql/timezone/America/Miquelon > -%%TZDATA%%share/postgresql/timezone/America/Moncton > -%%TZDATA%%share/postgresql/timezone/America/Monterrey > -%%TZDATA%%share/postgresql/timezone/America/Montevideo > -%%TZDATA%%share/postgresql/timezone/America/Montreal > -%%TZDATA%%share/postgresql/timezone/America/Montserrat > -%%TZDATA%%share/postgresql/timezone/America/Nassau > -%%TZDATA%%share/postgresql/timezone/America/New_York > -%%TZDATA%%share/postgresql/timezone/America/Nipigon > -%%TZDATA%%share/postgresql/timezone/America/Nome > -%%TZDATA%%share/postgresql/timezone/America/Noronha > -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah > -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center > -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem > -%%TZDATA%%share/postgresql/timezone/America/Ojinaga > -%%TZDATA%%share/postgresql/timezone/America/Panama > -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung > -%%TZDATA%%share/postgresql/timezone/America/Paramaribo > -%%TZDATA%%share/postgresql/timezone/America/Phoenix > -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince > -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain > -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre > -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho > -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico > -%%TZDATA%%share/postgresql/timezone/America/Rainy_River > -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet > -%%TZDATA%%share/postgresql/timezone/America/Recife > -%%TZDATA%%share/postgresql/timezone/America/Regina > -%%TZDATA%%share/postgresql/timezone/America/Resolute > -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco > -%%TZDATA%%share/postgresql/timezone/America/Rosario > -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel > -%%TZDATA%%share/postgresql/timezone/America/Santarem > -%%TZDATA%%share/postgresql/timezone/America/Santiago > -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo > -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo > -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund > -%%TZDATA%%share/postgresql/timezone/America/Shiprock > -%%TZDATA%%share/postgresql/timezone/America/Sitka > -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy > -%%TZDATA%%share/postgresql/timezone/America/St_Johns > -%%TZDATA%%share/postgresql/timezone/America/St_Kitts > -%%TZDATA%%share/postgresql/timezone/America/St_Lucia > -%%TZDATA%%share/postgresql/timezone/America/St_Thomas > -%%TZDATA%%share/postgresql/timezone/America/St_Vincent > -%%TZDATA%%share/postgresql/timezone/America/Swift_Current > -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa > -%%TZDATA%%share/postgresql/timezone/America/Thule > -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay > -%%TZDATA%%share/postgresql/timezone/America/Tijuana > -%%TZDATA%%share/postgresql/timezone/America/Toronto > -%%TZDATA%%share/postgresql/timezone/America/Tortola > -%%TZDATA%%share/postgresql/timezone/America/Vancouver > -%%TZDATA%%share/postgresql/timezone/America/Virgin > -%%TZDATA%%share/postgresql/timezone/America/Whitehorse > -%%TZDATA%%share/postgresql/timezone/America/Winnipeg > -%%TZDATA%%share/postgresql/timezone/America/Yakutat > -%%TZDATA%%share/postgresql/timezone/America/Yellowknife > -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey > -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis > -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville > -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie > -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson > -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo > -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer > -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera > -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole > -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa > -%%TZDATA%%share/postgresql/timezone/Antarctica/Troll > -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok > -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen > -%%TZDATA%%share/postgresql/timezone/Asia/Aden > -%%TZDATA%%share/postgresql/timezone/Asia/Almaty > -%%TZDATA%%share/postgresql/timezone/Asia/Amman > -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr > -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau > -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe > -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat > -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad > -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad > -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain > -%%TZDATA%%share/postgresql/timezone/Asia/Baku > -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok > -%%TZDATA%%share/postgresql/timezone/Asia/Beirut > -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek > -%%TZDATA%%share/postgresql/timezone/Asia/Brunei > -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta > -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan > -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing > -%%TZDATA%%share/postgresql/timezone/Asia/Chungking > -%%TZDATA%%share/postgresql/timezone/Asia/Colombo > -%%TZDATA%%share/postgresql/timezone/Asia/Dacca > -%%TZDATA%%share/postgresql/timezone/Asia/Damascus > -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka > -%%TZDATA%%share/postgresql/timezone/Asia/Dili > -%%TZDATA%%share/postgresql/timezone/Asia/Dubai > -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe > -%%TZDATA%%share/postgresql/timezone/Asia/Gaza > -%%TZDATA%%share/postgresql/timezone/Asia/Harbin > -%%TZDATA%%share/postgresql/timezone/Asia/Hebron > -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh > -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong > -%%TZDATA%%share/postgresql/timezone/Asia/Hovd > -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk > -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul > -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta > -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura > -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem > -%%TZDATA%%share/postgresql/timezone/Asia/Kabul > -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka > -%%TZDATA%%share/postgresql/timezone/Asia/Karachi > -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar > -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu > -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu > -%%TZDATA%%share/postgresql/timezone/Asia/Khandyga > -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata > -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk > -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur > -%%TZDATA%%share/postgresql/timezone/Asia/Kuching > -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait > -%%TZDATA%%share/postgresql/timezone/Asia/Macao > -%%TZDATA%%share/postgresql/timezone/Asia/Macau > -%%TZDATA%%share/postgresql/timezone/Asia/Magadan > -%%TZDATA%%share/postgresql/timezone/Asia/Makassar > -%%TZDATA%%share/postgresql/timezone/Asia/Manila > -%%TZDATA%%share/postgresql/timezone/Asia/Muscat > -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia > -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk > -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk > -%%TZDATA%%share/postgresql/timezone/Asia/Omsk > -%%TZDATA%%share/postgresql/timezone/Asia/Oral > -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh > -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak > -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang > -%%TZDATA%%share/postgresql/timezone/Asia/Qatar > -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda > -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon > -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh > -%%TZDATA%%share/postgresql/timezone/Asia/Saigon > -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin > -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand > -%%TZDATA%%share/postgresql/timezone/Asia/Seoul > -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai > -%%TZDATA%%share/postgresql/timezone/Asia/Singapore > -%%TZDATA%%share/postgresql/timezone/Asia/Taipei > -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent > -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi > -%%TZDATA%%share/postgresql/timezone/Asia/Tehran > -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv > -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu > -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu > -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo > -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang > -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar > -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator > -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi > -%%TZDATA%%share/postgresql/timezone/Asia/Ust-Nera > -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane > -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok > -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk > -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg > -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan > -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores > -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda > -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary > -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde > -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe > -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe > -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen > -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira > -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik > -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia > -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena > -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley > -%%TZDATA%%share/postgresql/timezone/Australia/ACT > -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide > -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane > -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill > -%%TZDATA%%share/postgresql/timezone/Australia/Canberra > -%%TZDATA%%share/postgresql/timezone/Australia/Currie > -%%TZDATA%%share/postgresql/timezone/Australia/Darwin > -%%TZDATA%%share/postgresql/timezone/Australia/Eucla > -%%TZDATA%%share/postgresql/timezone/Australia/Hobart > -%%TZDATA%%share/postgresql/timezone/Australia/LHI > -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman > -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe > -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne > -%%TZDATA%%share/postgresql/timezone/Australia/NSW > -%%TZDATA%%share/postgresql/timezone/Australia/North > -%%TZDATA%%share/postgresql/timezone/Australia/Perth > -%%TZDATA%%share/postgresql/timezone/Australia/Queensland > -%%TZDATA%%share/postgresql/timezone/Australia/South > -%%TZDATA%%share/postgresql/timezone/Australia/Sydney > -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania > -%%TZDATA%%share/postgresql/timezone/Australia/Victoria > -%%TZDATA%%share/postgresql/timezone/Australia/West > -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna > -%%TZDATA%%share/postgresql/timezone/Brazil/Acre > -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha > -%%TZDATA%%share/postgresql/timezone/Brazil/East > -%%TZDATA%%share/postgresql/timezone/Brazil/West > -%%TZDATA%%share/postgresql/timezone/CET > -%%TZDATA%%share/postgresql/timezone/CST6CDT > -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic > -%%TZDATA%%share/postgresql/timezone/Canada/Central > -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan > -%%TZDATA%%share/postgresql/timezone/Canada/Eastern > -%%TZDATA%%share/postgresql/timezone/Canada/Mountain > -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland > -%%TZDATA%%share/postgresql/timezone/Canada/Pacific > -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan > -%%TZDATA%%share/postgresql/timezone/Canada/Yukon > -%%TZDATA%%share/postgresql/timezone/Chile/Continental > -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland > -%%TZDATA%%share/postgresql/timezone/Cuba > -%%TZDATA%%share/postgresql/timezone/EET > -%%TZDATA%%share/postgresql/timezone/EST > -%%TZDATA%%share/postgresql/timezone/EST5EDT > -%%TZDATA%%share/postgresql/timezone/Egypt > -%%TZDATA%%share/postgresql/timezone/Eire > -%%TZDATA%%share/postgresql/timezone/Etc/GMT > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 > -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 > -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich > -%%TZDATA%%share/postgresql/timezone/Etc/UCT > -%%TZDATA%%share/postgresql/timezone/Etc/UTC > -%%TZDATA%%share/postgresql/timezone/Etc/Universal > -%%TZDATA%%share/postgresql/timezone/Etc/Zulu > -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam > -%%TZDATA%%share/postgresql/timezone/Europe/Andorra > -%%TZDATA%%share/postgresql/timezone/Europe/Athens > -%%TZDATA%%share/postgresql/timezone/Europe/Belfast > -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade > -%%TZDATA%%share/postgresql/timezone/Europe/Berlin > -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava > -%%TZDATA%%share/postgresql/timezone/Europe/Brussels > -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest > -%%TZDATA%%share/postgresql/timezone/Europe/Budapest > -%%TZDATA%%share/postgresql/timezone/Europe/Busingen > -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau > -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen > -%%TZDATA%%share/postgresql/timezone/Europe/Dublin > -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar > -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey > -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki > -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man > -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul > -%%TZDATA%%share/postgresql/timezone/Europe/Jersey > -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad > -%%TZDATA%%share/postgresql/timezone/Europe/Kiev > -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon > -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana > -%%TZDATA%%share/postgresql/timezone/Europe/London > -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg > -%%TZDATA%%share/postgresql/timezone/Europe/Madrid > -%%TZDATA%%share/postgresql/timezone/Europe/Malta > -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn > -%%TZDATA%%share/postgresql/timezone/Europe/Minsk > -%%TZDATA%%share/postgresql/timezone/Europe/Monaco > -%%TZDATA%%share/postgresql/timezone/Europe/Moscow > -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia > -%%TZDATA%%share/postgresql/timezone/Europe/Oslo > -%%TZDATA%%share/postgresql/timezone/Europe/Paris > -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica > -%%TZDATA%%share/postgresql/timezone/Europe/Prague > -%%TZDATA%%share/postgresql/timezone/Europe/Riga > -%%TZDATA%%share/postgresql/timezone/Europe/Rome > -%%TZDATA%%share/postgresql/timezone/Europe/Samara > -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino > -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo > -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol > -%%TZDATA%%share/postgresql/timezone/Europe/Skopje > -%%TZDATA%%share/postgresql/timezone/Europe/Sofia > -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm > -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn > -%%TZDATA%%share/postgresql/timezone/Europe/Tirane > -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol > -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod > -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz > -%%TZDATA%%share/postgresql/timezone/Europe/Vatican > -%%TZDATA%%share/postgresql/timezone/Europe/Vienna > -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius > -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd > -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw > -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb > -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye > -%%TZDATA%%share/postgresql/timezone/Europe/Zurich > -%%TZDATA%%share/postgresql/timezone/Factory > -%%TZDATA%%share/postgresql/timezone/GB > -%%TZDATA%%share/postgresql/timezone/GB-Eire > -%%TZDATA%%share/postgresql/timezone/GMT > -%%TZDATA%%share/postgresql/timezone/GMT+0 > -%%TZDATA%%share/postgresql/timezone/GMT-0 > -%%TZDATA%%share/postgresql/timezone/GMT0 > -%%TZDATA%%share/postgresql/timezone/Greenwich > -%%TZDATA%%share/postgresql/timezone/HST > -%%TZDATA%%share/postgresql/timezone/Hongkong > -%%TZDATA%%share/postgresql/timezone/Iceland > -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo > -%%TZDATA%%share/postgresql/timezone/Indian/Chagos > -%%TZDATA%%share/postgresql/timezone/Indian/Christmas > -%%TZDATA%%share/postgresql/timezone/Indian/Cocos > -%%TZDATA%%share/postgresql/timezone/Indian/Comoro > -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen > -%%TZDATA%%share/postgresql/timezone/Indian/Mahe > -%%TZDATA%%share/postgresql/timezone/Indian/Maldives > -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius > -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte > -%%TZDATA%%share/postgresql/timezone/Indian/Reunion > -%%TZDATA%%share/postgresql/timezone/Iran > -%%TZDATA%%share/postgresql/timezone/Israel > -%%TZDATA%%share/postgresql/timezone/Jamaica > -%%TZDATA%%share/postgresql/timezone/Japan > -%%TZDATA%%share/postgresql/timezone/Kwajalein > -%%TZDATA%%share/postgresql/timezone/Libya > -%%TZDATA%%share/postgresql/timezone/MET > -%%TZDATA%%share/postgresql/timezone/MST > -%%TZDATA%%share/postgresql/timezone/MST7MDT > -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte > -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur > -%%TZDATA%%share/postgresql/timezone/Mexico/General > -%%TZDATA%%share/postgresql/timezone/NZ > -%%TZDATA%%share/postgresql/timezone/NZ-CHAT > -%%TZDATA%%share/postgresql/timezone/Navajo > -%%TZDATA%%share/postgresql/timezone/PRC > -%%TZDATA%%share/postgresql/timezone/PST8PDT > -%%TZDATA%%share/postgresql/timezone/Pacific/Apia > -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland > -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham > -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk > -%%TZDATA%%share/postgresql/timezone/Pacific/Easter > -%%TZDATA%%share/postgresql/timezone/Pacific/Efate > -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury > -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo > -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji > -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti > -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos > -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier > -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal > -%%TZDATA%%share/postgresql/timezone/Pacific/Guam > -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu > -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston > -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati > -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae > -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein > -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro > -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas > -%%TZDATA%%share/postgresql/timezone/Pacific/Midway > -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru > -%%TZDATA%%share/postgresql/timezone/Pacific/Niue > -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk > -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea > -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago > -%%TZDATA%%share/postgresql/timezone/Pacific/Palau > -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn > -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei > -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape > -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby > -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga > -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan > -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa > -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti > -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa > -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu > -%%TZDATA%%share/postgresql/timezone/Pacific/Truk > -%%TZDATA%%share/postgresql/timezone/Pacific/Wake > -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis > -%%TZDATA%%share/postgresql/timezone/Pacific/Yap > -%%TZDATA%%share/postgresql/timezone/Poland > -%%TZDATA%%share/postgresql/timezone/Portugal > -%%TZDATA%%share/postgresql/timezone/ROC > -%%TZDATA%%share/postgresql/timezone/ROK > -%%TZDATA%%share/postgresql/timezone/Singapore > -%%TZDATA%%share/postgresql/timezone/Turkey > -%%TZDATA%%share/postgresql/timezone/UCT > -%%TZDATA%%share/postgresql/timezone/US/Alaska > -%%TZDATA%%share/postgresql/timezone/US/Aleutian > -%%TZDATA%%share/postgresql/timezone/US/Arizona > -%%TZDATA%%share/postgresql/timezone/US/Central > -%%TZDATA%%share/postgresql/timezone/US/East-Indiana > -%%TZDATA%%share/postgresql/timezone/US/Eastern > -%%TZDATA%%share/postgresql/timezone/US/Hawaii > -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke > -%%TZDATA%%share/postgresql/timezone/US/Michigan > -%%TZDATA%%share/postgresql/timezone/US/Mountain > -%%TZDATA%%share/postgresql/timezone/US/Pacific > -%%TZDATA%%share/postgresql/timezone/US/Pacific-New > -%%TZDATA%%share/postgresql/timezone/US/Samoa > -%%TZDATA%%share/postgresql/timezone/UTC > -%%TZDATA%%share/postgresql/timezone/Universal > -%%TZDATA%%share/postgresql/timezone/W-SU > -%%TZDATA%%share/postgresql/timezone/WET > -%%TZDATA%%share/postgresql/timezone/Zulu > -%%TZDATA%%share/postgresql/timezone/posixrules > -share/postgresql/timezonesets/Africa.txt > -share/postgresql/timezonesets/America.txt > -share/postgresql/timezonesets/Antarctica.txt > -share/postgresql/timezonesets/Asia.txt > -share/postgresql/timezonesets/Atlantic.txt > -share/postgresql/timezonesets/Australia > -share/postgresql/timezonesets/Australia.txt > -share/postgresql/timezonesets/Default > > *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** > From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 07:53:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE6D66AF; Fri, 6 Feb 2015 07:53:16 +0000 (UTC) Received: from mail.pingpong.net (mail2.pingpong.net [79.136.116.202]) by mx1.freebsd.org (Postfix) with ESMTP id C93257CE; Fri, 6 Feb 2015 07:53:15 +0000 (UTC) Received: from [10.0.1.8] (h-85-24-195-48.na.cust.bahnhof.se [85.24.195.48]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 9ED535244; Fri, 6 Feb 2015 08:53:11 +0100 (CET) Subject: Re: svn commit: r378500 - in head/databases: postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-contrib postgresql91-server postgresql92-client postgresql92-c... Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_EC8D8497-1D75-47A5-8B34-5DD872ADAC4C"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b4 From: Palle Girgensohn In-Reply-To: Date: Fri, 6 Feb 2015 08:53:10 +0100 Message-Id: <7A8E21B7-AD4B-4FEF-B27F-8549068104B2@FreeBSD.org> References: <201502052254.t15MsZTa003946@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.1993) Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 07:53:16 -0000 --Apple-Mail=_EC8D8497-1D75-47A5-8B34-5DD872ADAC4C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hmm, they seem to have changed the mirror list considerably, I'll check = it out. But they are fetchable, once the main ftp server is checked: =3D> Attempting to fetch = ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1= .tar.bz2 fetch: = ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1= .tar.bz2: No address record =3D> Attempting to fetch = ftp://ftp.postgresql.org/pub/source/v9.4.1/postgresql-9.4.1.tar.bz2 postgresql-9.4.1.tar.bz2 100% of 16 MB 6843 kBps = 00m02s =3D=3D=3D> Fetching all distfiles required by postgresql94-server-9.4.1 = for building > 6 feb 2015 kl. 08:14 skrev Antoine Brodin : >=20 > Hi, >=20 > All of those ports are unfetchable. >=20 > Cheers, >=20 > Antoine >=20 > On Thu, Feb 5, 2015 at 11:54 PM, Palle Girgensohn = wrote: >> Author: girgen >> Date: Thu Feb 5 22:54:34 2015 >> New Revision: 378500 >> URL: https://svnweb.freebsd.org/changeset/ports/378500 >> QAT: https://qat.redports.org/buildarchive/r378500/ >>=20 >> Log: >> Update PostgreSQL-9.x to latests versions. >>=20 >> This update fixes multiple security issues reported in PostgreSQL = over the past >> few months. All of these issues require prior authentication, and = some require >> additional conditions, and as such are not considered generally = urgent. >> However, users should examine the list of security holes patched = below in case >> they are particularly vulnerable. >>=20 >> Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, >> CVE-2015-0244,CVE-2014-8161 >>=20 >> Modified: >> head/databases/postgresql90-client/Makefile >> head/databases/postgresql90-contrib/Makefile >> head/databases/postgresql90-server/Makefile >> head/databases/postgresql90-server/distinfo >> head/databases/postgresql90-server/pkg-plist-client >> head/databases/postgresql90-server/pkg-plist-contrib >> head/databases/postgresql90-server/pkg-plist-plperl >> head/databases/postgresql90-server/pkg-plist-plpython >> head/databases/postgresql90-server/pkg-plist-pltcl >> head/databases/postgresql90-server/pkg-plist-server >> head/databases/postgresql91-client/Makefile >> head/databases/postgresql91-contrib/Makefile >> head/databases/postgresql91-server/Makefile >> head/databases/postgresql91-server/distinfo >> head/databases/postgresql91-server/pkg-plist-client >> head/databases/postgresql91-server/pkg-plist-contrib >> head/databases/postgresql91-server/pkg-plist-plperl >> head/databases/postgresql91-server/pkg-plist-plpython >> head/databases/postgresql91-server/pkg-plist-pltcl >> head/databases/postgresql91-server/pkg-plist-server >> head/databases/postgresql92-client/Makefile >> head/databases/postgresql92-contrib/Makefile >> head/databases/postgresql92-server/Makefile >> head/databases/postgresql92-server/distinfo >> head/databases/postgresql92-server/pkg-plist-client >> head/databases/postgresql92-server/pkg-plist-contrib >> head/databases/postgresql92-server/pkg-plist-plperl >> head/databases/postgresql92-server/pkg-plist-plpython >> head/databases/postgresql92-server/pkg-plist-pltcl >> head/databases/postgresql92-server/pkg-plist-server >> head/databases/postgresql93-client/Makefile >> head/databases/postgresql93-contrib/Makefile >> head/databases/postgresql93-server/Makefile >> head/databases/postgresql93-server/distinfo >> head/databases/postgresql93-server/pkg-plist-client >> head/databases/postgresql93-server/pkg-plist-contrib >> head/databases/postgresql93-server/pkg-plist-plperl >> head/databases/postgresql93-server/pkg-plist-plpython >> head/databases/postgresql93-server/pkg-plist-pltcl >> head/databases/postgresql93-server/pkg-plist-server >> head/databases/postgresql94-client/Makefile >> head/databases/postgresql94-server/Makefile >> head/databases/postgresql94-server/distinfo >> head/databases/postgresql94-server/pkg-plist-client >> head/databases/postgresql94-server/pkg-plist-pltcl >> head/databases/postgresql94-server/pkg-plist-server >>=20 >> Modified: head/databases/postgresql90-client/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:21 = 2015 (r378499) >> +++ head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:34 = 2015 (r378500) >> @@ -8,6 +8,7 @@ COMMENT=3D PostgreSQL database (client) >>=20 >> MASTERDIR=3D ${.CURDIR}/../postgresql90-server >>=20 >> +LIB_DEPENDS=3D libedit.so.0:${PORTSDIR}/devel/libedit >> BUILD_DIRS=3D config src/include src/interfaces src/port \ >> src/bin/pg_dump src/bin/psql src/bin/scripts = src/bin/pg_config \ >> doc src/makefiles >> @@ -15,6 +16,6 @@ INSTALL_DIRS=3D ${BUILD_DIRS} >> CLIENT_ONLY=3D yes >> COMPONENT=3D -client >> USE_LDCONFIG=3D yes >> -USES+=3D readline >> +CONFIGURE_ARGS+=3D--with-libedit-preferred >>=20 >> .include "${MASTERDIR}/Makefile" >>=20 >> Modified: head/databases/postgresql90-contrib/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-contrib/Makefile Thu Feb 5 = 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-contrib/Makefile Thu Feb 5 = 22:54:34 2015 (r378500) >> @@ -2,7 +2,6 @@ >> # $FreeBSD$ >>=20 >> PORTNAME=3D postgresql >> -PORTREVISION=3D 1 >> CATEGORIES=3D databases >> PKGNAMESUFFIX?=3D ${DISTVERSION:R:S/.//}${COMPONENT} >>=20 >>=20 >> Modified: head/databases/postgresql90-server/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:21 = 2015 (r378499) >> +++ head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:34 = 2015 (r378500) >> @@ -1,7 +1,7 @@ >> # Created by: Marc G. Fournier >> # $FreeBSD$ >>=20 >> -DISTVERSION?=3D 9.0.18 >> +DISTVERSION?=3D 9.0.19 >> PORTREVISION=3D 0 >> PKGNAMESUFFIX?=3D ${DISTVERSION:R:S/.//}${COMPONENT} >>=20 >>=20 >> Modified: head/databases/postgresql90-server/distinfo >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:21 = 2015 (r378499) >> +++ head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:34 = 2015 (r378500) >> @@ -1,4 +1,4 @@ >> -SHA256 (postgresql/postgresql-9.0.18.tar.bz2) =3D = 7c8a07d0ab78fe39522c6bb268a7b357f456d9d4796f57d7b43a004e4a9d3003 >> -SIZE (postgresql/postgresql-9.0.18.tar.bz2) =3D 14984096 >> +SHA256 (postgresql/postgresql-9.0.19.tar.bz2) =3D = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 >> +SIZE (postgresql/postgresql-9.0.19.tar.bz2) =3D 15019406 >> SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) =3D = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f >> SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) =3D 4395 >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-client >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 = 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 = 22:54:34 2015 (r378500) >> @@ -476,54 +476,54 @@ include/postgresql/server/windowapi.h >> include/sqlda-compat.h >> include/sqlda-native.h >> include/sqlda.h >> -@dirrm include/postgresql/server/utils >> -@dirrm include/postgresql/server/tsearch/dicts >> -@dirrm include/postgresql/server/tsearch >> -@dirrm include/postgresql/server/tcop >> -@dirrm include/postgresql/server/storage >> -@dirrm include/postgresql/server/snowball/libstemmer >> -@dirrm include/postgresql/server/snowball >> -@dirrm include/postgresql/server/rewrite >> -@dirrm include/postgresql/server/replication >> -@dirrm include/postgresql/server/regex >> -@dirrm include/postgresql/server/postmaster >> -@dirrm include/postgresql/server/portability >> -@dirrm include/postgresql/server/port/win32_msvc/sys >> -@dirrm include/postgresql/server/port/win32_msvc >> -@dirrm include/postgresql/server/port/win32/sys >> -@dirrm include/postgresql/server/port/win32/netinet >> -@dirrm include/postgresql/server/port/win32/arpa >> -@dirrm include/postgresql/server/port/win32 >> -@dirrm include/postgresql/server/port >> -@dirrm include/postgresql/server/parser >> -@dirrm include/postgresql/server/optimizer >> -@dirrm include/postgresql/server/nodes >> -@dirrm include/postgresql/server/mb >> -@dirrm include/postgresql/server/libpq >> -@dirrm include/postgresql/server/lib >> -@dirrm include/postgresql/server/foreign >> -@dirrm include/postgresql/server/executor >> -@dirrm include/postgresql/server/commands >> -@dirrm include/postgresql/server/catalog >> -@dirrm include/postgresql/server/bootstrap >> -@dirrm include/postgresql/server/access >> -@dirrm include/postgresql/server >> +@dir include/postgresql/server/utils >> +@dir include/postgresql/server/tsearch/dicts >> +@dir include/postgresql/server/tsearch >> +@dir include/postgresql/server/tcop >> +@dir include/postgresql/server/storage >> +@dir include/postgresql/server/snowball/libstemmer >> +@dir include/postgresql/server/snowball >> +@dir include/postgresql/server/rewrite >> +@dir include/postgresql/server/replication >> +@dir include/postgresql/server/regex >> +@dir include/postgresql/server/postmaster >> +@dir include/postgresql/server/portability >> +@dir include/postgresql/server/port/win32_msvc/sys >> +@dir include/postgresql/server/port/win32_msvc >> +@dir include/postgresql/server/port/win32/sys >> +@dir include/postgresql/server/port/win32/netinet >> +@dir include/postgresql/server/port/win32/arpa >> +@dir include/postgresql/server/port/win32 >> +@dir include/postgresql/server/port >> +@dir include/postgresql/server/parser >> +@dir include/postgresql/server/optimizer >> +@dir include/postgresql/server/nodes >> +@dir include/postgresql/server/mb >> +@dir include/postgresql/server/libpq >> +@dir include/postgresql/server/lib >> +@dir include/postgresql/server/foreign >> +@dir include/postgresql/server/executor >> +@dir include/postgresql/server/commands >> +@dir include/postgresql/server/catalog >> +@dir include/postgresql/server/bootstrap >> +@dir include/postgresql/server/access >> +@dir include/postgresql/server >> include/libpq/libpq-fs.h >> -@dirrm include/libpq >> +@dir include/libpq >> include/postgresql/internal/libpq/pqcomm.h >> -@dirrm include/postgresql/internal/libpq >> +@dir include/postgresql/internal/libpq >> include/postgresql/informix/esql/datetime.h >> include/postgresql/informix/esql/decimal.h >> include/postgresql/informix/esql/sqltypes.h >> -@dirrm include/postgresql/informix/esql >> -@dirrm include/postgresql/informix >> +@dir include/postgresql/informix/esql >> +@dir include/postgresql/informix >> include/postgresql/internal/c.h >> include/postgresql/internal/libpq-int.h >> include/postgresql/internal/postgres_fe.h >> include/postgresql/internal/port.h >> include/postgresql/internal/pqexpbuffer.h >> -@dirrm include/postgresql/internal >> -@dirrm include/postgresql >> +@dir include/postgresql/internal >> +@dir include/postgresql >> include/ecpg_informix.h >> include/ecpgerrno.h >> include/ecpglib.h >> @@ -559,11 +559,11 @@ lib/postgresql/pgxs/src/Makefile.global >> lib/postgresql/pgxs/src/Makefile.port >> lib/postgresql/pgxs/src/Makefile.shlib >> lib/postgresql/pgxs/src/nls-global.mk >> -@dirrm lib/postgresql/pgxs/src/makefiles >> -@dirrm lib/postgresql/pgxs/config >> -@dirrm lib/postgresql/pgxs/src >> -@dirrm lib/postgresql/pgxs >> -@dirrm lib/postgresql >> +@dir lib/postgresql/pgxs/src/makefiles >> +@dir lib/postgresql/pgxs/config >> +@dir lib/postgresql/pgxs/src >> +@dir lib/postgresql/pgxs >> +@dir lib/postgresql >> man/man1/clusterdb.1.gz >> man/man1/createdb.1.gz >> man/man1/createlang.1.gz >> @@ -791,10 +791,10 @@ man/man7/VACUUM.7.gz >> man/man7/VALUES.7.gz >> man/man7/WITH.7.gz >> %%DOCSDIR%%/README-client >> -@dirrmtry %%DOCSDIR%% >> -share/postgresql/pg_service.conf.sample >> -share/postgresql/psqlrc.sample >> -@dirrmtry share/postgresql >> +@dir %%DOCSDIR%% >> +%%DATADIR%%/pg_service.conf.sample >> +%%DATADIR%%/psqlrc.sample >> +@dir %%DATADIR%% >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-contrib >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-contrib Thu = Feb 5 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-contrib Thu = Feb 5 22:54:34 2015 (r378500) >> @@ -51,82 +51,82 @@ lib/postgresql/uuid-ossp.so >> %%DOCSDIR%%/contrib/moddatetime.example >> %%DOCSDIR%%/contrib/refint.example >> %%DOCSDIR%%/contrib/timetravel.example >> -share/postgresql/contrib/_int.sql >> -share/postgresql/contrib/adminpack.sql >> -share/postgresql/contrib/autoinc.sql >> -share/postgresql/contrib/btree_gin.sql >> -share/postgresql/contrib/btree_gist.sql >> -share/postgresql/contrib/chkpass.sql >> -share/postgresql/contrib/citext.sql >> -share/postgresql/contrib/cube.sql >> -share/postgresql/contrib/dblink.sql >> -share/postgresql/contrib/dict_int.sql >> -share/postgresql/contrib/dict_xsyn.sql >> -share/postgresql/contrib/earthdistance.sql >> -share/postgresql/contrib/fuzzystrmatch.sql >> -share/postgresql/contrib/hstore.sql >> -share/postgresql/contrib/insert_username.sql >> -share/postgresql/contrib/int_aggregate.sql >> -share/postgresql/contrib/isn.sql >> -share/postgresql/contrib/lo.sql >> -share/postgresql/contrib/ltree.sql >> -share/postgresql/contrib/moddatetime.sql >> -share/postgresql/contrib/pageinspect.sql >> -share/postgresql/contrib/pg_buffercache.sql >> -share/postgresql/contrib/pg_freespacemap.sql >> -share/postgresql/contrib/pg_stat_statements.sql >> -share/postgresql/contrib/pg_trgm.sql >> -share/postgresql/contrib/pgcrypto.sql >> -share/postgresql/contrib/pgrowlocks.sql >> -share/postgresql/contrib/pgstattuple.sql >> -share/postgresql/contrib/pgxml.sql >> -share/postgresql/contrib/refint.sql >> -share/postgresql/contrib/seg.sql >> -share/postgresql/contrib/sslinfo.sql >> -share/postgresql/contrib/tablefunc.sql >> -share/postgresql/contrib/test_parser.sql >> -share/postgresql/contrib/timetravel.sql >> -share/postgresql/contrib/tsearch2.sql >> -share/postgresql/contrib/unaccent.sql >> -share/postgresql/contrib/uninstall_uuid-ossp.sql >> -share/postgresql/contrib/uuid-ossp.sql >> -share/postgresql/contrib/uninstall__int.sql >> -share/postgresql/contrib/uninstall_adminpack.sql >> -share/postgresql/contrib/uninstall_btree_gin.sql >> -share/postgresql/contrib/uninstall_btree_gist.sql >> -share/postgresql/contrib/uninstall_chkpass.sql >> -share/postgresql/contrib/uninstall_citext.sql >> -share/postgresql/contrib/uninstall_cube.sql >> -share/postgresql/contrib/uninstall_dblink.sql >> -share/postgresql/contrib/uninstall_dict_int.sql >> -share/postgresql/contrib/uninstall_dict_xsyn.sql >> -share/postgresql/contrib/uninstall_earthdistance.sql >> -share/postgresql/contrib/uninstall_fuzzystrmatch.sql >> -share/postgresql/contrib/uninstall_hstore.sql >> -share/postgresql/contrib/uninstall_int_aggregate.sql >> -share/postgresql/contrib/uninstall_isn.sql >> -share/postgresql/contrib/uninstall_lo.sql >> -share/postgresql/contrib/uninstall_ltree.sql >> -share/postgresql/contrib/uninstall_pageinspect.sql >> -share/postgresql/contrib/uninstall_pg_buffercache.sql >> -share/postgresql/contrib/uninstall_pg_freespacemap.sql >> -share/postgresql/contrib/uninstall_pg_stat_statements.sql >> -share/postgresql/contrib/uninstall_pg_trgm.sql >> -share/postgresql/contrib/uninstall_pgcrypto.sql >> -share/postgresql/contrib/uninstall_pgrowlocks.sql >> -share/postgresql/contrib/uninstall_pgstattuple.sql >> -share/postgresql/contrib/uninstall_pgxml.sql >> -share/postgresql/contrib/uninstall_seg.sql >> -share/postgresql/contrib/uninstall_sslinfo.sql >> -share/postgresql/contrib/uninstall_tablefunc.sql >> -share/postgresql/contrib/uninstall_test_parser.sql >> -share/postgresql/contrib/uninstall_tsearch2.sql >> -share/postgresql/contrib/uninstall_unaccent.sql >> -share/postgresql/tsearch_data/unaccent.rules >> -share/postgresql/tsearch_data/xsyn_sample.rules >> -@dirrmtry share/postgresql/tsearch_data >> -@dirrmtry share/postgresql/contrib >> -@dirrmtry share/postgresql >> -@dirrmtry %%DOCSDIR%%/contrib >> -@dirrmtry %%DOCSDIR%% >> -@dirrmtry lib/postgresql >> +%%DATADIR%%/contrib/_int.sql >> +%%DATADIR%%/contrib/adminpack.sql >> +%%DATADIR%%/contrib/autoinc.sql >> +%%DATADIR%%/contrib/btree_gin.sql >> +%%DATADIR%%/contrib/btree_gist.sql >> +%%DATADIR%%/contrib/chkpass.sql >> +%%DATADIR%%/contrib/citext.sql >> +%%DATADIR%%/contrib/cube.sql >> +%%DATADIR%%/contrib/dblink.sql >> +%%DATADIR%%/contrib/dict_int.sql >> +%%DATADIR%%/contrib/dict_xsyn.sql >> +%%DATADIR%%/contrib/earthdistance.sql >> +%%DATADIR%%/contrib/fuzzystrmatch.sql >> +%%DATADIR%%/contrib/hstore.sql >> +%%DATADIR%%/contrib/insert_username.sql >> +%%DATADIR%%/contrib/int_aggregate.sql >> +%%DATADIR%%/contrib/isn.sql >> +%%DATADIR%%/contrib/lo.sql >> +%%DATADIR%%/contrib/ltree.sql >> +%%DATADIR%%/contrib/moddatetime.sql >> +%%DATADIR%%/contrib/pageinspect.sql >> +%%DATADIR%%/contrib/pg_buffercache.sql >> +%%DATADIR%%/contrib/pg_freespacemap.sql >> +%%DATADIR%%/contrib/pg_stat_statements.sql >> +%%DATADIR%%/contrib/pg_trgm.sql >> +%%DATADIR%%/contrib/pgcrypto.sql >> +%%DATADIR%%/contrib/pgrowlocks.sql >> +%%DATADIR%%/contrib/pgstattuple.sql >> +%%DATADIR%%/contrib/pgxml.sql >> +%%DATADIR%%/contrib/refint.sql >> +%%DATADIR%%/contrib/seg.sql >> +%%DATADIR%%/contrib/sslinfo.sql >> +%%DATADIR%%/contrib/tablefunc.sql >> +%%DATADIR%%/contrib/test_parser.sql >> +%%DATADIR%%/contrib/timetravel.sql >> +%%DATADIR%%/contrib/tsearch2.sql >> +%%DATADIR%%/contrib/unaccent.sql >> +%%DATADIR%%/contrib/uninstall_uuid-ossp.sql >> +%%DATADIR%%/contrib/uuid-ossp.sql >> +%%DATADIR%%/contrib/uninstall__int.sql >> +%%DATADIR%%/contrib/uninstall_adminpack.sql >> +%%DATADIR%%/contrib/uninstall_btree_gin.sql >> +%%DATADIR%%/contrib/uninstall_btree_gist.sql >> +%%DATADIR%%/contrib/uninstall_chkpass.sql >> +%%DATADIR%%/contrib/uninstall_citext.sql >> +%%DATADIR%%/contrib/uninstall_cube.sql >> +%%DATADIR%%/contrib/uninstall_dblink.sql >> +%%DATADIR%%/contrib/uninstall_dict_int.sql >> +%%DATADIR%%/contrib/uninstall_dict_xsyn.sql >> +%%DATADIR%%/contrib/uninstall_earthdistance.sql >> +%%DATADIR%%/contrib/uninstall_fuzzystrmatch.sql >> +%%DATADIR%%/contrib/uninstall_hstore.sql >> +%%DATADIR%%/contrib/uninstall_int_aggregate.sql >> +%%DATADIR%%/contrib/uninstall_isn.sql >> +%%DATADIR%%/contrib/uninstall_lo.sql >> +%%DATADIR%%/contrib/uninstall_ltree.sql >> +%%DATADIR%%/contrib/uninstall_pageinspect.sql >> +%%DATADIR%%/contrib/uninstall_pg_buffercache.sql >> +%%DATADIR%%/contrib/uninstall_pg_freespacemap.sql >> +%%DATADIR%%/contrib/uninstall_pg_stat_statements.sql >> +%%DATADIR%%/contrib/uninstall_pg_trgm.sql >> +%%DATADIR%%/contrib/uninstall_pgcrypto.sql >> +%%DATADIR%%/contrib/uninstall_pgrowlocks.sql >> +%%DATADIR%%/contrib/uninstall_pgstattuple.sql >> +%%DATADIR%%/contrib/uninstall_pgxml.sql >> +%%DATADIR%%/contrib/uninstall_seg.sql >> +%%DATADIR%%/contrib/uninstall_sslinfo.sql >> +%%DATADIR%%/contrib/uninstall_tablefunc.sql >> +%%DATADIR%%/contrib/uninstall_test_parser.sql >> +%%DATADIR%%/contrib/uninstall_tsearch2.sql >> +%%DATADIR%%/contrib/uninstall_unaccent.sql >> +%%DATADIR%%/tsearch_data/unaccent.rules >> +%%DATADIR%%/tsearch_data/xsyn_sample.rules >> +@dir %%DATADIR%%/tsearch_data >> +@dir %%DATADIR%%/contrib >> +@dir %%DATADIR%% >> +@dir %%DOCSDIR%%/contrib >> +@dir %%DOCSDIR%% >> +@dir lib/postgresql >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-plperl >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 = 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 = 22:54:34 2015 (r378500) >> @@ -1,4 +1,4 @@ >> %%DOCSDIR%%/README-plperl >> lib/postgresql/plperl.so >> -@dirrmtry lib/postgresql >> -@dirrmtry %%DOCSDIR%% >> +@dir lib/postgresql >> +@dir %%DOCSDIR%% >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-plpython >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-plpython Thu = Feb 5 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-plpython Thu = Feb 5 22:54:34 2015 (r378500) >> @@ -1,5 +1,5 @@ >> %%DOCSDIR%%/README-plpython >> lib/postgresql/plpython.so >> lib/postgresql/plpython2.so >> -@dirrmtry lib/postgresql >> -@dirrmtry %%DOCSDIR%% >> +@dir lib/postgresql >> +@dir %%DOCSDIR%% >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-pltcl >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 = 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 = 22:54:34 2015 (r378500) >> @@ -1,9 +1,9 @@ >> %%DOCSDIR%%/README-pltcl >> lib/postgresql/pltcl.so >> -@dirrmtry lib/postgresql >> +@dir lib/postgresql >> bin/pltcl_loadmod >> bin/pltcl_delmod >> bin/pltcl_listmod >> -share/postgresql/unknown.pltcl >> -@dirrmtry share/postgresql >> -@dirrmtry %%DOCSDIR%% >> +%%DATADIR%%/unknown.pltcl >> +@dir %%DATADIR%% >> +@dir %%DOCSDIR%% >>=20 >> Modified: head/databases/postgresql90-server/pkg-plist-server >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 = 22:54:21 2015 (r378499) >> +++ head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 = 22:54:34 2015 (r378500) >> @@ -35,17 +35,17 @@ lib/postgresql/utf8_and_sjis2004.so >> lib/postgresql/utf8_and_uhc.so >> lib/postgresql/utf8_and_win.so >> %%DOCSDIR%%/README-server >> -@dirrmtry %%DOCSDIR%% >> -share/postgresql/conversion_create.sql >> -share/postgresql/information_schema.sql >> -share/postgresql/pg_hba.conf.sample >> -share/postgresql/pg_ident.conf.sample >> -share/postgresql/postgres.bki >> -share/postgresql/postgres.description >> -share/postgresql/postgresql.conf.sample >> -share/postgresql/recovery.conf.sample >> -share/postgresql/sql_features.txt >> -share/postgresql/system_views.sql >> +@dir %%DOCSDIR%% >> +%%DATADIR%%/conversion_create.sql >> +%%DATADIR%%/information_schema.sql >> +%%DATADIR%%/pg_hba.conf.sample >> +%%DATADIR%%/pg_ident.conf.sample >> +%%DATADIR%%/postgres.bki >> +%%DATADIR%%/postgres.description >> +%%DATADIR%%/postgresql.conf.sample >> +%%DATADIR%%/recovery.conf.sample >> +%%DATADIR%%/sql_features.txt >> +%%DATADIR%%/system_views.sql >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo >> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo >> @@ -135,648 +135,651 @@ share/postgresql/system_views.sql >> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo >> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo >> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo >> -share/postgresql/postgres.shdescription >> -share/postgresql/snowball_create.sql >> -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan >> -%%TZDATA%%share/postgresql/timezone/Africa/Accra >> -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa >> -%%TZDATA%%share/postgresql/timezone/Africa/Algiers >> -%%TZDATA%%share/postgresql/timezone/Africa/Asmara >> -%%TZDATA%%share/postgresql/timezone/Africa/Asmera >> -%%TZDATA%%share/postgresql/timezone/Africa/Bamako >> -%%TZDATA%%share/postgresql/timezone/Africa/Bangui >> -%%TZDATA%%share/postgresql/timezone/Africa/Banjul >> -%%TZDATA%%share/postgresql/timezone/Africa/Bissau >> -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre >> -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville >> -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura >> -%%TZDATA%%share/postgresql/timezone/Africa/Cairo >> -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca >> -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta >> -%%TZDATA%%share/postgresql/timezone/Africa/Conakry >> -%%TZDATA%%share/postgresql/timezone/Africa/Dakar >> -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam >> -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti >> -%%TZDATA%%share/postgresql/timezone/Africa/Douala >> -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun >> -%%TZDATA%%share/postgresql/timezone/Africa/Freetown >> -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone >> -%%TZDATA%%share/postgresql/timezone/Africa/Harare >> -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg >> -%%TZDATA%%share/postgresql/timezone/Africa/Juba >> -%%TZDATA%%share/postgresql/timezone/Africa/Kampala >> -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum >> -%%TZDATA%%share/postgresql/timezone/Africa/Kigali >> -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa >> -%%TZDATA%%share/postgresql/timezone/Africa/Lagos >> -%%TZDATA%%share/postgresql/timezone/Africa/Libreville >> -%%TZDATA%%share/postgresql/timezone/Africa/Lome >> -%%TZDATA%%share/postgresql/timezone/Africa/Luanda >> -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi >> -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka >> -%%TZDATA%%share/postgresql/timezone/Africa/Malabo >> -%%TZDATA%%share/postgresql/timezone/Africa/Maputo >> -%%TZDATA%%share/postgresql/timezone/Africa/Maseru >> -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane >> -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu >> -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia >> -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi >> -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena >> -%%TZDATA%%share/postgresql/timezone/Africa/Niamey >> -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott >> -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou >> -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo >> -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome >> -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu >> -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli >> -%%TZDATA%%share/postgresql/timezone/Africa/Tunis >> -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek >> -%%TZDATA%%share/postgresql/timezone/America/Adak >> -%%TZDATA%%share/postgresql/timezone/America/Anchorage >> -%%TZDATA%%share/postgresql/timezone/America/Anguilla >> -%%TZDATA%%share/postgresql/timezone/America/Antigua >> -%%TZDATA%%share/postgresql/timezone/America/Araguaina >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman >> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia >> -%%TZDATA%%share/postgresql/timezone/America/Aruba >> -%%TZDATA%%share/postgresql/timezone/America/Asuncion >> -%%TZDATA%%share/postgresql/timezone/America/Atikokan >> -%%TZDATA%%share/postgresql/timezone/America/Atka >> -%%TZDATA%%share/postgresql/timezone/America/Bahia >> -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas >> -%%TZDATA%%share/postgresql/timezone/America/Barbados >> -%%TZDATA%%share/postgresql/timezone/America/Belem >> -%%TZDATA%%share/postgresql/timezone/America/Belize >> -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon >> -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista >> -%%TZDATA%%share/postgresql/timezone/America/Bogota >> -%%TZDATA%%share/postgresql/timezone/America/Boise >> -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires >> -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay >> -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande >> -%%TZDATA%%share/postgresql/timezone/America/Cancun >> -%%TZDATA%%share/postgresql/timezone/America/Caracas >> -%%TZDATA%%share/postgresql/timezone/America/Catamarca >> -%%TZDATA%%share/postgresql/timezone/America/Cayenne >> -%%TZDATA%%share/postgresql/timezone/America/Cayman >> -%%TZDATA%%share/postgresql/timezone/America/Chicago >> -%%TZDATA%%share/postgresql/timezone/America/Chihuahua >> -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour >> -%%TZDATA%%share/postgresql/timezone/America/Cordoba >> -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica >> -%%TZDATA%%share/postgresql/timezone/America/Creston >> -%%TZDATA%%share/postgresql/timezone/America/Cuiaba >> -%%TZDATA%%share/postgresql/timezone/America/Curacao >> -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn >> -%%TZDATA%%share/postgresql/timezone/America/Dawson >> -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek >> -%%TZDATA%%share/postgresql/timezone/America/Denver >> -%%TZDATA%%share/postgresql/timezone/America/Detroit >> -%%TZDATA%%share/postgresql/timezone/America/Dominica >> -%%TZDATA%%share/postgresql/timezone/America/Edmonton >> -%%TZDATA%%share/postgresql/timezone/America/Eirunepe >> -%%TZDATA%%share/postgresql/timezone/America/El_Salvador >> -%%TZDATA%%share/postgresql/timezone/America/Ensenada >> -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne >> -%%TZDATA%%share/postgresql/timezone/America/Fortaleza >> -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay >> -%%TZDATA%%share/postgresql/timezone/America/Godthab >> -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay >> -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk >> -%%TZDATA%%share/postgresql/timezone/America/Grenada >> -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe >> -%%TZDATA%%share/postgresql/timezone/America/Guatemala >> -%%TZDATA%%share/postgresql/timezone/America/Guayaquil >> -%%TZDATA%%share/postgresql/timezone/America/Guyana >> -%%TZDATA%%share/postgresql/timezone/America/Halifax >> -%%TZDATA%%share/postgresql/timezone/America/Havana >> -%%TZDATA%%share/postgresql/timezone/America/Hermosillo >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes >> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac >> -%%TZDATA%%share/postgresql/timezone/America/Indianapolis >> -%%TZDATA%%share/postgresql/timezone/America/Inuvik >> -%%TZDATA%%share/postgresql/timezone/America/Iqaluit >> -%%TZDATA%%share/postgresql/timezone/America/Jamaica >> -%%TZDATA%%share/postgresql/timezone/America/Jujuy >> -%%TZDATA%%share/postgresql/timezone/America/Juneau >> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville >> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello >> -%%TZDATA%%share/postgresql/timezone/America/Knox_IN >> -%%TZDATA%%share/postgresql/timezone/America/Kralendijk >> -%%TZDATA%%share/postgresql/timezone/America/La_Paz >> -%%TZDATA%%share/postgresql/timezone/America/Lima >> -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles >> -%%TZDATA%%share/postgresql/timezone/America/Louisville >> -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes >> -%%TZDATA%%share/postgresql/timezone/America/Maceio >> -%%TZDATA%%share/postgresql/timezone/America/Managua >> -%%TZDATA%%share/postgresql/timezone/America/Manaus >> -%%TZDATA%%share/postgresql/timezone/America/Marigot >> -%%TZDATA%%share/postgresql/timezone/America/Martinique >> -%%TZDATA%%share/postgresql/timezone/America/Matamoros >> -%%TZDATA%%share/postgresql/timezone/America/Mazatlan >> -%%TZDATA%%share/postgresql/timezone/America/Mendoza >> -%%TZDATA%%share/postgresql/timezone/America/Menominee >> -%%TZDATA%%share/postgresql/timezone/America/Merida >> -%%TZDATA%%share/postgresql/timezone/America/Metlakatla >> -%%TZDATA%%share/postgresql/timezone/America/Mexico_City >> -%%TZDATA%%share/postgresql/timezone/America/Miquelon >> -%%TZDATA%%share/postgresql/timezone/America/Moncton >> -%%TZDATA%%share/postgresql/timezone/America/Monterrey >> -%%TZDATA%%share/postgresql/timezone/America/Montevideo >> -%%TZDATA%%share/postgresql/timezone/America/Montreal >> -%%TZDATA%%share/postgresql/timezone/America/Montserrat >> -%%TZDATA%%share/postgresql/timezone/America/Nassau >> -%%TZDATA%%share/postgresql/timezone/America/New_York >> -%%TZDATA%%share/postgresql/timezone/America/Nipigon >> -%%TZDATA%%share/postgresql/timezone/America/Nome >> -%%TZDATA%%share/postgresql/timezone/America/Noronha >> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah >> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center >> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem >> -%%TZDATA%%share/postgresql/timezone/America/Ojinaga >> -%%TZDATA%%share/postgresql/timezone/America/Panama >> -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung >> -%%TZDATA%%share/postgresql/timezone/America/Paramaribo >> -%%TZDATA%%share/postgresql/timezone/America/Phoenix >> -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince >> -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain >> -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre >> -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho >> -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico >> -%%TZDATA%%share/postgresql/timezone/America/Rainy_River >> -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet >> -%%TZDATA%%share/postgresql/timezone/America/Recife >> -%%TZDATA%%share/postgresql/timezone/America/Regina >> -%%TZDATA%%share/postgresql/timezone/America/Resolute >> -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco >> -%%TZDATA%%share/postgresql/timezone/America/Rosario >> -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel >> -%%TZDATA%%share/postgresql/timezone/America/Santarem >> -%%TZDATA%%share/postgresql/timezone/America/Santiago >> -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo >> -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo >> -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund >> -%%TZDATA%%share/postgresql/timezone/America/Shiprock >> -%%TZDATA%%share/postgresql/timezone/America/Sitka >> -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy >> -%%TZDATA%%share/postgresql/timezone/America/St_Johns >> -%%TZDATA%%share/postgresql/timezone/America/St_Kitts >> -%%TZDATA%%share/postgresql/timezone/America/St_Lucia >> -%%TZDATA%%share/postgresql/timezone/America/St_Thomas >> -%%TZDATA%%share/postgresql/timezone/America/St_Vincent >> -%%TZDATA%%share/postgresql/timezone/America/Swift_Current >> -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa >> -%%TZDATA%%share/postgresql/timezone/America/Thule >> -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay >> -%%TZDATA%%share/postgresql/timezone/America/Tijuana >> -%%TZDATA%%share/postgresql/timezone/America/Toronto >> -%%TZDATA%%share/postgresql/timezone/America/Tortola >> -%%TZDATA%%share/postgresql/timezone/America/Vancouver >> -%%TZDATA%%share/postgresql/timezone/America/Virgin >> -%%TZDATA%%share/postgresql/timezone/America/Whitehorse >> -%%TZDATA%%share/postgresql/timezone/America/Winnipeg >> -%%TZDATA%%share/postgresql/timezone/America/Yakutat >> -%%TZDATA%%share/postgresql/timezone/America/Yellowknife >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis >> -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson >> -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera >> -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Troll >> -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok >> -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen >> -%%TZDATA%%share/postgresql/timezone/Asia/Aden >> -%%TZDATA%%share/postgresql/timezone/Asia/Almaty >> -%%TZDATA%%share/postgresql/timezone/Asia/Amman >> -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr >> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau >> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe >> -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat >> -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad >> -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad >> -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain >> -%%TZDATA%%share/postgresql/timezone/Asia/Baku >> -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok >> -%%TZDATA%%share/postgresql/timezone/Asia/Beirut >> -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek >> -%%TZDATA%%share/postgresql/timezone/Asia/Brunei >> -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta >> -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan >> -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing >> -%%TZDATA%%share/postgresql/timezone/Asia/Chungking >> -%%TZDATA%%share/postgresql/timezone/Asia/Colombo >> -%%TZDATA%%share/postgresql/timezone/Asia/Dacca >> -%%TZDATA%%share/postgresql/timezone/Asia/Damascus >> -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka >> -%%TZDATA%%share/postgresql/timezone/Asia/Dili >> -%%TZDATA%%share/postgresql/timezone/Asia/Dubai >> -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe >> -%%TZDATA%%share/postgresql/timezone/Asia/Gaza >> -%%TZDATA%%share/postgresql/timezone/Asia/Harbin >> -%%TZDATA%%share/postgresql/timezone/Asia/Hebron >> -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh >> -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong >> -%%TZDATA%%share/postgresql/timezone/Asia/Hovd >> -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul >> -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta >> -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura >> -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem >> -%%TZDATA%%share/postgresql/timezone/Asia/Kabul >> -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka >> -%%TZDATA%%share/postgresql/timezone/Asia/Karachi >> -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar >> -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu >> -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu >> -%%TZDATA%%share/postgresql/timezone/Asia/Khandyga >> -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata >> -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur >> -%%TZDATA%%share/postgresql/timezone/Asia/Kuching >> -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait >> -%%TZDATA%%share/postgresql/timezone/Asia/Macao >> -%%TZDATA%%share/postgresql/timezone/Asia/Macau >> -%%TZDATA%%share/postgresql/timezone/Asia/Magadan >> -%%TZDATA%%share/postgresql/timezone/Asia/Makassar >> -%%TZDATA%%share/postgresql/timezone/Asia/Manila >> -%%TZDATA%%share/postgresql/timezone/Asia/Muscat >> -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia >> -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Omsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Oral >> -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh >> -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak >> -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang >> -%%TZDATA%%share/postgresql/timezone/Asia/Qatar >> -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda >> -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon >> -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh >> -%%TZDATA%%share/postgresql/timezone/Asia/Saigon >> -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin >> -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand >> -%%TZDATA%%share/postgresql/timezone/Asia/Seoul >> -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai >> -%%TZDATA%%share/postgresql/timezone/Asia/Singapore >> -%%TZDATA%%share/postgresql/timezone/Asia/Taipei >> -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent >> -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi >> -%%TZDATA%%share/postgresql/timezone/Asia/Tehran >> -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv >> -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu >> -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu >> -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo >> -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang >> -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar >> -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator >> -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi >> -%%TZDATA%%share/postgresql/timezone/Asia/Ust-Nera >> -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane >> -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok >> -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk >> -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg >> -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik >> -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia >> -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena >> -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley >> -%%TZDATA%%share/postgresql/timezone/Australia/ACT >> -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide >> -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane >> -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill >> -%%TZDATA%%share/postgresql/timezone/Australia/Canberra >> -%%TZDATA%%share/postgresql/timezone/Australia/Currie >> -%%TZDATA%%share/postgresql/timezone/Australia/Darwin >> -%%TZDATA%%share/postgresql/timezone/Australia/Eucla >> -%%TZDATA%%share/postgresql/timezone/Australia/Hobart >> -%%TZDATA%%share/postgresql/timezone/Australia/LHI >> -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman >> -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe >> -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne >> -%%TZDATA%%share/postgresql/timezone/Australia/NSW >> -%%TZDATA%%share/postgresql/timezone/Australia/North >> -%%TZDATA%%share/postgresql/timezone/Australia/Perth >> -%%TZDATA%%share/postgresql/timezone/Australia/Queensland >> -%%TZDATA%%share/postgresql/timezone/Australia/South >> -%%TZDATA%%share/postgresql/timezone/Australia/Sydney >> -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania >> -%%TZDATA%%share/postgresql/timezone/Australia/Victoria >> -%%TZDATA%%share/postgresql/timezone/Australia/West >> -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna >> -%%TZDATA%%share/postgresql/timezone/Brazil/Acre >> -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha >> -%%TZDATA%%share/postgresql/timezone/Brazil/East >> -%%TZDATA%%share/postgresql/timezone/Brazil/West >> -%%TZDATA%%share/postgresql/timezone/CET >> -%%TZDATA%%share/postgresql/timezone/CST6CDT >> -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic >> -%%TZDATA%%share/postgresql/timezone/Canada/Central >> -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan >> -%%TZDATA%%share/postgresql/timezone/Canada/Eastern >> -%%TZDATA%%share/postgresql/timezone/Canada/Mountain >> -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland >> -%%TZDATA%%share/postgresql/timezone/Canada/Pacific >> -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan >> -%%TZDATA%%share/postgresql/timezone/Canada/Yukon >> -%%TZDATA%%share/postgresql/timezone/Chile/Continental >> -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland >> -%%TZDATA%%share/postgresql/timezone/Cuba >> -%%TZDATA%%share/postgresql/timezone/EET >> -%%TZDATA%%share/postgresql/timezone/EST >> -%%TZDATA%%share/postgresql/timezone/EST5EDT >> -%%TZDATA%%share/postgresql/timezone/Egypt >> -%%TZDATA%%share/postgresql/timezone/Eire >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 >> -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 >> -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich >> -%%TZDATA%%share/postgresql/timezone/Etc/UCT >> -%%TZDATA%%share/postgresql/timezone/Etc/UTC >> -%%TZDATA%%share/postgresql/timezone/Etc/Universal >> -%%TZDATA%%share/postgresql/timezone/Etc/Zulu >> -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam >> -%%TZDATA%%share/postgresql/timezone/Europe/Andorra >> -%%TZDATA%%share/postgresql/timezone/Europe/Athens >> -%%TZDATA%%share/postgresql/timezone/Europe/Belfast >> -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade >> -%%TZDATA%%share/postgresql/timezone/Europe/Berlin >> -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava >> -%%TZDATA%%share/postgresql/timezone/Europe/Brussels >> -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest >> -%%TZDATA%%share/postgresql/timezone/Europe/Budapest >> -%%TZDATA%%share/postgresql/timezone/Europe/Busingen >> -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau >> -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen >> -%%TZDATA%%share/postgresql/timezone/Europe/Dublin >> -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar >> -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey >> -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki >> -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man >> -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul >> -%%TZDATA%%share/postgresql/timezone/Europe/Jersey >> -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad >> -%%TZDATA%%share/postgresql/timezone/Europe/Kiev >> -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon >> -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana >> -%%TZDATA%%share/postgresql/timezone/Europe/London >> -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg >> -%%TZDATA%%share/postgresql/timezone/Europe/Madrid >> -%%TZDATA%%share/postgresql/timezone/Europe/Malta >> -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn >> -%%TZDATA%%share/postgresql/timezone/Europe/Minsk >> -%%TZDATA%%share/postgresql/timezone/Europe/Monaco >> -%%TZDATA%%share/postgresql/timezone/Europe/Moscow >> -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia >> -%%TZDATA%%share/postgresql/timezone/Europe/Oslo >> -%%TZDATA%%share/postgresql/timezone/Europe/Paris >> -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica >> -%%TZDATA%%share/postgresql/timezone/Europe/Prague >> -%%TZDATA%%share/postgresql/timezone/Europe/Riga >> -%%TZDATA%%share/postgresql/timezone/Europe/Rome >> -%%TZDATA%%share/postgresql/timezone/Europe/Samara >> -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino >> -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo >> -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol >> -%%TZDATA%%share/postgresql/timezone/Europe/Skopje >> -%%TZDATA%%share/postgresql/timezone/Europe/Sofia >> -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm >> -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn >> -%%TZDATA%%share/postgresql/timezone/Europe/Tirane >> -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol >> -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod >> -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz >> -%%TZDATA%%share/postgresql/timezone/Europe/Vatican >> -%%TZDATA%%share/postgresql/timezone/Europe/Vienna >> -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius >> -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd >> -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw >> -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb >> -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye >> -%%TZDATA%%share/postgresql/timezone/Europe/Zurich >> -%%TZDATA%%share/postgresql/timezone/Factory >> -%%TZDATA%%share/postgresql/timezone/GB >> -%%TZDATA%%share/postgresql/timezone/GB-Eire >> -%%TZDATA%%share/postgresql/timezone/GMT >> -%%TZDATA%%share/postgresql/timezone/GMT+0 >> -%%TZDATA%%share/postgresql/timezone/GMT-0 >> -%%TZDATA%%share/postgresql/timezone/GMT0 >> -%%TZDATA%%share/postgresql/timezone/Greenwich >> -%%TZDATA%%share/postgresql/timezone/HST >> -%%TZDATA%%share/postgresql/timezone/Hongkong >> -%%TZDATA%%share/postgresql/timezone/Iceland >> -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo >> -%%TZDATA%%share/postgresql/timezone/Indian/Chagos >> -%%TZDATA%%share/postgresql/timezone/Indian/Christmas >> -%%TZDATA%%share/postgresql/timezone/Indian/Cocos >> -%%TZDATA%%share/postgresql/timezone/Indian/Comoro >> -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen >> -%%TZDATA%%share/postgresql/timezone/Indian/Mahe >> -%%TZDATA%%share/postgresql/timezone/Indian/Maldives >> -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius >> -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte >> -%%TZDATA%%share/postgresql/timezone/Indian/Reunion >> -%%TZDATA%%share/postgresql/timezone/Iran >> -%%TZDATA%%share/postgresql/timezone/Israel >> -%%TZDATA%%share/postgresql/timezone/Jamaica >> -%%TZDATA%%share/postgresql/timezone/Japan >> -%%TZDATA%%share/postgresql/timezone/Kwajalein >> -%%TZDATA%%share/postgresql/timezone/Libya >> -%%TZDATA%%share/postgresql/timezone/MET >> -%%TZDATA%%share/postgresql/timezone/MST >> -%%TZDATA%%share/postgresql/timezone/MST7MDT >> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte >> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur >> -%%TZDATA%%share/postgresql/timezone/Mexico/General >> -%%TZDATA%%share/postgresql/timezone/NZ >> -%%TZDATA%%share/postgresql/timezone/NZ-CHAT >> -%%TZDATA%%share/postgresql/timezone/Navajo >> -%%TZDATA%%share/postgresql/timezone/PRC >> -%%TZDATA%%share/postgresql/timezone/PST8PDT >> -%%TZDATA%%share/postgresql/timezone/Pacific/Apia >> -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland >> -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham >> -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk >> -%%TZDATA%%share/postgresql/timezone/Pacific/Easter >> -%%TZDATA%%share/postgresql/timezone/Pacific/Efate >> -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury >> -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo >> -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji >> -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti >> -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos >> -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier >> -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal >> -%%TZDATA%%share/postgresql/timezone/Pacific/Guam >> -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu >> -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston >> -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati >> -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae >> -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein >> -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro >> -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas >> -%%TZDATA%%share/postgresql/timezone/Pacific/Midway >> -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru >> -%%TZDATA%%share/postgresql/timezone/Pacific/Niue >> -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk >> -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea >> -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago >> -%%TZDATA%%share/postgresql/timezone/Pacific/Palau >> -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn >> -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei >> -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape >> -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby >> -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga >> -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan >> -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa >> -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti >> -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa >> -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu >> -%%TZDATA%%share/postgresql/timezone/Pacific/Truk >> -%%TZDATA%%share/postgresql/timezone/Pacific/Wake >> -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis >> -%%TZDATA%%share/postgresql/timezone/Pacific/Yap >> -%%TZDATA%%share/postgresql/timezone/Poland >> -%%TZDATA%%share/postgresql/timezone/Portugal >> -%%TZDATA%%share/postgresql/timezone/ROC >> -%%TZDATA%%share/postgresql/timezone/ROK >> -%%TZDATA%%share/postgresql/timezone/Singapore >> -%%TZDATA%%share/postgresql/timezone/Turkey >> -%%TZDATA%%share/postgresql/timezone/UCT >> -%%TZDATA%%share/postgresql/timezone/US/Alaska >> -%%TZDATA%%share/postgresql/timezone/US/Aleutian >> -%%TZDATA%%share/postgresql/timezone/US/Arizona >> -%%TZDATA%%share/postgresql/timezone/US/Central >> -%%TZDATA%%share/postgresql/timezone/US/East-Indiana >> -%%TZDATA%%share/postgresql/timezone/US/Eastern >> -%%TZDATA%%share/postgresql/timezone/US/Hawaii >> -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke >> -%%TZDATA%%share/postgresql/timezone/US/Michigan >> -%%TZDATA%%share/postgresql/timezone/US/Mountain >> -%%TZDATA%%share/postgresql/timezone/US/Pacific >> -%%TZDATA%%share/postgresql/timezone/US/Pacific-New >> -%%TZDATA%%share/postgresql/timezone/US/Samoa >> -%%TZDATA%%share/postgresql/timezone/UTC >> -%%TZDATA%%share/postgresql/timezone/Universal >> -%%TZDATA%%share/postgresql/timezone/W-SU >> -%%TZDATA%%share/postgresql/timezone/WET >> -%%TZDATA%%share/postgresql/timezone/Zulu >> -%%TZDATA%%share/postgresql/timezone/posixrules >> -share/postgresql/timezonesets/Africa.txt >> -share/postgresql/timezonesets/America.txt >> -share/postgresql/timezonesets/Antarctica.txt >> -share/postgresql/timezonesets/Asia.txt >> -share/postgresql/timezonesets/Atlantic.txt >> -share/postgresql/timezonesets/Australia >> -share/postgresql/timezonesets/Australia.txt >> -share/postgresql/timezonesets/Default >>=20 >> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** >>=20 --Apple-Mail=_EC8D8497-1D75-47A5-8B34-5DD872ADAC4C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJU1HLnAAoJEIhV+7FrxBJD49YIAIrjxdu/TzP4SgLP1Qwc1esD uba/d/XTkYI9VTCoTTrgtfTWUdrZ0MOQS/+tB5DxgIIw2TZ0MrggYQg3mRz4qseK V+7mP5tckLV78FW6EUC7w/NOdSdaArvF/7Bc8PQWTGiu+gNWixbefaGesU6EQzEc hHJGiy4JgoLY7tE0OpGYyM4zjtYMjY6N5z7xf/oDDcfwaSJgenvm2ENBeizoEXyO JI/JBWrHNP34ZK4bnYOkPp4Ak/yrGbEB9+JJvG9pqE7OTKLeSj9GNZ7XiDfryjRZ sJ/s+CTIdTBlqj/sDKKmAA3GLoj8g2I63ZTAd4LZzYACFVmG+2gJ0X2PQjjJRtw= =w8T4 -----END PGP SIGNATURE----- --Apple-Mail=_EC8D8497-1D75-47A5-8B34-5DD872ADAC4C-- From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:22:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC7CB31A; Fri, 6 Feb 2015 08:22:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89114A7C; Fri, 6 Feb 2015 08:22:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t168Mv7Q070892; Fri, 6 Feb 2015 08:22:57 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t168Mujl070887; Fri, 6 Feb 2015 08:22:56 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502060822.t168Mujl070887@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 6 Feb 2015 08:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378508 - in head/databases/freetds-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:22:57 -0000 Author: bofh Date: Fri Feb 6 08:22:55 2015 New Revision: 378508 URL: https://svnweb.freebsd.org/changeset/ports/378508 QAT: https://qat.redports.org/buildarchive/r378508/ Log: databases/freetds-devel: Update version 0.92.812=>0.92.870 - UnBREAK [1] - Correct SIGBUS on tdsdbopen() [1] PR: 197196 [1] Differential Revision: https://reviews.freebsd.org/D1773 Submitted by: dg@fastmail.co.uk [1] Approved by: marino(mentor) Added: head/databases/freetds-devel/files/patch-include_freetds_tds.h (contents, props changed) head/databases/freetds-devel/files/patch-src_tds_threadsafe.c (contents, props changed) Modified: head/databases/freetds-devel/Makefile head/databases/freetds-devel/distinfo head/databases/freetds-devel/pkg-plist Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Fri Feb 6 06:13:40 2015 (r378507) +++ head/databases/freetds-devel/Makefile Fri Feb 6 08:22:55 2015 (r378508) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.92.812 -PORTEPOCH= 1 +PORTVERSION= 0.92.870 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/ PKGNAMESUFFIX= -devel @@ -14,8 +13,6 @@ COMMENT= Sybase/Microsoft TDS protocol l LICENSE= LGPL20 -BROKEN= Fails to build - WRKSRC= ${WRKDIR}/${PORTNAME}-dev.${PORTVERSION} TDS_VER?= 7.2 USES= gmake iconv libtool:keepla pkgconfig tar:bzip2 @@ -49,6 +46,8 @@ UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTS UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE} ODBCWIDE_CONFIGURE_ON= --enable-odbc-wide +PORTDOCS= * + CONFLICTS= freetds-0.64.[0-9] .include @@ -77,7 +76,7 @@ post-patch: s|$$ODBC_INC/isqlext.h|$$ODBC_INC/libiodbc/isqlext.h|g' ${WRKSRC}/configure post-install: - @${INSTALL_DATA} ${WRKSRC}/interfaces ${STAGEDIR}${ETCDIR}/interfaces.sample + ${INSTALL_DATA} ${WRKSRC}/interfaces ${STAGEDIR}${ETCDIR}/interfaces.sample .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/userguide @${MKDIR} ${STAGEDIR}${DOCSDIR}/reference Modified: head/databases/freetds-devel/distinfo ============================================================================== --- head/databases/freetds-devel/distinfo Fri Feb 6 06:13:40 2015 (r378507) +++ head/databases/freetds-devel/distinfo Fri Feb 6 08:22:55 2015 (r378508) @@ -1,2 +1,2 @@ -SHA256 (freetds-dev.0.92.812.tar.bz2) = 6ac35250b24214de3635e2b8647e1b903f8482b72f5ff7b92cdde6280811c074 -SIZE (freetds-dev.0.92.812.tar.bz2) = 1149663 +SHA256 (freetds-dev.0.92.870.tar.bz2) = ed6dcd1b77a0ca5c2c3a7b72f48eecb733c3fc68368f473a331e925060d9334c +SIZE (freetds-dev.0.92.870.tar.bz2) = 3166209 Added: head/databases/freetds-devel/files/patch-include_freetds_tds.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/freetds-devel/files/patch-include_freetds_tds.h Fri Feb 6 08:22:55 2015 (r378508) @@ -0,0 +1,13 @@ +--- include/freetds/tds.h.orig 2015-02-02 17:40:31.253513320 +0600 ++++ include/freetds/tds.h 2015-02-02 17:41:42.603514745 +0600 +@@ -144,7 +144,10 @@ + TDS_INT date; /**< date, 0 = 1900-01-01 */ + TDS_SMALLINT offset; /**< time offset */ + TDS_USMALLINT time_prec:3; ++#pragma push_macro("_res") ++#undef _res + TDS_USMALLINT _res:10; ++#pragma pop_macro("_res") + TDS_USMALLINT has_time:1; + TDS_USMALLINT has_date:1; + TDS_USMALLINT has_offset:1; Added: head/databases/freetds-devel/files/patch-src_tds_threadsafe.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/freetds-devel/files/patch-src_tds_threadsafe.c Fri Feb 6 08:22:55 2015 (r378508) @@ -0,0 +1,11 @@ +--- src/tds/threadsafe.c.orig 2015-02-03 16:39:23.431814538 +0600 ++++ src/tds/threadsafe.c 2015-02-03 16:39:40.516813065 +0600 +@@ -23,6 +23,8 @@ + #include + #include + ++#undef HAVE_GETPWUID_R ++ + #if HAVE_UNISTD_H + #include + #endif /* HAVE_UNISTD_H */ Modified: head/databases/freetds-devel/pkg-plist ============================================================================== --- head/databases/freetds-devel/pkg-plist Fri Feb 6 06:13:40 2015 (r378507) +++ head/databases/freetds-devel/pkg-plist Fri Feb 6 08:22:55 2015 (r378508) @@ -46,21 +46,3 @@ lib/libsybdb.so.5.0.0 %%ODBC%%lib/libtdsodbc.la %%ODBC%%lib/libtdsodbc.a %%ODBC%%bin/bsqlodbc -%%PORTDOCS%%%%DOCSDIR%%/images/1.gif -%%PORTDOCS%%%%DOCSDIR%%/images/10.gif -%%PORTDOCS%%%%DOCSDIR%%/images/2.gif -%%PORTDOCS%%%%DOCSDIR%%/images/3.gif -%%PORTDOCS%%%%DOCSDIR%%/images/4.gif -%%PORTDOCS%%%%DOCSDIR%%/images/5.gif -%%PORTDOCS%%%%DOCSDIR%%/images/6.gif -%%PORTDOCS%%%%DOCSDIR%%/images/7.gif -%%PORTDOCS%%%%DOCSDIR%%/images/8.gif -%%PORTDOCS%%%%DOCSDIR%%/images/9.gif -%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif -%%PORTDOCS%%%%DOCSDIR%%/images/important.gif -%%PORTDOCS%%%%DOCSDIR%%/images/note.gif -%%PORTDOCS%%%%DOCSDIR%%/images/tip.gif -%%PORTDOCS%%%%DOCSDIR%%/images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/userguide/index.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/index.html From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:23:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 875DF872; Fri, 6 Feb 2015 08:23:34 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC1C1A86; Fri, 6 Feb 2015 08:23:33 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id z12so12072592wgg.3; Fri, 06 Feb 2015 00:23:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=3nG3m3fczTXLnRNwM1sQkdE81LdpeJJMXFHvmGBLRlk=; b=rr4mPlqXoxQHJwyox4EIOZLg36f93n1JL38ONiZ3mUbEvB/zuYXPjv/nLow3D+2x7i 65wez9gX70M7s0xeRnS0ut+aAhu+sKa5/YWze2hEz8AQCyvmpslKbYNzQ4cvAtnxK/7w jwzPOqbCp2TG0jrCikoOq6f7rSXcbP+WxVtYrZaZvSAxm9FI3IsI1o4ySgAQ/tuN4XKK BREDyvGyL9GwBrdNEvs0Q+/vUTNGIqhLmveMeJzbYXNEU9C5zFOGC2zhRD5aSdY0uM8X Qdr7PfqC6YBjGJ1B5daSr437iDqs7QzMmFRU4+Vz7KFdBSbXdoA+0opTwKoia8oK+QzS BOSA== MIME-Version: 1.0 X-Received: by 10.194.60.235 with SMTP id k11mr5024997wjr.131.1423211011321; Fri, 06 Feb 2015 00:23:31 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.45.105 with HTTP; Fri, 6 Feb 2015 00:23:31 -0800 (PST) In-Reply-To: <7A8E21B7-AD4B-4FEF-B27F-8549068104B2@FreeBSD.org> References: <201502052254.t15MsZTa003946@svn.freebsd.org> <7A8E21B7-AD4B-4FEF-B27F-8549068104B2@FreeBSD.org> Date: Fri, 6 Feb 2015 08:23:31 +0000 X-Google-Sender-Auth: 5SX4Kk0MyOs3o53a5POsLesw7Xo Message-ID: Subject: Re: svn commit: r378500 - in head/databases: postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-contrib postgresql91-server postgresql92-client postgresql92-c... From: Antoine Brodin To: Palle Girgensohn Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:23:34 -0000 On Fri, Feb 6, 2015 at 7:53 AM, Palle Girgensohn wrote: > Hmm, they seem to have changed the mirror list considerably, I'll check it out. But they are fetchable, once the main ftp server is checked: > > => Attempting to fetch ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1.tar.bz2 > fetch: ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1.tar.bz2: No address record > => Attempting to fetch ftp://ftp.postgresql.org/pub/source/v9.4.1/postgresql-9.4.1.tar.bz2 > postgresql-9.4.1.tar.bz2 100% of 16 MB 6843 kBps 00m02s > ===> Fetching all distfiles required by postgresql94-server-9.4.1 for building Or not... See: http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs/errors/postgresql93-client-9.3.6.log http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs/errors/postgresql90-client-9.0.19.log http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs/errors/postgresql92-client-9.2.10.log http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs/errors/postgresql94-client-9.4.1.log http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs/errors/postgresql91-client-9.1.15.log Cheers, Antoine > > > >> 6 feb 2015 kl. 08:14 skrev Antoine Brodin : >> >> Hi, >> >> All of those ports are unfetchable. >> >> Cheers, >> >> Antoine >> >> On Thu, Feb 5, 2015 at 11:54 PM, Palle Girgensohn wrote: >>> Author: girgen >>> Date: Thu Feb 5 22:54:34 2015 >>> New Revision: 378500 >>> URL: https://svnweb.freebsd.org/changeset/ports/378500 >>> QAT: https://qat.redports.org/buildarchive/r378500/ >>> >>> Log: >>> Update PostgreSQL-9.x to latests versions. >>> >>> This update fixes multiple security issues reported in PostgreSQL over the past >>> few months. All of these issues require prior authentication, and some require >>> additional conditions, and as such are not considered generally urgent. >>> However, users should examine the list of security holes patched below in case >>> they are particularly vulnerable. >>> >>> Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, >>> CVE-2015-0244,CVE-2014-8161 >>> >>> Modified: >>> head/databases/postgresql90-client/Makefile >>> head/databases/postgresql90-contrib/Makefile >>> head/databases/postgresql90-server/Makefile >>> head/databases/postgresql90-server/distinfo >>> head/databases/postgresql90-server/pkg-plist-client >>> head/databases/postgresql90-server/pkg-plist-contrib >>> head/databases/postgresql90-server/pkg-plist-plperl >>> head/databases/postgresql90-server/pkg-plist-plpython >>> head/databases/postgresql90-server/pkg-plist-pltcl >>> head/databases/postgresql90-server/pkg-plist-server >>> head/databases/postgresql91-client/Makefile >>> head/databases/postgresql91-contrib/Makefile >>> head/databases/postgresql91-server/Makefile >>> head/databases/postgresql91-server/distinfo >>> head/databases/postgresql91-server/pkg-plist-client >>> head/databases/postgresql91-server/pkg-plist-contrib >>> head/databases/postgresql91-server/pkg-plist-plperl >>> head/databases/postgresql91-server/pkg-plist-plpython >>> head/databases/postgresql91-server/pkg-plist-pltcl >>> head/databases/postgresql91-server/pkg-plist-server >>> head/databases/postgresql92-client/Makefile >>> head/databases/postgresql92-contrib/Makefile >>> head/databases/postgresql92-server/Makefile >>> head/databases/postgresql92-server/distinfo >>> head/databases/postgresql92-server/pkg-plist-client >>> head/databases/postgresql92-server/pkg-plist-contrib >>> head/databases/postgresql92-server/pkg-plist-plperl >>> head/databases/postgresql92-server/pkg-plist-plpython >>> head/databases/postgresql92-server/pkg-plist-pltcl >>> head/databases/postgresql92-server/pkg-plist-server >>> head/databases/postgresql93-client/Makefile >>> head/databases/postgresql93-contrib/Makefile >>> head/databases/postgresql93-server/Makefile >>> head/databases/postgresql93-server/distinfo >>> head/databases/postgresql93-server/pkg-plist-client >>> head/databases/postgresql93-server/pkg-plist-contrib >>> head/databases/postgresql93-server/pkg-plist-plperl >>> head/databases/postgresql93-server/pkg-plist-plpython >>> head/databases/postgresql93-server/pkg-plist-pltcl >>> head/databases/postgresql93-server/pkg-plist-server >>> head/databases/postgresql94-client/Makefile >>> head/databases/postgresql94-server/Makefile >>> head/databases/postgresql94-server/distinfo >>> head/databases/postgresql94-server/pkg-plist-client >>> head/databases/postgresql94-server/pkg-plist-pltcl >>> head/databases/postgresql94-server/pkg-plist-server >>> >>> Modified: head/databases/postgresql90-client/Makefile >>> ============================================================================== >>> --- head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client) >>> >>> MASTERDIR= ${.CURDIR}/../postgresql90-server >>> >>> +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit >>> BUILD_DIRS= config src/include src/interfaces src/port \ >>> src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ >>> doc src/makefiles >>> @@ -15,6 +16,6 @@ INSTALL_DIRS= ${BUILD_DIRS} >>> CLIENT_ONLY= yes >>> COMPONENT= -client >>> USE_LDCONFIG= yes >>> -USES+= readline >>> +CONFIGURE_ARGS+=--with-libedit-preferred >>> >>> .include "${MASTERDIR}/Makefile" >>> >>> Modified: head/databases/postgresql90-contrib/Makefile >>> ============================================================================== >>> --- head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-contrib/Makefile Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -2,7 +2,6 @@ >>> # $FreeBSD$ >>> >>> PORTNAME= postgresql >>> -PORTREVISION= 1 >>> CATEGORIES= databases >>> PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} >>> >>> >>> Modified: head/databases/postgresql90-server/Makefile >>> ============================================================================== >>> --- head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -1,7 +1,7 @@ >>> # Created by: Marc G. Fournier >>> # $FreeBSD$ >>> >>> -DISTVERSION?= 9.0.18 >>> +DISTVERSION?= 9.0.19 >>> PORTREVISION= 0 >>> PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} >>> >>> >>> Modified: head/databases/postgresql90-server/distinfo >>> ============================================================================== >>> --- head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -1,4 +1,4 @@ >>> -SHA256 (postgresql/postgresql-9.0.18.tar.bz2) = 7c8a07d0ab78fe39522c6bb268a7b357f456d9d4796f57d7b43a004e4a9d3003 >>> -SIZE (postgresql/postgresql-9.0.18.tar.bz2) = 14984096 >>> +SHA256 (postgresql/postgresql-9.0.19.tar.bz2) = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 >>> +SIZE (postgresql/postgresql-9.0.19.tar.bz2) = 15019406 >>> SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f >>> SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) = 4395 >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-client >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -476,54 +476,54 @@ include/postgresql/server/windowapi.h >>> include/sqlda-compat.h >>> include/sqlda-native.h >>> include/sqlda.h >>> -@dirrm include/postgresql/server/utils >>> -@dirrm include/postgresql/server/tsearch/dicts >>> -@dirrm include/postgresql/server/tsearch >>> -@dirrm include/postgresql/server/tcop >>> -@dirrm include/postgresql/server/storage >>> -@dirrm include/postgresql/server/snowball/libstemmer >>> -@dirrm include/postgresql/server/snowball >>> -@dirrm include/postgresql/server/rewrite >>> -@dirrm include/postgresql/server/replication >>> -@dirrm include/postgresql/server/regex >>> -@dirrm include/postgresql/server/postmaster >>> -@dirrm include/postgresql/server/portability >>> -@dirrm include/postgresql/server/port/win32_msvc/sys >>> -@dirrm include/postgresql/server/port/win32_msvc >>> -@dirrm include/postgresql/server/port/win32/sys >>> -@dirrm include/postgresql/server/port/win32/netinet >>> -@dirrm include/postgresql/server/port/win32/arpa >>> -@dirrm include/postgresql/server/port/win32 >>> -@dirrm include/postgresql/server/port >>> -@dirrm include/postgresql/server/parser >>> -@dirrm include/postgresql/server/optimizer >>> -@dirrm include/postgresql/server/nodes >>> -@dirrm include/postgresql/server/mb >>> -@dirrm include/postgresql/server/libpq >>> -@dirrm include/postgresql/server/lib >>> -@dirrm include/postgresql/server/foreign >>> -@dirrm include/postgresql/server/executor >>> -@dirrm include/postgresql/server/commands >>> -@dirrm include/postgresql/server/catalog >>> -@dirrm include/postgresql/server/bootstrap >>> -@dirrm include/postgresql/server/access >>> -@dirrm include/postgresql/server >>> +@dir include/postgresql/server/utils >>> +@dir include/postgresql/server/tsearch/dicts >>> +@dir include/postgresql/server/tsearch >>> +@dir include/postgresql/server/tcop >>> +@dir include/postgresql/server/storage >>> +@dir include/postgresql/server/snowball/libstemmer >>> +@dir include/postgresql/server/snowball >>> +@dir include/postgresql/server/rewrite >>> +@dir include/postgresql/server/replication >>> +@dir include/postgresql/server/regex >>> +@dir include/postgresql/server/postmaster >>> +@dir include/postgresql/server/portability >>> +@dir include/postgresql/server/port/win32_msvc/sys >>> +@dir include/postgresql/server/port/win32_msvc >>> +@dir include/postgresql/server/port/win32/sys >>> +@dir include/postgresql/server/port/win32/netinet >>> +@dir include/postgresql/server/port/win32/arpa >>> +@dir include/postgresql/server/port/win32 >>> +@dir include/postgresql/server/port >>> +@dir include/postgresql/server/parser >>> +@dir include/postgresql/server/optimizer >>> +@dir include/postgresql/server/nodes >>> +@dir include/postgresql/server/mb >>> +@dir include/postgresql/server/libpq >>> +@dir include/postgresql/server/lib >>> +@dir include/postgresql/server/foreign >>> +@dir include/postgresql/server/executor >>> +@dir include/postgresql/server/commands >>> +@dir include/postgresql/server/catalog >>> +@dir include/postgresql/server/bootstrap >>> +@dir include/postgresql/server/access >>> +@dir include/postgresql/server >>> include/libpq/libpq-fs.h >>> -@dirrm include/libpq >>> +@dir include/libpq >>> include/postgresql/internal/libpq/pqcomm.h >>> -@dirrm include/postgresql/internal/libpq >>> +@dir include/postgresql/internal/libpq >>> include/postgresql/informix/esql/datetime.h >>> include/postgresql/informix/esql/decimal.h >>> include/postgresql/informix/esql/sqltypes.h >>> -@dirrm include/postgresql/informix/esql >>> -@dirrm include/postgresql/informix >>> +@dir include/postgresql/informix/esql >>> +@dir include/postgresql/informix >>> include/postgresql/internal/c.h >>> include/postgresql/internal/libpq-int.h >>> include/postgresql/internal/postgres_fe.h >>> include/postgresql/internal/port.h >>> include/postgresql/internal/pqexpbuffer.h >>> -@dirrm include/postgresql/internal >>> -@dirrm include/postgresql >>> +@dir include/postgresql/internal >>> +@dir include/postgresql >>> include/ecpg_informix.h >>> include/ecpgerrno.h >>> include/ecpglib.h >>> @@ -559,11 +559,11 @@ lib/postgresql/pgxs/src/Makefile.global >>> lib/postgresql/pgxs/src/Makefile.port >>> lib/postgresql/pgxs/src/Makefile.shlib >>> lib/postgresql/pgxs/src/nls-global.mk >>> -@dirrm lib/postgresql/pgxs/src/makefiles >>> -@dirrm lib/postgresql/pgxs/config >>> -@dirrm lib/postgresql/pgxs/src >>> -@dirrm lib/postgresql/pgxs >>> -@dirrm lib/postgresql >>> +@dir lib/postgresql/pgxs/src/makefiles >>> +@dir lib/postgresql/pgxs/config >>> +@dir lib/postgresql/pgxs/src >>> +@dir lib/postgresql/pgxs >>> +@dir lib/postgresql >>> man/man1/clusterdb.1.gz >>> man/man1/createdb.1.gz >>> man/man1/createlang.1.gz >>> @@ -791,10 +791,10 @@ man/man7/VACUUM.7.gz >>> man/man7/VALUES.7.gz >>> man/man7/WITH.7.gz >>> %%DOCSDIR%%/README-client >>> -@dirrmtry %%DOCSDIR%% >>> -share/postgresql/pg_service.conf.sample >>> -share/postgresql/psqlrc.sample >>> -@dirrmtry share/postgresql >>> +@dir %%DOCSDIR%% >>> +%%DATADIR%%/pg_service.conf.sample >>> +%%DATADIR%%/psqlrc.sample >>> +@dir %%DATADIR%% >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-contrib >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-contrib Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -51,82 +51,82 @@ lib/postgresql/uuid-ossp.so >>> %%DOCSDIR%%/contrib/moddatetime.example >>> %%DOCSDIR%%/contrib/refint.example >>> %%DOCSDIR%%/contrib/timetravel.example >>> -share/postgresql/contrib/_int.sql >>> -share/postgresql/contrib/adminpack.sql >>> -share/postgresql/contrib/autoinc.sql >>> -share/postgresql/contrib/btree_gin.sql >>> -share/postgresql/contrib/btree_gist.sql >>> -share/postgresql/contrib/chkpass.sql >>> -share/postgresql/contrib/citext.sql >>> -share/postgresql/contrib/cube.sql >>> -share/postgresql/contrib/dblink.sql >>> -share/postgresql/contrib/dict_int.sql >>> -share/postgresql/contrib/dict_xsyn.sql >>> -share/postgresql/contrib/earthdistance.sql >>> -share/postgresql/contrib/fuzzystrmatch.sql >>> -share/postgresql/contrib/hstore.sql >>> -share/postgresql/contrib/insert_username.sql >>> -share/postgresql/contrib/int_aggregate.sql >>> -share/postgresql/contrib/isn.sql >>> -share/postgresql/contrib/lo.sql >>> -share/postgresql/contrib/ltree.sql >>> -share/postgresql/contrib/moddatetime.sql >>> -share/postgresql/contrib/pageinspect.sql >>> -share/postgresql/contrib/pg_buffercache.sql >>> -share/postgresql/contrib/pg_freespacemap.sql >>> -share/postgresql/contrib/pg_stat_statements.sql >>> -share/postgresql/contrib/pg_trgm.sql >>> -share/postgresql/contrib/pgcrypto.sql >>> -share/postgresql/contrib/pgrowlocks.sql >>> -share/postgresql/contrib/pgstattuple.sql >>> -share/postgresql/contrib/pgxml.sql >>> -share/postgresql/contrib/refint.sql >>> -share/postgresql/contrib/seg.sql >>> -share/postgresql/contrib/sslinfo.sql >>> -share/postgresql/contrib/tablefunc.sql >>> -share/postgresql/contrib/test_parser.sql >>> -share/postgresql/contrib/timetravel.sql >>> -share/postgresql/contrib/tsearch2.sql >>> -share/postgresql/contrib/unaccent.sql >>> -share/postgresql/contrib/uninstall_uuid-ossp.sql >>> -share/postgresql/contrib/uuid-ossp.sql >>> -share/postgresql/contrib/uninstall__int.sql >>> -share/postgresql/contrib/uninstall_adminpack.sql >>> -share/postgresql/contrib/uninstall_btree_gin.sql >>> -share/postgresql/contrib/uninstall_btree_gist.sql >>> -share/postgresql/contrib/uninstall_chkpass.sql >>> -share/postgresql/contrib/uninstall_citext.sql >>> -share/postgresql/contrib/uninstall_cube.sql >>> -share/postgresql/contrib/uninstall_dblink.sql >>> -share/postgresql/contrib/uninstall_dict_int.sql >>> -share/postgresql/contrib/uninstall_dict_xsyn.sql >>> -share/postgresql/contrib/uninstall_earthdistance.sql >>> -share/postgresql/contrib/uninstall_fuzzystrmatch.sql >>> -share/postgresql/contrib/uninstall_hstore.sql >>> -share/postgresql/contrib/uninstall_int_aggregate.sql >>> -share/postgresql/contrib/uninstall_isn.sql >>> -share/postgresql/contrib/uninstall_lo.sql >>> -share/postgresql/contrib/uninstall_ltree.sql >>> -share/postgresql/contrib/uninstall_pageinspect.sql >>> -share/postgresql/contrib/uninstall_pg_buffercache.sql >>> -share/postgresql/contrib/uninstall_pg_freespacemap.sql >>> -share/postgresql/contrib/uninstall_pg_stat_statements.sql >>> -share/postgresql/contrib/uninstall_pg_trgm.sql >>> -share/postgresql/contrib/uninstall_pgcrypto.sql >>> -share/postgresql/contrib/uninstall_pgrowlocks.sql >>> -share/postgresql/contrib/uninstall_pgstattuple.sql >>> -share/postgresql/contrib/uninstall_pgxml.sql >>> -share/postgresql/contrib/uninstall_seg.sql >>> -share/postgresql/contrib/uninstall_sslinfo.sql >>> -share/postgresql/contrib/uninstall_tablefunc.sql >>> -share/postgresql/contrib/uninstall_test_parser.sql >>> -share/postgresql/contrib/uninstall_tsearch2.sql >>> -share/postgresql/contrib/uninstall_unaccent.sql >>> -share/postgresql/tsearch_data/unaccent.rules >>> -share/postgresql/tsearch_data/xsyn_sample.rules >>> -@dirrmtry share/postgresql/tsearch_data >>> -@dirrmtry share/postgresql/contrib >>> -@dirrmtry share/postgresql >>> -@dirrmtry %%DOCSDIR%%/contrib >>> -@dirrmtry %%DOCSDIR%% >>> -@dirrmtry lib/postgresql >>> +%%DATADIR%%/contrib/_int.sql >>> +%%DATADIR%%/contrib/adminpack.sql >>> +%%DATADIR%%/contrib/autoinc.sql >>> +%%DATADIR%%/contrib/btree_gin.sql >>> +%%DATADIR%%/contrib/btree_gist.sql >>> +%%DATADIR%%/contrib/chkpass.sql >>> +%%DATADIR%%/contrib/citext.sql >>> +%%DATADIR%%/contrib/cube.sql >>> +%%DATADIR%%/contrib/dblink.sql >>> +%%DATADIR%%/contrib/dict_int.sql >>> +%%DATADIR%%/contrib/dict_xsyn.sql >>> +%%DATADIR%%/contrib/earthdistance.sql >>> +%%DATADIR%%/contrib/fuzzystrmatch.sql >>> +%%DATADIR%%/contrib/hstore.sql >>> +%%DATADIR%%/contrib/insert_username.sql >>> +%%DATADIR%%/contrib/int_aggregate.sql >>> +%%DATADIR%%/contrib/isn.sql >>> +%%DATADIR%%/contrib/lo.sql >>> +%%DATADIR%%/contrib/ltree.sql >>> +%%DATADIR%%/contrib/moddatetime.sql >>> +%%DATADIR%%/contrib/pageinspect.sql >>> +%%DATADIR%%/contrib/pg_buffercache.sql >>> +%%DATADIR%%/contrib/pg_freespacemap.sql >>> +%%DATADIR%%/contrib/pg_stat_statements.sql >>> +%%DATADIR%%/contrib/pg_trgm.sql >>> +%%DATADIR%%/contrib/pgcrypto.sql >>> +%%DATADIR%%/contrib/pgrowlocks.sql >>> +%%DATADIR%%/contrib/pgstattuple.sql >>> +%%DATADIR%%/contrib/pgxml.sql >>> +%%DATADIR%%/contrib/refint.sql >>> +%%DATADIR%%/contrib/seg.sql >>> +%%DATADIR%%/contrib/sslinfo.sql >>> +%%DATADIR%%/contrib/tablefunc.sql >>> +%%DATADIR%%/contrib/test_parser.sql >>> +%%DATADIR%%/contrib/timetravel.sql >>> +%%DATADIR%%/contrib/tsearch2.sql >>> +%%DATADIR%%/contrib/unaccent.sql >>> +%%DATADIR%%/contrib/uninstall_uuid-ossp.sql >>> +%%DATADIR%%/contrib/uuid-ossp.sql >>> +%%DATADIR%%/contrib/uninstall__int.sql >>> +%%DATADIR%%/contrib/uninstall_adminpack.sql >>> +%%DATADIR%%/contrib/uninstall_btree_gin.sql >>> +%%DATADIR%%/contrib/uninstall_btree_gist.sql >>> +%%DATADIR%%/contrib/uninstall_chkpass.sql >>> +%%DATADIR%%/contrib/uninstall_citext.sql >>> +%%DATADIR%%/contrib/uninstall_cube.sql >>> +%%DATADIR%%/contrib/uninstall_dblink.sql >>> +%%DATADIR%%/contrib/uninstall_dict_int.sql >>> +%%DATADIR%%/contrib/uninstall_dict_xsyn.sql >>> +%%DATADIR%%/contrib/uninstall_earthdistance.sql >>> +%%DATADIR%%/contrib/uninstall_fuzzystrmatch.sql >>> +%%DATADIR%%/contrib/uninstall_hstore.sql >>> +%%DATADIR%%/contrib/uninstall_int_aggregate.sql >>> +%%DATADIR%%/contrib/uninstall_isn.sql >>> +%%DATADIR%%/contrib/uninstall_lo.sql >>> +%%DATADIR%%/contrib/uninstall_ltree.sql >>> +%%DATADIR%%/contrib/uninstall_pageinspect.sql >>> +%%DATADIR%%/contrib/uninstall_pg_buffercache.sql >>> +%%DATADIR%%/contrib/uninstall_pg_freespacemap.sql >>> +%%DATADIR%%/contrib/uninstall_pg_stat_statements.sql >>> +%%DATADIR%%/contrib/uninstall_pg_trgm.sql >>> +%%DATADIR%%/contrib/uninstall_pgcrypto.sql >>> +%%DATADIR%%/contrib/uninstall_pgrowlocks.sql >>> +%%DATADIR%%/contrib/uninstall_pgstattuple.sql >>> +%%DATADIR%%/contrib/uninstall_pgxml.sql >>> +%%DATADIR%%/contrib/uninstall_seg.sql >>> +%%DATADIR%%/contrib/uninstall_sslinfo.sql >>> +%%DATADIR%%/contrib/uninstall_tablefunc.sql >>> +%%DATADIR%%/contrib/uninstall_test_parser.sql >>> +%%DATADIR%%/contrib/uninstall_tsearch2.sql >>> +%%DATADIR%%/contrib/uninstall_unaccent.sql >>> +%%DATADIR%%/tsearch_data/unaccent.rules >>> +%%DATADIR%%/tsearch_data/xsyn_sample.rules >>> +@dir %%DATADIR%%/tsearch_data >>> +@dir %%DATADIR%%/contrib >>> +@dir %%DATADIR%% >>> +@dir %%DOCSDIR%%/contrib >>> +@dir %%DOCSDIR%% >>> +@dir lib/postgresql >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-plperl >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -1,4 +1,4 @@ >>> %%DOCSDIR%%/README-plperl >>> lib/postgresql/plperl.so >>> -@dirrmtry lib/postgresql >>> -@dirrmtry %%DOCSDIR%% >>> +@dir lib/postgresql >>> +@dir %%DOCSDIR%% >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-plpython >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-plpython Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -1,5 +1,5 @@ >>> %%DOCSDIR%%/README-plpython >>> lib/postgresql/plpython.so >>> lib/postgresql/plpython2.so >>> -@dirrmtry lib/postgresql >>> -@dirrmtry %%DOCSDIR%% >>> +@dir lib/postgresql >>> +@dir %%DOCSDIR%% >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-pltcl >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -1,9 +1,9 @@ >>> %%DOCSDIR%%/README-pltcl >>> lib/postgresql/pltcl.so >>> -@dirrmtry lib/postgresql >>> +@dir lib/postgresql >>> bin/pltcl_loadmod >>> bin/pltcl_delmod >>> bin/pltcl_listmod >>> -share/postgresql/unknown.pltcl >>> -@dirrmtry share/postgresql >>> -@dirrmtry %%DOCSDIR%% >>> +%%DATADIR%%/unknown.pltcl >>> +@dir %%DATADIR%% >>> +@dir %%DOCSDIR%% >>> >>> Modified: head/databases/postgresql90-server/pkg-plist-server >>> ============================================================================== >>> --- head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:21 2015 (r378499) >>> +++ head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 22:54:34 2015 (r378500) >>> @@ -35,17 +35,17 @@ lib/postgresql/utf8_and_sjis2004.so >>> lib/postgresql/utf8_and_uhc.so >>> lib/postgresql/utf8_and_win.so >>> %%DOCSDIR%%/README-server >>> -@dirrmtry %%DOCSDIR%% >>> -share/postgresql/conversion_create.sql >>> -share/postgresql/information_schema.sql >>> -share/postgresql/pg_hba.conf.sample >>> -share/postgresql/pg_ident.conf.sample >>> -share/postgresql/postgres.bki >>> -share/postgresql/postgres.description >>> -share/postgresql/postgresql.conf.sample >>> -share/postgresql/recovery.conf.sample >>> -share/postgresql/sql_features.txt >>> -share/postgresql/system_views.sql >>> +@dir %%DOCSDIR%% >>> +%%DATADIR%%/conversion_create.sql >>> +%%DATADIR%%/information_schema.sql >>> +%%DATADIR%%/pg_hba.conf.sample >>> +%%DATADIR%%/pg_ident.conf.sample >>> +%%DATADIR%%/postgres.bki >>> +%%DATADIR%%/postgres.description >>> +%%DATADIR%%/postgresql.conf.sample >>> +%%DATADIR%%/recovery.conf.sample >>> +%%DATADIR%%/sql_features.txt >>> +%%DATADIR%%/system_views.sql >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo >>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo >>> @@ -135,648 +135,651 @@ share/postgresql/system_views.sql >>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo >>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo >>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo >>> -share/postgresql/postgres.shdescription >>> -share/postgresql/snowball_create.sql >>> -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan >>> -%%TZDATA%%share/postgresql/timezone/Africa/Accra >>> -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa >>> -%%TZDATA%%share/postgresql/timezone/Africa/Algiers >>> -%%TZDATA%%share/postgresql/timezone/Africa/Asmara >>> -%%TZDATA%%share/postgresql/timezone/Africa/Asmera >>> -%%TZDATA%%share/postgresql/timezone/Africa/Bamako >>> -%%TZDATA%%share/postgresql/timezone/Africa/Bangui >>> -%%TZDATA%%share/postgresql/timezone/Africa/Banjul >>> -%%TZDATA%%share/postgresql/timezone/Africa/Bissau >>> -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre >>> -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville >>> -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura >>> -%%TZDATA%%share/postgresql/timezone/Africa/Cairo >>> -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca >>> -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta >>> -%%TZDATA%%share/postgresql/timezone/Africa/Conakry >>> -%%TZDATA%%share/postgresql/timezone/Africa/Dakar >>> -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam >>> -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti >>> -%%TZDATA%%share/postgresql/timezone/Africa/Douala >>> -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun >>> -%%TZDATA%%share/postgresql/timezone/Africa/Freetown >>> -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone >>> -%%TZDATA%%share/postgresql/timezone/Africa/Harare >>> -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg >>> -%%TZDATA%%share/postgresql/timezone/Africa/Juba >>> -%%TZDATA%%share/postgresql/timezone/Africa/Kampala >>> -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum >>> -%%TZDATA%%share/postgresql/timezone/Africa/Kigali >>> -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa >>> -%%TZDATA%%share/postgresql/timezone/Africa/Lagos >>> -%%TZDATA%%share/postgresql/timezone/Africa/Libreville >>> -%%TZDATA%%share/postgresql/timezone/Africa/Lome >>> -%%TZDATA%%share/postgresql/timezone/Africa/Luanda >>> -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi >>> -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka >>> -%%TZDATA%%share/postgresql/timezone/Africa/Malabo >>> -%%TZDATA%%share/postgresql/timezone/Africa/Maputo >>> -%%TZDATA%%share/postgresql/timezone/Africa/Maseru >>> -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane >>> -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu >>> -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia >>> -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi >>> -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena >>> -%%TZDATA%%share/postgresql/timezone/Africa/Niamey >>> -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott >>> -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou >>> -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo >>> -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome >>> -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu >>> -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli >>> -%%TZDATA%%share/postgresql/timezone/Africa/Tunis >>> -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek >>> -%%TZDATA%%share/postgresql/timezone/America/Adak >>> -%%TZDATA%%share/postgresql/timezone/America/Anchorage >>> -%%TZDATA%%share/postgresql/timezone/America/Anguilla >>> -%%TZDATA%%share/postgresql/timezone/America/Antigua >>> -%%TZDATA%%share/postgresql/timezone/America/Araguaina >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman >>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia >>> -%%TZDATA%%share/postgresql/timezone/America/Aruba >>> -%%TZDATA%%share/postgresql/timezone/America/Asuncion >>> -%%TZDATA%%share/postgresql/timezone/America/Atikokan >>> -%%TZDATA%%share/postgresql/timezone/America/Atka >>> -%%TZDATA%%share/postgresql/timezone/America/Bahia >>> -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas >>> -%%TZDATA%%share/postgresql/timezone/America/Barbados >>> -%%TZDATA%%share/postgresql/timezone/America/Belem >>> -%%TZDATA%%share/postgresql/timezone/America/Belize >>> -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon >>> -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista >>> -%%TZDATA%%share/postgresql/timezone/America/Bogota >>> -%%TZDATA%%share/postgresql/timezone/America/Boise >>> -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires >>> -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay >>> -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande >>> -%%TZDATA%%share/postgresql/timezone/America/Cancun >>> -%%TZDATA%%share/postgresql/timezone/America/Caracas >>> -%%TZDATA%%share/postgresql/timezone/America/Catamarca >>> -%%TZDATA%%share/postgresql/timezone/America/Cayenne >>> -%%TZDATA%%share/postgresql/timezone/America/Cayman >>> -%%TZDATA%%share/postgresql/timezone/America/Chicago >>> -%%TZDATA%%share/postgresql/timezone/America/Chihuahua >>> -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour >>> -%%TZDATA%%share/postgresql/timezone/America/Cordoba >>> -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica >>> -%%TZDATA%%share/postgresql/timezone/America/Creston >>> -%%TZDATA%%share/postgresql/timezone/America/Cuiaba >>> -%%TZDATA%%share/postgresql/timezone/America/Curacao >>> -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn >>> -%%TZDATA%%share/postgresql/timezone/America/Dawson >>> -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek >>> -%%TZDATA%%share/postgresql/timezone/America/Denver >>> -%%TZDATA%%share/postgresql/timezone/America/Detroit >>> -%%TZDATA%%share/postgresql/timezone/America/Dominica >>> -%%TZDATA%%share/postgresql/timezone/America/Edmonton >>> -%%TZDATA%%share/postgresql/timezone/America/Eirunepe >>> -%%TZDATA%%share/postgresql/timezone/America/El_Salvador >>> -%%TZDATA%%share/postgresql/timezone/America/Ensenada >>> -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne >>> -%%TZDATA%%share/postgresql/timezone/America/Fortaleza >>> -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay >>> -%%TZDATA%%share/postgresql/timezone/America/Godthab >>> -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay >>> -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk >>> -%%TZDATA%%share/postgresql/timezone/America/Grenada >>> -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe >>> -%%TZDATA%%share/postgresql/timezone/America/Guatemala >>> -%%TZDATA%%share/postgresql/timezone/America/Guayaquil >>> -%%TZDATA%%share/postgresql/timezone/America/Guyana >>> -%%TZDATA%%share/postgresql/timezone/America/Halifax >>> -%%TZDATA%%share/postgresql/timezone/America/Havana >>> -%%TZDATA%%share/postgresql/timezone/America/Hermosillo >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes >>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac >>> -%%TZDATA%%share/postgresql/timezone/America/Indianapolis >>> -%%TZDATA%%share/postgresql/timezone/America/Inuvik >>> -%%TZDATA%%share/postgresql/timezone/America/Iqaluit >>> -%%TZDATA%%share/postgresql/timezone/America/Jamaica >>> -%%TZDATA%%share/postgresql/timezone/America/Jujuy >>> -%%TZDATA%%share/postgresql/timezone/America/Juneau >>> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville >>> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello >>> -%%TZDATA%%share/postgresql/timezone/America/Knox_IN >>> -%%TZDATA%%share/postgresql/timezone/America/Kralendijk >>> -%%TZDATA%%share/postgresql/timezone/America/La_Paz >>> -%%TZDATA%%share/postgresql/timezone/America/Lima >>> -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles >>> -%%TZDATA%%share/postgresql/timezone/America/Louisville >>> -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes >>> -%%TZDATA%%share/postgresql/timezone/America/Maceio >>> -%%TZDATA%%share/postgresql/timezone/America/Managua >>> -%%TZDATA%%share/postgresql/timezone/America/Manaus >>> -%%TZDATA%%share/postgresql/timezone/America/Marigot >>> -%%TZDATA%%share/postgresql/timezone/America/Martinique >>> -%%TZDATA%%share/postgresql/timezone/America/Matamoros >>> -%%TZDATA%%share/postgresql/timezone/America/Mazatlan >>> -%%TZDATA%%share/postgresql/timezone/America/Mendoza >>> -%%TZDATA%%share/postgresql/timezone/America/Menominee >>> -%%TZDATA%%share/postgresql/timezone/America/Merida >>> -%%TZDATA%%share/postgresql/timezone/America/Metlakatla >>> -%%TZDATA%%share/postgresql/timezone/America/Mexico_City >>> -%%TZDATA%%share/postgresql/timezone/America/Miquelon >>> -%%TZDATA%%share/postgresql/timezone/America/Moncton >>> -%%TZDATA%%share/postgresql/timezone/America/Monterrey >>> -%%TZDATA%%share/postgresql/timezone/America/Montevideo >>> -%%TZDATA%%share/postgresql/timezone/America/Montreal >>> -%%TZDATA%%share/postgresql/timezone/America/Montserrat >>> -%%TZDATA%%share/postgresql/timezone/America/Nassau >>> -%%TZDATA%%share/postgresql/timezone/America/New_York >>> -%%TZDATA%%share/postgresql/timezone/America/Nipigon >>> -%%TZDATA%%share/postgresql/timezone/America/Nome >>> -%%TZDATA%%share/postgresql/timezone/America/Noronha >>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah >>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center >>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem >>> -%%TZDATA%%share/postgresql/timezone/America/Ojinaga >>> -%%TZDATA%%share/postgresql/timezone/America/Panama >>> -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung >>> -%%TZDATA%%share/postgresql/timezone/America/Paramaribo >>> -%%TZDATA%%share/postgresql/timezone/America/Phoenix >>> -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince >>> -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain >>> -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre >>> -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho >>> -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico >>> -%%TZDATA%%share/postgresql/timezone/America/Rainy_River >>> -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet >>> -%%TZDATA%%share/postgresql/timezone/America/Recife >>> -%%TZDATA%%share/postgresql/timezone/America/Regina >>> -%%TZDATA%%share/postgresql/timezone/America/Resolute >>> -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco >>> -%%TZDATA%%share/postgresql/timezone/America/Rosario >>> -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel >>> -%%TZDATA%%share/postgresql/timezone/America/Santarem >>> -%%TZDATA%%share/postgresql/timezone/America/Santiago >>> -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo >>> -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo >>> -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund >>> -%%TZDATA%%share/postgresql/timezone/America/Shiprock >>> -%%TZDATA%%share/postgresql/timezone/America/Sitka >>> -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy >>> -%%TZDATA%%share/postgresql/timezone/America/St_Johns >>> -%%TZDATA%%share/postgresql/timezone/America/St_Kitts >>> -%%TZDATA%%share/postgresql/timezone/America/St_Lucia >>> -%%TZDATA%%share/postgresql/timezone/America/St_Thomas >>> -%%TZDATA%%share/postgresql/timezone/America/St_Vincent >>> -%%TZDATA%%share/postgresql/timezone/America/Swift_Current >>> -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa >>> -%%TZDATA%%share/postgresql/timezone/America/Thule >>> -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay >>> -%%TZDATA%%share/postgresql/timezone/America/Tijuana >>> -%%TZDATA%%share/postgresql/timezone/America/Toronto >>> -%%TZDATA%%share/postgresql/timezone/America/Tortola >>> -%%TZDATA%%share/postgresql/timezone/America/Vancouver >>> -%%TZDATA%%share/postgresql/timezone/America/Virgin >>> -%%TZDATA%%share/postgresql/timezone/America/Whitehorse >>> -%%TZDATA%%share/postgresql/timezone/America/Winnipeg >>> -%%TZDATA%%share/postgresql/timezone/America/Yakutat >>> -%%TZDATA%%share/postgresql/timezone/America/Yellowknife >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Troll >>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok >>> -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen >>> -%%TZDATA%%share/postgresql/timezone/Asia/Aden >>> -%%TZDATA%%share/postgresql/timezone/Asia/Almaty >>> -%%TZDATA%%share/postgresql/timezone/Asia/Amman >>> -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr >>> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau >>> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad >>> -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad >>> -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain >>> -%%TZDATA%%share/postgresql/timezone/Asia/Baku >>> -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok >>> -%%TZDATA%%share/postgresql/timezone/Asia/Beirut >>> -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek >>> -%%TZDATA%%share/postgresql/timezone/Asia/Brunei >>> -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta >>> -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan >>> -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing >>> -%%TZDATA%%share/postgresql/timezone/Asia/Chungking >>> -%%TZDATA%%share/postgresql/timezone/Asia/Colombo >>> -%%TZDATA%%share/postgresql/timezone/Asia/Dacca >>> -%%TZDATA%%share/postgresql/timezone/Asia/Damascus >>> -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka >>> -%%TZDATA%%share/postgresql/timezone/Asia/Dili >>> -%%TZDATA%%share/postgresql/timezone/Asia/Dubai >>> -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe >>> -%%TZDATA%%share/postgresql/timezone/Asia/Gaza >>> -%%TZDATA%%share/postgresql/timezone/Asia/Harbin >>> -%%TZDATA%%share/postgresql/timezone/Asia/Hebron >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh >>> -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong >>> -%%TZDATA%%share/postgresql/timezone/Asia/Hovd >>> -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul >>> -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta >>> -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura >>> -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kabul >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka >>> -%%TZDATA%%share/postgresql/timezone/Asia/Karachi >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu >>> -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu >>> -%%TZDATA%%share/postgresql/timezone/Asia/Khandyga >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata >>> -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuching >>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait >>> -%%TZDATA%%share/postgresql/timezone/Asia/Macao >>> -%%TZDATA%%share/postgresql/timezone/Asia/Macau >>> -%%TZDATA%%share/postgresql/timezone/Asia/Magadan >>> -%%TZDATA%%share/postgresql/timezone/Asia/Makassar >>> -%%TZDATA%%share/postgresql/timezone/Asia/Manila >>> -%%TZDATA%%share/postgresql/timezone/Asia/Muscat >>> -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia >>> -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Omsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Oral >>> -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh >>> -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak >>> -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang >>> -%%TZDATA%%share/postgresql/timezone/Asia/Qatar >>> -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda >>> -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon >>> -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh >>> -%%TZDATA%%share/postgresql/timezone/Asia/Saigon >>> -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin >>> -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand >>> -%%TZDATA%%share/postgresql/timezone/Asia/Seoul >>> -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai >>> -%%TZDATA%%share/postgresql/timezone/Asia/Singapore >>> -%%TZDATA%%share/postgresql/timezone/Asia/Taipei >>> -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent >>> -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi >>> -%%TZDATA%%share/postgresql/timezone/Asia/Tehran >>> -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv >>> -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu >>> -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu >>> -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator >>> -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi >>> -%%TZDATA%%share/postgresql/timezone/Asia/Ust-Nera >>> -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane >>> -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok >>> -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk >>> -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg >>> -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena >>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley >>> -%%TZDATA%%share/postgresql/timezone/Australia/ACT >>> -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide >>> -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane >>> -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill >>> -%%TZDATA%%share/postgresql/timezone/Australia/Canberra >>> -%%TZDATA%%share/postgresql/timezone/Australia/Currie >>> -%%TZDATA%%share/postgresql/timezone/Australia/Darwin >>> -%%TZDATA%%share/postgresql/timezone/Australia/Eucla >>> -%%TZDATA%%share/postgresql/timezone/Australia/Hobart >>> -%%TZDATA%%share/postgresql/timezone/Australia/LHI >>> -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman >>> -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe >>> -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne >>> -%%TZDATA%%share/postgresql/timezone/Australia/NSW >>> -%%TZDATA%%share/postgresql/timezone/Australia/North >>> -%%TZDATA%%share/postgresql/timezone/Australia/Perth >>> -%%TZDATA%%share/postgresql/timezone/Australia/Queensland >>> -%%TZDATA%%share/postgresql/timezone/Australia/South >>> -%%TZDATA%%share/postgresql/timezone/Australia/Sydney >>> -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania >>> -%%TZDATA%%share/postgresql/timezone/Australia/Victoria >>> -%%TZDATA%%share/postgresql/timezone/Australia/West >>> -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna >>> -%%TZDATA%%share/postgresql/timezone/Brazil/Acre >>> -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha >>> -%%TZDATA%%share/postgresql/timezone/Brazil/East >>> -%%TZDATA%%share/postgresql/timezone/Brazil/West >>> -%%TZDATA%%share/postgresql/timezone/CET >>> -%%TZDATA%%share/postgresql/timezone/CST6CDT >>> -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic >>> -%%TZDATA%%share/postgresql/timezone/Canada/Central >>> -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan >>> -%%TZDATA%%share/postgresql/timezone/Canada/Eastern >>> -%%TZDATA%%share/postgresql/timezone/Canada/Mountain >>> -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland >>> -%%TZDATA%%share/postgresql/timezone/Canada/Pacific >>> -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan >>> -%%TZDATA%%share/postgresql/timezone/Canada/Yukon >>> -%%TZDATA%%share/postgresql/timezone/Chile/Continental >>> -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland >>> -%%TZDATA%%share/postgresql/timezone/Cuba >>> -%%TZDATA%%share/postgresql/timezone/EET >>> -%%TZDATA%%share/postgresql/timezone/EST >>> -%%TZDATA%%share/postgresql/timezone/EST5EDT >>> -%%TZDATA%%share/postgresql/timezone/Egypt >>> -%%TZDATA%%share/postgresql/timezone/Eire >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 >>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 >>> -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich >>> -%%TZDATA%%share/postgresql/timezone/Etc/UCT >>> -%%TZDATA%%share/postgresql/timezone/Etc/UTC >>> -%%TZDATA%%share/postgresql/timezone/Etc/Universal >>> -%%TZDATA%%share/postgresql/timezone/Etc/Zulu >>> -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam >>> -%%TZDATA%%share/postgresql/timezone/Europe/Andorra >>> -%%TZDATA%%share/postgresql/timezone/Europe/Athens >>> -%%TZDATA%%share/postgresql/timezone/Europe/Belfast >>> -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade >>> -%%TZDATA%%share/postgresql/timezone/Europe/Berlin >>> -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava >>> -%%TZDATA%%share/postgresql/timezone/Europe/Brussels >>> -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest >>> -%%TZDATA%%share/postgresql/timezone/Europe/Budapest >>> -%%TZDATA%%share/postgresql/timezone/Europe/Busingen >>> -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau >>> -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen >>> -%%TZDATA%%share/postgresql/timezone/Europe/Dublin >>> -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar >>> -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey >>> -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki >>> -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man >>> -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul >>> -%%TZDATA%%share/postgresql/timezone/Europe/Jersey >>> -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad >>> -%%TZDATA%%share/postgresql/timezone/Europe/Kiev >>> -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon >>> -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana >>> -%%TZDATA%%share/postgresql/timezone/Europe/London >>> -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg >>> -%%TZDATA%%share/postgresql/timezone/Europe/Madrid >>> -%%TZDATA%%share/postgresql/timezone/Europe/Malta >>> -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn >>> -%%TZDATA%%share/postgresql/timezone/Europe/Minsk >>> -%%TZDATA%%share/postgresql/timezone/Europe/Monaco >>> -%%TZDATA%%share/postgresql/timezone/Europe/Moscow >>> -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia >>> -%%TZDATA%%share/postgresql/timezone/Europe/Oslo >>> -%%TZDATA%%share/postgresql/timezone/Europe/Paris >>> -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica >>> -%%TZDATA%%share/postgresql/timezone/Europe/Prague >>> -%%TZDATA%%share/postgresql/timezone/Europe/Riga >>> -%%TZDATA%%share/postgresql/timezone/Europe/Rome >>> -%%TZDATA%%share/postgresql/timezone/Europe/Samara >>> -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino >>> -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo >>> -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol >>> -%%TZDATA%%share/postgresql/timezone/Europe/Skopje >>> -%%TZDATA%%share/postgresql/timezone/Europe/Sofia >>> -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm >>> -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn >>> -%%TZDATA%%share/postgresql/timezone/Europe/Tirane >>> -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol >>> -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod >>> -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz >>> -%%TZDATA%%share/postgresql/timezone/Europe/Vatican >>> -%%TZDATA%%share/postgresql/timezone/Europe/Vienna >>> -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius >>> -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd >>> -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw >>> -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb >>> -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye >>> -%%TZDATA%%share/postgresql/timezone/Europe/Zurich >>> -%%TZDATA%%share/postgresql/timezone/Factory >>> -%%TZDATA%%share/postgresql/timezone/GB >>> -%%TZDATA%%share/postgresql/timezone/GB-Eire >>> -%%TZDATA%%share/postgresql/timezone/GMT >>> -%%TZDATA%%share/postgresql/timezone/GMT+0 >>> -%%TZDATA%%share/postgresql/timezone/GMT-0 >>> -%%TZDATA%%share/postgresql/timezone/GMT0 >>> -%%TZDATA%%share/postgresql/timezone/Greenwich >>> -%%TZDATA%%share/postgresql/timezone/HST >>> -%%TZDATA%%share/postgresql/timezone/Hongkong >>> -%%TZDATA%%share/postgresql/timezone/Iceland >>> -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo >>> -%%TZDATA%%share/postgresql/timezone/Indian/Chagos >>> -%%TZDATA%%share/postgresql/timezone/Indian/Christmas >>> -%%TZDATA%%share/postgresql/timezone/Indian/Cocos >>> -%%TZDATA%%share/postgresql/timezone/Indian/Comoro >>> -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen >>> -%%TZDATA%%share/postgresql/timezone/Indian/Mahe >>> -%%TZDATA%%share/postgresql/timezone/Indian/Maldives >>> -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius >>> -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte >>> -%%TZDATA%%share/postgresql/timezone/Indian/Reunion >>> -%%TZDATA%%share/postgresql/timezone/Iran >>> -%%TZDATA%%share/postgresql/timezone/Israel >>> -%%TZDATA%%share/postgresql/timezone/Jamaica >>> -%%TZDATA%%share/postgresql/timezone/Japan >>> -%%TZDATA%%share/postgresql/timezone/Kwajalein >>> -%%TZDATA%%share/postgresql/timezone/Libya >>> -%%TZDATA%%share/postgresql/timezone/MET >>> -%%TZDATA%%share/postgresql/timezone/MST >>> -%%TZDATA%%share/postgresql/timezone/MST7MDT >>> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte >>> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur >>> -%%TZDATA%%share/postgresql/timezone/Mexico/General >>> -%%TZDATA%%share/postgresql/timezone/NZ >>> -%%TZDATA%%share/postgresql/timezone/NZ-CHAT >>> -%%TZDATA%%share/postgresql/timezone/Navajo >>> -%%TZDATA%%share/postgresql/timezone/PRC >>> -%%TZDATA%%share/postgresql/timezone/PST8PDT >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Apia >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Easter >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Efate >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Guam >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Midway >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Niue >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Palau >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Truk >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Wake >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis >>> -%%TZDATA%%share/postgresql/timezone/Pacific/Yap >>> -%%TZDATA%%share/postgresql/timezone/Poland >>> -%%TZDATA%%share/postgresql/timezone/Portugal >>> -%%TZDATA%%share/postgresql/timezone/ROC >>> -%%TZDATA%%share/postgresql/timezone/ROK >>> -%%TZDATA%%share/postgresql/timezone/Singapore >>> -%%TZDATA%%share/postgresql/timezone/Turkey >>> -%%TZDATA%%share/postgresql/timezone/UCT >>> -%%TZDATA%%share/postgresql/timezone/US/Alaska >>> -%%TZDATA%%share/postgresql/timezone/US/Aleutian >>> -%%TZDATA%%share/postgresql/timezone/US/Arizona >>> -%%TZDATA%%share/postgresql/timezone/US/Central >>> -%%TZDATA%%share/postgresql/timezone/US/East-Indiana >>> -%%TZDATA%%share/postgresql/timezone/US/Eastern >>> -%%TZDATA%%share/postgresql/timezone/US/Hawaii >>> -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke >>> -%%TZDATA%%share/postgresql/timezone/US/Michigan >>> -%%TZDATA%%share/postgresql/timezone/US/Mountain >>> -%%TZDATA%%share/postgresql/timezone/US/Pacific >>> -%%TZDATA%%share/postgresql/timezone/US/Pacific-New >>> -%%TZDATA%%share/postgresql/timezone/US/Samoa >>> -%%TZDATA%%share/postgresql/timezone/UTC >>> -%%TZDATA%%share/postgresql/timezone/Universal >>> -%%TZDATA%%share/postgresql/timezone/W-SU >>> -%%TZDATA%%share/postgresql/timezone/WET >>> -%%TZDATA%%share/postgresql/timezone/Zulu >>> -%%TZDATA%%share/postgresql/timezone/posixrules >>> -share/postgresql/timezonesets/Africa.txt >>> -share/postgresql/timezonesets/America.txt >>> -share/postgresql/timezonesets/Antarctica.txt >>> -share/postgresql/timezonesets/Asia.txt >>> -share/postgresql/timezonesets/Atlantic.txt >>> -share/postgresql/timezonesets/Australia >>> -share/postgresql/timezonesets/Australia.txt >>> -share/postgresql/timezonesets/Default >>> >>> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** >>> > From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:34:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A7344D8; Fri, 6 Feb 2015 08:34:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E7BBBD; Fri, 6 Feb 2015 08:34:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t168YbeY075864; Fri, 6 Feb 2015 08:34:37 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t168Yb9I075862; Fri, 6 Feb 2015 08:34:37 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502060834.t168Yb9I075862@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 6 Feb 2015 08:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378509 - in head: . devel devel/ntopng-zmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:34:38 -0000 Author: bofh Date: Fri Feb 6 08:34:36 2015 New Revision: 378509 URL: https://svnweb.freebsd.org/changeset/ports/378509 QAT: https://qat.redports.org/buildarchive/r378509/ Log: devel/ntopng-zmq: remove port Removed as no longer required after ntopng 1.1. Updated upstream version is in the ports tree net/libzmq4. No ports depend on this anymore. It only existed to support net/ntopng 1.1. Differential Revision: https://reviews.freebsd.org/D1779 Approved by: marino(mentor) Deleted: head/devel/ntopng-zmq/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Feb 6 08:22:55 2015 (r378508) +++ head/MOVED Fri Feb 6 08:34:36 2015 (r378509) @@ -7412,6 +7412,7 @@ net-im/pidgin-audacious-remote||2015-01- www/lifetype||2015-01-28|Has expired: Broken for more than 6 months www/ump||2015-01-28|Has expired: Broken for more than 6 months net/owncloud-csync||2015-02-01|Merged into deskutils/mirall +devel/ntopng-zmq||2015-02-05|Has expired: No longer required after net/ntopng 1.1 audio/py-eyed3-06|audio/py-eyed3|2015-02-02|Has expired: In audio/abcde dependency has been changed to audio/py-eyed3 mail/postfix210|mail/postfix|2015-02-02|Has expired: Use mail/postfix instead. net-im/venom||2015-02-02|Has expired: No more support from the project Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 6 08:22:55 2015 (r378508) +++ head/devel/Makefile Fri Feb 6 08:34:36 2015 (r378509) @@ -1356,7 +1356,6 @@ SUBDIR += noweb SUBDIR += npth SUBDIR += nspr - SUBDIR += ntopng-zmq SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:36:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACCFE9AA; Fri, 6 Feb 2015 08:36:55 +0000 (UTC) Received: from mail.pingpong.net (mail2.pingpong.net [79.136.116.202]) by mx1.freebsd.org (Postfix) with ESMTP id A8BA8BCF; Fri, 6 Feb 2015 08:36:54 +0000 (UTC) Received: from [10.0.1.8] (h-85-24-195-48.na.cust.bahnhof.se [85.24.195.48]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id 014DC56A5; Fri, 6 Feb 2015 09:36:53 +0100 (CET) Subject: Re: svn commit: r378500 - in head/databases: postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-contrib postgresql91-server postgresql92-client postgresql92-c... Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_30D9ACD3-65FC-4B5F-8FA0-11B8E738CC92"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b4 From: Palle Girgensohn In-Reply-To: Date: Fri, 6 Feb 2015 09:36:52 +0100 Message-Id: References: <201502052254.t15MsZTa003946@svn.freebsd.org> <7A8E21B7-AD4B-4FEF-B27F-8549068104B2@FreeBSD.org> To: Antoine Brodin X-Mailer: Apple Mail (2.1993) Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:36:55 -0000 --Apple-Mail=_30D9ACD3-65FC-4B5F-8FA0-11B8E738CC92 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Ah, yeah, something seems to be strange with the ftp setup. I'm checking = with the posgresql ftp folks right now. For me, fetch works, but curl does not. freebsd:~$ fetch = ftp://ftp.postgresql.org/pub/source/v9.3.6/postgresql-9.3.6.tar.bz2 postgresql-9.3.6.tar.bz2 100% of 16 MB 24 MBps = 00m00s freebsd:~$ curl -O = ftp://ftp.postgresql.org/pub/source/v9.3.6/postgresql-9.3.6.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time = Current Dload Upload Total Spent Left = Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- = 0^C > 6 feb 2015 kl. 09:23 skrev Antoine Brodin : >=20 > On Fri, Feb 6, 2015 at 7:53 AM, Palle Girgensohn = wrote: >> Hmm, they seem to have changed the mirror list considerably, I'll = check it out. But they are fetchable, once the main ftp server is = checked: >>=20 >> =3D> Attempting to fetch = ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1= .tar.bz2 >> fetch: = ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.4.1/postgresql-9.4.1= .tar.bz2: No address record >> =3D> Attempting to fetch = ftp://ftp.postgresql.org/pub/source/v9.4.1/postgresql-9.4.1.tar.bz2 >> postgresql-9.4.1.tar.bz2 100% of 16 MB 6843 = kBps 00m02s >> =3D=3D=3D> Fetching all distfiles required by = postgresql94-server-9.4.1 for building >=20 > Or not... > See: > = http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs= /errors/postgresql93-client-9.3.6.log > = http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs= /errors/postgresql90-client-9.0.19.log > = http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs= /errors/postgresql92-client-9.2.10.log > = http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs= /errors/postgresql94-client-9.4.1.log > = http://package20.nyi.freebsd.org/data/93amd64-default-baseline/378501/logs= /errors/postgresql91-client-9.1.15.log >=20 > Cheers, >=20 > Antoine >=20 >>=20 >>=20 >>=20 >>> 6 feb 2015 kl. 08:14 skrev Antoine Brodin : >>>=20 >>> Hi, >>>=20 >>> All of those ports are unfetchable. >>>=20 >>> Cheers, >>>=20 >>> Antoine >>>=20 >>> On Thu, Feb 5, 2015 at 11:54 PM, Palle Girgensohn = wrote: >>>> Author: girgen >>>> Date: Thu Feb 5 22:54:34 2015 >>>> New Revision: 378500 >>>> URL: https://svnweb.freebsd.org/changeset/ports/378500 >>>> QAT: https://qat.redports.org/buildarchive/r378500/ >>>>=20 >>>> Log: >>>> Update PostgreSQL-9.x to latests versions. >>>>=20 >>>> This update fixes multiple security issues reported in PostgreSQL = over the past >>>> few months. All of these issues require prior authentication, and = some require >>>> additional conditions, and as such are not considered generally = urgent. >>>> However, users should examine the list of security holes patched = below in case >>>> they are particularly vulnerable. >>>>=20 >>>> Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, >>>> CVE-2015-0244,CVE-2014-8161 >>>>=20 >>>> Modified: >>>> head/databases/postgresql90-client/Makefile >>>> head/databases/postgresql90-contrib/Makefile >>>> head/databases/postgresql90-server/Makefile >>>> head/databases/postgresql90-server/distinfo >>>> head/databases/postgresql90-server/pkg-plist-client >>>> head/databases/postgresql90-server/pkg-plist-contrib >>>> head/databases/postgresql90-server/pkg-plist-plperl >>>> head/databases/postgresql90-server/pkg-plist-plpython >>>> head/databases/postgresql90-server/pkg-plist-pltcl >>>> head/databases/postgresql90-server/pkg-plist-server >>>> head/databases/postgresql91-client/Makefile >>>> head/databases/postgresql91-contrib/Makefile >>>> head/databases/postgresql91-server/Makefile >>>> head/databases/postgresql91-server/distinfo >>>> head/databases/postgresql91-server/pkg-plist-client >>>> head/databases/postgresql91-server/pkg-plist-contrib >>>> head/databases/postgresql91-server/pkg-plist-plperl >>>> head/databases/postgresql91-server/pkg-plist-plpython >>>> head/databases/postgresql91-server/pkg-plist-pltcl >>>> head/databases/postgresql91-server/pkg-plist-server >>>> head/databases/postgresql92-client/Makefile >>>> head/databases/postgresql92-contrib/Makefile >>>> head/databases/postgresql92-server/Makefile >>>> head/databases/postgresql92-server/distinfo >>>> head/databases/postgresql92-server/pkg-plist-client >>>> head/databases/postgresql92-server/pkg-plist-contrib >>>> head/databases/postgresql92-server/pkg-plist-plperl >>>> head/databases/postgresql92-server/pkg-plist-plpython >>>> head/databases/postgresql92-server/pkg-plist-pltcl >>>> head/databases/postgresql92-server/pkg-plist-server >>>> head/databases/postgresql93-client/Makefile >>>> head/databases/postgresql93-contrib/Makefile >>>> head/databases/postgresql93-server/Makefile >>>> head/databases/postgresql93-server/distinfo >>>> head/databases/postgresql93-server/pkg-plist-client >>>> head/databases/postgresql93-server/pkg-plist-contrib >>>> head/databases/postgresql93-server/pkg-plist-plperl >>>> head/databases/postgresql93-server/pkg-plist-plpython >>>> head/databases/postgresql93-server/pkg-plist-pltcl >>>> head/databases/postgresql93-server/pkg-plist-server >>>> head/databases/postgresql94-client/Makefile >>>> head/databases/postgresql94-server/Makefile >>>> head/databases/postgresql94-server/distinfo >>>> head/databases/postgresql94-server/pkg-plist-client >>>> head/databases/postgresql94-server/pkg-plist-pltcl >>>> head/databases/postgresql94-server/pkg-plist-server >>>>=20 >>>> Modified: head/databases/postgresql90-client/Makefile >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:21 = 2015 (r378499) >>>> +++ head/databases/postgresql90-client/Makefile Thu Feb 5 22:54:34 = 2015 (r378500) >>>> @@ -8,6 +8,7 @@ COMMENT=3D PostgreSQL database (client) >>>>=20 >>>> MASTERDIR=3D ${.CURDIR}/../postgresql90-server >>>>=20 >>>> +LIB_DEPENDS=3D libedit.so.0:${PORTSDIR}/devel/libedit >>>> BUILD_DIRS=3D config src/include src/interfaces src/port \ >>>> src/bin/pg_dump src/bin/psql src/bin/scripts = src/bin/pg_config \ >>>> doc src/makefiles >>>> @@ -15,6 +16,6 @@ INSTALL_DIRS=3D ${BUILD_DIRS} >>>> CLIENT_ONLY=3D yes >>>> COMPONENT=3D -client >>>> USE_LDCONFIG=3D yes >>>> -USES+=3D readline >>>> +CONFIGURE_ARGS+=3D--with-libedit-preferred >>>>=20 >>>> .include "${MASTERDIR}/Makefile" >>>>=20 >>>> Modified: head/databases/postgresql90-contrib/Makefile >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-contrib/Makefile Thu Feb 5 = 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-contrib/Makefile Thu Feb 5 = 22:54:34 2015 (r378500) >>>> @@ -2,7 +2,6 @@ >>>> # $FreeBSD$ >>>>=20 >>>> PORTNAME=3D postgresql >>>> -PORTREVISION=3D 1 >>>> CATEGORIES=3D databases >>>> PKGNAMESUFFIX?=3D ${DISTVERSION:R:S/.//}${COMPONENT} >>>>=20 >>>>=20 >>>> Modified: head/databases/postgresql90-server/Makefile >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:21 = 2015 (r378499) >>>> +++ head/databases/postgresql90-server/Makefile Thu Feb 5 22:54:34 = 2015 (r378500) >>>> @@ -1,7 +1,7 @@ >>>> # Created by: Marc G. Fournier >>>> # $FreeBSD$ >>>>=20 >>>> -DISTVERSION?=3D 9.0.18 >>>> +DISTVERSION?=3D 9.0.19 >>>> PORTREVISION=3D 0 >>>> PKGNAMESUFFIX?=3D ${DISTVERSION:R:S/.//}${COMPONENT} >>>>=20 >>>>=20 >>>> Modified: head/databases/postgresql90-server/distinfo >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:21 = 2015 (r378499) >>>> +++ head/databases/postgresql90-server/distinfo Thu Feb 5 22:54:34 = 2015 (r378500) >>>> @@ -1,4 +1,4 @@ >>>> -SHA256 (postgresql/postgresql-9.0.18.tar.bz2) =3D = 7c8a07d0ab78fe39522c6bb268a7b357f456d9d4796f57d7b43a004e4a9d3003 >>>> -SIZE (postgresql/postgresql-9.0.18.tar.bz2) =3D 14984096 >>>> +SHA256 (postgresql/postgresql-9.0.19.tar.bz2) =3D = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 >>>> +SIZE (postgresql/postgresql-9.0.19.tar.bz2) =3D 15019406 >>>> SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) =3D = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f >>>> SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) =3D 4395 >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-client >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 = 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-client Thu Feb 5 = 22:54:34 2015 (r378500) >>>> @@ -476,54 +476,54 @@ include/postgresql/server/windowapi.h >>>> include/sqlda-compat.h >>>> include/sqlda-native.h >>>> include/sqlda.h >>>> -@dirrm include/postgresql/server/utils >>>> -@dirrm include/postgresql/server/tsearch/dicts >>>> -@dirrm include/postgresql/server/tsearch >>>> -@dirrm include/postgresql/server/tcop >>>> -@dirrm include/postgresql/server/storage >>>> -@dirrm include/postgresql/server/snowball/libstemmer >>>> -@dirrm include/postgresql/server/snowball >>>> -@dirrm include/postgresql/server/rewrite >>>> -@dirrm include/postgresql/server/replication >>>> -@dirrm include/postgresql/server/regex >>>> -@dirrm include/postgresql/server/postmaster >>>> -@dirrm include/postgresql/server/portability >>>> -@dirrm include/postgresql/server/port/win32_msvc/sys >>>> -@dirrm include/postgresql/server/port/win32_msvc >>>> -@dirrm include/postgresql/server/port/win32/sys >>>> -@dirrm include/postgresql/server/port/win32/netinet >>>> -@dirrm include/postgresql/server/port/win32/arpa >>>> -@dirrm include/postgresql/server/port/win32 >>>> -@dirrm include/postgresql/server/port >>>> -@dirrm include/postgresql/server/parser >>>> -@dirrm include/postgresql/server/optimizer >>>> -@dirrm include/postgresql/server/nodes >>>> -@dirrm include/postgresql/server/mb >>>> -@dirrm include/postgresql/server/libpq >>>> -@dirrm include/postgresql/server/lib >>>> -@dirrm include/postgresql/server/foreign >>>> -@dirrm include/postgresql/server/executor >>>> -@dirrm include/postgresql/server/commands >>>> -@dirrm include/postgresql/server/catalog >>>> -@dirrm include/postgresql/server/bootstrap >>>> -@dirrm include/postgresql/server/access >>>> -@dirrm include/postgresql/server >>>> +@dir include/postgresql/server/utils >>>> +@dir include/postgresql/server/tsearch/dicts >>>> +@dir include/postgresql/server/tsearch >>>> +@dir include/postgresql/server/tcop >>>> +@dir include/postgresql/server/storage >>>> +@dir include/postgresql/server/snowball/libstemmer >>>> +@dir include/postgresql/server/snowball >>>> +@dir include/postgresql/server/rewrite >>>> +@dir include/postgresql/server/replication >>>> +@dir include/postgresql/server/regex >>>> +@dir include/postgresql/server/postmaster >>>> +@dir include/postgresql/server/portability >>>> +@dir include/postgresql/server/port/win32_msvc/sys >>>> +@dir include/postgresql/server/port/win32_msvc >>>> +@dir include/postgresql/server/port/win32/sys >>>> +@dir include/postgresql/server/port/win32/netinet >>>> +@dir include/postgresql/server/port/win32/arpa >>>> +@dir include/postgresql/server/port/win32 >>>> +@dir include/postgresql/server/port >>>> +@dir include/postgresql/server/parser >>>> +@dir include/postgresql/server/optimizer >>>> +@dir include/postgresql/server/nodes >>>> +@dir include/postgresql/server/mb >>>> +@dir include/postgresql/server/libpq >>>> +@dir include/postgresql/server/lib >>>> +@dir include/postgresql/server/foreign >>>> +@dir include/postgresql/server/executor >>>> +@dir include/postgresql/server/commands >>>> +@dir include/postgresql/server/catalog >>>> +@dir include/postgresql/server/bootstrap >>>> +@dir include/postgresql/server/access >>>> +@dir include/postgresql/server >>>> include/libpq/libpq-fs.h >>>> -@dirrm include/libpq >>>> +@dir include/libpq >>>> include/postgresql/internal/libpq/pqcomm.h >>>> -@dirrm include/postgresql/internal/libpq >>>> +@dir include/postgresql/internal/libpq >>>> include/postgresql/informix/esql/datetime.h >>>> include/postgresql/informix/esql/decimal.h >>>> include/postgresql/informix/esql/sqltypes.h >>>> -@dirrm include/postgresql/informix/esql >>>> -@dirrm include/postgresql/informix >>>> +@dir include/postgresql/informix/esql >>>> +@dir include/postgresql/informix >>>> include/postgresql/internal/c.h >>>> include/postgresql/internal/libpq-int.h >>>> include/postgresql/internal/postgres_fe.h >>>> include/postgresql/internal/port.h >>>> include/postgresql/internal/pqexpbuffer.h >>>> -@dirrm include/postgresql/internal >>>> -@dirrm include/postgresql >>>> +@dir include/postgresql/internal >>>> +@dir include/postgresql >>>> include/ecpg_informix.h >>>> include/ecpgerrno.h >>>> include/ecpglib.h >>>> @@ -559,11 +559,11 @@ lib/postgresql/pgxs/src/Makefile.global >>>> lib/postgresql/pgxs/src/Makefile.port >>>> lib/postgresql/pgxs/src/Makefile.shlib >>>> lib/postgresql/pgxs/src/nls-global.mk >>>> -@dirrm lib/postgresql/pgxs/src/makefiles >>>> -@dirrm lib/postgresql/pgxs/config >>>> -@dirrm lib/postgresql/pgxs/src >>>> -@dirrm lib/postgresql/pgxs >>>> -@dirrm lib/postgresql >>>> +@dir lib/postgresql/pgxs/src/makefiles >>>> +@dir lib/postgresql/pgxs/config >>>> +@dir lib/postgresql/pgxs/src >>>> +@dir lib/postgresql/pgxs >>>> +@dir lib/postgresql >>>> man/man1/clusterdb.1.gz >>>> man/man1/createdb.1.gz >>>> man/man1/createlang.1.gz >>>> @@ -791,10 +791,10 @@ man/man7/VACUUM.7.gz >>>> man/man7/VALUES.7.gz >>>> man/man7/WITH.7.gz >>>> %%DOCSDIR%%/README-client >>>> -@dirrmtry %%DOCSDIR%% >>>> -share/postgresql/pg_service.conf.sample >>>> -share/postgresql/psqlrc.sample >>>> -@dirrmtry share/postgresql >>>> +@dir %%DOCSDIR%% >>>> +%%DATADIR%%/pg_service.conf.sample >>>> +%%DATADIR%%/psqlrc.sample >>>> +@dir %%DATADIR%% >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-contrib >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-contrib Thu = Feb 5 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-contrib Thu = Feb 5 22:54:34 2015 (r378500) >>>> @@ -51,82 +51,82 @@ lib/postgresql/uuid-ossp.so >>>> %%DOCSDIR%%/contrib/moddatetime.example >>>> %%DOCSDIR%%/contrib/refint.example >>>> %%DOCSDIR%%/contrib/timetravel.example >>>> -share/postgresql/contrib/_int.sql >>>> -share/postgresql/contrib/adminpack.sql >>>> -share/postgresql/contrib/autoinc.sql >>>> -share/postgresql/contrib/btree_gin.sql >>>> -share/postgresql/contrib/btree_gist.sql >>>> -share/postgresql/contrib/chkpass.sql >>>> -share/postgresql/contrib/citext.sql >>>> -share/postgresql/contrib/cube.sql >>>> -share/postgresql/contrib/dblink.sql >>>> -share/postgresql/contrib/dict_int.sql >>>> -share/postgresql/contrib/dict_xsyn.sql >>>> -share/postgresql/contrib/earthdistance.sql >>>> -share/postgresql/contrib/fuzzystrmatch.sql >>>> -share/postgresql/contrib/hstore.sql >>>> -share/postgresql/contrib/insert_username.sql >>>> -share/postgresql/contrib/int_aggregate.sql >>>> -share/postgresql/contrib/isn.sql >>>> -share/postgresql/contrib/lo.sql >>>> -share/postgresql/contrib/ltree.sql >>>> -share/postgresql/contrib/moddatetime.sql >>>> -share/postgresql/contrib/pageinspect.sql >>>> -share/postgresql/contrib/pg_buffercache.sql >>>> -share/postgresql/contrib/pg_freespacemap.sql >>>> -share/postgresql/contrib/pg_stat_statements.sql >>>> -share/postgresql/contrib/pg_trgm.sql >>>> -share/postgresql/contrib/pgcrypto.sql >>>> -share/postgresql/contrib/pgrowlocks.sql >>>> -share/postgresql/contrib/pgstattuple.sql >>>> -share/postgresql/contrib/pgxml.sql >>>> -share/postgresql/contrib/refint.sql >>>> -share/postgresql/contrib/seg.sql >>>> -share/postgresql/contrib/sslinfo.sql >>>> -share/postgresql/contrib/tablefunc.sql >>>> -share/postgresql/contrib/test_parser.sql >>>> -share/postgresql/contrib/timetravel.sql >>>> -share/postgresql/contrib/tsearch2.sql >>>> -share/postgresql/contrib/unaccent.sql >>>> -share/postgresql/contrib/uninstall_uuid-ossp.sql >>>> -share/postgresql/contrib/uuid-ossp.sql >>>> -share/postgresql/contrib/uninstall__int.sql >>>> -share/postgresql/contrib/uninstall_adminpack.sql >>>> -share/postgresql/contrib/uninstall_btree_gin.sql >>>> -share/postgresql/contrib/uninstall_btree_gist.sql >>>> -share/postgresql/contrib/uninstall_chkpass.sql >>>> -share/postgresql/contrib/uninstall_citext.sql >>>> -share/postgresql/contrib/uninstall_cube.sql >>>> -share/postgresql/contrib/uninstall_dblink.sql >>>> -share/postgresql/contrib/uninstall_dict_int.sql >>>> -share/postgresql/contrib/uninstall_dict_xsyn.sql >>>> -share/postgresql/contrib/uninstall_earthdistance.sql >>>> -share/postgresql/contrib/uninstall_fuzzystrmatch.sql >>>> -share/postgresql/contrib/uninstall_hstore.sql >>>> -share/postgresql/contrib/uninstall_int_aggregate.sql >>>> -share/postgresql/contrib/uninstall_isn.sql >>>> -share/postgresql/contrib/uninstall_lo.sql >>>> -share/postgresql/contrib/uninstall_ltree.sql >>>> -share/postgresql/contrib/uninstall_pageinspect.sql >>>> -share/postgresql/contrib/uninstall_pg_buffercache.sql >>>> -share/postgresql/contrib/uninstall_pg_freespacemap.sql >>>> -share/postgresql/contrib/uninstall_pg_stat_statements.sql >>>> -share/postgresql/contrib/uninstall_pg_trgm.sql >>>> -share/postgresql/contrib/uninstall_pgcrypto.sql >>>> -share/postgresql/contrib/uninstall_pgrowlocks.sql >>>> -share/postgresql/contrib/uninstall_pgstattuple.sql >>>> -share/postgresql/contrib/uninstall_pgxml.sql >>>> -share/postgresql/contrib/uninstall_seg.sql >>>> -share/postgresql/contrib/uninstall_sslinfo.sql >>>> -share/postgresql/contrib/uninstall_tablefunc.sql >>>> -share/postgresql/contrib/uninstall_test_parser.sql >>>> -share/postgresql/contrib/uninstall_tsearch2.sql >>>> -share/postgresql/contrib/uninstall_unaccent.sql >>>> -share/postgresql/tsearch_data/unaccent.rules >>>> -share/postgresql/tsearch_data/xsyn_sample.rules >>>> -@dirrmtry share/postgresql/tsearch_data >>>> -@dirrmtry share/postgresql/contrib >>>> -@dirrmtry share/postgresql >>>> -@dirrmtry %%DOCSDIR%%/contrib >>>> -@dirrmtry %%DOCSDIR%% >>>> -@dirrmtry lib/postgresql >>>> +%%DATADIR%%/contrib/_int.sql >>>> +%%DATADIR%%/contrib/adminpack.sql >>>> +%%DATADIR%%/contrib/autoinc.sql >>>> +%%DATADIR%%/contrib/btree_gin.sql >>>> +%%DATADIR%%/contrib/btree_gist.sql >>>> +%%DATADIR%%/contrib/chkpass.sql >>>> +%%DATADIR%%/contrib/citext.sql >>>> +%%DATADIR%%/contrib/cube.sql >>>> +%%DATADIR%%/contrib/dblink.sql >>>> +%%DATADIR%%/contrib/dict_int.sql >>>> +%%DATADIR%%/contrib/dict_xsyn.sql >>>> +%%DATADIR%%/contrib/earthdistance.sql >>>> +%%DATADIR%%/contrib/fuzzystrmatch.sql >>>> +%%DATADIR%%/contrib/hstore.sql >>>> +%%DATADIR%%/contrib/insert_username.sql >>>> +%%DATADIR%%/contrib/int_aggregate.sql >>>> +%%DATADIR%%/contrib/isn.sql >>>> +%%DATADIR%%/contrib/lo.sql >>>> +%%DATADIR%%/contrib/ltree.sql >>>> +%%DATADIR%%/contrib/moddatetime.sql >>>> +%%DATADIR%%/contrib/pageinspect.sql >>>> +%%DATADIR%%/contrib/pg_buffercache.sql >>>> +%%DATADIR%%/contrib/pg_freespacemap.sql >>>> +%%DATADIR%%/contrib/pg_stat_statements.sql >>>> +%%DATADIR%%/contrib/pg_trgm.sql >>>> +%%DATADIR%%/contrib/pgcrypto.sql >>>> +%%DATADIR%%/contrib/pgrowlocks.sql >>>> +%%DATADIR%%/contrib/pgstattuple.sql >>>> +%%DATADIR%%/contrib/pgxml.sql >>>> +%%DATADIR%%/contrib/refint.sql >>>> +%%DATADIR%%/contrib/seg.sql >>>> +%%DATADIR%%/contrib/sslinfo.sql >>>> +%%DATADIR%%/contrib/tablefunc.sql >>>> +%%DATADIR%%/contrib/test_parser.sql >>>> +%%DATADIR%%/contrib/timetravel.sql >>>> +%%DATADIR%%/contrib/tsearch2.sql >>>> +%%DATADIR%%/contrib/unaccent.sql >>>> +%%DATADIR%%/contrib/uninstall_uuid-ossp.sql >>>> +%%DATADIR%%/contrib/uuid-ossp.sql >>>> +%%DATADIR%%/contrib/uninstall__int.sql >>>> +%%DATADIR%%/contrib/uninstall_adminpack.sql >>>> +%%DATADIR%%/contrib/uninstall_btree_gin.sql >>>> +%%DATADIR%%/contrib/uninstall_btree_gist.sql >>>> +%%DATADIR%%/contrib/uninstall_chkpass.sql >>>> +%%DATADIR%%/contrib/uninstall_citext.sql >>>> +%%DATADIR%%/contrib/uninstall_cube.sql >>>> +%%DATADIR%%/contrib/uninstall_dblink.sql >>>> +%%DATADIR%%/contrib/uninstall_dict_int.sql >>>> +%%DATADIR%%/contrib/uninstall_dict_xsyn.sql >>>> +%%DATADIR%%/contrib/uninstall_earthdistance.sql >>>> +%%DATADIR%%/contrib/uninstall_fuzzystrmatch.sql >>>> +%%DATADIR%%/contrib/uninstall_hstore.sql >>>> +%%DATADIR%%/contrib/uninstall_int_aggregate.sql >>>> +%%DATADIR%%/contrib/uninstall_isn.sql >>>> +%%DATADIR%%/contrib/uninstall_lo.sql >>>> +%%DATADIR%%/contrib/uninstall_ltree.sql >>>> +%%DATADIR%%/contrib/uninstall_pageinspect.sql >>>> +%%DATADIR%%/contrib/uninstall_pg_buffercache.sql >>>> +%%DATADIR%%/contrib/uninstall_pg_freespacemap.sql >>>> +%%DATADIR%%/contrib/uninstall_pg_stat_statements.sql >>>> +%%DATADIR%%/contrib/uninstall_pg_trgm.sql >>>> +%%DATADIR%%/contrib/uninstall_pgcrypto.sql >>>> +%%DATADIR%%/contrib/uninstall_pgrowlocks.sql >>>> +%%DATADIR%%/contrib/uninstall_pgstattuple.sql >>>> +%%DATADIR%%/contrib/uninstall_pgxml.sql >>>> +%%DATADIR%%/contrib/uninstall_seg.sql >>>> +%%DATADIR%%/contrib/uninstall_sslinfo.sql >>>> +%%DATADIR%%/contrib/uninstall_tablefunc.sql >>>> +%%DATADIR%%/contrib/uninstall_test_parser.sql >>>> +%%DATADIR%%/contrib/uninstall_tsearch2.sql >>>> +%%DATADIR%%/contrib/uninstall_unaccent.sql >>>> +%%DATADIR%%/tsearch_data/unaccent.rules >>>> +%%DATADIR%%/tsearch_data/xsyn_sample.rules >>>> +@dir %%DATADIR%%/tsearch_data >>>> +@dir %%DATADIR%%/contrib >>>> +@dir %%DATADIR%% >>>> +@dir %%DOCSDIR%%/contrib >>>> +@dir %%DOCSDIR%% >>>> +@dir lib/postgresql >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-plperl >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 = 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-plperl Thu Feb 5 = 22:54:34 2015 (r378500) >>>> @@ -1,4 +1,4 @@ >>>> %%DOCSDIR%%/README-plperl >>>> lib/postgresql/plperl.so >>>> -@dirrmtry lib/postgresql >>>> -@dirrmtry %%DOCSDIR%% >>>> +@dir lib/postgresql >>>> +@dir %%DOCSDIR%% >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-plpython >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-plpython Thu = Feb 5 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-plpython Thu = Feb 5 22:54:34 2015 (r378500) >>>> @@ -1,5 +1,5 @@ >>>> %%DOCSDIR%%/README-plpython >>>> lib/postgresql/plpython.so >>>> lib/postgresql/plpython2.so >>>> -@dirrmtry lib/postgresql >>>> -@dirrmtry %%DOCSDIR%% >>>> +@dir lib/postgresql >>>> +@dir %%DOCSDIR%% >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-pltcl >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 = 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-pltcl Thu Feb 5 = 22:54:34 2015 (r378500) >>>> @@ -1,9 +1,9 @@ >>>> %%DOCSDIR%%/README-pltcl >>>> lib/postgresql/pltcl.so >>>> -@dirrmtry lib/postgresql >>>> +@dir lib/postgresql >>>> bin/pltcl_loadmod >>>> bin/pltcl_delmod >>>> bin/pltcl_listmod >>>> -share/postgresql/unknown.pltcl >>>> -@dirrmtry share/postgresql >>>> -@dirrmtry %%DOCSDIR%% >>>> +%%DATADIR%%/unknown.pltcl >>>> +@dir %%DATADIR%% >>>> +@dir %%DOCSDIR%% >>>>=20 >>>> Modified: head/databases/postgresql90-server/pkg-plist-server >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >>>> --- head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 = 22:54:21 2015 (r378499) >>>> +++ head/databases/postgresql90-server/pkg-plist-server Thu Feb 5 = 22:54:34 2015 (r378500) >>>> @@ -35,17 +35,17 @@ lib/postgresql/utf8_and_sjis2004.so >>>> lib/postgresql/utf8_and_uhc.so >>>> lib/postgresql/utf8_and_win.so >>>> %%DOCSDIR%%/README-server >>>> -@dirrmtry %%DOCSDIR%% >>>> -share/postgresql/conversion_create.sql >>>> -share/postgresql/information_schema.sql >>>> -share/postgresql/pg_hba.conf.sample >>>> -share/postgresql/pg_ident.conf.sample >>>> -share/postgresql/postgres.bki >>>> -share/postgresql/postgres.description >>>> -share/postgresql/postgresql.conf.sample >>>> -share/postgresql/recovery.conf.sample >>>> -share/postgresql/sql_features.txt >>>> -share/postgresql/system_views.sql >>>> +@dir %%DOCSDIR%% >>>> +%%DATADIR%%/conversion_create.sql >>>> +%%DATADIR%%/information_schema.sql >>>> +%%DATADIR%%/pg_hba.conf.sample >>>> +%%DATADIR%%/pg_ident.conf.sample >>>> +%%DATADIR%%/postgres.bki >>>> +%%DATADIR%%/postgres.description >>>> +%%DATADIR%%/postgresql.conf.sample >>>> +%%DATADIR%%/recovery.conf.sample >>>> +%%DATADIR%%/sql_features.txt >>>> +%%DATADIR%%/system_views.sql >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo >>>> %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo >>>> @@ -135,648 +135,651 @@ share/postgresql/system_views.sql >>>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo >>>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo >>>> %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo >>>> -share/postgresql/postgres.shdescription >>>> -share/postgresql/snowball_create.sql >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Accra >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Algiers >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Asmara >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Asmera >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Bamako >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Bangui >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Banjul >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Bissau >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Cairo >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Conakry >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Dakar >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Douala >>>> -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Freetown >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Harare >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Juba >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Kampala >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Kigali >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Lagos >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Libreville >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Lome >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Luanda >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Malabo >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Maputo >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Maseru >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Niamey >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Tunis >>>> -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek >>>> -%%TZDATA%%share/postgresql/timezone/America/Adak >>>> -%%TZDATA%%share/postgresql/timezone/America/Anchorage >>>> -%%TZDATA%%share/postgresql/timezone/America/Anguilla >>>> -%%TZDATA%%share/postgresql/timezone/America/Antigua >>>> -%%TZDATA%%share/postgresql/timezone/America/Araguaina >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca >>>> = -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman >>>> -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia >>>> -%%TZDATA%%share/postgresql/timezone/America/Aruba >>>> -%%TZDATA%%share/postgresql/timezone/America/Asuncion >>>> -%%TZDATA%%share/postgresql/timezone/America/Atikokan >>>> -%%TZDATA%%share/postgresql/timezone/America/Atka >>>> -%%TZDATA%%share/postgresql/timezone/America/Bahia >>>> -%%TZDATA%%share/postgresql/timezone/America/Bahia_Banderas >>>> -%%TZDATA%%share/postgresql/timezone/America/Barbados >>>> -%%TZDATA%%share/postgresql/timezone/America/Belem >>>> -%%TZDATA%%share/postgresql/timezone/America/Belize >>>> -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon >>>> -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista >>>> -%%TZDATA%%share/postgresql/timezone/America/Bogota >>>> -%%TZDATA%%share/postgresql/timezone/America/Boise >>>> -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires >>>> -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay >>>> -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande >>>> -%%TZDATA%%share/postgresql/timezone/America/Cancun >>>> -%%TZDATA%%share/postgresql/timezone/America/Caracas >>>> -%%TZDATA%%share/postgresql/timezone/America/Catamarca >>>> -%%TZDATA%%share/postgresql/timezone/America/Cayenne >>>> -%%TZDATA%%share/postgresql/timezone/America/Cayman >>>> -%%TZDATA%%share/postgresql/timezone/America/Chicago >>>> -%%TZDATA%%share/postgresql/timezone/America/Chihuahua >>>> -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour >>>> -%%TZDATA%%share/postgresql/timezone/America/Cordoba >>>> -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica >>>> -%%TZDATA%%share/postgresql/timezone/America/Creston >>>> -%%TZDATA%%share/postgresql/timezone/America/Cuiaba >>>> -%%TZDATA%%share/postgresql/timezone/America/Curacao >>>> -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn >>>> -%%TZDATA%%share/postgresql/timezone/America/Dawson >>>> -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek >>>> -%%TZDATA%%share/postgresql/timezone/America/Denver >>>> -%%TZDATA%%share/postgresql/timezone/America/Detroit >>>> -%%TZDATA%%share/postgresql/timezone/America/Dominica >>>> -%%TZDATA%%share/postgresql/timezone/America/Edmonton >>>> -%%TZDATA%%share/postgresql/timezone/America/Eirunepe >>>> -%%TZDATA%%share/postgresql/timezone/America/El_Salvador >>>> -%%TZDATA%%share/postgresql/timezone/America/Ensenada >>>> -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne >>>> -%%TZDATA%%share/postgresql/timezone/America/Fortaleza >>>> -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay >>>> -%%TZDATA%%share/postgresql/timezone/America/Godthab >>>> -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay >>>> -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk >>>> -%%TZDATA%%share/postgresql/timezone/America/Grenada >>>> -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe >>>> -%%TZDATA%%share/postgresql/timezone/America/Guatemala >>>> -%%TZDATA%%share/postgresql/timezone/America/Guayaquil >>>> -%%TZDATA%%share/postgresql/timezone/America/Guyana >>>> -%%TZDATA%%share/postgresql/timezone/America/Halifax >>>> -%%TZDATA%%share/postgresql/timezone/America/Havana >>>> -%%TZDATA%%share/postgresql/timezone/America/Hermosillo >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes >>>> -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac >>>> -%%TZDATA%%share/postgresql/timezone/America/Indianapolis >>>> -%%TZDATA%%share/postgresql/timezone/America/Inuvik >>>> -%%TZDATA%%share/postgresql/timezone/America/Iqaluit >>>> -%%TZDATA%%share/postgresql/timezone/America/Jamaica >>>> -%%TZDATA%%share/postgresql/timezone/America/Jujuy >>>> -%%TZDATA%%share/postgresql/timezone/America/Juneau >>>> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville >>>> -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello >>>> -%%TZDATA%%share/postgresql/timezone/America/Knox_IN >>>> -%%TZDATA%%share/postgresql/timezone/America/Kralendijk >>>> -%%TZDATA%%share/postgresql/timezone/America/La_Paz >>>> -%%TZDATA%%share/postgresql/timezone/America/Lima >>>> -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles >>>> -%%TZDATA%%share/postgresql/timezone/America/Louisville >>>> -%%TZDATA%%share/postgresql/timezone/America/Lower_Princes >>>> -%%TZDATA%%share/postgresql/timezone/America/Maceio >>>> -%%TZDATA%%share/postgresql/timezone/America/Managua >>>> -%%TZDATA%%share/postgresql/timezone/America/Manaus >>>> -%%TZDATA%%share/postgresql/timezone/America/Marigot >>>> -%%TZDATA%%share/postgresql/timezone/America/Martinique >>>> -%%TZDATA%%share/postgresql/timezone/America/Matamoros >>>> -%%TZDATA%%share/postgresql/timezone/America/Mazatlan >>>> -%%TZDATA%%share/postgresql/timezone/America/Mendoza >>>> -%%TZDATA%%share/postgresql/timezone/America/Menominee >>>> -%%TZDATA%%share/postgresql/timezone/America/Merida >>>> -%%TZDATA%%share/postgresql/timezone/America/Metlakatla >>>> -%%TZDATA%%share/postgresql/timezone/America/Mexico_City >>>> -%%TZDATA%%share/postgresql/timezone/America/Miquelon >>>> -%%TZDATA%%share/postgresql/timezone/America/Moncton >>>> -%%TZDATA%%share/postgresql/timezone/America/Monterrey >>>> -%%TZDATA%%share/postgresql/timezone/America/Montevideo >>>> -%%TZDATA%%share/postgresql/timezone/America/Montreal >>>> -%%TZDATA%%share/postgresql/timezone/America/Montserrat >>>> -%%TZDATA%%share/postgresql/timezone/America/Nassau >>>> -%%TZDATA%%share/postgresql/timezone/America/New_York >>>> -%%TZDATA%%share/postgresql/timezone/America/Nipigon >>>> -%%TZDATA%%share/postgresql/timezone/America/Nome >>>> -%%TZDATA%%share/postgresql/timezone/America/Noronha >>>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Beulah >>>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center >>>> -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem >>>> -%%TZDATA%%share/postgresql/timezone/America/Ojinaga >>>> -%%TZDATA%%share/postgresql/timezone/America/Panama >>>> -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung >>>> -%%TZDATA%%share/postgresql/timezone/America/Paramaribo >>>> -%%TZDATA%%share/postgresql/timezone/America/Phoenix >>>> -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince >>>> -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain >>>> -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre >>>> -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho >>>> -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico >>>> -%%TZDATA%%share/postgresql/timezone/America/Rainy_River >>>> -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet >>>> -%%TZDATA%%share/postgresql/timezone/America/Recife >>>> -%%TZDATA%%share/postgresql/timezone/America/Regina >>>> -%%TZDATA%%share/postgresql/timezone/America/Resolute >>>> -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco >>>> -%%TZDATA%%share/postgresql/timezone/America/Rosario >>>> -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel >>>> -%%TZDATA%%share/postgresql/timezone/America/Santarem >>>> -%%TZDATA%%share/postgresql/timezone/America/Santiago >>>> -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo >>>> -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo >>>> -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund >>>> -%%TZDATA%%share/postgresql/timezone/America/Shiprock >>>> -%%TZDATA%%share/postgresql/timezone/America/Sitka >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Johns >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Kitts >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Lucia >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Thomas >>>> -%%TZDATA%%share/postgresql/timezone/America/St_Vincent >>>> -%%TZDATA%%share/postgresql/timezone/America/Swift_Current >>>> -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa >>>> -%%TZDATA%%share/postgresql/timezone/America/Thule >>>> -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay >>>> -%%TZDATA%%share/postgresql/timezone/America/Tijuana >>>> -%%TZDATA%%share/postgresql/timezone/America/Toronto >>>> -%%TZDATA%%share/postgresql/timezone/America/Tortola >>>> -%%TZDATA%%share/postgresql/timezone/America/Vancouver >>>> -%%TZDATA%%share/postgresql/timezone/America/Virgin >>>> -%%TZDATA%%share/postgresql/timezone/America/Whitehorse >>>> -%%TZDATA%%share/postgresql/timezone/America/Winnipeg >>>> -%%TZDATA%%share/postgresql/timezone/America/Yakutat >>>> -%%TZDATA%%share/postgresql/timezone/America/Yellowknife >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Macquarie >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Troll >>>> -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok >>>> -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Aden >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Almaty >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Amman >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Baku >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Beirut >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Brunei >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Chungking >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Colombo >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Dacca >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Damascus >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Dili >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Dubai >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Gaza >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Harbin >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Hebron >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Hovd >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kabul >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Karachi >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Khandyga >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuching >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Macao >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Macau >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Magadan >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Makassar >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Manila >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Muscat >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Omsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Oral >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Qatar >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Saigon >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Seoul >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Singapore >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Taipei >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Tehran >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Ust-Nera >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg >>>> -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena >>>> -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley >>>> -%%TZDATA%%share/postgresql/timezone/Australia/ACT >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Canberra >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Currie >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Darwin >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Eucla >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Hobart >>>> -%%TZDATA%%share/postgresql/timezone/Australia/LHI >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne >>>> -%%TZDATA%%share/postgresql/timezone/Australia/NSW >>>> -%%TZDATA%%share/postgresql/timezone/Australia/North >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Perth >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Queensland >>>> -%%TZDATA%%share/postgresql/timezone/Australia/South >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Sydney >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Victoria >>>> -%%TZDATA%%share/postgresql/timezone/Australia/West >>>> -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna >>>> -%%TZDATA%%share/postgresql/timezone/Brazil/Acre >>>> -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha >>>> -%%TZDATA%%share/postgresql/timezone/Brazil/East >>>> -%%TZDATA%%share/postgresql/timezone/Brazil/West >>>> -%%TZDATA%%share/postgresql/timezone/CET >>>> -%%TZDATA%%share/postgresql/timezone/CST6CDT >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Central >>>> -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Eastern >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Mountain >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Pacific >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan >>>> -%%TZDATA%%share/postgresql/timezone/Canada/Yukon >>>> -%%TZDATA%%share/postgresql/timezone/Chile/Continental >>>> -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland >>>> -%%TZDATA%%share/postgresql/timezone/Cuba >>>> -%%TZDATA%%share/postgresql/timezone/EET >>>> -%%TZDATA%%share/postgresql/timezone/EST >>>> -%%TZDATA%%share/postgresql/timezone/EST5EDT >>>> -%%TZDATA%%share/postgresql/timezone/Egypt >>>> -%%TZDATA%%share/postgresql/timezone/Eire >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 >>>> -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich >>>> -%%TZDATA%%share/postgresql/timezone/Etc/UCT >>>> -%%TZDATA%%share/postgresql/timezone/Etc/UTC >>>> -%%TZDATA%%share/postgresql/timezone/Etc/Universal >>>> -%%TZDATA%%share/postgresql/timezone/Etc/Zulu >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Andorra >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Athens >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Belfast >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Berlin >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Brussels >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Budapest >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Busingen >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Dublin >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Jersey >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Kiev >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana >>>> -%%TZDATA%%share/postgresql/timezone/Europe/London >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Madrid >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Malta >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Minsk >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Monaco >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Moscow >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Oslo >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Paris >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Prague >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Riga >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Rome >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Samara >>>> -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Skopje >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Sofia >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Tirane >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Vatican >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Vienna >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye >>>> -%%TZDATA%%share/postgresql/timezone/Europe/Zurich >>>> -%%TZDATA%%share/postgresql/timezone/Factory >>>> -%%TZDATA%%share/postgresql/timezone/GB >>>> -%%TZDATA%%share/postgresql/timezone/GB-Eire >>>> -%%TZDATA%%share/postgresql/timezone/GMT >>>> -%%TZDATA%%share/postgresql/timezone/GMT+0 >>>> -%%TZDATA%%share/postgresql/timezone/GMT-0 >>>> -%%TZDATA%%share/postgresql/timezone/GMT0 >>>> -%%TZDATA%%share/postgresql/timezone/Greenwich >>>> -%%TZDATA%%share/postgresql/timezone/HST >>>> -%%TZDATA%%share/postgresql/timezone/Hongkong >>>> -%%TZDATA%%share/postgresql/timezone/Iceland >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Chagos >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Christmas >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Cocos >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Comoro >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Mahe >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Maldives >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte >>>> -%%TZDATA%%share/postgresql/timezone/Indian/Reunion >>>> -%%TZDATA%%share/postgresql/timezone/Iran >>>> -%%TZDATA%%share/postgresql/timezone/Israel >>>> -%%TZDATA%%share/postgresql/timezone/Jamaica >>>> -%%TZDATA%%share/postgresql/timezone/Japan >>>> -%%TZDATA%%share/postgresql/timezone/Kwajalein >>>> -%%TZDATA%%share/postgresql/timezone/Libya >>>> -%%TZDATA%%share/postgresql/timezone/MET >>>> -%%TZDATA%%share/postgresql/timezone/MST >>>> -%%TZDATA%%share/postgresql/timezone/MST7MDT >>>> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte >>>> -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur >>>> -%%TZDATA%%share/postgresql/timezone/Mexico/General >>>> -%%TZDATA%%share/postgresql/timezone/NZ >>>> -%%TZDATA%%share/postgresql/timezone/NZ-CHAT >>>> -%%TZDATA%%share/postgresql/timezone/Navajo >>>> -%%TZDATA%%share/postgresql/timezone/PRC >>>> -%%TZDATA%%share/postgresql/timezone/PST8PDT >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Apia >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Chuuk >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Easter >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Efate >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Guam >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Midway >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Niue >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Palau >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Pohnpei >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Truk >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Wake >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis >>>> -%%TZDATA%%share/postgresql/timezone/Pacific/Yap >>>> -%%TZDATA%%share/postgresql/timezone/Poland >>>> -%%TZDATA%%share/postgresql/timezone/Portugal >>>> -%%TZDATA%%share/postgresql/timezone/ROC >>>> -%%TZDATA%%share/postgresql/timezone/ROK >>>> -%%TZDATA%%share/postgresql/timezone/Singapore >>>> -%%TZDATA%%share/postgresql/timezone/Turkey >>>> -%%TZDATA%%share/postgresql/timezone/UCT >>>> -%%TZDATA%%share/postgresql/timezone/US/Alaska >>>> -%%TZDATA%%share/postgresql/timezone/US/Aleutian >>>> -%%TZDATA%%share/postgresql/timezone/US/Arizona >>>> -%%TZDATA%%share/postgresql/timezone/US/Central >>>> -%%TZDATA%%share/postgresql/timezone/US/East-Indiana >>>> -%%TZDATA%%share/postgresql/timezone/US/Eastern >>>> -%%TZDATA%%share/postgresql/timezone/US/Hawaii >>>> -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke >>>> -%%TZDATA%%share/postgresql/timezone/US/Michigan >>>> -%%TZDATA%%share/postgresql/timezone/US/Mountain >>>> -%%TZDATA%%share/postgresql/timezone/US/Pacific >>>> -%%TZDATA%%share/postgresql/timezone/US/Pacific-New >>>> -%%TZDATA%%share/postgresql/timezone/US/Samoa >>>> -%%TZDATA%%share/postgresql/timezone/UTC >>>> -%%TZDATA%%share/postgresql/timezone/Universal >>>> -%%TZDATA%%share/postgresql/timezone/W-SU >>>> -%%TZDATA%%share/postgresql/timezone/WET >>>> -%%TZDATA%%share/postgresql/timezone/Zulu >>>> -%%TZDATA%%share/postgresql/timezone/posixrules >>>> -share/postgresql/timezonesets/Africa.txt >>>> -share/postgresql/timezonesets/America.txt >>>> -share/postgresql/timezonesets/Antarctica.txt >>>> -share/postgresql/timezonesets/Asia.txt >>>> -share/postgresql/timezonesets/Atlantic.txt >>>> -share/postgresql/timezonesets/Australia >>>> -share/postgresql/timezonesets/Australia.txt >>>> -share/postgresql/timezonesets/Default >>>>=20 >>>> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** >>>>=20 >>=20 --Apple-Mail=_30D9ACD3-65FC-4B5F-8FA0-11B8E738CC92 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJU1H0kAAoJEIhV+7FrxBJDuxkIAKQCjKv8hXEiEiM94lJegxh5 gIMQNThTrKZbG1JOBLys1gbfgFWJo29UIyp7anN6PAVvVRU4SItgf8xfLJEjkiUS Eqhw6ECqWq9uPo0t8RAxuNkCzJwbXV5GhjZdNKtSIPfLvw5drWM5SZ7s6l5UhY04 XBaVd6m6uiurgOAc8C/e+WBZEteOMnWKMKbWw7c8ggwIZX+afI3HSldHqt0UhBjD qDWWfk9U8xr4Q/fZExLy+ROurxo6+H1z39HiFapJ69Wa4IL9pdId6uM2B/26zunk spfhYTV+t65t+FyZZvdoLZPugnJg+pC9DbLrYVXbvx1dCehN1UyqSNCUJp1JDgE= =DRvY -----END PGP SIGNATURE----- --Apple-Mail=_30D9ACD3-65FC-4B5F-8FA0-11B8E738CC92-- From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:39:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1381A511; Fri, 6 Feb 2015 08:39:42 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB311BF1; Fri, 6 Feb 2015 08:39:40 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id B35F243BDD; Fri, 6 Feb 2015 02:39:25 -0600 (CST) Message-ID: <54D47DB5.1060903@marino.st> Date: Fri, 06 Feb 2015 09:39:17 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Muhammad Moinur Rahman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378509 - in head: . devel devel/ntopng-zmq References: <201502060834.t168Yb9I075862@svn.freebsd.org> In-Reply-To: <201502060834.t168Yb9I075862@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:39:42 -0000 On 2/6/2015 09:34, Muhammad Moinur Rahman wrote: > Author: bofh > Date: Fri Feb 6 08:34:36 2015 > New Revision: 378509 > URL: https://svnweb.freebsd.org/changeset/ports/378509 > QAT: https://qat.redports.org/buildarchive/r378509/ > > Log: > devel/ntopng-zmq: remove port > > Removed as no longer required after ntopng 1.1. Updated upstream version > is in the ports tree net/libzmq4. No ports depend on this anymore. It > only existed to support net/ntopng 1.1. > > Differential Revision: https://reviews.freebsd.org/D1779 > Approved by: marino(mentor) > > Deleted: > head/devel/ntopng-zmq/ > Modified: > head/MOVED > head/devel/Makefile > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Fri Feb 6 08:22:55 2015 (r378508) > +++ head/MOVED Fri Feb 6 08:34:36 2015 (r378509) > @@ -7412,6 +7412,7 @@ net-im/pidgin-audacious-remote||2015-01- > www/lifetype||2015-01-28|Has expired: Broken for more than 6 months > www/ump||2015-01-28|Has expired: Broken for more than 6 months > net/owncloud-csync||2015-02-01|Merged into deskutils/mirall > +devel/ntopng-zmq||2015-02-05|Has expired: No longer required after net/ntopng 1.1 > audio/py-eyed3-06|audio/py-eyed3|2015-02-02|Has expired: In audio/abcde dependency has been changed to audio/py-eyed3 > mail/postfix210|mail/postfix|2015-02-02|Has expired: Use mail/postfix instead. > net-im/venom||2015-02-02|Has expired: No more support from the project > When you applied your patch, the MOVED file had been edited already. You should have manually fixed MOVED so that your entry is last (chronological order). You should change MOVED now. Everything else looks ok. John From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:40:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AB1DE99; Fri, 6 Feb 2015 08:40:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBCC3BFF; Fri, 6 Feb 2015 08:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t168eZiB079093; Fri, 6 Feb 2015 08:40:35 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t168eYFq079085; Fri, 6 Feb 2015 08:40:34 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201502060840.t168eYFq079085@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Fri, 6 Feb 2015 08:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378510 - in head: . net/serviio net/serviio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:40:36 -0000 Author: netchild Date: Fri Feb 6 08:40:33 2015 New Revision: 378510 URL: https://svnweb.freebsd.org/changeset/ports/378510 QAT: https://qat.redports.org/buildarchive/r378510/ Log: - Update to Serviio 1.5 - Require OpenJDK8 which is now the minimum requirement - Use "sample" in filenames over "dist" to be able to use @sample keyword - Sync Java command line exec arguments to upstream to work with OpenJDK8 - Partially sync JAVA_OPTS to upstream and specify a dcraw path to prevent errors looking for 'lib/dcraw' - Cleaned up the console script Submitted by: Jason Unovitch Modified: head/UPDATING head/net/serviio/Makefile head/net/serviio/distinfo head/net/serviio/files/serviio-console.in head/net/serviio/files/serviiod.in head/net/serviio/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 6 08:34:36 2015 (r378509) +++ head/UPDATING Fri Feb 6 08:40:33 2015 (r378510) @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150206: + AFFECTS: users of net/serviio + AUTHOR: netchild@FreeBSD.org + + The java dependency changed from java 7 (lang/openjdk7 if you haven't + installed another java 7 implementation) to java 8 (e.g. lang/openjdk8). + If serviio is the only reason that java 7 is installed, you can delete + java 7 after the update to serviio 1.5.0. + + The Java Polling Watch Service used in Serviio 1.5 aggressively searches + for file system updates. Until the Serviio poller is re-enabled in 1.5.1, + consider unchecking "Keep library automatically updated" if you have a + large media collection or are concerned about CPU/disk usage. + 20150204: AFFECTS: users of databases/mysql55-(server|client) AUTHOR: ale@FreeBSD.org Modified: head/net/serviio/Makefile ============================================================================== --- head/net/serviio/Makefile Fri Feb 6 08:34:36 2015 (r378509) +++ head/net/serviio/Makefile Fri Feb 6 08:40:33 2015 (r378510) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= serviio -PORTVERSION= 1.4.1.2 -PORTREVISION= 2 +PORTVERSION= 1.5 +#PORTREVISION= 0 CATEGORIES= net multimedia java www MASTER_SITES= http://download.serviio.org/releases/ EXTRACT_SUFX= -linux.tar.gz @@ -15,6 +15,7 @@ RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimed NO_BUILD= yes USE_JAVA= yes +JAVA_VERSION= 1.8 USES= dos2unix DOS2UNIX_GLOB= derby.properties @@ -36,10 +37,10 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} .for f in application-profiles profiles log4j ${INSTALL_DATA} ${WRKSRC}/config/$f.xml \ - ${STAGEDIR}${ETCDIR}/$f.dist.xml + ${STAGEDIR}${ETCDIR}/$f.xml.sample .endfor ${INSTALL_DATA} ${FILESDIR}/console-log4j.properties \ - ${STAGEDIR}${ETCDIR}/console-log4j.dist.properties + ${STAGEDIR}${ETCDIR}/console-log4j.properties.sample ${INSTALL_SCRIPT} ${WRKDIR}/serviiod ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/serviio-console ${STAGEDIR}${PREFIX}/bin Modified: head/net/serviio/distinfo ============================================================================== --- head/net/serviio/distinfo Fri Feb 6 08:34:36 2015 (r378509) +++ head/net/serviio/distinfo Fri Feb 6 08:40:33 2015 (r378510) @@ -1,2 +1,2 @@ -SHA256 (serviio-1.4.1.2-linux.tar.gz) = 76f208716e2c1c8d7ed52eb2f57bd190ee622acd9529e225a59424bd1b12a0a2 -SIZE (serviio-1.4.1.2-linux.tar.gz) = 20701487 +SHA256 (serviio-1.5-linux.tar.gz) = e933de2f5f9da95cc3cdc3afba9d5b623fd5fd4189c5f7f247d4718e14166c3c +SIZE (serviio-1.5-linux.tar.gz) = 22055839 Modified: head/net/serviio/files/serviio-console.in ============================================================================== --- head/net/serviio/files/serviio-console.in Fri Feb 6 08:34:36 2015 (r378509) +++ head/net/serviio/files/serviio-console.in Fri Feb 6 08:40:33 2015 (r378510) @@ -13,10 +13,10 @@ SERVIIO_CONSOLE_CLASS_PATH="$SERVIIO_CON for j in $SERVIIO_CONSOLE_HOME/*.jar; do SERVIIO_CONSOLE_CLASS_PATH="$SERVIIO_CONSOLE_CLASS_PATH:$j" done -#SERVIIO_CONSOLE_CLASS_PATH="$SERVIIO_CONSOLE_HOME/serviio-client.jar:$SERVIIO_CONSOLE_HOME/serviio.jar:$SERVIIO_CONSOLE_HOME/log4j.jar:$SERVIIO_CONSOLE_HOME/slf4j-api.jar:$SERVIIO_CONSOLE_HOME/slf4j-log4j12.jar:$SERVIIO_CONSOLE_HOME/jul-to-slf4j.jar:$SERVIIO_CONSOLE_HOME/org.restlet.jar:$SERVIIO_CONSOLE_HOME/org.restlet.ext.xstream.jar:$SERVIIO_CONSOLE_HOME/xstream.jar" # Setup Serviio specific properties -JAVA_OPTS="-Dserviio.home=$SERVIIO_CONSOLE_HOME -Djava.net.preferIPv4Stack=true -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg -Dlog4j.configuration=file:%%ETCDIR%%/console-log4j.properties" +JAVA_OPTS="-Dserviio.home=$SERVIIO_CONSOLE_HOME -Djava.net.preferIPv4Stack=true -Dorg.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade" +JAVA_OPTS="${JAVA_OPTS} -Dlog4j.configuration=file:%%ETCDIR%%/console-log4j.properties" # A kludge to get the -D... flags to Java, rather than to Serviio itself: for o in "$@" @@ -29,4 +29,4 @@ do done # Execute the JVM in the foreground -exec java -Xms5M -XX:+UseParNewGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 $JAVA_OPTS -classpath "$SERVIIO_CONSOLE_CLASS_PATH" org.serviio.console.ServiioConsole "$@" +exec java -Xms5M -XX:+UseG1GC -XX:GCTimeRatio=1 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 $JAVA_OPTS -classpath "$SERVIIO_CONSOLE_CLASS_PATH" org.serviio.console.ServiioConsole "$@" Modified: head/net/serviio/files/serviiod.in ============================================================================== --- head/net/serviio/files/serviiod.in Fri Feb 6 08:34:36 2015 (r378509) +++ head/net/serviio/files/serviiod.in Fri Feb 6 08:40:33 2015 (r378510) @@ -17,10 +17,9 @@ done SERVIIO_CLASS_PATH="$SERVIIO_CLASS_PATH:%%ETCDIR%%" # Setup Serviio specific properties -JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=/var/db/serviio -Dserviio.home=$HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg" +JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dorg.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade -Dderby.system.home=/var/db/serviio -Dserviio.home=$HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg -Ddcraw.location=%%LOCALBASE%%/bin/dcraw" JAVA_OPTS="${JAVA_OPTS} -Djcs.auxiliary.DC.attributes.DiskPath=/var/db/serviio" - # A kludge to get the -D... flags to Java, rather than to Serviio itself: for o in "$@" do @@ -33,4 +32,4 @@ done # Execute the JVM in the foreground export HOME PATH -exec java -Xmx512M -Xms20M -XX:+UseParNewGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 $JAVA_OPTS -classpath "$SERVIIO_CLASS_PATH" org.serviio.MediaServer "$@" 2>&1 >/dev/null +exec java -Xmx512M -Xms20M -XX:+UseG1GC -XX:GCTimeRatio=1 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 $JAVA_OPTS -classpath "$SERVIIO_CLASS_PATH" org.serviio.MediaServer "$@" 2>&1 >/dev/null Modified: head/net/serviio/pkg-plist ============================================================================== --- head/net/serviio/pkg-plist Fri Feb 6 08:34:36 2015 (r378509) +++ head/net/serviio/pkg-plist Fri Feb 6 08:40:33 2015 (r378510) @@ -17,10 +17,12 @@ bin/serviio-console %%JAVAJARDIR%%/serviio/jdom.jar %%JAVAJARDIR%%/serviio/jnat-pmplib.jar %%JAVAJARDIR%%/serviio/jul-to-slf4j.jar +%%JAVAJARDIR%%/serviio/log4j.jar %%JAVAJARDIR%%/serviio/lucene-analyzers-common.jar %%JAVAJARDIR%%/serviio/lucene-core.jar -%%JAVAJARDIR%%/serviio/log4j.jar %%JAVAJARDIR%%/serviio/org.restlet.ext.gson.jar +%%JAVAJARDIR%%/serviio/org.restlet.ext.simple.jar +%%JAVAJARDIR%%/serviio/org.restlet.ext.slf4j.jar %%JAVAJARDIR%%/serviio/org.restlet.ext.xstream.jar %%JAVAJARDIR%%/serviio/org.restlet.jar %%JAVAJARDIR%%/serviio/padlock.jar @@ -28,24 +30,17 @@ bin/serviio-console %%JAVAJARDIR%%/serviio/rome.jar %%JAVAJARDIR%%/serviio/sbbi-upnp.jar %%JAVAJARDIR%%/serviio/serviio-client.jar -%%JAVAJARDIR%%/serviio/serviio-media-browser.jar -%%JAVAJARDIR%%/serviio/serviio-media-browser-web.jar +%%JAVAJARDIR%%/serviio/serviio-mediabrowser-api.jar +%%JAVAJARDIR%%/serviio/serviio-mediabrowser-web.jar %%JAVAJARDIR%%/serviio/serviio.jar +%%JAVAJARDIR%%/serviio/simple.jar %%JAVAJARDIR%%/serviio/slf4j-api.jar %%JAVAJARDIR%%/serviio/slf4j-log4j12.jar %%JAVAJARDIR%%/serviio/streamflyer-core.jar %%JAVAJARDIR%%/serviio/winp.jar %%JAVAJARDIR%%/serviio/xstream.jar -@unexec cmp %D/%%ETCDIR%%/application-profiles.xml %D/%%ETCDIR%%/application-profiles.dist.xml && rm -f %D/%%ETCDIR%%/application-profiles.xml || echo Modified application-profiles.xml remains in %D/%%ETCDIR%% -@unexec cmp %D/%%ETCDIR%%/profiles.xml %D/%%ETCDIR%%/profiles.dist.xml && rm -f %D/%%ETCDIR%%/profiles.xml || echo Modified profiles.xml remains in %D/%%ETCDIR%% -@unexec cmp %D/%%ETCDIR%%/log4j.xml %D/%%ETCDIR%%/log4j.dist.xml && rm -f %D/%%ETCDIR%%/log4j.xml || echo Modified log4j.xml remains in %D/%%ETCDIR%% -@unexec cmp %D/%%ETCDIR%%/console-log4j.properties %D/%%ETCDIR%%/console-log4j.dist.properties && rm -f %D/%%ETCDIR%%/console-log4j.properties || echo Modified console-log4j.properties remains in %D/%%ETCDIR%% -%%ETCDIR%%/profiles.dist.xml -%%ETCDIR%%/log4j.dist.xml -%%ETCDIR%%/application-profiles.dist.xml -%%ETCDIR%%/console-log4j.dist.properties -@exec [ -f %D/%%ETCDIR%%/application-profiles.xml ] || cp -v %D/%%ETCDIR%%/application-profiles.dist.xml %D/%%ETCDIR%%/application-profiles.xml -@exec [ -f %D/%%ETCDIR%%/profiles.xml ] || cp -v %D/%%ETCDIR%%/profiles.dist.xml %D/%%ETCDIR%%/profiles.xml -@exec [ -f %D/%%ETCDIR%%/log4j.xml ] || cp -v %D/%%ETCDIR%%/log4j.dist.xml %D/%%ETCDIR%%/log4j.xml -@exec [ -f %D/%%ETCDIR%%/console-log4j.properties ] || cp -v %D/%%ETCDIR%%/console-log4j.dist.properties %D/%%ETCDIR%%/console-log4j.properties +@sample %%ETCDIR%%/profiles.xml.sample +@sample %%ETCDIR%%/log4j.xml.sample +@sample %%ETCDIR%%/application-profiles.xml.sample +@sample %%ETCDIR%%/console-log4j.properties.sample @dir %%JAVAJARDIR%%/serviio/plugins From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:43:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 681B3AE; Fri, 6 Feb 2015 08:43:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F718CB2; Fri, 6 Feb 2015 08:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t168hbhd080604; Fri, 6 Feb 2015 08:43:37 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t168haMj080602; Fri, 6 Feb 2015 08:43:36 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502060843.t168haMj080602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 6 Feb 2015 08:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378511 - head/x11-themes/greybird-theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:43:37 -0000 Author: olivierd Date: Fri Feb 6 08:43:36 2015 New Revision: 378511 URL: https://svnweb.freebsd.org/changeset/ports/378511 QAT: https://qat.redports.org/buildarchive/r378511/ Log: Update to 1.5.1 Modified: head/x11-themes/greybird-theme/Makefile head/x11-themes/greybird-theme/distinfo Modified: head/x11-themes/greybird-theme/Makefile ============================================================================== --- head/x11-themes/greybird-theme/Makefile Fri Feb 6 08:40:33 2015 (r378510) +++ head/x11-themes/greybird-theme/Makefile Fri Feb 6 08:43:36 2015 (r378511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greybird -PORTVERSION= 1.4 +PORTVERSION= 1.5.1 CATEGORIES= x11-themes xfce MASTER_SITES= GH GHC PKGNAMESUFFIX= -theme @@ -15,7 +15,7 @@ RUN_DEPENDS= gtk-murrine-engine>=0.98.1: GH_ACCOUNT= shimmerproject GH_PROJECT= Greybird GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 06aa6c8 +GH_COMMIT= a419c80 USE_GITHUB= yes NO_BUILD= yes Modified: head/x11-themes/greybird-theme/distinfo ============================================================================== --- head/x11-themes/greybird-theme/distinfo Fri Feb 6 08:40:33 2015 (r378510) +++ head/x11-themes/greybird-theme/distinfo Fri Feb 6 08:43:36 2015 (r378511) @@ -1,2 +1,2 @@ -SHA256 (greybird-1.4.tar.gz) = 2e86c3c6422b748e128f8a490819546bedafc6bcb81d21e846a2f12e19c90892 -SIZE (greybird-1.4.tar.gz) = 117151 +SHA256 (greybird-1.5.1.tar.gz) = 73a910de8902725742f426248c8d34c643257bf28d6be7439cdd7f324e1e3891 +SIZE (greybird-1.5.1.tar.gz) = 118941 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 08:51:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E36B19FB; Fri, 6 Feb 2015 08:51:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CACAFD8D; Fri, 6 Feb 2015 08:51:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t168psMP085131; Fri, 6 Feb 2015 08:51:54 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t168psC4085129; Fri, 6 Feb 2015 08:51:54 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502060851.t168psC4085129@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 6 Feb 2015 08:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378512 - head/x11-themes/numix-theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 08:51:55 -0000 Author: olivierd Date: Fri Feb 6 08:51:53 2015 New Revision: 378512 URL: https://svnweb.freebsd.org/changeset/ports/378512 QAT: https://qat.redports.org/buildarchive/r378512/ Log: Update to 2.5.1 Modified: head/x11-themes/numix-theme/Makefile head/x11-themes/numix-theme/distinfo Modified: head/x11-themes/numix-theme/Makefile ============================================================================== --- head/x11-themes/numix-theme/Makefile Fri Feb 6 08:43:36 2015 (r378511) +++ head/x11-themes/numix-theme/Makefile Fri Feb 6 08:51:53 2015 (r378512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numix -PORTVERSION= 2.5 +PORTVERSION= 2.5.1 CATEGORIES= x11-themes xfce MASTER_SITES= GH GHC PKGNAMESUFFIX= -theme @@ -17,11 +17,10 @@ RUN_DEPENDS= gtk-murrine-engine>=0.98.1: GH_ACCOUNT= shimmerproject GH_PROJECT= Numix GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 09c071e +GH_COMMIT= f84aec1 USE_GITHUB= yes NO_BUILD= yes -USE_GNOME= gtk30 OPTIONS_DEFINE= NOTIFYD OPTIONS_DEFAULT= NOTIFYD Modified: head/x11-themes/numix-theme/distinfo ============================================================================== --- head/x11-themes/numix-theme/distinfo Fri Feb 6 08:43:36 2015 (r378511) +++ head/x11-themes/numix-theme/distinfo Fri Feb 6 08:51:53 2015 (r378512) @@ -1,2 +1,2 @@ -SHA256 (numix-2.5.tar.gz) = a639d7947c122e5609cf844b9f55ee795fdc1a5e5359a88e1d42ca77cfafb2ca -SIZE (numix-2.5.tar.gz) = 73393 +SHA256 (numix-2.5.1.tar.gz) = dc2e8b3ab6027f47a2e4ef9ff3e288246e63d313c460235800cc038b783954bb +SIZE (numix-2.5.1.tar.gz) = 73550 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:06:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5D212B9; Fri, 6 Feb 2015 09:06:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1721E91; Fri, 6 Feb 2015 09:06:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1696Gpp090634; Fri, 6 Feb 2015 09:06:16 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1696GfG090633; Fri, 6 Feb 2015 09:06:16 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502060906.t1696GfG090633@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 6 Feb 2015 09:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378513 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:06:17 -0000 Author: bofh Date: Fri Feb 6 09:06:16 2015 New Revision: 378513 URL: https://svnweb.freebsd.org/changeset/ports/378513 QAT: https://qat.redports.org/buildarchive/r378513/ Log: Fix chronological order of MOVED evel/ntopng-zmq Approved by: marino(mentor) Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Feb 6 08:51:53 2015 (r378512) +++ head/MOVED Fri Feb 6 09:06:16 2015 (r378513) @@ -7412,7 +7412,6 @@ net-im/pidgin-audacious-remote||2015-01- www/lifetype||2015-01-28|Has expired: Broken for more than 6 months www/ump||2015-01-28|Has expired: Broken for more than 6 months net/owncloud-csync||2015-02-01|Merged into deskutils/mirall -devel/ntopng-zmq||2015-02-05|Has expired: No longer required after net/ntopng 1.1 audio/py-eyed3-06|audio/py-eyed3|2015-02-02|Has expired: In audio/abcde dependency has been changed to audio/py-eyed3 mail/postfix210|mail/postfix|2015-02-02|Has expired: Use mail/postfix instead. net-im/venom||2015-02-02|Has expired: No more support from the project @@ -7422,3 +7421,4 @@ www/p5-WWW-Scraper-ISBN-Record|www/p5-WW japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore deskutils/currtime|sysutils/currtime|2015-02-03|Move to sysutils category sysutils/pcbsd-utils-qt4|sysutils/pcbsd-utils-qt5|2015-02-03|Renamed to pcbsd-utils-qt5 +devel/ntopng-zmq||2015-02-05|Has expired: No longer required after net/ntopng 1.1 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:21:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B64BE94; Fri, 6 Feb 2015 09:21:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D182B6; Fri, 6 Feb 2015 09:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169LfOW097595; Fri, 6 Feb 2015 09:21:41 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169Lf1H097594; Fri, 6 Feb 2015 09:21:41 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502060921.t169Lf1H097594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 6 Feb 2015 09:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378514 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:21:42 -0000 Author: girgen Date: Fri Feb 6 09:21:41 2015 New Revision: 378514 URL: https://svnweb.freebsd.org/changeset/ports/378514 QAT: https://qat.redports.org/buildarchive/r378514/ Log: The PostgreSQL project has removed the mirrors, and replaced it with a DNS based load balancing mirror system. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Feb 6 09:06:16 2015 (r378513) +++ head/Mk/bsd.sites.mk Fri Feb 6 09:21:41 2015 (r378514) @@ -996,33 +996,10 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^C .endif # -# PostgreSQL mirror sites -# -# For the full list, see the following: -# -# http://wwwmaster.postgresql.org/download/mirrors-ftp -# -# Before update mirror list please consult with fenner's distfiles survey. +# PostgreSQL master site # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ - ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ - ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \ - ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ - ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \ - ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \ - http://ftp2.jp.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \ - ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \ - ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ - ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ - ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:34:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC9C2ADD; Fri, 6 Feb 2015 09:34:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A62E11D7; Fri, 6 Feb 2015 09:34:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169Ydwj004781; Fri, 6 Feb 2015 09:34:39 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169YcFd004772; Fri, 6 Feb 2015 09:34:38 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502060934.t169YcFd004772@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 6 Feb 2015 09:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378515 - in head/multimedia: libdvdnav libdvdread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:34:40 -0000 Author: martymac Date: Fri Feb 6 09:34:37 2015 New Revision: 378515 URL: https://svnweb.freebsd.org/changeset/ports/378515 QAT: https://qat.redports.org/buildarchive/r378515/ Log: Update libdvdread to 5.0.2 and libdvdnav to 5.0.3 Modified: head/multimedia/libdvdnav/Makefile head/multimedia/libdvdnav/distinfo head/multimedia/libdvdnav/pkg-plist head/multimedia/libdvdread/Makefile head/multimedia/libdvdread/distinfo head/multimedia/libdvdread/pkg-plist Modified: head/multimedia/libdvdnav/Makefile ============================================================================== --- head/multimedia/libdvdnav/Makefile Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdnav/Makefile Fri Feb 6 09:34:37 2015 (r378515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdnav -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \ http://dvdnav.mplayerhq.hu/releases/ \ Modified: head/multimedia/libdvdnav/distinfo ============================================================================== --- head/multimedia/libdvdnav/distinfo Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdnav/distinfo Fri Feb 6 09:34:37 2015 (r378515) @@ -1,2 +1,2 @@ -SHA256 (libdvdnav-5.0.2.tar.bz2) = 14dc140b81c3a23b6bfbd73ba54cc866da84d57030da61b172a2e76338d50696 -SIZE (libdvdnav-5.0.2.tar.bz2) = 371826 +SHA256 (libdvdnav-5.0.3.tar.bz2) = 5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d +SIZE (libdvdnav-5.0.3.tar.bz2) = 372203 Modified: head/multimedia/libdvdnav/pkg-plist ============================================================================== --- head/multimedia/libdvdnav/pkg-plist Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdnav/pkg-plist Fri Feb 6 09:34:37 2015 (r378515) @@ -4,5 +4,5 @@ include/dvdnav/dvdnav_events.h lib/libdvdnav.a lib/libdvdnav.so lib/libdvdnav.so.4 -lib/libdvdnav.so.4.1.2 +lib/libdvdnav.so.4.2.0 libdata/pkgconfig/dvdnav.pc Modified: head/multimedia/libdvdread/Makefile ============================================================================== --- head/multimedia/libdvdread/Makefile Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdread/Makefile Fri Feb 6 09:34:37 2015 (r378515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdread -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PORTVERSION}/ \ http://dvdnav.mplayerhq.hu/releases/ \ Modified: head/multimedia/libdvdread/distinfo ============================================================================== --- head/multimedia/libdvdread/distinfo Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdread/distinfo Fri Feb 6 09:34:37 2015 (r378515) @@ -1,2 +1,2 @@ -SHA256 (libdvdread-5.0.1.tar.bz2) = 65652e20f548822e8b222582f4f3a0c5cc9b70a266a476579f47f664c68f0b26 -SIZE (libdvdread-5.0.1.tar.bz2) = 392770 +SHA256 (libdvdread-5.0.2.tar.bz2) = 82cbe693f2a3971671e7428790b5498392db32185b8dc8622f7b9cd307d3cfbf +SIZE (libdvdread-5.0.2.tar.bz2) = 393479 Modified: head/multimedia/libdvdread/pkg-plist ============================================================================== --- head/multimedia/libdvdread/pkg-plist Fri Feb 6 09:21:41 2015 (r378514) +++ head/multimedia/libdvdread/pkg-plist Fri Feb 6 09:34:37 2015 (r378515) @@ -10,5 +10,5 @@ include/dvdread/nav_types.h lib/libdvdread.a lib/libdvdread.so lib/libdvdread.so.4 -lib/libdvdread.so.4.1.2 +lib/libdvdread.so.4.2.0 libdata/pkgconfig/dvdread.pc From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:37:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10FF8C14; Fri, 6 Feb 2015 09:37:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3B781FC; Fri, 6 Feb 2015 09:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169bPIa005276; Fri, 6 Feb 2015 09:37:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169bPck005275; Fri, 6 Feb 2015 09:37:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502060937.t169bPck005275@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 6 Feb 2015 09:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378516 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:37:26 -0000 Author: bapt Date: Fri Feb 6 09:37:24 2015 New Revision: 378516 URL: https://svnweb.freebsd.org/changeset/ports/378516 QAT: https://qat.redports.org/buildarchive/r378516/ Log: Add the http and https version of the postgresql CDN Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Feb 6 09:34:37 2015 (r378515) +++ head/Mk/bsd.sites.mk Fri Feb 6 09:37:24 2015 (r378516) @@ -1000,6 +1000,8 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^C # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ + http://ftp.postgresql.org/pub/%SUBDIR%/ \ + https://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:44:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 347BFBE9; Fri, 6 Feb 2015 09:44:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05DBE365; Fri, 6 Feb 2015 09:44:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169ins2009768; Fri, 6 Feb 2015 09:44:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169in6g009765; Fri, 6 Feb 2015 09:44:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502060944.t169in6g009765@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 09:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378517 - in head/sysutils/backuppc-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:44:50 -0000 Author: marino Date: Fri Feb 6 09:44:48 2015 New Revision: 378517 URL: https://svnweb.freebsd.org/changeset/ports/378517 QAT: https://qat.redports.org/buildarchive/r378517/ Log: sysutils/backuppc-devel: Fix shebang, sample files, pkg-plist PR: 196923 Submitted by: maintainer (Alexander Moisseev) Modified: head/sysutils/backuppc-devel/Makefile head/sysutils/backuppc-devel/files/update.sh.in head/sysutils/backuppc-devel/pkg-plist Modified: head/sysutils/backuppc-devel/Makefile ============================================================================== --- head/sysutils/backuppc-devel/Makefile Fri Feb 6 09:37:24 2015 (r378516) +++ head/sysutils/backuppc-devel/Makefile Fri Feb 6 09:44:48 2015 (r378517) @@ -3,8 +3,8 @@ PORTNAME= backuppc DISTVERSION= 4.0.0alpha3 +PORTREVISION= 2 CATEGORIES= sysutils -PORTREVISION= 1 MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-beta/${DISTVERSION} PKGNAMESUFFIX= -devel @@ -97,6 +97,7 @@ do-install: cd ${WRKSRC} && ${PERL} configure.pl \ --batch \ --backuppc-user ${USERS} \ + --bin-path perl=${PERL} \ --config-dir ${ETCDIR} \ --cgi-dir ${CGIDIR} \ --data-dir /var/db/BackupPC \ Modified: head/sysutils/backuppc-devel/files/update.sh.in ============================================================================== --- head/sysutils/backuppc-devel/files/update.sh.in Fri Feb 6 09:37:24 2015 (r378516) +++ head/sysutils/backuppc-devel/files/update.sh.in Fri Feb 6 09:44:48 2015 (r378517) @@ -1,6 +1,7 @@ #!/bin/sh perl %%PREFIX%%/libexec/backuppc/update.pl \ + --bin-path perl=%%PREFIX%%/bin/perl \ --config-dir %%ETCDIR%% \ --cgi-dir %%CGIDIR%% \ --data-dir /var/db/BackupPC \ Modified: head/sysutils/backuppc-devel/pkg-plist ============================================================================== --- head/sysutils/backuppc-devel/pkg-plist Fri Feb 6 09:37:24 2015 (r378516) +++ head/sysutils/backuppc-devel/pkg-plist Fri Feb 6 09:44:48 2015 (r378517) @@ -1,4 +1,3 @@ -@stopdaemon backuppc @mode 0555 bin/BackupPC bin/BackupPC_Admin_SCGI @@ -128,11 +127,7 @@ man/man1/backuppc.1.gz @group backuppc @mode 04554 %%CGIDIR%%/BackupPC_Admin -@owner -@group @mode -@owner backuppc -@group backuppc @dir /var/run/BackupPC @dir /var/log/BackupPC @dir /var/db/BackupPC/cpool @@ -142,9 +137,9 @@ man/man1/backuppc.1.gz @comment .sample files actually are templates for the configuration script @comment and should not be installed as working configuration files. @mode 0640 -@sample %%ETCDIR%%/config.pl.sample +%%ETCDIR%%/config.pl.sample @mode 0644 -@sample %%ETCDIR%%/hosts.sample +%%ETCDIR%%/hosts.sample @owner @group @mode 0544 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 09:59:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 605CFC2F; Fri, 6 Feb 2015 09:59:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 320D6672; Fri, 6 Feb 2015 09:59:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t169xIah015050; Fri, 6 Feb 2015 09:59:18 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t169xHFT015047; Fri, 6 Feb 2015 09:59:17 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201502060959.t169xHFT015047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 6 Feb 2015 09:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378518 - in head/security/hpenc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:59:18 -0000 Author: vsevolod Date: Fri Feb 6 09:59:17 2015 New Revision: 378518 URL: https://svnweb.freebsd.org/changeset/ports/378518 QAT: https://qat.redports.org/buildarchive/r378518/ Log: - Fix assembler opcodes on i386 - Fix build on FreeBSD < 10 - Do not bump revision since this only affects broken systems Added: head/security/hpenc/files/ head/security/hpenc/files/patch-poly1305-i386-asm (contents, props changed) Modified: head/security/hpenc/Makefile Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Fri Feb 6 09:44:48 2015 (r378517) +++ head/security/hpenc/Makefile Fri Feb 6 09:59:17 2015 (r378518) @@ -20,7 +20,13 @@ CXXFLAGS+= -std=c++11 \ -I${WRKSRC}/poly1305-opt/app/include LDFLAGS+= -pthread -lcrypto +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000036 +WITH_OPENSSL_PORT= yes +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hpenc -.include +.include Added: head/security/hpenc/files/patch-poly1305-i386-asm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/hpenc/files/patch-poly1305-i386-asm Fri Feb 6 09:59:17 2015 (r378518) @@ -0,0 +1,22 @@ +--- poly1305-opt/app/extensions/poly1305/poly1305_avx-32.inc ++++ poly1305-opt/app/extensions/poly1305/poly1305_avx-32.inc +@@ -7,7 +7,7 @@ FN_END poly1305_block_size_avx + + + GLOBAL_HIDDEN_FN poly1305_auth_avx ++cmpl $64, 12(%esp) +-cmp $64, 12(%esp) + jbe poly1305_auth_x86_local + pushl %ebp + movl %esp, %ebp +--- poly1305-opt/app/extensions/poly1305/poly1305_avx2-32.inc ++++ poly1305-opt/app/extensions/poly1305/poly1305_avx2-32.inc +@@ -8,7 +8,7 @@ FN_END poly1305_block_size_avx2 + + + GLOBAL_HIDDEN_FN poly1305_auth_avx2 ++cmpl $64, 12(%esp) +-cmp $64, 12(%esp) + jbe poly1305_auth_x86_local + pushl %ebp + movl %esp, %ebp From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:07:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24041A2; Fri, 6 Feb 2015 10:07:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6487A4; Fri, 6 Feb 2015 10:07:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16A7K0b019664; Fri, 6 Feb 2015 10:07:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16A7KYB019662; Fri, 6 Feb 2015 10:07:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061007.t16A7KYB019662@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 10:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378519 - in head/shells/lshell: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:07:21 -0000 Author: marino Date: Fri Feb 6 10:07:19 2015 New Revision: 378519 URL: https://svnweb.freebsd.org/changeset/ports/378519 QAT: https://qat.redports.org/buildarchive/r378519/ Log: shells/lshell: fix syslog file location (/dev/log => /var/run/log) PR: 195245 Submitted by: dam (my.gd) Approved by: n/a (unmaintained) Added: head/shells/lshell/files/ head/shells/lshell/files/patch-lshell_checkconfig.py (contents, props changed) Modified: head/shells/lshell/Makefile Modified: head/shells/lshell/Makefile ============================================================================== --- head/shells/lshell/Makefile Fri Feb 6 09:59:17 2015 (r378518) +++ head/shells/lshell/Makefile Fri Feb 6 10:07:19 2015 (r378519) @@ -3,6 +3,7 @@ PORTNAME= lshell PORTVERSION= 0.9.16 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF Added: head/shells/lshell/files/patch-lshell_checkconfig.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/lshell/files/patch-lshell_checkconfig.py Fri Feb 6 10:07:19 2015 (r378519) @@ -0,0 +1,11 @@ +--- lshell/checkconfig.py.orig 2013-08-19 19:59:37 UTC ++++ lshell/checkconfig.py +@@ -307,7 +307,7 @@ class CheckConfig: + try: + if logfilename == "syslog": + from logging.handlers import SysLogHandler +- syslog = SysLogHandler(address='/dev/log') ++ syslog = SysLogHandler(address='/var/run/log') + syslog.setFormatter(syslogformatter) + syslog.setLevel(self.levels[self.conf['loglevel']]) + logger.addHandler(syslog) From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:15:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB3DA2CE; Fri, 6 Feb 2015 10:15:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B48873; Fri, 6 Feb 2015 10:15:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AF152024343; Fri, 6 Feb 2015 10:15:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16AF1s4024337; Fri, 6 Feb 2015 10:15:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061015.t16AF1s4024337@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 10:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378520 - in head/textproc/dictionary: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:15:01 -0000 Author: marino Date: Fri Feb 6 10:15:00 2015 New Revision: 378520 URL: https://svnweb.freebsd.org/changeset/ports/378520 QAT: https://qat.redports.org/buildarchive/r378520/ Log: textproc/dictionary: stop calling make-local-hook unconditionally This hook was removed from emacs 24.1 so it's obsolete now. PR: 196527 Submitted by: Yoshiaki Kasahara Approved by: n/a (unmaintained) Added: head/textproc/dictionary/files/ head/textproc/dictionary/files/patch-dictionary.el (contents, props changed) Modified: head/textproc/dictionary/Makefile Modified: head/textproc/dictionary/Makefile ============================================================================== --- head/textproc/dictionary/Makefile Fri Feb 6 10:07:19 2015 (r378519) +++ head/textproc/dictionary/Makefile Fri Feb 6 10:15:00 2015 (r378520) @@ -3,7 +3,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ Added: head/textproc/dictionary/files/patch-dictionary.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/dictionary/files/patch-dictionary.el Fri Feb 6 10:15:00 2015 (r378520) @@ -0,0 +1,12 @@ +--- dictionary.el.orig 2004-10-02 06:31:20 UTC ++++ dictionary.el +@@ -330,7 +330,8 @@ by the choice value: + (make-local-variable 'dictionary-default-dictionary) + (make-local-variable 'dictionary-default-strategy) + +- (make-local-hook 'kill-buffer-hook) ++ (if (fboundp 'make-local-hook) ++ (make-local-hook 'kill-buffer-hook)) + (add-hook 'kill-buffer-hook 'dictionary-close t t) + (run-hooks 'dictionary-mode-hook)) + From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:20:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 575AC71F; Fri, 6 Feb 2015 10:20:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42CF5930; Fri, 6 Feb 2015 10:20:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AKjhM025646; Fri, 6 Feb 2015 10:20:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16AKiHT025641; Fri, 6 Feb 2015 10:20:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061020.t16AKiHT025641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 10:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378521 - in head/net-mgmt/flowviewer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:20:45 -0000 Author: marino Date: Fri Feb 6 10:20:43 2015 New Revision: 378521 URL: https://svnweb.freebsd.org/changeset/ports/378521 QAT: https://qat.redports.org/buildarchive/r378521/ Log: net-mgmt/flowviewer: Add 3 sample config files (not with @sample though) PR: 196013 Submitted by: timp87 (gmail) Approved by: maintainer timeout (2 months) Modified: head/net-mgmt/flowviewer/Makefile head/net-mgmt/flowviewer/files/pkg-message.in head/net-mgmt/flowviewer/pkg-plist Modified: head/net-mgmt/flowviewer/Makefile ============================================================================== --- head/net-mgmt/flowviewer/Makefile Fri Feb 6 10:15:00 2015 (r378520) +++ head/net-mgmt/flowviewer/Makefile Fri Feb 6 10:20:43 2015 (r378521) @@ -3,6 +3,7 @@ PORTNAME= flowviewer PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} @@ -36,8 +37,7 @@ PLIST_SCRIPT= FV.cgi FV_Relay.cgi FlowGr FlowViewer_UI.pm FlowViewer_Utilities.pm FlowGrapher_Colors \ FlowMonitor_Collector FlowMonitor_Grapher \ FlowMonitor_Recreate FlowMonitor_Thumbnail FlowViewer_CleanASCache \ - FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK \ - NamedInterfaces_Devices NamedInterfaces_Exporters + FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK PLIST_DATA= FG_button.png FM_button.png FV_button.png FlowViewer.css PLIST_TOOLS= flowcapture_restart resize_rrdtools flowmonitor_grapher_nonlazy \ date_to_epoch_gm performance_check flowmonitor_restart \ @@ -69,7 +69,9 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR} ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tools - ${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.dist + ${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.sample + ${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Devices ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Devices.sample + ${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Exporters ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Exporters.sample ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tmp ${STAGEDIR}${FLOWVIEWERDIR}/reports ${STAGEDIR}${FLOWVIEWERDIR}/graphs \ ${STAGEDIR}${FLOWVIEWERDIR}/monitor ${STAGEDIR}${FLOWVIEWERDIR}/working ${STAGEDIR}${FLOWVIEWERDIR}/saves \ ${STAGEDIR}${FLOWVIEWERDIR}/names ${STAGEDIR}${FLOWVIEWERDIR}/ipsets ${STAGEDIR}${FLOWVIEWERDIR}/filters \ Modified: head/net-mgmt/flowviewer/files/pkg-message.in ============================================================================== --- head/net-mgmt/flowviewer/files/pkg-message.in Fri Feb 6 10:15:00 2015 (r378520) +++ head/net-mgmt/flowviewer/files/pkg-message.in Fri Feb 6 10:20:43 2015 (r378521) @@ -2,8 +2,10 @@ %%FLOWVIEWERDIR%% -Please copy FlowViewer_Configuration.pm.dist to FlowViewer_Configuration.pm -and edit it to suit your needs. +Please copy FlowViewer_Configuration.pm.sample to FlowViewer_Configuration.pm, +NamedInterfaces_Devices.sample to NamedInterfaces_Devices, +NamedInterfaces_Exporters.sample to NamedInterfaces_Exporters +and edit them to suit your needs. To make FlowViewer available through your web site, I suggest that you add something like the following to httpd.conf: Modified: head/net-mgmt/flowviewer/pkg-plist ============================================================================== --- head/net-mgmt/flowviewer/pkg-plist Fri Feb 6 10:15:00 2015 (r378520) +++ head/net-mgmt/flowviewer/pkg-plist Fri Feb 6 10:20:43 2015 (r378521) @@ -23,7 +23,7 @@ %%FLOWVIEWERDIR%%/FlowViewer_CleanFiles %%FLOWVIEWERDIR%%/FlowViewer_CleanHostCache %%FLOWVIEWERDIR%%/FlowViewer_CleanSiLK -%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.dist +%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.sample %%FLOWVIEWERDIR%%/FlowViewer_Main.cgi %%FLOWVIEWERDIR%%/FlowViewer_Replay.cgi %%FLOWVIEWERDIR%%/FlowViewer_Save.cgi @@ -31,8 +31,8 @@ %%FLOWVIEWERDIR%%/FlowViewer_Sort.cgi %%FLOWVIEWERDIR%%/FlowViewer_UI.pm %%FLOWVIEWERDIR%%/FlowViewer_Utilities.pm -%%FLOWVIEWERDIR%%/NamedInterfaces_Devices -%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters +%%FLOWVIEWERDIR%%/NamedInterfaces_Devices.sample +%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters.sample %%FLOWVIEWERDIR%%/dscan.suppress.dst %%FLOWVIEWERDIR%%/dscan.suppress.src %%FLOWVIEWERDIR%%/tools/analyze_flowmonitor_debug From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:23:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81B17572; Fri, 6 Feb 2015 10:23:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCF295C; Fri, 6 Feb 2015 10:23:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16ANuFD029066; Fri, 6 Feb 2015 10:23:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16ANuO5029065; Fri, 6 Feb 2015 10:23:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502061023.t16ANuO5029065@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 6 Feb 2015 10:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378522 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:23:56 -0000 Author: antoine Date: Fri Feb 6 10:23:55 2015 New Revision: 378522 URL: https://svnweb.freebsd.org/changeset/ports/378522 QAT: https://qat.redports.org/buildarchive/r378522/ Log: Fix duplicate pkgnames Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Feb 6 10:20:43 2015 (r378521) +++ head/net/wireshark/Makefile Fri Feb 6 10:23:55 2015 (r378522) @@ -1,7 +1,7 @@ # Created by: Bill Fumerola # $FreeBSD$ -PORTNAME= wireshark +PORTNAME?= wireshark PORTVERSION= 1.12.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:29:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52879594; Fri, 6 Feb 2015 10:29:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E9DA990; Fri, 6 Feb 2015 10:29:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AToAp029842; Fri, 6 Feb 2015 10:29:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16ATo1P029841; Fri, 6 Feb 2015 10:29:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502061029.t16ATo1P029841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 6 Feb 2015 10:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378523 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:29:50 -0000 Author: antoine Date: Fri Feb 6 10:29:49 2015 New Revision: 378523 URL: https://svnweb.freebsd.org/changeset/ports/378523 QAT: https://qat.redports.org/buildarchive/r378523/ Log: Fix fetching of tshark* Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Feb 6 10:23:55 2015 (r378522) +++ head/net/wireshark/Makefile Fri Feb 6 10:29:49 2015 (r378523) @@ -12,6 +12,7 @@ MASTER_SITES= http://www.wireshark.org/d http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ http://wireshark.zing.org/download/src/ +DISTNAME= ${DATADIR_NAME}-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT?= Powerful network analyzer/capture tool From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:36:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D67DD20; Fri, 6 Feb 2015 10:36:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A272A65; Fri, 6 Feb 2015 10:36:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AarE6034342; Fri, 6 Feb 2015 10:36:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Aar63034341; Fri, 6 Feb 2015 10:36:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061036.t16Aar63034341@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 10:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378524 - head/korean/baekmukfonts-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:36:54 -0000 Author: marino Date: Fri Feb 6 10:36:52 2015 New Revision: 378524 URL: https://svnweb.freebsd.org/changeset/ports/378524 QAT: https://qat.redports.org/buildarchive/r378524/ Log: korean/baekmukfonts-ttfs: correct LICENSE (BSD => MIT) PR: 197085 Submitted by: Jordan Irwin Approved by: n/a (unmaintained) Modified: head/korean/baekmukfonts-ttf/Makefile Modified: head/korean/baekmukfonts-ttf/Makefile ============================================================================== --- head/korean/baekmukfonts-ttf/Makefile Fri Feb 6 10:29:49 2015 (r378523) +++ head/korean/baekmukfonts-ttf/Makefile Fri Feb 6 10:36:52 2015 (r378524) @@ -3,6 +3,7 @@ PORTNAME= baekmukfonts PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= http://kldp.net/frs/download.php/1429/ PKGNAMESUFFIX= -ttf @@ -11,7 +12,7 @@ DISTNAME= ${FONTNAME}${PKGNAMESUFFIX}-${ MAINTAINER= ports@FreeBSD.org COMMENT= Baekmuk family Korean TrueType Fonts -LICENSE= BSD +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT NO_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:41:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF132EF6; Fri, 6 Feb 2015 10:41:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7D3FB20; Fri, 6 Feb 2015 10:41:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AfIBB036129; Fri, 6 Feb 2015 10:41:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16AfIbR036126; Fri, 6 Feb 2015 10:41:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061041.t16AfIbR036126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 10:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378525 - in head/www/MT: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:41:19 -0000 Author: marino Date: Fri Feb 6 10:41:17 2015 New Revision: 378525 URL: https://svnweb.freebsd.org/changeset/ports/378525 QAT: https://qat.redports.org/buildarchive/r378525/ Log: www/MT: Fix configure file typo, fix pkg-plist PR: 196583 Submitted by: maintainer (takefu - airport.fm) Modified: head/www/MT/Makefile head/www/MT/files/MT.conf.in head/www/MT/pkg-plist Modified: head/www/MT/Makefile ============================================================================== --- head/www/MT/Makefile Fri Feb 6 10:36:52 2015 (r378524) +++ head/www/MT/Makefile Fri Feb 6 10:41:17 2015 (r378525) @@ -165,7 +165,7 @@ pre-everything:: .endif do-install: - @cd ${WRKSRC} && ${FIND} * -name "*.orig" -delete + @${FIND} ${WRKSRC}/* -name "*.orig" -delete @${ECHO_MSG} "Installing cgi under ${PREFIX}/${CGIDIR}/" @${MKDIR} ${STAGEDIR}${PREFIX}/${CGIDIR} @cd ${WRKSRC} && ${CP} -R *.cgi mt.psgi mt-config.cgi-original \ @@ -193,7 +193,7 @@ post-install: @${CAT} ${WRKDIR}/MT.conf @${ECHO_CMD} "" @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes - @${INSTALL_DATA} ${WRKDIR}/MT.conf \ + ${INSTALL_DATA} ${WRKDIR}/MT.conf \ ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes/MT.conf .else @${ECHO_CMD} "" Modified: head/www/MT/files/MT.conf.in ============================================================================== --- head/www/MT/files/MT.conf.in Fri Feb 6 10:36:52 2015 (r378524) +++ head/www/MT/files/MT.conf.in Fri Feb 6 10:41:17 2015 (r378525) @@ -10,7 +10,7 @@ # This is to permit URL access to scripts/files in %%PACKAGENAME%% directory. # - Options EcexCGI + Options ExecCGI %%APACHE22%% Order allow,deny %%APACHE22%% Allow from all %%APACHE24%% Require all granted Modified: head/www/MT/pkg-plist ============================================================================== --- head/www/MT/pkg-plist Fri Feb 6 10:36:52 2015 (r378524) +++ head/www/MT/pkg-plist Fri Feb 6 10:41:17 2015 (r378525) @@ -3315,516 +3315,14 @@ %%DATADIR%%/mt-static/styles_es.css %%LANG_RU%%%%DATADIR%%/mt-static/mt_ru.js %%LANG_RU%%%%DATADIR%%/mt-static/styles_ru.css -@dir %%CGIDIR%%/tools -@dir %%CGIDIR%%/themes/pico/templates -@dir %%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey -@dir %%CGIDIR%%/themes/pico/static/style_library/pico-white -@dir %%CGIDIR%%/themes/pico/static/style_library/pico-tan -@dir %%CGIDIR%%/themes/pico/static/style_library/pico-darkblue -@dir %%CGIDIR%%/themes/pico/static/style_library -@dir %%CGIDIR%%/themes/pico/static -@dir %%CGIDIR%%/themes/pico -@dir %%CGIDIR%%/themes/classic_website/templates -@dir %%CGIDIR%%/themes/classic_website -@dir %%CGIDIR%%/themes/classic_blog/templates -@dir %%CGIDIR%%/themes/classic_blog -@dir %%CGIDIR%%/themes/rainier/templates -@dir %%CGIDIR%%/themes/rainier/static/js -@dir %%CGIDIR%%/themes/rainier/static/css/rainier-white/img -@dir %%CGIDIR%%/themes/rainier/static/css/rainier-white -@dir %%CGIDIR%%/themes/rainier/static/css -@dir %%CGIDIR%%/themes/rainier/static/img -@dir %%CGIDIR%%/themes/rainier/static -@dir %%CGIDIR%%/themes/rainier -@dir %%CGIDIR%%/themes -@dir %%CGIDIR%%/default_templates -@dir %%CGIDIR%%/import +@owner +@group +%%APACHE%%%%APACHEETCDIR%%/Includes/MT.conf @dir %%CGIDIR%%/alt-tmpl -@dir %%CGIDIR%%/extlib/File/Copy -@dir %%CGIDIR%%/extlib/File -@dir %%CGIDIR%%/extlib/Cache/Memory -@dir %%CGIDIR%%/extlib/Cache -@dir %%CGIDIR%%/extlib/XML/Simple -@dir %%CGIDIR%%/extlib/XML/Elemental -@dir %%CGIDIR%%/extlib/XML/Parser/Style -@dir %%CGIDIR%%/extlib/XML/Parser -@dir %%CGIDIR%%/extlib/XML/SAX/PurePerl/Reader -@dir %%CGIDIR%%/extlib/XML/SAX/PurePerl -@dir %%CGIDIR%%/extlib/XML/SAX -@dir %%CGIDIR%%/extlib/XML/XPath/Node -@dir %%CGIDIR%%/extlib/XML/XPath -@dir %%CGIDIR%%/extlib/XML/Atom -@dir %%CGIDIR%%/extlib/XML -@dir %%CGIDIR%%/extlib/YAML -@dir %%CGIDIR%%/extlib/Crypt -@dir %%CGIDIR%%/extlib/CGI -@dir %%CGIDIR%%/extlib/Class/Accessor -@dir %%CGIDIR%%/extlib/Class/Data -@dir %%CGIDIR%%/extlib/Class/Inspector -@dir %%CGIDIR%%/extlib/Class @dir %%CGIDIR%%/extlib/MT/L10N -@dir %%CGIDIR%%/extlib/MT -@dir %%CGIDIR%%/extlib/Image -@dir %%CGIDIR%%/extlib/WWW/RobotRules -@dir %%CGIDIR%%/extlib/WWW -@dir %%CGIDIR%%/extlib/XMLRPC/Transport -@dir %%CGIDIR%%/extlib/XMLRPC -@dir %%CGIDIR%%/extlib/Heap -@dir %%CGIDIR%%/extlib/Data/ObjectDriver/SQL -@dir %%CGIDIR%%/extlib/Data/ObjectDriver/Driver/Cache -@dir %%CGIDIR%%/extlib/Data/ObjectDriver/Driver/DBD -@dir %%CGIDIR%%/extlib/Data/ObjectDriver/Driver -@dir %%CGIDIR%%/extlib/Data/ObjectDriver -@dir %%CGIDIR%%/extlib/Data -@dir %%CGIDIR%%/extlib/Locale/Maketext -@dir %%CGIDIR%%/extlib/Locale -@dir %%CGIDIR%%/extlib/JSON/PP -@dir %%CGIDIR%%/extlib/JSON -@dir %%CGIDIR%%/extlib/IO -@dir %%CGIDIR%%/extlib/Lucene -@dir %%CGIDIR%%/extlib/UDDI -@dir %%CGIDIR%%/extlib/IPC -@dir %%CGIDIR%%/extlib/SOAP/Transport -@dir %%CGIDIR%%/extlib/SOAP/Lite/Deserializer -@dir %%CGIDIR%%/extlib/SOAP/Lite -@dir %%CGIDIR%%/extlib/SOAP -@dir %%CGIDIR%%/extlib/URI/Fetch -@dir %%CGIDIR%%/extlib/URI/urn -@dir %%CGIDIR%%/extlib/URI/file -@dir %%CGIDIR%%/extlib/URI -@dir %%CGIDIR%%/extlib/version -@dir %%CGIDIR%%/extlib/Net/OpenID/Yadis -@dir %%CGIDIR%%/extlib/Net/OpenID -@dir %%CGIDIR%%/extlib/Net/OAuth/V1_0A -@dir %%CGIDIR%%/extlib/Net/OAuth/SignatureMethod -@dir %%CGIDIR%%/extlib/Net/OAuth -@dir %%CGIDIR%%/extlib/Net/HTTP -@dir %%CGIDIR%%/extlib/Net/SMTP -@dir %%CGIDIR%%/extlib/Net -@dir %%CGIDIR%%/extlib/LWP/Protocol -@dir %%CGIDIR%%/extlib/LWP/Authen -@dir %%CGIDIR%%/extlib/LWP -@dir %%CGIDIR%%/extlib/Attribute/Params -@dir %%CGIDIR%%/extlib/Attribute -@dir %%CGIDIR%%/extlib/Math/BigInt -@dir %%CGIDIR%%/extlib/Math -@dir %%CGIDIR%%/extlib/Archive -@dir %%CGIDIR%%/extlib/Module/Load -@dir %%CGIDIR%%/extlib/Module -@dir %%CGIDIR%%/extlib/I18N/LangTags -@dir %%CGIDIR%%/extlib/I18N -@dir %%CGIDIR%%/extlib/TheSchwartz -@dir %%CGIDIR%%/extlib/MIME/Charset -@dir %%CGIDIR%%/extlib/MIME/EncWords -@dir %%CGIDIR%%/extlib/MIME -@dir %%CGIDIR%%/extlib/Algorithm -@dir %%CGIDIR%%/extlib/HTTP/Headers -@dir %%CGIDIR%%/extlib/HTTP/Request -@dir %%CGIDIR%%/extlib/HTTP/Cookies -@dir %%CGIDIR%%/extlib/HTTP -@dir %%CGIDIR%%/extlib/Params/Validate -@dir %%CGIDIR%%/extlib/Params -@dir %%CGIDIR%%/extlib/UNIVERSAL -@dir %%CGIDIR%%/extlib/Apache/XMLRPC -@dir %%CGIDIR%%/extlib/Apache -@dir %%CGIDIR%%/extlib/HTML -@dir %%CGIDIR%%/extlib -%%LANG_RU%%@dir %%CGIDIR%%/plugins/UpdatePingsRU -@dir %%CGIDIR%%/plugins/spamlookup/lib/spamlookup/L10N -@dir %%CGIDIR%%/plugins/spamlookup/lib/spamlookup -@dir %%CGIDIR%%/plugins/spamlookup/lib -@dir %%CGIDIR%%/plugins/spamlookup/tmpl -@dir %%CGIDIR%%/plugins/spamlookup -@dir %%CGIDIR%%/plugins/Markdown/php -@dir %%CGIDIR%%/plugins/Markdown -@dir %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N -@dir %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/Library -@dir %%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher -@dir %%CGIDIR%%/plugins/StyleCatcher/lib -@dir %%CGIDIR%%/plugins/StyleCatcher/tmpl -@dir %%CGIDIR%%/plugins/StyleCatcher -@dir %%CGIDIR%%/plugins/Textile/lib/Text -@dir %%CGIDIR%%/plugins/Textile/lib -@dir %%CGIDIR%%/plugins/Textile/php -@dir %%CGIDIR%%/plugins/Textile -@dir %%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/Worker -@dir %%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N -@dir %%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter -@dir %%CGIDIR%%/plugins/WXRImporter/lib/HTML/Entities/Numbered -@dir %%CGIDIR%%/plugins/WXRImporter/lib/HTML/Entities -@dir %%CGIDIR%%/plugins/WXRImporter/lib/HTML -@dir %%CGIDIR%%/plugins/WXRImporter/lib -@dir %%CGIDIR%%/plugins/WXRImporter/tmpl -@dir %%CGIDIR%%/plugins/WXRImporter -@dir %%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N -@dir %%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager -@dir %%CGIDIR%%/plugins/WidgetManager/lib -@dir %%CGIDIR%%/plugins/WidgetManager -%%LANG_RU%%@dir %%CGIDIR%%/plugins/YandexOpenId/lib/MT/Auth -%%LANG_RU%%@dir %%CGIDIR%%/plugins/YandexOpenId/lib/MT -%%LANG_RU%%@dir %%CGIDIR%%/plugins/YandexOpenId/lib -%%LANG_RU%%@dir %%CGIDIR%%/plugins/YandexOpenId/tmpl -%%LANG_RU%%@dir %%CGIDIR%%/plugins/YandexOpenId -@dir %%CGIDIR%%/plugins/FormattedText/lib/FormattedText/L10N -@dir %%CGIDIR%%/plugins/FormattedText/lib/FormattedText -@dir %%CGIDIR%%/plugins/FormattedText/lib -@dir %%CGIDIR%%/plugins/FormattedText/tmpl/cms -@dir %%CGIDIR%%/plugins/FormattedText/tmpl -@dir %%CGIDIR%%/plugins/FormattedText -@dir %%CGIDIR%%/plugins/FormattedTextForTinyMCE/lib/FormattedTextForTinyMCE/L10N -@dir %%CGIDIR%%/plugins/FormattedTextForTinyMCE/lib/FormattedTextForTinyMCE -@dir %%CGIDIR%%/plugins/FormattedTextForTinyMCE/lib -@dir %%CGIDIR%%/plugins/FormattedTextForTinyMCE/tmpl -@dir %%CGIDIR%%/plugins/FormattedTextForTinyMCE -@dir %%CGIDIR%%/plugins/TinyMCE/lib/TinyMCE/L10N -@dir %%CGIDIR%%/plugins/TinyMCE/lib/TinyMCE -@dir %%CGIDIR%%/plugins/TinyMCE/lib -@dir %%CGIDIR%%/plugins/TinyMCE/tmpl -@dir %%CGIDIR%%/plugins/TinyMCE -@dir %%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N -@dir %%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog -@dir %%CGIDIR%%/plugins/MultiBlog/lib -@dir %%CGIDIR%%/plugins/MultiBlog/tmpl -@dir %%CGIDIR%%/plugins/MultiBlog/php -@dir %%CGIDIR%%/plugins/MultiBlog -@dir %%CGIDIR%%/plugins -@dir %%CGIDIR%%/search_templates -@dir %%CGIDIR%%/lib/MT/Upgrade -@dir %%CGIDIR%%/lib/MT/Theme -@dir %%CGIDIR%%/lib/MT/Asset -@dir %%CGIDIR%%/lib/MT/ArchiveType -@dir %%CGIDIR%%/lib/MT/Cache -@dir %%CGIDIR%%/lib/MT/Auth -@dir %%CGIDIR%%/lib/MT/Compat -@dir %%CGIDIR%%/lib/MT/Util/YAML -@dir %%CGIDIR%%/lib/MT/Util/Archive -@dir %%CGIDIR%%/lib/MT/Util -@dir %%CGIDIR%%/lib/MT/Image -@dir %%CGIDIR%%/lib/MT/Meta -@dir %%CGIDIR%%/lib/MT/ObjectDriver/SQL -@dir %%CGIDIR%%/lib/MT/ObjectDriver/DDL -@dir %%CGIDIR%%/lib/MT/ObjectDriver/Driver/Cache -@dir %%CGIDIR%%/lib/MT/ObjectDriver/Driver/DBD -@dir %%CGIDIR%%/lib/MT/ObjectDriver/Driver -@dir %%CGIDIR%%/lib/MT/ObjectDriver -@dir %%CGIDIR%%/lib/MT/Plugin -@dir %%CGIDIR%%/lib/MT/Template/Context -@dir %%CGIDIR%%/lib/MT/Template/Tags -@dir %%CGIDIR%%/lib/MT/Template -@dir %%CGIDIR%%/lib/MT/Object -@dir %%CGIDIR%%/lib/MT/FileMgr -@dir %%CGIDIR%%/lib/MT/Revisable -@dir %%CGIDIR%%/lib/MT/Worker -@dir %%CGIDIR%%/lib/MT/Summary -@dir %%CGIDIR%%/lib/MT/CMS -@dir %%CGIDIR%%/lib/MT/L10N -@dir %%CGIDIR%%/lib/MT/I18N -@dir %%CGIDIR%%/lib/MT/TheSchwartz -@dir %%CGIDIR%%/lib/MT/Memcached -@dir %%CGIDIR%%/lib/MT/App/Search -@dir %%CGIDIR%%/lib/MT/App -@dir %%CGIDIR%%/lib/MT/BackupRestore -@dir %%CGIDIR%%/lib/MT -@dir %%CGIDIR%%/lib -@dir %%CGIDIR%%/tmpl/wizard -@dir %%CGIDIR%%/tmpl/cms/popup -@dir %%CGIDIR%%/tmpl/cms/dialog -@dir %%CGIDIR%%/tmpl/cms/include/debug_toolbar -@dir %%CGIDIR%%/tmpl/cms/include/theme_exporters -@dir %%CGIDIR%%/tmpl/cms/include/list_associations -@dir %%CGIDIR%%/tmpl/cms/include -@dir %%CGIDIR%%/tmpl/cms/widget -@dir %%CGIDIR%%/tmpl/cms/listing -@dir %%CGIDIR%%/tmpl/cms -@dir %%CGIDIR%%/tmpl/feeds -@dir %%CGIDIR%%/tmpl/include -@dir %%CGIDIR%%/tmpl/comment -@dir %%CGIDIR%%/tmpl -@dir %%CGIDIR%%/php/extlib/smarty/unit_test/templates -@dir %%CGIDIR%%/php/extlib/smarty/unit_test/configs -@dir %%CGIDIR%%/php/extlib/smarty/unit_test -@dir %%CGIDIR%%/php/extlib/smarty/misc -@dir %%CGIDIR%%/php/extlib/smarty/libs/plugins -@dir %%CGIDIR%%/php/extlib/smarty/libs/internals -@dir %%CGIDIR%%/php/extlib/smarty/libs -@dir %%CGIDIR%%/php/extlib/smarty/demo/templates +@dir %%CGIDIR%%/import @dir %%CGIDIR%%/php/extlib/smarty/demo/templates_c -@dir %%CGIDIR%%/php/extlib/smarty/demo/configs -@dir %%CGIDIR%%/php/extlib/smarty/demo -@dir %%CGIDIR%%/php/extlib/smarty -@dir %%CGIDIR%%/php/extlib/ezsql -@dir %%CGIDIR%%/php/extlib/adodb5/perf -@dir %%CGIDIR%%/php/extlib/adodb5/cute_icons_for_site -@dir %%CGIDIR%%/php/extlib/adodb5/tests -@dir %%CGIDIR%%/php/extlib/adodb5/drivers -@dir %%CGIDIR%%/php/extlib/adodb5/contrib -@dir %%CGIDIR%%/php/extlib/adodb5/xsl -@dir %%CGIDIR%%/php/extlib/adodb5/lang -@dir %%CGIDIR%%/php/extlib/adodb5/session/old -@dir %%CGIDIR%%/php/extlib/adodb5/session -@dir %%CGIDIR%%/php/extlib/adodb5/docs -@dir %%CGIDIR%%/php/extlib/adodb5/datadict -@dir %%CGIDIR%%/php/extlib/adodb5/pear/Auth/Container -@dir %%CGIDIR%%/php/extlib/adodb5/pear/Auth -@dir %%CGIDIR%%/php/extlib/adodb5/pear -@dir %%CGIDIR%%/php/extlib/adodb5 -@dir %%CGIDIR%%/php/extlib @dir %%CGIDIR%%/php/plugins -@dir %%CGIDIR%%/php/lib -@dir %%CGIDIR%%/php/tmpl -@dir %%CGIDIR%%/php -%%MYSQL%%@owner mysql -%%MYSQL%%@group mysql -@dir %%DB_DIR%% -%%MYSQL%%@dir /var/db/mysql -%%MYSQL%%@owner %%WWWOWN%% -%%MYSQL%%@group %%WWWGRP%% -@dir %%CGIDIR%% -@dir %%DATADIR%%/mt-static/js/flash -@dir %%DATADIR%%/mt-static/js/editor/editor -@dir %%DATADIR%%/mt-static/js/editor/app/editor_strategy -@dir %%DATADIR%%/mt-static/js/editor/app -@dir %%DATADIR%%/mt-static/js/editor/editor_command -@dir %%DATADIR%%/mt-static/js/editor -@dir %%DATADIR%%/mt-static/js/tc/mixer -@dir %%DATADIR%%/mt-static/js/tc -@dir %%DATADIR%%/mt-static/js/common/Editor -@dir %%DATADIR%%/mt-static/js/common/DOM -@dir %%DATADIR%%/mt-static/js/common -@dir %%DATADIR%%/mt-static/js -@dir %%DATADIR%%/mt-static/flash -@dir %%DATADIR%%/mt-static/themes/cityscape-sf -@dir %%DATADIR%%/mt-static/themes/unity-blue -@dir %%DATADIR%%/mt-static/themes/minimalist-red -@dir %%DATADIR%%/mt-static/themes/unstyled -@dir %%DATADIR%%/mt-static/themes/cityscape-portland -@dir %%DATADIR%%/mt-static/themes -@dir %%DATADIR%%/mt-static/jqueryui/i18n -@dir %%DATADIR%%/mt-static/jqueryui @dir %%DATADIR%%/mt-static/support -@dir %%DATADIR%%/mt-static/html -@dir %%DATADIR%%/mt-static/css/editor -@dir %%DATADIR%%/mt-static/css/hacks -@dir %%DATADIR%%/mt-static/css -@dir %%DATADIR%%/mt-static/plugins/StyleCatcher/images -@dir %%DATADIR%%/mt-static/plugins/StyleCatcher -@dir %%DATADIR%%/mt-static/plugins/WidgetManager/js -@dir %%DATADIR%%/mt-static/plugins/WidgetManager/styles -@dir %%DATADIR%%/mt-static/plugins/WidgetManager/images -@dir %%DATADIR%%/mt-static/plugins/WidgetManager -%%LANG_RU%%@dir %%DATADIR%%/mt-static/plugins/YandexOpenId/images -%%LANG_RU%%@dir %%DATADIR%%/mt-static/plugins/YandexOpenId -@dir %%DATADIR%%/mt-static/plugins/FormattedTextForTinyMCE/skin/img -@dir %%DATADIR%%/mt-static/plugins/FormattedTextForTinyMCE/skin -@dir %%DATADIR%%/mt-static/plugins/FormattedTextForTinyMCE/langs -@dir %%DATADIR%%/mt-static/plugins/FormattedTextForTinyMCE -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/lib/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/lib -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/default/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/default -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/mt/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/mt -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/highcontrast -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/o2k7/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins/o2k7 -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/skins -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/advanced -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/skins/default -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/skins/o2k7/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/skins/o2k7 -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/skins -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes/simple -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/themes -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/utils -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advhr/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advhr/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advhr/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advhr -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/spellchecker/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/spellchecker/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/spellchecker -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/style/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/style/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/style/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/style -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/fullpage/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/fullpage/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/fullpage/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/fullpage -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/xhtmlxtras/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/xhtmlxtras/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/xhtmlxtras/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/xhtmlxtras -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/noneditable -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/example/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/example/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/example/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/example -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/example_dependency -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/legacyoutput -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/emotions/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/emotions/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/emotions/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/emotions -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/searchreplace/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/searchreplace/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/searchreplace/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/searchreplace -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advimage/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advimage/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advimage/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advimage/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advimage -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/bbcode -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/insertdatetime -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups/skins/mt/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups/skins/mt -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups/skins/clearlooks2 -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups/skins -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/inlinepopups -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/directionality -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advlist -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/fullscreen -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/media/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/media/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/media/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/media -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/print -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/contextmenu -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/autoresize -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/preview/jscripts -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/preview -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/table/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/table/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/table/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/table -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/pagebreak -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/iespell -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/nonbreaking -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/template/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/template/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/template/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/template -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/autolink -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt_fullscreen/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt_fullscreen/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt_fullscreen -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/paste/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/paste/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/paste -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/visualblocks/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/visualblocks -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/mt_inlinepopups -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/autosave/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/autosave -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/lists -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/layer -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/tabfocus -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/save -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advlink/js -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advlink/css -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advlink/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/advlink -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/visualchars -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins/wordcount -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/plugins -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce/langs -@dir %%DATADIR%%/mt-static/plugins/TinyMCE/tiny_mce -@dir %%DATADIR%%/mt-static/plugins/TinyMCE -@dir %%DATADIR%%/mt-static/plugins -@dir %%DATADIR%%/mt-static/images/asset -@dir %%DATADIR%%/mt-static/images/status_icons -@dir %%DATADIR%%/mt-static/images/beta_icons -@dir %%DATADIR%%/mt-static/images/arrow -@dir %%DATADIR%%/mt-static/images/template -@dir %%DATADIR%%/mt-static/images/nav_icons/gray -@dir %%DATADIR%%/mt-static/images/nav_icons/mini -@dir %%DATADIR%%/mt-static/images/nav_icons/color -@dir %%DATADIR%%/mt-static/images/nav_icons -@dir %%DATADIR%%/mt-static/images/captcha-source -@dir %%DATADIR%%/mt-static/images/logo -@dir %%DATADIR%%/mt-static/images/buttons/toolbar -@dir %%DATADIR%%/mt-static/images/buttons -@dir %%DATADIR%%/mt-static/images/widget -@dir %%DATADIR%%/mt-static/images/comment -@dir %%DATADIR%%/mt-static/images/chromeless -@dir %%DATADIR%%/mt-static/images/filetype_icons -@dir %%DATADIR%%/mt-static/images -@dir %%DATADIR%%/mt-static/debug_toolbar -@dir %%DATADIR%%/mt-static/themes-base -@dir %%DATADIR%%/mt-static/codemirror/test -@dir %%DATADIR%%/mt-static/codemirror/keymap -@dir %%DATADIR%%/mt-static/codemirror/doc -@dir %%DATADIR%%/mt-static/codemirror/theme -@dir %%DATADIR%%/mt-static/codemirror/mt -@dir %%DATADIR%%/mt-static/codemirror/lib/util -@dir %%DATADIR%%/mt-static/codemirror/lib -@dir %%DATADIR%%/mt-static/codemirror/mode/ntriples -@dir %%DATADIR%%/mt-static/codemirror/mode/ecl -@dir %%DATADIR%%/mt-static/codemirror/mode/ruby -@dir %%DATADIR%%/mt-static/codemirror/mode/sparql -@dir %%DATADIR%%/mt-static/codemirror/mode/rpm/changes -@dir %%DATADIR%%/mt-static/codemirror/mode/rpm/spec -@dir %%DATADIR%%/mt-static/codemirror/mode/rpm -@dir %%DATADIR%%/mt-static/codemirror/mode/markdown -@dir %%DATADIR%%/mt-static/codemirror/mode/properties -@dir %%DATADIR%%/mt-static/codemirror/mode/rust -@dir %%DATADIR%%/mt-static/codemirror/mode/jinja2 -@dir %%DATADIR%%/mt-static/codemirror/mode/scheme -@dir %%DATADIR%%/mt-static/codemirror/mode/css -@dir %%DATADIR%%/mt-static/codemirror/mode/mysql -@dir %%DATADIR%%/mt-static/codemirror/mode/less -@dir %%DATADIR%%/mt-static/codemirror/mode/xml -@dir %%DATADIR%%/mt-static/codemirror/mode/stex -@dir %%DATADIR%%/mt-static/codemirror/mode/htmlmixed -@dir %%DATADIR%%/mt-static/codemirror/mode/groovy -@dir %%DATADIR%%/mt-static/codemirror/mode/pascal -@dir %%DATADIR%%/mt-static/codemirror/mode/clojure -@dir %%DATADIR%%/mt-static/codemirror/mode/python -@dir %%DATADIR%%/mt-static/codemirror/mode/haskell -@dir %%DATADIR%%/mt-static/codemirror/mode/go -@dir %%DATADIR%%/mt-static/codemirror/mode/yaml -@dir %%DATADIR%%/mt-static/codemirror/mode/tiddlywiki -@dir %%DATADIR%%/mt-static/codemirror/mode/plsql -@dir %%DATADIR%%/mt-static/codemirror/mode/rst -@dir %%DATADIR%%/mt-static/codemirror/mode/lua -@dir %%DATADIR%%/mt-static/codemirror/mode/r -@dir %%DATADIR%%/mt-static/codemirror/mode/smalltalk -@dir %%DATADIR%%/mt-static/codemirror/mode/xmlpure -@dir %%DATADIR%%/mt-static/codemirror/mode/perl -@dir %%DATADIR%%/mt-static/codemirror/mode/htmlembedded -@dir %%DATADIR%%/mt-static/codemirror/mode/verilog -@dir %%DATADIR%%/mt-static/codemirror/mode/coffeescript -@dir %%DATADIR%%/mt-static/codemirror/mode/diff -@dir %%DATADIR%%/mt-static/codemirror/mode/gfm -@dir %%DATADIR%%/mt-static/codemirror/mode/javascript -@dir %%DATADIR%%/mt-static/codemirror/mode/php -@dir %%DATADIR%%/mt-static/codemirror/mode/velocity -@dir %%DATADIR%%/mt-static/codemirror/mode/clike -@dir %%DATADIR%%/mt-static/codemirror/mode -@dir %%DATADIR%%/mt-static/codemirror/demo -@dir %%DATADIR%%/mt-static/codemirror -@dir %%DATADIR%%/mt-static/jquery/themes -@dir %%DATADIR%%/mt-static/jquery -@dir %%DATADIR%%/mt-static/codepress/images -@dir %%DATADIR%%/mt-static/codepress/engines -@dir %%DATADIR%%/mt-static/codepress/languages -@dir %%DATADIR%%/mt-static/codepress -@dir %%DATADIR%%/mt-static/htc -@dir %%DATADIR%%/mt-static -@dir %%DATADIR%% -@dir www/cgi-bin -@owner -@group -%%APACHE%%%%APACHEETCDIR%%/Includes/MT.conf -%%APACHE%%@dir %%APACHEETCDIR%%/Includes -%%APACHE%%@dir %%APACHEETCDIR%% +%%MYSQL%%@dir(mysql,mysql,) %%DB_DIR%% +%%MYSQL%%@dir(mysql,mysql,) /var/db/mysql From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 10:52:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC27FC3B; Fri, 6 Feb 2015 10:52:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B839BCBD; Fri, 6 Feb 2015 10:52:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16AqpqJ043335; Fri, 6 Feb 2015 10:52:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16AqpBR043334; Fri, 6 Feb 2015 10:52:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502061052.t16AqpBR043334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 6 Feb 2015 10:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378526 - head/net/tshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 10:52:51 -0000 Author: antoine Date: Fri Feb 6 10:52:50 2015 New Revision: 378526 URL: https://svnweb.freebsd.org/changeset/ports/378526 QAT: https://qat.redports.org/buildarchive/r378526/ Log: Fix tshark options and dependencies Modified: head/net/tshark/Makefile Modified: head/net/tshark/Makefile ============================================================================== --- head/net/tshark/Makefile Fri Feb 6 10:41:17 2015 (r378525) +++ head/net/tshark/Makefile Fri Feb 6 10:52:50 2015 (r378526) @@ -7,6 +7,6 @@ CATEGORIES= net ipv6 MASTERDIR= ${.CURDIR}/../wireshark -WITHOUT_X11= yes +OPTIONS_EXCLUDE= X11 GTK3 QT5 .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 11:15:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49C2C3B9; Fri, 6 Feb 2015 11:15:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A88BEF3; Fri, 6 Feb 2015 11:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16BF59C053215; Fri, 6 Feb 2015 11:15:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16BF3IZ053202; Fri, 6 Feb 2015 11:15:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061115.t16BF3IZ053202@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 11:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378527 - in head/games: . diaspora diaspora/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 11:15:05 -0000 Author: marino Date: Fri Feb 6 11:15:02 2015 New Revision: 378527 URL: https://svnweb.freebsd.org/changeset/ports/378527 QAT: https://qat.redports.org/buildarchive/r378527/ Log: Add new port: games/diaspora PR: 195014 Submitted by: lightside (gmx.com) Diaspora: Shattered Armistice is a single and multiplayer space fighter combat game set in the reimagined Battlestar Galactica universe. It is based on FreeSpace 2 Open Source Code Project engine. Added: head/games/diaspora/ head/games/diaspora/Makefile (contents, props changed) head/games/diaspora/distinfo (contents, props changed) head/games/diaspora/files/ head/games/diaspora/files/extra-patch-increase_joy_buttons_fixed.patch (contents, props changed) head/games/diaspora/files/fs2_open_diaspora.in (contents, props changed) head/games/diaspora/files/fs2_open_diaspora_launcher.in (contents, props changed) head/games/diaspora/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Feb 6 10:52:50 2015 (r378526) +++ head/games/Makefile Fri Feb 6 11:15:02 2015 (r378527) @@ -187,6 +187,7 @@ SUBDIR += dcross SUBDIR += defendguin SUBDIR += diameter + SUBDIR += diaspora SUBDIR += digger-vgl SUBDIR += dmjava SUBDIR += dodgindiamond2 Added: head/games/diaspora/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/Makefile Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,131 @@ +# Created by: lightside +# $FreeBSD$ + +PORTNAME= diaspora +PORTVERSION= 1.1.1 +CATEGORIES= games +MASTER_SITES= http://diaspora.fs2downloads.com/ \ + http://www.freespacemods.net/e107_files/downloads/:freespacemods \ + http://copy.com/8wo3AQnYu0bj/:copy +DISTFILES= Diaspora_R1_Linux.tar.lzma:freespacemods,DEFAULT \ + Diaspora_R1_Patch_1.1.tar.lzma:copy \ + Diaspora_R1_Patch_1.1.1.tar.lzma + +MAINTAINER= lightside@gmx.com +COMMENT= Single and multiplayer space fighter combat game + +LICENSE= CCBYNCSAv3 VOLITION GPLv2 +LICENSE_COMB= multi +LICENSE_NAME_CCBYNCSAv3= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license +LICENSE_NAME_VOLITION= Volition license +LICENSE_FILE_CCBYNCSAv3= ${WRKDIR_DIASPORA}/License.txt +LICENSE_FILE_VOLITION= ${WRKSRC}/COPYING +LICENSE_FILE_GPLv2= ${WRKDIR_DIASPORA}/wxlauncher/GPLv2.txt +LICENSE_PERMS_CCBYNCSAv3= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +LICENSE_PERMS_VOLITION= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + +LIB_DEPENDS+= libjansson.so:${PORTSDIR}/devel/jansson \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libogg.so:${PORTSDIR}/audio/libogg \ + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ + libtheora.so:${PORTSDIR}/multimedia/libtheora + +USES= autoreconf lua:51 openal pkgconfig tar:lzma +USE_GL= yes +USE_SDL= sdl +GNU_CONFIGURE= yes + +WRKDIR_DIASPORA= ${WRKDIR}/Diaspora_R1_Linux/Diaspora +WRKSRC= ${WRKDIR_DIASPORA}/fs2_open + +PORTDATA= data *.vp +PORTDOCS= * +SUB_FILES= fs2_open_${PORTNAME} +PLIST_FILES+= bin/fs2_open_${PORTNAME} \ + libexec/fs2_open_${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +DESKTOP_ENTRIES= "Diaspora" "${COMMENT}" \ + "${PORTNAME}" "fs2_open_${PORTNAME}" \ + "Game;Simulation;" false + +MANUAL_PACKAGE_BUILD= very large distfile set (~1.8 GB) + +OPTIONS_DEFINE= DOCS INCJOYBTNS SPEECH WXLAUNCHER +OPTIONS_DEFAULT= SPEECH WXLAUNCHER +INCJOYBTNS_DESC= Increase a number of joystick buttons from 32 to 98 +INCJOYBTNS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-increase_joy_buttons_fixed.patch +SPEECH_DESC= Text to speech +SPEECH_CONFIGURE_ENABLE= speech +WXLAUNCHER_DESC= Use wxlauncher to manage application profile +WXLAUNCHER_RUN_DEPENDS= wxlauncher:${PORTSDIR}/games/wxlauncher + +.include + +.if ${PORT_OPTIONS:MWXLAUNCHER} +PORTDATA+= resources *.ini *.png *.bmp +SUB_FILES+= fs2_open_${PORTNAME}_launcher +PLIST_FILES+= bin/fs2_open_${PORTNAME}_launcher \ + %%DATADIR%%/fs2_open_${PORTNAME} + +DESKTOP_ENTRIES+= "Diaspora Launcher" "${COMMENT}" \ + "${PORTNAME}" "fs2_open_${PORTNAME}_launcher" \ + "Game;Simulation;" false +.endif + +post-extract: .SILENT +.for v in 1.1 1.1.1 + (cd ${WRKDIR} && tar -xf Patch_Files.${v}.tar -C ${WRKDIR_DIASPORA} && \ + ${RM} Patch_Files.${v}.tar) +.endfor +.if ${PORT_OPTIONS:MWXLAUNCHER} + (cd ${WRKDIR_DIASPORA} && ${CP} -f pro00099.template.ini pro00099.ini) +# Backup data/cmdline_fso.cfg, because executable might merge it with +# user settings + (cd ${WRKDIR_DIASPORA}/data && ${MV} -f cmdline_fso.cfg cmdline_fso.cfg.bak) +.endif + +post-patch: .SILENT +.if ${PORT_OPTIONS:MWXLAUNCHER} + ${REINPLACE_CMD} -e \ + 's|/PATH/TO/YOUR/DIASPORA/FOLDER/HERE|${DATADIR}|' \ + ${WRKDIR_DIASPORA}/pro00099.ini +.endif + ${REINPLACE_CMD} -e '/^AC_INIT/s/3\.7\.1/${PORTNAME}/ ; \ + s/freebsd/${OPSYS:tl}/ ; \ + s/ -m64 -march=athlon64 -ansi// ; \ + s|/usr/local|${LOCALBASE}|' \ + ${CONFIGURE_WRKSRC}/configure.ac + ${REINPLACE_CMD} -e 's|(640x480)x16|(1024x768)x32|' \ + ${BUILD_WRKSRC}/code/osapi/osapi_unix.cpp + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/fs2_open_${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/code/fs2_open_${PORTNAME} \ + ${STAGEDIR}${PREFIX}/libexec + (cd ${WRKDIR_DIASPORA} && ${COPYTREE_SHARE} "${PORTDATA}" \ + ${STAGEDIR}${DATADIR}) + (cd ${WRKDIR} && ${COPYTREE_SHARE} "README*.txt" ${STAGEDIR}${DOCSDIR}) + (cd ${WRKDIR_DIASPORA} && ${COPYTREE_SHARE} "*.pdf *.rtf README.txt" \ + ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog" \ + ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKDIR_DIASPORA}/resources/modimg.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png +.if ${PORT_OPTIONS:MWXLAUNCHER} + ${INSTALL_SCRIPT} ${WRKDIR}/fs2_open_${PORTNAME}_launcher \ + ${STAGEDIR}${PREFIX}/bin +# Create a symbolic link, which used by launcher + ${LN} -sf ${PREFIX}/libexec/fs2_open_${PORTNAME} ${STAGEDIR}${DATADIR} +.endif + +add-plist-post: build-plist-empty + +build-plist-empty: .SILENT +# Add required empty directories to TMPPLIST + ${FIND} ${STAGEDIR}${DATADIR}/data -type d -empty | \ + ${SED} -e 's|^${STAGEDIR}|@dir |' >> ${TMPPLIST} + +.include Added: head/games/diaspora/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/distinfo Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,6 @@ +SHA256 (Diaspora_R1_Linux.tar.lzma) = 598910f2382ab2c8b10aa02cc6fb00c55ed4cd5a1a64d580deb1a0d4e521cf17 +SIZE (Diaspora_R1_Linux.tar.lzma) = 1342425409 +SHA256 (Diaspora_R1_Patch_1.1.tar.lzma) = 759491c5614a4b814ff9199aaa59bd43d034c0ddf25070e94b2019571e127ba4 +SIZE (Diaspora_R1_Patch_1.1.tar.lzma) = 487141904 +SHA256 (Diaspora_R1_Patch_1.1.1.tar.lzma) = 1569d6990b110cbee240b76727b1a015188cd34c53ecdfea7e84d9de151ce7b4 +SIZE (Diaspora_R1_Patch_1.1.1.tar.lzma) = 8191400 Added: head/games/diaspora/files/extra-patch-increase_joy_buttons_fixed.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/files/extra-patch-increase_joy_buttons_fixed.patch Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,97 @@ +# Origin: http://scp.indiegames.us/mantis/view.php?id=2651 +Index: code/controlconfig/controlsconfigcommon.cpp +=================================================================== +--- code/controlconfig/controlsconfigcommon.cpp (revision 8781) ++++ code/controlconfig/controlsconfigcommon.cpp (working copy) +@@ -233,12 +233,23 @@ + }; + + char *Joy_button_text_german[] = { +- "Knopf 1", "Knopf 2", "Knopf 3", "Knopf 4", "Knopf 5", "Knopf 6", +- "Knopf 7", "Knopf 8", "Knopf 9", "Knopf 10", "Knopf 11", "Knopf 12", +- "Knopf 13", "Knopf 14", "Knopf 15", "Knopf 16", "Knopf 17", "Knopf 18", +- "Knopf 19", "Knopf 20", "Knopf 21", "Knopf 22", "Knopf 23", "Knopf 24", +- "Knopf 25", "Knopf 26", "Knopf 27", "Knopf 28", "Knopf 29", "Knopf 30", +- "Knopf 31", "Knopf 32", "Hut Hinten", "Hut Vorne", "Hut Links", "Hut Rechts" ++ "Knopf 1", "Knopf 2", "Knopf 3", "Knopf 4", "Knopf 5", "Knopf 6", ++ "Knopf 7", "Knopf 8", "Knopf 9", "Knopf 10", "Knopf 11", "Knopf 12", ++ "Knopf 13", "Knopf 14", "Knopf 15", "Knopf 16", "Knopf 17", "Knopf 18", ++ "Knopf 19", "Knopf 20", "Knopf 21", "Knopf 22", "Knopf 23", "Knopf 24", ++ "Knopf 25", "Knopf 26", "Knopf 27", "Knopf 28", "Knopf 29", "Knopf 30", ++ "Knopf 31", "Knopf 32", "Knopf 33", "Knopf 34", "Knopf 35", "Knopf 36", ++ "Knopf 37", "Knopf 38", "Knopf 39", "Knopf 40", "Knopf 41", "Knopf 42", ++ "Knopf 43", "Knopf 44", "Knopf 45", "Knopf 46", "Knopf 47", "Knopf 48", ++ "Knopf 49", "Knopf 50", "Knopf 51", "Knopf 52", "Knopf 53", "Knopf 54", ++ "Knopf 55", "Knopf 56", "Knopf 57", "Knopf 58", "Knopf 59", "Knopf 60", ++ "Knopf 61", "Knopf 62", "Knopf 63", "Knopf 64", "Knopf 65", "Knopf 66", ++ "Knopf 67", "Knopf 68", "Knopf 69", "Knopf 70", "Knopf 71", "Knopf 72", ++ "Knopf 73", "Knopf 74", "Knopf 75", "Knopf 76", "Knopf 77", "Knopf 78", ++ "Knopf 79", "Knopf 80", "Knopf 81", "Knopf 82", "Knopf 83", "Knopf 84", ++ "Knopf 85", "Knopf 86", "Knopf 87", "Knopf 88", "Knopf 89", "Knopf 90", ++ "Knopf 91", "Knopf 92", "Knopf 93", "Knopf 94", "Knopf 95", "Knopf 96", ++ "Knopf 97", "Knopf 98", "Hut Hinten", "Hut Vorne", "Hut Links", "Hut Rechts" + }; + + char *Scan_code_text_french[] = { +@@ -285,11 +296,22 @@ + + char *Joy_button_text_french[] = { + "Bouton 1", "Bouton 2", "Bouton 3", "Bouton 4", "Bouton 5", "Bouton 6", +- "Bouton 7", "Bouton 8", "Bouton 9", "Bouton 10", "Bouton 11", "Bouton 12", +- "Bouton 13", "Bouton 14", "Bouton 15", "Bouton 16", "Bouton 17", "Bouton 18", +- "Bouton 19", "Bouton 20", "Bouton 21", "Bouton 22", "Bouton 23", "Bouton 24", +- "Bouton 25", "Bouton 26", "Bouton 27", "Bouton 28", "Bouton 29", "Bouton 30", +- "Bouton 31", "Bouton 32", "Chapeau Arriere", "Chapeau Avant", "Chapeau Gauche", "Chapeau Droite" ++ "Bouton 7", "Bouton 8", "Bouton 9", "Bouton 10", "Bouton 11", "Bouton 12", ++ "Bouton 13", "Bouton 14", "Bouton 15", "Bouton 16", "Bouton 17", "Bouton 18", ++ "Bouton 19", "Bouton 20", "Bouton 21", "Bouton 22", "Bouton 23", "Bouton 24", ++ "Bouton 25", "Bouton 26", "Bouton 27", "Bouton 28", "Bouton 29", "Bouton 30", ++ "Bouton 31", "Bouton 32", "Bouton 33", "Bouton 34", "Bouton 35", "Bouton 36", ++ "Bouton 37", "Bouton 38", "Bouton 39", "Bouton 40", "Bouton 41", "Bouton 42", ++ "Bouton 43", "Bouton 44", "Bouton 45", "Bouton 46", "Bouton 47", "Bouton 48", ++ "Bouton 49", "Bouton 50", "Bouton 51", "Bouton 52", "Bouton 53", "Bouton 54", ++ "Bouton 55", "Bouton 56", "Bouton 57", "Bouton 58", "Bouton 59", "Bouton 60", ++ "Bouton 61", "Bouton 62", "Bouton 63", "Bouton 64", "Bouton 65", "Bouton 66", ++ "Bouton 67", "Bouton 68", "Bouton 69", "Bouton 70", "Bouton 71", "Bouton 72", ++ "Bouton 73", "Bouton 74", "Bouton 75", "Bouton 76", "Bouton 77", "Bouton 78", ++ "Bouton 79", "Bouton 80", "Bouton 81", "Bouton 82", "Bouton 83", "Bouton 84", ++ "Bouton 85", "Bouton 86", "Bouton 87", "Bouton 88", "Bouton 89", "Bouton 90", ++ "Bouton 91", "Bouton 92", "Bouton 93", "Bouton 94", "Bouton 95", "Bouton 96", ++ "Bouton 97", "Bouton 98", "Chapeau Arriere", "Chapeau Avant", "Chapeau Gauche", "Chapeau Droite" + }; + + // This is the text that is displayed on the screen for the keys a player selects +@@ -341,7 +363,18 @@ + "Button 13", "Button 14", "Button 15", "Button 16", "Button 17", "Button 18", + "Button 19", "Button 20", "Button 21", "Button 22", "Button 23", "Button 24", + "Button 25", "Button 26", "Button 27", "Button 28", "Button 29", "Button 30", +- "Button 31", "Button 32", "Hat Back", "Hat Forward", "Hat Left", "Hat Right" ++ "Button 31", "Button 32", "Button 33", "Button 34", "Button 35", "Button 36", ++ "Button 37", "Button 38", "Button 39", "Button 40", "Button 41", "Button 42", ++ "Button 43", "Button 44", "Button 45", "Button 46", "Button 47", "Button 48", ++ "Button 49", "Button 50", "Button 51", "Button 52", "Button 53", "Button 54", ++ "Button 55", "Button 56", "Button 57", "Button 58", "Button 59", "Button 60", ++ "Button 61", "Button 62", "Button 63", "Button 64", "Button 65", "Button 66", ++ "Button 67", "Button 68", "Button 69", "Button 70", "Button 71", "Button 72", ++ "Button 73", "Button 74", "Button 75", "Button 76", "Button 77", "Button 78", ++ "Button 79", "Button 80", "Button 81", "Button 82", "Button 83", "Button 84", ++ "Button 85", "Button 86", "Button 87", "Button 88", "Button 89", "Button 90", ++ "Button 91", "Button 92", "Button 93", "Button 94", "Button 95", "Button 96", ++ "Button 97", "Button 98", "Hat Back", "Hat Forward", "Hat Left", "Hat Right" + }; + + char **Scan_code_text = Scan_code_text_english; + +Index: code/io/joy.h +=================================================================== +--- code/io/joy.h (revision 8781) ++++ code/io/joy.h (working copy) +@@ -12,7 +12,7 @@ + #ifndef __JOY_H__ + #define __JOY_H__ + +-#define JOY_NUM_BUTTONS 32 ++#define JOY_NUM_BUTTONS 98 + #define JOY_NUM_HAT_POS 4 + #define JOY_TOTAL_BUTTONS (JOY_NUM_BUTTONS + JOY_NUM_HAT_POS) + #define JOY_NUM_AXES 6 Added: head/games/diaspora/files/fs2_open_diaspora.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/files/fs2_open_diaspora.in Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,3 @@ +#!/bin/sh + +cd %%DATADIR%% && exec %%PREFIX%%/libexec/fs2_open_diaspora "$@" Added: head/games/diaspora/files/fs2_open_diaspora_launcher.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/files/fs2_open_diaspora_launcher.in Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,5 @@ +#!/bin/sh + +wxlauncher --add-profile --file="%%DATADIR%%/pro00099.ini" --profile=Diaspora +wxlauncher --select-profile --profile=Diaspora +wxlauncher Added: head/games/diaspora/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diaspora/pkg-descr Fri Feb 6 11:15:02 2015 (r378527) @@ -0,0 +1,5 @@ +Diaspora: Shattered Armistice is a single and multiplayer space fighter +combat game set in the reimagined Battlestar Galactica universe. It is +based on FreeSpace 2 Open Source Code Project engine. + +WWW: http://www.diasporagame.com From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 11:58:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CB68427; Fri, 6 Feb 2015 11:58:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5A35E4; Fri, 6 Feb 2015 11:58:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16BwYsA072095; Fri, 6 Feb 2015 11:58:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16BwXPo072091; Fri, 6 Feb 2015 11:58:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061158.t16BwXPo072091@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 11:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378528 - in head/x11/dzen2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 11:58:35 -0000 Author: marino Date: Fri Feb 6 11:58:33 2015 New Revision: 378528 URL: https://svnweb.freebsd.org/changeset/ports/378528 QAT: https://qat.redports.org/buildarchive/r378528/ Log: x11/dzen2: Upgrade version 0.8.5 => 0.9.5 PR: 195756 Submitted by: maintainer (martin - sugioarto.com) Assisted by: Zsolt Udvari Added: head/x11/dzen2/files/patch-Xft (contents, props changed) Deleted: head/x11/dzen2/files/patch-gadgets__kittscanner.sh Modified: head/x11/dzen2/Makefile head/x11/dzen2/distinfo head/x11/dzen2/pkg-descr Modified: head/x11/dzen2/Makefile ============================================================================== --- head/x11/dzen2/Makefile Fri Feb 6 11:15:02 2015 (r378527) +++ head/x11/dzen2/Makefile Fri Feb 6 11:58:33 2015 (r378528) @@ -2,20 +2,25 @@ # $FreeBSD$ PORTNAME= dzen2 -PORTVERSION= 0.8.5 -PORTREVISION= 2 +PORTVERSION= 0.9.5 CATEGORIES= x11 -MASTER_SITES= http://gotmor.googlepages.com/ MAINTAINER= udvzsolt@gmail.com COMMENT= General purpose messaging, notification and menuing program for X11 LICENSE= MIT +USE_GITHUB= yes +GH_ACCOUNT= robm +GH_PROJECT= dzen +GH_COMMIT= 488ab66 +GH_TAGNAME= 488ab66019 + +USES= pkgconfig USE_XORG= x11 -OPTIONS_DEFINE= EXAMPLES GADGETS XPM XINERAMA -OPTIONS_DEFAULT= XPM XINERAMA +OPTIONS_DEFINE= EXAMPLES GADGETS XPM XINERAMA XFT +OPTIONS_DEFAULT= XPM XFT XINERAMA GADGETS_DESC=Build and install gadgets OPTIONS_SUB=yes @@ -29,7 +34,9 @@ XPM_CFLAGS= -DDZEN_XPM XPM_LDFLAGS= -lXpm XINERAMA_USE= XORG=xinerama XINERAMA_LDFLAGS= -lXinerama -XINERAMA_CLAGS= -DDZEN_XINERAMA +XINERAMA_CFLAGS= -DDZEN_XINERAMA +XFT_CFLAGS= -DDZEN_XFT -I${LOCALBASE}/include/freetype2 +XFT_USE= XORG=xft MAKE_ARGS+= LDFLAGS="${LDFLAGS} \$${LIBS}" \ CFLAGS="${CFLAGS} ${INCS} -DVERSION=\\\"\$${VERSION}\\\"" Modified: head/x11/dzen2/distinfo ============================================================================== --- head/x11/dzen2/distinfo Fri Feb 6 11:15:02 2015 (r378527) +++ head/x11/dzen2/distinfo Fri Feb 6 11:58:33 2015 (r378528) @@ -1,2 +1,2 @@ -SHA256 (dzen2-0.8.5.tar.gz) = 5e4ce96e8ed22a4a0ad6cfafacdde0532d13d049d77744214b196c4b2bcddff9 -SIZE (dzen2-0.8.5.tar.gz) = 33274 +SHA256 (dzen2-0.9.5.tar.gz) = d4f7943cd39dc23fd825eb684b49dc3484860fa8443d30b06ee38af72a53b556 +SIZE (dzen2-0.9.5.tar.gz) = 38178 Added: head/x11/dzen2/files/patch-Xft ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/dzen2/files/patch-Xft Fri Feb 6 11:58:33 2015 (r378528) @@ -0,0 +1,115 @@ +--- draw.c.orig 2013-09-23 11:57:39.000000000 +0200 ++++ draw.c 2014-12-06 20:30:50.785932524 +0100 +@@ -395,21 +395,20 @@ + XpmColorSymbol xpms; + #endif + ++ /* icon cache */ ++ int ip; ++ + #ifdef DZEN_XFT + XftDraw *xftd=NULL; + XftColor xftc; + char *xftcs; +- int xftcs_f=0; + char *xftcs_bg; +- int xftcs_bgf=0; + +- xftcs = (char *)dzen.fg; +- xftcs_bg = (char *)dzen.bg; ++ /* set default fg/bg for XFT */ ++ xftcs = estrdup(dzen.fg); ++ xftcs_bg = estrdup(dzen.bg); + #endif + +- /* icon cache */ +- int ip; +- + /* parse line and return the text without control commands */ + if(nodraw) { + rbuf = emalloc(MAX_LINE_LEN); +@@ -446,8 +445,7 @@ + xpms.pixel = dzen.norm[ColBG]; + #endif + #ifdef DZEN_XFT +- xftcs_bg = (char *)dzen.bg; +- xftcs_bgf = 0; ++ xftcs_bg = estrdup(dzen.bg); + #endif + } + else { +@@ -679,15 +677,9 @@ + case bg: + lastbg = tval[0] ? (unsigned)getcolor(tval) : dzen.norm[ColBG]; + #ifdef DZEN_XFT +- if(xftcs_bgf) free(xftcs_bg); +- if(tval[0]) { +- xftcs_bg = estrdup(tval); +- xftcs_bgf = 1; +- } else { +- xftcs_bg = (char *)dzen.bg; +- xftcs_bgf = 0; +- } +-#endif ++ if(xftcs_bg) free(xftcs_bg); ++ xftcs_bg = estrdup(tval[0] ? tval : dzen.bg); ++#endif + + break; + +@@ -695,19 +687,14 @@ + lastfg = tval[0] ? (unsigned)getcolor(tval) : dzen.norm[ColFG]; + XSetForeground(dzen.dpy, dzen.tgc, lastfg); + #ifdef DZEN_XFT +- if(tval[0]) { +- xftcs = estrdup(tval); +- xftcs_f = 1; +- } else { +- xftcs = (char *)dzen.fg; +- xftcs_f = 0; +- } +-#endif ++ if (xftcs) free(xftcs); ++ xftcs = estrdup(tval[0] ? tval : dzen.fg); ++#endif + break; + + case fn: + if(tval[0]) { +-#ifndef DZEN_XFT ++#ifndef DZEN_XFT + if(!strncmp(tval, "dfnt", 4)) { + cur_fnt = &(dzen.fnpl[atoi(tval+4)]); + +@@ -816,18 +803,8 @@ + DefaultColormap(dzen.dpy, dzen.screen), xftcs, &xftc); + } + +- XftDrawStringUtf8(xftd, &xftc, ++ XftDrawStringUtf8(xftd, &xftc, + cur_fnt->xftfont, px, py + dzen.font.xftfont->ascent, (const FcChar8 *)lbuf, strlen(lbuf)); +- +- if(xftcs_f) { +- free(xftcs); +- xftcs_f = 0; +- } +- if(xftcs_bgf) { +- free(xftcs_bg); +- xftcs_bgf = 0; +- } +- + #endif + + max_y = MAX(max_y, py+dzen.font.height); +@@ -920,6 +897,11 @@ + #endif + } + ++#ifdef DZEN_XFT ++ if(xftcs) free(xftcs); ++ if(xftcs_bg) free(xftcs_bg); ++#endif ++ + return nodraw ? rbuf : NULL; + } + Modified: head/x11/dzen2/pkg-descr ============================================================================== --- head/x11/dzen2/pkg-descr Fri Feb 6 11:15:02 2015 (r378527) +++ head/x11/dzen2/pkg-descr Fri Feb 6 11:58:33 2015 (r378528) @@ -3,4 +3,4 @@ for X11. It was desigend to be scriptabl integrate well with window managers like dwm, wmii and xmonad though it will work with any windowmanger. -WWW: http://gotmor.googlepages.com/dzen +WWW: https://github.com/robm/dzen From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 12:08:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83F2BD76; Fri, 6 Feb 2015 12:08:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DCC47D5; Fri, 6 Feb 2015 12:08:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16C8lo3077128; Fri, 6 Feb 2015 12:08:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16C8ikv077114; Fri, 6 Feb 2015 12:08:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502061208.t16C8ikv077114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Feb 2015 12:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378529 - in head: . mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/seamonkey/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 12:08:47 -0000 Author: jbeich Date: Fri Feb 6 12:08:43 2015 New Revision: 378529 URL: https://svnweb.freebsd.org/changeset/ports/378529 QAT: https://qat.redports.org/buildarchive/r378529/ Log: Fix crashes with ALSA e.g., when disabling BUFSZ_P2 in alsa-plugins PR: 196051 Differential Revision: https://reviews.freebsd.org/D1788 Submitted by: mi Approved by: bapt (mentor) Added: head/mail/thunderbird/files/patch-bug1130155 (contents, props changed) head/www/firefox-esr/files/patch-bug1130155 (contents, props changed) head/www/firefox/files/patch-bug1130155 (contents, props changed) head/www/libxul/files/patch-bug1130155 (contents, props changed) head/www/seamonkey/files/patch-bug1130155 (contents, props changed) Modified: head/UPDATING head/mail/thunderbird/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/libxul/Makefile head/www/seamonkey/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 6 11:58:33 2015 (r378528) +++ head/UPDATING Fri Feb 6 12:08:43 2015 (r378529) @@ -4342,14 +4342,6 @@ you update your ports collection, before thunderbird-enigmail-1.4.3 20121010: - AFFECTS: users of www/firefox and www/seamonkey - AUTHOR: gecko@FreeBSD.org - - When using Firefox or SeaMonkey compiled with ALSA option ON it may - crash on assert in alsa_refill_stream as described in ports/170473. - To workaround enable BUFSZ_P2 in audio/alsa-plugins or use PULSEAUDIO. - -20121010: AFFECTS: users of CURRENT (OSVERSION >= 1000017) AUTHOR: bapt@FreeBSD.org Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Fri Feb 6 11:58:33 2015 (r378528) +++ head/mail/thunderbird/Makefile Fri Feb 6 12:08:43 2015 (r378529) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 31.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ Added: head/mail/thunderbird/files/patch-bug1130155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1130155 Fri Feb 6 12:08:43 2015 (r378529) @@ -0,0 +1,172 @@ +commit eab3e3a +Author: Mikhail Teterin +Date: Tue Dec 16 19:34:02 2014 -0800 + + Bug 1130155 - Avoid assert failures when consuming only part of buffer. +--- + media/libcubeb/src/cubeb_alsa.c | 112 ++++++++++++++++++++++++++++++---------- + 1 file changed, 85 insertions(+), 27 deletions(-) + +diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c +index 9bbc129..e72944a 100644 +--- mozilla/media/libcubeb/src/cubeb_alsa.c ++++ mozilla/media/libcubeb/src/cubeb_alsa.c +@@ -14,6 +14,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -45,6 +47,7 @@ MAKE_TYPEDEF(snd_pcm_avail_update); + MAKE_TYPEDEF(snd_pcm_close); + MAKE_TYPEDEF(snd_pcm_delay); + MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); + MAKE_TYPEDEF(snd_pcm_frames_to_bytes); + MAKE_TYPEDEF(snd_pcm_get_params); + /* snd_pcm_hw_params_alloca is actually a macro */ +@@ -305,32 +308,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- if (avail == -EPIPE) { ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- } +- +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -355,17 +361,67 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); ++ snd_pcm_sframes_t wrote, towrite = got; ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; ++ } + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -1177,7 +1232,10 @@ alsa_stream_get_position(cubeb_stream * stm, uint64_t * position) + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Fri Feb 6 11:58:33 2015 (r378528) +++ head/www/firefox-esr/Makefile Fri Feb 6 12:08:43 2015 (r378529) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 31.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Added: head/www/firefox-esr/files/patch-bug1130155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1130155 Fri Feb 6 12:08:43 2015 (r378529) @@ -0,0 +1,172 @@ +commit eab3e3a +Author: Mikhail Teterin +Date: Tue Dec 16 19:34:02 2014 -0800 + + Bug 1130155 - Avoid assert failures when consuming only part of buffer. +--- + media/libcubeb/src/cubeb_alsa.c | 112 ++++++++++++++++++++++++++++++---------- + 1 file changed, 85 insertions(+), 27 deletions(-) + +diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c +index 9bbc129..e72944a 100644 +--- media/libcubeb/src/cubeb_alsa.c ++++ media/libcubeb/src/cubeb_alsa.c +@@ -14,6 +14,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -45,6 +47,7 @@ MAKE_TYPEDEF(snd_pcm_avail_update); + MAKE_TYPEDEF(snd_pcm_close); + MAKE_TYPEDEF(snd_pcm_delay); + MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); + MAKE_TYPEDEF(snd_pcm_frames_to_bytes); + MAKE_TYPEDEF(snd_pcm_get_params); + /* snd_pcm_hw_params_alloca is actually a macro */ +@@ -305,32 +308,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- if (avail == -EPIPE) { ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- } +- +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -355,17 +361,67 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); ++ snd_pcm_sframes_t wrote, towrite = got; ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; ++ } + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -1177,7 +1232,10 @@ alsa_stream_get_position(cubeb_stream * stm, uint64_t * position) + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Feb 6 11:58:33 2015 (r378528) +++ head/www/firefox/Makefile Fri Feb 6 12:08:43 2015 (r378529) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 35.0.1 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-bug1130155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1130155 Fri Feb 6 12:08:43 2015 (r378529) @@ -0,0 +1,179 @@ +commit eab3e3a +Author: Mikhail Teterin +Date: Tue Dec 16 19:34:02 2014 -0800 + + Bug 1130155 - Avoid assert failures when consuming only part of buffer. +--- + media/libcubeb/src/cubeb_alsa.c | 112 ++++++++++++++++++++++++++++++---------- + 1 file changed, 85 insertions(+), 27 deletions(-) + +diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c +index 9bbc129..e72944a 100644 +--- media/libcubeb/src/cubeb_alsa.c ++++ media/libcubeb/src/cubeb_alsa.c +@@ -14,6 +14,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -45,6 +47,7 @@ MAKE_TYPEDEF(snd_pcm_avail_update); + MAKE_TYPEDEF(snd_pcm_close); + MAKE_TYPEDEF(snd_pcm_delay); + MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); + MAKE_TYPEDEF(snd_pcm_frames_to_bytes); + MAKE_TYPEDEF(snd_pcm_get_params); + /* snd_pcm_hw_params_alloca is actually a macro */ +@@ -305,32 +308,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- if (avail == -EPIPE) { ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- } +- +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -359,10 +365,11 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote; ++ snd_pcm_sframes_t wrote, towrite = got; + + if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) { + float * b = (float *) p; +@@ -375,14 +382,62 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; + } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -1177,7 +1232,10 @@ alsa_stream_get_position(cubeb_stream * stm, uint64_t * position) + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Fri Feb 6 11:58:33 2015 (r378528) +++ head/www/libxul/Makefile Fri Feb 6 12:08:43 2015 (r378529) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 31.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source DISTNAME= firefox-${DISTVERSION}esr.source Added: head/www/libxul/files/patch-bug1130155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug1130155 Fri Feb 6 12:08:43 2015 (r378529) @@ -0,0 +1,172 @@ +commit eab3e3a +Author: Mikhail Teterin +Date: Tue Dec 16 19:34:02 2014 -0800 + + Bug 1130155 - Avoid assert failures when consuming only part of buffer. +--- + media/libcubeb/src/cubeb_alsa.c | 112 ++++++++++++++++++++++++++++++---------- + 1 file changed, 85 insertions(+), 27 deletions(-) + +diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c +index 9bbc129..e72944a 100644 +--- media/libcubeb/src/cubeb_alsa.c ++++ media/libcubeb/src/cubeb_alsa.c +@@ -14,6 +14,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -45,6 +47,7 @@ MAKE_TYPEDEF(snd_pcm_avail_update); + MAKE_TYPEDEF(snd_pcm_close); + MAKE_TYPEDEF(snd_pcm_delay); + MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); + MAKE_TYPEDEF(snd_pcm_frames_to_bytes); + MAKE_TYPEDEF(snd_pcm_get_params); + /* snd_pcm_hw_params_alloca is actually a macro */ +@@ -305,32 +308,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- if (avail == -EPIPE) { ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- } +- +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -355,17 +361,67 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); ++ snd_pcm_sframes_t wrote, towrite = got; ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; ++ } + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -1177,7 +1232,10 @@ alsa_stream_get_position(cubeb_stream * stm, uint64_t * position) + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Fri Feb 6 11:58:33 2015 (r378528) +++ head/www/seamonkey/Makefile Fri Feb 6 12:08:43 2015 (r378529) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ Added: head/www/seamonkey/files/patch-bug1130155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug1130155 Fri Feb 6 12:08:43 2015 (r378529) @@ -0,0 +1,179 @@ +commit eab3e3a +Author: Mikhail Teterin +Date: Tue Dec 16 19:34:02 2014 -0800 + + Bug 1130155 - Avoid assert failures when consuming only part of buffer. +--- + media/libcubeb/src/cubeb_alsa.c | 112 ++++++++++++++++++++++++++++++---------- + 1 file changed, 85 insertions(+), 27 deletions(-) + +diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c +index 9bbc129..e72944a 100644 +--- mozilla/media/libcubeb/src/cubeb_alsa.c ++++ mozilla/media/libcubeb/src/cubeb_alsa.c +@@ -14,6 +14,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -45,6 +47,7 @@ MAKE_TYPEDEF(snd_pcm_avail_update); + MAKE_TYPEDEF(snd_pcm_close); + MAKE_TYPEDEF(snd_pcm_delay); + MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); + MAKE_TYPEDEF(snd_pcm_frames_to_bytes); + MAKE_TYPEDEF(snd_pcm_get_params); + /* snd_pcm_hw_params_alloca is actually a macro */ +@@ -305,32 +308,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- if (avail == -EPIPE) { ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); +- avail = WRAP(snd_pcm_avail_update)(stm->pcm); +- } +- +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -359,10 +365,11 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote; ++ snd_pcm_sframes_t wrote, towrite = got; + + if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) { + float * b = (float *) p; +@@ -375,14 +382,62 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); +- wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; + } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -1177,7 +1232,10 @@ alsa_stream_get_position(cubeb_stream * stm, uint64_t * position) + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 12:21:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACAF6945; Fri, 6 Feb 2015 12:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8BD9E0; Fri, 6 Feb 2015 12:21:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16CLDcV082775; Fri, 6 Feb 2015 12:21:13 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16CLCDE082770; Fri, 6 Feb 2015 12:21:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502061221.t16CLCDE082770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 6 Feb 2015 12:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378530 - head/editors/jedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 12:21:13 -0000 Author: danilo Date: Fri Feb 6 12:21:12 2015 New Revision: 378530 URL: https://svnweb.freebsd.org/changeset/ports/378530 QAT: https://qat.redports.org/buildarchive/r378530/ Log: - Update to 5.2.0 Modified: head/editors/jedit/Makefile head/editors/jedit/distinfo head/editors/jedit/pkg-plist Modified: head/editors/jedit/Makefile ============================================================================== --- head/editors/jedit/Makefile Fri Feb 6 12:08:43 2015 (r378529) +++ head/editors/jedit/Makefile Fri Feb 6 12:21:12 2015 (r378530) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jedit -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= SF Modified: head/editors/jedit/distinfo ============================================================================== --- head/editors/jedit/distinfo Fri Feb 6 12:08:43 2015 (r378529) +++ head/editors/jedit/distinfo Fri Feb 6 12:21:12 2015 (r378530) @@ -1,2 +1,2 @@ -SHA256 (jedit5.1.0install.jar) = 96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7 -SIZE (jedit5.1.0install.jar) = 3196992 +SHA256 (jedit5.2.0install.jar) = 78869461199947fd51f629fdf3863482e3c02d64fac2c0d96103dfc438d2924c +SIZE (jedit5.2.0install.jar) = 3229185 Modified: head/editors/jedit/pkg-plist ============================================================================== --- head/editors/jedit/pkg-plist Fri Feb 6 12:08:43 2015 (r378529) +++ head/editors/jedit/pkg-plist Fri Feb 6 12:21:12 2015 (r378530) @@ -18,6 +18,7 @@ share/java/jedit/keymaps/jEdit_keys.prop %%MACROS%%share/java/jedit/macros/Editing/Duplicate_Lines_Above.bsh %%MACROS%%share/java/jedit/macros/Editing/Duplicate_Lines_Below.bsh %%MACROS%%share/java/jedit/macros/Editing/Go_to_Column.bsh +%%MACROS%%share/java/jedit/macros/Editing/Go_to_Offset.bsh %%MACROS%%share/java/jedit/macros/Editing/Greedy_Backspace.bsh %%MACROS%%share/java/jedit/macros/Editing/Greedy_Delete.bsh %%MACROS%%share/java/jedit/macros/Editing/Greedy_Left.bsh @@ -113,6 +114,7 @@ share/java/jedit/keymaps/jEdit_keys.prop %%MACROS%%share/java/jedit/macros/Text/Line_Filter.bsh %%MACROS%%share/java/jedit/macros/Text/Next_Char.bsh %%MACROS%%share/java/jedit/macros/Text/Reverse_Lines.bsh +%%MACROS%%share/java/jedit/macros/Text/Reverse_Selection.bsh %%MACROS%%share/java/jedit/macros/Text/Single_Space_Buffer.bsh share/java/jedit/modes/actionscript.xml share/java/jedit/modes/ada.xml @@ -251,6 +253,7 @@ share/java/jedit/modes/plaintex.xml share/java/jedit/modes/pop11.xml share/java/jedit/modes/postscript.xml share/java/jedit/modes/povray.xml +share/java/jedit/modes/powercenter_parameter_file.xml share/java/jedit/modes/powerdynamo.xml share/java/jedit/modes/powershell.xml share/java/jedit/modes/progress.xml From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 12:37:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE945BF9; Fri, 6 Feb 2015 12:37:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0E1ABB1; Fri, 6 Feb 2015 12:37:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16CbeLc091238; Fri, 6 Feb 2015 12:37:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Cbepi091232; Fri, 6 Feb 2015 12:37:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061237.t16Cbepi091232@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 12:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378531 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 12:37:41 -0000 Author: marino Date: Fri Feb 6 12:37:39 2015 New Revision: 378531 URL: https://svnweb.freebsd.org/changeset/ports/378531 QAT: https://qat.redports.org/buildarchive/r378531/ Log: www/typo3: Upgrade version 6.1.9 => 7.0.2 While here, convert large static pkg-plist (> 9000 lines) to be dynamically generated. PR: 196028 Submitted by: maintainer (freebsd-ports - charlieroot.de) Deleted: head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-descr Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Fri Feb 6 12:21:12 2015 (r378530) +++ head/www/typo3/Makefile Fri Feb 6 12:37:39 2015 (r378531) @@ -2,37 +2,31 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.9 +PORTVERSION= 7.0.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} MAINTAINER= freebsd-ports@charlieroot.de -COMMENT= The typo3 content management system +COMMENT= Typo3 content management system LICENSE= GPLv2 -PORTSCOUT= limit:^6\.1\. +PORTSCOUT= limit:^7\.0\. NO_BUILD= yes -USE_PHP= ctype filter json mysqli pcre session xml +USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml WANT_PHP_WEB= yes TYPO3WWW= www -TYPO3RELEASE= -TYPO3SITE= ${TYPO3WWW}/${PORTNAME} -TYPO3PKG= ${PORTNAME}-${PORTVERSION} TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} -TYPO3DUMMY= dummy-${PORTVERSION} +TYPO3DIR= ${PORTNAME} USERS= ${WWWOWN} GROUPS= ${WWWGRP} -PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ - WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} -DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} - -OPTIONS_DEFINE= APC CURL GD IMAGICK MBSTRING MYSQL ZLIB +OPTIONS_DEFINE= APC CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB APC_DESC= Alternative PHP Cache GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} @@ -42,6 +36,7 @@ MYSQL_DESC= Install MySQL Server APC_USE= PHP=apc CURL_USE= PHP=curl GD_USE= PHP=gd +GMP_USE= PHP=gmp MBSTRING_USE= PHP=mbstring MYSQL_USE= MYSQL=server ZLIB_USE= PHP=zlib @@ -56,16 +51,25 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphi .endif .endif -pre-install: - @if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \ - ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \ - ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \ - fi - do-install: - ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${STAGEDIR}${PREFIX}/${TYPO3SITE} - ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW} - ${RM} ${STAGEDIR}${PREFIX}/${TYPO3SITE}/typo3_src && \ - ${LN} -s ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3SITE}/typo3_src + ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR} + ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ + ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src + ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/index.php + ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3 + ${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/.htaccess + +post-install: + @cd ${STAGEDIR}${PREFIX}; \ + ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ + ${SORT} >> ${TMPPLIST} + @cd ${STAGEDIR}${PREFIX}; \ + ${FIND} * \( -type f -or -type l \) \( -path "${TYPO3WWW}/${TYPO3SRC}/*" -and \ + -not -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \ + ${SORT} >> ${TMPPLIST} + @cd ${STAGEDIR}${PREFIX}; \ + ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" | \ + ${SORT} | ${SED} -ne 's#^#@(${WWWOWN},${WWWGRP},) #p' >> ${TMPPLIST} + @${ECHO} "@dir(${WWWOWN},${WWWGRP},) ${TYPO3WWW}/${TYPO3SRC}/typo3/ext" >> ${TMPPLIST} .include Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Fri Feb 6 12:21:12 2015 (r378530) +++ head/www/typo3/distinfo Fri Feb 6 12:37:39 2015 (r378531) @@ -1,4 +1,2 @@ -SHA256 (typo3_src-6.1.9.tar.gz) = 19195b9d470d12fe63e2461a99e00ef9621fc67a7a848b9cf6ab707f45b028bc -SIZE (typo3_src-6.1.9.tar.gz) = 21108014 -SHA256 (dummy-6.1.9.tar.gz) = f269454dfe286b3cc6e4518c16bed1ce1f4c177dfae693deaf3012b17a87ddae -SIZE (dummy-6.1.9.tar.gz) = 9814 +SHA256 (typo3_src-7.0.2.tar.gz) = 8a88d7758039714aa41bdb9dbfdfc37902aeaed6d1acb4ec53cd34cee4a3fbc8 +SIZE (typo3_src-7.0.2.tar.gz) = 21456771 Modified: head/www/typo3/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Fri Feb 6 12:21:12 2015 (r378530) +++ head/www/typo3/pkg-descr Fri Feb 6 12:37:39 2015 (r378531) @@ -2,9 +2,10 @@ TYPO3 is a free Open Source content mana on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. -The latest stable release (for new and existing projects) -This version is the current stable release. It is recommended for existing -projects and will get full support (bug fixes and security fixes) until October -2013, but will get security fixes and important bugfixes until October 2014. +The upcoming LTS release, which will be released in Fall 2015. It will get 3 +years of important and security fixes from the day of the release. Until the +final release several sprint releases will be published (7.0, 7.1, 7.2, ...) +in between. Adopters are encouraged to use each of those release on the way +to TYPO3 CMS 7 LTS. WWW: http://typo3.org/ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 12:52:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0340F73; Fri, 6 Feb 2015 12:52:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B78DD82; Fri, 6 Feb 2015 12:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16CqsbH000213; Fri, 6 Feb 2015 12:52:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16CqrfO000207; Fri, 6 Feb 2015 12:52:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061252.t16CqrfO000207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 12:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378532 - in head/net: . pimd pimd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 12:52:54 -0000 Author: marino Date: Fri Feb 6 12:52:52 2015 New Revision: 378532 URL: https://svnweb.freebsd.org/changeset/ports/378532 QAT: https://qat.redports.org/buildarchive/r378532/ Log: Add new port: net/pimd PR: 196346 Submitted by: Olivier Cochard pimd is a lightweight, stand-alone implementation of Protocol Independent Multicast-Sparse Mode Added: head/net/pimd/ head/net/pimd/Makefile (contents, props changed) head/net/pimd/distinfo (contents, props changed) head/net/pimd/files/ head/net/pimd/files/pimd.in (contents, props changed) head/net/pimd/pkg-descr (contents, props changed) head/net/pimd/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Feb 6 12:37:39 2015 (r378531) +++ head/net/Makefile Fri Feb 6 12:52:52 2015 (r378532) @@ -856,6 +856,7 @@ SUBDIR += php56-sockets SUBDIR += php56-xmlrpc SUBDIR += phpldapadmin + SUBDIR += pimd SUBDIR += pimdd SUBDIR += pipsecd SUBDIR += pjsip Added: head/net/pimd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pimd/Makefile Fri Feb 6 12:52:52 2015 (r378532) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= pimd +PORTVERSION= 2.2.0 +CATEGORIES= net + +MAINTAINER= olivier@cochard.me +COMMENT= Lightweight stand-alone PIM-SM v2 multicast routing daemon + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= troglobit +GH_COMMIT= d8bd641 + +USES= tar:bzip2 +HAS_CONFIGURE= yes + +post-patch: + ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/pathnames.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pimd ${STAGEDIR}${PREFIX}/sbin/ + ${INSTALL_DATA} ${WRKSRC}/pimd.conf \ + ${STAGEDIR}${PREFIX}/etc/pimd.conf.sample + ${INSTALL_SCRIPT} ${FILESDIR}/pimd.in \ + ${STAGEDIR}${PREFIX}/etc/rc.d/pimd + ${INSTALL_MAN} ${WRKSRC}/pimd.8 ${STAGEDIR}${PREFIX}/man/man8/ + +.include Added: head/net/pimd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pimd/distinfo Fri Feb 6 12:52:52 2015 (r378532) @@ -0,0 +1,2 @@ +SHA256 (pimd-2.2.0.tar.bz2) = d57b10bad740bcb1ca5a7f542b3d8b29455e0ed6b40a8881e4d8f6a431921bd9 +SIZE (pimd-2.2.0.tar.bz2) = 223065 Added: head/net/pimd/files/pimd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pimd/files/pimd.in Fri Feb 6 12:52:52 2015 (r378532) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# PROVIDE: pimd +# REQUIRE: netif routing +# KEYWORD: nojail + +# +# Add the following to /etc/rc.conf[.local] to enable this service +# +# pimd_enable="YES" +# + +. /etc/rc.subr + +pimd_enable=${pimd_enable-"NO"} + +name="pimd" +rcvar=${name}_enable + +command="/usr/local/sbin/${name}" + +extra_commands=reload + +load_rc_config $name +run_rc_command "$1" + Added: head/net/pimd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pimd/pkg-descr Fri Feb 6 12:52:52 2015 (r378532) @@ -0,0 +1,4 @@ +pimd is a lightweight, stand-alone implementation of Protocol Independent +Multicast-Sparse Mode + +WWW: http://troglobit.com/pimd.html Added: head/net/pimd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pimd/pkg-plist Fri Feb 6 12:52:52 2015 (r378532) @@ -0,0 +1,4 @@ +@sample etc/pimd.conf.sample +etc/rc.d/pimd +sbin/pimd +man/man8/pimd.8.gz From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 12:54:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 558E1107; Fri, 6 Feb 2015 12:54:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40374D98; Fri, 6 Feb 2015 12:54:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16CsBSG000527; Fri, 6 Feb 2015 12:54:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16CsAfG000524; Fri, 6 Feb 2015 12:54:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502061254.t16CsAfG000524@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 6 Feb 2015 12:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378533 - in head/devel/rubygem-hashie: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 12:54:11 -0000 Author: antoine Date: Fri Feb 6 12:54:09 2015 New Revision: 378533 URL: https://svnweb.freebsd.org/changeset/ports/378533 QAT: https://qat.redports.org/buildarchive/r378533/ Log: Fix make patch Pointy hat: mi@ Added: head/devel/rubygem-hashie/files/ head/devel/rubygem-hashie/files/patch-lib_hashie_extensions_indifferent__access.rb (contents, props changed) head/devel/rubygem-hashie/files/patch-spec_hashie_extensions_indifferent__access__with__rails__hwia__spec.rb (contents, props changed) Modified: head/devel/rubygem-hashie/Makefile Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Fri Feb 6 12:52:52 2015 (r378532) +++ head/devel/rubygem-hashie/Makefile Fri Feb 6 12:54:09 2015 (r378533) @@ -6,10 +6,6 @@ PORTVERSION= 3.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG -PATCHFILES= 09821f3c90755d019c5083174ab42f442e182767.diff -PATCH_SITES= https://github.com/intridea/hashie/commit/ -PATCH_DIST_STRIP=-p1 -S + # We don't care to patch CHANGELOG.md - MAINTAINER= ports@FreeBSD.org COMMENT= Hashie is a simple collection of useful Hash extensions Added: head/devel/rubygem-hashie/files/patch-lib_hashie_extensions_indifferent__access.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hashie/files/patch-lib_hashie_extensions_indifferent__access.rb Fri Feb 6 12:54:09 2015 (r378533) @@ -0,0 +1,31 @@ +--- lib/hashie/extensions/indifferent_access.rb.orig 2015-02-06 12:45:47 UTC ++++ lib/hashie/extensions/indifferent_access.rb +@@ -76,16 +76,16 @@ module Hashie + # is injecting itself into member hashes. + def convert! + keys.each do |k| +- regular_writer convert_key(k), convert_value(regular_delete(k)) ++ regular_writer convert_key(k), indifferent_value(regular_delete(k)) + end + self + end + +- def convert_value(value) ++ def indifferent_value(value) + if hash_lacking_indifference?(value) + IndifferentAccess.inject!(value) + elsif value.is_a?(::Array) +- value.replace(value.map { |e| convert_value(e) }) ++ value.replace(value.map { |e| indifferent_value(e) }) + else + value + end +@@ -104,7 +104,7 @@ module Hashie + end + + def indifferent_writer(key, value) +- regular_writer convert_key(key), convert_value(value) ++ regular_writer convert_key(key), indifferent_value(value) + end + + def indifferent_fetch(key, *args, &block) Added: head/devel/rubygem-hashie/files/patch-spec_hashie_extensions_indifferent__access__with__rails__hwia__spec.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hashie/files/patch-spec_hashie_extensions_indifferent__access__with__rails__hwia__spec.rb Fri Feb 6 12:54:09 2015 (r378533) @@ -0,0 +1,36 @@ +--- spec/hashie/extensions/indifferent_access_with_rails_hwia_spec.rb.orig 2015-02-06 12:45:47 UTC ++++ spec/hashie/extensions/indifferent_access_with_rails_hwia_spec.rb +@@ -1,8 +1,9 @@ + # This set of tests verifies that Hashie::Extensions::IndifferentAccess works with + # ActiveSupport HashWithIndifferentAccess hashes. See #164 and #166 for details. + +-require 'spec_helper' + require 'active_support/hash_with_indifferent_access' ++require 'active_support/core_ext/hash' ++require 'spec_helper' + + describe Hashie::Extensions::IndifferentAccess do + class IndifferentHashWithMergeInitializer < Hash +@@ -35,6 +36,10 @@ describe Hashie::Extensions::Indifferent + include Hashie::Extensions::MergeInitializer + end + ++ class MashWithIndifferentAccess < Hashie::Mash ++ include Hashie::Extensions::IndifferentAccess ++ end ++ + shared_examples_for 'hash with indifferent access' do + it 'is able to access via string or symbol' do + indifferent_hash = ActiveSupport::HashWithIndifferentAccess.new(abc: 123) +@@ -193,4 +198,11 @@ describe Hashie::Extensions::Indifferent + expect(instance[:foo]).to be_a(ActiveSupport::HashWithIndifferentAccess) + end + end ++ ++ describe 'Mash with indifferent access' do ++ it 'is able to be created for a deep nested HashWithIndifferentAccess' do ++ indifferent_hash = ActiveSupport::HashWithIndifferentAccess.new(abc: { def: 123 }) ++ MashWithIndifferentAccess.new(indifferent_hash) ++ end ++ end + end From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:05:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8B7038B; Fri, 6 Feb 2015 13:05:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A30F4E88; Fri, 6 Feb 2015 13:05:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16D5cHB005610; Fri, 6 Feb 2015 13:05:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16D5bgC005607; Fri, 6 Feb 2015 13:05:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061305.t16D5bgC005607@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 13:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378534 - head/devel/radare2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:05:38 -0000 Author: marino Date: Fri Feb 6 13:05:37 2015 New Revision: 378534 URL: https://svnweb.freebsd.org/changeset/ports/378534 QAT: https://qat.redports.org/buildarchive/r378534/ Log: devel/radare2: Upgrade version 0.9.6 => 0.9.8, reset maintainership The maintainer has never been active since the port was imported in 2011, and has two consecutive timeouts and didn't stage the port. These are the reasons behind the reset. PR: 196347 Submitted by: oleksii.tsai (gmail) Approved by: former maintainer timeout Modified: head/devel/radare2/Makefile head/devel/radare2/distinfo head/devel/radare2/pkg-plist Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Fri Feb 6 12:54:09 2015 (r378533) +++ head/devel/radare2/Makefile Fri Feb 6 13:05:37 2015 (r378534) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= radare2 -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.8 CATEGORIES= devel MASTER_SITES= http://rada.re/get/ -MAINTAINER= kpedersen@opencde.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools to disasm, debug, analyze, and manipulate binary files LICENSE= GPLv3 @@ -25,11 +25,13 @@ OPTIONS_DEFINE= DOCS .include post-patch: - @${REINPLACE_CMD} -e 's|..LIBDIR./pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|..LIBDIR./pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|..LFX./pkgconfig|${STAGEDIR}${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/libr/Makefile .if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e 's| install-doc install-man||g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's| install-doc install-man||g' \ + ${WRKSRC}/Makefile .endif .include Modified: head/devel/radare2/distinfo ============================================================================== --- head/devel/radare2/distinfo Fri Feb 6 12:54:09 2015 (r378533) +++ head/devel/radare2/distinfo Fri Feb 6 13:05:37 2015 (r378534) @@ -1,2 +1,2 @@ -SHA256 (radare2-0.9.6.tar.xz) = 91e8820ab7003de422cde777af681b0023d6b20253a81759df94578c514ae883 -SIZE (radare2-0.9.6.tar.xz) = 2072552 +SHA256 (radare2-0.9.8.tar.xz) = 8e72caaebdac10300fd7ec86a5d06b1cbecfc6914e5fea4007c6e06e667bfa5a +SIZE (radare2-0.9.8.tar.xz) = 4614588 Modified: head/devel/radare2/pkg-plist ============================================================================== --- head/devel/radare2/pkg-plist Fri Feb 6 12:54:09 2015 (r378533) +++ head/devel/radare2/pkg-plist Fri Feb 6 13:05:37 2015 (r378534) @@ -15,9 +15,11 @@ include/libr/ht.h include/libr/list.h include/libr/r.h include/libr/r_anal.h +include/libr/r_anal_ex.h include/libr/r_asm.h include/libr/r_bin.h include/libr/r_bin_dwarf.h +include/libr/r_bind.h include/libr/r_bp.h include/libr/r_cmd.h include/libr/r_config.h @@ -38,6 +40,7 @@ include/libr/r_lib.h include/libr/r_list.h include/libr/r_magic.h include/libr/r_parse.h +include/libr/r_pdb.h include/libr/r_print.h include/libr/r_reg.h include/libr/r_regex.h @@ -66,12 +69,16 @@ include/libr/sflib/common/sftypes.h include/libr/sflib/darwin-x86-32/sflib.h include/libr/sflib/darwin-x86-32/sfsyscall.h include/libr/sflib/darwin-x86-32/sfsysnr.h +include/libr/sflib/darwin-x86-64/sflib.h +include/libr/sflib/darwin-x86-64/sfsyscall.h +include/libr/sflib/darwin-x86-64/sfsysnr.h include/libr/sflib/linux-x86-32/sflib.h include/libr/sflib/linux-x86-32/sfsyscall.h include/libr/sflib/linux-x86-32/sfsysnr.h include/libr/sflib/linux-x86-64/sflib.h include/libr/sflib/linux-x86-64/sfsyscall.h include/libr/sflib/linux-x86-64/sfsysnr.h +lib/libr2.so lib/libr_anal.so lib/libr_anal.so.%%PORTVERSION%% lib/libr_asm.so @@ -80,8 +87,6 @@ lib/libr_bin.so lib/libr_bin.so.%%PORTVERSION%% lib/libr_bp.so lib/libr_bp.so.%%PORTVERSION%% -lib/libr_cmd.so -lib/libr_cmd.so.%%PORTVERSION%% lib/libr_config.so lib/libr_config.so.%%PORTVERSION%% lib/libr_cons.so @@ -108,8 +113,6 @@ lib/libr_io.so lib/libr_io.so.%%PORTVERSION%% lib/libr_lang.so lib/libr_lang.so.%%PORTVERSION%% -lib/libr_lib.so -lib/libr_lib.so.%%PORTVERSION%% lib/libr_magic.so lib/libr_magic.so.%%PORTVERSION%% lib/libr_parse.so @@ -118,38 +121,49 @@ lib/libr_reg.so lib/libr_reg.so.%%PORTVERSION%% lib/libr_search.so lib/libr_search.so.%%PORTVERSION%% -lib/libr_sign.so -lib/libr_sign.so.%%PORTVERSION%% lib/libr_socket.so lib/libr_socket.so.%%PORTVERSION%% lib/libr_syscall.so lib/libr_syscall.so.%%PORTVERSION%% -lib/libr_tcc.a -lib/libr_tcc.dylib -lib/libr_tcc.h lib/libr_util.so lib/libr_util.so.%%PORTVERSION%% -lib/radare2/%%PORTVERSION%%/asm_arm.so +lib/radare2/%%PORTVERSION%%/asm_6502.so +lib/radare2/%%PORTVERSION%%/asm_arm_gnu.so lib/radare2/%%PORTVERSION%%/asm_arm_winedbg.so lib/radare2/%%PORTVERSION%%/asm_avr.so lib/radare2/%%PORTVERSION%%/asm_bf.so -lib/radare2/%%PORTVERSION%%/asm_c55plus.so +lib/radare2/%%PORTVERSION%%/asm_cr16.so lib/radare2/%%PORTVERSION%%/asm_csr.so lib/radare2/%%PORTVERSION%%/asm_dalvik.so +lib/radare2/%%PORTVERSION%%/asm_ebc.so +lib/radare2/%%PORTVERSION%%/asm_gb.so +lib/radare2/%%PORTVERSION%%/asm_h8300.so lib/radare2/%%PORTVERSION%%/asm_java.so -lib/radare2/%%PORTVERSION%%/asm_mips.so +lib/radare2/%%PORTVERSION%%/asm_malbolge.so +lib/radare2/%%PORTVERSION%%/asm_mips_gnu.so lib/radare2/%%PORTVERSION%%/asm_msil.so -lib/radare2/%%PORTVERSION%%/asm_ppc.so +lib/radare2/%%PORTVERSION%%/asm_msp430.so +lib/radare2/%%PORTVERSION%%/asm_ppc_cs.so +lib/radare2/%%PORTVERSION%%/asm_ppc_gnu.so +lib/radare2/%%PORTVERSION%%/asm_propeller.so lib/radare2/%%PORTVERSION%%/asm_psosvm.so lib/radare2/%%PORTVERSION%%/asm_sh.so -lib/radare2/%%PORTVERSION%%/asm_sparc.so -lib/radare2/%%PORTVERSION%%/asm_x86.so +lib/radare2/%%PORTVERSION%%/asm_snes.so +lib/radare2/%%PORTVERSION%%/asm_sparc_cs.so +lib/radare2/%%PORTVERSION%%/asm_sparc_gnu.so +lib/radare2/%%PORTVERSION%%/asm_spc700.so +lib/radare2/%%PORTVERSION%%/asm_tms320.so +lib/radare2/%%PORTVERSION%%/asm_v850.so +lib/radare2/%%PORTVERSION%%/asm_ws.so lib/radare2/%%PORTVERSION%%/asm_x86_as.so +lib/radare2/%%PORTVERSION%%/asm_x86_cs.so lib/radare2/%%PORTVERSION%%/asm_x86_nasm.so lib/radare2/%%PORTVERSION%%/asm_x86_nz.so lib/radare2/%%PORTVERSION%%/asm_x86_olly.so +lib/radare2/%%PORTVERSION%%/asm_x86_udis.so lib/radare2/%%PORTVERSION%%/bin_any.so lib/radare2/%%PORTVERSION%%/bin_bios.so +lib/radare2/%%PORTVERSION%%/bin_coff.so lib/radare2/%%PORTVERSION%%/bin_dex.so lib/radare2/%%PORTVERSION%%/bin_elf.so lib/radare2/%%PORTVERSION%%/bin_elf64.so @@ -157,14 +171,17 @@ lib/radare2/%%PORTVERSION%%/bin_fs.so lib/radare2/%%PORTVERSION%%/bin_java.so lib/radare2/%%PORTVERSION%%/bin_mach0.so lib/radare2/%%PORTVERSION%%/bin_mach064.so +lib/radare2/%%PORTVERSION%%/bin_ningb.so +lib/radare2/%%PORTVERSION%%/bin_ningba.so lib/radare2/%%PORTVERSION%%/bin_pe.so lib/radare2/%%PORTVERSION%%/bin_pe64.so lib/radare2/%%PORTVERSION%%/bin_te.so +lib/radare2/%%PORTVERSION%%/bin_xbe.so lib/radare2/%%PORTVERSION%%/bin_xtr_dyldcache.so lib/radare2/%%PORTVERSION%%/bin_xtr_fatmach0.so lib/radare2/%%PORTVERSION%%/bp_arm.so lib/radare2/%%PORTVERSION%%/bp_x86.so -lib/radare2/%%PORTVERSION%%/cmd_dummy.so +lib/radare2/%%PORTVERSION%%/core_java.so lib/radare2/%%PORTVERSION%%/crypto_aes.so lib/radare2/%%PORTVERSION%%/debug_gdb.so lib/radare2/%%PORTVERSION%%/debug_native.so @@ -181,42 +198,49 @@ lib/radare2/%%PORTVERSION%%/io_w32dbg.so lib/radare2/%%PORTVERSION%%/magic/OpenBSD lib/radare2/%%PORTVERSION%%/magic/archive lib/radare2/%%PORTVERSION%%/magic/cafebabe -lib/radare2/%%PORTVERSION%%/magic/cisco +lib/radare2/%%PORTVERSION%%/magic/code +lib/radare2/%%PORTVERSION%%/magic/compressed lib/radare2/%%PORTVERSION%%/magic/database -lib/radare2/%%PORTVERSION%%/magic/editors lib/radare2/%%PORTVERSION%%/magic/elf lib/radare2/%%PORTVERSION%%/magic/filesystems +lib/radare2/%%PORTVERSION%%/magic/firmware lib/radare2/%%PORTVERSION%%/magic/flash lib/radare2/%%PORTVERSION%%/magic/freebsd lib/radare2/%%PORTVERSION%%/magic/gimp +lib/radare2/%%PORTVERSION%%/magic/html lib/radare2/%%PORTVERSION%%/magic/images lib/radare2/%%PORTVERSION%%/magic/java lib/radare2/%%PORTVERSION%%/magic/jpeg lib/radare2/%%PORTVERSION%%/magic/linux +lib/radare2/%%PORTVERSION%%/magic/mach +lib/radare2/%%PORTVERSION%%/magic/macintosh lib/radare2/%%PORTVERSION%%/magic/mail.news -lib/radare2/%%PORTVERSION%%/magic/matroska +lib/radare2/%%PORTVERSION%%/magic/microsoft lib/radare2/%%PORTVERSION%%/magic/mime -lib/radare2/%%PORTVERSION%%/magic/msdos lib/radare2/%%PORTVERSION%%/magic/netbsd +lib/radare2/%%PORTVERSION%%/magic/network lib/radare2/%%PORTVERSION%%/magic/pdf lib/radare2/%%PORTVERSION%%/magic/perl lib/radare2/%%PORTVERSION%%/magic/python lib/radare2/%%PORTVERSION%%/magic/riff lib/radare2/%%PORTVERSION%%/magic/sniffer lib/radare2/%%PORTVERSION%%/magic/sql -lib/radare2/%%PORTVERSION%%/magic/sun +lib/radare2/%%PORTVERSION%%/magic/ssh lib/radare2/%%PORTVERSION%%/magic/uuencode +lib/radare2/%%PORTVERSION%%/magic/video +lib/radare2/%%PORTVERSION%%/magic/vim +lib/radare2/%%PORTVERSION%%/magic/vorbis +lib/radare2/%%PORTVERSION%%/magic/zfs lib/radare2/%%PORTVERSION%%/opcodes/arm.sdb lib/radare2/%%PORTVERSION%%/opcodes/ppc.sdb lib/radare2/%%PORTVERSION%%/opcodes/x86.sdb +lib/radare2/%%PORTVERSION%%/opcodes/z80.sdb lib/radare2/%%PORTVERSION%%/parse_att2intel.so lib/radare2/%%PORTVERSION%%/parse_mreplace.so lib/radare2/%%PORTVERSION%%/parse_x86_pseudo.so -lib/radare2/%%PORTVERSION%%/radare.lua -lib/radare2/%%PORTVERSION%%/radare.py -lib/radare2/%%PORTVERSION%%/radare.rb lib/radare2/%%PORTVERSION%%/syscall/darwin-x86-32.sdb lib/radare2/%%PORTVERSION%%/syscall/darwin-x86-64.sdb +lib/radare2/%%PORTVERSION%%/syscall/dos-x86-16.sdb lib/radare2/%%PORTVERSION%%/syscall/freebsd-x86-32.sdb lib/radare2/%%PORTVERSION%%/syscall/linux-arm-32.sdb lib/radare2/%%PORTVERSION%%/syscall/linux-mips-32.sdb @@ -229,13 +253,10 @@ lib/radare2/%%PORTVERSION%%/syscall/open lib/radare2/%%PORTVERSION%%/syscall/windows-x86-32.sdb lib/radare2/%%PORTVERSION%%/syscall/windows-x86-64.sdb lib/radare2/last -lib/t -lib/t.%%PORTVERSION%% libdata/pkgconfig/r_anal.pc libdata/pkgconfig/r_asm.pc libdata/pkgconfig/r_bin.pc libdata/pkgconfig/r_bp.pc -libdata/pkgconfig/r_cmd.pc libdata/pkgconfig/r_config.pc libdata/pkgconfig/r_cons.pc libdata/pkgconfig/r_core.pc @@ -247,12 +268,10 @@ libdata/pkgconfig/r_fs.pc libdata/pkgconfig/r_hash.pc libdata/pkgconfig/r_io.pc libdata/pkgconfig/r_lang.pc -libdata/pkgconfig/r_lib.pc libdata/pkgconfig/r_magic.pc libdata/pkgconfig/r_parse.pc libdata/pkgconfig/r_reg.pc libdata/pkgconfig/r_search.pc -libdata/pkgconfig/r_sign.pc libdata/pkgconfig/r_socket.pc libdata/pkgconfig/r_syscall.pc libdata/pkgconfig/r_util.pc @@ -267,6 +286,8 @@ man/man1/rahash2.1.gz man/man1/rarun2.1.gz man/man1/rasm2.1.gz man/man1/rax2.1.gz +%%PORTDOCS%%%%DOCSDIR%%/all68k.r2 +%%PORTDOCS%%%%DOCSDIR%%/analvars %%PORTDOCS%%%%DOCSDIR%%/android %%PORTDOCS%%%%DOCSDIR%%/bindiff %%PORTDOCS%%%%DOCSDIR%%/brainfuck @@ -274,6 +295,7 @@ man/man1/rax2.1.gz %%PORTDOCS%%%%DOCSDIR%%/dospart %%PORTDOCS%%%%DOCSDIR%%/dwarf-line.rsc %%PORTDOCS%%%%DOCSDIR%%/emscripten +%%PORTDOCS%%%%DOCSDIR%%/flirt %%PORTDOCS%%%%DOCSDIR%%/fortunes %%PORTDOCS%%%%DOCSDIR%%/gdb %%PORTDOCS%%%%DOCSDIR%%/haiku @@ -281,27 +303,52 @@ man/man1/rax2.1.gz %%PORTDOCS%%%%DOCSDIR%%/idc2r.py %%PORTDOCS%%%%DOCSDIR%%/idc2rdb.idc %%PORTDOCS%%%%DOCSDIR%%/idc2rdb.pl +%%PORTDOCS%%%%DOCSDIR%%/io +%%PORTDOCS%%%%DOCSDIR%%/io-fixing %%PORTDOCS%%%%DOCSDIR%%/iocache -%%PORTDOCS%%%%DOCSDIR%%/iphone +%%PORTDOCS%%%%DOCSDIR%%/iphone.md +%%PORTDOCS%%%%DOCSDIR%%/kvast %%PORTDOCS%%%%DOCSDIR%%/lang-plugins %%PORTDOCS%%%%DOCSDIR%%/macros %%PORTDOCS%%%%DOCSDIR%%/maemo +%%PORTDOCS%%%%DOCSDIR%%/objc.pl %%PORTDOCS%%%%DOCSDIR%%/oo %%PORTDOCS%%%%DOCSDIR%%/osx %%PORTDOCS%%%%DOCSDIR%%/plugins +%%PORTDOCS%%%%DOCSDIR%%/portscan.r2 %%PORTDOCS%%%%DOCSDIR%%/qnx +%%PORTDOCS%%%%DOCSDIR%%/rapatch %%PORTDOCS%%%%DOCSDIR%%/releases +%%PORTDOCS%%%%DOCSDIR%%/repo %%PORTDOCS%%%%DOCSDIR%%/rgraph %%PORTDOCS%%%%DOCSDIR%%/solaris %%PORTDOCS%%%%DOCSDIR%%/static %%PORTDOCS%%%%DOCSDIR%%/static-plugins +%%PORTDOCS%%%%DOCSDIR%%/strings %%PORTDOCS%%%%DOCSDIR%%/syntax %%PORTDOCS%%%%DOCSDIR%%/vim %%PORTDOCS%%%%DOCSDIR%%/windows +%%PORTDOCS%%%%DOCSDIR%%/yara.md %%DATADIR%%/%%PORTVERSION%%/cons/Makefile +%%DATADIR%%/%%PORTVERSION%%/cons/consonance %%DATADIR%%/%%PORTVERSION%%/cons/dark +%%DATADIR%%/%%PORTVERSION%%/cons/focus %%DATADIR%%/%%PORTVERSION%%/cons/lima +%%DATADIR%%/%%PORTVERSION%%/cons/ogray +%%DATADIR%%/%%PORTVERSION%%/cons/pink +%%DATADIR%%/%%PORTVERSION%%/cons/rasta +%%DATADIR%%/%%PORTVERSION%%/cons/smyck +%%DATADIR%%/%%PORTVERSION%%/cons/solarized +%%DATADIR%%/%%PORTVERSION%%/cons/tango +%%DATADIR%%/%%PORTVERSION%%/cons/twilight %%DATADIR%%/%%PORTVERSION%%/cons/white +%%DATADIR%%/%%PORTVERSION%%/cons/zenburn +%%DATADIR%%/%%PORTVERSION%%/format/Makefile +%%DATADIR%%/%%PORTVERSION%%/format/elf32 +%%DATADIR%%/%%PORTVERSION%%/format/elf64 +%%DATADIR%%/%%PORTVERSION%%/format/elf_enums +%%DATADIR%%/%%PORTVERSION%%/format/pe32 +%%DATADIR%%/%%PORTVERSION%%/format/trx %%DATADIR%%/%%PORTVERSION%%/www/d3/d3.js %%DATADIR%%/%%PORTVERSION%%/www/d3/d3.layout.js %%DATADIR%%/%%PORTVERSION%%/www/d3/index.html @@ -312,6 +359,7 @@ man/man1/rax2.1.gz %%DATADIR%%/%%PORTVERSION%%/www/enyo/build/app.js %%DATADIR%%/%%PORTVERSION%%/www/enyo/build/enyo.css %%DATADIR%%/%%PORTVERSION%%/www/enyo/build/enyo.js +%%DATADIR%%/%%PORTVERSION%%/www/enyo/colors/index.html %%DATADIR%%/%%PORTVERSION%%/www/enyo/favicon.ico %%DATADIR%%/%%PORTVERSION%%/www/enyo/icon.png %%DATADIR%%/%%PORTVERSION%%/www/enyo/index.css @@ -358,4 +406,13 @@ man/man1/rax2.1.gz %%DATADIR%%/%%PORTVERSION%%/www/old/script.js %%DATADIR%%/%%PORTVERSION%%/www/old/style.css %%DATADIR%%/%%PORTVERSION%%/www/rlogo.png +%%DATADIR%%/%%PORTVERSION%%/www/t/Makefile +%%DATADIR%%/%%PORTVERSION%%/www/t/README.md +%%DATADIR%%/%%PORTVERSION%%/www/t/index.html +%%DATADIR%%/%%PORTVERSION%%/www/t/main.js +%%DATADIR%%/%%PORTVERSION%%/www/t/r2.js +%%DATADIR%%/%%PORTVERSION%%/www/t/style.css +%%DATADIR%%/%%PORTVERSION%%/www/t/tiled.js %%DATADIR%%/%%PORTVERSION%%/www/upload.html +%%DATADIR%%/%%PORTVERSION%%/yara/crypto.yara.gz +%%DATADIR%%/%%PORTVERSION%%/yara/packers.yara.gz From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:29:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E288888; Fri, 6 Feb 2015 13:29:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECC5143; Fri, 6 Feb 2015 13:29:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16DTRoq015445; Fri, 6 Feb 2015 13:29:27 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16DTQaM015440; Fri, 6 Feb 2015 13:29:26 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502061329.t16DTQaM015440@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 6 Feb 2015 13:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378535 - in head/databases/sqlitebrowser: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:29:27 -0000 Author: madpilot Date: Fri Feb 6 13:29:25 2015 New Revision: 378535 URL: https://svnweb.freebsd.org/changeset/ports/378535 QAT: https://qat.redports.org/buildarchive/r378535/ Log: Update to 3.5.0. PR: 197253 Submitted by: coder@tuxfamily.org (maintainer) Added: head/databases/sqlitebrowser/files/ head/databases/sqlitebrowser/files/patch-src-Application.cpp (contents, props changed) head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp (contents, props changed) Modified: head/databases/sqlitebrowser/Makefile head/databases/sqlitebrowser/distinfo head/databases/sqlitebrowser/pkg-plist Modified: head/databases/sqlitebrowser/Makefile ============================================================================== --- head/databases/sqlitebrowser/Makefile Fri Feb 6 13:05:37 2015 (r378534) +++ head/databases/sqlitebrowser/Makefile Fri Feb 6 13:29:25 2015 (r378535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlitebrowser -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 CATEGORIES= databases MAINTAINER= coder@tuxfamily.org @@ -13,9 +13,9 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${GH_COMMIT} -USE_GITHUB= +USE_GITHUB= yes GH_ACCOUNT= sqlitebrowser -GH_COMMIT= 0358faa +GH_COMMIT= 634c51b GH_TAGNAME= ${GH_COMMIT} USES= cmake desktop-file-utils @@ -23,4 +23,16 @@ USE_QT4= gui qmake_build linguist_build USE_SQLITE= yes INSTALLS_ICONS= yes + +post-patch: + @${ECHO} ${DATADIR} + @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ + ${WRKSRC}/src/PreferencesDialog.cpp + @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ + ${WRKSRC}/src/Application.cpp + +post-install: + ${MKDIR} ${STAGEDIR}${LOCALBASE}/share/${PORTNAME}/translations + (cd ${WRKSRC}/translations && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/share/${PORTNAME}/translations) + .include Modified: head/databases/sqlitebrowser/distinfo ============================================================================== --- head/databases/sqlitebrowser/distinfo Fri Feb 6 13:05:37 2015 (r378534) +++ head/databases/sqlitebrowser/distinfo Fri Feb 6 13:29:25 2015 (r378535) @@ -1,2 +1,2 @@ -SHA256 (sqlitebrowser-3.4.0.tar.gz) = 9d2493c1b4ef15643b42899a2a6069fed75dae50073e3056adabb3b164904b8a -SIZE (sqlitebrowser-3.4.0.tar.gz) = 841234 +SHA256 (sqlitebrowser-3.5.0.tar.gz) = 251175ecb3c9f7ac2db4b23216c370eceda502b82438cb9afa114fe89a0e8275 +SIZE (sqlitebrowser-3.5.0.tar.gz) = 872486 Added: head/databases/sqlitebrowser/files/patch-src-Application.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/files/patch-src-Application.cpp Fri Feb 6 13:29:25 2015 (r378535) @@ -0,0 +1,28 @@ +--- src/Application.cpp.orig 2015-01-30 19:48:06.000000000 +0100 ++++ src/Application.cpp 2015-02-01 15:40:02.790619098 +0100 +@@ -30,8 +30,15 @@ + + // First of all try to load the application translation file. + m_translatorApp = new QTranslator(this); ++ ++#ifdef Q_OS_FREEBSD ++ QString trans_dir = "%%DATADIR%%/translations"; ++ ok = m_translatorApp->load("sqlb_" + name, ++ trans_dir); ++#else + ok = m_translatorApp->load("sqlb_" + name, + QCoreApplication::applicationDirPath() + "/translations"); ++#endif + + if (ok == true) { + PreferencesDialog::setSettingsValue("General", "language", name); +@@ -47,7 +54,9 @@ + ok = m_translatorQt->load("qt_" + name, + QLibraryInfo::location(QLibraryInfo::TranslationsPath)); + if (ok == false) ++ { + ok = m_translatorQt->load("qt_" + name, "translations"); ++ } + if (ok == true) + installTranslator(m_translatorQt); + } Added: head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp Fri Feb 6 13:29:25 2015 (r378535) @@ -0,0 +1,17 @@ +--- src/PreferencesDialog.cpp.orig 2015-02-01 15:27:53.407669984 +0100 ++++ src/PreferencesDialog.cpp 2015-02-01 15:30:51.885904399 +0100 +@@ -266,9 +266,13 @@ + void PreferencesDialog::fillLanguageBox() + { + // Use the path relative to the main executable ++#ifdef Q_OS_FREEBSD ++ QDir translationsDir("%%DATADIR%%/translations", ++ "sqlb_*.qm"); ++#else + QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations", + "sqlb_*.qm"); +- ++#endif + // Add default language + ui->languageComboBox->addItem("English (United States)", "en_US"); + Modified: head/databases/sqlitebrowser/pkg-plist ============================================================================== --- head/databases/sqlitebrowser/pkg-plist Fri Feb 6 13:05:37 2015 (r378534) +++ head/databases/sqlitebrowser/pkg-plist Fri Feb 6 13:29:25 2015 (r378535) @@ -1,3 +1,7 @@ %%QT_BINDIR%%/sqlitebrowser share/applications/sqlitebrowser.desktop share/icons/hicolor/256x256/apps/sqlitebrowser.png +%%DATADIR%%/translations/sqlb_de.qm +%%DATADIR%%/translations/sqlb_fr.qm +%%DATADIR%%/translations/sqlb_ru.qm +%%DATADIR%%/translations/sqlb_zh.qm From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:40:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F0CEB84; Fri, 6 Feb 2015 13:40:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B7D2268; Fri, 6 Feb 2015 13:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16DeOjb020825; Fri, 6 Feb 2015 13:40:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16DeOC6020824; Fri, 6 Feb 2015 13:40:24 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502061340.t16DeOC6020824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 6 Feb 2015 13:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378536 - head/graphics/asciio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:40:24 -0000 Author: ehaupt Date: Fri Feb 6 13:40:23 2015 New Revision: 378536 URL: https://svnweb.freebsd.org/changeset/ports/378536 QAT: https://qat.redports.org/buildarchive/r378536/ Log: Add devel/p5-Class-ISA to RUN_DEPENDS Modified: head/graphics/asciio/Makefile Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Fri Feb 6 13:29:25 2015 (r378535) +++ head/graphics/asciio/Makefile Fri Feb 6 13:40:23 2015 (r378536) @@ -3,7 +3,7 @@ PORTNAME= asciio PORTVERSION= 1.02.71 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -31,7 +31,8 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:$ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \ p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA USES= perl5 USE_PERL5= modbuild From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:41:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62AF3C6A; Fri, 6 Feb 2015 13:41:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34504276; Fri, 6 Feb 2015 13:41:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Dfh1C021588; Fri, 6 Feb 2015 13:41:43 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Dfgxu021585; Fri, 6 Feb 2015 13:41:42 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502061341.t16Dfgxu021585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 6 Feb 2015 13:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378537 - in head/sysutils/automount: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:41:43 -0000 Author: madpilot Date: Fri Feb 6 13:41:41 2015 New Revision: 378537 URL: https://svnweb.freebsd.org/changeset/ports/378537 QAT: https://qat.redports.org/buildarchive/r378537/ Log: - Update to 1.5.3 - Adjust path in pkg-install to PREFIX PR: 197023 Submitted by: vermaden@interia.pl (maintainer) Added: head/sysutils/automount/files/ head/sysutils/automount/files/pkg-install.in - copied, changed from r378482, head/sysutils/automount/pkg-install Deleted: head/sysutils/automount/pkg-install Modified: head/sysutils/automount/Makefile head/sysutils/automount/distinfo Modified: head/sysutils/automount/Makefile ============================================================================== --- head/sysutils/automount/Makefile Fri Feb 6 13:40:23 2015 (r378536) +++ head/sysutils/automount/Makefile Fri Feb 6 13:41:41 2015 (r378537) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= automount -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.3 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ - LOCAL/bdrewery/${PORTNAME}/ + LOCAL/madpilot/${PORTNAME}/ MAINTAINER= vermaden@interia.pl COMMENT= FreeBSD's devd(8) based automount solution @@ -14,7 +14,9 @@ LICENSE= BSD2CLAUSE PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample +SUB_FILES= pkg-install NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= NTFS3G EXT4 EXFAT OPTIONS_DEFAULT= NTFS3G EXT4 Modified: head/sysutils/automount/distinfo ============================================================================== --- head/sysutils/automount/distinfo Fri Feb 6 13:40:23 2015 (r378536) +++ head/sysutils/automount/distinfo Fri Feb 6 13:41:41 2015 (r378537) @@ -1,2 +1,2 @@ -SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70 -SIZE (automount-1.4.3.tar.gz) = 4386 +SHA256 (automount-1.5.3.tar.gz) = 9abd5a7189358c50ae18afff31b6457600548aa1f44122ce4e10c1cfab0038a6 +SIZE (automount-1.5.3.tar.gz) = 4867 Copied and modified: head/sysutils/automount/files/pkg-install.in (from r378482, head/sysutils/automount/pkg-install) ============================================================================== --- head/sysutils/automount/pkg-install Thu Feb 5 17:50:02 2015 (r378482, copy source) +++ head/sysutils/automount/files/pkg-install.in Fri Feb 6 13:41:41 2015 (r378537) @@ -2,10 +2,10 @@ case ${2} in (POST-INSTALL) - /etc/rc.d/devd restart + service devd restart echo echo - echo "Check /usr/local/sbin/automount --help for available options." + echo "Check %%PREFIX%%/bin/automount --help for available options." echo echo ;; From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:44:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE2DAEA7; Fri, 6 Feb 2015 13:44:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97CD6355; Fri, 6 Feb 2015 13:44:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Di7aZ024517; Fri, 6 Feb 2015 13:44:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Di6ec024514; Fri, 6 Feb 2015 13:44:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061344.t16Di6ec024514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 13:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378538 - in head/games/wesnoth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:44:07 -0000 Author: marino Date: Fri Feb 6 13:44:06 2015 New Revision: 378538 URL: https://svnweb.freebsd.org/changeset/ports/378538 QAT: https://qat.redports.org/buildarchive/r378538/ Log: games/wesnoth: Upgrade version 1.10.7 => 1.12.0, change maintainers With the blessing of the former maintainer, the submitter of the PR takes over the maintainership of Wesnoth. PR: 196721 Submitted by: Torsten Zuehlsdorff Deleted: head/games/wesnoth/files/ Modified: head/games/wesnoth/Makefile head/games/wesnoth/distinfo head/games/wesnoth/pkg-plist Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri Feb 6 13:41:41 2015 (r378537) +++ head/games/wesnoth/Makefile Fri Feb 6 13:44:06 2015 (r378538) @@ -1,30 +1,31 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.10.7 -PORTREVISION= 7 +PORTVERSION= 1.12.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ - http://files.wesnoth.org/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R} \ + http://files.wesnoth.org/ \ + http://ports.toco-domains.de -MAINTAINER= rnejdl@ringofsaturn.com +DISTNAME= ${PORTNAME}-${PORTVERSION:R} + +MAINTAINER= ports@toco-domains.de COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/junicode/Junicode.ttf:${PORTSDIR}/x11-fonts/junicode LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libpng.so:${PORTSDIR}/graphics/png +LDFLAGS+= -L${LOCALBASE}/lib -lboost_system + USE_SDL= image mixer net ttf USE_GNOME= pango -USES= cmake desktop-file-utils pkgconfig tar:bzip2 +USES= cmake pkgconfig tar:bzip2 CMAKE_ARGS= -DMANDIR="man" -MAN6= wesnoth.6 - PORTDOCS= * PORTDATA= * @@ -48,15 +49,15 @@ TOOLS_DESC= Extra tools for artists and .include -# XXX: breaks compilation because of -Werror -.if empty(PORT_OPTIONS:MSTRICT) +# disable strict compilation, because it will break the build CMAKE_ARGS+= -DENABLE_STRICT_COMPILATION=off -.endif .if ${PORT_OPTIONS:MANA} CMAKE_ARGS+= -DUSE_ANA_NETWORK=on +PLIST_SUB+= ANA="" .else CMAKE_ARGS+= -DUSE_ANA_NETWORK=off +PLIST_SUB+= ANA="@comment " .endif .if ${PORT_OPTIONS:MCAMPAIGN} @@ -91,7 +92,7 @@ CMAKE_ARGS+= -DENABLE_NOTIFICATIONS=off CMAKE_ARGS+= -DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale USES+= gettext MANLANG= "" cs de en_GB es et fi fr gl hu id it lt pl ru sk \ - sr sr@ijekavian sr@ijekavianlatin sr@latin vi zh_CN zh_TW + sr sr@ijekavian sr@ijekavianlatin sr@latin tr uk vi zh_CN zh_TW .if ${PORT_OPTIONS:MSERVER} _MANPAGES+= ${PREFIX}/man/ja/man6/wesnothd.6 \ ${PREFIX}/man/pt_BR/man6/wesnothd.6 \ @@ -104,6 +105,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MOPENMP} +BROKEN= compilation fails with OpenMP CMAKE_ARGS+= -DENABLE_OMP=on .else CMAKE_ARGS+= -DENABLE_OMP=off @@ -111,13 +113,11 @@ CMAKE_ARGS+= -DENABLE_OMP=off .if ${PORT_OPTIONS:MPOOLALLOC} CMAKE_ARGS+= -DENABLE_POOL_ALLOC=on -BROKEN= does not build with pool alloc .else CMAKE_ARGS+= -DENABLE_POOL_ALLOC=off .endif .if ${PORT_OPTIONS:MPYTHON} -BROKEN= cmake build doesn't support installing python tools USES+= python CONFIGURE_ENV+= PYTHON_PREFIX=${PREFIX} \ PYTHON_VERSION=${PYTHON_VERSION:S/python//} @@ -133,7 +133,6 @@ CFLAGS+= -DNETWORK_USE_RAW_SOCKETS .if ${PORT_OPTIONS:MSERVER} CMAKE_ARGS+= -DENABLE_SERVER=on -MAN6+= wesnothd.6 PLIST_SUB+= SERVER="" .else CMAKE_ARGS+= -DENABLE_SERVER=off @@ -143,6 +142,7 @@ PLIST_SUB+= SERVER="@comment " .if ${PORT_OPTIONS:MTESTS} CMAKE_ARGS+= -DENABLE_TESTS=on PLIST_SUB+= TESTS="" +BROKEN= compilations fails with enabled TEST option .else CMAKE_ARGS+= -DENABLE_TESTS=off PLIST_SUB+= TESTS="@comment " @@ -160,11 +160,9 @@ PLIST_SUB+= TOOLS="@comment " CMAKE_ARGS+= -DDOCDIR=none .endif -pre-build: - ${CP} ${LOCALBASE}/lib/X11/fonts/junicode/Junicode.ttf \ - ${WRKSRC}/fonts/Junicode-Regular.ttf +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-install: - -@update-desktop-database ${STAGEDIR}${PREFIX}/share/applications + ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete .include Modified: head/games/wesnoth/distinfo ============================================================================== --- head/games/wesnoth/distinfo Fri Feb 6 13:41:41 2015 (r378537) +++ head/games/wesnoth/distinfo Fri Feb 6 13:44:06 2015 (r378538) @@ -1,2 +1,2 @@ -SHA256 (wesnoth-1.10.7.tar.bz2) = 8a3b5a3409a57b646536e547094e1bb8bcd87797e00cd63184152222e377253e -SIZE (wesnoth-1.10.7.tar.bz2) = 347431490 +SHA256 (wesnoth-1.12.tar.bz2) = 9e2b15cf6196ae7059fc48b5483aa6973473688602958dd64211b1775b513e0a +SIZE (wesnoth-1.12.tar.bz2) = 385428948 Modified: head/games/wesnoth/pkg-plist ============================================================================== --- head/games/wesnoth/pkg-plist Fri Feb 6 13:41:41 2015 (r378537) +++ head/games/wesnoth/pkg-plist Fri Feb 6 13:44:06 2015 (r378538) @@ -1,41 +1,23 @@ +bin/wesnoth +%%ANA%%include/ana/ana.hpp +%%ANA%%include/ana/binary_streams.hpp +%%ANA%%include/ana/buffers.hpp +%%ANA%%include/ana/common.hpp +%%ANA%%include/ana/predicates.hpp +%%ANA%%include/ana/timers.hpp +%%ANA%%lib/libana-static.a +%%ANA%%lib/libana.so %%CAMPAIGN%%bin/campaignd %%TOOLS%%bin/cutter %%TOOLS%%bin/exploder %%TOOLS%%bin/schema_generator %%TOOLS%%bin/schema_validator -bin/wesnoth -%%PYTHON%%%%TOOLS%%bin/wesnoth_addon_manager +%%TOOLS%%bin/wesmage %%TESTS%%bin/wesnoth_test %%SERVER%%bin/wesnothd -%%PYTHON%%%%TOOLS%%bin/wmlindent -%%PYTHON%%%%TOOLS%%bin/wmllint -%%PYTHON%%%%TOOLS%%bin/wmlscope -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/campaignserver_client.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/libsvn.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wescamp.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmldata.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmliterator.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmlparser.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/wesnoth/wmltools.pyo share/applications/wesnoth.desktop share/applications/wesnoth_editor.desktop +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo @@ -48,6 +30,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo @@ -61,6 +45,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-did.mo @@ -73,6 +58,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-sof.mo @@ -86,6 +73,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ang/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-did.mo @@ -98,6 +86,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-sof.mo @@ -111,6 +101,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ang@latin/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo @@ -123,6 +114,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo @@ -136,6 +129,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo @@ -148,6 +142,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo @@ -161,6 +157,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo @@ -173,6 +170,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo @@ -186,6 +185,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo @@ -198,6 +198,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo @@ -211,6 +213,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo @@ -223,6 +226,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo @@ -236,6 +241,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo @@ -248,6 +254,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo @@ -261,6 +269,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo @@ -273,6 +282,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo @@ -286,6 +297,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo @@ -298,6 +310,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo @@ -311,6 +325,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-did.mo @@ -323,6 +338,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-sof.mo @@ -336,6 +353,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo @@ -348,6 +366,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo @@ -361,6 +381,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo @@ -373,6 +394,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo @@ -386,6 +409,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo @@ -398,6 +422,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo @@ -411,6 +437,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo @@ -423,6 +450,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo @@ -436,6 +465,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo @@ -448,6 +478,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo @@ -461,6 +493,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo @@ -473,6 +506,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo @@ -486,6 +521,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo @@ -498,6 +534,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo @@ -511,6 +549,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo @@ -523,6 +562,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo @@ -536,6 +577,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-did.mo @@ -548,6 +590,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-sof.mo @@ -561,6 +605,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ga/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-did.mo @@ -573,6 +618,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-sof.mo @@ -586,6 +633,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/gd/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo @@ -598,6 +646,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo @@ -611,6 +661,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo @@ -623,6 +674,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo @@ -636,6 +689,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo @@ -648,6 +702,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo @@ -661,6 +717,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo @@ -673,6 +730,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo @@ -686,6 +745,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo @@ -698,6 +758,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo @@ -711,6 +773,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-did.mo @@ -723,6 +786,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/is/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-sof.mo @@ -736,6 +801,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/is/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo @@ -748,6 +814,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo @@ -761,6 +829,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo @@ -773,6 +842,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo @@ -786,6 +857,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo @@ -798,6 +870,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo @@ -811,6 +885,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo @@ -823,6 +898,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo @@ -836,6 +913,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo @@ -848,6 +926,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo @@ -861,6 +941,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo @@ -873,6 +954,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo @@ -886,6 +969,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo @@ -898,6 +982,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo @@ -911,6 +997,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-did.mo @@ -923,6 +1010,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sof.mo @@ -936,6 +1025,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo @@ -948,6 +1038,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo @@ -961,6 +1053,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo @@ -973,6 +1066,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo @@ -986,6 +1081,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo @@ -998,6 +1094,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo @@ -1011,6 +1109,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo @@ -1023,6 +1122,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo @@ -1036,6 +1137,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo @@ -1048,6 +1150,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo @@ -1061,6 +1165,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-did.mo @@ -1073,6 +1178,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sof.mo @@ -1086,6 +1193,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo @@ -1098,6 +1206,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo @@ -1111,6 +1221,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo @@ -1123,6 +1234,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo @@ -1136,6 +1249,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo @@ -1148,6 +1262,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo @@ -1161,6 +1277,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo @@ -1173,6 +1290,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo @@ -1186,6 +1305,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo @@ -1198,6 +1318,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo @@ -1211,6 +1333,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo @@ -1223,6 +1346,8 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manpages.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-manual.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo @@ -1236,6 +1361,7 @@ share/applications/wesnoth_editor.deskto %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo %%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/wesnoth.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo %%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 13:48:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDAD2FD8; Fri, 6 Feb 2015 13:48:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1959389; Fri, 6 Feb 2015 13:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16DmEZR025151; Fri, 6 Feb 2015 13:48:14 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16DmEXi025149; Fri, 6 Feb 2015 13:48:14 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201502061348.t16DmEXi025149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 6 Feb 2015 13:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378539 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:48:14 -0000 Author: matthew Date: Fri Feb 6 13:48:13 2015 New Revision: 378539 URL: https://svnweb.freebsd.org/changeset/ports/378539 QAT: https://qat.redports.org/buildarchive/r378539/ Log: Update to 4.3.9 This is a routine bugfix update Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.9/phpMyAdmin-4.3.9-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Fri Feb 6 13:44:06 2015 (r378538) +++ head/databases/phpmyadmin/Makefile Fri Feb 6 13:48:13 2015 (r378539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.3.8 +DISTVERSION= 4.3.9 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Fri Feb 6 13:44:06 2015 (r378538) +++ head/databases/phpmyadmin/distinfo Fri Feb 6 13:48:13 2015 (r378539) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.3.8-all-languages.tar.xz) = 6d3a41382d878f59a959ceb25a671c8ed3a4ac9d0dc54e8de567c3ba264460e7 -SIZE (phpMyAdmin-4.3.8-all-languages.tar.xz) = 5364656 +SHA256 (phpMyAdmin-4.3.9-all-languages.tar.xz) = 8e8381d8e351968d3aa551a63707b3652ab5136dbf4ce491be5703441be910c4 +SIZE (phpMyAdmin-4.3.9-all-languages.tar.xz) = 5442120 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 14:00:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2F5B374; Fri, 6 Feb 2015 14:00:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 839C96AD; Fri, 6 Feb 2015 14:00:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16E0Rpm030733; Fri, 6 Feb 2015 14:00:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16E0Qc7030728; Fri, 6 Feb 2015 14:00:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061400.t16E0Qc7030728@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 14:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378540 - in head/www/deforaos-surfer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 14:00:27 -0000 Author: marino Date: Fri Feb 6 14:00:25 2015 New Revision: 378540 URL: https://svnweb.freebsd.org/changeset/ports/378540 QAT: https://qat.redports.org/buildarchive/r378540/ Log: www/deforaos-surfer: Upgrade version 0.2.6 => 0.2.7 (UNBREAK) PR: 152601 Submitted by: maintainer (Olivier Cochard) Added: head/www/deforaos-surfer/files/patch-ghtml-webkit.c (contents, props changed) head/www/deforaos-surfer/files/patch-src-download.c (contents, props changed) Deleted: head/www/deforaos-surfer/files/patch-doc__Makefile head/www/deforaos-surfer/files/patch-ghtml-webkit.diff Modified: head/www/deforaos-surfer/Makefile head/www/deforaos-surfer/distinfo head/www/deforaos-surfer/pkg-plist Modified: head/www/deforaos-surfer/Makefile ============================================================================== --- head/www/deforaos-surfer/Makefile Fri Feb 6 13:48:13 2015 (r378539) +++ head/www/deforaos-surfer/Makefile Fri Feb 6 14:00:25 2015 (r378540) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= surfer -PORTVERSION= 0.2.6 -PORTREVISION= 2 +PORTVERSION= 0.2.7 CATEGORIES= www -MASTER_SITES= http://www.defora.org/os/download/download/3709/ +MASTER_SITES= http://www.defora.org/os/download/download/4345/ PKGNAMEPREFIX= deforaos- DISTNAME= Surfer-${PORTVERSION} @@ -14,10 +13,8 @@ COMMENT= DeforaOS desktop web browser LICENSE= GPLv3 -BROKEN= Fails to build - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \ libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ @@ -25,10 +22,15 @@ LIB_DEPENDS= libSystem.so:${PORTSDIR}/de RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USE_GNOME= gtk20 -USES= pkgconfig gettext +USES= desktop-file-utils pkgconfig gettext INSTALLS_ICONS= yes MAKE_ARGS= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man +MANDIRS= ${PREFIX}/share/man/man1 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + .include Modified: head/www/deforaos-surfer/distinfo ============================================================================== --- head/www/deforaos-surfer/distinfo Fri Feb 6 13:48:13 2015 (r378539) +++ head/www/deforaos-surfer/distinfo Fri Feb 6 14:00:25 2015 (r378540) @@ -1,2 +1,2 @@ -SHA256 (Surfer-0.2.6.tar.gz) = 5f7c6ebd98d2edccef4be9beff82d697727582c45a638c22b21c8bf985505d30 -SIZE (Surfer-0.2.6.tar.gz) = 75870 +SHA256 (Surfer-0.2.7.tar.gz) = ddabc709866a067b086cfd25ab488ce153685c4298f31bb343e330a3ba3d145c +SIZE (Surfer-0.2.7.tar.gz) = 88108 Added: head/www/deforaos-surfer/files/patch-ghtml-webkit.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/deforaos-surfer/files/patch-ghtml-webkit.c Fri Feb 6 14:00:25 2015 (r378540) @@ -0,0 +1,12 @@ +--- src/ghtml-webkit.c.orig 2015-02-03 21:41:14.728793636 +0100 ++++ src/ghtml-webkit.c 2015-02-03 21:41:39.669804743 +0100 +@@ -207,7 +207,8 @@ + "/etc/ssl/certs/ca-certificates.crt", + "/etc/openssl/certs/ca-certificates.crt", + PREFIX "/etc/ssl/certs/ca-certificates.crt", +- PREFIX "/etc/openssl/certs/ca-certificates.crt" ++ PREFIX "/etc/openssl/certs/ca-certificates.crt", ++ PREFIX "/share/certs/ca-root-nss.crt" + }; + size_t i; + #endif Added: head/www/deforaos-surfer/files/patch-src-download.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/deforaos-surfer/files/patch-src-download.c Fri Feb 6 14:00:25 2015 (r378540) @@ -0,0 +1,10 @@ +--- src/download.c.orig 2015-02-04 15:42:08.947324133 +0100 ++++ src/download.c 2015-02-04 15:46:14.898892516 +0100 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + #include + #if GTK_CHECK_VERSION(3, 0, 0) + # include Modified: head/www/deforaos-surfer/pkg-plist ============================================================================== --- head/www/deforaos-surfer/pkg-plist Fri Feb 6 13:48:13 2015 (r378539) +++ head/www/deforaos-surfer/pkg-plist Fri Feb 6 14:00:25 2015 (r378540) @@ -4,17 +4,14 @@ bin/helper man/man1/download.1.gz man/man1/helper.1.gz man/man1/surfer.1.gz -share/applications/surfer.desktop -share/applications/helper.desktop +share/applications/deforaos-helper.desktop +share/applications/deforaos-surfer.desktop share/icons/hicolor/16x16/apps/surfer-view-html-source.png share/icons/hicolor/24x24/apps/surfer-view-html-source.png share/locale/de/LC_MESSAGES/Surfer.mo share/locale/es/LC_MESSAGES/Surfer.mo share/locale/fr/LC_MESSAGES/Surfer.mo share/locale/it/LC_MESSAGES/Surfer.mo -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons +share/man/html1/download.html +share/man/html1/helper.html +share/man/html1/surfer.html From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 14:10:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0213B636; Fri, 6 Feb 2015 14:10:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF5F87ED; Fri, 6 Feb 2015 14:10:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16EAXgJ035586; Fri, 6 Feb 2015 14:10:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16EAWlu035580; Fri, 6 Feb 2015 14:10:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061410.t16EAWlu035580@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 14:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378541 - in head/www/glpi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 14:10:34 -0000 Author: marino Date: Fri Feb 6 14:10:32 2015 New Revision: 378541 URL: https://svnweb.freebsd.org/changeset/ports/378541 QAT: https://qat.redports.org/buildarchive/r378541/ Log: www/glpi: Upgrade version 0.84.4 => 0.85.1 PR: 196843 Submitted by: maintainer (Mathias Monnerville) Modified: head/www/glpi/Makefile head/www/glpi/distinfo head/www/glpi/files/pkg-message.in head/www/glpi/pkg-plist Modified: head/www/glpi/Makefile ============================================================================== --- head/www/glpi/Makefile Fri Feb 6 14:00:25 2015 (r378540) +++ head/www/glpi/Makefile Fri Feb 6 14:10:32 2015 (r378541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glpi -PORTVERSION= 0.84.4 +PORTVERSION= 0.85.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://droidng.free.fr/freebsd/ \ @@ -13,7 +13,7 @@ COMMENT= Free IT and asset management so LICENSE= GPLv2 -USE_PHP= mysqli mbstring pcre session xml json ctype +USE_PHP= mysqli mbstring pcre session xml json ctype gd WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} @@ -40,7 +40,7 @@ post-extract: @${FIND} ${WRKSRC} -name '*~' -delete do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} - ${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include Modified: head/www/glpi/distinfo ============================================================================== --- head/www/glpi/distinfo Fri Feb 6 14:00:25 2015 (r378540) +++ head/www/glpi/distinfo Fri Feb 6 14:10:32 2015 (r378541) @@ -1,2 +1,2 @@ -SHA256 (glpi-0.84.4.tar.gz) = 84fccedab83b65ccfadcd4117636cf5dd288c2b8dec7cac7c17a8cf129fc2c32 -SIZE (glpi-0.84.4.tar.gz) = 10596529 +SHA256 (glpi-0.85.1.tar.gz) = 3bbb397c673637490850daa309706c8c6540729c8b27f2c506c2a056e7ed0514 +SIZE (glpi-0.85.1.tar.gz) = 17897878 Modified: head/www/glpi/files/pkg-message.in ============================================================================== --- head/www/glpi/files/pkg-message.in Fri Feb 6 14:00:25 2015 (r378540) +++ head/www/glpi/files/pkg-message.in Fri Feb 6 14:10:32 2015 (r378541) @@ -15,15 +15,18 @@ If you are using MySQL, here's the short $ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi (choose your own values for USERNAME and PASSWORD) -You will also need to configure Apache. Consider adding the following -to your httpd.conf: +Make sur Apache supports PHP (www/mod_php5) and add a config file for GLPI in Includes/glpi.conf: + Alias /glpi %%PREFIX%%/%%GLPIDIR%% AllowOverride Options FileInfo + Options Indexes FollowSymLinks + Require all granted + DirectoryIndex index.php Then reload Apache: 'apachectl graceful' -Please visit 'http://{host.domain}/%%GLPIDIR%%/' in a +Please visit 'http://{host.domain}/glpi/' in a web-browser and follow the configuration instructions. ***************************************************************** Modified: head/www/glpi/pkg-plist ============================================================================== --- head/www/glpi/pkg-plist Fri Feb 6 14:00:25 2015 (r378540) +++ head/www/glpi/pkg-plist Fri Feb 6 14:10:32 2015 (r378541) @@ -1,5 +1,6 @@ -@group www @owner www +@group www +%%WWWDIR%%/.htaccess %%WWWDIR%%/AUTHORS.txt %%WWWDIR%%/CHANGELOG.txt %%WWWDIR%%/COPYING.txt @@ -14,31 +15,34 @@ %%WWWDIR%%/ajax/dropdownConnectNetworkPortDeviceType.php %%WWWDIR%%/ajax/dropdownDelegationUsers.php %%WWWDIR%%/ajax/dropdownFieldsBlacklist.php -%%WWWDIR%%/ajax/dropdownFindNum.php %%WWWDIR%%/ajax/dropdownInstallVersion.php %%WWWDIR%%/ajax/dropdownItilActors.php %%WWWDIR%%/ajax/dropdownMassiveAction.php %%WWWDIR%%/ajax/dropdownMassiveActionAddActor.php +%%WWWDIR%%/ajax/dropdownMassiveActionAddValidator.php %%WWWDIR%%/ajax/dropdownMassiveActionAuthMethods.php %%WWWDIR%%/ajax/dropdownMassiveActionField.php -%%WWWDIR%%/ajax/dropdownNetpoint.php %%WWWDIR%%/ajax/dropdownNotificationEvent.php %%WWWDIR%%/ajax/dropdownNotificationTemplate.php %%WWWDIR%%/ajax/dropdownRubDocument.php -%%WWWDIR%%/ajax/dropdownRules.php -%%WWWDIR%%/ajax/dropdownSelectSoftware.php -%%WWWDIR%%/ajax/dropdownSelectSoftwareLicense.php %%WWWDIR%%/ajax/dropdownShowIPNetwork.php %%WWWDIR%%/ajax/dropdownSoftwareLicense.php %%WWWDIR%%/ajax/dropdownTicketCategories.php %%WWWDIR%%/ajax/dropdownTrackingDeviceType.php %%WWWDIR%%/ajax/dropdownUnicityFields.php -%%WWWDIR%%/ajax/dropdownUsers.php -%%WWWDIR%%/ajax/dropdownValue.php +%%WWWDIR%%/ajax/dropdownValidator.php %%WWWDIR%%/ajax/dropdownValuesBlacklist.php %%WWWDIR%%/ajax/entitytree.php +%%WWWDIR%%/ajax/entitytreesearch.php %%WWWDIR%%/ajax/entitytreesons.php %%WWWDIR%%/ajax/genericdate.php +%%WWWDIR%%/ajax/getDropdownConnect.php +%%WWWDIR%%/ajax/getDropdownFindNum.php +%%WWWDIR%%/ajax/getDropdownNetpoint.php +%%WWWDIR%%/ajax/getDropdownNumber.php +%%WWWDIR%%/ajax/getDropdownUsers.php +%%WWWDIR%%/ajax/getDropdownValue.php +%%WWWDIR%%/ajax/getFileTag.php %%WWWDIR%%/ajax/index.php %%WWWDIR%%/ajax/inputtext.php %%WWWDIR%%/ajax/ldapdaterestriction.php @@ -53,8 +57,11 @@ %%WWWDIR%%/ajax/ruleactionvalue.php %%WWWDIR%%/ajax/rulecriteria.php %%WWWDIR%%/ajax/rulecriteriavalue.php +%%WWWDIR%%/ajax/searchmetarow.php %%WWWDIR%%/ajax/searchoption.php %%WWWDIR%%/ajax/searchoptionvalue.php +%%WWWDIR%%/ajax/searchrow.php +%%WWWDIR%%/ajax/selectUnaffectedOrNewItem_Device.php %%WWWDIR%%/ajax/solution.php %%WWWDIR%%/ajax/subvisibility.php %%WWWDIR%%/ajax/textarea.php @@ -65,6 +72,7 @@ %%WWWDIR%%/ajax/uemailUpdate.php %%WWWDIR%%/ajax/updateMetaSearch.php %%WWWDIR%%/ajax/updateTrackingDeviceType.php +%%WWWDIR%%/ajax/updateTranslationFields.php %%WWWDIR%%/ajax/updatecurrenttab.php %%WWWDIR%%/ajax/viewsubitem.php %%WWWDIR%%/ajax/visibility.php @@ -72,7 +80,12 @@ %%WWWDIR%%/config/based_config.php %%WWWDIR%%/config/config.php %%WWWDIR%%/config/define.php -%%WWWDIR%%/css/ext-all-glpi.css +%%WWWDIR%%/css/jquery-glpi.css +%%WWWDIR%%/css/jstree/d.gif +%%WWWDIR%%/css/jstree/d.png +%%WWWDIR%%/css/jstree/dot_for_ie.gif +%%WWWDIR%%/css/jstree/style.css +%%WWWDIR%%/css/jstree/throbber.gif %%WWWDIR%%/css/nothing.gif %%WWWDIR%%/css/print.css %%WWWDIR%%/css/style_install.css @@ -87,6 +100,7 @@ %%WWWDIR%%/files/_graphs/remove.txt %%WWWDIR%%/files/_lock/remove.txt %%WWWDIR%%/files/_log/remove.txt +%%WWWDIR%%/files/_pictures/remove.txt %%WWWDIR%%/files/_plugins/remove.txt %%WWWDIR%%/files/_rss/remove.txt %%WWWDIR%%/files/_sessions/remove.txt @@ -104,6 +118,8 @@ %%WWWDIR%%/front/backup.php %%WWWDIR%%/front/blacklist.form.php %%WWWDIR%%/front/blacklist.php +%%WWWDIR%%/front/blacklistedmailcontent.form.php +%%WWWDIR%%/front/blacklistedmailcontent.php %%WWWDIR%%/front/bookmark.php %%WWWDIR%%/front/budget.form.php %%WWWDIR%%/front/budget.php @@ -120,11 +136,19 @@ %%WWWDIR%%/front/central.php %%WWWDIR%%/front/change.form.php %%WWWDIR%%/front/change.php +%%WWWDIR%%/front/change_group.form.php %%WWWDIR%%/front/change_item.form.php %%WWWDIR%%/front/change_problem.form.php +%%WWWDIR%%/front/change_project.form.php +%%WWWDIR%%/front/change_supplier.form.php %%WWWDIR%%/front/change_ticket.form.php +%%WWWDIR%%/front/change_user.form.php +%%WWWDIR%%/front/changecost.form.php %%WWWDIR%%/front/changetask.form.php +%%WWWDIR%%/front/changevalidation.form.php +%%WWWDIR%%/front/commonitilcost.form.php %%WWWDIR%%/front/commonitiltask.form.php +%%WWWDIR%%/front/commonitilvalidation.form.php %%WWWDIR%%/front/computer.form.php %%WWWDIR%%/front/computer.php %%WWWDIR%%/front/computer_item.form.php @@ -204,6 +228,7 @@ %%WWWDIR%%/front/dropdown.common.form.php %%WWWDIR%%/front/dropdown.common.php %%WWWDIR%%/front/dropdown.php +%%WWWDIR%%/front/dropdowntranslation.form.php %%WWWDIR%%/front/entity.form.php %%WWWDIR%%/front/entity.php %%WWWDIR%%/front/event.php @@ -213,12 +238,15 @@ %%WWWDIR%%/front/fieldunicity.php %%WWWDIR%%/front/filesystem.form.php %%WWWDIR%%/front/filesystem.php +%%WWWDIR%%/front/fileupload.php %%WWWDIR%%/front/find_num.php %%WWWDIR%%/front/fqdn.form.php %%WWWDIR%%/front/fqdn.php %%WWWDIR%%/front/graph.send.php %%WWWDIR%%/front/group.form.php %%WWWDIR%%/front/group.php +%%WWWDIR%%/front/group_problem.form.php +%%WWWDIR%%/front/group_ticket.form.php %%WWWDIR%%/front/group_user.form.php %%WWWDIR%%/front/helpdesk.faq.php %%WWWDIR%%/front/helpdesk.html @@ -233,14 +261,29 @@ %%WWWDIR%%/front/ipnetwork.form.php %%WWWDIR%%/front/ipnetwork.php %%WWWDIR%%/front/ipnetwork_vlan.form.php +%%WWWDIR%%/front/item_device.common.form.php +%%WWWDIR%%/front/item_devicecase.form.php +%%WWWDIR%%/front/item_devicecontrol.form.php +%%WWWDIR%%/front/item_devicedrive.form.php +%%WWWDIR%%/front/item_devicegraphiccard.form.php +%%WWWDIR%%/front/item_deviceharddrive.form.php +%%WWWDIR%%/front/item_devicememory.form.php +%%WWWDIR%%/front/item_devicemotherboard.form.php +%%WWWDIR%%/front/item_devicenetworkcard.form.php +%%WWWDIR%%/front/item_devicepci.form.php +%%WWWDIR%%/front/item_devicepowersupply.form.php +%%WWWDIR%%/front/item_deviceprocessor.form.php %%WWWDIR%%/front/item_devices.form.php +%%WWWDIR%%/front/item_devicesoundcard.form.php %%WWWDIR%%/front/item_problem.form.php +%%WWWDIR%%/front/item_project.form.php %%WWWDIR%%/front/itilcategory.form.php %%WWWDIR%%/front/itilcategory.php %%WWWDIR%%/front/knowbaseitem.form.php %%WWWDIR%%/front/knowbaseitem.php %%WWWDIR%%/front/knowbaseitemcategory.form.php %%WWWDIR%%/front/knowbaseitemcategory.php +%%WWWDIR%%/front/knowbaseitemtranslation.form.php %%WWWDIR%%/front/ldap.group.import.php %%WWWDIR%%/front/ldap.group.php %%WWWDIR%%/front/ldap.import.php @@ -252,13 +295,15 @@ %%WWWDIR%%/front/location.form.php %%WWWDIR%%/front/location.php %%WWWDIR%%/front/lock.form.php +%%WWWDIR%%/front/login.php +%%WWWDIR%%/front/logout.php %%WWWDIR%%/front/lostpassword.php %%WWWDIR%%/front/mailcollector.form.php %%WWWDIR%%/front/mailcollector.php %%WWWDIR%%/front/manufacturer.form.php %%WWWDIR%%/front/manufacturer.php %%WWWDIR%%/front/massiveaction.php -%%WWWDIR%%/front/migration_cleaner.php +%%WWWDIR%%/front/migrationcleaner.php %%WWWDIR%%/front/monitor.form.php %%WWWDIR%%/front/monitor.php %%WWWDIR%%/front/monitormodel.form.php @@ -286,6 +331,7 @@ %%WWWDIR%%/front/networkport_vlan.form.php %%WWWDIR%%/front/networkportmigration.form.php %%WWWDIR%%/front/networkportmigration.php +%%WWWDIR%%/front/notepad.form.php %%WWWDIR%%/front/notification.form.php %%WWWDIR%%/front/notification.php %%WWWDIR%%/front/notification.tags.php @@ -320,7 +366,6 @@ %%WWWDIR%%/front/plugin.form.php %%WWWDIR%%/front/plugin.php %%WWWDIR%%/front/pluginimage.send.php -%%WWWDIR%%/front/popup.php %%WWWDIR%%/front/preference.php %%WWWDIR%%/front/printer.form.php %%WWWDIR%%/front/printer.php @@ -330,12 +375,30 @@ %%WWWDIR%%/front/printertype.php %%WWWDIR%%/front/problem.form.php %%WWWDIR%%/front/problem.php +%%WWWDIR%%/front/problem_supplier.form.php %%WWWDIR%%/front/problem_ticket.form.php %%WWWDIR%%/front/problem_user.form.php +%%WWWDIR%%/front/problemcost.form.php %%WWWDIR%%/front/problemtask.form.php %%WWWDIR%%/front/profile.form.php %%WWWDIR%%/front/profile.php %%WWWDIR%%/front/profile_user.form.php +%%WWWDIR%%/front/project.form.php +%%WWWDIR%%/front/project.php +%%WWWDIR%%/front/projectcost.form.php +%%WWWDIR%%/front/projectstate.form.php +%%WWWDIR%%/front/projectstate.php +%%WWWDIR%%/front/projecttask.form.php +%%WWWDIR%%/front/projecttask.php +%%WWWDIR%%/front/projecttask_ticket.form.php +%%WWWDIR%%/front/projecttaskteam.form.php +%%WWWDIR%%/front/projecttasktype.form.php +%%WWWDIR%%/front/projecttasktype.php +%%WWWDIR%%/front/projectteam.form.php +%%WWWDIR%%/front/projecttype.form.php +%%WWWDIR%%/front/projecttype.php +%%WWWDIR%%/front/queuedmail.form.php +%%WWWDIR%%/front/queuedmail.php %%WWWDIR%%/front/reminder.form.php %%WWWDIR%%/front/reminder.php %%WWWDIR%%/front/report.contract.list.php @@ -361,11 +424,14 @@ %%WWWDIR%%/front/reservationitem.php %%WWWDIR%%/front/rssfeed.form.php %%WWWDIR%%/front/rssfeed.php +%%WWWDIR%%/front/rule.backup.php %%WWWDIR%%/front/rule.common.form.php %%WWWDIR%%/front/rule.common.php %%WWWDIR%%/front/rule.generic.form.php %%WWWDIR%%/front/rule.php %%WWWDIR%%/front/rule.test.php +%%WWWDIR%%/front/ruleaction.form.php +%%WWWDIR%%/front/rulecriteria.form.php %%WWWDIR%%/front/ruledictionnarycomputermodel.form.php %%WWWDIR%%/front/ruledictionnarycomputermodel.php %%WWWDIR%%/front/ruledictionnarycomputertype.form.php @@ -424,6 +490,8 @@ %%WWWDIR%%/front/sla.form.php %%WWWDIR%%/front/sla.php %%WWWDIR%%/front/slalevel.form.php +%%WWWDIR%%/front/slalevelaction.form.php +%%WWWDIR%%/front/slalevelcriteria.form.php %%WWWDIR%%/front/software.form.php %%WWWDIR%%/front/software.php %%WWWDIR%%/front/softwarecategory.form.php @@ -448,6 +516,7 @@ %%WWWDIR%%/front/state.php %%WWWDIR%%/front/supplier.form.php %%WWWDIR%%/front/supplier.php +%%WWWDIR%%/front/supplier_ticket.form.php %%WWWDIR%%/front/suppliertype.form.php %%WWWDIR%%/front/suppliertype.php %%WWWDIR%%/front/taskcategory.form.php @@ -496,7 +565,9 @@ %%WWWDIR%%/inc/authmail.class.php %%WWWDIR%%/inc/autoload.function.php %%WWWDIR%%/inc/autoupdatesystem.class.php +%%WWWDIR%%/inc/backup.class.php %%WWWDIR%%/inc/blacklist.class.php +%%WWWDIR%%/inc/blacklistedmailcontent.class.php %%WWWDIR%%/inc/bookmark.class.php %%WWWDIR%%/inc/bookmark_user.class.php %%WWWDIR%%/inc/budget.class.php @@ -512,10 +583,13 @@ %%WWWDIR%%/inc/change_group.class.php %%WWWDIR%%/inc/change_item.class.php %%WWWDIR%%/inc/change_problem.class.php +%%WWWDIR%%/inc/change_project.class.php %%WWWDIR%%/inc/change_supplier.class.php %%WWWDIR%%/inc/change_ticket.class.php %%WWWDIR%%/inc/change_user.class.php +%%WWWDIR%%/inc/changecost.class.php %%WWWDIR%%/inc/changetask.class.php +%%WWWDIR%%/inc/changevalidation.class.php %%WWWDIR%%/inc/commondbchild.class.php %%WWWDIR%%/inc/commondbconnexity.class.php %%WWWDIR%%/inc/commondbrelation.class.php @@ -525,8 +599,10 @@ %%WWWDIR%%/inc/commonglpi.class.php %%WWWDIR%%/inc/commonimplicittreedropdown.class.php %%WWWDIR%%/inc/commonitilactor.class.php +%%WWWDIR%%/inc/commonitilcost.class.php %%WWWDIR%%/inc/commonitilobject.class.php %%WWWDIR%%/inc/commonitiltask.class.php +%%WWWDIR%%/inc/commonitilvalidation.class.php %%WWWDIR%%/inc/commontreedropdown.class.php %%WWWDIR%%/inc/computer.class.php %%WWWDIR%%/inc/computer_item.class.php @@ -548,6 +624,7 @@ %%WWWDIR%%/inc/contract_supplier.class.php %%WWWDIR%%/inc/contractcost.class.php %%WWWDIR%%/inc/contracttype.class.php +%%WWWDIR%%/inc/control.class.php %%WWWDIR%%/inc/crontask.class.php %%WWWDIR%%/inc/crontasklog.class.php %%WWWDIR%%/inc/db.function.php @@ -574,6 +651,7 @@ %%WWWDIR%%/inc/documenttype.class.php %%WWWDIR%%/inc/domain.class.php %%WWWDIR%%/inc/dropdown.class.php +%%WWWDIR%%/inc/dropdowntranslation.class.php %%WWWDIR%%/inc/entity.class.php %%WWWDIR%%/inc/entity_knowbaseitem.class.php %%WWWDIR%%/inc/entity_reminder.class.php @@ -584,6 +662,8 @@ %%WWWDIR%%/inc/filesystem.class.php %%WWWDIR%%/inc/fqdn.class.php %%WWWDIR%%/inc/fqdnlabel.class.php +%%WWWDIR%%/inc/glpimailer.class.php +%%WWWDIR%%/inc/glpipdf.class.php %%WWWDIR%%/inc/graphpalette.class.php %%WWWDIR%%/inc/group.class.php %%WWWDIR%%/inc/group_knowbaseitem.class.php @@ -626,12 +706,14 @@ %%WWWDIR%%/inc/item_devices.class.php %%WWWDIR%%/inc/item_devicesoundcard.class.php %%WWWDIR%%/inc/item_problem.class.php +%%WWWDIR%%/inc/item_project.class.php %%WWWDIR%%/inc/itilcategory.class.php %%WWWDIR%%/inc/knowbase.class.php %%WWWDIR%%/inc/knowbaseitem.class.php %%WWWDIR%%/inc/knowbaseitem_profile.class.php %%WWWDIR%%/inc/knowbaseitem_user.class.php %%WWWDIR%%/inc/knowbaseitemcategory.class.php +%%WWWDIR%%/inc/knowbaseitemtranslation.class.php %%WWWDIR%%/inc/link.class.php %%WWWDIR%%/inc/link_itemtype.class.php %%WWWDIR%%/inc/location.class.php @@ -639,7 +721,9 @@ %%WWWDIR%%/inc/log.class.php %%WWWDIR%%/inc/mailcollector.class.php %%WWWDIR%%/inc/manufacturer.class.php +%%WWWDIR%%/inc/massiveaction.class.php %%WWWDIR%%/inc/migration.class.php +%%WWWDIR%%/inc/migrationcleaner.class.php %%WWWDIR%%/inc/monitor.class.php %%WWWDIR%%/inc/monitormodel.class.php %%WWWDIR%%/inc/monitortype.class.php @@ -663,6 +747,7 @@ %%WWWDIR%%/inc/networkportlocal.class.php %%WWWDIR%%/inc/networkportmigration.class.php %%WWWDIR%%/inc/networkportwifi.class.php +%%WWWDIR%%/inc/notepad.class.php %%WWWDIR%%/inc/notification.class.php %%WWWDIR%%/inc/notificationevent.class.php %%WWWDIR%%/inc/notificationinterface.class.php @@ -670,6 +755,7 @@ %%WWWDIR%%/inc/notificationmailsetting.class.php %%WWWDIR%%/inc/notificationtarget.class.php %%WWWDIR%%/inc/notificationtargetcartridgeitem.class.php +%%WWWDIR%%/inc/notificationtargetchange.class.php %%WWWDIR%%/inc/notificationtargetcommonitilobject.class.php %%WWWDIR%%/inc/notificationtargetconsumableitem.class.php %%WWWDIR%%/inc/notificationtargetcontract.class.php @@ -677,8 +763,11 @@ %%WWWDIR%%/inc/notificationtargetdbconnection.class.php %%WWWDIR%%/inc/notificationtargetfieldunicity.class.php %%WWWDIR%%/inc/notificationtargetinfocom.class.php +%%WWWDIR%%/inc/notificationtargetmailcollector.class.php %%WWWDIR%%/inc/notificationtargetplanningrecall.class.php %%WWWDIR%%/inc/notificationtargetproblem.class.php +%%WWWDIR%%/inc/notificationtargetproject.class.php +%%WWWDIR%%/inc/notificationtargetprojecttask.class.php %%WWWDIR%%/inc/notificationtargetreservation.class.php %%WWWDIR%%/inc/notificationtargetsoftwarelicense.class.php %%WWWDIR%%/inc/notificationtargetticket.class.php @@ -707,11 +796,24 @@ %%WWWDIR%%/inc/problem_supplier.class.php %%WWWDIR%%/inc/problem_ticket.class.php %%WWWDIR%%/inc/problem_user.class.php +%%WWWDIR%%/inc/problemcost.class.php %%WWWDIR%%/inc/problemtask.class.php %%WWWDIR%%/inc/profile.class.php %%WWWDIR%%/inc/profile_reminder.class.php %%WWWDIR%%/inc/profile_rssfeed.class.php %%WWWDIR%%/inc/profile_user.class.php +%%WWWDIR%%/inc/profileright.class.php +%%WWWDIR%%/inc/project.class.php +%%WWWDIR%%/inc/projectcost.class.php +%%WWWDIR%%/inc/projectstate.class.php +%%WWWDIR%%/inc/projecttask.class.php +%%WWWDIR%%/inc/projecttask_ticket.class.php +%%WWWDIR%%/inc/projecttaskteam.class.php +%%WWWDIR%%/inc/projecttasktype.class.php +%%WWWDIR%%/inc/projectteam.class.php +%%WWWDIR%%/inc/projecttype.class.php +%%WWWDIR%%/inc/queuedmail.class.php +%%WWWDIR%%/inc/registeredid.class.php %%WWWDIR%%/inc/relation.constant.php %%WWWDIR%%/inc/reminder.class.php %%WWWDIR%%/inc/reminder_user.class.php @@ -829,7 +931,7 @@ %%WWWDIR%%/install/index.php %%WWWDIR%%/install/install.php %%WWWDIR%%/install/mysql/.htaccess -%%WWWDIR%%/install/mysql/glpi-0.84.4-empty.sql +%%WWWDIR%%/install/mysql/glpi-0.85-empty.sql %%WWWDIR%%/install/update.php %%WWWDIR%%/install/update_031_04.php %%WWWDIR%%/install/update_042_05.php @@ -859,7 +961,9 @@ %%WWWDIR%%/install/update_083_0831.php %%WWWDIR%%/install/update_0841_0843.php %%WWWDIR%%/install/update_0843_0844.php +%%WWWDIR%%/install/update_0845_0846.php %%WWWDIR%%/install/update_084_0841.php +%%WWWDIR%%/install/update_084_085.php %%WWWDIR%%/install/update_content.php %%WWWDIR%%/install/update_to_031.php %%WWWDIR%%/lib/Zend/Cache/Exception/BadMethodCallException.php @@ -883,12 +987,16 @@ %%WWWDIR%%/lib/Zend/Cache/Pattern/PatternOptions.php %%WWWDIR%%/lib/Zend/Cache/PatternFactory.php %%WWWDIR%%/lib/Zend/Cache/PatternPluginManager.php +%%WWWDIR%%/lib/Zend/Cache/README.md +%%WWWDIR%%/lib/Zend/Cache/Service/StorageCacheAbstractServiceFactory.php +%%WWWDIR%%/lib/Zend/Cache/Service/StorageCacheFactory.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AbstractAdapter.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AbstractZendServer.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AdapterOptions.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Apc.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ApcIterator.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ApcOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/BlackHole.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Dba.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/DbaIterator.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/DbaOptions.php @@ -896,12 +1004,23 @@ %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/FilesystemIterator.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/FilesystemOptions.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/KeyListIterator.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memcache.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcacheOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcacheResourceManager.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memcached.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcachedOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcachedResourceManager.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memory.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemoryOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Redis.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/RedisOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/RedisResourceManager.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Session.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/SessionOptions.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/WinCache.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/WinCacheOptions.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/XCache.php +%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/XCacheOptions.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ZendServerDisk.php %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ZendServerShm.php %%WWWDIR%%/lib/Zend/Cache/Storage/AdapterPluginManager.php @@ -931,10 +1050,12 @@ %%WWWDIR%%/lib/Zend/Cache/Storage/TotalSpaceCapableInterface.php %%WWWDIR%%/lib/Zend/Cache/StorageFactory.php %%WWWDIR%%/lib/Zend/Cache/composer.json +%%WWWDIR%%/lib/Zend/EventManager/AbstractListenerAggregate.php %%WWWDIR%%/lib/Zend/EventManager/Event.php %%WWWDIR%%/lib/Zend/EventManager/EventInterface.php %%WWWDIR%%/lib/Zend/EventManager/EventManager.php %%WWWDIR%%/lib/Zend/EventManager/EventManagerAwareInterface.php +%%WWWDIR%%/lib/Zend/EventManager/EventManagerAwareTrait.php %%WWWDIR%%/lib/Zend/EventManager/EventManagerInterface.php %%WWWDIR%%/lib/Zend/EventManager/EventsCapableInterface.php %%WWWDIR%%/lib/Zend/EventManager/Exception/DomainException.php @@ -946,14 +1067,19 @@ %%WWWDIR%%/lib/Zend/EventManager/FilterChain.php %%WWWDIR%%/lib/Zend/EventManager/GlobalEventManager.php %%WWWDIR%%/lib/Zend/EventManager/ListenerAggregateInterface.php +%%WWWDIR%%/lib/Zend/EventManager/ListenerAggregateTrait.php %%WWWDIR%%/lib/Zend/EventManager/ProvidesEvents.php +%%WWWDIR%%/lib/Zend/EventManager/README.md %%WWWDIR%%/lib/Zend/EventManager/ResponseCollection.php +%%WWWDIR%%/lib/Zend/EventManager/SharedEventAggregateAwareInterface.php %%WWWDIR%%/lib/Zend/EventManager/SharedEventManager.php %%WWWDIR%%/lib/Zend/EventManager/SharedEventManagerAwareInterface.php %%WWWDIR%%/lib/Zend/EventManager/SharedEventManagerInterface.php +%%WWWDIR%%/lib/Zend/EventManager/SharedListenerAggregateInterface.php %%WWWDIR%%/lib/Zend/EventManager/StaticEventManager.php %%WWWDIR%%/lib/Zend/EventManager/composer.json %%WWWDIR%%/lib/Zend/I18n/Exception/ExceptionInterface.php +%%WWWDIR%%/lib/Zend/I18n/Exception/ExtensionNotLoadedException.php %%WWWDIR%%/lib/Zend/I18n/Exception/InvalidArgumentException.php %%WWWDIR%%/lib/Zend/I18n/Exception/OutOfBoundsException.php %%WWWDIR%%/lib/Zend/I18n/Exception/ParseException.php @@ -963,9 +1089,14 @@ %%WWWDIR%%/lib/Zend/I18n/Filter/Alnum.php %%WWWDIR%%/lib/Zend/I18n/Filter/Alpha.php %%WWWDIR%%/lib/Zend/I18n/Filter/NumberFormat.php +%%WWWDIR%%/lib/Zend/I18n/Filter/NumberParse.php +%%WWWDIR%%/lib/Zend/I18n/README.md +%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/AbstractFileLoader.php %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/FileLoaderInterface.php %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/Gettext.php +%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/Ini.php %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/PhpArray.php +%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/PhpMemoryArray.php %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/RemoteLoaderInterface.php %%WWWDIR%%/lib/Zend/I18n/Translator/LoaderPluginManager.php %%WWWDIR%%/lib/Zend/I18n/Translator/Plural/Parser.php @@ -974,16 +1105,264 @@ %%WWWDIR%%/lib/Zend/I18n/Translator/TextDomain.php %%WWWDIR%%/lib/Zend/I18n/Translator/Translator.php %%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorAwareInterface.php +%%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorAwareTrait.php +%%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorInterface.php %%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorServiceFactory.php %%WWWDIR%%/lib/Zend/I18n/Validator/Alnum.php %%WWWDIR%%/lib/Zend/I18n/Validator/Alpha.php +%%WWWDIR%%/lib/Zend/I18n/Validator/DateTime.php %%WWWDIR%%/lib/Zend/I18n/Validator/Float.php %%WWWDIR%%/lib/Zend/I18n/Validator/Int.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AX.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BB.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BJ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BQ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CV.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CX.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DJ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ER.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ES.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ET.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FJ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GB.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GP.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GQ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ID.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IQ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JP.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KP.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LB.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LV.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ME.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ML.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MP.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MQ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MV.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MX.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NP.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/OM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/QA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SB.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SJ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ST.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SV.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SX.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TD.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TH.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TJ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TK.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TL.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TO.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TR.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TV.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TW.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/US.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UY.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UZ.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VC.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VG.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VI.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VN.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VU.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/WF.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/WS.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/YE.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/YT.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZA.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZM.php +%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZW.php %%WWWDIR%%/lib/Zend/I18n/Validator/PostCode.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/AbstractTranslatorHelper.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/CurrencyFormat.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/DateFormat.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/NumberFormat.php +%%WWWDIR%%/lib/Zend/I18n/View/Helper/Plural.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/Translate.php %%WWWDIR%%/lib/Zend/I18n/View/Helper/TranslatePlural.php %%WWWDIR%%/lib/Zend/I18n/View/HelperConfig.php @@ -1003,6 +1382,7 @@ %%WWWDIR%%/lib/Zend/Loader/ModuleAutoloader.php %%WWWDIR%%/lib/Zend/Loader/PluginClassLoader.php %%WWWDIR%%/lib/Zend/Loader/PluginClassLocator.php +%%WWWDIR%%/lib/Zend/Loader/README.md %%WWWDIR%%/lib/Zend/Loader/ShortNameLocator.php %%WWWDIR%%/lib/Zend/Loader/SplAutoloader.php %%WWWDIR%%/lib/Zend/Loader/StandardAutoloader.php @@ -1012,11 +1392,13 @@ %%WWWDIR%%/lib/Zend/ServiceManager/AbstractPluginManager.php %%WWWDIR%%/lib/Zend/ServiceManager/Config.php %%WWWDIR%%/lib/Zend/ServiceManager/ConfigInterface.php +%%WWWDIR%%/lib/Zend/ServiceManager/DelegatorFactoryInterface.php %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiAbstractServiceFactory.php %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiInstanceManagerProxy.php %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiServiceFactory.php %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiServiceInitializer.php %%WWWDIR%%/lib/Zend/ServiceManager/Exception/CircularDependencyFoundException.php +%%WWWDIR%%/lib/Zend/ServiceManager/Exception/CircularReferenceException.php %%WWWDIR%%/lib/Zend/ServiceManager/Exception/ExceptionInterface.php %%WWWDIR%%/lib/Zend/ServiceManager/Exception/InvalidArgumentException.php %%WWWDIR%%/lib/Zend/ServiceManager/Exception/InvalidServiceNameException.php @@ -1025,40 +1407,84 @@ %%WWWDIR%%/lib/Zend/ServiceManager/Exception/ServiceNotFoundException.php %%WWWDIR%%/lib/Zend/ServiceManager/FactoryInterface.php %%WWWDIR%%/lib/Zend/ServiceManager/InitializerInterface.php +%%WWWDIR%%/lib/Zend/ServiceManager/MutableCreationOptionsInterface.php +%%WWWDIR%%/lib/Zend/ServiceManager/Proxy/LazyServiceFactory.php +%%WWWDIR%%/lib/Zend/ServiceManager/Proxy/LazyServiceFactoryFactory.php +%%WWWDIR%%/lib/Zend/ServiceManager/README.md %%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorAwareInterface.php +%%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorAwareTrait.php %%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorInterface.php %%WWWDIR%%/lib/Zend/ServiceManager/ServiceManager.php %%WWWDIR%%/lib/Zend/ServiceManager/ServiceManagerAwareInterface.php %%WWWDIR%%/lib/Zend/ServiceManager/composer.json %%WWWDIR%%/lib/Zend/Stdlib/AbstractOptions.php +%%WWWDIR%%/lib/Zend/Stdlib/ArrayObject.php %%WWWDIR%%/lib/Zend/Stdlib/ArraySerializableInterface.php %%WWWDIR%%/lib/Zend/Stdlib/ArrayStack.php %%WWWDIR%%/lib/Zend/Stdlib/ArrayUtils.php %%WWWDIR%%/lib/Zend/Stdlib/CallbackHandler.php +%%WWWDIR%%/lib/Zend/Stdlib/DateTime.php %%WWWDIR%%/lib/Zend/Stdlib/DispatchableInterface.php %%WWWDIR%%/lib/Zend/Stdlib/ErrorHandler.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/BadMethodCallException.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/DomainException.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/ExceptionInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Exception/ExtensionNotLoadedException.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/InvalidArgumentException.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/InvalidCallbackException.php %%WWWDIR%%/lib/Zend/Stdlib/Exception/LogicException.php +%%WWWDIR%%/lib/Zend/Stdlib/Exception/RuntimeException.php +%%WWWDIR%%/lib/Zend/Stdlib/Extractor/ExtractionInterface.php %%WWWDIR%%/lib/Zend/Stdlib/Glob.php +%%WWWDIR%%/lib/Zend/Stdlib/Guard/AllGuardsTrait.php +%%WWWDIR%%/lib/Zend/Stdlib/Guard/ArrayOrTraversableGuardTrait.php +%%WWWDIR%%/lib/Zend/Stdlib/Guard/EmptyGuardTrait.php +%%WWWDIR%%/lib/Zend/Stdlib/Guard/GuardUtils.php +%%WWWDIR%%/lib/Zend/Stdlib/Guard/NullGuardTrait.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/AbstractHydrator.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/AggregateHydrator.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/ExtractEvent.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/HydrateEvent.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/HydratorListener.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ArraySerializable.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ClassMethods.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterComposite.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterProviderInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/GetFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/HasFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/IsFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/MethodMatchFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/NumberOfParameterFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/OptionalParametersFilter.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/FilterEnabledInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydrationInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorAwareInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorAwareTrait.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorOptionsInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorPluginManager.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategy/NamingStrategyInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategyEnabledInterface.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ObjectProperty.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Reflection.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/ClosureStrategy.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/DefaultStrategy.php +%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/SerializableStrategy.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/StrategyInterface.php %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/StrategyEnabledInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/InitializableInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/JsonSerializable.php +%%WWWDIR%%/lib/Zend/Stdlib/JsonSerializable/PhpLegacyCompatibility.php %%WWWDIR%%/lib/Zend/Stdlib/Message.php %%WWWDIR%%/lib/Zend/Stdlib/MessageInterface.php %%WWWDIR%%/lib/Zend/Stdlib/ParameterObjectInterface.php %%WWWDIR%%/lib/Zend/Stdlib/Parameters.php %%WWWDIR%%/lib/Zend/Stdlib/ParametersInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/PriorityList.php %%WWWDIR%%/lib/Zend/Stdlib/PriorityQueue.php +%%WWWDIR%%/lib/Zend/Stdlib/README.md %%WWWDIR%%/lib/Zend/Stdlib/Request.php %%WWWDIR%%/lib/Zend/Stdlib/RequestInterface.php %%WWWDIR%%/lib/Zend/Stdlib/Response.php @@ -1066,421 +1492,18 @@ %%WWWDIR%%/lib/Zend/Stdlib/SplPriorityQueue.php %%WWWDIR%%/lib/Zend/Stdlib/SplQueue.php %%WWWDIR%%/lib/Zend/Stdlib/SplStack.php +%%WWWDIR%%/lib/Zend/Stdlib/StringUtils.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/AbstractStringWrapper.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Iconv.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Intl.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/MbString.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Native.php +%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/StringWrapperInterface.php +%%WWWDIR%%/lib/Zend/Stdlib/compatibility/autoload.php %%WWWDIR%%/lib/Zend/Stdlib/composer.json +%%WWWDIR%%/lib/Zend/Version/README.md %%WWWDIR%%/lib/Zend/Version/Version.php %%WWWDIR%%/lib/Zend/Version/composer.json -%%WWWDIR%%/lib/Zend/autoload_classmap.php -%%WWWDIR%%/lib/Zend/classmap_generator.php -%%WWWDIR%%/lib/cache_lite/LICENSE -%%WWWDIR%%/lib/cache_lite/Lite.php -%%WWWDIR%%/lib/cache_lite/Lite/File.php -%%WWWDIR%%/lib/cache_lite/Lite/Function.php -%%WWWDIR%%/lib/cache_lite/Lite/Output.php -%%WWWDIR%%/lib/cache_lite/TODO -%%WWWDIR%%/lib/cache_lite/docs/examples -%%WWWDIR%%/lib/cache_lite/docs/technical -%%WWWDIR%%/lib/extjs/adapter/ext/ext-base-debug.js -%%WWWDIR%%/lib/extjs/adapter/ext/ext-base.js -%%WWWDIR%%/lib/extjs/adapter/prototype/ext-prototype-adapter-debug.js -%%WWWDIR%%/lib/extjs/adapter/prototype/ext-prototype-adapter.js -%%WWWDIR%%/lib/extjs/ext-all-debug.js -%%WWWDIR%%/lib/extjs/ext-all.js -%%WWWDIR%%/lib/extjs/gpl-3.0.txt -%%WWWDIR%%/lib/extjs/index.html -%%WWWDIR%%/lib/extjs/license.txt -%%WWWDIR%%/lib/extjs/locale/ext-lang-af.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-am.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-bg.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-ca.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-cs.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-da.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-de.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-el_GR.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-en.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-en_GB.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-es.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-fa.js -%%WWWDIR%%/lib/extjs/locale/ext-lang-fi.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:03:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 337511B3; Fri, 6 Feb 2015 15:03:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 157B1DD6; Fri, 6 Feb 2015 15:03:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16F3dlX062355; Fri, 6 Feb 2015 15:03:39 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16F3dMN062345; Fri, 6 Feb 2015 15:03:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061503.t16F3dMN062345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 15:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378542 - head/editors/deforaos-editor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:03:40 -0000 Author: marino Date: Fri Feb 6 15:03:38 2015 New Revision: 378542 URL: https://svnweb.freebsd.org/changeset/ports/378542 QAT: https://qat.redports.org/buildarchive/r378542/ Log: editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0 PR: 152590 Submitted by: maintainer (Olivier Cochard) Modified: head/editors/deforaos-editor/Makefile head/editors/deforaos-editor/distinfo head/editors/deforaos-editor/pkg-plist Modified: head/editors/deforaos-editor/Makefile ============================================================================== --- head/editors/deforaos-editor/Makefile Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/Makefile Fri Feb 6 15:03:38 2015 (r378542) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= editor -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= editors -MASTER_SITES= http://www.defora.org/os/download/download/3702/ +MASTER_SITES= http://www.defora.org/os/download/download/4326/ PKGNAMEPREFIX= deforaos- DISTNAME= Editor-${PORTVERSION} @@ -14,11 +13,20 @@ COMMENT= DeforaOS desktop text editor LICENSE= GPLv3 +BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl + LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} USES= desktop-file-utils gettext pkgconfig USE_GNOME= gtk20 +MANDIRS= ${PREFIX}/share/man/man1 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \ + ${STAGEDIR}${PREFIX}/bin/filter + .include Modified: head/editors/deforaos-editor/distinfo ============================================================================== --- head/editors/deforaos-editor/distinfo Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/distinfo Fri Feb 6 15:03:38 2015 (r378542) @@ -1,2 +1,2 @@ -SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000 -SIZE (Editor-0.2.1.tar.gz) = 27755 +SHA256 (Editor-0.3.0.tar.gz) = f08f3c7dacc416849eb9ce33b8d14ae0db90e8efc799b99ddb39fabcc7f98dd9 +SIZE (Editor-0.3.0.tar.gz) = 33801 Modified: head/editors/deforaos-editor/pkg-plist ============================================================================== --- head/editors/deforaos-editor/pkg-plist Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/pkg-plist Fri Feb 6 15:03:38 2015 (r378542) @@ -1,6 +1,11 @@ bin/editor -share/applications/editor.desktop +bin/filter +share/applications/deforaos-editor.desktop +share/doc/html/Editor/editor.html +share/doc/html/Editor/filter.html share/locale/de/LC_MESSAGES/Editor.mo share/locale/es/LC_MESSAGES/Editor.mo share/locale/fr/LC_MESSAGES/Editor.mo share/locale/it/LC_MESSAGES/Editor.mo +share/man/man1/editor.1.gz +share/man/man1/filter.1.gz From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:05:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3921A2AC; Fri, 6 Feb 2015 15:05:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24C54DE8; Fri, 6 Feb 2015 15:05:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16F5DEf062710; Fri, 6 Feb 2015 15:05:13 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16F5Cn1062708; Fri, 6 Feb 2015 15:05:12 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502061505.t16F5Cn1062708@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 6 Feb 2015 15:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378543 - head/www/iojs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:05:13 -0000 Author: vanilla Date: Fri Feb 6 15:05:11 2015 New Revision: 378543 URL: https://svnweb.freebsd.org/changeset/ports/378543 QAT: https://qat.redports.org/buildarchive/r378543/ Log: Upgrade to 1.1.0. Approved by: maintainer via fb Modified: head/www/iojs/Makefile head/www/iojs/distinfo Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Fri Feb 6 15:03:38 2015 (r378542) +++ head/www/iojs/Makefile Fri Feb 6 15:05:11 2015 (r378543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.0 CATEGORIES= www MAINTAINER= linpct@gmail.com @@ -13,8 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= iojs GH_PROJECT= io.js GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= d1fc9c6 -WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_PROJECT}-96cd753 +GH_COMMIT= 60f4369 HAS_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Fri Feb 6 15:03:38 2015 (r378542) +++ head/www/iojs/distinfo Fri Feb 6 15:05:11 2015 (r378543) @@ -1,2 +1,2 @@ -SHA256 (iojs-1.0.4.tar.gz) = 5975aab89e1ffa125143c345e2c20949d0fc50f3117a1c34afc57cf111cc539a -SIZE (iojs-1.0.4.tar.gz) = 29532735 +SHA256 (iojs-1.1.0.tar.gz) = ac6503cbfca49f10bc4f99bf4b1fdc142782fcc44827f3027f9e42d456bd445c +SIZE (iojs-1.1.0.tar.gz) = 29572357 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:06:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C442398; Fri, 6 Feb 2015 15:06:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCEADF9; Fri, 6 Feb 2015 15:06:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16F6aNB062968; Fri, 6 Feb 2015 15:06:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16F6aUp062966; Fri, 6 Feb 2015 15:06:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502061506.t16F6aUp062966@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Feb 2015 15:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378544 - head/lang/scala X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:06:37 -0000 Author: pawel Date: Fri Feb 6 15:06:35 2015 New Revision: 378544 URL: https://svnweb.freebsd.org/changeset/ports/378544 QAT: https://qat.redports.org/buildarchive/r378544/ Log: - Update to version 2.11.5 [1] - Convert to USES=tar:tgz - Unmute install commands PR: 196761 [1] Submitted by: j-keck [1] Approved by: maintainer timeout Modified: head/lang/scala/Makefile head/lang/scala/distinfo Modified: head/lang/scala/Makefile ============================================================================== --- head/lang/scala/Makefile Fri Feb 6 15:05:11 2015 (r378543) +++ head/lang/scala/Makefile Fri Feb 6 15:06:35 2015 (r378544) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= scala -PORTVERSION= 2.11.2 +PORTVERSION= 2.11.5 CATEGORIES= lang java MASTER_SITES= http://www.scala-lang.org/files/archive/ -EXTRACT_SUFX= .tgz MAINTAINER= mitsururike@gmail.com COMMENT= Scala Programming Language @@ -17,6 +16,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas OPTIONS_DEFINE= DOCS +USES= tar:tgz NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -48,18 +48,18 @@ pre-patch: do-install: @${MKDIR} ${STAGEDIR}${SCALA_HOME}/bin .for f in ${SCALA_BINS} - @${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${SCALA_HOME}/bin/${f} - @${LN} -s ${SCALA_HOME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f} + ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${SCALA_HOME}/bin/${f} + ${LN} -s ${SCALA_HOME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor .for d in ${SCALA_SHRDIRS} - @cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${SCALA_HOME}/${d} + (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${SCALA_HOME}/${d}) .endfor .for m in ${SCALA_MANS} - @${INSTALL_MAN} ${WRKSRC}/man/man1/${m} ${STAGEDIR}${MANPREFIX}/man/man1/${m} + ${INSTALL_MAN} ${WRKSRC}/man/man1/${m} ${STAGEDIR}${MANPREFIX}/man/man1/${m} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for d in ${SCALA_DOCDIRS} - @cd ${WRKSRC}/doc/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d} + (cd ${WRKSRC}/doc/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d}) .endfor .include Modified: head/lang/scala/distinfo ============================================================================== --- head/lang/scala/distinfo Fri Feb 6 15:05:11 2015 (r378543) +++ head/lang/scala/distinfo Fri Feb 6 15:06:35 2015 (r378544) @@ -1,2 +1,2 @@ -SHA256 (scala-2.11.2.tgz) = 13dd31dff965535f2b3d3075f8283474c212100264071076caf0ca1ea384d256 -SIZE (scala-2.11.2.tgz) = 26488789 +SHA256 (scala-2.11.5.tgz) = dbc30c163634ab4a3ef3c86aee50f420efeb7a29b895c0167e082363c9b2e246 +SIZE (scala-2.11.5.tgz) = 27135482 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:06:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC741480; Fri, 6 Feb 2015 15:06:48 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2F90E03; Fri, 6 Feb 2015 15:06:48 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C4ED843BF8; Fri, 6 Feb 2015 09:06:41 -0600 (CST) Message-ID: <54D4D878.3070800@marino.st> Date: Fri, 06 Feb 2015 16:06:32 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r378542 - head/editors/deforaos-editor References: <201502061503.t16F3dMN062345@svn.freebsd.org> In-Reply-To: <201502061503.t16F3dMN062345@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:06:48 -0000 On 2/6/2015 16:03, John Marino wrote: > Author: marino > Date: Fri Feb 6 15:03:38 2015 > New Revision: 378542 > URL: https://svnweb.freebsd.org/changeset/ports/378542 > QAT: https://qat.redports.org/buildarchive/r378542/ > > Log: > editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0 > > PR: 152590 > Submitted by: maintainer (Olivier Cochard) > The actual PR is 197324 (this was attachment ID) From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:36:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D639FC78; Fri, 6 Feb 2015 15:36:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFF98184; Fri, 6 Feb 2015 15:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Fa577077035; Fri, 6 Feb 2015 15:36:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Fa5lJ077027; Fri, 6 Feb 2015 15:36:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061536.t16Fa5lJ077027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 15:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378545 - head/www/phpsysinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:36:06 -0000 Author: marino Date: Fri Feb 6 15:36:04 2015 New Revision: 378545 URL: https://svnweb.freebsd.org/changeset/ports/378545 QAT: https://qat.redports.org/buildarchive/r378545/ Log: www/phpsysinfo: Upgrade version from 3.0.10 => 3.2.0 PR: 195329 Submitted by: Ralf van der Enden Approved by: maintainer (Walt - relnor.com) Modified: head/www/phpsysinfo/Makefile head/www/phpsysinfo/distinfo head/www/phpsysinfo/pkg-plist Modified: head/www/phpsysinfo/Makefile ============================================================================== --- head/www/phpsysinfo/Makefile Fri Feb 6 15:06:35 2015 (r378544) +++ head/www/phpsysinfo/Makefile Fri Feb 6 15:36:04 2015 (r378545) @@ -2,31 +2,30 @@ # $FreeBSD$ PORTNAME= phpsysinfo -PORTVERSION= 3.0.10 -PORTREVISION= 2 +PORTVERSION= 3.2.0 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= GH MAINTAINER= walt@relnor.com COMMENT= PHP script for displaying system information LICENSE= GPLv2 -USE_PHP= dom pcre xml simplexml mbstring -WANT_PHP_WEB= yes - -LATEST_LINK= phpsysinfo-dev +USE_GITHUB= yes +GH_ACCOUNT= phpsysinfo +GH_TAGNAME= v3.2.0 +GH_COMMIT= 5a2d026 NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PHP= dom pcre xml simplexml mbstring +WANT_PHP_WEB= yes SUB_FILES= pkg-message +PLIST_SUB= NOBINMODE="${NOBINMODE}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - cd ${WRKSRC}; ${FIND} . \ - | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - ${CHMOD} -R ${BINMODE} ${STAGEDIR}${WWWDIR} - ${FIND} ${STAGEDIR}${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} + cd ${WRKSRC}; ${FIND} . \! -name .travis.yml \ + | ${CPIO} -pdm ${STAGEDIR}${WWWDIR} .include Modified: head/www/phpsysinfo/distinfo ============================================================================== --- head/www/phpsysinfo/distinfo Fri Feb 6 15:06:35 2015 (r378544) +++ head/www/phpsysinfo/distinfo Fri Feb 6 15:36:04 2015 (r378545) @@ -1,2 +1,2 @@ -SHA256 (phpsysinfo-3.0.10.tar.gz) = 5ce510b2e7a5cdc521c38141425f90cf8f4d3565d65273ade61a2415bfab53e1 -SIZE (phpsysinfo-3.0.10.tar.gz) = 441969 +SHA256 (phpsysinfo-3.2.0.tar.gz) = 8f9062aaee706be7bb6e32564e330a6f13445d6d4ed798c31673dd0a62a36e0a +SIZE (phpsysinfo-3.2.0.tar.gz) = 887312 Modified: head/www/phpsysinfo/pkg-plist ============================================================================== --- head/www/phpsysinfo/pkg-plist Fri Feb 6 15:06:35 2015 (r378544) +++ head/www/phpsysinfo/pkg-plist Fri Feb 6 15:36:04 2015 (r378545) @@ -1,54 +1,137 @@ +@mode %%NOBINMODE%% +@owner %%WWWOWN%% +@group %%WWWGRP%% +%%WWWDIR%%/.htaccess +%%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/COPYING -%%WWWDIR%%/ChangeLog -%%WWWDIR%%/README -%%WWWDIR%%/README_PLUGIN -@unexec if cmp -s %D/%%WWWDIR%%/config.php.new %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi -%%WWWDIR%%/config.php.new -@exec if [ ! -f %D/%%WWWDIR%%/config.php ] ; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/Dockerfile +%%WWWDIR%%/README.md +%%WWWDIR%%/README_PLUGIN.md +%%WWWDIR%%/composer.json %%WWWDIR%%/data/ModelTranslation.txt %%WWWDIR%%/data/distros.ini +%%WWWDIR%%/data/languages.ini +%%WWWDIR%%/data/osnames.ini +%%WWWDIR%%/gfx/ajax-loader.gif %%WWWDIR%%/gfx/ajaxLoader.gif %%WWWDIR%%/gfx/attention.png -%%WWWDIR%%/gfx/body.gif +%%WWWDIR%%/gfx/body.png %%WWWDIR%%/gfx/bullet_toggle_minus.png %%WWWDIR%%/gfx/bullet_toggle_plus.png %%WWWDIR%%/gfx/close.gif +%%WWWDIR%%/gfx/favicon.ico %%WWWDIR%%/gfx/favicon.png %%WWWDIR%%/gfx/html.gif +%%WWWDIR%%/gfx/htmlwarn.gif +%%WWWDIR%%/gfx/images/4MLinux.png +%%WWWDIR%%/gfx/images/AIX.png +%%WWWDIR%%/gfx/images/ALT.png +%%WWWDIR%%/gfx/images/Alpine.png +%%WWWDIR%%/gfx/images/Amazon.png +%%WWWDIR%%/gfx/images/Android.png %%WWWDIR%%/gfx/images/Apple.png %%WWWDIR%%/gfx/images/Arch.png +%%WWWDIR%%/gfx/images/BOSS.png +%%WWWDIR%%/gfx/images/Calculate.png +%%WWWDIR%%/gfx/images/Canaima.png %%WWWDIR%%/gfx/images/CentOS.png +%%WWWDIR%%/gfx/images/Chakra.png +%%WWWDIR%%/gfx/images/ClearOS.png +%%WWWDIR%%/gfx/images/Cloud.png %%WWWDIR%%/gfx/images/Cobalt.png +%%WWWDIR%%/gfx/images/CoreOS.png +%%WWWDIR%%/gfx/images/Crux.png %%WWWDIR%%/gfx/images/Darwin.png %%WWWDIR%%/gfx/images/Debian.png +%%WWWDIR%%/gfx/images/Deepin.png %%WWWDIR%%/gfx/images/DragonFly.png +%%WWWDIR%%/gfx/images/Eisfair.png %%WWWDIR%%/gfx/images/Fedora.png +%%WWWDIR%%/gfx/images/Foresight.png %%WWWDIR%%/gfx/images/FreeBSD.png +%%WWWDIR%%/gfx/images/Frugalware.png +%%WWWDIR%%/gfx/images/Fuduntu.png +%%WWWDIR%%/gfx/images/Generations.png %%WWWDIR%%/gfx/images/Gentoo.png +%%WWWDIR%%/gfx/images/Gobo.png +%%WWWDIR%%/gfx/images/HPUX.png +%%WWWDIR%%/gfx/images/Haiku.png +%%WWWDIR%%/gfx/images/IPFire.png +%%WWWDIR%%/gfx/images/KaOS.png +%%WWWDIR%%/gfx/images/Korora.png +%%WWWDIR%%/gfx/images/LFS.png +%%WWWDIR%%/gfx/images/Linaro.png +%%WWWDIR%%/gfx/images/Lunar.png +%%WWWDIR%%/gfx/images/Mageia.png %%WWWDIR%%/gfx/images/Mandrake.png +%%WWWDIR%%/gfx/images/Manjaro.png +%%WWWDIR%%/gfx/images/Mer.png +%%WWWDIR%%/gfx/images/Minix.png +%%WWWDIR%%/gfx/images/Mint.png %%WWWDIR%%/gfx/images/NetBSD.png +%%WWWDIR%%/gfx/images/Netrunner.png +%%WWWDIR%%/gfx/images/NixOS.png %%WWWDIR%%/gfx/images/OpenBSD.png -%%WWWDIR%%/gfx/images/OpenSolaris.png -%%WWWDIR%%/gfx/images/PLD.gif +%%WWWDIR%%/gfx/images/OpenMandriva.png +%%WWWDIR%%/gfx/images/Oracle.png +%%WWWDIR%%/gfx/images/PCLinuxOS.png +%%WWWDIR%%/gfx/images/PLD.png +%%WWWDIR%%/gfx/images/Parsix.png +%%WWWDIR%%/gfx/images/Pear.png +%%WWWDIR%%/gfx/images/Peppermint.png +%%WWWDIR%%/gfx/images/Pisi.png +%%WWWDIR%%/gfx/images/Porteus.png +%%WWWDIR%%/gfx/images/Puppy.png +%%WWWDIR%%/gfx/images/QNX.png +%%WWWDIR%%/gfx/images/ROSA.png +%%WWWDIR%%/gfx/images/Raspbian.png %%WWWDIR%%/gfx/images/ReactOS.png -%%WWWDIR%%/gfx/images/Redhat.png +%%WWWDIR%%/gfx/images/RedFlag.png +%%WWWDIR%%/gfx/images/RedHat.png %%WWWDIR%%/gfx/images/Rubix.png +%%WWWDIR%%/gfx/images/SMEServer.png +%%WWWDIR%%/gfx/images/SMS.png +%%WWWDIR%%/gfx/images/SUSE.png +%%WWWDIR%%/gfx/images/Sabayon.png +%%WWWDIR%%/gfx/images/Salix.png +%%WWWDIR%%/gfx/images/Scientific.png +%%WWWDIR%%/gfx/images/Semplice.png %%WWWDIR%%/gfx/images/Slackware.png +%%WWWDIR%%/gfx/images/Slax.png +%%WWWDIR%%/gfx/images/SliTaz.png +%%WWWDIR%%/gfx/images/SolusOS.png +%%WWWDIR%%/gfx/images/SolydXK.png +%%WWWDIR%%/gfx/images/StartOS.png +%%WWWDIR%%/gfx/images/SteamOS.png %%WWWDIR%%/gfx/images/SunOS.png -%%WWWDIR%%/gfx/images/Suse.png %%WWWDIR%%/gfx/images/Synology.png +%%WWWDIR%%/gfx/images/Tails.png +%%WWWDIR%%/gfx/images/Tanglu.png +%%WWWDIR%%/gfx/images/TinyCore.png +%%WWWDIR%%/gfx/images/Tizen.png +%%WWWDIR%%/gfx/images/Trisquel.png %%WWWDIR%%/gfx/images/Trustix.png +%%WWWDIR%%/gfx/images/Turbo.png %%WWWDIR%%/gfx/images/Ubuntu.png -%%WWWDIR%%/gfx/images/XandrOS.png +%%WWWDIR%%/gfx/images/UltimateEdition.png +%%WWWDIR%%/gfx/images/Vector.png +%%WWWDIR%%/gfx/images/VortexBox.png +%%WWWDIR%%/gfx/images/Win2000.png +%%WWWDIR%%/gfx/images/Win8.png +%%WWWDIR%%/gfx/images/WinVista.png +%%WWWDIR%%/gfx/images/WinXP.png +%%WWWDIR%%/gfx/images/Zenwalk.png +%%WWWDIR%%/gfx/images/Zorin.png +%%WWWDIR%%/gfx/images/antiX.png +%%WWWDIR%%/gfx/images/elementaryOS.png %%WWWDIR%%/gfx/images/free-eos.png -%%WWWDIR%%/gfx/images/hlfs.png +%%WWWDIR%%/gfx/images/gNewSense.png %%WWWDIR%%/gfx/images/iycc.png -%%WWWDIR%%/gfx/images/lfs.png +%%WWWDIR%%/gfx/images/openSUSE.png %%WWWDIR%%/gfx/images/unknown.png -%%WWWDIR%%/gfx/images/vista.png -%%WWWDIR%%/gfx/images/xp.png -%%WWWDIR%%/gfx/next.gif -%%WWWDIR%%/gfx/prev.gif +%%WWWDIR%%/gfx/logo_48.png +%%WWWDIR%%/gfx/next.png +%%WWWDIR%%/gfx/prev.png %%WWWDIR%%/gfx/reload.png %%WWWDIR%%/gfx/sort_asc.png %%WWWDIR%%/gfx/sort_both.png @@ -70,27 +153,37 @@ %%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php %%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php %%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php -%%WWWDIR%%/includes/js/class.JSMin.inc.php +%%WWWDIR%%/includes/js/README %%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php -%%WWWDIR%%/includes/mb/class.Coretemp.inc.php -%%WWWDIR%%/includes/mb/class.HDDTemp.inc.php -%%WWWDIR%%/includes/mb/class.HWSensors.inc.php -%%WWWDIR%%/includes/mb/class.Healthd.inc.php -%%WWWDIR%%/includes/mb/class.IPMI.inc.php -%%WWWDIR%%/includes/mb/class.K8Temp.inc.php -%%WWWDIR%%/includes/mb/class.LMSensors.inc.php -%%WWWDIR%%/includes/mb/class.MBM5.inc.php -%%WWWDIR%%/includes/mb/class.MBMon.inc.php -%%WWWDIR%%/includes/mb/class.Sensors.inc.php +%%WWWDIR%%/includes/mb/class.coretemp.inc.php +%%WWWDIR%%/includes/mb/class.freeipmi.inc.php +%%WWWDIR%%/includes/mb/class.hddtemp.inc.php +%%WWWDIR%%/includes/mb/class.healthd.inc.php +%%WWWDIR%%/includes/mb/class.hwsensors.inc.php +%%WWWDIR%%/includes/mb/class.ipmi.inc.php +%%WWWDIR%%/includes/mb/class.ipmiutil.inc.php +%%WWWDIR%%/includes/mb/class.k8temp.inc.php +%%WWWDIR%%/includes/mb/class.lmsensors.inc.php +%%WWWDIR%%/includes/mb/class.mbm5.inc.php +%%WWWDIR%%/includes/mb/class.mbmon.inc.php +%%WWWDIR%%/includes/mb/class.ohm.inc.php +%%WWWDIR%%/includes/mb/class.pitemp.inc.php +%%WWWDIR%%/includes/mb/class.sensors.inc.php +%%WWWDIR%%/includes/mb/class.thermalzone.inc.php +%%WWWDIR%%/includes/os/class.AIX.inc.php +%%WWWDIR%%/includes/os/class.Android.inc.php %%WWWDIR%%/includes/os/class.BSDCommon.inc.php %%WWWDIR%%/includes/os/class.Darwin.inc.php %%WWWDIR%%/includes/os/class.DragonFly.inc.php %%WWWDIR%%/includes/os/class.FreeBSD.inc.php %%WWWDIR%%/includes/os/class.HPUX.inc.php +%%WWWDIR%%/includes/os/class.Haiku.inc.php %%WWWDIR%%/includes/os/class.Linux.inc.php +%%WWWDIR%%/includes/os/class.Minix.inc.php %%WWWDIR%%/includes/os/class.NetBSD.inc.php %%WWWDIR%%/includes/os/class.OS.inc.php %%WWWDIR%%/includes/os/class.OpenBSD.inc.php +%%WWWDIR%%/includes/os/class.QNX.inc.php %%WWWDIR%%/includes/os/class.SunOS.inc.php %%WWWDIR%%/includes/os/class.WINNT.inc.php %%WWWDIR%%/includes/output/class.Output.inc.php @@ -108,23 +201,36 @@ %%WWWDIR%%/includes/to/device/class.NetDevice.inc.php %%WWWDIR%%/includes/to/device/class.SensorDevice.inc.php %%WWWDIR%%/includes/to/device/class.UPSDevice.inc.php -%%WWWDIR%%/includes/ups/class.Apcupsd.inc.php -%%WWWDIR%%/includes/ups/class.Nut.inc.php -%%WWWDIR%%/includes/ups/class.UPS.inc.php +%%WWWDIR%%/includes/ups/class.apcupsd.inc.php +%%WWWDIR%%/includes/ups/class.nut.inc.php +%%WWWDIR%%/includes/ups/class.pmset.inc.php +%%WWWDIR%%/includes/ups/class.powersoftplus.inc.php +%%WWWDIR%%/includes/ups/class.ups.inc.php %%WWWDIR%%/includes/xml/class.SimpleXMLExtended.inc.php %%WWWDIR%%/includes/xml/class.XML.inc.php %%WWWDIR%%/index.php %%WWWDIR%%/js.php %%WWWDIR%%/js/jQuery/README +%%WWWDIR%%/js/jQuery/jquery-1.js %%WWWDIR%%/js/jQuery/jquery.dataTables.js %%WWWDIR%%/js/jQuery/jquery.jgrowl.js %%WWWDIR%%/js/jQuery/jquery.js %%WWWDIR%%/js/jQuery/jquery.nyroModal.js %%WWWDIR%%/js/jQuery/jquery.timers.js +%%WWWDIR%%/js/jQuery/jquery.treegrid.js %%WWWDIR%%/js/jQuery/jquery.treeTable.js %%WWWDIR%%/js/phpSysInfo/phpsysinfo.js +%%WWWDIR%%/js/phpSysInfo/phpsysinfo_bootstrap.js +%%WWWDIR%%/js/vendor/README +%%WWWDIR%%/js/vendor/bootstrap.min.js +%%WWWDIR%%/js/vendor/console-shim.js +%%WWWDIR%%/js/vendor/html5shiv-printshiv.js +%%WWWDIR%%/js/vendor/sorttable.js +%%WWWDIR%%/js/vendor/sorttable_org.js +%%WWWDIR%%/js/vendor/transparency.js %%WWWDIR%%/language/ast.xml %%WWWDIR%%/language/bg.xml +%%WWWDIR%%/language/ca.xml %%WWWDIR%%/language/cz.xml %%WWWDIR%%/language/da.xml %%WWWDIR%%/language/de.xml @@ -134,6 +240,8 @@ %%WWWDIR%%/language/fi.xml %%WWWDIR%%/language/fr.xml %%WWWDIR%%/language/gl.xml +%%WWWDIR%%/language/gr.xml +%%WWWDIR%%/language/he.xml %%WWWDIR%%/language/hu.xml %%WWWDIR%%/language/is.xml %%WWWDIR%%/language/it.xml @@ -144,81 +252,384 @@ %%WWWDIR%%/language/no.xml %%WWWDIR%%/language/pl.xml %%WWWDIR%%/language/pt-br.xml +%%WWWDIR%%/language/pt-pt.xml %%WWWDIR%%/language/ro.xml %%WWWDIR%%/language/ru.xml -%%WWWDIR%%/language/sc.xml %%WWWDIR%%/language/sk.xml %%WWWDIR%%/language/sl.xml %%WWWDIR%%/language/sv.xml +%%WWWDIR%%/language/th.xml +%%WWWDIR%%/language/tr.xml %%WWWDIR%%/language/translation-plugin.xsd %%WWWDIR%%/language/translation.xsd %%WWWDIR%%/language/tw.xml %%WWWDIR%%/language/uk.xml +%%WWWDIR%%/language/zh.xml +@unexec if cmp -s %D/%%WWWDIR%%/phpsysinfo.ini.new %D/%%WWWDIR%%/phpsysinfo.ini; then rm -f %D/%%WWWDIR%%/phpsysinfo.ini; fi +%%WWWDIR%%/phpsysinfo.ini.new +@exec if [ ! -f %D/%%WWWDIR%%/phpsysinfo.ini ] ; then cp -p %D/%F %B/phpsysinfo.ini; fi %%WWWDIR%%/phpsysinfo.xslt %%WWWDIR%%/phpsysinfo3.xsd -%%WWWDIR%%/plugins/BAT/BAT.config.php -%%WWWDIR%%/plugins/BAT/class.BAT.inc.php -%%WWWDIR%%/plugins/BAT/js/BAT.js -%%WWWDIR%%/plugins/BAT/lang/cz.xml -%%WWWDIR%%/plugins/BAT/lang/en.xml -%%WWWDIR%%/plugins/BAT/lang/fr.xml -%%WWWDIR%%/plugins/MDStatus/MDStatus.config.php -%%WWWDIR%%/plugins/MDStatus/class.MDStatus.inc.php -%%WWWDIR%%/plugins/MDStatus/css/mdstatus.css -%%WWWDIR%%/plugins/MDStatus/gfx/error.png -%%WWWDIR%%/plugins/MDStatus/gfx/harddrivefail.png -%%WWWDIR%%/plugins/MDStatus/gfx/harddriveok.png -%%WWWDIR%%/plugins/MDStatus/gfx/harddrivespare.png -%%WWWDIR%%/plugins/MDStatus/js/MDStatus.js -%%WWWDIR%%/plugins/MDStatus/lang/cz.xml -%%WWWDIR%%/plugins/MDStatus/lang/de.xml -%%WWWDIR%%/plugins/MDStatus/lang/en.xml -%%WWWDIR%%/plugins/MDStatus/lang/fr.xml -%%WWWDIR%%/plugins/PS/PS.config.php -%%WWWDIR%%/plugins/PS/class.PS.inc.php -%%WWWDIR%%/plugins/PS/js/PS.js -%%WWWDIR%%/plugins/PS/lang/cz.xml -%%WWWDIR%%/plugins/PS/lang/de.xml -%%WWWDIR%%/plugins/PS/lang/en.xml -%%WWWDIR%%/plugins/PS/lang/fr.xml -%%WWWDIR%%/plugins/PSStatus/PSStatus.config.php -%%WWWDIR%%/plugins/PSStatus/class.PSStatus.inc.php -%%WWWDIR%%/plugins/PSStatus/css/psstatus.css -%%WWWDIR%%/plugins/PSStatus/gfx/offline.png -%%WWWDIR%%/plugins/PSStatus/gfx/online.png -%%WWWDIR%%/plugins/PSStatus/js/PSStatus.js -%%WWWDIR%%/plugins/PSStatus/lang/cz.xml -%%WWWDIR%%/plugins/PSStatus/lang/de.xml -%%WWWDIR%%/plugins/PSStatus/lang/en.xml -%%WWWDIR%%/plugins/PSStatus/lang/fr.xml -%%WWWDIR%%/plugins/Quotas/Quotas.config.php -%%WWWDIR%%/plugins/Quotas/class.Quotas.inc.php -%%WWWDIR%%/plugins/Quotas/css/quotas.css -%%WWWDIR%%/plugins/Quotas/js/Quotas.js -%%WWWDIR%%/plugins/Quotas/lang/cz.xml -%%WWWDIR%%/plugins/Quotas/lang/de.xml -%%WWWDIR%%/plugins/Quotas/lang/en.xml -%%WWWDIR%%/plugins/Quotas/lang/fr.xml -%%WWWDIR%%/plugins/SMART/SMART.config.php -%%WWWDIR%%/plugins/SMART/class.SMART.inc.php -%%WWWDIR%%/plugins/SMART/css/smart.css -%%WWWDIR%%/plugins/SMART/js/SMART.js -%%WWWDIR%%/plugins/SMART/lang/cz.xml -%%WWWDIR%%/plugins/SMART/lang/en.xml -%%WWWDIR%%/plugins/SMART/lang/fr.xml -%%WWWDIR%%/plugins/UpdateNotifier/UpdateNotifier.config.php -%%WWWDIR%%/plugins/UpdateNotifier/class.UpdateNotifier.inc.php -%%WWWDIR%%/plugins/UpdateNotifier/js/UpdateNotifier.js -%%WWWDIR%%/plugins/UpdateNotifier/lang/en.xml -%%WWWDIR%%/plugins/UpdateNotifier/lang/fr.xml -%%WWWDIR%%/plugins/UpdateNotifier/lang/pl.xml -%%WWWDIR%%/plugins/ipmi/class.ipmi.inc.php -%%WWWDIR%%/plugins/ipmi/ipmi.config.php -%%WWWDIR%%/plugins/ipmi/js/ipmi.js -%%WWWDIR%%/plugins/ipmi/lang/cz.xml -%%WWWDIR%%/plugins/ipmi/lang/en.xml -%%WWWDIR%%/plugins/ipmi/lang/fr.xml -%%WWWDIR%%/plugins/ipmi/lang/pl.xml +%%WWWDIR%%/plugins/bat/bat_bootstrap.html +%%WWWDIR%%/plugins/bat/class.bat.inc.php +%%WWWDIR%%/plugins/bat/js/bat.js +%%WWWDIR%%/plugins/bat/js/bat_bootstrap.js +%%WWWDIR%%/plugins/bat/lang/cz.xml +%%WWWDIR%%/plugins/bat/lang/de.xml +%%WWWDIR%%/plugins/bat/lang/en.xml +%%WWWDIR%%/plugins/bat/lang/fr.xml +%%WWWDIR%%/plugins/bat/lang/pl.xml +%%WWWDIR%%/plugins/bat/lang/ro.xml +%%WWWDIR%%/plugins/bat/lang/ru.xml +%%WWWDIR%%/plugins/dmraid/class.dmraid.inc.php +%%WWWDIR%%/plugins/dmraid/css/dmraid.css +%%WWWDIR%%/plugins/dmraid/gfx/error.png +%%WWWDIR%%/plugins/dmraid/gfx/harddrivefail.png +%%WWWDIR%%/plugins/dmraid/gfx/harddriveok.png +%%WWWDIR%%/plugins/dmraid/gfx/harddrivespare.png +%%WWWDIR%%/plugins/dmraid/gfx/harddrivewarn.png +%%WWWDIR%%/plugins/dmraid/js/dmraid.js +%%WWWDIR%%/plugins/dmraid/js/dmraid_bootstrap.js +%%WWWDIR%%/plugins/dmraid/lang/en.xml +%%WWWDIR%%/plugins/dmraid/lang/fr.xml +%%WWWDIR%%/plugins/dmraid/lang/ro.xml +%%WWWDIR%%/plugins/dmraid/lang/ru.xml +%%WWWDIR%%/plugins/dmraid/dmraid_bootstrap.html +%%WWWDIR%%/plugins/ipmiinfo/class.ipmiinfo.inc.php +%%WWWDIR%%/plugins/ipmiinfo/ipmiinfo_bootstrap.html +%%WWWDIR%%/plugins/ipmiinfo/js/ipmiinfo.js +%%WWWDIR%%/plugins/ipmiinfo/js/ipmiinfo_bootstrap.js +%%WWWDIR%%/plugins/ipmiinfo/lang/cz.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/de.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/en.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/fr.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/pl.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/ro.xml +%%WWWDIR%%/plugins/ipmiinfo/lang/ru.xml +%%WWWDIR%%/plugins/mdstatus/class.mdstatus.inc.php +%%WWWDIR%%/plugins/mdstatus/css/mdstatus.css +%%WWWDIR%%/plugins/mdstatus/gfx/error.png +%%WWWDIR%%/plugins/mdstatus/gfx/harddrivefail.png +%%WWWDIR%%/plugins/mdstatus/gfx/harddriveok.png +%%WWWDIR%%/plugins/mdstatus/gfx/harddrivespare.png +%%WWWDIR%%/plugins/mdstatus/js/mdstatus.js +%%WWWDIR%%/plugins/mdstatus/js/mdstatus_bootstrap.js +%%WWWDIR%%/plugins/mdstatus/lang/cz.xml +%%WWWDIR%%/plugins/mdstatus/lang/de.xml +%%WWWDIR%%/plugins/mdstatus/lang/en.xml +%%WWWDIR%%/plugins/mdstatus/lang/fr.xml +%%WWWDIR%%/plugins/mdstatus/lang/gr.xml +%%WWWDIR%%/plugins/mdstatus/lang/ro.xml +%%WWWDIR%%/plugins/mdstatus/lang/ru.xml +%%WWWDIR%%/plugins/mdstatus/mdstatus_bootstrap.html +%%WWWDIR%%/plugins/ps/class.ps.inc.php +%%WWWDIR%%/plugins/ps/js/ps.js +%%WWWDIR%%/plugins/ps/js/ps_bootstrap.js +%%WWWDIR%%/plugins/ps/lang/cz.xml +%%WWWDIR%%/plugins/ps/lang/de.xml +%%WWWDIR%%/plugins/ps/lang/en.xml +%%WWWDIR%%/plugins/ps/lang/fr.xml +%%WWWDIR%%/plugins/ps/lang/gr.xml +%%WWWDIR%%/plugins/ps/lang/pl.xml +%%WWWDIR%%/plugins/ps/lang/ro.xml +%%WWWDIR%%/plugins/ps/lang/ru.xml +%%WWWDIR%%/plugins/ps/ps_bootstrap.html +%%WWWDIR%%/plugins/psstatus/class.psstatus.inc.php +%%WWWDIR%%/plugins/psstatus/css/psstatus.css +%%WWWDIR%%/plugins/psstatus/gfx/offline.png +%%WWWDIR%%/plugins/psstatus/gfx/online.png +%%WWWDIR%%/plugins/psstatus/js/psstatus.js +%%WWWDIR%%/plugins/psstatus/js/psstatus_bootstrap.js +%%WWWDIR%%/plugins/psstatus/lang/cz.xml +%%WWWDIR%%/plugins/psstatus/lang/de.xml +%%WWWDIR%%/plugins/psstatus/lang/en.xml +%%WWWDIR%%/plugins/psstatus/lang/fr.xml +%%WWWDIR%%/plugins/psstatus/lang/gr.xml +%%WWWDIR%%/plugins/psstatus/lang/pl.xml +%%WWWDIR%%/plugins/psstatus/lang/ro.xml +%%WWWDIR%%/plugins/psstatus/lang/ru.xml +%%WWWDIR%%/plugins/psstatus/psstatus_bootstrap.html +%%WWWDIR%%/plugins/quotas/class.quotas.inc.php +%%WWWDIR%%/plugins/quotas/css/quotas.css +%%WWWDIR%%/plugins/quotas/js/quotas.js +%%WWWDIR%%/plugins/quotas/js/quotas_bootstrap.js +%%WWWDIR%%/plugins/quotas/lang/cz.xml +%%WWWDIR%%/plugins/quotas/lang/de.xml +%%WWWDIR%%/plugins/quotas/lang/en.xml +%%WWWDIR%%/plugins/quotas/lang/fr.xml +%%WWWDIR%%/plugins/quotas/lang/pl.xml +%%WWWDIR%%/plugins/quotas/lang/ro.xml +%%WWWDIR%%/plugins/quotas/lang/ru.xml +%%WWWDIR%%/plugins/quotas/quotas_bootstrap.html +%%WWWDIR%%/plugins/smart/class.smart.inc.php +%%WWWDIR%%/plugins/smart/css/smart.css +%%WWWDIR%%/plugins/smart/js/smart.js +%%WWWDIR%%/plugins/smart/js/smart_bootstrap.js +%%WWWDIR%%/plugins/smart/lang/cz.xml +%%WWWDIR%%/plugins/smart/lang/en.xml +%%WWWDIR%%/plugins/smart/lang/fr.xml +%%WWWDIR%%/plugins/smart/lang/gr.xml +%%WWWDIR%%/plugins/smart/lang/pl.xml +%%WWWDIR%%/plugins/smart/lang/ro.xml +%%WWWDIR%%/plugins/smart/lang/ru.xml +%%WWWDIR%%/plugins/smart/smart_bootstrap.html +%%WWWDIR%%/plugins/snmppinfo/class.snmppinfo.inc.php +%%WWWDIR%%/plugins/snmppinfo/js/snmppinfo.js +%%WWWDIR%%/plugins/snmppinfo/js/snmppinfo_bootstrap.js +%%WWWDIR%%/plugins/snmppinfo/lang/cz.xml +%%WWWDIR%%/plugins/snmppinfo/lang/de.xml +%%WWWDIR%%/plugins/snmppinfo/lang/en.xml +%%WWWDIR%%/plugins/snmppinfo/lang/fr.xml +%%WWWDIR%%/plugins/snmppinfo/lang/pl.xml +%%WWWDIR%%/plugins/snmppinfo/lang/ro.xml +%%WWWDIR%%/plugins/snmppinfo/lang/ru.xml +%%WWWDIR%%/plugins/snmppinfo/snmppinfo_bootstrap.html +%%WWWDIR%%/plugins/updatenotifier/class.updatenotifier.inc.php +%%WWWDIR%%/plugins/updatenotifier/js/updatenotifier.js +%%WWWDIR%%/plugins/updatenotifier/js/updatenotifier_bootstrap.js +%%WWWDIR%%/plugins/updatenotifier/lang/cz.xml +%%WWWDIR%%/plugins/updatenotifier/lang/de.xml +%%WWWDIR%%/plugins/updatenotifier/lang/en.xml +%%WWWDIR%%/plugins/updatenotifier/lang/fr.xml +%%WWWDIR%%/plugins/updatenotifier/lang/pl.xml +%%WWWDIR%%/plugins/updatenotifier/lang/ro.xml +%%WWWDIR%%/plugins/updatenotifier/lang/ru.xml +%%WWWDIR%%/plugins/updatenotifier/updatenotifier_bootstrap.html +%%WWWDIR%%/plugins/uprecords/class.uprecords.inc.php +%%WWWDIR%%/plugins/uprecords/js/uprecords.js +%%WWWDIR%%/plugins/uprecords/js/uprecords_bootstrap.js +%%WWWDIR%%/plugins/uprecords/lang/en.xml +%%WWWDIR%%/plugins/uprecords/lang/fr.xml +%%WWWDIR%%/plugins/uprecords/lang/hu.xml +%%WWWDIR%%/plugins/uprecords/lang/pl.xml +%%WWWDIR%%/plugins/uprecords/lang/ro.xml +%%WWWDIR%%/plugins/uprecords/lang/ru.xml +%%WWWDIR%%/plugins/uprecords/uprecords_bootstrap.html +%%WWWDIR%%/read_config.php +%%WWWDIR%%/sample/distrotest/4MLinux/10.0-server.txt +%%WWWDIR%%/sample/distrotest/ALT/6.0.0.txt +%%WWWDIR%%/sample/distrotest/ALT/7.0.0-Simply.txt +%%WWWDIR%%/sample/distrotest/ALT/7.0.1.txt +%%WWWDIR%%/sample/distrotest/Alpine/2.6.4.txt +%%WWWDIR%%/sample/distrotest/Amazon/2013.09.txt +%%WWWDIR%%/sample/distrotest/Arch/2011.08.19-ISO.txt +%%WWWDIR%%/sample/distrotest/Arch/2013.11.01.txt +%%WWWDIR%%/sample/distrotest/Arch/2014.01.05.txt +%%WWWDIR%%/sample/distrotest/BOSS/1.0-server.txt +%%WWWDIR%%/sample/distrotest/BOSS/5.0.txt +%%WWWDIR%%/sample/distrotest/Calculate/13.11.txt +%%WWWDIR%%/sample/distrotest/Canaima/4.1.txt +%%WWWDIR%%/sample/distrotest/CentOS/5.6.txt +%%WWWDIR%%/sample/distrotest/CentOS/6.5-SF.txt +%%WWWDIR%%/sample/distrotest/CentOS/6.5.txt +%%WWWDIR%%/sample/distrotest/Chakra/2013.02.txt +%%WWWDIR%%/sample/distrotest/ClearOS/6.4.0-Beta.txt +%%WWWDIR%%/sample/distrotest/Cloud/5.10.txt +%%WWWDIR%%/sample/distrotest/Cloud/6.4.txt +%%WWWDIR%%/sample/distrotest/CoreOS/367.1.0.txt +%%WWWDIR%%/sample/distrotest/Crux/2.8.txt +%%WWWDIR%%/sample/distrotest/Debian/5.0.3.txt +%%WWWDIR%%/sample/distrotest/Debian/6.0.6.txt +%%WWWDIR%%/sample/distrotest/Debian/8-20140106-netinstall.txt +%%WWWDIR%%/sample/distrotest/Debian/8-20140106.txt +%%WWWDIR%%/sample/distrotest/Deepin/2013.txt +%%WWWDIR%%/sample/distrotest/Eisfair/2-1.8.1.txt +%%WWWDIR%%/sample/distrotest/Fedora/20-lsb.txt +%%WWWDIR%%/sample/distrotest/Fedora/20.txt +%%WWWDIR%%/sample/distrotest/Fedora/4.txt +%%WWWDIR%%/sample/distrotest/Foresight/2.5.3.txt +%%WWWDIR%%/sample/distrotest/Frugalware/1.9.txt +%%WWWDIR%%/sample/distrotest/Fuduntu/2013.2.txt +%%WWWDIR%%/sample/distrotest/Generations/3.1.txt +%%WWWDIR%%/sample/distrotest/Gentoo/2.2-NAME.txt +%%WWWDIR%%/sample/distrotest/Gentoo/2.2.txt +%%WWWDIR%%/sample/distrotest/Gobo/015.beta2.txt +%%WWWDIR%%/sample/distrotest/IPFire/2.13.txt +%%WWWDIR%%/sample/distrotest/KaOS/2014.0301.txt +%%WWWDIR%%/sample/distrotest/Korora/20.txt +%%WWWDIR%%/sample/distrotest/Linaro/13.12.txt +%%WWWDIR%%/sample/distrotest/Lunar/1.7.0-rc2.txt +%%WWWDIR%%/sample/distrotest/Mageia/4.txt +%%WWWDIR%%/sample/distrotest/Mandrake/2011.0.txt +%%WWWDIR%%/sample/distrotest/Mandrake/9.2.txt +%%WWWDIR%%/sample/distrotest/Manjaro/0.8.8.txt +%%WWWDIR%%/sample/distrotest/Mer/0.2011.txt +%%WWWDIR%%/sample/distrotest/Mint/13.txt +%%WWWDIR%%/sample/distrotest/Mint/14.txt +%%WWWDIR%%/sample/distrotest/Mint/15.txt +%%WWWDIR%%/sample/distrotest/Netrunner/13.06-SE.txt +%%WWWDIR%%/sample/distrotest/Netrunner/13.06.txt +%%WWWDIR%%/sample/distrotest/Netrunner/2014.04.txt +%%WWWDIR%%/sample/distrotest/NixOS/13.10.txt +%%WWWDIR%%/sample/distrotest/OpenMandriva/2013.0-RC1.txt +%%WWWDIR%%/sample/distrotest/Oracle/5.10-el.txt +%%WWWDIR%%/sample/distrotest/Oracle/6.3.txt +%%WWWDIR%%/sample/distrotest/PCLinuxOS/2012.06.txt +%%WWWDIR%%/sample/distrotest/PLD/2.99.txt +%%WWWDIR%%/sample/distrotest/PLD/3.0.txt +%%WWWDIR%%/sample/distrotest/Parsix/5.0.txt +%%WWWDIR%%/sample/distrotest/Parsix/6.0.txt +%%WWWDIR%%/sample/distrotest/Pear/5.00.txt +%%WWWDIR%%/sample/distrotest/Pear/6.1-LTS.txt +%%WWWDIR%%/sample/distrotest/Pear/6.1.txt +%%WWWDIR%%/sample/distrotest/Pear/7.0.txt +%%WWWDIR%%/sample/distrotest/Peppermint/3.txt +%%WWWDIR%%/sample/distrotest/Peppermint/4-20131113.txt +%%WWWDIR%%/sample/distrotest/Pisi/1.0.txt +%%WWWDIR%%/sample/distrotest/Porteus/2.1.txt +%%WWWDIR%%/sample/distrotest/Puppy/431.txt +%%WWWDIR%%/sample/distrotest/Puppy/5.3-wary.txt +%%WWWDIR%%/sample/distrotest/Puppy/5.3.3-slacko.txt +%%WWWDIR%%/sample/distrotest/Puppy/528-lucid.txt +%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-11-LTS.txt +%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-6-LTS.txt +%%WWWDIR%%/sample/distrotest/ROSA/2012.1.0-20.txt +%%WWWDIR%%/sample/distrotest/ROSA/6.5-Server.txt +%%WWWDIR%%/sample/distrotest/Raspbian/7.txt +%%WWWDIR%%/sample/distrotest/RedFlag/8.0.txt +%%WWWDIR%%/sample/distrotest/RedHat/6.0.txt +%%WWWDIR%%/sample/distrotest/RedHat/7.0-Beta.txt +%%WWWDIR%%/sample/distrotest/SMEServer/8.1beta3.txt +%%WWWDIR%%/sample/distrotest/SMEServer/9.0beta3.txt +%%WWWDIR%%/sample/distrotest/SMS/2.0.5.txt +%%WWWDIR%%/sample/distrotest/Sabayon/14.01.txt +%%WWWDIR%%/sample/distrotest/Salix/14.0.txt +%%WWWDIR%%/sample/distrotest/Scientific/6.3-lsb.txt +%%WWWDIR%%/sample/distrotest/Scientific/6.3.txt +%%WWWDIR%%/sample/distrotest/Scientific/6.4.txt +%%WWWDIR%%/sample/distrotest/Semplice/6.txt +%%WWWDIR%%/sample/distrotest/Slackware/14.0.txt +%%WWWDIR%%/sample/distrotest/Slax/7.0.1.txt +%%WWWDIR%%/sample/distrotest/SliTaz/2014.02.16-cooking.txt +%%WWWDIR%%/sample/distrotest/SolusOS/1.3.txt +%%WWWDIR%%/sample/distrotest/SolusOS/2-alpha7.txt +%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-K.txt +%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-X.txt +%%WWWDIR%%/sample/distrotest/StartOS/5.0.txt +%%WWWDIR%%/sample/distrotest/StartOS/6.0.txt +%%WWWDIR%%/sample/distrotest/SteamOS/1.0-beta.txt +%%WWWDIR%%/sample/distrotest/Synology/4.1-2668.txt +%%WWWDIR%%/sample/distrotest/Tails/0.22.1.txt +%%WWWDIR%%/sample/distrotest/Tanglu/2.0-beta2.txt +%%WWWDIR%%/sample/distrotest/TinyCore/5.0.alpha4.txt +%%WWWDIR%%/sample/distrotest/Tizen/2.2.0-Magnolia.txt +%%WWWDIR%%/sample/distrotest/Tizen/2.2.0-Tizen.txt +%%WWWDIR%%/sample/distrotest/Trisquel/6.0.txt +%%WWWDIR%%/sample/distrotest/Turbo/12.5.txt +%%WWWDIR%%/sample/distrotest/Ubuntu/10.04.txt +%%WWWDIR%%/sample/distrotest/Ubuntu/12.04.txt +%%WWWDIR%%/sample/distrotest/Ubuntu/13.10.txt +%%WWWDIR%%/sample/distrotest/UltimateEdition/3.9.txt +%%WWWDIR%%/sample/distrotest/Vector/647.0.txt +%%WWWDIR%%/sample/distrotest/VortexBox/2.2.txt +%%WWWDIR%%/sample/distrotest/VortexBox/2.3-beta.txt +%%WWWDIR%%/sample/distrotest/Zenwalk/7.4.txt +%%WWWDIR%%/sample/distrotest/Zorin/6.txt +%%WWWDIR%%/sample/distrotest/Zorin/7.txt +%%WWWDIR%%/sample/distrotest/Zorin/8.txt +%%WWWDIR%%/sample/distrotest/antiX/2012.07.06.txt +%%WWWDIR%%/sample/distrotest/elementaryOS/0.2.txt +%%WWWDIR%%/sample/distrotest/gNewSense/3.0.txt +%%WWWDIR%%/sample/distrotest/openSUSE/11.3.txt +%%WWWDIR%%/sample/distrotest/openSUSE/13.1.txt +%%WWWDIR%%/sample/logs/log_android21.txt +%%WWWDIR%%/sample/logs/log_android412.txt +%%WWWDIR%%/sample/logs/log_bluestacks.txt +%%WWWDIR%%/sample/logs/log_debian7.txt +%%WWWDIR%%/sample/logs/log_sf.txt +%%WWWDIR%%/sample/main/1-cpuinfo.txt +%%WWWDIR%%/sample/main/1-dfiP.txt +%%WWWDIR%%/sample/main/1-dfkP.txt +%%WWWDIR%%/sample/main/1-mount.txt +%%WWWDIR%%/sample/main/README +%%WWWDIR%%/sample/main/cpuinfo1.txt +%%WWWDIR%%/sample/main/cpuinfo2.txt +%%WWWDIR%%/sample/main/cpuinfo3.txt +%%WWWDIR%%/sample/main/cpuinfo4.txt +%%WWWDIR%%/sample/main/cpuinfo5.txt +%%WWWDIR%%/sample/main/cpuinfo6.txt +%%WWWDIR%%/sample/main/cpuinfo7.txt +%%WWWDIR%%/sample/main/cpuinfo8.txt +%%WWWDIR%%/sample/main/cpuinfo9.txt +%%WWWDIR%%/sample/main/dev1.txt +%%WWWDIR%%/sample/main/df1.txt +%%WWWDIR%%/sample/main/mount1.txt +%%WWWDIR%%/sample/main/pmset1.txt +%%WWWDIR%%/sample/main/pmset2.txt +%%WWWDIR%%/sample/main/pmset3.txt +%%WWWDIR%%/sample/main/pmset4.txt +%%WWWDIR%%/sample/main/swaps1.txt +%%WWWDIR%%/sample/main/vm_stat1.txt +%%WWWDIR%%/sample/main/vm_stat2.txt +%%WWWDIR%%/sample/main/vm_stat3.txt +%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors1.txt +%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors2.txt +%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors3.txt +%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors4.txt +%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors5.txt +%%WWWDIR%%/sample/motherboard/ipmi-sensors/ipmi-sensors1.txt +%%WWWDIR%%/sample/motherboard/ipmitool/ipmitool1.txt +%%WWWDIR%%/sample/motherboard/ipmiutil/ipmiutil1.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors1.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors2.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors3.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors4.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors5.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors6.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors7.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors8.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors9.txt +%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors10.txt +%%WWWDIR%%/sample/motherboard/mbm5/MBM51.csv +%%WWWDIR%%/sample/plugin_bat/README +%%WWWDIR%%/sample/plugin_bat/ac_state1.txt +%%WWWDIR%%/sample/plugin_bat/battery_info1.txt +%%WWWDIR%%/sample/plugin_bat/battery_state1.txt +%%WWWDIR%%/sample/plugin_bat/log_LenovoT530.txt +%%WWWDIR%%/sample/plugin_bat/log_android233.txt +%%WWWDIR%%/sample/plugin_bat/log_android412.txt +%%WWWDIR%%/sample/plugin_bat/log_android422.txt +%%WWWDIR%%/sample/plugin_bat/log_darwin_1.txt +%%WWWDIR%%/sample/plugin_bat/log_freebsd_1.txt +%%WWWDIR%%/sample/plugin_bat/log_freebsd_2.txt +%%WWWDIR%%/sample/plugin_bat/log_test_1.txt +%%WWWDIR%%/sample/plugin_bat/log_test_2.txt +%%WWWDIR%%/sample/plugin_bat/log_vbox.txt +%%WWWDIR%%/sample/plugin_dmraid/dmraid1.txt +%%WWWDIR%%/sample/plugin_dmraid/dmraid2.txt +%%WWWDIR%%/sample/plugin_dmraid/dmraid3.txt +%%WWWDIR%%/sample/plugin_dmraid/dmraid4.txt +%%WWWDIR%%/sample/plugin_dmraid/dmraid5.txt +%%WWWDIR%%/sample/plugin_mdstat/README +%%WWWDIR%%/sample/plugin_mdstat/raid1.txt +%%WWWDIR%%/sample/plugin_mdstat/raid10.txt +%%WWWDIR%%/sample/plugin_mdstat/raid11.txt +%%WWWDIR%%/sample/plugin_mdstat/raid12.txt +%%WWWDIR%%/sample/plugin_mdstat/raid2.txt +%%WWWDIR%%/sample/plugin_mdstat/raid3.txt +%%WWWDIR%%/sample/plugin_mdstat/raid4.txt +%%WWWDIR%%/sample/plugin_mdstat/raid5.txt +%%WWWDIR%%/sample/plugin_mdstat/raid6.txt +%%WWWDIR%%/sample/plugin_mdstat/raid7.txt +%%WWWDIR%%/sample/plugin_mdstat/raid8.txt +%%WWWDIR%%/sample/plugin_mdstat/raid9.txt +%%WWWDIR%%/sample/plugin_ps/README +%%WWWDIR%%/sample/plugin_ps/ps1.txt +%%WWWDIR%%/sample/plugin_ps/ps2.txt +%%WWWDIR%%/sample/plugin_psstatus/README +%%WWWDIR%%/sample/plugin_psstatus/psstatus1.txt +%%WWWDIR%%/sample/plugin_quotas/README +%%WWWDIR%%/sample/plugin_quotas/quotas1.txt +%%WWWDIR%%/sample/plugin_smart/smart0.txt +%%WWWDIR%%/sample/plugin_smart/smart1.txt +%%WWWDIR%%/sample/plugin_updatenotifier/ubuntu-landscape +%%WWWDIR%%/sample/plugin_updatenotifier/universal-format +%%WWWDIR%%/sample/processes/processes.txt +%%WWWDIR%%/sample/ups/1-upscDell2700.txt +%%WWWDIR%%/sample/ups/1-upscPW5110.txt +%%WWWDIR%%/sample/ups/1-upscl.txt +%%WWWDIR%%/sample/ups/apcaccess1.txt +%%WWWDIR%%/sample/ups/powersoftplus1.txt %%WWWDIR%%/templates/aqua.css %%WWWDIR%%/templates/aqua/aq_background.gif %%WWWDIR%%/templates/clean.css @@ -226,24 +637,35 @@ %%WWWDIR%%/templates/cream/bg.gif %%WWWDIR%%/templates/html/error_config.html %%WWWDIR%%/templates/html/index_all.html +%%WWWDIR%%/templates/html/index_bootstrap.html %%WWWDIR%%/templates/html/index_dynamic.html +%%WWWDIR%%/templates/idash.css +%%WWWDIR%%/templates/idash/bg.png +%%WWWDIR%%/templates/idash/html.gif +%%WWWDIR%%/templates/idash/htmlwarn.gif %%WWWDIR%%/templates/jstyle_blue.css %%WWWDIR%%/templates/jstyle_green.css %%WWWDIR%%/templates/nextgen.css %%WWWDIR%%/templates/nextgen/nextgen_bg.png %%WWWDIR%%/templates/phpsysinfo.css +%%WWWDIR%%/templates/phpsysinfo_bootstrap.css %%WWWDIR%%/templates/plugin/jquery.dataTables.css %%WWWDIR%%/templates/plugin/jquery.jgrowl.css %%WWWDIR%%/templates/plugin/jquery.treeTable.css %%WWWDIR%%/templates/plugin/nyroModal.full.css %%WWWDIR%%/templates/two.css %%WWWDIR%%/templates/two/gradient.png +%%WWWDIR%%/templates/vendor/bootstrap.min.css +%%WWWDIR%%/tools/MakeRelease.sh +%%WWWDIR%%/tools/README +%%WWWDIR%%/tools/aptana/js.xml +%%WWWDIR%%/tools/aptana/php.xml +%%WWWDIR%%/tools/check.sh +%%WWWDIR%%/tools/checkdistro.php +%%WWWDIR%%/tools/distrotest.php +%%WWWDIR%%/tools/lint.bat +%%WWWDIR%%/tools/phpsysinfo.ini %%WWWDIR%%/xml.php -@dir %%WWWDIR%%/plugins/UpdateNotifier/gfx -@dir %%WWWDIR%%/plugins/UpdateNotifier/css -@dir %%WWWDIR%%/plugins/SMART/gfx -@dir %%WWWDIR%%/plugins/Quotas/gfx -@dir %%WWWDIR%%/plugins/PS/gfx -@dir %%WWWDIR%%/plugins/PS/css -@dir %%WWWDIR%%/plugins/BAT/gfx -@dir %%WWWDIR%%/plugins/BAT/css +@owner +@group +@mode From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:37:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0847DB3; Fri, 6 Feb 2015 15:37:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9218E1A8; Fri, 6 Feb 2015 15:37:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Fbe2k077383; Fri, 6 Feb 2015 15:37:40 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16FbdUj077380; Fri, 6 Feb 2015 15:37:39 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201502061537.t16FbdUj077380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 6 Feb 2015 15:37:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378546 - in head/devel/git: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:37:40 -0000 Author: garga Date: Fri Feb 6 15:37:39 2015 New Revision: 378546 URL: https://svnweb.freebsd.org/changeset/ports/378546 QAT: https://qat.redports.org/buildarchive/r378546/ Log: Update to 2.3.0 Deleted: head/devel/git/files/README.patches head/devel/git/files/patch-git-svn.perl head/devel/git/files/patch-perl_Git_SVN_Editor.pm Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Fri Feb 6 15:36:04 2015 (r378545) +++ head/devel/git/Makefile Fri Feb 6 15:37:39 2015 (r378546) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG MASTER_SITE_SUBDIR= software/scm/git Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Fri Feb 6 15:36:04 2015 (r378545) +++ head/devel/git/distinfo Fri Feb 6 15:37:39 2015 (r378546) @@ -1,6 +1,6 @@ -SHA256 (git-2.2.2.tar.xz) = aa6d2efcc0c7bb9b9edc6d56d90921706b833972f1d2abe70f71be7838f22d05 -SIZE (git-2.2.2.tar.xz) = 3592264 -SHA256 (git-manpages-2.2.2.tar.xz) = d30688bb62763bf1b87f5eaf4c0a66c68999e479ccd2963108a5f6f82138147c -SIZE (git-manpages-2.2.2.tar.xz) = 369876 -SHA256 (git-htmldocs-2.2.2.tar.xz) = 41179ff0816189d583f290a227a73788002a319c7ff8c5cada970878c50b901d -SIZE (git-htmldocs-2.2.2.tar.xz) = 976312 +SHA256 (git-2.3.0.tar.xz) = 94b23a14d66df536cfe7de37551f55acf908f8bddf30a0f5325a255bb57b0aca +SIZE (git-2.3.0.tar.xz) = 3608648 +SHA256 (git-manpages-2.3.0.tar.xz) = 1641d4fb67159961b4c295d2d5a05954bae19ebcaaa67728b6d72b70020b7842 +SIZE (git-manpages-2.3.0.tar.xz) = 370864 +SHA256 (git-htmldocs-2.3.0.tar.xz) = e8e202bae7a89f22a815e15753e9742f2e140b3c0ca548e9a831cfdbfad3a873 +SIZE (git-htmldocs-2.3.0.tar.xz) = 980936 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Fri Feb 6 15:36:04 2015 (r378545) +++ head/devel/git/pkg-plist Fri Feb 6 15:37:39 2015 (r378546) @@ -1213,6 +1213,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.0.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 15:43:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD56011C; Fri, 6 Feb 2015 15:43:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A92722A1; Fri, 6 Feb 2015 15:43:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16FhoKr081695; Fri, 6 Feb 2015 15:43:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16FhoD1081693; Fri, 6 Feb 2015 15:43:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502061543.t16FhoD1081693@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 6 Feb 2015 15:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378547 - in head/net-mgmt/xymon-client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:43:50 -0000 Author: feld Date: Fri Feb 6 15:43:49 2015 New Revision: 378547 URL: https://svnweb.freebsd.org/changeset/ports/378547 QAT: https://qat.redports.org/buildarchive/r378547/ Log: Use XYMONUSER variable instead of USERS in the rc script Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/files/xymon-client.in Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Fri Feb 6 15:37:39 2015 (r378546) +++ head/net-mgmt/xymon-client/Makefile Fri Feb 6 15:43:49 2015 (r378547) @@ -16,12 +16,12 @@ LICENSE= GPLv2 USERS= xymon GROUPS= xymon -SUB_LIST+= USERS="${USERS}" - # Options XYMONUSER?= xymon XYMONHOSTIP?= 127.0.0.1 +SUB_LIST+= XYMONUSER="${XYMONUSER}" + MAKE_JOBS_UNSAFE= yes USES= cpe gmake CPE_VENDOR= xymon Modified: head/net-mgmt/xymon-client/files/xymon-client.in ============================================================================== --- head/net-mgmt/xymon-client/files/xymon-client.in Fri Feb 6 15:37:39 2015 (r378546) +++ head/net-mgmt/xymon-client/files/xymon-client.in Fri Feb 6 15:43:49 2015 (r378547) @@ -14,7 +14,7 @@ rcvar=xymon_client_enable load_rc_config "$name" : ${xymon_client_enable:=NO} -: ${xymon_client_user:=%%USERS%%} +: ${xymon_client_user:=%%XYMONUSER%%} command=/usr/local/www/xymon/client/runclient.sh command_args="${xymon_client_flags} ${1}" From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 16:27:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C45C182; Fri, 6 Feb 2015 16:27:45 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 CC6DB951; Fri, 6 Feb 2015 16:27:44 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3kf28r4x28zbDV; Fri, 6 Feb 2015 17:27:24 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id wQJ7xLi0x6Ad; Fri, 6 Feb 2015 17:26:54 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Fri, 6 Feb 2015 17:26:49 +0100 (CET) Message-ID: <54D4EB48.10901@FreeBSD.org> Date: Fri, 06 Feb 2015 17:26:48 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Nikolaus Klepp , vermaden@interia.pl Subject: Re: svn commit: r378537 - in head/sysutils/automount: . files References: <201502061341.t16Dfgxu021585@svn.freebsd.org> In-Reply-To: <201502061341.t16Dfgxu021585@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 16:27:45 -0000 On 02/06/15 14:41, Guido Falsi wrote: > Author: madpilot > Date: Fri Feb 6 13:41:41 2015 > New Revision: 378537 > URL: https://svnweb.freebsd.org/changeset/ports/378537 > QAT: https://qat.redports.org/buildarchive/r378537/ > > Log: > - Update to 1.5.3 > - Adjust path in pkg-install to PREFIX > > PR: 197023 > Submitted by: vermaden@interia.pl (maintainer) Oops, I made a mistake here, this should have read: Submitted by: Nikolaus Klepp Approved by: vermaden@interia.pl (maintainer) Sorry for this! -- Guido Falsi From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 16:58:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A26DB80; Fri, 6 Feb 2015 16:58:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85D29CFD; Fri, 6 Feb 2015 16:58:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16GworK015302; Fri, 6 Feb 2015 16:58:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16GwoXJ015301; Fri, 6 Feb 2015 16:58:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061658.t16GwoXJ015301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 16:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378548 - head/textproc/apache-solr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 16:58:50 -0000 Author: marino Date: Fri Feb 6 16:58:49 2015 New Revision: 378548 URL: https://svnweb.freebsd.org/changeset/ports/378548 QAT: https://qat.redports.org/buildarchive/r378548/ Log: textproc/apache-solr: Reset maintainer There's been 3 consecutive PR timeouts on this port (two still pending from early December). The last sighting of former maintainer was November 2013 and he didn't stage the port (strike 4). That's the justification for the reset. Modified: head/textproc/apache-solr/Makefile Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Fri Feb 6 15:43:49 2015 (r378547) +++ head/textproc/apache-solr/Makefile Fri Feb 6 16:58:49 2015 (r378548) @@ -8,7 +8,7 @@ MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} -MAINTAINER= gaod@hychen.org +MAINTAINER= ports@FreeBSD.org COMMENT= High performance search server built using Lucene Java LICENSE= APACHE20 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 18:25:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79138C83; Fri, 6 Feb 2015 18:25:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6493898E; Fri, 6 Feb 2015 18:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16IP6rD057131; Fri, 6 Feb 2015 18:25:06 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16IP5Eu057123; Fri, 6 Feb 2015 18:25:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061825.t16IP5Eu057123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 18:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378549 - in head/math/ump: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 18:25:06 -0000 Author: marino Date: Fri Feb 6 18:25:04 2015 New Revision: 378549 URL: https://svnweb.freebsd.org/changeset/ports/378549 QAT: https://qat.redports.org/buildarchive/r378549/ Log: math/ump: Finish original "fix on current" Back on 10 OCT 2014 when the PR was opened, this unmaintained port didn't build on current. The PR stagnanted due to an unanswered question and the port was eventually fixed by amdmi3 on 21 NOV. Let's go ahead and make the remaining changes which include adding a license (GPLv2), defining desktop entries, tweaking pkg-descr, and make real_frac function match its changed header (for clang). PR: 194497 Submitted by: Ports Fury Added: head/math/ump/files/patch-src__real.cpp (contents, props changed) Modified: head/math/ump/Makefile head/math/ump/files/patch-Makefile head/math/ump/pkg-descr Modified: head/math/ump/Makefile ============================================================================== --- head/math/ump/Makefile Fri Feb 6 16:58:49 2015 (r378548) +++ head/math/ump/Makefile Fri Feb 6 18:25:04 2015 (r378549) @@ -3,7 +3,7 @@ PORTNAME= ump PORTVERSION= 0.8.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION} PKGNAMESUFFIX= -math @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -math MAINTAINER= ports@FreeBSD.org COMMENT= Graphical, easy to use math program -CONFLICTS= ump-1.[0-9]* +LICENSE= GPLv2 USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 @@ -20,15 +20,15 @@ USE_GL= glu ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKE_ENV+= DATADIR="${DATADIR}" +CONFLICTS= ump-1.[0-9]* -FIND_DIRS= -type d -FIND_DATA= -type f +DESKTOP_ENTRIES="Ump" "" "" "ump" "Education;Math;Science;GTK;" "" post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/main.cpp post-install: - ${INSTALL_DATA} ${WRKSRC}/ump.conf ${STAGEDIR}${PREFIX}/etc/ump.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ump.conf \ + ${STAGEDIR}${PREFIX}/etc/ump.conf.sample .include Modified: head/math/ump/files/patch-Makefile ============================================================================== --- head/math/ump/files/patch-Makefile Fri Feb 6 16:58:49 2015 (r378548) +++ head/math/ump/files/patch-Makefile Fri Feb 6 18:25:04 2015 (r378549) @@ -7,7 +7,7 @@ -BIN_DIR = /usr/bin -DATA_DIR = /usr/share/$(APP_NAME) +BIN_DIR = $(PREFIX)/bin -+DATA_DIR = $(DATADIR) ++DATA_DIR = $(PREFIX)/share/$(APP_NAME) ## One of these three flags must be uncommented Added: head/math/ump/files/patch-src__real.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ump/files/patch-src__real.cpp Fri Feb 6 18:25:04 2015 (r378549) @@ -0,0 +1,11 @@ +--- src/real.cpp.orig ++++ src/real.cpp +@@ -764,7 +764,7 @@ + } + + // converts a Real to a fraction +-Real frac(const Real &val, int32 highest_bottom_value) throw(error_obj) ++Real frac(const Real &val, int32 highest_bottom_value = 1000) throw(error_obj) + { + if( highest_bottom_value < 1 ) + THROW_ERROR( ErrorType_Domain, _("Domain error: Value out of range.") ); Modified: head/math/ump/pkg-descr ============================================================================== --- head/math/ump/pkg-descr Fri Feb 6 16:58:49 2015 (r378548) +++ head/math/ump/pkg-descr Fri Feb 6 18:25:04 2015 (r378549) @@ -1,5 +1,4 @@ -ump is a graphical, easy to use math program, which works with complex numbers, -matrices, functions and much more. +ump is a graphical, easy to use math program, which works with complex +numbers, matrices, functions and much more. -Author: Mattias Hultgren WWW: http://u-m-p.sourceforge.net/ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 18:47:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64E2C451; Fri, 6 Feb 2015 18:47:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 516B4BD1; Fri, 6 Feb 2015 18:47:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16IllTY066930; Fri, 6 Feb 2015 18:47:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Ilknv066928; Fri, 6 Feb 2015 18:47:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502061847.t16Ilknv066928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 6 Feb 2015 18:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378550 - head/www/p5-Mozilla-CA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 18:47:47 -0000 Author: pi Date: Fri Feb 6 18:47:46 2015 New Revision: 378550 URL: https://svnweb.freebsd.org/changeset/ports/378550 QAT: https://qat.redports.org/buildarchive/r378550/ Log: www/p5-Mozilla-CA: 20130114 -> 20141217 - Updated certs - Some housekeeping on the code itself PR: 196836 Approved by: kuriyama (maintainer timeout) Modified: head/www/p5-Mozilla-CA/Makefile head/www/p5-Mozilla-CA/distinfo Modified: head/www/p5-Mozilla-CA/Makefile ============================================================================== --- head/www/p5-Mozilla-CA/Makefile Fri Feb 6 18:25:04 2015 (r378549) +++ head/www/p5-Mozilla-CA/Makefile Fri Feb 6 18:47:46 2015 (r378550) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Mozilla-CA -PORTVERSION= 20130114 -PORTREVISION= 1 +PORTVERSION= 20141217 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mozilla-CA/distinfo ============================================================================== --- head/www/p5-Mozilla-CA/distinfo Fri Feb 6 18:25:04 2015 (r378549) +++ head/www/p5-Mozilla-CA/distinfo Fri Feb 6 18:47:46 2015 (r378550) @@ -1,2 +1,2 @@ -SHA256 (Mozilla-CA-20130114.tar.gz) = 82342614add1dbca8a00daa1ee55af3e0036245aed7d445537918c045008ccd7 -SIZE (Mozilla-CA-20130114.tar.gz) = 139200 +SHA256 (Mozilla-CA-20141217.tar.gz) = b753c9aceb20388482eb7f371b86e9e7bbc43feb0f87b3d9e10f7728d1720d30 +SIZE (Mozilla-CA-20141217.tar.gz) = 151260 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 19:48:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EBC85F7; Fri, 6 Feb 2015 19:48:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3F54230; Fri, 6 Feb 2015 19:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Jm8Dl095048; Fri, 6 Feb 2015 19:48:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Jm891095045; Fri, 6 Feb 2015 19:48:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061948.t16Jm891095045@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 19:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378551 - in head/graphics/pixie: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 19:48:09 -0000 Author: marino Date: Fri Feb 6 19:48:07 2015 New Revision: 378551 URL: https://svnweb.freebsd.org/changeset/ports/378551 QAT: https://qat.redports.org/buildarchive/r378551/ Log: graphics/pixie: Fix build on F9 PR: 194167 Submitted by: Ports Fury Added: head/graphics/pixie/files/patch-configure (contents, props changed) Modified: head/graphics/pixie/Makefile Modified: head/graphics/pixie/Makefile ============================================================================== --- head/graphics/pixie/Makefile Fri Feb 6 18:47:46 2015 (r378550) +++ head/graphics/pixie/Makefile Fri Feb 6 19:48:07 2015 (r378551) @@ -3,7 +3,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} @@ -19,7 +19,7 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/gr libfltk_gl.so:${PORTSDIR}/x11-toolkits/fltk USE_GL= glu -USES= bison libtool pathfix tar:tgz +USES= bison compiler:c++0x libtool pathfix tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/pixie \ --libdir=${PREFIX}/lib/pixie \ @@ -45,7 +45,7 @@ BROKEN_sparc64= Does not compile on spar OPTIONS_DEFINE= DOCS -.include +.include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex @@ -69,4 +69,4 @@ post-install: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ '! -name "*Makefile*"') -.include +.include Added: head/graphics/pixie/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pixie/files/patch-configure Fri Feb 6 19:48:07 2015 (r378551) @@ -0,0 +1,24 @@ +--- configure.orig ++++ configure +@@ -12199,7 +12199,7 @@ + old_striplib= + { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 + $as_echo_n "checking whether stripping libraries is possible... " >&6; } +-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then ++if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:$LINENO: result: yes" >&5 +@@ -18418,10 +18418,10 @@ + if test x$FLTK_CONFIG != xno ; then + if test x$STATIC_FLTK != xtrue ; then + FLTK_CXXFLAGS="`$FLTK_CONFIG --use-gl --cxxflags`" +- FLTK_LDFLAGS="`$FLTK_CONFIG --use-gl --ldstaticflags`" ++ FLTK_LDFLAGS="`$FLTK_CONFIG --use-gl --ldstaticflags | sed 's/ -R.* / /g'`" + else + FLTK_CXXFLAGS="`$FLTK_CONFIG --use-gl --cxxflags`" +- FLTK_LDFLAGS="`$FLTK_CONFIG --use-gl --ldflags`" ++ FLTK_LDFLAGS="`$FLTK_CONFIG --use-gl --ldflags | sed 's/ -R.* / /g'`" + fi + else + FLTK_CXXFLAGS="" From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 20:00:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D380A02; Fri, 6 Feb 2015 20:00:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 398E4387; Fri, 6 Feb 2015 20:00:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16K0JKo000401; Fri, 6 Feb 2015 20:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16K0JRD000400; Fri, 6 Feb 2015 20:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502062000.t16K0JRD000400@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 6 Feb 2015 20:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378552 - head/games/gmines X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 20:00:20 -0000 Author: amdmi3 Date: Fri Feb 6 20:00:19 2015 New Revision: 378552 URL: https://svnweb.freebsd.org/changeset/ports/378552 QAT: https://qat.redports.org/buildarchive/r378552/ Log: - Strip binary Modified: head/games/gmines/Makefile Modified: head/games/gmines/Makefile ============================================================================== --- head/games/gmines/Makefile Fri Feb 6 19:48:07 2015 (r378551) +++ head/games/gmines/Makefile Fri Feb 6 20:00:19 2015 (r378552) @@ -17,4 +17,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GMines.app/GMines + .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 20:14:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12586E2C; Fri, 6 Feb 2015 20:14:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F28D077F; Fri, 6 Feb 2015 20:14:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16KE7Ks009100; Fri, 6 Feb 2015 20:14:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16KE7EA009098; Fri, 6 Feb 2015 20:14:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502062014.t16KE7EA009098@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 6 Feb 2015 20:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378553 - head/graphics/opennurbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 20:14:08 -0000 Author: pi Date: Fri Feb 6 20:14:06 2015 New Revision: 378553 URL: https://svnweb.freebsd.org/changeset/ports/378553 QAT: https://qat.redports.org/buildarchive/r378553/ Log: graphics/opennurbs: link opennurbs against system zlib Linking opennurbs against system zlib fixes other ports, see 187506 PR: 197135, 187506 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/graphics/opennurbs/Makefile head/graphics/opennurbs/pkg-plist Modified: head/graphics/opennurbs/Makefile ============================================================================== --- head/graphics/opennurbs/Makefile Fri Feb 6 20:00:19 2015 (r378552) +++ head/graphics/opennurbs/Makefile Fri Feb 6 20:14:06 2015 (r378553) @@ -3,7 +3,7 @@ PORTNAME= opennurbs PORTVERSION= 20121024 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/ MASTER_SITE_SUBDIR= ${PORTNAME}_${PORTVERSION} @@ -31,6 +31,8 @@ pre-build: ${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h \ > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE} ${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h + ${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib_ + ${CP} -R /usr/src/lib/libz ${WRKSRC}/zlib do-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \ @@ -71,5 +73,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/ ${INSTALL_DATA} ${WRKSRC}/zlib/*.h \ ${STAGEDIR}${PREFIX}/include/openNURBS/zlib +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 + ${TOUCH} ${STAGEDIR}${PREFIX}/include/openNURBS/zlib/gzguts.h +.endif .include Modified: head/graphics/opennurbs/pkg-plist ============================================================================== --- head/graphics/opennurbs/pkg-plist Fri Feb 6 20:00:19 2015 (r378552) +++ head/graphics/opennurbs/pkg-plist Fri Feb 6 20:14:06 2015 (r378553) @@ -104,6 +104,7 @@ include/openNURBS/opennurbs_xform.h include/openNURBS/opennurbs_zlib.h include/openNURBS/zlib/crc32.h include/openNURBS/zlib/deflate.h +include/openNURBS/zlib/gzguts.h include/openNURBS/zlib/inffast.h include/openNURBS/zlib/inffixed.h include/openNURBS/zlib/inflate.h @@ -120,8 +121,6 @@ libexec/openNURBS/example_userdata libexec/openNURBS/example_write %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsd.openNURBS.mk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples_linking_pragmas.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opennurbs.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/example_brep.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_read/Makefile @@ -129,8 +128,10 @@ libexec/openNURBS/example_write %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/example_roundtrip.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_userdata.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_userdata.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/example_write.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples_linking_pragmas.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opennurbs.h From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 20:31:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63EDF4C1; Fri, 6 Feb 2015 20:31:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F53972; Fri, 6 Feb 2015 20:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16KVuZV018395; Fri, 6 Feb 2015 20:31:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16KVtoZ018387; Fri, 6 Feb 2015 20:31:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502062031.t16KVtoZ018387@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 6 Feb 2015 20:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378554 - in head/security/ipsec-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 20:31:56 -0000 Author: pi Date: Fri Feb 6 20:31:54 2015 New Revision: 378554 URL: https://svnweb.freebsd.org/changeset/ports/378554 QAT: https://qat.redports.org/buildarchive/r378554/ Log: security/ipsec-tools: 0.8.1 -> 0.8.2 From ChangeLog: - Fix admin port establish-sa for tunnel mode SAs (Alexander Sbitnev) - Fix source port selection regression from version 0.8.1 - Various logging improvements - Additional compliance and build fixes From submitter: - extra patch to adding wildcard psk option PR: 196930 Submitted by: Harald Schmalzbauer , Ed Schouten Approved by: vanhu (maintainer) Added: head/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c (contents, props changed) head/security/ipsec-tools/files/wildcard-psk.diff (contents, props changed) Modified: head/security/ipsec-tools/Makefile head/security/ipsec-tools/distinfo head/security/ipsec-tools/pkg-plist Modified: head/security/ipsec-tools/Makefile ============================================================================== --- head/security/ipsec-tools/Makefile Fri Feb 6 20:14:06 2015 (r378553) +++ head/security/ipsec-tools/Makefile Fri Feb 6 20:31:54 2015 (r378554) @@ -7,8 +7,7 @@ # - $LOCALBASE/sbin/setkey Vs /usr/sbin/setkey PORTNAME= ipsec-tools -PORTVERSION= 0.8.1 -PORTREVISION= 7 +PORTVERSION= 0.8.2 CATEGORIES= security MASTER_SITES= SF @@ -34,7 +33,7 @@ SUB_LIST+= STATEDIR=${STATEDIR} PLIST_SUB+= STATEDIR=${STATEDIR} OPTIONS_DEFINE= DEBUG IPV6 ADMINPORT STATS DPD NATT NATTF FRAG HYBRID PAM \ - RADIUS LDAP GSSAPI SAUNSPEC RC5 IDEA DOCS + RADIUS LDAP GSSAPI SAUNSPEC RC5 IDEA DOCS EXAMPLES WCPSKEY OPTIONS_DEFAULT= DEBUG DPD NATT FRAG HYBRID ADMINPORT_DESC= Enable Admin port @@ -50,8 +49,10 @@ IDEA_DESC= IDEA encryption (patented) PAM_DESC= PAM authentication (Xauth server) RADIUS_DESC= Radius authentication (Xauth server) LDAP_DESC= LDAP authentication (Xauth server) +WCPSKEY_DESC= Allow wildcard matching for pre-shared keys PORTDOCS= * +PORTEXAMPLES= * .include @@ -157,6 +158,10 @@ CONFIGURE_ARGS+= --enable-idea CONFIGURE_ARGS+= --disable-idea .endif +.if ${PORT_OPTIONS:MWCPSKEY} +EXTRA_PATCHES= ${FILESDIR}/wildcard-psk.diff +.endif + post-patch: @${REINPLACE_CMD} -e "s/-Werror//g ; s/-R$$libdir/-Wl,-rpath=$$libdir/g" ${WRKSRC}/configure Modified: head/security/ipsec-tools/distinfo ============================================================================== --- head/security/ipsec-tools/distinfo Fri Feb 6 20:14:06 2015 (r378553) +++ head/security/ipsec-tools/distinfo Fri Feb 6 20:31:54 2015 (r378554) @@ -1,2 +1,2 @@ -SHA256 (ipsec-tools-0.8.1.tar.bz2) = fa4a95bb36842f001b84c4e7a1bb727e3ee06147edbc830a881d63abe8153dd4 -SIZE (ipsec-tools-0.8.1.tar.bz2) = 860717 +SHA256 (ipsec-tools-0.8.2.tar.bz2) = 8eb6b38716e2f3a8a72f1f549c9444c2bc28d52c9536792690564c74fe722f2d +SIZE (ipsec-tools-0.8.2.tar.bz2) = 866465 Added: head/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c Fri Feb 6 20:31:54 2015 (r378554) @@ -0,0 +1,28 @@ +--- src/racoon/isakmp_cfg.c ++++ src/racoon/isakmp_cfg.c +@@ -38,7 +38,9 @@ + #include + #include + ++#if __FreeBSD_version >= 900007 + #include ++#endif + #if defined(__APPLE__) && defined(__MACH__) + #include + #endif +@@ -1663,6 +1665,7 @@ + char *usr; + int inout; + { ++#if __FreeBSD_version >= 900007 + int error = 0; + struct utmpx ut; + char addr[NI_MAXHOST]; +@@ -1706,6 +1709,7 @@ + plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n"); + break; + } ++#endif + + return 0; + } Added: head/security/ipsec-tools/files/wildcard-psk.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ipsec-tools/files/wildcard-psk.diff Fri Feb 6 20:31:54 2015 (r378554) @@ -0,0 +1,12 @@ +--- src/racoon/localconf.c 9 Sep 2006 16:22:09 -0000 1.4 ++++ src/racoon/localconf.c 11 Jul 2008 20:58:55 -0000 +@@ -211,7 +211,8 @@ getpsk(str, len) + if (*p == '\0') + continue; /* no 2nd parameter */ + p--; +- if (strncmp(buf, str, len) == 0 && buf[len] == '\0') { ++ if (strcmp(buf, "*") == 0 ++ || (strncmp(buf, str, len) == 0 && buf[len] == '\0')) { + p++; + keylen = 0; + for (q = p; *q != '\0' && *q != '\n'; q++) Modified: head/security/ipsec-tools/pkg-plist ============================================================================== --- head/security/ipsec-tools/pkg-plist Fri Feb 6 20:14:06 2015 (r378553) +++ head/security/ipsec-tools/pkg-plist Fri Feb 6 20:31:54 2015 (r378554) @@ -33,19 +33,5 @@ man/man8/plainrsa-gen.8.gz man/man8/racoon.8.gz man/man8/racoonctl.8.gz man/man8/setkey.8.gz -%%EXAMPLESDIR%%/psk.txt -%%EXAMPLESDIR%%/psk.txt.sample -%%EXAMPLESDIR%%/racoon.conf -%%EXAMPLESDIR%%/racoon.conf.sample -%%EXAMPLESDIR%%/racoon.conf.sample-gssapi -%%EXAMPLESDIR%%/racoon.conf.sample-inherit -%%EXAMPLESDIR%%/racoon.conf.sample-natt -%%EXAMPLESDIR%%/racoon.conf.sample-plainrsa -%%EXAMPLESDIR%%/roadwarrior/README -%%EXAMPLESDIR%%/roadwarrior/client/phase1-down.sh -%%EXAMPLESDIR%%/roadwarrior/client/phase1-up.sh -%%EXAMPLESDIR%%/roadwarrior/client/racoon.conf -%%EXAMPLESDIR%%/roadwarrior/server/racoon.conf -%%EXAMPLESDIR%%/roadwarrior/server/racoon.conf-radius @dir etc/racoon @dir %%STATEDIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 21:35:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 746B3866; Fri, 6 Feb 2015 21:35:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60520D6; Fri, 6 Feb 2015 21:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16LZF4N047313; Fri, 6 Feb 2015 21:35:15 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16LZEE6047311; Fri, 6 Feb 2015 21:35:14 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502062135.t16LZEE6047311@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Feb 2015 21:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378555 - head/net/qjsonrpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 21:35:15 -0000 Author: pawel Date: Fri Feb 6 21:35:14 2015 New Revision: 378555 URL: https://svnweb.freebsd.org/changeset/ports/378555 QAT: https://qat.redports.org/buildarchive/r378555/ Log: Update to version 1.0.2 PR: 197199 Submitted by: oklaspec@gmail.com (maintainer) Modified: head/net/qjsonrpc/Makefile head/net/qjsonrpc/distinfo (contents, props changed) Modified: head/net/qjsonrpc/Makefile ============================================================================== --- head/net/qjsonrpc/Makefile Fri Feb 6 20:31:54 2015 (r378554) +++ head/net/qjsonrpc/Makefile Fri Feb 6 21:35:14 2015 (r378555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjsonrpc -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= net www devel MASTER_SITES= http://bitbucket.org/devonit/qjsonrpc/get/ DISTNAME= v${PORTVERSION} @@ -17,7 +17,7 @@ USES= qmake USE_QT4= moc_build network qtestlib_build rcc_build USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/devonit-qjsonrpc-b138256fe2b8 +WRKSRC= ${WRKDIR}/devonit-qjsonrpc-adefe89b0c6f post-configure: @${REINPLACE_CMD} 's|lib/pkgconfig|libdata/pkgconfig|g' \ Modified: head/net/qjsonrpc/distinfo ============================================================================== --- head/net/qjsonrpc/distinfo Fri Feb 6 20:31:54 2015 (r378554) +++ head/net/qjsonrpc/distinfo Fri Feb 6 21:35:14 2015 (r378555) @@ -1,2 +1,2 @@ -SHA256 (qjsonrpc/v1.0.1.tar.gz) = e0d4754796bb271b9eeaab30b52eaaadec0d1d102de27cd828a0b73175019921 -SIZE (qjsonrpc/v1.0.1.tar.gz) = 101571 +SHA256 (qjsonrpc/v1.0.2.tar.gz) = b1e360d87c85bd8d98ff5f44156c22f77b3cbfc14d054c28047e4a5fc1f36423 +SIZE (qjsonrpc/v1.0.2.tar.gz) = 101620 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 21:35:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21D4495F; Fri, 6 Feb 2015 21:35:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03193DF; Fri, 6 Feb 2015 21:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16LZZ4x047455; Fri, 6 Feb 2015 21:35:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16LZZ8u047454; Fri, 6 Feb 2015 21:35:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502062135.t16LZZ8u047454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 6 Feb 2015 21:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378556 - head/net/ss5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 21:35:36 -0000 Author: antoine Date: Fri Feb 6 21:35:35 2015 New Revision: 378556 URL: https://svnweb.freebsd.org/changeset/ports/378556 QAT: https://qat.redports.org/buildarchive/r378556/ Log: Fix packaging Modified: head/net/ss5/files/patch-Makefile.in Modified: head/net/ss5/files/patch-Makefile.in ============================================================================== --- head/net/ss5/files/patch-Makefile.in Fri Feb 6 21:35:14 2015 (r378555) +++ head/net/ss5/files/patch-Makefile.in Fri Feb 6 21:35:35 2015 (r378556) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2009-07-17 16:03:01.000000000 -0500 +--- Makefile.in.orig 2009-07-17 21:03:01 UTC +++ Makefile.in @@ -1,7 +1,7 @@ SUBDIRS=src modules @@ -59,7 +59,7 @@ @( if [ $(OS) = "Linux" ]; then \ if [ ! -d $(dst_dir)/etc/rc.d/init.d ]; then mkdir -p $(dst_dir)/etc/rc.d/init.d; fi ; \ -@@ -67,47 +76,52 @@ install: +@@ -67,45 +76,51 @@ install: if [ ! -f $(dst_dir)/etc/init.d/ss5 ]; then cp conf/ss5.init $(dst_dir)/etc/init.d/ss5; \ else cp conf/ss5.init $(dst_dir)/etc/init.d/ss5.rpmnew ; fi ; \ fi ) @@ -74,7 +74,12 @@ - @( cp -r doc/pam/* $(dst_dir)$(doc_path_base)/ss5 ) - @( cp modules/mod_statistics/README.statmgr $(dst_dir)$(doc_path_base)/ss5 ) - @( cp modules/mod_balance/README.balamgr $(dst_dir)$(doc_path_base)/ss5 ) -- ++ cp License $(dst_dir)$(doc_path_base)/ss5 ++ cp -r doc/ldap/README.ldap $(dst_dir)$(doc_path_base)/ss5 ++ cp -r doc/pam/README.pam $(dst_dir)$(doc_path_base)/ss5 ++ cp modules/mod_statistics/README.statmgr $(dst_dir)$(doc_path_base)/ss5 ++ cp modules/mod_balance/README.balamgr $(dst_dir)$(doc_path_base)/ss5 + - @( if [ ! -d $(dst_dir)$(man_path_base)/man1 ]; then mkdir -p $(dst_dir)$(man_path_base)/man1; fi ) - @( cp man/$(OS)/ss5.1* $(dst_dir)$(man_path_base)/man1 ) - @( cp man/$(OS)/ss5srv.1* $(dst_dir)$(man_path_base)/man1 ) @@ -85,21 +90,6 @@ - @( cp man/$(OS)/ss5.conf.5* $(dst_dir)$(man_path_base)/man5 ) - @( cp man/$(OS)/ss5_gss.5* $(dst_dir)$(man_path_base)/man5 ) - @( cp man/$(OS)/ss5_supa.5* $(dst_dir)$(man_path_base)/man5 ) -- -- @( if [ ! -d $(dst_dir)$(conf_path_base) ]; then mkdir -p $(dst_dir)$(conf_path_base); fi ) -- @( if [ ! -d $(dst_dir)$(conf_path_base)/ss5 ]; then mkdir -p $(dst_dir)$(conf_path_base)/ss5; fi ) -- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.conf ]; then cp conf/ss5.conf $(dst_dir)$(conf_path_base)/ss5; \ -- else cp conf/ss5.conf $(dst_dir)$(conf_path_base)/ss5/ss5.conf.rpmnew ; fi ) -- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.ha ]; then cp conf/ss5.ha $(dst_dir)$(conf_path_base)/ss5; \ -- else cp conf/ss5.ha $(dst_dir)$(conf_path_base)/ss5/ss5.ha.rpmnew ; fi ) -- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.passwd ]; then cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5; \ -- else cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5/ss5.passwd.rpmnew ; fi ) -+ cp License $(dst_dir)$(doc_path_base)/ss5 -+ cp -r doc/ldap/README.ldap $(dst_dir)$(doc_path_base)/ss5 -+ cp -r doc/pam/README.pam $(dst_dir)$(doc_path_base)/ss5 -+ cp modules/mod_statistics/README.statmgr $(dst_dir)$(doc_path_base)/ss5 -+ cp modules/mod_balance/README.balamgr $(dst_dir)$(doc_path_base)/ss5 -+ + if [ $(OS) = "FreeBSD" ]; then \ + cp man/$(OS)/ss5.1* $(ss5_man)/man1/; \ + cp man/$(OS)/ss5srv.1* $(ss5_man)/man1/; \ @@ -119,7 +109,15 @@ + cp man/$(OS)/ss5_gss.5* $(dst_dir)$(man_path_base)/man5/; \ + cp man/$(OS)/ss5_supa.5* $(dst_dir)$(man_path_base)/man5/; \ + fi -+ + +- @( if [ ! -d $(dst_dir)$(conf_path_base) ]; then mkdir -p $(dst_dir)$(conf_path_base); fi ) +- @( if [ ! -d $(dst_dir)$(conf_path_base)/ss5 ]; then mkdir -p $(dst_dir)$(conf_path_base)/ss5; fi ) +- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.conf ]; then cp conf/ss5.conf $(dst_dir)$(conf_path_base)/ss5; \ +- else cp conf/ss5.conf $(dst_dir)$(conf_path_base)/ss5/ss5.conf.rpmnew ; fi ) +- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.ha ]; then cp conf/ss5.ha $(dst_dir)$(conf_path_base)/ss5; \ +- else cp conf/ss5.ha $(dst_dir)$(conf_path_base)/ss5/ss5.ha.rpmnew ; fi ) +- @( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.passwd ]; then cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5; \ +- else cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5/ss5.passwd.rpmnew ; fi ) + if [ ! -d $(dst_dir)$(conf_path_base) ]; then mkdir -p $(dst_dir)$(conf_path_base); fi + if [ ! -d $(dst_dir)$(conf_path_base)/ss5 ]; then mkdir -p $(dst_dir)$(conf_path_base)/ss5; fi + if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.conf ]; then cp conf/ss5.conf $(dst_dir)$(conf_path_base)/ss5; fi @@ -140,7 +138,5 @@ + cp doc/ldap/examples/* doc/pam/examples/ss5.pam $(ss5_examples); \ + fi -- @( if [ ! -d $(dst_dir)/var/run/ss5 ]; then mkdir -p $(dst_dir)/var/run/ss5; fi ) - + @( if [ ! -d $(dst_dir)/var/run/ss5 ]; then mkdir -p $(dst_dir)/var/run/ss5; fi ) - .PHONY : uninstall From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:04:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7864294; Fri, 6 Feb 2015 22:04:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B39393D8; Fri, 6 Feb 2015 22:04:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16M4IHv061589; Fri, 6 Feb 2015 22:04:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16M4Isp061587; Fri, 6 Feb 2015 22:04:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502062204.t16M4Isp061587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Feb 2015 22:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378557 - head/math/rubygem-narray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:04:18 -0000 Author: pawel Date: Fri Feb 6 22:04:17 2015 New Revision: 378557 URL: https://svnweb.freebsd.org/changeset/ports/378557 QAT: https://qat.redports.org/buildarchive/r378557/ Log: Update to version 0.6.1.1 PR: 196992 Submitted by: murashin@gfd-dennou.org (maintainer) Modified: head/math/rubygem-narray/Makefile.version head/math/rubygem-narray/distinfo Modified: head/math/rubygem-narray/Makefile.version ============================================================================== --- head/math/rubygem-narray/Makefile.version Fri Feb 6 21:35:35 2015 (r378556) +++ head/math/rubygem-narray/Makefile.version Fri Feb 6 22:04:17 2015 (r378557) @@ -1 +1 @@ -NARRAY_VERSION= 0.6.0.9 +NARRAY_VERSION= 0.6.1.1 Modified: head/math/rubygem-narray/distinfo ============================================================================== --- head/math/rubygem-narray/distinfo Fri Feb 6 21:35:35 2015 (r378556) +++ head/math/rubygem-narray/distinfo Fri Feb 6 22:04:17 2015 (r378557) @@ -1,2 +1,2 @@ -SHA256 (rubygem/narray-0.6.0.9.gem) = d5c9c0dbb324f51c3fe97bf72b54ed3743b4a03636c2dc1793b332658bc4786b -SIZE (rubygem/narray-0.6.0.9.gem) = 64512 +SHA256 (rubygem/narray-0.6.1.1.gem) = 110493fb8d73a5372704756a8d5e7802f648c038eeef19cfffd353236066ac77 +SIZE (rubygem/narray-0.6.1.1.gem) = 65024 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:18:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEF676AC; Fri, 6 Feb 2015 22:18:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAC7E6ED; Fri, 6 Feb 2015 22:18:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MIGAN067002; Fri, 6 Feb 2015 22:18:16 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MIF3w066999; Fri, 6 Feb 2015 22:18:15 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502062218.t16MIF3w066999@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 6 Feb 2015 22:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378558 - in head/net/openldap24-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:18:17 -0000 Author: delphij Date: Fri Feb 6 22:18:15 2015 New Revision: 378558 URL: https://svnweb.freebsd.org/changeset/ports/378558 QAT: https://qat.redports.org/buildarchive/r378558/ Log: Apply two upstream patches to address two remote DoS issues: - ITS8027: crash when a search includes the Deref control with an empty attribute list. - ITS8046: double free and crash by certain search queries using the Matched Values control. MFH: 2015Q1 Added: head/net/openldap24-server/files/patch-ITS8027 (contents, props changed) head/net/openldap24-server/files/patch-ITS8046 (contents, props changed) Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Fri Feb 6 22:04:17 2015 (r378557) +++ head/net/openldap24-server/Makefile Fri Feb 6 22:18:15 2015 (r378558) @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: .endif PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 2 +PORTREVISION_SERVER= 3 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_SHLIB_MINOR= 10.3 OPENLDAP_MAJOR= ${DISTVERSION:R} Added: head/net/openldap24-server/files/patch-ITS8027 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openldap24-server/files/patch-ITS8027 Fri Feb 6 22:18:15 2015 (r378558) @@ -0,0 +1,26 @@ +From c32e74763f77675b9e144126e375977ed6dc562c Mon Sep 17 00:00:00 2001 +From: Howard Chu +Date: Mon, 19 Jan 2015 22:25:53 +0000 +Subject: [PATCH] ITS#8027 require non-empty AttributeList + +--- + servers/slapd/overlays/deref.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git servers/slapd/overlays/deref.c servers/slapd/overlays/deref.c +index 9420e3e..05aa890 100644 +--- servers/slapd/overlays/deref.c ++++ servers/slapd/overlays/deref.c +@@ -183,7 +183,8 @@ deref_parseCtrl ( + ber_len_t cnt = sizeof(struct berval); + ber_len_t off = 0; + +- if ( ber_scanf( ber, "{m{M}}", &derefAttr, &attributes, &cnt, off ) == LBER_ERROR ) ++ if ( ber_scanf( ber, "{m{M}}", &derefAttr, &attributes, &cnt, off ) == LBER_ERROR ++ || !cnt ) + { + rs->sr_text = "Dereference control: derefSpec decoding error"; + rs->sr_err = LDAP_PROTOCOL_ERROR; +-- +1.7.10.4 + Added: head/net/openldap24-server/files/patch-ITS8046 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openldap24-server/files/patch-ITS8046 Fri Feb 6 22:18:15 2015 (r378558) @@ -0,0 +1,34 @@ +From 2f1a2dd329b91afe561cd06b872d09630d4edb6a Mon Sep 17 00:00:00 2001 +From: Howard Chu +Date: Wed, 4 Feb 2015 02:03:55 +0000 +Subject: [PATCH] ITS#8046 fix vrFilter_free + +--- + servers/slapd/filter.c | 10 +++------- + 1 file changed, 3 insertions(+), 7 deletions(-) + +diff --git servers/slapd/filter.c servers/slapd/filter.c +index b859f73..22c81c8 100644 +--- servers/slapd/filter.c ++++ servers/slapd/filter.c +@@ -1158,14 +1158,10 @@ get_vrFilter( Operation *op, BerElement *ber, + void + vrFilter_free( Operation *op, ValuesReturnFilter *vrf ) + { +- ValuesReturnFilter *p, *next; ++ ValuesReturnFilter *next; + +- if ( vrf == NULL ) { +- return; +- } +- +- for ( p = vrf; p != NULL; p = next ) { +- next = p->vrf_next; ++ for ( ; vrf != NULL; vrf = next ) { ++ next = vrf->vrf_next; + + switch ( vrf->vrf_choice & SLAPD_FILTER_MASK ) { + case LDAP_FILTER_PRESENT: +-- +1.7.10.4 + From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:21:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 114AD95B; Fri, 6 Feb 2015 22:21:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7703769; Fri, 6 Feb 2015 22:21:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MLFKD070573; Fri, 6 Feb 2015 22:21:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MLFDC070571; Fri, 6 Feb 2015 22:21:15 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502062221.t16MLFDC070571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 6 Feb 2015 22:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378560 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:21:16 -0000 Author: rene Date: Fri Feb 6 22:21:14 2015 New Revision: 378560 URL: https://svnweb.freebsd.org/changeset/ports/378560 QAT: https://qat.redports.org/buildarchive/r378560/ Log: Document new vulnerabilities in www/chromium < 40.0.2214.111 Submitted by: Carlos Jacobo Puga Medina Obtained from: http://googlechromereleases.blogspot.nl/ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Feb 6 22:20:10 2015 (r378559) +++ head/security/vuxml/vuln.xml Fri Feb 6 22:21:14 2015 (r378560) @@ -57,6 +57,49 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + 40.0.2214.111 + + + chromium-pulse + 40.0.2214.111 + + + + +

Chrome Releases reports:

+
+

11 security fixes in this release, including:

+
    +
  • [447906] High CVE-2015-1209: Use-after-free in DOM. Credit to + Maksymillian.
  • +
  • [453979] High CVE-2015-1210: Cross-origin-bypass in V8 + bindings. Credit to anonymous.
  • +
  • [453982] High CVE-2015-1211: Privilege escalation using service + workers. Credit to anonymous.
  • +
  • [455225] CVE-2015-1212: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
+
+ +
+ + CVE-2015-12O9 + CVE-2015-1210 + CVE-2015-1211 + CVE-2015-1212 + http://googlechromereleases.blogspot.nl + + + 2015-02-05 + 2015-02-06 + +
+ PostgreSQL -- multiple buffer overflows and memory issues From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:21:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 494CBA41; Fri, 6 Feb 2015 22:21:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 357977FC; Fri, 6 Feb 2015 22:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MLgoS071359; Fri, 6 Feb 2015 22:21:42 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MLfdM071356; Fri, 6 Feb 2015 22:21:41 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502062221.t16MLfdM071356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 6 Feb 2015 22:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378561 - head/devel/py-pip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:21:42 -0000 Author: nivit Date: Fri Feb 6 22:21:40 2015 New Revision: 378561 URL: https://svnweb.freebsd.org/changeset/ports/378561 QAT: https://qat.redports.org/buildarchive/r378561/ Log: - Update to 6.0.8 Modified: head/devel/py-pip/Makefile head/devel/py-pip/distinfo Modified: head/devel/py-pip/Makefile ============================================================================== --- head/devel/py-pip/Makefile Fri Feb 6 22:21:14 2015 (r378560) +++ head/devel/py-pip/Makefile Fri Feb 6 22:21:40 2015 (r378561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip -PORTVERSION= 6.0.7 +PORTVERSION= 6.0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pip/distinfo ============================================================================== --- head/devel/py-pip/distinfo Fri Feb 6 22:21:14 2015 (r378560) +++ head/devel/py-pip/distinfo Fri Feb 6 22:21:40 2015 (r378561) @@ -1,2 +1,2 @@ -SHA256 (pip-6.0.7.tar.gz) = 35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 -SIZE (pip-6.0.7.tar.gz) = 1196938 +SHA256 (pip-6.0.8.tar.gz) = 0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 +SIZE (pip-6.0.8.tar.gz) = 1200024 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:22:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D900EB46; Fri, 6 Feb 2015 22:22:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C53A4806; Fri, 6 Feb 2015 22:22:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MMRT5071608; Fri, 6 Feb 2015 22:22:27 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MMRfN071605; Fri, 6 Feb 2015 22:22:27 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502062222.t16MMRfN071605@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Feb 2015 22:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378562 - head/devel/rubygem-racc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:22:28 -0000 Author: pawel Date: Fri Feb 6 22:22:26 2015 New Revision: 378562 URL: https://svnweb.freebsd.org/changeset/ports/378562 QAT: https://qat.redports.org/buildarchive/r378562/ Log: - Update to version 1.4.12 [1] - Remove Author line from pkg-descr PR: 196993 [1] Submitted by: murashin@gfd-dennou.org (maintainer) [1] Modified: head/devel/rubygem-racc/Makefile head/devel/rubygem-racc/distinfo head/devel/rubygem-racc/pkg-descr Modified: head/devel/rubygem-racc/Makefile ============================================================================== --- head/devel/rubygem-racc/Makefile Fri Feb 6 22:21:40 2015 (r378561) +++ head/devel/rubygem-racc/Makefile Fri Feb 6 22:22:26 2015 (r378562) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= racc -PORTVERSION= 1.4.11 +PORTVERSION= 1.4.12 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-racc/distinfo ============================================================================== --- head/devel/rubygem-racc/distinfo Fri Feb 6 22:21:40 2015 (r378561) +++ head/devel/rubygem-racc/distinfo Fri Feb 6 22:22:26 2015 (r378562) @@ -1,2 +1,2 @@ -SHA256 (rubygem/racc-1.4.11.gem) = 1e2e420d5e2e4b9f2b352e9b2828448a2ee13a16fdebf6a7e863252b5054c840 -SIZE (rubygem/racc-1.4.11.gem) = 113664 +SHA256 (rubygem/racc-1.4.12.gem) = bd9a6b06cf502abfdd7823c833ba69b74d038e8d365a5ce42d502f528f531db0 +SIZE (rubygem/racc-1.4.12.gem) = 115712 Modified: head/devel/rubygem-racc/pkg-descr ============================================================================== --- head/devel/rubygem-racc/pkg-descr Fri Feb 6 22:21:40 2015 (r378561) +++ head/devel/rubygem-racc/pkg-descr Fri Feb 6 22:22:26 2015 (r378562) @@ -2,5 +2,4 @@ Racc is an LALR(1) parser generator for and generates Ruby code. Almost all functions of yacc(1) is implemented. -Author: Minero Aoki WWW: http://rubygems.org/gems/racc/ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:28:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F235EC1; Fri, 6 Feb 2015 22:28:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEF6859; Fri, 6 Feb 2015 22:28:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MSrXm072728; Fri, 6 Feb 2015 22:28:53 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MSqq8072725; Fri, 6 Feb 2015 22:28:52 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502062228.t16MSqq8072725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 6 Feb 2015 22:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378563 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:28:53 -0000 Author: rene Date: Fri Feb 6 22:28:52 2015 New Revision: 378563 URL: https://svnweb.freebsd.org/changeset/ports/378563 QAT: https://qat.redports.org/buildarchive/r378563/ Log: www/chromium: update to 40.0.2214.111 [1] Apply a build fix for DragonFlyBSD [2] and FreeBSD 8 [3] Submitted by: Imre Vadasz [1,3] marino [2] MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/a6eb239f-adbe-11e4-9fce-080027593b9a.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Feb 6 22:22:26 2015 (r378562) +++ head/www/chromium/Makefile Fri Feb 6 22:28:52 2015 (r378563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 40.0.2214.93 +PORTVERSION= 40.0.2214.111 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -137,10 +137,6 @@ TEST_DISTFILES= ${PORTNAME}-${DISTVERSIO .include -.if ${OSVERSION} < 900000 -BROKEN= missing pthread_getthreadid_np(3) -.endif - .if ${PORT_OPTIONS:MCODECS} GYP_DEFINES+= ffmpeg_branding=Chrome GYP_DEFINES+= proprietary_codecs=1 Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Feb 6 22:22:26 2015 (r378562) +++ head/www/chromium/distinfo Fri Feb 6 22:28:52 2015 (r378563) @@ -1,4 +1,4 @@ -SHA256 (chromium-40.0.2214.93.tar.xz) = c4937596bc02d346a89543a6b5bd0fab9f45e34f3ce20dee94dc132a95c990de -SIZE (chromium-40.0.2214.93.tar.xz) = 284982688 -SHA256 (chromium-40.0.2214.93-testdata.tar.xz) = 883761dd8f559c849f0998fbf4144f2d35a171a8fff67dbc464e3bb8a5da552b -SIZE (chromium-40.0.2214.93-testdata.tar.xz) = 115343772 +SHA256 (chromium-40.0.2214.111.tar.xz) = 9e1f1a661702217a3fa7bf25a0e70d334a236ca67fadc4bebcfa2e8f7328cd49 +SIZE (chromium-40.0.2214.111.tar.xz) = 284978632 +SHA256 (chromium-40.0.2214.111-testdata.tar.xz) = 3f800644e56ea82ed539fcf42d2b654742105108357869f4bbf737a4d6b172eb +SIZE (chromium-40.0.2214.111-testdata.tar.xz) = 115348388 Modified: head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc ============================================================================== --- head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Fri Feb 6 22:22:26 2015 (r378562) +++ head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Fri Feb 6 22:28:52 2015 (r378563) @@ -1,11 +1,17 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2015-01-25 14:30:34 UTC -+++ v8/src/base/platform/platform-posix.cc -@@ -259,6 +259,8 @@ +--- v8/src/base/platform/platform-posix.cc.orig 2015-01-27 03:22:59.000000000 +0100 ++++ v8/src/base/platform/platform-posix.cc 2015-02-06 18:41:53.881294389 +0100 +@@ -259,6 +259,14 @@ return static_cast(syscall(__NR_gettid)); #elif V8_OS_ANDROID return static_cast(gettid()); +#elif V8_OS_FREEBSD ++# ifdef __DragonFly__ ++ return static_cast(lwp_gettid()); ++# elif __FreeBSD_version__ < 900031 ++ return 0; /* ! */ ++# else + return static_cast(pthread_getthreadid_np()); ++# endif #else return static_cast(pthread_self()); #endif From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:39:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0746937B; Fri, 6 Feb 2015 22:39:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7859982; Fri, 6 Feb 2015 22:38:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16McxDQ078079; Fri, 6 Feb 2015 22:38:59 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16Mcxso078078; Fri, 6 Feb 2015 22:38:59 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201502062238.t16Mcxso078078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Fri, 6 Feb 2015 22:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378566 - head/net-im/mu-conference X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:39:00 -0000 Author: mm Date: Fri Feb 6 22:38:59 2015 New Revision: 378566 URL: https://svnweb.freebsd.org/changeset/ports/378566 QAT: https://qat.redports.org/buildarchive/r378566/ Log: Re-take maintainership for mu-conference Modified: head/net-im/mu-conference/Makefile Modified: head/net-im/mu-conference/Makefile ============================================================================== --- head/net-im/mu-conference/Makefile Fri Feb 6 22:36:44 2015 (r378565) +++ head/net-im/mu-conference/Makefile Fri Feb 6 22:38:59 2015 (r378566) @@ -8,7 +8,7 @@ CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber LICENSE= GPLv2 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:48:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C385D4F8; Fri, 6 Feb 2015 22:48:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF3ADA62; Fri, 6 Feb 2015 22:48:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MmFFj082812; Fri, 6 Feb 2015 22:48:15 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MmFLA082811; Fri, 6 Feb 2015 22:48:15 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502062248.t16MmFLA082811@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 6 Feb 2015 22:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378567 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:48:15 -0000 Author: delphij Date: Fri Feb 6 22:48:14 2015 New Revision: 378567 URL: https://svnweb.freebsd.org/changeset/ports/378567 QAT: https://qat.redports.org/buildarchive/r378567/ Log: Document two recent OpenLDAP DoS issues. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Feb 6 22:38:59 2015 (r378566) +++ head/security/vuxml/vuln.xml Fri Feb 6 22:48:14 2015 (r378567) @@ -57,6 +57,38 @@ Notes: --> + + openldap -- two remote denial of service vulnerabilities + + + openldap-server + 2.4.40_3 + + + + +

Ryan Tandy reports:

+
+

With the deref overlay enabled, ldapsearch with '-E deref=member:' + causes slapd to crash.

+
+
+

Bill MacAllister discovered that certain queries cause slapd + to crash while freeing operation controls. This is a 2.4.40 regression. + Earlier releases are not affected.

+
+ +
+ + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776988 + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776991 + + + 2015-02-02 + 2015-02-06 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 22:59:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 348AA866; Fri, 6 Feb 2015 22:59:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0813ABA9; Fri, 6 Feb 2015 22:59:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16MxLBH087686; Fri, 6 Feb 2015 22:59:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16MxLwC087685; Fri, 6 Feb 2015 22:59:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502062259.t16MxLwC087685@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 22:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378568 - head/mail/pine-pgp-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:59:22 -0000 Author: marino Date: Fri Feb 6 22:59:21 2015 New Revision: 378568 URL: https://svnweb.freebsd.org/changeset/ports/378568 QAT: https://qat.redports.org/buildarchive/r378568/ Log: mail/pine-pgp-filters: use gnupg only, fix MASTER_SITES When dougb released the port, he also reset the MASTER_SITES. It has been pulling off the cache ever since. If the cache gets cleared, this port would break. I've moved the distfiles to my LOCAL site so this never happens. The other big change is to remove this hacky dependency logic. Someone tried to select between gnupg and gnupg1 depending on what was already installed. For the standard packages builders, this meant the port always used the old gnupg1 because gnupg was never installed in the clean jail. As both gnupg packages are range between 1.0M and 1.5M in size and can coexist, the savings of resources in miniscule assuming they weren't both installed anyway. Let's just pick the new gnupg as the unconditional dependency and remove the hack. Inspired by discussion on PR which was trying to fix a bug in the hack. PR: 195426 Submitted by: Trond Endrestol Modified: head/mail/pine-pgp-filters/Makefile Modified: head/mail/pine-pgp-filters/Makefile ============================================================================== --- head/mail/pine-pgp-filters/Makefile Fri Feb 6 22:48:14 2015 (r378567) +++ head/mail/pine-pgp-filters/Makefile Fri Feb 6 22:59:21 2015 (r378568) @@ -2,14 +2,17 @@ PORTNAME= pine-pgp-filters PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= mail security -#MASTER_SITES= +MASTER_SITES= LOCAL/marino DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine +BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine PORTDOCS= BUGS CHANGES INSTALL LICENSE README @@ -17,16 +20,6 @@ PLIST_FILES= bin/ppf_mime bin/ppf_mime_d libexec/ppf_decrypt libexec/ppf_encrypt libexec/ppf_mime \ libexec/ppf_mime_decrypt libexec/ppf_sign libexec/ppf_verify -# We want to be version-agnostic here, but also record the right dependency -# if the user installs the package and already has one or the other installed. -.if exists(${LOCALBASE}/bin/gpg2) -BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg -RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg -.else -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 -.endif - verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 23:09:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B94EAA54; Fri, 6 Feb 2015 23:09:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4F84C85; Fri, 6 Feb 2015 23:09:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16N9uHr092639; Fri, 6 Feb 2015 23:09:56 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16N9uvD092636; Fri, 6 Feb 2015 23:09:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502062309.t16N9uvD092636@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Feb 2015 23:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378569 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 23:09:56 -0000 Author: pawel Date: Fri Feb 6 23:09:55 2015 New Revision: 378569 URL: https://svnweb.freebsd.org/changeset/ports/378569 QAT: https://qat.redports.org/buildarchive/r378569/ Log: Update to version 3.8.8.2 PR: 197084 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Fri Feb 6 22:59:21 2015 (r378568) +++ head/databases/tcl-sqlite3/Makefile Fri Feb 6 23:09:55 2015 (r378569) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8 +PORTVERSION= 3.8.8.2 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3080800 +DISTNAME= sqlite-autoconf-3080802 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Fri Feb 6 22:59:21 2015 (r378568) +++ head/databases/tcl-sqlite3/distinfo Fri Feb 6 23:09:55 2015 (r378569) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080800.tar.gz) = c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535 -SIZE (sqlite-autoconf-3080800.tar.gz) = 2020708 +SHA256 (sqlite-autoconf-3080802.tar.gz) = aaa31e961963ff6d34c253c0464e667446d7674f8e375b62a3d66aa5dea26c2d +SIZE (sqlite-autoconf-3080802.tar.gz) = 2021091 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 23:18:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DF65CB8 for ; Fri, 6 Feb 2015 23:18:32 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1DBFD87 for ; Fri, 6 Feb 2015 23:18:31 +0000 (UTC) Received: (qmail 16993 invoked by uid 89); 6 Feb 2015 22:51:47 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Feb 2015 22:51:47 -0000 Received: (qmail 16970 invoked by uid 89); 6 Feb 2015 22:51:30 -0000 Received: by simscan 1.3.1 ppid: 16962, pid: 16966, t: 0.1011s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 6 Feb 2015 22:51:30 -0000 Received: (qmail 15509 invoked by uid 89); 6 Feb 2015 22:51:29 -0000 Received: by simscan 1.4.0 ppid: 15491, pid: 15502, t: 1.1468s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 6 Feb 2015 22:51:28 -0000 From: Jan Beich To: Kurt Jaeger Subject: Re: svn commit: r378553 - head/graphics/opennurbs References: <201502062014.t16KE7EA009098@svn.freebsd.org> Date: Fri, 06 Feb 2015 23:51:21 +0100 In-Reply-To: <201502062014.t16KE7EA009098@svn.freebsd.org> (Kurt Jaeger's message of "Fri, 6 Feb 2015 20:14:07 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 23:18:32 -0000 Kurt Jaeger writes: > @@ -31,6 +31,8 @@ pre-build: > ${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h \ > > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE} > ${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h > + ${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib_ > + ${CP} -R /usr/src/lib/libz ${WRKSRC}/zlib Use SRC_BASE and maybe IGNORE if it's not available. ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 23:27:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1049F43; Fri, 6 Feb 2015 23:27:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D23AE99; Fri, 6 Feb 2015 23:27:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16NRgDL002028; Fri, 6 Feb 2015 23:27:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16NRg5X002027; Fri, 6 Feb 2015 23:27:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502062327.t16NRg5X002027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 6 Feb 2015 23:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378570 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 23:27:42 -0000 Author: rene Date: Fri Feb 6 23:27:41 2015 New Revision: 378570 URL: https://svnweb.freebsd.org/changeset/ports/378570 QAT: https://qat.redports.org/buildarchive/r378570/ Log: Fix CVE name for www/chromium entry Submitted by: bz via bot Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Feb 6 23:09:55 2015 (r378569) +++ head/security/vuxml/vuln.xml Fri Feb 6 23:27:41 2015 (r378570) @@ -120,7 +120,7 @@ Notes: - CVE-2015-12O9 + CVE-2015-1209 CVE-2015-1210 CVE-2015-1211 CVE-2015-1212 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 6 23:37:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42AD550D for ; Fri, 6 Feb 2015 23:37:43 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D871BF99 for ; Fri, 6 Feb 2015 23:37:42 +0000 (UTC) Received: (qmail 27145 invoked by uid 89); 6 Feb 2015 23:37:35 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Feb 2015 23:37:34 -0000 Received: (qmail 27116 invoked by uid 89); 6 Feb 2015 23:37:17 -0000 Received: by simscan 1.3.1 ppid: 27100, pid: 27111, t: 0.0198s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 6 Feb 2015 23:37:17 -0000 Received: (qmail 23651 invoked by uid 89); 6 Feb 2015 23:37:17 -0000 Received: by simscan 1.4.0 ppid: 23625, pid: 23647, t: 1.0030s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 6 Feb 2015 23:37:16 -0000 From: Jan Beich To: Rene Ladan Subject: Re: svn commit: r378563 - in head/www/chromium: . files References: <201502062228.t16MSqq8072725@svn.freebsd.org> Date: Sat, 07 Feb 2015 00:37:04 +0100 In-Reply-To: <201502062228.t16MSqq8072725@svn.freebsd.org> (Rene Ladan's message of "Fri, 6 Feb 2015 22:28:52 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 23:37:43 -0000 --=-=-= Content-Type: text/plain Rene Ladan writes: > +#elif V8_OS_FREEBSD > ++# ifdef __DragonFly__ > ++ return static_cast(lwp_gettid()); Ironically, V8_OS_DRAGONFLYBSD is ignored with USES=alias. Try the following to make upstreaming easier #elif V8_OS_DRAGONFLYBSD || defined(__DragonFly__) return static_cast(lwp_gettid()); #elif V8_OS_FREEBSD ... > ++# elif __FreeBSD_version__ < 900031 Have you made sure __FreeBSD_version__ is defined? > ++ return 0; /* ! */ Maybe replace with #include ... long lwpid; thr_self(&lwpid); return static_cast(lwpid); > ++# else Bonus for upstream #if defined(OS_NETBSD) #include #endif ... #elif V8_OS_NETBSD return static_cast(_lwp_self()); #else > + return static_cast(pthread_getthreadid_np()); > ++# endif > #else > return static_cast(pthread_self()); > #endif --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJU1VAgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bZTUH/Rf4AcorWCVE0tQ3Pu1qs8qD YTxr5MPuMM72RYQhc/Ls4D9M4jZOux6yDGW0UmsoM4qpazYUseDrkKupO39baRaG f9p+NvHqZna3MWpzAGKRsoBZIz2RZFC+NMC9+LAkYhHsXUrxHh1Dpj0EGz7rHhfW b6pxdgV3P4KgImv1Eu4xhyBz/0t59lgqMBnUK9/hoyJki7LB2NrcpSPAXShPMVww b1mZaBInpOYy8C2CJIpNTplCPOVZZ+NIcjBTV6zIu2N7rVp1FLvfKSzh/lEuViIh Y0BRsTWeJvcgXHeuBXlfEUzC3qeyRxp4UOdiuY4DYPpcn3u8i3GDUs3dWc1txrg= =iLcu -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 00:09:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F38EEE5B; Sat, 7 Feb 2015 00:09:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D41F833C; Sat, 7 Feb 2015 00:09:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1709bxB022204; Sat, 7 Feb 2015 00:09:37 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1709aIZ022194; Sat, 7 Feb 2015 00:09:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502070009.t1709aIZ022194@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 7 Feb 2015 00:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378571 - in head/net: asterisk11 asterisk11/files asterisk13 asterisk13/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 00:09:38 -0000 Author: madpilot Date: Sat Feb 7 00:09:35 2015 New Revision: 378571 URL: https://svnweb.freebsd.org/changeset/ports/378571 QAT: https://qat.redports.org/buildarchive/r378571/ Log: - Update net/asterisk11 to 11.16.0 - Update net/asterisk13 to 13.2.0 Deleted: head/net/asterisk13/files/patch-channels_sip_include_route.h Modified: head/net/asterisk11/Makefile head/net/asterisk11/distinfo head/net/asterisk11/files/patch-main__lock.c head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/files/patch-main__lock.c head/net/asterisk13/pkg-plist Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk11/Makefile Sat Feb 7 00:09:35 2015 (r378571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.15.1 +PORTVERSION= 11.16.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk11/distinfo Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk11/distinfo Sat Feb 7 00:09:35 2015 (r378571) @@ -1,2 +1,2 @@ -SHA256 (asterisk-11.15.1.tar.gz) = 54f02df8a8e40b05a338f686705a28349175f31e5c6b2ec9f44bef1042b78fca -SIZE (asterisk-11.15.1.tar.gz) = 34974674 +SHA256 (asterisk-11.16.0.tar.gz) = f98da93ed0ffbdddfbc301351ea32e5a63d2dbecf05a4f97fb794a68a3bdbe4d +SIZE (asterisk-11.16.0.tar.gz) = 34995495 Modified: head/net/asterisk11/files/patch-main__lock.c ============================================================================== --- head/net/asterisk11/files/patch-main__lock.c Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk11/files/patch-main__lock.c Sat Feb 7 00:09:35 2015 (r378571) @@ -1,13 +1,12 @@ ---- ./main/lock.c.orig 2010-11-06 15:00:15.000000000 +0100 -+++ ./main/lock.c 2010-11-06 15:00:23.000000000 +0100 -@@ -679,10 +679,6 @@ +--- main/lock.c.orig 2014-12-12 23:31:38 UTC ++++ main/lock.c +@@ -701,9 +701,6 @@ int __ast_rwlock_init(int tracking, cons + #endif /* DEBUG_THREADS */ pthread_rwlockattr_init(&attr); - -#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP - pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP); -#endif -- res = pthread_rwlock_init(&t->lock, &attr); pthread_rwlockattr_destroy(&attr); - return res; + Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk13/Makefile Sat Feb 7 00:09:35 2015 (r378571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.1.1 +PORTVERSION= 13.2.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk13/distinfo Sat Feb 7 00:09:35 2015 (r378571) @@ -1,2 +1,2 @@ -SHA256 (asterisk-13.1.1.tar.gz) = 070b68238734117c0b9c1018ba192ff29964a115a71620e648d4286c92f2f02b -SIZE (asterisk-13.1.1.tar.gz) = 31869064 +SHA256 (asterisk-13.2.0.tar.gz) = bcef6b30cf7bb1943b12939a4dc98a53f837a8f7ef564fe44cf73ea87e114a9b +SIZE (asterisk-13.2.0.tar.gz) = 31951737 Modified: head/net/asterisk13/files/patch-main__lock.c ============================================================================== --- head/net/asterisk13/files/patch-main__lock.c Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk13/files/patch-main__lock.c Sat Feb 7 00:09:35 2015 (r378571) @@ -1,13 +1,12 @@ ---- main/lock.c.orig 2014-03-25 15:47:17 UTC +--- main/lock.c.orig 2014-12-12 23:40:50 UTC +++ main/lock.c -@@ -691,10 +691,6 @@ int __ast_rwlock_init(int tracking, cons +@@ -701,9 +701,6 @@ int __ast_rwlock_init(int tracking, cons + #endif /* DEBUG_THREADS */ pthread_rwlockattr_init(&attr); - -#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP - pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP); -#endif -- res = pthread_rwlock_init(&t->lock, &attr); pthread_rwlockattr_destroy(&attr); - return res; + Modified: head/net/asterisk13/pkg-plist ============================================================================== --- head/net/asterisk13/pkg-plist Fri Feb 6 23:27:41 2015 (r378570) +++ head/net/asterisk13/pkg-plist Sat Feb 7 00:09:35 2015 (r378571) @@ -72,6 +72,7 @@ @sample %%ETCDIR%%/phoneprov.conf.sample @sample %%ETCDIR%%/pjsip.conf.sample @sample %%ETCDIR%%/pjsip_notify.conf.sample +@sample %%ETCDIR%%/pjsip_wizard.conf.sample @sample %%ETCDIR%%/queuerules.conf.sample @sample %%ETCDIR%%/queues.conf.sample @sample %%ETCDIR%%/res_config_mysql.conf.sample @@ -354,6 +355,11 @@ lib/asterisk/modules/func_lock.so lib/asterisk/modules/func_module.so lib/asterisk/modules/func_periodic_hook.so %%PJSIP%%lib/asterisk/modules/func_pjsip_endpoint.so +%%PJSIP%%lib/asterisk/modules/func_pjsip_aor.so +%%PJSIP%%lib/asterisk/modules/func_pjsip_contact.so +%%PJSIP%%lib/asterisk/modules/res_pjsip_config_wizard.so +%%PJSIP%%lib/asterisk/modules/res_pjsip_keepalive.so +%%PJSIP%%lib/asterisk/modules/res_pjsip_sips_contact.so lib/asterisk/modules/func_presencestate.so lib/asterisk/modules/func_shell.so lib/asterisk/modules/func_sorcery.so From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 00:10:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 565D0F8A for ; Sat, 7 Feb 2015 00:10:54 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43BB834C for ; Sat, 7 Feb 2015 00:10:50 +0000 (UTC) Received: (qmail 33368 invoked by uid 89); 7 Feb 2015 00:09:54 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Feb 2015 00:09:51 -0000 Received: (qmail 32867 invoked by uid 89); 7 Feb 2015 00:05:07 -0000 Received: by simscan 1.3.1 ppid: 32785, pid: 32833, t: 1.5503s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 7 Feb 2015 00:05:05 -0000 Received: (qmail 29082 invoked by uid 89); 7 Feb 2015 00:04:59 -0000 Received: by simscan 1.4.0 ppid: 29042, pid: 29074, t: 1.4237s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 7 Feb 2015 00:04:58 -0000 From: Jan Beich To: Rene Ladan Subject: Re: svn commit: r378563 - in head/www/chromium: . files References: <201502062228.t16MSqq8072725@svn.freebsd.org> Date: Sat, 07 Feb 2015 01:04:44 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 00:10:54 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jan Beich writes: >> ++# elif __FreeBSD_version__ < 900031 > > Have you made sure __FreeBSD_version__ is defined? Also, __FreeBSD_version has no underscores at the end. > >> ++ return 0; /* ! */ > > Maybe replace with > > #include > ... > long lwpid; > thr_self(&lwpid); > return static_cast(lwpid); Attached in a patch form. I haven't actually tested it builds. Index: www/chromium/files/patch-v8__src__base__platform__platform-posix.cc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- www/chromium/files/patch-v8__src__base__platform__platform-posix.cc (= revision 378569) +++ www/chromium/files/patch-v8__src__base__platform__platform-posix.cc (wo= rking copy) @@ -1,17 +1,36 @@ --- v8/src/base/platform/platform-posix.cc.orig 2015-01-27 03:22:59.000000= 000 +0100 +++ v8/src/base/platform/platform-posix.cc 2015-02-06 18:41:53.881294389 += 0100 =2D@@ -259,6 +259,14 @@ +@@ -54,6 +54,14 @@ + #include // NOLINT, for prctl + #endif +=20 ++#if V8_OS_FREEBSD ++#include // for __FreeBSD_version ++#endif ++ ++#if V8_OS_NETBSD ++#include // for _lwp_self ++#endif ++ + #if !V8_OS_NACL + #include + #endif +@@ -259,6 +267,18 @@ int OS::GetCurrentThreadId() { return static_cast(syscall(__NR_gettid)); #elif V8_OS_ANDROID return static_cast(gettid()); ++#elif V8_OS_DRAGONFLYBSD || defined(__DragonFly__) ++ return static_cast(lwp_gettid()); +#elif V8_OS_FREEBSD =2D+# ifdef __DragonFly__ =2D+ return static_cast(lwp_gettid()); =2D+# elif __FreeBSD_version__ < 900031 =2D+ return 0; /* ! */ ++# if __FreeBSD_version < 900031 ++ long lwpid; ++ thr_self(&lwpid); ++ return static_cast(lwpid); +# else + return static_cast(pthread_getthreadid_np()); +# endif ++#elif V8_OS_NETBSD ++ return static_cast(_lwp_self()); #else return static_cast(pthread_self()); #endif --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJU1VacXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bI8AH/1WInGj9F++pCI1n6nxvW4oZ Jn4uFirU2zg36YjjwsYC9aovcFAslPd2U/KQrWInZDOu194JcaGjVbo1rVhAZxO3 rbWd+n2FUPhsJjt+SBaUczbAPEtIgoGe3l7nliV1VpYpZmBYxk+j9vmAy4OiS+KX 0ixldMUqXc/J3NErHLzfFhfpZxt1CfVN7CuBSUU0/Vfh5UOjO7MxRrqD5i2fXXoC 23vGQs6wgoRN5oY0xf4ICuHN04to1NYZ7kSTaRo1WC5Y6/6TfAHeKGdRyCncHG5p o3f4JXh+/9SON5KmpaxjLZHO8LyS6xxSfOgAkTdx79eTUnAKYXP0F6WROfwkL7A= =xJj/ -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 01:40:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A66E1CEF for ; Sat, 7 Feb 2015 01:40:24 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACAFBD54 for ; Sat, 7 Feb 2015 01:40:23 +0000 (UTC) Received: (qmail 34343 invoked by uid 89); 7 Feb 2015 01:40:08 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Feb 2015 00:16:03 -0000 Received: (qmail 33853 invoked by uid 89); 7 Feb 2015 00:14:02 -0000 Received: by simscan 1.3.1 ppid: 33831, pid: 33845, t: 1.9903s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 7 Feb 2015 00:14:00 -0000 Received: (qmail 30896 invoked by uid 89); 7 Feb 2015 00:13:54 -0000 Received: by simscan 1.4.0 ppid: 30857, pid: 30891, t: 0.7742s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 7 Feb 2015 00:13:53 -0000 From: Jan Beich To: Rene Ladan Subject: Re: svn commit: r378563 - in head/www/chromium: . files References: <201502062228.t16MSqq8072725@svn.freebsd.org> Date: Sat, 07 Feb 2015 01:13:43 +0100 In-Reply-To: (Jan Beich's message of "Sat, 07 Feb 2015 01:04:44 +0100") Message-ID: <61be-h93c-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 01:40:24 -0000 Sorry, typos creep in... <#secure method=pgpmime mode=sign> Jan Beich writes: >>> ++# elif __FreeBSD_version__ < 900031 >> >> Have you made sure __FreeBSD_version__ is defined? > > Also, __FreeBSD_version has no underscores at the end. > >> >>> ++ return 0; /* ! */ >> >> Maybe replace with >> >> #include >> ... >> long lwpid; >> thr_self(&lwpid); >> return static_cast(lwpid); > > Attached in a patch form. I haven't actually tested it builds. Missed sys/thr.h and probably better to use sys/param.h in case someone adds GNU/kFreeBSD support. Index: www/chromium/files/patch-v8__src__base__platform__platform-posix.cc =================================================================== --- www/chromium/files/patch-v8__src__base__platform__platform-posix.cc (revision 378569) +++ www/chromium/files/patch-v8__src__base__platform__platform-posix.cc (working copy) @@ -1,17 +1,37 @@ --- v8/src/base/platform/platform-posix.cc.orig 2015-01-27 03:22:59.000000000 +0100 +++ v8/src/base/platform/platform-posix.cc 2015-02-06 18:41:53.881294389 +0100 -@@ -259,6 +259,14 @@ +@@ -54,6 +54,15 @@ + #include // NOLINT, for prctl + #endif + ++#if V8_OS_FREEBSD ++#include // for __FreeBSD_version ++#include // for thr_self ++#endif ++ ++#if V8_OS_NETBSD ++#include // for _lwp_self ++#endif ++ + #if !V8_OS_NACL + #include + #endif +@@ -259,6 +268,18 @@ int OS::GetCurrentThreadId() { return static_cast(syscall(__NR_gettid)); #elif V8_OS_ANDROID return static_cast(gettid()); ++#elif V8_OS_DRAGONFLYBSD || defined(__DragonFly__) ++ return static_cast(lwp_gettid()); +#elif V8_OS_FREEBSD -+# ifdef __DragonFly__ -+ return static_cast(lwp_gettid()); -+# elif __FreeBSD_version__ < 900031 -+ return 0; /* ! */ ++# if __FreeBSD_version < 900031 ++ long lwpid; ++ thr_self(&lwpid); ++ return static_cast(lwpid); +# else + return static_cast(pthread_getthreadid_np()); +# endif ++#elif V8_OS_NETBSD ++ return static_cast(_lwp_self()); #else return static_cast(pthread_self()); #endif ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 07:25:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B1C96EE; Sat, 7 Feb 2015 07:25:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD3824E; Sat, 7 Feb 2015 07:25:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t177PNfW024546; Sat, 7 Feb 2015 07:25:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t177PMwZ024544; Sat, 7 Feb 2015 07:25:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502070725.t177PMwZ024544@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 Feb 2015 07:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378572 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 07:25:23 -0000 Author: pi Date: Sat Feb 7 07:25:22 2015 New Revision: 378572 URL: https://svnweb.freebsd.org/changeset/ports/378572 QAT: https://qat.redports.org/buildarchive/r378572/ Log: security/libgcrypt: fix some issues - Fix crash at cipher/salsa20.c module on amd64. - Fix strip shared object. - Bump PORTREVISION. PR: 197146 Submitted by: cpm@fbsd.es (maintainer) Added: head/security/libgcrypt/files/patch-cipher-Makefile.in (contents, props changed) Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Sat Feb 7 00:09:35 2015 (r378571) +++ head/security/libgcrypt/Makefile Sat Feb 7 07:25:22 2015 (r378572) @@ -2,6 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-drng-support CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} -INSTALL_TARGET= install-strip USE_LDCONFIG= yes DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \ @@ -53,8 +53,15 @@ USE_GCC= any EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure .endif -.if ${PORT_OPTIONS:MDOCS} +# Fix crash at cipher/salsa20.c module on amd64 +.if ${ARCH} == "amd64" && exists(/usr/bin/clang) +CFLAGS:= ${CFLAGS:N-O*} -O2 +.endif + post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.20.0.2 + +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif Added: head/security/libgcrypt/files/patch-cipher-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgcrypt/files/patch-cipher-Makefile.in Sat Feb 7 07:25:22 2015 (r378572) @@ -0,0 +1,15 @@ +--- cipher/Makefile.in.orig 2015-01-21 19:09:47.000000000 +0100 ++++ cipher/Makefile.in 2015-01-21 19:13:35.000000000 +0100 +@@ -766,6 +766,12 @@ + tiger.lo: $(srcdir)/tiger.c + `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + ++salsa20.o: $(srcdir)/salsa20.c ++ `echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ ++salsa20.lo: $(srcdir)/salsa20.c ++ `echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 07:58:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95304AF7; Sat, 7 Feb 2015 07:58:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EE456BC; Sat, 7 Feb 2015 07:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t177wAXB038595; Sat, 7 Feb 2015 07:58:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t177w9Lf038592; Sat, 7 Feb 2015 07:58:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502070758.t177w9Lf038592@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 Feb 2015 07:58:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378573 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 07:58:10 -0000 Author: pi Date: Sat Feb 7 07:58:08 2015 New Revision: 378573 URL: https://svnweb.freebsd.org/changeset/ports/378573 QAT: https://qat.redports.org/buildarchive/r378573/ Log: devel/visualparadigm: 11.1 -> 12.0 For changes see http://www.visual-paradigm.com/whats-new/ PR: 197378 Submitted by: Fernando Apesteguía (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Sat Feb 7 07:25:22 2015 (r378572) +++ head/devel/visualparadigm/Makefile Sat Feb 7 07:58:08 2015 (r378573) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 11.1 +PORTVERSION= 12.0 CATEGORIES= devel -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce11.1/20140704/ -DISTNAME= Visual_Paradigm_CE_Unix_NoInstall_11_1_20140704 +MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.0/20150203/ +DISTNAME= Visual_Paradigm_CE_12_0_20150203_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams @@ -23,13 +23,14 @@ EXTRACT_NAME= Visual_Paradigm_CE_${PORTV FETCH_ARGS= -Fpr post-patch: - @${FIND} ${WRKSRC} -name *.dll -delete -or -name *.exe -delete -or -name *.orig -delete + ${FIND} ${WRKSRC} -name *.dll -delete -or -name *.exe -delete -or -name *.orig -delete do-install: - @${MKDIR} ${INSTALLDIR} + ${MKDIR} ${INSTALLDIR} cd ${WRKSRC}/${EXTRACT_NAME} && ${COPYTREE_SHARE} \* ${INSTALLDIR} && ${CP} -R .install4j ${INSTALLDIR} post-install: - @${CHMOD} 755 ${INSTALLDIR}/bin/V* + ${CHMOD} 755 ${INSTALLDIR}/Application/bin/V* + ${CHMOD} 755 ${INSTALLDIR}/Visual_Paradigm .include Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Sat Feb 7 07:25:22 2015 (r378572) +++ head/devel/visualparadigm/distinfo Sat Feb 7 07:58:08 2015 (r378573) @@ -1,2 +1,2 @@ -SHA256 (Visual_Paradigm_CE_Unix_NoInstall_11_1_20140704.tar.gz) = 6f2bd8acd34bed911870e21822ec5f9ab8560c6558a4fcb90fd5eacb9cbd86b8 -SIZE (Visual_Paradigm_CE_Unix_NoInstall_11_1_20140704.tar.gz) = 215839348 +SHA256 (Visual_Paradigm_CE_12_0_20150203_Unix_InstallFree.tar.gz) = 2824f6d736dd7e4ef07f27d79a916c2bdccad3d8a8cb4ae831c915cedf8bcde1 +SIZE (Visual_Paradigm_CE_12_0_20150203_Unix_InstallFree.tar.gz) = 219114631 Modified: head/devel/visualparadigm/pkg-plist ============================================================================== --- head/devel/visualparadigm/pkg-plist Sat Feb 7 07:25:22 2015 (r378572) +++ head/devel/visualparadigm/pkg-plist Sat Feb 7 07:58:08 2015 (r378573) @@ -1,4358 +1,4337 @@ visualparadigm/.install4j/MessagesDefault visualparadigm/.install4j/firstrun visualparadigm/.install4j/i4j_extf_0_aprh35.utf8 -visualparadigm/.install4j/i4j_extf_10_aprh35_17k9c85.png -visualparadigm/.install4j/i4j_extf_11_aprh35_1fq9ute.png -visualparadigm/.install4j/i4j_extf_12_aprh35_3obg30.png -visualparadigm/.install4j/i4j_extf_13_aprh35_1bd1sv0.png +visualparadigm/.install4j/i4j_extf_10_aprh35_1prcdfd.png +visualparadigm/.install4j/i4j_extf_11_aprh35_17k9c85.png +visualparadigm/.install4j/i4j_extf_12_aprh35_1fq9ute.png +visualparadigm/.install4j/i4j_extf_13_aprh35_3obg30.png +visualparadigm/.install4j/i4j_extf_14_aprh35_1bd1sv0.png visualparadigm/.install4j/i4j_extf_1_aprh35_9bcs32.png visualparadigm/.install4j/i4j_extf_2_aprh35_1ymxr2x.png visualparadigm/.install4j/i4j_extf_3_aprh35_1xtiegs.png visualparadigm/.install4j/i4j_extf_4_aprh35_wqeoht.png visualparadigm/.install4j/i4j_extf_5_aprh35.txt -visualparadigm/.install4j/i4j_extf_6_aprh35_1rhdlfp.icns -visualparadigm/.install4j/i4j_extf_7_aprh35_35crt.ico -visualparadigm/.install4j/i4j_extf_8_aprh35_14f5pgp.png -visualparadigm/.install4j/i4j_extf_9_aprh35_1prcdfd.png +visualparadigm/.install4j/i4j_extf_6_aprh35_r0yofz.ico +visualparadigm/.install4j/i4j_extf_7_aprh35_1rhdlfp.icns +visualparadigm/.install4j/i4j_extf_8_aprh35_35crt.ico +visualparadigm/.install4j/i4j_extf_9_aprh35_14f5pgp.png visualparadigm/.install4j/i4jparams.conf visualparadigm/.install4j/i4jruntime.jar visualparadigm/.install4j/user.jar -visualparadigm/UserLanguage/Chinese Simplified.lng -visualparadigm/UserLanguage/Chinese Traditional.lng -visualparadigm/UserLanguage/Czech.lng -visualparadigm/UserLanguage/French.lng -visualparadigm/UserLanguage/German.lng -visualparadigm/UserLanguage/Japanese.lng -visualparadigm/UserLanguage/Korean.lng -visualparadigm/UserLanguage/Polish.lng -visualparadigm/UserLanguage/Spanish.lng -visualparadigm/UserLanguage/translation.lngx -visualparadigm/bin/Visual_Paradigm -visualparadigm/bin/Visual_Paradigm_Product_Selector -visualparadigm/bin/Visual_Paradigm_Shape_Editor -visualparadigm/bin/Visual_Paradigm_Update -visualparadigm/bin/vp_windows/CX4.exe.config -visualparadigm/bin/vp_windows/CX4_x86.exe.config -visualparadigm/bin/vp_windows/ci -visualparadigm/bin/vp_windows/doxygen -visualparadigm/bin/vp_windows/jniwrap.lic -visualparadigm/bundled/j2ee-api.jar -visualparadigm/bundled/modelimages/Actor/Application.png -visualparadigm/bundled/modelimages/Actor/Application_Server.png -visualparadigm/bundled/modelimages/Actor/BlackCloud.png -visualparadigm/bundled/modelimages/Actor/BlackClouds.png -visualparadigm/bundled/modelimages/Actor/Cloud.png -visualparadigm/bundled/modelimages/Actor/Clouds.png -visualparadigm/bundled/modelimages/Actor/Database_Server.png -visualparadigm/bundled/modelimages/Actor/Desktop.png -visualparadigm/bundled/modelimages/Actor/DoubleCloud.png -visualparadigm/bundled/modelimages/Actor/File_Server.png -visualparadigm/bundled/modelimages/Actor/Firewall.png -visualparadigm/bundled/modelimages/Actor/Man(Black).png -visualparadigm/bundled/modelimages/Actor/Man(White).png -visualparadigm/bundled/modelimages/Actor/Web Server.png -visualparadigm/bundled/modelimages/Actor/WebService.png -visualparadigm/bundled/modelimages/Actor/Woman(Black).png -visualparadigm/bundled/modelimages/Actor/Woman(White).png -visualparadigm/bundled/modelimages/Class/Actor.include -visualparadigm/bundled/openapi.jar -visualparadigm/bundled/project.xsd -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/CommitTeamworkProject.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/Export.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/Import.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/NewProject.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/OpenProject.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/OpenTeamworkClient.png -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/SelectInVPUML.png -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/UpdateModel.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/UpdateTeamworkProject.png -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/vpuml16.gif -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/plugin.properties -visualparadigm/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/plugin.xml -visualparadigm/integration/vpumlec/vpupdate.xml -visualparadigm/integration/vpumlecmyeclipse75/vpupdate.xml -visualparadigm/launcher/run_vp_integration_ec -visualparadigm/launcher/run_vp_integration_ij -visualparadigm/launcher/run_vp_integration_nb -visualparadigm/lib/ant.jar -visualparadigm/lib/derby.jar -visualparadigm/lib/jh.jar -visualparadigm/lib/jniwrap.jar -visualparadigm/lib/legacyprojectconverter.jar -visualparadigm/lib/lib01.jar -visualparadigm/lib/lib02.jar -visualparadigm/lib/lib03.jar -visualparadigm/lib/lib04.jar -visualparadigm/lib/lib05.jar -visualparadigm/lib/lib06.jar -visualparadigm/lib/lib07.jar -visualparadigm/lib/openapi.jar -visualparadigm/lib/platforminstaller.jar -visualparadigm/lib/startsde.jar -visualparadigm/lib/vpplatform.jar -visualparadigm/lib/winpack.jar -visualparadigm/lib/xalan.jar -visualparadigm/ormlib/antlr-2.7.7.jar -visualparadigm/ormlib/c3p0.jar -visualparadigm/ormlib/javassist-3.15.0-GA.jar -visualparadigm/ormlib/log4j.jar -visualparadigm/ormlib/optionaljar/ehcache-2.4.3.jar -visualparadigm/ormlib/optionaljar/hibernate-search.jar -visualparadigm/ormlib/optionaljar/hibernate-validator.jar -visualparadigm/ormlib/optionaljar/jboss-jacc-api_1.4_spec-1.0.2.Final.jar -visualparadigm/ormlib/optionaljar/lucene-core-3.6.2.jar -visualparadigm/ormlib/optionaljar/proxool-0.8.3.jar -visualparadigm/ormlib/optionaljar/slf4j-api-1.6.1.jar -visualparadigm/ormlib/orm.jar -visualparadigm/ormlib/php/doctrine.zip -visualparadigm/ormlib/php/phporm.zip -visualparadigm/resources/ProductSelector.png -visualparadigm/resources/Report/Default/AcceptEventAction/BasicInformation.xml -visualparadigm/resources/Report/Default/AcceptEventAction/Comments.xml -visualparadigm/resources/Report/Default/AcceptEventAction/ControlFlows.xml -visualparadigm/resources/Report/Default/AcceptEventAction/Document.xml -visualparadigm/resources/Report/Default/AcceptEventAction/ModelTransitor.xml -visualparadigm/resources/Report/Default/AcceptEventAction/ObjectlFlows.xml -visualparadigm/resources/Report/Default/AcceptEventAction/Parent.xml -visualparadigm/resources/Report/Default/AcceptEventAction/ProjectManagement.xml -visualparadigm/resources/Report/Default/AcceptEventAction/References.xml -visualparadigm/resources/Report/Default/AcceptEventAction/TaggedValues.xml -visualparadigm/resources/Report/Default/AcceptEventAction/Traceability.xml -visualparadigm/resources/Report/Default/ActionState/BasicInformation.xml -visualparadigm/resources/Report/Default/ActionState/Comments.xml -visualparadigm/resources/Report/Default/ActionState/DeferrableEvents.xml -visualparadigm/resources/Report/Default/ActionState/Document.xml -visualparadigm/resources/Report/Default/ActionState/Entry.xml -visualparadigm/resources/Report/Default/ActionState/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActionState/ObjectFlows.xml -visualparadigm/resources/Report/Default/ActionState/Parent.xml -visualparadigm/resources/Report/Default/ActionState/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActionState/References.xml -visualparadigm/resources/Report/Default/ActionState/SubDiagrams.xml -visualparadigm/resources/Report/Default/ActionState/TaggedValues.xml -visualparadigm/resources/Report/Default/ActionState/Traceability.xml -visualparadigm/resources/Report/Default/ActionState/Transitions.xml -visualparadigm/resources/Report/Default/Activity/BasicInformation.xml -visualparadigm/resources/Report/Default/Activity/Comments.xml -visualparadigm/resources/Report/Default/Activity/Document.xml -visualparadigm/resources/Report/Default/Activity/ModelTransitor.xml -visualparadigm/resources/Report/Default/Activity/ObjectFlows.xml -visualparadigm/resources/Report/Default/Activity/Parent.xml -visualparadigm/resources/Report/Default/Activity/ProjectManagement.xml -visualparadigm/resources/Report/Default/Activity/References.xml -visualparadigm/resources/Report/Default/Activity/TaggedValues.xml -visualparadigm/resources/Report/Default/Activity/Traceability.xml -visualparadigm/resources/Report/Default/ActivityAction/BasicInformation.xml -visualparadigm/resources/Report/Default/ActivityAction/Comments.xml -visualparadigm/resources/Report/Default/ActivityAction/ControlFlows.xml -visualparadigm/resources/Report/Default/ActivityAction/Document.xml -visualparadigm/resources/Report/Default/ActivityAction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActivityAction/ObjectlFlows.xml -visualparadigm/resources/Report/Default/ActivityAction/Parent.xml -visualparadigm/resources/Report/Default/ActivityAction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivityAction/References.xml -visualparadigm/resources/Report/Default/ActivityAction/TaggedValues.xml -visualparadigm/resources/Report/Default/ActivityAction/Traceability.xml -visualparadigm/resources/Report/Default/ActivityDiagram/Children.xml -visualparadigm/resources/Report/Default/ActivityDiagram/ChildrenWithoutHidden.xml -visualparadigm/resources/Report/Default/ActivityDiagram/Comments.xml -visualparadigm/resources/Report/Default/ActivityDiagram/DiagramImage.xml -visualparadigm/resources/Report/Default/ActivityDiagram/Document.xml -visualparadigm/resources/Report/Default/ActivityDiagram/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivityDiagram/References.xml -visualparadigm/resources/Report/Default/ActivityDiagram/Viewpoint.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/BasicInformation.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/Comments.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/ControlFlows.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/Document.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/Parent.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/References.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/TaggedValues.xml -visualparadigm/resources/Report/Default/ActivityFinalNode/Traceability.xml -visualparadigm/resources/Report/Default/ActivityObject/AttributeLinks.xml -visualparadigm/resources/Report/Default/ActivityObject/BasicInformation.xml -visualparadigm/resources/Report/Default/ActivityObject/Comments.xml -visualparadigm/resources/Report/Default/ActivityObject/DeferrableEvents.xml -visualparadigm/resources/Report/Default/ActivityObject/DoActivity.xml -visualparadigm/resources/Report/Default/ActivityObject/Document.xml -visualparadigm/resources/Report/Default/ActivityObject/Entry.xml -visualparadigm/resources/Report/Default/ActivityObject/Exit.xml -visualparadigm/resources/Report/Default/ActivityObject/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActivityObject/ObjectFlows.xml -visualparadigm/resources/Report/Default/ActivityObject/Parent.xml -visualparadigm/resources/Report/Default/ActivityObject/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivityObject/References.xml -visualparadigm/resources/Report/Default/ActivityObject/SubDiagrams.xml -visualparadigm/resources/Report/Default/ActivityObject/TaggedValues.xml -visualparadigm/resources/Report/Default/ActivityObject/Traceability.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/BasicInformation.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/Comments.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/Document.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/InStates.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/ObjectlFlows.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/Parent.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/References.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/TaggedValues.xml -visualparadigm/resources/Report/Default/ActivityParameterNode/Traceability.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/BasicInformation.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/Children.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/Comments.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/Document.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/HorizontalPartition.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/ModelTransitor.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/Parent.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/PartitionsChildren.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/ProjectManagement.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/References.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/TaggedValues.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/Traceability.xml -visualparadigm/resources/Report/Default/ActivitySwimlane/VerticalPartition.xml -visualparadigm/resources/Report/Default/Actor/Associations.xml -visualparadigm/resources/Report/Default/Actor/Attributes.xml -visualparadigm/resources/Report/Default/Actor/BasicInformation.xml -visualparadigm/resources/Report/Default/Actor/Comments.xml -visualparadigm/resources/Report/Default/Actor/Dependencies.xml -visualparadigm/resources/Report/Default/Actor/Document.xml -visualparadigm/resources/Report/Default/Actor/Generalizations.xml -visualparadigm/resources/Report/Default/Actor/ModelTransitor.xml -visualparadigm/resources/Report/Default/Actor/Operations.xml -visualparadigm/resources/Report/Default/Actor/Parent.xml -visualparadigm/resources/Report/Default/Actor/ProjectManagement.xml -visualparadigm/resources/Report/Default/Actor/Realizations.xml -visualparadigm/resources/Report/Default/Actor/References.xml -visualparadigm/resources/Report/Default/Actor/SubDiagrams.xml -visualparadigm/resources/Report/Default/Actor/TaggedValues.xml -visualparadigm/resources/Report/Default/Actor/Traceability.xml -visualparadigm/resources/Report/Default/ActorGridDiagram/GridDiagram.xml -visualparadigm/resources/Report/Default/ActorGridDiagramDiagramFilter/GridDiagram.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/Children.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/ChildrenByType.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/ChildrenWithoutHidden.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/Comments.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/DiagramImage.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/Document.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/References.xml -visualparadigm/resources/Report/Default/AnalysisDiagram/Viewpoint.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/AnalysisOwnerModel.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/AnalysisReferencedBy.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/AnalysisTransitors.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/References.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisDiagramGroupNode/Traceability.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/AnalysisOwnerModel.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/AnalysisReferencedBy.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/AnalysisTransitors.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/References.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisDiagramNode/Traceability.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisCompositedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisComposites.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisParent.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisReferencedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisRelationships.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisTransitors.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/AnalysisUsedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/References.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisModelGroupNode/Traceability.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisCompositedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisComposites.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisParentChildren.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisReferencedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisReferences.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisRelationships.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisSubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisTransitors.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisUsedBy.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisUsing.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/AnalysisView.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/References.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisModelNode/Traceability.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/AnalysisModel.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/AnalysisReferences.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/References.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisViewGroupNode/Traceability.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/AnalysisModel.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/AnalysisReferences.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/BasicInformation.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/Comments.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/Dependencies.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/Document.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/References.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/AnalysisViewNode/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationCollaboration/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationComponent/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationFunction/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInteraction/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationInterface/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Document.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/References.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateApplicationService/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Document.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/References.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateArtifact/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Document.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Influences.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/References.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateAssessment/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessActor/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessCollaboration/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Flows.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessEvent/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Flows.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessFunction/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Flows.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInteraction/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessInterface/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessObject/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Flows.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProcess/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessProduct/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessRole/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Document.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/References.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateBusinessService/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Document.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Influences.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/References.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateConstraint/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateContract/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Document.xml -visualparadigm/resources/Report/Default/ArchiMateContract/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateContract/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateContract/References.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateContract/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateContract/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateContract/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Document.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/References.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateDataObject/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Document.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/References.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateDeliverable/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Document.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/References.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateDevice/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/Children.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/ChildrenWithoutHidden.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/DiagramImage.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/Document.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/References.xml -visualparadigm/resources/Report/Default/ArchiMateDiagram/Viewpoint.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Document.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Influences.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/References.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateDriver/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateGap/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Document.xml -visualparadigm/resources/Report/Default/ArchiMateGap/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateGap/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateGap/References.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateGap/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateGap/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateGap/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Document.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Influences.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/References.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateGoal/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Flows.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/References.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureFunction/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Document.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/References.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureInterface/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Document.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/References.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateInfrastructureService/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Document.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/References.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateJunction/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Document.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/References.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateLocation/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Document.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/References.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateMeaning/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Assignments.xml -visualparadigm/resources/Report/Default/ArchiMateNode/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Document.xml -visualparadigm/resources/Report/Default/ArchiMateNode/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateNode/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Provides.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMateNode/References.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Requires.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateNode/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateNode/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateNode/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateNode/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Associations.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Comments.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Composition.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Document.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Parent.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/References.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMatePlateau/Triggerings.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Associations.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Comments.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Composition.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Document.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Influences.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Parent.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Realizations.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/References.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMatePrinciple/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Associations.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/BasicInformation.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Comments.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Composition.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Document.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/ModelTransitor.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Parent.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/ProjectManagement.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/References.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Specializations.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/SubDiagrams.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/TaggedValues.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/Traceability.xml -visualparadigm/resources/Report/Default/ArchiMateProduct/UsedBys.xml -visualparadigm/resources/Report/Default/ArchiMateRepresentation/Accesses.xml -visualparadigm/resources/Report/Default/ArchiMateRepresentation/Aggregations.xml -visualparadigm/resources/Report/Default/ArchiMateRepresentation/Associations.xml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 08:21:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC826D0; Sat, 7 Feb 2015 08:21:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC1B3949; Sat, 7 Feb 2015 08:21:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t178Ll2A051886; Sat, 7 Feb 2015 08:21:47 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t178LlwP051884; Sat, 7 Feb 2015 08:21:47 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502070821.t178LlwP051884@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 7 Feb 2015 08:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378574 - in head/graphics: sdl2_image sdl_image X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 08:21:48 -0000 Author: mva Date: Sat Feb 7 08:21:46 2015 New Revision: 378574 URL: https://svnweb.freebsd.org/changeset/ports/378574 QAT: https://qat.redports.org/buildarchive/r378574/ Log: - Provide OPTION knobs for the LIB_DEPENDS of sdl_image and sdl2_image PR: 195987 Submitted by: jbeich@ Modified: head/graphics/sdl2_image/Makefile head/graphics/sdl_image/Makefile Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Sat Feb 7 07:58:08 2015 (r378573) +++ head/graphics/sdl2_image/Makefile Sat Feb 7 08:21:46 2015 (r378574) @@ -12,11 +12,6 @@ COMMENT= Simple library to load images o LICENSE= ZLIB -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libwebp.so:${PORTSDIR}/graphics/webp - USES= pkgconfig:build pathfix gmake libtool USE_SDL= sdl2 GNU_CONFIGURE= yes @@ -24,4 +19,16 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lm USE_LDCONFIG= yes +OPTIONS_DEFINE= JPEG PNG TIFF WEBP +OPTIONS_DEFAULT=JPEG PNG TIFF WEBP + +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg +JPEG_CONFIGURE_ENABLE= jpg +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_CONFIGURE_ENABLE= png +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff +TIFF_CONFIGURE_ENABLE= tif +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp +WEBP_CONFIGURE_ENABLE= webp + .include Modified: head/graphics/sdl_image/Makefile ============================================================================== --- head/graphics/sdl_image/Makefile Sat Feb 7 07:58:08 2015 (r378573) +++ head/graphics/sdl_image/Makefile Sat Feb 7 08:21:46 2015 (r378574) @@ -13,11 +13,6 @@ COMMENT= Simple library to load images o LICENSE= LGPL21 -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libwebp.so:${PORTSDIR}/graphics/webp - USES= gmake libtool pkgconfig pathfix USE_SDL= sdl GNU_CONFIGURE= yes @@ -25,6 +20,18 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm USE_LDCONFIG= yes +OPTIONS_DEFINE= JPEG PNG TIFF WEBP +OPTIONS_DEFAULT=JPEG PNG TIFF WEBP + +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg +JPEG_CONFIGURE_ENABLE= jpg +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_CONFIGURE_ENABLE= png +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff +TIFF_CONFIGURE_ENABLE= tif +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp +WEBP_CONFIGURE_ENABLE= webp + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showimage ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 08:49:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 333F5CA9; Sat, 7 Feb 2015 08:49:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EE9ABFB; Sat, 7 Feb 2015 08:49:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t178nOOu062414; Sat, 7 Feb 2015 08:49:24 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t178nObW062411; Sat, 7 Feb 2015 08:49:24 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502070849.t178nObW062411@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 7 Feb 2015 08:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378575 - head/games/linux-uplink-demo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 08:49:25 -0000 Author: mva Date: Sat Feb 7 08:49:24 2015 New Revision: 378575 URL: https://svnweb.freebsd.org/changeset/ports/378575 QAT: https://qat.redports.org/buildarchive/r378575/ Log: - Unbreak linux-uplink-demo, the distfile location changed upstream PR: 196838 Reported by: amdmi3@ Modified: head/games/linux-uplink-demo/Makefile Modified: head/games/linux-uplink-demo/Makefile ============================================================================== --- head/games/linux-uplink-demo/Makefile Sat Feb 7 08:21:46 2015 (r378574) +++ head/games/linux-uplink-demo/Makefile Sat Feb 7 08:49:24 2015 (r378575) @@ -4,7 +4,7 @@ PORTNAME= uplink-demo PORTVERSION= 1.55 CATEGORIES= games linux -MASTER_SITES= http://uplink.co.uk/test/ +MASTER_SITES= http://www.introversion.co.uk/uplink/downloads/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION}DEMO EXTRACT_SUFX= .sh From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 08:58:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 420D7E5D; Sat, 7 Feb 2015 08:58:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DBE8CC0; Sat, 7 Feb 2015 08:58:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t178wLUc067034; Sat, 7 Feb 2015 08:58:21 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t178wLOM067032; Sat, 7 Feb 2015 08:58:21 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502070858.t178wLOM067032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 7 Feb 2015 08:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378576 - in head/graphics/sdl_ttf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 08:58:22 -0000 Author: mva Date: Sat Feb 7 08:58:20 2015 New Revision: 378576 URL: https://svnweb.freebsd.org/changeset/ports/378576 QAT: https://qat.redports.org/buildarchive/r378576/ Log: - Fix font rendering via TTF_RenderGlyph_Shaded() PR: 196655 Submitted by: jbeich@ Added: head/graphics/sdl_ttf/files/ head/graphics/sdl_ttf/files/patch-bug1433 (contents, props changed) Modified: head/graphics/sdl_ttf/Makefile Modified: head/graphics/sdl_ttf/Makefile ============================================================================== --- head/graphics/sdl_ttf/Makefile Sat Feb 7 08:49:24 2015 (r378575) +++ head/graphics/sdl_ttf/Makefile Sat Feb 7 08:58:20 2015 (r378576) @@ -3,7 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} Added: head/graphics/sdl_ttf/files/patch-bug1433 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sdl_ttf/files/patch-bug1433 Sat Feb 7 08:58:20 2015 (r378576) @@ -0,0 +1,19 @@ +Description: Fix bug report "TTF_RenderGlyph_Shaded is broken" + Introduced in 2.0.11-2 (Sat, 03 Mar 2012). +Author: Unknown +Last-Update: 2012-03-03 +Bug-Debian: http://bugs.debian.org/661987 +Bug-Upstream: https://bugzilla.libsdl.org/show_bug.cgi?id=1433 + +--- SDL_ttf.c ++++ SDL_ttf.c +@@ -1752,7 +1752,7 @@ + /* Copy the character from the pixmap */ + src = glyph->pixmap.buffer; + dst = (Uint8*) textbuf->pixels; +- for ( row = 0; row < glyph->bitmap.rows; ++row ) { ++ for ( row = 0; row < glyph->pixmap.rows; ++row ) { + memcpy( dst, src, glyph->pixmap.width ); + src += glyph->pixmap.pitch; + dst += textbuf->pitch; + From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 09:17:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46796251; Sat, 7 Feb 2015 09:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32969E61; Sat, 7 Feb 2015 09:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t179HWPx076433; Sat, 7 Feb 2015 09:17:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t179HWW4076432; Sat, 7 Feb 2015 09:17:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502070917.t179HWW4076432@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Feb 2015 09:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378577 - head/sysutils/3dm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 09:17:33 -0000 Author: antoine Date: Sat Feb 7 09:17:32 2015 New Revision: 378577 URL: https://svnweb.freebsd.org/changeset/ports/378577 QAT: https://qat.redports.org/buildarchive/r378577/ Log: Mark BROKEN: Unfetchable Reported by: pkg-fallout Modified: head/sysutils/3dm/Makefile Modified: head/sysutils/3dm/Makefile ============================================================================== --- head/sysutils/3dm/Makefile Sat Feb 7 08:58:20 2015 (r378576) +++ head/sysutils/3dm/Makefile Sat Feb 7 09:17:32 2015 (r378577) @@ -13,6 +13,7 @@ DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server +BROKEN= Unfetchable RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 10:00:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1852A864; Sat, 7 Feb 2015 10:00:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 036F923B; Sat, 7 Feb 2015 10:00:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17A0GQa095575; Sat, 7 Feb 2015 10:00:16 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17A0FZK095571; Sat, 7 Feb 2015 10:00:15 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201502071000.t17A0FZK095571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 7 Feb 2015 10:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378579 - in head/www: linux-c6-flashplugin11 linux-f10-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 10:00:17 -0000 Author: xmj Date: Sat Feb 7 10:00:14 2015 New Revision: 378579 URL: https://svnweb.freebsd.org/changeset/ports/378579 QAT: https://qat.redports.org/buildarchive/r378579/ Log: www/linux-*-flashplugin11: update to 11.2r202.442 - Update to 11.2r202.442 - Fix 0day reported in CVE-2015-0313 Differential Revision: https://reviews.freebsd.org/D1783 Approved by: koobs (mentor) MFH: 2015Q1 Security: 734bcd49-aae6-11e4-a0c1-c485083ca99c Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo head/www/linux-f10-flashplugin11/Makefile head/www/linux-f10-flashplugin11/distinfo Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Sat Feb 7 09:19:05 2015 (r378578) +++ head/www/linux-c6-flashplugin11/Makefile Sat Feb 7 10:00:14 2015 (r378579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.440 +PORTVERSION= 11.2r202.442 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo Sat Feb 7 09:19:05 2015 (r378578) +++ head/www/linux-c6-flashplugin11/distinfo Sat Feb 7 10:00:14 2015 (r378579) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.440/install_flash_player_11_linux.i386.tar.gz) = c4317e9c224ffe5f056605ada015739fd51a962ed4589ef7d92c9839c3d3c8e2 -SIZE (flashplugin/11.2r202.440/install_flash_player_11_linux.i386.tar.gz) = 6927249 -SHA256 (flashplugin/11.2r202.440/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.440/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.442/install_flash_player_11_linux.i386.tar.gz) = b5cdb9cc826c40ffa3d4917662d4f05ec72478c2c50aeef4a514902b1146e200 +SIZE (flashplugin/11.2r202.442/install_flash_player_11_linux.i386.tar.gz) = 6928808 +SHA256 (flashplugin/11.2r202.442/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.442/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: head/www/linux-f10-flashplugin11/Makefile ============================================================================== --- head/www/linux-f10-flashplugin11/Makefile Sat Feb 7 09:19:05 2015 (r378578) +++ head/www/linux-f10-flashplugin11/Makefile Sat Feb 7 10:00:14 2015 (r378579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.440 +PORTVERSION= 11.2r202.442 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-f10-flashplugin11/distinfo ============================================================================== --- head/www/linux-f10-flashplugin11/distinfo Sat Feb 7 09:19:05 2015 (r378578) +++ head/www/linux-f10-flashplugin11/distinfo Sat Feb 7 10:00:14 2015 (r378579) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.440/install_flash_player_11_linux.i386.tar.gz) = c4317e9c224ffe5f056605ada015739fd51a962ed4589ef7d92c9839c3d3c8e2 -SIZE (flashplugin/11.2r202.440/install_flash_player_11_linux.i386.tar.gz) = 6927249 -SHA256 (flashplugin/11.2r202.440/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.440/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.442/install_flash_player_11_linux.i386.tar.gz) = b5cdb9cc826c40ffa3d4917662d4f05ec72478c2c50aeef4a514902b1146e200 +SIZE (flashplugin/11.2r202.442/install_flash_player_11_linux.i386.tar.gz) = 6928808 +SHA256 (flashplugin/11.2r202.442/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.442/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 10:02:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98C1A996; Sat, 7 Feb 2015 10:02:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 848FA30B; Sat, 7 Feb 2015 10:02:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17A2AXb099307; Sat, 7 Feb 2015 10:02:10 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17A2A6Z099305; Sat, 7 Feb 2015 10:02:10 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071002.t17A2A6Z099305@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 10:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378580 - head/java/java-checkstyle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 10:02:10 -0000 Author: bofh Date: Sat Feb 7 10:02:09 2015 New Revision: 378580 URL: https://svnweb.freebsd.org/changeset/ports/378580 QAT: https://qat.redports.org/buildarchive/r378580/ Log: java/java-checkstyle: Update version 6.2=>6.3 Differential Revision: https://reviews.freebsd.org/D1793 Approved by: marino(mentor) Modified: head/java/java-checkstyle/Makefile head/java/java-checkstyle/distinfo Modified: head/java/java-checkstyle/Makefile ============================================================================== --- head/java/java-checkstyle/Makefile Sat Feb 7 10:00:14 2015 (r378579) +++ head/java/java-checkstyle/Makefile Sat Feb 7 10:02:09 2015 (r378580) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= checkstyle -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= java devel MASTER_SITES= SF PKGNAMEPREFIX= java- Modified: head/java/java-checkstyle/distinfo ============================================================================== --- head/java/java-checkstyle/distinfo Sat Feb 7 10:00:14 2015 (r378579) +++ head/java/java-checkstyle/distinfo Sat Feb 7 10:02:09 2015 (r378580) @@ -1,2 +1,2 @@ -SHA256 (checkstyle-6.2-bin.tar.gz) = 2581158fd93e2938089c6c2af21374724cc14c07ac20a01d0c0f1c36281ca0dd -SIZE (checkstyle-6.2-bin.tar.gz) = 8014791 +SHA256 (checkstyle-6.3-bin.tar.gz) = c40d0ddc0b0fe55ecb1c49a080982b4a1c59bebcebf8d7c2d52d39dfbda93ca0 +SIZE (checkstyle-6.3-bin.tar.gz) = 8024850 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 10:07:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42313B38; Sat, 7 Feb 2015 10:07:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA9833F; Sat, 7 Feb 2015 10:07:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17A797o099993; Sat, 7 Feb 2015 10:07:09 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17A78oV099991; Sat, 7 Feb 2015 10:07:08 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071007.t17A78oV099991@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 10:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378581 - head/devel/p5-boolean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 10:07:09 -0000 Author: bofh Date: Sat Feb 7 10:07:08 2015 New Revision: 378581 URL: https://svnweb.freebsd.org/changeset/ports/378581 QAT: https://qat.redports.org/buildarchive/r378581/ Log: devel/p5-boolean: Update version 0.43=>0.45 Differential Revision: https://reviews.freebsd.org/D1787 Approved by: marino(mentor) Modified: head/devel/p5-boolean/Makefile head/devel/p5-boolean/distinfo Modified: head/devel/p5-boolean/Makefile ============================================================================== --- head/devel/p5-boolean/Makefile Sat Feb 7 10:02:09 2015 (r378580) +++ head/devel/p5-boolean/Makefile Sat Feb 7 10:07:08 2015 (r378581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boolean -PORTVERSION= 0.43 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY Modified: head/devel/p5-boolean/distinfo ============================================================================== --- head/devel/p5-boolean/distinfo Sat Feb 7 10:02:09 2015 (r378580) +++ head/devel/p5-boolean/distinfo Sat Feb 7 10:07:08 2015 (r378581) @@ -1,2 +1,2 @@ -SHA256 (boolean-0.43.tar.gz) = dbcc378c8472b17d93901d26527839c957dc8cbdfd65f3a77dd427c9166cded4 -SIZE (boolean-0.43.tar.gz) = 14841 +SHA256 (boolean-0.45.tar.gz) = f2fa412c8042bb1e97675cdac8dfb9696e5c4036bd439401031a5afe1b7d19a2 +SIZE (boolean-0.45.tar.gz) = 14641 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 10:49:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 419A9108; Sat, 7 Feb 2015 10:49:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CCE58E0; Sat, 7 Feb 2015 10:49:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Anoqu018922; Sat, 7 Feb 2015 10:49:50 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Annfs018917; Sat, 7 Feb 2015 10:49:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502071049.t17Annfs018917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 7 Feb 2015 10:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378582 - head/multimedia/libvdpau X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 10:49:50 -0000 Author: madpilot Date: Sat Feb 7 10:49:49 2015 New Revision: 378582 URL: https://svnweb.freebsd.org/changeset/ports/378582 QAT: https://qat.redports.org/buildarchive/r378582/ Log: Update to 0.9. Modified: head/multimedia/libvdpau/Makefile head/multimedia/libvdpau/distinfo Modified: head/multimedia/libvdpau/Makefile ============================================================================== --- head/multimedia/libvdpau/Makefile Sat Feb 7 10:07:08 2015 (r378581) +++ head/multimedia/libvdpau/Makefile Sat Feb 7 10:49:49 2015 (r378582) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libvdpau -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= multimedia MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/ Modified: head/multimedia/libvdpau/distinfo ============================================================================== --- head/multimedia/libvdpau/distinfo Sat Feb 7 10:07:08 2015 (r378581) +++ head/multimedia/libvdpau/distinfo Sat Feb 7 10:49:49 2015 (r378582) @@ -1,2 +1,2 @@ -SHA256 (libvdpau-0.8.tar.xz) = 78e1bb7404d7181f5e2417933bec3669edd3a3ccc2cf01e6d9a26551034fbe61 -SIZE (libvdpau-0.8.tar.xz) = 128380 +SHA256 (libvdpau-0.9.tar.xz) = cabb6b8ab13f28915c59365b12b28990a97d0023aea6541b28a567feb64db5a3 +SIZE (libvdpau-0.9.tar.xz) = 129324 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 10:50:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3BE71E8; Sat, 7 Feb 2015 10:50:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF3C28E8; Sat, 7 Feb 2015 10:50:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17AoC7H019772; Sat, 7 Feb 2015 10:50:12 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17AoCMe019770; Sat, 7 Feb 2015 10:50:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502071050.t17AoCMe019770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 7 Feb 2015 10:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378583 - head/multimedia/vdpauinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 10:50:13 -0000 Author: madpilot Date: Sat Feb 7 10:50:11 2015 New Revision: 378583 URL: https://svnweb.freebsd.org/changeset/ports/378583 QAT: https://qat.redports.org/buildarchive/r378583/ Log: Update to 0.9. Modified: head/multimedia/vdpauinfo/Makefile head/multimedia/vdpauinfo/distinfo Modified: head/multimedia/vdpauinfo/Makefile ============================================================================== --- head/multimedia/vdpauinfo/Makefile Sat Feb 7 10:49:49 2015 (r378582) +++ head/multimedia/vdpauinfo/Makefile Sat Feb 7 10:50:11 2015 (r378583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vdpauinfo -PORTVERSION= 0.1 +PORTVERSION= 0.9 CATEGORIES= multimedia MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/ Modified: head/multimedia/vdpauinfo/distinfo ============================================================================== --- head/multimedia/vdpauinfo/distinfo Sat Feb 7 10:49:49 2015 (r378582) +++ head/multimedia/vdpauinfo/distinfo Sat Feb 7 10:50:11 2015 (r378583) @@ -1,2 +1,2 @@ -SHA256 (vdpauinfo-0.1.tar.gz) = b0c856a6933e306f3f783717a29124c7d145d6027a3175e197249696f5d5019f -SIZE (vdpauinfo-0.1.tar.gz) = 82732 +SHA256 (vdpauinfo-0.9.tar.gz) = a040fe3682db4cb6076179185a68559a62b908cd01f0aee086838eaf2923c8e3 +SIZE (vdpauinfo-0.9.tar.gz) = 87887 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:08:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAE36A8E; Sat, 7 Feb 2015 12:08:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9E7F53; Sat, 7 Feb 2015 12:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17C8972055430; Sat, 7 Feb 2015 12:08:09 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17C897F055427; Sat, 7 Feb 2015 12:08:09 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201502071208.t17C897F055427@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 7 Feb 2015 12:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378584 - in head/archivers/lzo2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:08:10 -0000 Author: mandree Date: Sat Feb 7 12:08:08 2015 New Revision: 378584 URL: https://svnweb.freebsd.org/changeset/ports/378584 QAT: https://qat.redports.org/buildarchive/r378584/ Log: Upgrade to new release 2.09 Contains workaround for GCC instruction generating bug on some architectures such as ARM 4, 5, SPARC. Deleted: head/archivers/lzo2/files/patch-util__check.sh Modified: head/archivers/lzo2/Makefile head/archivers/lzo2/distinfo head/archivers/lzo2/files/patch-lzotest__lzotest.c Modified: head/archivers/lzo2/Makefile ============================================================================== --- head/archivers/lzo2/Makefile Sat Feb 7 10:50:11 2015 (r378583) +++ head/archivers/lzo2/Makefile Sat Feb 7 12:08:08 2015 (r378584) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lzo2 -PORTVERSION= 2.08 -PORTREVISION= 1 +PORTVERSION= 2.09 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree Modified: head/archivers/lzo2/distinfo ============================================================================== --- head/archivers/lzo2/distinfo Sat Feb 7 10:50:11 2015 (r378583) +++ head/archivers/lzo2/distinfo Sat Feb 7 12:08:08 2015 (r378584) @@ -1,2 +1,2 @@ -SHA256 (lzo-2.08.tar.gz) = ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614 -SIZE (lzo-2.08.tar.gz) = 589045 +SHA256 (lzo-2.09.tar.gz) = f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c +SIZE (lzo-2.09.tar.gz) = 594855 Modified: head/archivers/lzo2/files/patch-lzotest__lzotest.c ============================================================================== --- head/archivers/lzo2/files/patch-lzotest__lzotest.c Sat Feb 7 10:50:11 2015 (r378583) +++ head/archivers/lzo2/files/patch-lzotest__lzotest.c Sat Feb 7 12:08:08 2015 (r378584) @@ -1,6 +1,6 @@ ---- ./lzotest/lzotest.c.orig 2011-04-23 12:55:35.000000000 +0200 -+++ ./lzotest/lzotest.c 2011-05-10 21:47:16.000000000 +0200 -@@ -234,7 +234,7 @@ +--- lzotest/lzotest.c.orig 2015-02-04 11:24:51 UTC ++++ lzotest/lzotest.c +@@ -206,7 +206,7 @@ enum { // command line options **************************************************************************/ @@ -9,18 +9,14 @@ long opt_c_loops = 0; long opt_d_loops = 0; -@@ -1929,6 +1931,7 @@ +@@ -1902,9 +1902,11 @@ int __lzo_cdecl_main main(int argc, char if ((*s == '/' || *s == '\\') && s[1]) progname = s + 1; +#if 0 - #if defined(__LZO_PROFESSIONAL__) - printf("\nLZO Professional real-time data compression library (v%s, %s).\n", + printf("\nLZO real-time data compression library (v%s, %s).\n", lzo_version_string(), lzo_version_date()); -@@ -1938,6 +1941,7 @@ - lzo_version_string(), lzo_version_date()); - printf("Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); - #endif + printf("Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); +#endif From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:12:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B31AB86; Sat, 7 Feb 2015 12:12:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26B00FFA; Sat, 7 Feb 2015 12:12:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17CCYGj059472; Sat, 7 Feb 2015 12:12:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17CCYQZ059471; Sat, 7 Feb 2015 12:12:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502071212.t17CCYQZ059471@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Feb 2015 12:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378585 - head/sysutils/3dm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:12:35 -0000 Author: antoine Date: Sat Feb 7 12:12:33 2015 New Revision: 378585 URL: https://svnweb.freebsd.org/changeset/ports/378585 QAT: https://qat.redports.org/buildarchive/r378585/ Log: Unbreak Submitted by: Terry Kennedy Modified: head/sysutils/3dm/Makefile Modified: head/sysutils/3dm/Makefile ============================================================================== --- head/sysutils/3dm/Makefile Sat Feb 7 12:08:08 2015 (r378584) +++ head/sysutils/3dm/Makefile Sat Feb 7 12:12:33 2015 (r378585) @@ -6,14 +6,13 @@ PORTVERSION= 2.11.00.021 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.lsi.com/downloads/Public/SATA/SATA%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/ +MASTER_SITES= http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/ DISTFILES= 3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server -BROKEN= Unfetchable RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:39:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 899E9EF7; Sat, 7 Feb 2015 12:39:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B8DA24A; Sat, 7 Feb 2015 12:39:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17CdgrQ069656; Sat, 7 Feb 2015 12:39:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17CdfjX069650; Sat, 7 Feb 2015 12:39:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502071239.t17CdfjX069650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Feb 2015 12:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378586 - head/sysutils/parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:39:42 -0000 Author: riggs Date: Sat Feb 7 12:39:40 2015 New Revision: 378586 URL: https://svnweb.freebsd.org/changeset/ports/378586 QAT: https://qat.redports.org/buildarchive/r378586/ Log: Update to version 20150122 PR: 197055 Submitted by: howeyc@gmail.com (maintainer) Modified: head/sysutils/parallel/Makefile head/sysutils/parallel/distinfo Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Sat Feb 7 12:12:33 2015 (r378585) +++ head/sysutils/parallel/Makefile Sat Feb 7 12:39:40 2015 (r378586) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20141122 +PORTVERSION= 20150122 CATEGORIES= sysutils MASTER_SITES= GNU @@ -23,10 +23,12 @@ NO_ARCH= yes PLIST_FILES= bin/niceload bin/parallel bin/sem bin/sql \ man/man1/niceload.1.gz man/man1/parallel.1.gz \ - man/man1/parallel_tutorial.1.gz man/man1/sem.1.gz man/man1/sql.1.gz + man/man1/sem.1.gz man/man1/sql.1.gz \ + man/man7/parallel_tutorial.7.gz man/man7/parallel_design.7.gz PORTDOCS= niceload.html niceload.pdf niceload.texi \ parallel.html parallel.pdf parallel.texi \ parallel_tutorial.html parallel_tutorial.pdf parallel_tutorial.texi \ + parallel_design.html parallel_design.pdf parallel_design.texi \ sem.html sem.pdf sem.texi \ sql.html sql.pdf sql.texi Modified: head/sysutils/parallel/distinfo ============================================================================== --- head/sysutils/parallel/distinfo Sat Feb 7 12:12:33 2015 (r378585) +++ head/sysutils/parallel/distinfo Sat Feb 7 12:39:40 2015 (r378586) @@ -1,2 +1,2 @@ -SHA256 (parallel-20141122.tar.bz2) = 68bcbc1e1a09b298433768f8c60c9506c13a16a96a5eebec316851d2bc22edce -SIZE (parallel-20141122.tar.bz2) = 960946 +SHA256 (parallel-20150122.tar.bz2) = ede876f9cb84b8dce0d8d0088fa61ccb12a6f3f61479f3720a96ee54d4bce991 +SIZE (parallel-20150122.tar.bz2) = 1081396 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:40:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B39C6FF1; Sat, 7 Feb 2015 12:40:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F92625D; Sat, 7 Feb 2015 12:40:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Cebii070420; Sat, 7 Feb 2015 12:40:37 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Ceb5p070418; Sat, 7 Feb 2015 12:40:37 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071240.t17Ceb5p070418@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 12:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378587 - head/print/ft2demos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:40:37 -0000 Author: bofh Date: Sat Feb 7 12:40:36 2015 New Revision: 378587 URL: https://svnweb.freebsd.org/changeset/ports/378587 QAT: https://qat.redports.org/buildarchive/r378587/ Log: print/ft2demos: Update version 2.5.2=>2.5.5 Differential Revision: https://reviews.freebsd.org/D1798 Approved by: marino(mentor) Modified: head/print/ft2demos/Makefile head/print/ft2demos/distinfo Modified: head/print/ft2demos/Makefile ============================================================================== --- head/print/ft2demos/Makefile Sat Feb 7 12:39:40 2015 (r378586) +++ head/print/ft2demos/Makefile Sat Feb 7 12:40:36 2015 (r378587) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ft2demos -PORTVERSION= 2.5.3 -PORTREVISION= 2 +PORTVERSION= 2.5.5 CATEGORIES= print MASTER_SITES= SF/freetype/freetype-demos/${PORTVERSION} \ RINGSERVER/graphics/freetype/freetype2 Modified: head/print/ft2demos/distinfo ============================================================================== --- head/print/ft2demos/distinfo Sat Feb 7 12:39:40 2015 (r378586) +++ head/print/ft2demos/distinfo Sat Feb 7 12:40:36 2015 (r378587) @@ -1,2 +1,2 @@ -SHA256 (ft2demos-2.5.3.tar.bz2) = e6c9d0b344b88ff5ab25f20640cf78e2ec56bb81a89d1cd1716839357f646c8a -SIZE (ft2demos-2.5.3.tar.bz2) = 186773 +SHA256 (ft2demos-2.5.5.tar.bz2) = b87c7deb5d9b1fddb8520c091a5491cc63ecac4de25139e1da38aebee82195ea +SIZE (ft2demos-2.5.5.tar.bz2) = 182006 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:42:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7568D161; Sat, 7 Feb 2015 12:42:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6162B330; Sat, 7 Feb 2015 12:42:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Cg55r073619; Sat, 7 Feb 2015 12:42:05 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Cg4ep073614; Sat, 7 Feb 2015 12:42:04 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071242.t17Cg4ep073614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 12:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378588 - head/mail/dbmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:42:05 -0000 Author: bofh Date: Sat Feb 7 12:42:04 2015 New Revision: 378588 URL: https://svnweb.freebsd.org/changeset/ports/378588 QAT: https://qat.redports.org/buildarchive/r378588/ Log: mail/dbmail: Update version 3.2.2=>3.2.3 Differential Revision: https://reviews.freebsd.org/D1797 Approved by: marino(mentor) Modified: head/mail/dbmail/Makefile head/mail/dbmail/distinfo Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Sat Feb 7 12:40:36 2015 (r378587) +++ head/mail/dbmail/Makefile Sat Feb 7 12:42:04 2015 (r378588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= mail MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ \ http://www.dbmail.org/download/3.2/ Modified: head/mail/dbmail/distinfo ============================================================================== --- head/mail/dbmail/distinfo Sat Feb 7 12:40:36 2015 (r378587) +++ head/mail/dbmail/distinfo Sat Feb 7 12:42:04 2015 (r378588) @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.2.2.tar.bz2) = fd6adf63b29deefc49b1d8aac4b1b159b24711495d63c77e4c1f293a0e559c4d -SIZE (dbmail-3.2.2.tar.bz2) = 2278528 +SHA256 (dbmail-3.2.3.tar.bz2) = a72ec3b2df572bc47018f33f81a9b52b59ec693bf42fe86730d729da2b607a74 +SIZE (dbmail-3.2.3.tar.bz2) = 2278823 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 12:44:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 108A8256; Sat, 7 Feb 2015 12:44:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F01F6344; Sat, 7 Feb 2015 12:44:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17CiEH8074011; Sat, 7 Feb 2015 12:44:14 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17CiEot074008; Sat, 7 Feb 2015 12:44:14 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071244.t17CiEot074008@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 12:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378589 - head/sysutils/dar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 12:44:15 -0000 Author: bofh Date: Sat Feb 7 12:44:13 2015 New Revision: 378589 URL: https://svnweb.freebsd.org/changeset/ports/378589 QAT: https://qat.redports.org/buildarchive/r378589/ Log: sysutils/dar: Update version 2.4.15=>2.4.17 Differential Revision: https://reviews.freebsd.org/D1796 Approved by: marino(mentor) Modified: head/sysutils/dar/Makefile head/sysutils/dar/distinfo head/sysutils/dar/pkg-plist Modified: head/sysutils/dar/Makefile ============================================================================== --- head/sysutils/dar/Makefile Sat Feb 7 12:42:04 2015 (r378588) +++ head/sysutils/dar/Makefile Sat Feb 7 12:44:13 2015 (r378589) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dar -PORTVERSION= 2.4.15 -PORTREVISION= 1 +PORTVERSION= 2.4.17 CATEGORIES= sysutils archivers MASTER_SITES= SF Modified: head/sysutils/dar/distinfo ============================================================================== --- head/sysutils/dar/distinfo Sat Feb 7 12:42:04 2015 (r378588) +++ head/sysutils/dar/distinfo Sat Feb 7 12:44:13 2015 (r378589) @@ -1,2 +1,2 @@ -SHA256 (dar-2.4.15.tar.gz) = 9606992bb85f01672b523a53d100cc2393737d6e737139b9469029e8cf23c9f4 -SIZE (dar-2.4.15.tar.gz) = 1799020 +SHA256 (dar-2.4.17.tar.gz) = 5d861c39698b77124680914741e1e40e7e9bedb3fcedc6df8d468e619479833c +SIZE (dar-2.4.17.tar.gz) = 1800050 Modified: head/sysutils/dar/pkg-plist ============================================================================== --- head/sysutils/dar/pkg-plist Sat Feb 7 12:42:04 2015 (r378588) +++ head/sysutils/dar/pkg-plist Sat Feb 7 12:44:13 2015 (r378589) @@ -64,7 +64,7 @@ include/dar/wrapperlib.hpp lib/libdar.a lib/libdar.so lib/libdar.so.5000 -lib/libdar.so.5000.6.2 +lib/libdar.so.5000.6.4 libdata/pkgconfig/libdar.pc man/man1/dar.1.gz man/man1/dar_cp.1.gz From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 13:04:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80A7189B; Sat, 7 Feb 2015 13:04:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA006D3; Sat, 7 Feb 2015 13:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17D4foS083949; Sat, 7 Feb 2015 13:04:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17D4dJ9083937; Sat, 7 Feb 2015 13:04:39 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502071304.t17D4dJ9083937@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 7 Feb 2015 13:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378590 - in head: . sysutils sysutils/avfs sysutils/avfs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 13:04:41 -0000 Author: bofh Date: Sat Feb 7 13:04:38 2015 New Revision: 378590 URL: https://svnweb.freebsd.org/changeset/ports/378590 QAT: https://qat.redports.org/buildarchive/r378590/ Log: sysutils/avfs: Revive and update version 0.9.9=>1.0.2 - Unbreak - Pass maintainership to submitter - Add LICENSE(LGPL20 GPLv2) - Remove OPTIONS LIBRARY to make default as most of the dependent ports require the library - Make proper use of OPTIONSNG to declutter ${PORT_OPTIONS:M*} PR: 196942 Differential Revision: https://reviews.freebsd.org/D1795 Submitted by: mp39590@gmail.com Approved by: marino(mentor) Added: head/sysutils/avfs/ - copied from r323741, head/sysutils/avfs/ head/sysutils/avfs/files/patch-scripts_mountavs (contents, props changed) head/sysutils/avfs/files/patch-scripts_umountavs (contents, props changed) head/sysutils/avfs/files/patch-src_Makefile.in (contents, props changed) Deleted: head/sysutils/avfs/files/patch-configure Modified: head/MOVED head/sysutils/Makefile head/sysutils/avfs/Makefile head/sysutils/avfs/distinfo head/sysutils/avfs/pkg-descr head/sysutils/avfs/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sat Feb 7 12:44:13 2015 (r378589) +++ head/MOVED Sat Feb 7 13:04:38 2015 (r378590) @@ -4821,7 +4821,6 @@ comms/hso-kmod||2013-08-26|Has expired: lang/ldc-devel||2013-08-27|Has expired: Broken for more than 6 month www/mod_smooth_streaming||2013-08-27|Has expired: Broken for more than 6 month www/p5-Apache2-Scoreboard||2013-08-27|Has expired: Broken for more than 6 month -sysutils/avfs||2013-08-27|Has expired: Broken for more than 6 month multimedia/mp4split||2013-08-27|Has expired: Broken for more than 6 month net-mgmt/noc||2013-08-27|Has expired: Broken for more than 6 month sysutils/empower||2013-08-27|Has expired: Broken for more than 6 month Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Feb 7 12:44:13 2015 (r378589) +++ head/sysutils/Makefile Sat Feb 7 13:04:38 2015 (r378590) @@ -48,6 +48,7 @@ SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy + SUBDIR += avfs SUBDIR += azure-agent SUBDIR += b43-fwcutter SUBDIR += backuppc Modified: head/sysutils/avfs/Makefile ============================================================================== --- head/sysutils/avfs/Makefile Fri Jul 26 17:52:24 2013 (r323741) +++ head/sysutils/avfs/Makefile Sat Feb 7 13:04:38 2015 (r378590) @@ -2,54 +2,34 @@ # $FreeBSD$ PORTNAME= avfs -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.2 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} -MAINTAINER= jirnov@gmail.com -COMMENT= A Virtual File System +MAINTAINER= mp39590@gmail.com +COMMENT= Virtual File System library -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +# FUSE daemon is licensed as GPLv2, shared library is LGPLv2 +LICENSE= LGPL20 GPLv2 +LICENSE_COMB= multi -BROKEN= does not package - -NO_INSTALL_MANPAGES= yes - -CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv - -GNU_CONFIGURE= yes -USES= fuse -USE_GMAKE= yes -USE_BZIP2= yes +USES= libtool pkgconfig tar:bz2 USE_LDCONFIG= yes +GNU_CONFIGURE= yes -OPTIONS_DEFINE= DEBUG LIBRARY FUSE -OPTIONS_DEFAULT= FUSE -LIBRARY_DESC= Enable library -FUSE_DESC= Enable fuse - -.include +INSTALL_TARGET= install-strip -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --disable-debug -.endif +OPTIONS_DEFINE= DEBUG FUSE +OPTIONS_SUB= yes +DEBUG_CONFIGURE_ENABLE= debug +FUSE_CONFIGURE_ENABLE= fuse +FUSE_USES= fuse shebangfix +FUSE_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -.if ${PORT_OPTIONS:MLIBRARY} -CONFIGURE_ARGS+= --enable-library -PLIST_SUB+= LIBRARY="" -.else -CONFIGURE_ARGS+= --disable-library -PLIST_SUB+= LIBRARY="@comment " -.endif +.include .if ${PORT_OPTIONS:MFUSE} -CONFIGURE_ARGS+= --enable-fuse -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " +SHEBANG_FILES= scripts/umountavfs scripts/mountavfs .endif .include Modified: head/sysutils/avfs/distinfo ============================================================================== --- head/sysutils/avfs/distinfo Fri Jul 26 17:52:24 2013 (r323741) +++ head/sysutils/avfs/distinfo Sat Feb 7 13:04:38 2015 (r378590) @@ -1,2 +1,2 @@ -SHA256 (avfs-0.9.9.tar.bz2) = 5e3100e99f6e136158a0d33045649959f830ddd31d57ec02f9e70cca421196cb -SIZE (avfs-0.9.9.tar.bz2) = 678451 +SHA256 (avfs-1.0.2.tar.bz2) = 52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a +SIZE (avfs-1.0.2.tar.bz2) = 723051 Added: head/sysutils/avfs/files/patch-scripts_mountavs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/avfs/files/patch-scripts_mountavs Sat Feb 7 13:04:38 2015 (r378590) @@ -0,0 +1,11 @@ +--- scripts/mountavfs.orig 2015-02-07 16:14:05.773404035 +0600 ++++ scripts/mountavfs 2015-02-07 16:14:56.488399333 +0600 +@@ -14,7 +14,7 @@ + MntDir=${HOME}/.avfs + fi + +-grep -qE "avfsd ${MntDir}" /proc/mounts || { ++mount -p | grep -qE "${MntDir}.*fusefs" || { + if [ ! -e "$MntDir" ]; then + mkdir -p "$MntDir" + fi Added: head/sysutils/avfs/files/patch-scripts_umountavs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/avfs/files/patch-scripts_umountavs Sat Feb 7 13:04:38 2015 (r378590) @@ -0,0 +1,16 @@ +--- scripts/umountavfs.orig 2015-02-07 16:14:17.372402564 +0600 ++++ scripts/umountavfs 2015-02-07 16:15:29.270400346 +0600 +@@ -14,11 +14,11 @@ + MntDir="${HOME}/.avfs" + fi + +-grep -qE "${MntDir}.*avfsd" /proc/mounts && { ++mount -p | grep -qE "${MntDir}.*fusefs" && { + echo unMounting AVFS on $MntDir... + if type -p fusermount > /dev/null 2>&1 ; then + fusermount -u -z "$MntDir" + else +- umount -l "$MntDir" ++ umount "$MntDir" + fi + } Added: head/sysutils/avfs/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/avfs/files/patch-src_Makefile.in Sat Feb 7 13:04:38 2015 (r378590) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2015-02-06 18:18:35.275843385 +0600 ++++ src/Makefile.in 2015-02-06 18:19:48.038837253 +0600 +@@ -680,7 +680,7 @@ + tags tags-am uninstall uninstall-am + + +-$(srcdir)/utils.c: info.h ++utils.c: info.h + + info.h: + rm -f info.h Modified: head/sysutils/avfs/pkg-descr ============================================================================== --- head/sysutils/avfs/pkg-descr Fri Jul 26 17:52:24 2013 (r323741) +++ head/sysutils/avfs/pkg-descr Sat Feb 7 13:04:38 2015 (r378590) @@ -2,4 +2,9 @@ AVFS is a system, which enables all prog zip, etc. files or view remote (ftp, http, dav, etc.) files, without recompiling the programs. +Shared library and FUSE daemon are provided. + +AVFS is (C) under the GNU GPL. The shared library supporting AVFS with +LD_PRELOAD is (C) under the GNU LGPL. + WWW: http://avf.sourceforge.net/ Modified: head/sysutils/avfs/pkg-plist ============================================================================== --- head/sysutils/avfs/pkg-plist Fri Jul 26 17:52:24 2013 (r323741) +++ head/sysutils/avfs/pkg-plist Sat Feb 7 13:04:38 2015 (r378590) @@ -1,11 +1,11 @@ -%%LIBRARY%%bin/avfs-config +bin/avfs-config %%FUSE%%bin/avfsd bin/davpass bin/ftppass %%FUSE%%bin/mountavfs %%FUSE%%bin/umountavfs include/avfs.h -%%LIBRARY%%include/virtual.h +include/virtual.h lib/avfs/extfs/README lib/avfs/extfs/a lib/avfs/extfs/apt @@ -26,27 +26,25 @@ lib/avfs/extfs/rpm lib/avfs/extfs/rpms lib/avfs/extfs/trpm lib/avfs/extfs/u7z +lib/avfs/extfs/uace +lib/avfs/extfs/uadf lib/avfs/extfs/uar +lib/avfs/extfs/uarc lib/avfs/extfs/uarj +lib/avfs/extfs/uc1541 +lib/avfs/extfs/ucab lib/avfs/extfs/ucpio +lib/avfs/extfs/udar lib/avfs/extfs/uha +lib/avfs/extfs/uimg lib/avfs/extfs/ulha -lib/avfs/extfs/urar -lib/avfs/extfs/uzip -lib/avfs/extfs/uzoo -lib/avfs/extfs/uace -lib/avfs/extfs/uc1541 lib/avfs/extfs/upp +lib/avfs/extfs/urar lib/avfs/extfs/uxdms lib/avfs/extfs/uxpk -lib/avfs/extfs/uadf -lib/avfs/extfs/uarc -lib/avfs/extfs/ucab -lib/avfs/extfs/udar -lib/avfs/extfs/uimg -%%LIBRARY%%lib/libavfs.a -%%LIBRARY%%lib/libavfs.la -%%LIBRARY%%lib/libavfs.so -%%LIBRARY%%lib/libavfs.so.0 -@dirrm lib/avfs/extfs -@dirrm lib/avfs +lib/avfs/extfs/uzip +lib/avfs/extfs/uzoo +lib/libavfs.a +lib/libavfs.so +lib/libavfs.so.0 +lib/libavfs.so.0.0.2 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 14:09:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0EC556B; Sat, 7 Feb 2015 14:09:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACD63C34; Sat, 7 Feb 2015 14:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17E9rLk012765; Sat, 7 Feb 2015 14:09:53 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17E9rZO012763; Sat, 7 Feb 2015 14:09:53 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502071409.t17E9rZO012763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 7 Feb 2015 14:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378591 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 14:09:53 -0000 Author: gerald Date: Sat Feb 7 14:09:52 2015 New Revision: 378591 URL: https://svnweb.freebsd.org/changeset/ports/378591 QAT: https://qat.redports.org/buildarchive/r378591/ Log: Update to the 20150204 snapshot of GCC 4.9.3. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sat Feb 7 13:04:38 2015 (r378590) +++ head/lang/gcc49/Makefile Sat Feb 7 14:09:52 2015 (r378591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.3.s20150128 +PORTVERSION= 4.9.3.s20150204 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sat Feb 7 13:04:38 2015 (r378590) +++ head/lang/gcc49/distinfo Sat Feb 7 14:09:52 2015 (r378591) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20150128.tar.bz2) = a6f8617b0cc3403ecc442476583ca8904f7008f31ef9862ebc02c6de5f0afcc9 -SIZE (gcc-4.9-20150128.tar.bz2) = 85604517 +SHA256 (gcc-4.9-20150204.tar.bz2) = ed343c3512b4a0d283c1bf455350ffcafd61a93a9b2c4ead75e51d0da1f7db74 +SIZE (gcc-4.9-20150204.tar.bz2) = 85618314 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 14:29:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A941491A; Sat, 7 Feb 2015 14:29:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9546EDD1; Sat, 7 Feb 2015 14:29:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17ETRci022157; Sat, 7 Feb 2015 14:29:27 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17ETRaj022154; Sat, 7 Feb 2015 14:29:27 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201502071429.t17ETRaj022154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 7 Feb 2015 14:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378592 - head/devel/patch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 14:29:27 -0000 Author: johans Date: Sat Feb 7 14:29:26 2015 New Revision: 378592 URL: https://svnweb.freebsd.org/changeset/ports/378592 QAT: https://qat.redports.org/buildarchive/r378592/ Log: Update to GNU patch 2.7.4 (bugfix release) MFH: 2015Q1 Security: CVE-2015-1196 Modified: head/devel/patch/Makefile head/devel/patch/distinfo Modified: head/devel/patch/Makefile ============================================================================== --- head/devel/patch/Makefile Sat Feb 7 14:09:52 2015 (r378591) +++ head/devel/patch/Makefile Sat Feb 7 14:29:26 2015 (r378592) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= patch -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.4 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/patch/distinfo ============================================================================== --- head/devel/patch/distinfo Sat Feb 7 14:09:52 2015 (r378591) +++ head/devel/patch/distinfo Sat Feb 7 14:29:26 2015 (r378592) @@ -1,2 +1,2 @@ -SHA256 (patch-2.7.3.tar.xz) = d09022de9d629561bf4dad44625ef4b1ead15178b210412113531730cdb6f19d -SIZE (patch-2.7.3.tar.xz) = 684764 +SHA256 (patch-2.7.4.tar.xz) = 0eacbb07ce106fe4dcbfbe6c052e55b50bf3df8e1bb16228c9da77b6659ff109 +SIZE (patch-2.7.4.tar.xz) = 714392 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 14:36:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AB1CD7B; Sat, 7 Feb 2015 14:36:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD75E9C; Sat, 7 Feb 2015 14:36:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Ea0pC026621; Sat, 7 Feb 2015 14:36:00 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17EZxaB026610; Sat, 7 Feb 2015 14:35:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502071435.t17EZxaB026610@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Feb 2015 14:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378593 - in head/audio/libsidplayfp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 14:36:00 -0000 Author: riggs Date: Sat Feb 7 14:35:58 2015 New Revision: 378593 URL: https://svnweb.freebsd.org/changeset/ports/378593 QAT: https://qat.redports.org/buildarchive/r378593/ Log: Update to upstream version 1.7.0 PR: 197095 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/libsidplayfp/Makefile head/audio/libsidplayfp/distinfo head/audio/libsidplayfp/files/patch-Makefile.in Modified: head/audio/libsidplayfp/Makefile ============================================================================== --- head/audio/libsidplayfp/Makefile Sat Feb 7 14:29:26 2015 (r378592) +++ head/audio/libsidplayfp/Makefile Sat Feb 7 14:35:58 2015 (r378593) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsidplayfp -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= audio MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} @@ -36,7 +36,7 @@ BUILD_DEPENDS+= xa65:${PORTSDIR}/devel/x .include -SIDPLAYFP_SHLIB_VERSION= 3.1.0 +SIDPLAYFP_SHLIB_VERSION= 3.2.0 STILVIEW_SHLIB_VERSION= 0.0.2 PLIST_SUB+= \ SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \ Modified: head/audio/libsidplayfp/distinfo ============================================================================== --- head/audio/libsidplayfp/distinfo Sat Feb 7 14:29:26 2015 (r378592) +++ head/audio/libsidplayfp/distinfo Sat Feb 7 14:35:58 2015 (r378593) @@ -1,2 +1,2 @@ -SHA256 (libsidplayfp-1.6.0.tar.gz) = bc0e7a612a136e2b173a6fea967db9fe558615eb3bf6a5890b346f75c3eaa013 -SIZE (libsidplayfp-1.6.0.tar.gz) = 646009 +SHA256 (libsidplayfp-1.7.0.tar.gz) = 3e0b51cd6955ede52af446ec44b5ff0ec98c1657bb56694a4ef6d8e50af79324 +SIZE (libsidplayfp-1.7.0.tar.gz) = 668410 Modified: head/audio/libsidplayfp/files/patch-Makefile.in ============================================================================== --- head/audio/libsidplayfp/files/patch-Makefile.in Sat Feb 7 14:29:26 2015 (r378592) +++ head/audio/libsidplayfp/files/patch-Makefile.in Sat Feb 7 14:35:58 2015 (r378593) @@ -1,15 +1,13 @@ ---- Makefile.in.orig 2014-10-11 19:24:48.000000000 +0900 -+++ Makefile.in 2014-10-23 21:48:16.000000000 +0900 -@@ -1982,10 +1982,10 @@ - @HAVE_DOXYGEN_TRUE@ rm -fr $(builddir)/docs/html +--- Makefile.in.orig 2015-01-25 00:59:52.000000000 +0900 ++++ Makefile.in 2015-01-26 21:02:06.000000000 +0900 +@@ -2000,8 +2000,8 @@ - sidplayfp/psiddrv.o65: -- xa -R -G $(srcdir)/sidplayfp/psiddrv.a65 -o $@ -+ xa65 -R -G $(srcdir)/sidplayfp/psiddrv.a65 -o $@ - - sidplayfp/psiddrv.bin: sidplayfp/psiddrv.o65 -- od -v -An -w8 -tx1 $< | sed -re 's/[[:alnum:]]+/0x&,/g' > sidplayfp/psiddrv.bin -+ od -v -An -tx1 $< | sed -re 's/[[:alnum:]]+/0x&,/g' | rs 0 8 > sidplayfp/psiddrv.bin + .a65.bin: + o65file=`echo $@ | sed 's/bin/o65/'`;\ +- xa -R -G $< -o $$o65file &&\ +- od -v -An -w8 -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' > $@ &&\ ++ xa65 -R -G $< -o $$o65file &&\ ++ od -v -An -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' | rs 0 8 > $@ &&\ + ${RM} $$o65file # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 14:46:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47CCF3; Sat, 7 Feb 2015 14:46:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A07C2F65; Sat, 7 Feb 2015 14:46:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17EkiYQ031416; Sat, 7 Feb 2015 14:46:44 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Ekitw031415; Sat, 7 Feb 2015 14:46:44 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502071446.t17Ekitw031415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 7 Feb 2015 14:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378594 - head/devel/py-stevedore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 14:46:44 -0000 Author: nivit Date: Sat Feb 7 14:46:43 2015 New Revision: 378594 URL: https://svnweb.freebsd.org/changeset/ports/378594 QAT: https://qat.redports.org/buildarchive/r378594/ Log: - Add devel/py-pbr to run dependencies [1] - Bump PORTREVISION PR: 197373 Submitted by: andrej@ebert.su Modified: head/devel/py-stevedore/Makefile Modified: head/devel/py-stevedore/Makefile ============================================================================== --- head/devel/py-stevedore/Makefile Sat Feb 7 14:35:58 2015 (r378593) +++ head/devel/py-stevedore/Makefile Sat Feb 7 14:46:43 2015 (r378594) @@ -3,6 +3,7 @@ PORTNAME= stevedore PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,9 @@ COMMENT= Manage dynamic plugins for Pyth LICENSE= APACHE20 BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six \ - ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse +RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse + ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \ + ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:03:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDD20794; Sat, 7 Feb 2015 15:03:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA08216D; Sat, 7 Feb 2015 15:03:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17F32HV040372; Sat, 7 Feb 2015 15:03:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17F32sA040371; Sat, 7 Feb 2015 15:03:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502071503.t17F32sA040371@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 7 Feb 2015 15:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378595 - head/devel/py-stevedore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:03:03 -0000 Author: bapt Date: Sat Feb 7 15:03:01 2015 New Revision: 378595 URL: https://svnweb.freebsd.org/changeset/ports/378595 QAT: https://qat.redports.org/buildarchive/r378595/ Log: Fix RUN_DEPENDS Modified: head/devel/py-stevedore/Makefile Modified: head/devel/py-stevedore/Makefile ============================================================================== --- head/devel/py-stevedore/Makefile Sat Feb 7 14:46:43 2015 (r378594) +++ head/devel/py-stevedore/Makefile Sat Feb 7 15:03:01 2015 (r378595) @@ -14,7 +14,7 @@ COMMENT= Manage dynamic plugins for Pyth LICENSE= APACHE20 BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse +RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse \ ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \ ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:13:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80A7F9F8; Sat, 7 Feb 2015 15:13:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C5BC243; Sat, 7 Feb 2015 15:13:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FDXRZ045115; Sat, 7 Feb 2015 15:13:33 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FDX8D045114; Sat, 7 Feb 2015 15:13:33 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201502071513.t17FDX8D045114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 7 Feb 2015 15:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378596 - head/devel/patch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:13:33 -0000 Author: johans Date: Sat Feb 7 15:13:32 2015 New Revision: 378596 URL: https://svnweb.freebsd.org/changeset/ports/378596 QAT: https://qat.redports.org/buildarchive/r378596/ Log: Include patch forgotten in previous commit Modified: head/devel/patch/files/patch-lib__localcharset.c Modified: head/devel/patch/files/patch-lib__localcharset.c ============================================================================== --- head/devel/patch/files/patch-lib__localcharset.c Sat Feb 7 15:03:01 2015 (r378595) +++ head/devel/patch/files/patch-lib__localcharset.c Sat Feb 7 15:13:32 2015 (r378596) @@ -4,8 +4,8 @@ cp = charset_aliases; if (cp == NULL) { --#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__) -+#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined __FreeBSD__) +-#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2) ++#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2 || defined __FreeBSD__) const char *dir; const char *base = "charset.alias"; char *file_name; From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:14:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5A3EAD9; Sat, 7 Feb 2015 15:14:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C14FD252; Sat, 7 Feb 2015 15:14:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FEU65045345; Sat, 7 Feb 2015 15:14:30 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FEUCU045342; Sat, 7 Feb 2015 15:14:30 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502071514.t17FEUCU045342@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 7 Feb 2015 15:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378597 - head/devel/py-virtualenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:14:31 -0000 Author: nivit Date: Sat Feb 7 15:14:29 2015 New Revision: 378597 URL: https://svnweb.freebsd.org/changeset/ports/378597 QAT: https://qat.redports.org/buildarchive/r378597/ Log: - Update to 12.0.7 Modified: head/devel/py-virtualenv/Makefile head/devel/py-virtualenv/distinfo Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Sat Feb 7 15:13:32 2015 (r378596) +++ head/devel/py-virtualenv/Makefile Sat Feb 7 15:14:29 2015 (r378597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 12.0.5 +PORTVERSION= 12.0.7 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py-virtualenv/distinfo ============================================================================== --- head/devel/py-virtualenv/distinfo Sat Feb 7 15:13:32 2015 (r378596) +++ head/devel/py-virtualenv/distinfo Sat Feb 7 15:14:29 2015 (r378597) @@ -1,2 +1,2 @@ -SHA256 (virtualenv-12.0.5.tar.gz) = c2cb6cb3536cff6be514f92b03af10128a7d5448bbb35f528e64facc37abde73 -SIZE (virtualenv-12.0.5.tar.gz) = 1820043 +SHA256 (virtualenv-12.0.7.tar.gz) = d681db1766cdc8aa1b37eb18252c264b775f971166c2bf658a9618c1f3d28741 +SIZE (virtualenv-12.0.7.tar.gz) = 1829757 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:54:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D8C61E3; Sat, 7 Feb 2015 15:54:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3763C7D0; Sat, 7 Feb 2015 15:54:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FsSxV064110; Sat, 7 Feb 2015 15:54:28 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FsRIs064104; Sat, 7 Feb 2015 15:54:27 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502071554.t17FsRIs064104@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 15:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378600 - in head/dns: . libasr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:54:29 -0000 Author: ashish Date: Sat Feb 7 15:54:26 2015 New Revision: 378600 URL: https://svnweb.freebsd.org/changeset/ports/378600 QAT: https://qat.redports.org/buildarchive/r378600/ Log: Add port dns/libasr libasr is a FREE asynchronous DNS resolver. libasr runs on top of the OpenBSD operating system but also has a portable version that can build and run on several systems, including: * Linux * FreeBSD * NetBSD * DragonFly * MacOSX WWW: https://github.com/OpenSMTPD/libasr Added: head/dns/libasr/ head/dns/libasr/Makefile (contents, props changed) head/dns/libasr/distinfo (contents, props changed) head/dns/libasr/pkg-descr (contents, props changed) head/dns/libasr/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Feb 7 15:45:06 2015 (r378599) +++ head/dns/Makefile Sat Feb 7 15:54:26 2015 (r378600) @@ -71,6 +71,7 @@ SUBDIR += ldapdns SUBDIR += ldns SUBDIR += ldnsm + SUBDIR += libasr SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn Added: head/dns/libasr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr/Makefile Sat Feb 7 15:54:26 2015 (r378600) @@ -0,0 +1,24 @@ +# Created by: Ashish SHUKLA +# $FreeBSD$ + +PORTNAME= libasr +PORTVERSION= 1.0.1 +CATEGORIES= dns +MASTER_SITES= http://www.opensmtpd.org/archives/ \ + http://distfiles.pirateparty.in/ashish/ + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Asynchronous DNS resolver library + +LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENCE + +CONFLICTS= libasr-devel-[0-9]* +GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USE_LDCONFIG= yes + +.include Added: head/dns/libasr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr/distinfo Sat Feb 7 15:54:26 2015 (r378600) @@ -0,0 +1,2 @@ +SHA256 (libasr-1.0.1.tar.gz) = 262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182 +SIZE (libasr-1.0.1.tar.gz) = 403110 Added: head/dns/libasr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr/pkg-descr Sat Feb 7 15:54:26 2015 (r378600) @@ -0,0 +1,12 @@ +libasr is a FREE asynchronous DNS resolver. + +libasr runs on top of the OpenBSD operating system but also has a portable +version that can build and run on several systems, including: + +* Linux +* FreeBSD +* NetBSD +* DragonFly +* MacOSX + +WWW: https://github.com/OpenSMTPD/libasr Added: head/dns/libasr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr/pkg-plist Sat Feb 7 15:54:26 2015 (r378600) @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +include/asr.h +lib/libasr.a +lib/libasr.la +lib/libasr.so +lib/libasr.so.0 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:58:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CB10393; Sat, 7 Feb 2015 15:58:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 889F67FC; Sat, 7 Feb 2015 15:58:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FwZuw064758; Sat, 7 Feb 2015 15:58:35 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FwYlQ064750; Sat, 7 Feb 2015 15:58:34 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502071558.t17FwYlQ064750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 15:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378601 - in head/dns: . libasr-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:58:35 -0000 Author: ashish Date: Sat Feb 7 15:58:33 2015 New Revision: 378601 URL: https://svnweb.freebsd.org/changeset/ports/378601 QAT: https://qat.redports.org/buildarchive/r378601/ Log: Add port dns/libasr-devel libasr is a FREE asynchronous DNS resolver. libasr runs on top of the OpenBSD operating system but also has a portable version that can build and run on several systems, including: * Linux * FreeBSD * NetBSD * DragonFly * MacOSX This port packages the development snapshots released by OpenSMTPD team. WWW: https://github.com/OpenSMTPD/libasr Added: head/dns/libasr-devel/ head/dns/libasr-devel/Makefile (contents, props changed) head/dns/libasr-devel/distinfo (contents, props changed) head/dns/libasr-devel/pkg-descr (contents, props changed) head/dns/libasr-devel/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Feb 7 15:54:26 2015 (r378600) +++ head/dns/Makefile Sat Feb 7 15:58:33 2015 (r378601) @@ -72,6 +72,7 @@ SUBDIR += ldns SUBDIR += ldnsm SUBDIR += libasr + SUBDIR += libasr-devel SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn Added: head/dns/libasr-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr-devel/Makefile Sat Feb 7 15:58:33 2015 (r378601) @@ -0,0 +1,25 @@ +# Created by: Ashish SHUKLA +# $FreeBSD$ + +PORTNAME= libasr +PORTVERSION= 201501300026 +CATEGORIES= dns +MASTER_SITES= http://www.opensmtpd.org/archives/ \ + http://distfiles.pirateparty.in/ashish/ +PKGNAMESUFFIX= -devel + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Asynchronous DNS resolver library (development snapshot) + +LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENCE + +CONFLICTS= libasr-[0-9]* +GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USE_LDCONFIG= yes + +.include Added: head/dns/libasr-devel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr-devel/distinfo Sat Feb 7 15:58:33 2015 (r378601) @@ -0,0 +1,2 @@ +SHA256 (libasr-201501300026.tar.gz) = 7e2f2cfc1553b94f3692c74d313b0e4775d5ad18d2efc50396669e16d328e991 +SIZE (libasr-201501300026.tar.gz) = 402470 Added: head/dns/libasr-devel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr-devel/pkg-descr Sat Feb 7 15:58:33 2015 (r378601) @@ -0,0 +1,14 @@ +libasr is a FREE asynchronous DNS resolver. + +libasr runs on top of the OpenBSD operating system but also has a portable +version that can build and run on several systems, including: + +* Linux +* FreeBSD +* NetBSD +* DragonFly +* MacOSX + +This port packages the development snapshots released by OpenSMTPD team. + +WWW: https://github.com/OpenSMTPD/libasr Added: head/dns/libasr-devel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libasr-devel/pkg-plist Sat Feb 7 15:58:33 2015 (r378601) @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +include/asr.h +lib/libasr.a +lib/libasr.la +lib/libasr.so +lib/libasr.so.0 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 16:07:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F09E8596; Sat, 7 Feb 2015 16:07:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC3C8C9; Sat, 7 Feb 2015 16:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17G7X0q069392; Sat, 7 Feb 2015 16:07:33 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17G7XGK069391; Sat, 7 Feb 2015 16:07:33 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502071607.t17G7XGK069391@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 7 Feb 2015 16:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378602 - head/cad/kicad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 16:07:34 -0000 Author: thierry Date: Sat Feb 7 16:07:33 2015 New Revision: 378602 URL: https://svnweb.freebsd.org/changeset/ports/378602 QAT: https://qat.redports.org/buildarchive/r378602/ Log: Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. see http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log Add an ugly hack to make it build with Gcc 4.7. Modified: head/cad/kicad/Makefile Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Sat Feb 7 15:58:33 2015 (r378601) +++ head/cad/kicad/Makefile Sat Feb 7 16:07:33 2015 (r378602) @@ -21,8 +21,15 @@ RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/x CONFLICTS= kicad-devel* USES= cmake dos2unix desktop-file-utils shared-mime-info tar:xz -# Boost templates and compiler and library support for the ISO C++ 2011 standard from include/wx-3.0 -USES+= compiler:gcc-c++11-lib + +# Does not compile with Gcc48 +GCC_DEFAULT= 4.7 +USE_GCC= ${GCC_DEFAULT} +#USES+= compiler:gcc-c++11-lib +LDFLAGS+= -L${LOCALBASE}/lib/c++ +CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++ + DOS2UNIX_GLOB= *.cmake sch_bus_entry.h sch_line.h sch_no_connect.h USE_XORG= x11 ice xext USE_GL= yes @@ -48,7 +55,6 @@ BINS= cvpcb eeschema gerbview kicad pcb EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt - .include .if {PORT_OPTIONS:MDOCS} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 16:17:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6607471A; Sat, 7 Feb 2015 16:17:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37A64992; Sat, 7 Feb 2015 16:17:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17GHkpH074175; Sat, 7 Feb 2015 16:17:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17GHjef074168; Sat, 7 Feb 2015 16:17:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502071617.t17GHjef074168@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Feb 2015 16:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378603 - in head/dns: libasr libasr-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 16:17:46 -0000 Author: antoine Date: Sat Feb 7 16:17:44 2015 New Revision: 378603 URL: https://svnweb.freebsd.org/changeset/ports/378603 QAT: https://qat.redports.org/buildarchive/r378603/ Log: Fix numerous qa errors Pointy hat: ashish Modified: head/dns/libasr-devel/Makefile head/dns/libasr-devel/pkg-plist head/dns/libasr/Makefile head/dns/libasr/pkg-plist Modified: head/dns/libasr-devel/Makefile ============================================================================== --- head/dns/libasr-devel/Makefile Sat Feb 7 16:07:33 2015 (r378602) +++ head/dns/libasr-devel/Makefile Sat Feb 7 16:17:44 2015 (r378603) @@ -3,6 +3,7 @@ PORTNAME= libasr PORTVERSION= 201501300026 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -17,9 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS= libasr-[0-9]* GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include Modified: head/dns/libasr-devel/pkg-plist ============================================================================== --- head/dns/libasr-devel/pkg-plist Sat Feb 7 16:07:33 2015 (r378602) +++ head/dns/libasr-devel/pkg-plist Sat Feb 7 16:17:44 2015 (r378603) @@ -1,6 +1,5 @@ -@comment $FreeBSD$ include/asr.h lib/libasr.a -lib/libasr.la lib/libasr.so lib/libasr.so.0 +lib/libasr.so.0.0.0 Modified: head/dns/libasr/Makefile ============================================================================== --- head/dns/libasr/Makefile Sat Feb 7 16:07:33 2015 (r378602) +++ head/dns/libasr/Makefile Sat Feb 7 16:17:44 2015 (r378603) @@ -3,6 +3,7 @@ PORTNAME= libasr PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -16,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS= libasr-devel-[0-9]* GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include Modified: head/dns/libasr/pkg-plist ============================================================================== --- head/dns/libasr/pkg-plist Sat Feb 7 16:07:33 2015 (r378602) +++ head/dns/libasr/pkg-plist Sat Feb 7 16:17:44 2015 (r378603) @@ -1,6 +1,5 @@ -@comment $FreeBSD$ include/asr.h lib/libasr.a -lib/libasr.la lib/libasr.so lib/libasr.so.0 +lib/libasr.so.0.0.1 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:05:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A71F3EF; Sat, 7 Feb 2015 17:05:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 741FDDCB; Sat, 7 Feb 2015 17:05:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17H5AI9097219; Sat, 7 Feb 2015 17:05:10 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17H58ZT097212; Sat, 7 Feb 2015 17:05:08 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502071705.t17H58ZT097212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 7 Feb 2015 17:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378604 - in head/databases: postgresql90-client postgresql91-client postgresql91-server postgresql92-client postgresql92-server postgresql93-client postgresql94-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:05:10 -0000 Author: girgen Date: Sat Feb 7 17:05:07 2015 New Revision: 378604 URL: https://svnweb.freebsd.org/changeset/ports/378604 QAT: https://qat.redports.org/buildarchive/r378604/ Log: Revert the change from readline to libedit, and instead make libedit optional. PR: ports/197362 Modified: head/databases/postgresql90-client/Makefile head/databases/postgresql91-client/Makefile head/databases/postgresql91-server/Makefile head/databases/postgresql92-client/Makefile head/databases/postgresql92-server/Makefile head/databases/postgresql93-client/Makefile head/databases/postgresql94-client/Makefile Modified: head/databases/postgresql90-client/Makefile ============================================================================== --- head/databases/postgresql90-client/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql90-client/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - COMMENT= PostgreSQL database (client) +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql90-server -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -16,6 +14,5 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql91-client/Makefile ============================================================================== --- head/databases/postgresql91-client/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql91-client/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - COMMENT= PostgreSQL database (client) +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql91-server -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -17,6 +15,5 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql91-server/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -71,7 +71,10 @@ GROUPS= ${PG_GROUP} SUB_FILES+= 502.pgsql .endif -.if !defined(CLIENT_ONLY) +.if defined(CLIENT_ONLY) +OPTIONS_DEFINE+=LIBEDIT +LIBEDIT_DESC= Use non-GPL libedit instead of readline +.else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} .endif @@ -112,6 +115,15 @@ OPTIONS_DEFAULT= NLS XML TZDATA INTDATE .include +.if defined(CLIENT_ONLY) +. if ${PORT_OPTIONS:MLIBEDIT} +CONFIGURE_ARGS+=--with-libedit-preferred +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit +. else +USES+= readline +. endif +.endif # CLIENT_ONLY + .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl Modified: head/databases/postgresql92-client/Makefile ============================================================================== --- head/databases/postgresql92-client/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql92-client/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - COMMENT= PostgreSQL database (client) +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql92-server -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -17,6 +15,5 @@ INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql92-server/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -71,7 +71,10 @@ GROUPS= ${PG_GROUP} SUB_FILES+= 502.pgsql .endif -.if !defined(CLIENT_ONLY) +.if defined(CLIENT_ONLY) +OPTIONS_DEFINE+=LIBEDIT +LIBEDIT_DESC= Use non-GPL libedit instead of readline +.else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} .endif @@ -111,6 +114,15 @@ OPTIONS_DEFAULT= NLS XML TZDATA INTDATE .include +.if defined(CLIENT_ONLY) +. if ${PORT_OPTIONS:MLIBEDIT} +CONFIGURE_ARGS+=--with-libedit-preferred +LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit +. else +USES+= readline +. endif +.endif # CLIENT_ONLY + .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl Modified: head/databases/postgresql93-client/Makefile ============================================================================== --- head/databases/postgresql93-client/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql93-client/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - COMMENT= PostgreSQL database (client) +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql93-server -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -18,6 +16,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes USES+= pkgconfig -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql94-client/Makefile ============================================================================== --- head/databases/postgresql94-client/Makefile Sat Feb 7 16:17:44 2015 (r378603) +++ head/databases/postgresql94-client/Makefile Sat Feb 7 17:05:07 2015 (r378604) @@ -3,11 +3,10 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../postgresql94-server -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles @@ -17,6 +16,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes USES= pkgconfig -CONFIGURE_ARGS+=--with-libedit-preferred .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:09:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D105251E; Sat, 7 Feb 2015 17:09:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD847E02; Sat, 7 Feb 2015 17:09:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17H9kX4097849; Sat, 7 Feb 2015 17:09:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17H9k5s097848; Sat, 7 Feb 2015 17:09:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502071709.t17H9k5s097848@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 Feb 2015 17:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378605 - head/graphics/opennurbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:09:46 -0000 Author: pi Date: Sat Feb 7 17:09:45 2015 New Revision: 378605 URL: https://svnweb.freebsd.org/changeset/ports/378605 QAT: https://qat.redports.org/buildarchive/r378605/ Log: graphics/opennurbs: use SRC_BASE and IGNORE if not available As suggested by jbeich. PR: 197394 Submitted by: Fernando Apesteguía (maintainer) Modified: head/graphics/opennurbs/Makefile Modified: head/graphics/opennurbs/Makefile ============================================================================== --- head/graphics/opennurbs/Makefile Sat Feb 7 17:05:07 2015 (r378604) +++ head/graphics/opennurbs/Makefile Sat Feb 7 17:09:45 2015 (r378605) @@ -23,6 +23,11 @@ MKFILE= ${EXAMPLESDIR}/bsd.openNURBS.mk .include +pre-fetch: +.if !exists(${SRC_BASE}) +IGNORE= needs SRC_BASE to compile. Install base system sources and try again +.endif + .if ${ARCH} != i386 MAKE_ARGS+= ON_GNU_OPTIMIZER_FLAGS="-g -fPIC" .endif @@ -32,7 +37,7 @@ pre-build: > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE} ${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h ${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib_ - ${CP} -R /usr/src/lib/libz ${WRKSRC}/zlib + ${CP} -R ${SRC_BASE}/lib/libz ${WRKSRC}/zlib do-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:14:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C667C703; Sat, 7 Feb 2015 17:14:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1C6EEB4; Sat, 7 Feb 2015 17:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HE0Um002134; Sat, 7 Feb 2015 17:14:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HDxcO002118; Sat, 7 Feb 2015 17:13:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502071713.t17HDxcO002118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Feb 2015 17:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378606 - in head/graphics: . librasterlite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:14:00 -0000 Author: jbeich Date: Sat Feb 7 17:13:58 2015 New Revision: 378606 URL: https://svnweb.freebsd.org/changeset/ports/378606 QAT: https://qat.redports.org/buildarchive/r378606/ Log: Add new port: graphics/librasterlite2 PR: 197228 Submitted by: coder@tuxfamily.org Approved by: mentors (implicit) librasterlite2 is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS. WWW: https://www.gaia-gis.it/fossil/librasterlite2/index Added: head/graphics/librasterlite2/ head/graphics/librasterlite2/Makefile (contents, props changed) head/graphics/librasterlite2/distinfo (contents, props changed) head/graphics/librasterlite2/pkg-descr (contents, props changed) head/graphics/librasterlite2/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Feb 7 17:09:45 2015 (r378605) +++ head/graphics/Makefile Sat Feb 7 17:13:58 2015 (r378606) @@ -513,6 +513,7 @@ SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite + SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 Added: head/graphics/librasterlite2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/Makefile Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,44 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= librasterlite2 +PORTVERSION= 1.0.0 +DISTVERSIONSUFFIX=-rc0 +CATEGORIES= graphics geography +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite + +LICENSE= MPL GPLv2 LGPL21 +LICENSE_COMB= dual + +LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libgeos.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libfreexl.so:${PORTSDIR}/textproc/freexl \ + libwebp.so:${PORTSDIR}/graphics/webp \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libcurl.so:${PORTSDIR}/ftp/curl + +GNU_CONFIGURE= yes +USES= gmake iconv libtool pathfix pkgconfig +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +# Work around PKG_CHECK_MODULES before base r276898 +.if !exists(/usr/libdata/pkgconfig/liblzma.pc) +CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma" +.endif + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/graphics/librasterlite2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/distinfo Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,2 @@ +SHA256 (librasterlite2-1.0.0-rc0.tar.gz) = 8ddf8e7640ecc2591804a97cc78f54263362e67eb8af3089f014dc058060ef4f +SIZE (librasterlite2-1.0.0-rc0.tar.gz) = 16400254 Added: head/graphics/librasterlite2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/pkg-descr Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,4 @@ +librasterlite2 is an open source library that stores and retrieves huge raster +coverages using a SpatiaLite DBMS. + +WWW: https://www.gaia-gis.it/fossil/librasterlite2/index Added: head/graphics/librasterlite2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/pkg-plist Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,16 @@ +bin/rl2tool +bin/wmslite +include/rasterlite2/rasterlite2.h +include/rasterlite2/rl2graphics.h +include/rasterlite2/rl2svg.h +include/rasterlite2/rl2tiff.h +include/rasterlite2/rl2wms.h +include/rasterlite2/sqlite.h +lib/librasterlite2.a +lib/librasterlite2.so +lib/librasterlite2.so.1 +lib/librasterlite2.so.1.0.0 +lib/mod_rasterlite2.so +lib/mod_rasterlite2.so.1 +lib/mod_rasterlite2.so.1.0.0 +libdata/pkgconfig/rasterlite2.pc From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:14:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4D7981E; Sat, 7 Feb 2015 17:14:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0E69EC1; Sat, 7 Feb 2015 17:14:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HEH1G002300; Sat, 7 Feb 2015 17:14:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HEHVZ002299; Sat, 7 Feb 2015 17:14:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502071714.t17HEHVZ002299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Feb 2015 17:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378607 - head/graphics/librasterlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:14:17 -0000 Author: jbeich Date: Sat Feb 7 17:14:16 2015 New Revision: 378607 URL: https://svnweb.freebsd.org/changeset/ports/378607 QAT: https://qat.redports.org/buildarchive/r378607/ Log: Reduce difference with graphics/librasterlite2 - Add LICENSE - Convert to USES=pathfix - Strip library PR: 197228 Submitted by: coder@tuxfamily.org (maintainer) Approved by: mentors (implicit) Modified: head/graphics/librasterlite/Makefile Modified: head/graphics/librasterlite/Makefile ============================================================================== --- head/graphics/librasterlite/Makefile Sat Feb 7 17:13:58 2015 (r378606) +++ head/graphics/librasterlite/Makefile Sat Feb 7 17:14:16 2015 (r378607) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.gaia-gis.it/gai MAINTAINER= coder@tuxfamily.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite +LICENSE= MPL GPLv2 LGPL21 +LICENSE_COMB= dual + LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ @@ -22,14 +25,11 @@ LIB_DEPENDS= libspatialite.so:${PORTSDIR libfreexl.so:${PORTSDIR}/textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv pkgconfig libtool +USES= gmake iconv libtool pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:18:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE76FAA6; Sat, 7 Feb 2015 17:18:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA103F08; Sat, 7 Feb 2015 17:18:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HInUV002979; Sat, 7 Feb 2015 17:18:49 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HInFd002977; Sat, 7 Feb 2015 17:18:49 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201502071718.t17HInFd002977@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 7 Feb 2015 17:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378608 - in head/databases: postgresql90-server postgresql94-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:18:50 -0000 Author: girgen Date: Sat Feb 7 17:18:48 2015 New Revision: 378608 URL: https://svnweb.freebsd.org/changeset/ports/378608 QAT: https://qat.redports.org/buildarchive/r378608/ Log: In previous commit, "Revert the change from readline to libedit, and instead make libedit optional.", I failed to get the PORTREVISION set correctly. Fixed now. PR: ports/197362 Modified: head/databases/postgresql90-server/Makefile head/databases/postgresql94-server/Makefile Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Sat Feb 7 17:14:16 2015 (r378607) +++ head/databases/postgresql90-server/Makefile Sat Feb 7 17:18:48 2015 (r378608) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.0.19 -PORTREVISION= 0 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Sat Feb 7 17:14:16 2015 (r378607) +++ head/databases/postgresql94-server/Makefile Sat Feb 7 17:18:48 2015 (r378608) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.4.1 -PORTREVISION= 0 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:19:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2557B97; Sat, 7 Feb 2015 17:19:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE605F16; Sat, 7 Feb 2015 17:19:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HJrZk003219; Sat, 7 Feb 2015 17:19:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HJrQ2003218; Sat, 7 Feb 2015 17:19:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502071719.t17HJrQ2003218@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Feb 2015 17:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378609 - head/graphics/opennurbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:19:54 -0000 Author: antoine Date: Sat Feb 7 17:19:53 2015 New Revision: 378609 URL: https://svnweb.freebsd.org/changeset/ports/378609 QAT: https://qat.redports.org/buildarchive/r378609/ Log: Fix the SRC_BASE check Modified: head/graphics/opennurbs/Makefile Modified: head/graphics/opennurbs/Makefile ============================================================================== --- head/graphics/opennurbs/Makefile Sat Feb 7 17:18:48 2015 (r378608) +++ head/graphics/opennurbs/Makefile Sat Feb 7 17:19:53 2015 (r378609) @@ -23,8 +23,7 @@ MKFILE= ${EXAMPLESDIR}/bsd.openNURBS.mk .include -pre-fetch: -.if !exists(${SRC_BASE}) +.if !exists(${SRC_BASE}/lib/libz) IGNORE= needs SRC_BASE to compile. Install base system sources and try again .endif From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:22:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31B05CB2; Sat, 7 Feb 2015 17:22:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D028FBE; Sat, 7 Feb 2015 17:22:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HM4lB007095; Sat, 7 Feb 2015 17:22:04 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HM4HM007090; Sat, 7 Feb 2015 17:22:04 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201502071722.t17HM4HM007090@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: Jean-Sebastien Pedron Date: Sat, 7 Feb 2015 17:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378610 - head/graphics/darktable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:22:05 -0000 Author: dumbbell (src committer) Date: Sat Feb 7 17:22:03 2015 New Revision: 378610 URL: https://svnweb.freebsd.org/changeset/ports/378610 QAT: https://qat.redports.org/buildarchive/r378610/ Log: graphics/darktable: Update to 1.6.2 Differential Revision: https://reviews.freebsd.org/D1791 Reviewed by: kwm Approved by: kwm Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo head/graphics/darktable/pkg-plist Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sat Feb 7 17:19:53 2015 (r378609) +++ head/graphics/darktable/Makefile Sat Feb 7 17:22:03 2015 (r378610) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION}/ Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Sat Feb 7 17:19:53 2015 (r378609) +++ head/graphics/darktable/distinfo Sat Feb 7 17:22:03 2015 (r378610) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.6.1.tar.xz) = 1372ec5b6df22409f3614b229ea98b89051c9e23e46c8bd6de1c4326705e32c6 -SIZE (darktable-1.6.1.tar.xz) = 3073356 +SHA256 (darktable-1.6.2.tar.xz) = 66ee5f8ce5df9169211980fa374dc686eaf74322e0bd363a56612ae808bdc5bd +SIZE (darktable-1.6.2.tar.xz) = 3086572 Modified: head/graphics/darktable/pkg-plist ============================================================================== --- head/graphics/darktable/pkg-plist Sat Feb 7 17:19:53 2015 (r378609) +++ head/graphics/darktable/pkg-plist Sat Feb 7 17:22:03 2015 (r378610) @@ -154,6 +154,21 @@ share/applications/darktable.desktop %%DATADIR%%/kernels/soften.cl %%DATADIR%%/latex/photobook.cls %%LUA%%%%DATADIR%%/lua/darktable/debug.lua +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/.gitignore +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/README.md +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/require.lua +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.1-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.2-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.3-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-2.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-3.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-4.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-5.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.5-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.6-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-1.rockspec +%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-2.rockspec %%LUA%%%%DATADIR%%/luarc %%DATADIR%%/pixmaps/dt_logo_128x128.png %%DATADIR%%/pixmaps/idbutton-1.png From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 19:04:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31AFAC56; Sat, 7 Feb 2015 19:04:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CBABBC; Sat, 7 Feb 2015 19:04:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17J4I2C053742; Sat, 7 Feb 2015 19:04:18 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17J4GLf053726; Sat, 7 Feb 2015 19:04:16 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502071904.t17J4GLf053726@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 19:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378611 - in head: . mail/opensmtpd mail/opensmtpd-devel mail/opensmtpd-devel/files mail/opensmtpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 19:04:19 -0000 Author: ashish Date: Sat Feb 7 19:04:15 2015 New Revision: 378611 URL: https://svnweb.freebsd.org/changeset/ports/378611 QAT: https://qat.redports.org/buildarchive/r378611/ Log: OpenSMTPD port updates mail/opensmtpd: - Update to 5.4.4p1 - Add LIBASRDEVEL option to depend on dns/libasr-devel - Use OpenSSL from ports, should help with migration to LibreSSL - Explicitly provide path to OpenSSL[1] mail/opensmtpd-devel: - Update to 201502012312 - Add LIBASR option to depend on dns/libasr - Remove MYSQL, PGSQL, LDAP, and REDIS options as they're removed upstream - Add a note for above to UPDATING - Explicitly provide path to OpenSSL[1] - Add a diff to fix build failure on FreeBSD[2] Reported by: TJ (via private email) Submitted by: Herbert J. Skuhra (via list) Added: head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h (contents, props changed) Modified: head/UPDATING head/mail/opensmtpd-devel/Makefile head/mail/opensmtpd-devel/distinfo head/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in head/mail/opensmtpd-devel/pkg-plist head/mail/opensmtpd/Makefile head/mail/opensmtpd/distinfo head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in head/mail/opensmtpd/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Feb 7 17:22:03 2015 (r378610) +++ head/UPDATING Sat Feb 7 19:04:15 2015 (r378611) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150207: + AFFECTS: users of mail/opensmtpd-devel + AUTHOR: ashish@FreeBSD.org + + MYSQL, PGSQL, LDAP, and REDIS options are removed from port, as + they're moved upstream to a separate project, which is yet to + release snapshots. If you need those options, then please install + "mail/opensmtpd" port instead. To do that: + + If using portupgrade: + # portupgrade -o mail/opensmtpd mail/opensmtpd-devel + + If using portmaster: + # portmaster -o mail/opensmtpd mail/opensmtpd-devel + 20150206: AFFECTS: users of net/serviio AUTHOR: netchild@FreeBSD.org Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd-devel/Makefile Sat Feb 7 19:04:15 2015 (r378611) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 201405202105 -PORTREVISION= 4 +PORTVERSION= 201502012312 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -19,17 +18,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 -OPENSMTPD_SNAPSHOT_VER= p1 +OPTIONS_DEFINE= CA_BUNDLE LIBASR -OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS -OPTIONS_DEFAULT=CA_BUNDLE PAM -OPTIONS_SUB= yes +OPTIONS_DEFAULT= CA_BUNDLE PAM CA_BUNDLE_DESC= Install CA bundle for OpenSSL +LIBASR_DESC= Use stable version of libasr GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ - --with-mailwrapper + --with-mailwrapper --with-ssl-dir=${OPENSSLBASE} USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall @@ -39,29 +37,12 @@ CONFLICTS_INSTALL= postfix-[0-9]* sendma USERS= _smtpd _smtpq GROUPS= _smtpd +LIBASR_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr-devel +LIBASR_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr + CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -MYSQL_USE= MYSQL=yes -MYSQL_CFLAGS= -I${LOCALBASE}/include/mysql -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql -MYSQL_CONFIGURE_ON= --with-experimental-mysql - -SQLITE_USE= SQLITE=3 -SQLITE_CFLAGS= -I${LOCALBASE}/include -SQLITE_LDFLAGS= -L${LOCALBASE}/lib -SQLITE_CONFIGURE_ON= --with-experimental-sqlite - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_ON= --with-experimental-postgres - -LDAP_CONFIGURE_ON= --with-experimental-ldap - -PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd - -REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis -REDIS_CONFIGURE_ON= --with-experimental-redis - USE_OPENSSL= yes WITH_OPENSSL_PORT= yes Modified: head/mail/opensmtpd-devel/distinfo ============================================================================== --- head/mail/opensmtpd-devel/distinfo Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd-devel/distinfo Sat Feb 7 19:04:15 2015 (r378611) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-201405202105p1.tar.gz) = 87c9ab2abe6fa85cdd7217239965df5ac08f6a9460426e9d50986744a087c14b -SIZE (opensmtpd-201405202105p1.tar.gz) = 929962 +SHA256 (opensmtpd-201502012312p1.tar.gz) = e35b30861ac65c280b6c705bda9dad0f82eb846a1064e46bb18b4a3a1c78c2df +SIZE (opensmtpd-201502012312p1.tar.gz) = 764585 Modified: head/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in ============================================================================== --- head/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in Sat Feb 7 19:04:15 2015 (r378611) @@ -3,7 +3,7 @@ $FreeBSD$ --- mk/smtpd/Makefile.in.orig +++ mk/smtpd/Makefile.in -@@ -1837,11 +1837,7 @@ +@@ -1796,11 +1796,7 @@ $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 Added: head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h Sat Feb 7 19:04:15 2015 (r378611) @@ -0,0 +1,20 @@ + +$FreeBSD$ + +Fix for a build failure, taken from + +http://article.gmane.org/gmane.mail.opensmtpd.general/2291 + +--- openbsd-compat/defines.h.orig ++++ openbsd-compat/defines.h +@@ -79,6 +79,10 @@ + # define MAXHOSTNAMELEN 64 + #endif + ++#ifndef HOST_NAME_MAX ++# define HOST_NAME_MAX 255 ++#endif ++ + #ifndef LOGIN_NAME_MAX + # define LOGIN_NAME_MAX 9 + #endif Modified: head/mail/opensmtpd-devel/pkg-plist ============================================================================== --- head/mail/opensmtpd-devel/pkg-plist Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd-devel/pkg-plist Sat Feb 7 19:04:15 2015 (r378611) @@ -1,22 +1,6 @@ etc/mail/smtpd.conf.sample libexec/opensmtpd/mail.local libexec/opensmtpd/makemap -libexec/opensmtpd/queue-null -libexec/opensmtpd/queue-ram -libexec/opensmtpd/queue-stub -libexec/opensmtpd/table-stub -libexec/opensmtpd/table-passwd -%%MYSQL%%libexec/opensmtpd/table-mysql -%%SQLITE%%libexec/opensmtpd/table-sqlite -%%LDAP%%libexec/opensmtpd/table-ldap -%%PGSQL%%libexec/opensmtpd/table-postgres -%%REDIS%%libexec/opensmtpd/table-redis -libexec/opensmtpd/scheduler-ram -libexec/opensmtpd/scheduler-stub -libexec/opensmtpd/filter-dnsbl -libexec/opensmtpd/filter-monkey -libexec/opensmtpd/filter-stub -libexec/opensmtpd/filter-trace libexec/opensmtpd/encrypt sbin/smtpctl sbin/smtpd @@ -29,3 +13,5 @@ man/man5/table.5.gz man/man5/smtpd.conf.5.gz man/man5/forward.5.gz man/man5/aliases.5.gz +@dir libexec/opensmtpd +@dirrmtry etc/mail Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd/Makefile Sat Feb 7 19:04:15 2015 (r378611) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 5.4.2 -PORTREVISION= 4 +PORTVERSION= 5.4.4 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -17,17 +16,19 @@ LICENSE= ISCL LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 -OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS +OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS LIBASRDEVEL OPTIONS_DEFAULT= CA_BUNDLE PAM CA_BUNDLE_DESC= Install CA bundle for OpenSSL +LIBASRDEVEL_DESC= Use development version of libasr USES= libtool USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ - --with-mailwrapper + --with-mailwrapper --with-ssl-dir=${OPENSSLBASE} USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall pkg-message @@ -39,6 +40,9 @@ GROUPS= _smtpd OPTIONS_SUB= yes +LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr +LIBASRDEVEL_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr-devel + CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss Modified: head/mail/opensmtpd/distinfo ============================================================================== --- head/mail/opensmtpd/distinfo Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd/distinfo Sat Feb 7 19:04:15 2015 (r378611) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.4.2p1.tar.gz) = 4ffaf48d3d044ef8be1bd80c8972c87ba830a21bb330b85a59f6a70da5fbd9a2 -SIZE (opensmtpd-5.4.2p1.tar.gz) = 881853 +SHA256 (opensmtpd-5.4.4p1.tar.gz) = 1118330aa54e9a8a30914a1f2e129a83f2954a5956300eade522a1396f6d8ebd +SIZE (opensmtpd-5.4.4p1.tar.gz) = 798968 Modified: head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in ============================================================================== --- head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Sat Feb 7 19:04:15 2015 (r378611) @@ -3,7 +3,7 @@ $FreeBSD$ --- mk/smtpd/Makefile.in.orig +++ mk/smtpd/Makefile.in -@@ -1906,11 +1906,7 @@ +@@ -1782,11 +1782,7 @@ $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 Modified: head/mail/opensmtpd/pkg-plist ============================================================================== --- head/mail/opensmtpd/pkg-plist Sat Feb 7 17:22:03 2015 (r378610) +++ head/mail/opensmtpd/pkg-plist Sat Feb 7 19:04:15 2015 (r378611) @@ -2,22 +2,6 @@ etc/mail/smtpd.conf.sample libexec/opensmtpd/encrypt libexec/opensmtpd/mail.local libexec/opensmtpd/makemap -libexec/opensmtpd/queue-null -libexec/opensmtpd/queue-ram -libexec/opensmtpd/queue-stub -libexec/opensmtpd/table-stub -libexec/opensmtpd/table-passwd -%%MYSQL%%libexec/opensmtpd/table-mysql -%%SQLITE%%libexec/opensmtpd/table-sqlite -%%LDAP%%libexec/opensmtpd/table-ldap -%%PGSQL%%libexec/opensmtpd/table-postgres -%%REDIS%%libexec/opensmtpd/table-redis -libexec/opensmtpd/scheduler-ram -libexec/opensmtpd/scheduler-stub -libexec/opensmtpd/filter-dnsbl -libexec/opensmtpd/filter-monkey -libexec/opensmtpd/filter-stub -libexec/opensmtpd/filter-trace sbin/smtpctl sbin/smtpd man/man8/newaliases.8.gz From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 19:08:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0484DAC; Sat, 7 Feb 2015 19:08:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B23EABEA; Sat, 7 Feb 2015 19:08:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17J8YBl054382; Sat, 7 Feb 2015 19:08:34 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17J8YZ7054379; Sat, 7 Feb 2015 19:08:34 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502071908.t17J8YZ7054379@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Feb 2015 19:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378612 - head/sysutils/auto-admin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 19:08:35 -0000 Author: riggs Date: Sat Feb 7 19:08:33 2015 New Revision: 378612 URL: https://svnweb.freebsd.org/changeset/ports/378612 QAT: https://qat.redports.org/buildarchive/r378612/ Log: - Update to upstream version 0.3.4 - Fix license string PR: 197149 Submitted by: jwbacon@tds.net (maintainer) Modified: head/sysutils/auto-admin/Makefile head/sysutils/auto-admin/distinfo head/sysutils/auto-admin/pkg-plist Modified: head/sysutils/auto-admin/Makefile ============================================================================== --- head/sysutils/auto-admin/Makefile Sat Feb 7 19:04:15 2015 (r378611) +++ head/sysutils/auto-admin/Makefile Sat Feb 7 19:08:33 2015 (r378612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= auto-admin -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -10,7 +10,7 @@ MASTER_SITES= http://acadix.biz/Ports/di MAINTAINER= jwbacon@tds.net COMMENT= Tools for automating system management -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= tar:xz @@ -18,12 +18,12 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/FreeBSD/* ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/Common/Scripts/* ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/Scripts/* ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \ ${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1 - for name in ${WRKSRC}/Scripts/Common/* ${WRKSRC}/Scripts/FreeBSD/*; do \ + for name in ${WRKSRC}/Common/Scripts/* ${WRKSRC}/FreeBSD/Scripts/*; do \ ${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \ ${STAGEDIR}${MANPREFIX}/man/man1/`basename $${name}`.1; \ done Modified: head/sysutils/auto-admin/distinfo ============================================================================== --- head/sysutils/auto-admin/distinfo Sat Feb 7 19:04:15 2015 (r378611) +++ head/sysutils/auto-admin/distinfo Sat Feb 7 19:08:33 2015 (r378612) @@ -1,2 +1,2 @@ -SHA256 (auto-admin-0.3.3.tar.xz) = 21c3e4376b5799afbdb83fca1758baa6f990c6760b0a6273ad09bf2416c2d96d -SIZE (auto-admin-0.3.3.tar.xz) = 19528 +SHA256 (auto-admin-0.3.4.tar.xz) = 9e60eec356a59c15127fe383de5e38d71e061c991b4e69e5bbf42ae44c8b3d6c +SIZE (auto-admin-0.3.4.tar.xz) = 42392 Modified: head/sysutils/auto-admin/pkg-plist ============================================================================== --- head/sysutils/auto-admin/pkg-plist Sat Feb 7 19:04:15 2015 (r378611) +++ head/sysutils/auto-admin/pkg-plist Sat Feb 7 19:08:33 2015 (r378612) @@ -1,16 +1,57 @@ +man/man1/auto-admin.1.gz +man/man1/auto-amd-nfs-setup.1.gz +man/man1/auto-append-line.1.gz +man/man1/auto-ask.1.gz +man/man1/auto-clean-ports.1.gz +man/man1/auto-config-snd-driver.1.gz +man/man1/auto-db-dir.1.gz +man/man1/auto-denyhosts-remove-ip.1.gz +man/man1/auto-denyhosts-setup.1.gz +man/man1/auto-disable-service.1.gz +man/man1/auto-enable-autologout.1.gz +man/man1/auto-enable-compat32.1.gz +man/man1/auto-enable-hal-mount.1.gz +man/man1/auto-enable-passwdqc.1.gz +man/man1/auto-enable-procfs.1.gz +man/man1/auto-enable-service.1.gz +man/man1/auto-fastest-mirror.1.gz +man/man1/auto-harden.1.gz +man/man1/auto-insert-line.1.gz +man/man1/auto-install-packages.1.gz +man/man1/auto-ipfw-gateway-setup.1.gz +man/man1/auto-kdm3-toggle.1.gz +man/man1/auto-ldap-adduser.1.gz +man/man1/auto-ldap-client-setup.1.gz +man/man1/auto-package-installed.1.gz +man/man1/auto-pkgsrc-setup.1.gz +man/man1/auto-print-make-variable.1.gz +man/man1/auto-pxe-installer-setup.1.gz +man/man1/auto-pxe-node-discover.1.gz +man/man1/auto-replace-file.1.gz +man/man1/auto-service-enabled.1.gz +man/man1/auto-set-suspend-mode.1.gz +man/man1/auto-ssh-authorize.1.gz +man/man1/auto-update-port-framework.1.gz +man/man1/auto-update-xorg.conf.1.gz +man/man1/auto-using-pkgng.1.gz +man/man1/auto-xdm-toggle.1.gz sbin/auto-amd-nfs-setup sbin/auto-append-line sbin/auto-ask sbin/auto-clean-ports sbin/auto-config-snd-driver sbin/auto-db-dir +sbin/auto-denyhosts-remove-ip +sbin/auto-denyhosts-setup sbin/auto-disable-service +sbin/auto-enable-autologout sbin/auto-enable-compat32 sbin/auto-enable-hal-mount sbin/auto-enable-passwdqc sbin/auto-enable-procfs sbin/auto-enable-service sbin/auto-fastest-mirror +sbin/auto-harden sbin/auto-insert-line sbin/auto-install-packages sbin/auto-ipfw-gateway-setup @@ -18,41 +59,16 @@ sbin/auto-kdm3-toggle sbin/auto-ldap-adduser sbin/auto-ldap-client-setup sbin/auto-package-installed +sbin/auto-pkgsrc-setup sbin/auto-print-make-variable +sbin/auto-pxe-installer-setup +sbin/auto-pxe-node-discover sbin/auto-replace-file sbin/auto-service-enabled sbin/auto-set-suspend-mode +sbin/auto-ssh-authorize sbin/auto-update-port-framework sbin/auto-update-xorg.conf sbin/auto-using-pkgng sbin/auto-xdm-toggle -man/man1/auto-admin.1.gz -man/man1/auto-amd-nfs-setup.1.gz -man/man1/auto-append-line.1.gz -man/man1/auto-ask.1.gz -man/man1/auto-clean-ports.1.gz -man/man1/auto-config-snd-driver.1.gz -man/man1/auto-db-dir.1.gz -man/man1/auto-disable-service.1.gz -man/man1/auto-enable-compat32.1.gz -man/man1/auto-enable-hal-mount.1.gz -man/man1/auto-enable-passwdqc.1.gz -man/man1/auto-enable-procfs.1.gz -man/man1/auto-enable-service.1.gz -man/man1/auto-set-suspend-mode.1.gz -man/man1/auto-fastest-mirror.1.gz -man/man1/auto-install-packages.1.gz -man/man1/auto-ipfw-gateway-setup.1.gz -man/man1/auto-kdm3-toggle.1.gz -man/man1/auto-ldap-adduser.1.gz -man/man1/auto-ldap-client-setup.1.gz -man/man1/auto-package-installed.1.gz -man/man1/auto-print-make-variable.1.gz -man/man1/auto-replace-file.1.gz -man/man1/auto-service-enabled.1.gz -man/man1/auto-insert-line.1.gz -man/man1/auto-update-xorg.conf.1.gz -man/man1/auto-update-port-framework.1.gz -man/man1/auto-using-pkgng.1.gz -man/man1/auto-xdm-toggle.1.gz %%DATADIR%%/ipfw-rules.sh From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 19:38:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BC333B3; Sat, 7 Feb 2015 19:38:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C853E51; Sat, 7 Feb 2015 19:38:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Jcamr068330; Sat, 7 Feb 2015 19:38:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17JcZvS068326; Sat, 7 Feb 2015 19:38:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502071938.t17JcZvS068326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Feb 2015 19:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378613 - in head: devel/rlvm games/katawa-shoujo games/openra sysutils/fusefs-simple-mtpfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 19:38:36 -0000 Author: jbeich Date: Sat Feb 7 19:38:34 2015 New Revision: 378613 URL: https://svnweb.freebsd.org/changeset/ports/378613 QAT: https://qat.redports.org/buildarchive/r378613/ Log: Use INSTALL_MAN for documentation per r367307 and Porter's Handbook Approved by: mentors (implicit) Modified: head/devel/rlvm/Makefile head/games/katawa-shoujo/Makefile head/games/openra/Makefile head/sysutils/fusefs-simple-mtpfs/Makefile Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Sat Feb 7 19:08:33 2015 (r378612) +++ head/devel/rlvm/Makefile Sat Feb 7 19:38:34 2015 (r378613) @@ -99,7 +99,7 @@ do-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} . for f in ${PORTDOCS:Nnotes} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} . endfor (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ notes ${STAGEDIR}${DOCSDIR}) Modified: head/games/katawa-shoujo/Makefile ============================================================================== --- head/games/katawa-shoujo/Makefile Sat Feb 7 19:08:33 2015 (r378612) +++ head/games/katawa-shoujo/Makefile Sat Feb 7 19:38:34 2015 (r378613) @@ -60,7 +60,7 @@ do-install: (cd ${WRKSRC}/game && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sat Feb 7 19:08:33 2015 (r378612) +++ head/games/openra/Makefile Sat Feb 7 19:38:34 2015 (r378613) @@ -72,7 +72,7 @@ post-build: post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/sysutils/fusefs-simple-mtpfs/Makefile ============================================================================== --- head/sysutils/fusefs-simple-mtpfs/Makefile Sat Feb 7 19:08:33 2015 (r378612) +++ head/sysutils/fusefs-simple-mtpfs/Makefile Sat Feb 7 19:38:34 2015 (r378613) @@ -42,7 +42,7 @@ SUB_FILES+= special_${PORTNAME} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .if exists(/etc/autofs) @${MKDIR} ${STAGEDIR}/etc/autofs ${INSTALL_SCRIPT} ${WRKDIR}/special_${PORTNAME} \ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:00:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12D7377A; Sat, 7 Feb 2015 20:00:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E769DFE0; Sat, 7 Feb 2015 20:00:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17K0Ibb078463; Sat, 7 Feb 2015 20:00:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17K0ICh078462; Sat, 7 Feb 2015 20:00:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502072000.t17K0ICh078462@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 7 Feb 2015 20:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378614 - head/www/linux-opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:00:19 -0000 Author: amdmi3 Date: Sat Feb 7 20:00:17 2015 New Revision: 378614 URL: https://svnweb.freebsd.org/changeset/ports/378614 QAT: https://qat.redports.org/buildarchive/r378614/ Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/www/linux-opera/pkg-plist Modified: head/www/linux-opera/pkg-plist ============================================================================== --- head/www/linux-opera/pkg-plist Sat Feb 7 19:38:34 2015 (r378613) +++ head/www/linux-opera/pkg-plist Sat Feb 7 20:00:17 2015 (r378614) @@ -343,135 +343,3 @@ share/icons/hicolor/scalable/mimetypes/l %%DATADIR%%/ui/unix_keyboard.ini %%DATADIR%%/ui/widgets.yml share/mime/packages/linux-opera-extension.xml -@dirrm share/mime/packages -@dirrm share/mime -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/styles/user -@dirrm %%DATADIR%%/styles/images -@dirrm %%DATADIR%%/styles -@dirrm %%DATADIR%%/skin -@dirrm %%DATADIR%%/region/za -@dirrm %%DATADIR%%/region/vn -@dirrm %%DATADIR%%/region/us -@dirrm %%DATADIR%%/region/ua/ru -@dirrm %%DATADIR%%/region/ua -@dirrm %%DATADIR%%/region/tw -@dirrm %%DATADIR%%/region/se -@dirrm %%DATADIR%%/region/ru -@dirrm %%DATADIR%%/region/pk -@dirrm %%DATADIR%%/region/ph -@dirrm %%DATADIR%%/region/ng -@dirrm %%DATADIR%%/region/my -@dirrm %%DATADIR%%/region/mx -@dirrm %%DATADIR%%/region/middle_east -@dirrm %%DATADIR%%/region/latin_america -@dirrm %%DATADIR%%/region/kz -@dirrm %%DATADIR%%/region/ke -@dirrm %%DATADIR%%/region/in -@dirrm %%DATADIR%%/region/id -@dirrm %%DATADIR%%/region/hk -@dirrm %%DATADIR%%/region/gb -@dirrm %%DATADIR%%/region/eg -@dirrm %%DATADIR%%/region/cn/en -@dirrm %%DATADIR%%/region/cn -@dirrm %%DATADIR%%/region/cis/ru -@dirrm %%DATADIR%%/region/cis/en -@dirrm %%DATADIR%%/region/cis -@dirrm %%DATADIR%%/region/au -@dirrm %%DATADIR%%/region/ar -@dirrm %%DATADIR%%/region -@dirrm %%DATADIR%%/locale/zu -@dirrm %%DATADIR%%/locale/zh-tw -@dirrm %%DATADIR%%/locale/zh-cn -@dirrm %%DATADIR%%/locale/vi -@dirrm %%DATADIR%%/locale/uz -@dirrm %%DATADIR%%/locale/ur -@dirrm %%DATADIR%%/locale/uk -@dirrm %%DATADIR%%/locale/tr -@dirrm %%DATADIR%%/locale/tl -@dirrm %%DATADIR%%/locale/th -@dirrm %%DATADIR%%/locale/te -@dirrm %%DATADIR%%/locale/ta -@dirrm %%DATADIR%%/locale/sw -@dirrm %%DATADIR%%/locale/sv -@dirrm %%DATADIR%%/locale/sr -@dirrm %%DATADIR%%/locale/sk -@dirrm %%DATADIR%%/locale/ru -@dirrm %%DATADIR%%/locale/ro -@dirrm %%DATADIR%%/locale/pt-BR -@dirrm %%DATADIR%%/locale/pt -@dirrm %%DATADIR%%/locale/pl -@dirrm %%DATADIR%%/locale/pa -@dirrm %%DATADIR%%/locale/nn -@dirrm %%DATADIR%%/locale/nl -@dirrm %%DATADIR%%/locale/nb -@dirrm %%DATADIR%%/locale/ms -@dirrm %%DATADIR%%/locale/mk -@dirrm %%DATADIR%%/locale/me -@dirrm %%DATADIR%%/locale/lv -@dirrm %%DATADIR%%/locale/lt -@dirrm %%DATADIR%%/locale/ko -@dirrm %%DATADIR%%/locale/kk -@dirrm %%DATADIR%%/locale/ka -@dirrm %%DATADIR%%/locale/ja -@dirrm %%DATADIR%%/locale/it -@dirrm %%DATADIR%%/locale/id -@dirrm %%DATADIR%%/locale/hu -@dirrm %%DATADIR%%/locale/hr -@dirrm %%DATADIR%%/locale/hi -@dirrm %%DATADIR%%/locale/he -@dirrm %%DATADIR%%/locale/gd -@dirrm %%DATADIR%%/locale/fy -@dirrm %%DATADIR%%/locale/fr-CA -@dirrm %%DATADIR%%/locale/fr -@dirrm %%DATADIR%%/locale/fi -@dirrm %%DATADIR%%/locale/fa -@dirrm %%DATADIR%%/locale/et -@dirrm %%DATADIR%%/locale/es-LA -@dirrm %%DATADIR%%/locale/es-ES -@dirrm %%DATADIR%%/locale/en-GB -@dirrm %%DATADIR%%/locale/en -@dirrm %%DATADIR%%/locale/el -@dirrm %%DATADIR%%/locale/de -@dirrm %%DATADIR%%/locale/da -@dirrm %%DATADIR%%/locale/cs -@dirrm %%DATADIR%%/locale/bn -@dirrm %%DATADIR%%/locale/bg -@dirrm %%DATADIR%%/locale/be -@dirrm %%DATADIR%%/locale/az -@dirrm %%DATADIR%%/locale/ar -@dirrm %%DATADIR%%/locale/af -@dirrm %%DATADIR%%/locale -@dirrm %%DATADIR%%/extra -@dirrm %%DATADIR%%/defaults -@dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/scalable/mimetypes -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/mimetypes -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/mimetypes -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/24x24/mimetypes -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/mimetypes -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/mimetypes -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/mimetypes -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/linux-opera/pluginwrapper -@dirrm lib/linux-opera/plugins -@dirrm lib/linux-opera/gstreamer/plugins -@dirrm lib/linux-opera/gstreamer -@dirrm lib/linux-opera From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:03:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A033F92E; Sat, 7 Feb 2015 20:03:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2FD117; Sat, 7 Feb 2015 20:03:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17K32NK081861; Sat, 7 Feb 2015 20:03:02 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17K31wK081858; Sat, 7 Feb 2015 20:03:01 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502072003.t17K31wK081858@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 20:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378615 - head/editors/emacs-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:03:02 -0000 Author: ashish Date: Sat Feb 7 20:03:01 2015 New Revision: 378615 URL: https://svnweb.freebsd.org/changeset/ports/378615 QAT: https://qat.redports.org/buildarchive/r378615/ Log: - Update to git snapshot 5c9ad35f - Add git commit id to PORTVERSION as upstream has switched to git Modified: head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/pkg-plist Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sat Feb 7 20:00:17 2015 (r378614) +++ head/editors/emacs-devel/Makefile Sat Feb 7 20:03:01 2015 (r378615) @@ -3,7 +3,6 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ @@ -23,7 +22,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema emacs-nox11-[0-9]* EMACS_VER= 25.0.50 -EMACS_REV= 118251 +EMACS_REV= 20150206.5c9ad35f GNU_CONFIGURE= yes USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include @@ -34,7 +33,6 @@ USE_AUTOTOOLS= autoconf:env aclocal:env SUB_FILES= pkg-install SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} -SHEBANG_FILES= ${WRKSRC}/lib-src/grep-changelog # Append --without-compress-install to prevent emacs from compressing info # which bsd.port.mk is not able to detect Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Sat Feb 7 20:00:17 2015 (r378614) +++ head/editors/emacs-devel/distinfo Sat Feb 7 20:03:01 2015 (r378615) @@ -1,2 +1,2 @@ -SHA256 (emacs-25.0.50.118251.tar.xz) = 04432a2142915605b9252083d6c834e69eb2beeee89b0bc5e0925eed73826f41 -SIZE (emacs-25.0.50.118251.tar.xz) = 31481040 +SHA256 (emacs-25.0.50.20150206.5c9ad35f.tar.xz) = 7e44251913596e2181e1697dca000afcc49f2566c196ff2a28df1e16995ce65b +SIZE (emacs-25.0.50.20150206.5c9ad35f.tar.xz) = 24728492 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Sat Feb 7 20:00:17 2015 (r378614) +++ head/editors/emacs-devel/pkg-plist Sat Feb 7 20:03:01 2015 (r378615) @@ -4,7 +4,6 @@ bin/emacs bin/emacs-%%EMACS_VER%% bin/emacsclient bin/etags -bin/grep-changelog libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/profile libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log @@ -13,7 +12,6 @@ libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%% man/man1/emacs.1.gz man/man1/ctags.1.gz man/man1/etags.1.gz -man/man1/grep-changelog.1.gz man/man1/emacsclient.1.gz man/man1/ebrowse.1.gz share/applications/emacs.desktop @@ -158,6 +156,7 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.eps %%DATADIR%%/%%EMACS_VER%%/etc/refcards/pt-br-refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex.in %%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcards/Makefile @@ -324,7 +323,6 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/etc/ORDERS %%DATADIR%%/%%EMACS_VER%%/etc/TERMS %%DATADIR%%/%%EMACS_VER%%/etc/emacs-buffer.gdb -%%DATADIR%%/%%EMACS_VER%%/etc/CONTRIBUTE %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.22 %%DATADIR%%/%%EMACS_VER%%/etc/nxml/01720-0173F.el %%DATADIR%%/%%EMACS_VER%%/etc/nxml/00100-0017F.el @@ -922,6 +920,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.el %%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.elc %%DATADIR%%/%%EMACS_VER%%/lisp/info-look.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dom.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dom.elc %%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.elc %%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.elc %%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.elc @@ -1927,6 +1927,10 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/reposition.el %%DATADIR%%/%%EMACS_VER%%/lisp/foldout.el %%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.elc %%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.el @@ -1949,7 +1953,6 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.elc %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-arch.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.elc @@ -1979,7 +1982,6 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.elc %%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-arch.elc %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.elc %%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.el %%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.el @@ -2537,6 +2539,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/ido.elc %%DATADIR%%/%%EMACS_VER%%/lisp/view.elc %%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.el %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.elc %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.el @@ -2728,6 +2732,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.el %%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.el %%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.el %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.elc @@ -3147,6 +3153,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/dnd.el %%DATADIR%%/%%EMACS_VER%%/lisp/kermit.el %%DATADIR%%/%%EMACS_VER%%/lisp/echistory.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.el %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.el @@ -3543,6 +3551,10 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.elc %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.elc %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.elc %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.el %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.elc @@ -3618,6 +3630,14 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.el %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.elc %%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.el %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.el @@ -3765,6 +3785,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.el %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.elc %%DATADIR%%/%%EMACS_VER%%/lisp/informat.el %%DATADIR%%/%%EMACS_VER%%/lisp/wdired.elc %%DATADIR%%/%%EMACS_VER%%/lisp/imenu.el @@ -3798,6 +3820,8 @@ share/appdata/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.elc %%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.el %%DATADIR%%/%%EMACS_VER%%/lisp/files.el +%%DATADIR%%/%%EMACS_VER%%/lisp/let-alist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/let-alist.elc %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el %%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macuvs.h From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:04:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53A10A12; Sat, 7 Feb 2015 20:04:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25DE8120; Sat, 7 Feb 2015 20:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17K4s23082177; Sat, 7 Feb 2015 20:04:54 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17K4rdw082175; Sat, 7 Feb 2015 20:04:53 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201502072004.t17K4rdw082175@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sat, 7 Feb 2015 20:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378616 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:04:54 -0000 Author: nox Date: Sat Feb 7 20:04:53 2015 New Revision: 378616 URL: https://svnweb.freebsd.org/changeset/ports/378616 QAT: https://qat.redports.org/buildarchive/r378616/ Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Feb 7 20:03:01 2015 (r378615) +++ head/emulators/qemu-sbruno/Makefile Sat Feb 7 20:04:53 2015 (r378616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.2.50.g20150123 +PORTVERSION= 2.2.50.g20150205 CATEGORIES= emulators MASTER_SITES= GH GHC \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_COMMIT= 0dbb545 +GH_COMMIT= f941939 GH_TAGNAME= ${GH_COMMIT} HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sat Feb 7 20:03:01 2015 (r378615) +++ head/emulators/qemu-sbruno/distinfo Sat Feb 7 20:04:53 2015 (r378616) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.2.50.g20150123/qemu-2.2.50.g20150123.tar.gz) = 743695f248df7c0ec82bc7cb50a770b98414bff5418242965f38f70580dae1cb -SIZE (qemu/2.2.50.g20150123/qemu-2.2.50.g20150123.tar.gz) = 10706933 -SHA256 (qemu/2.2.50.g20150123/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.2.50.g20150123/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.2.50.g20150205/qemu-2.2.50.g20150205.tar.gz) = 60c205e01083094f95a64d54fb40bde898c939e24b8d961f28c9aa045f137402 +SIZE (qemu/2.2.50.g20150205/qemu-2.2.50.g20150205.tar.gz) = 10708141 +SHA256 (qemu/2.2.50.g20150205/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.2.50.g20150205/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:11:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F00AAB58; Sat, 7 Feb 2015 20:11:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB67A1EA; Sat, 7 Feb 2015 20:11:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17KBsf0086596; Sat, 7 Feb 2015 20:11:54 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17KBsmK086594; Sat, 7 Feb 2015 20:11:54 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502072011.t17KBsmK086594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 7 Feb 2015 20:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378617 - head/science/py-scipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:11:55 -0000 Author: olivierd Date: Sat Feb 7 20:11:53 2015 New Revision: 378617 URL: https://svnweb.freebsd.org/changeset/ports/378617 QAT: https://qat.redports.org/buildarchive/r378617/ Log: - Update to 0.15.1 - Switch to USES= blaslapack Differential Revision: https://reviews.freebsd.org/D1579 Reviewed by: thierry Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Sat Feb 7 20:04:53 2015 (r378616) +++ head/science/py-scipy/Makefile Sat Feb 7 20:11:53 2015 (r378617) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.14.0 -PORTREVISION= 4 +PORTVERSION= 0.15.1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source @@ -17,15 +16,17 @@ COMMENT= Scientific tools for Python LICENSE= BSD3CLAUSE -BUILD_DEPENDS+= ${PYNUMPY} \ +BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 -RUN_DEPENDS= ${PYNUMPY} \ - nosetests:${PORTSDIR}/devel/py-nose +RUN_DEPENDS= ${PYNUMPY} USES= fortran python USE_PYTHON= distutils autoplist concurrent +PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95 +PYDISTUTILS_BUILDARGS+= --fcompiler=gnu95 + LDFLAGS+= -shared OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE @@ -33,35 +34,28 @@ OPTIONS_DEFAULT=SUITESPARSE ATLAS_DESC= Use optimized blas library SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse -PORTDOCS= scipy-ref-${PORTVERSION}.pdf +ATLAS_USES= blaslapack:atlas +ATLAS_USES_OFF= blaslapack:netlib +SUITESPARSE_LIB_DEPENDS= libumfpack.so:${PORTSDIR}/math/suitesparse +SUITESPARSE_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -post-patch: - @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ - -e "s@malloc\.h@stdlib.h@" +PORTDOCS= scipy-ref-${PORTVERSION}.pdf .include .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for scipy to function properly .endif -.else -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack \ - libblas.so:${PORTSDIR}/math/blas .endif -.if ${PORT_OPTIONS:MSUITESPARSE} -BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS+= libumfpack.so:${PORTSDIR}/math/suitesparse -.endif - -PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95 -PYDISTUTILS_BUILDARGS+= --fcompiler=gnu95 - post-extract: @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} +post-patch: + @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ + -e "s@malloc\.h@stdlib.h@" + post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Sat Feb 7 20:04:53 2015 (r378616) +++ head/science/py-scipy/distinfo Sat Feb 7 20:11:53 2015 (r378617) @@ -1,4 +1,4 @@ -SHA256 (scipy-0.14.0.tar.gz) = 4b41a3e6bf178df1c7f0ef3bfeabf1f56610329aca5dbd7b6d64da8ac9af6b14 -SIZE (scipy-0.14.0.tar.gz) = 10212944 -SHA256 (scipy-ref-0.14.0.pdf) = 8ecaf05c83b13d0730d23b4a374c5d7566a8b48d88addf06ead01c319ab2938c -SIZE (scipy-ref-0.14.0.pdf) = 17398860 +SHA256 (scipy-0.15.1.tar.gz) = a212cbc3b79e9a563aa45fc5c517b3499198bd7eb7e7be1e047568a5f48c259a +SIZE (scipy-0.15.1.tar.gz) = 11401878 +SHA256 (scipy-ref-0.15.1.pdf) = d96046ddbc91383fb37e3ae2bbdc6945e0c2fc70fa230e0bcda0789e6025ca7e +SIZE (scipy-ref-0.15.1.pdf) = 18313446 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:19:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFBC1CB8; Sat, 7 Feb 2015 20:19:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904E622C; Sat, 7 Feb 2015 20:19:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17KJral087722; Sat, 7 Feb 2015 20:19:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17KJq3k087719; Sat, 7 Feb 2015 20:19:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502072019.t17KJq3k087719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 7 Feb 2015 20:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378618 - head/devel/embb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:19:53 -0000 Author: riggs Date: Sat Feb 7 20:19:52 2015 New Revision: 378618 URL: https://svnweb.freebsd.org/changeset/ports/378618 QAT: https://qat.redports.org/buildarchive/r378618/ Log: - Update to upstream version 0.2.2 - Introduce non-default OPTION to run tests during the build process Modified: head/devel/embb/Makefile head/devel/embb/distinfo head/devel/embb/pkg-plist Modified: head/devel/embb/Makefile ============================================================================== --- head/devel/embb/Makefile Sat Feb 7 20:11:53 2015 (r378617) +++ head/devel/embb/Makefile Sat Feb 7 20:19:52 2015 (r378618) @@ -2,34 +2,47 @@ # $FreeBSD$ PORTNAME= embb -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel MAINTAINER= riggs@FreeBSD.org -COMMENT= Embedded Multicore Building Blocks +COMMENT= C/C++ library for parallel programming LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi USE_GITHUB= yes -GH_ACCOUNT= riggs- -GH_COMMIT= d40a5c3 +GH_ACCOUNT= siemens +GH_COMMIT= d9c1d0c GH_TAGNAME= ${GH_COMMIT} USES= cmake:outsource compiler:c11 -CMAKE_ARGS= -DINSTALL_PREFIX=${PREFIX} \ - -DBUILD_TESTS=OFF +CMAKE_ARGS= -DINSTALL_PREFIX=${PREFIX} -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES TESTS + +TESTS_DESC= Build and run parallel unit tests DOCS_CMAKE_OFF= -DINSTALL_DOCS=OFF +TESTS_CMAKE_OFF=-DBUILD_TESTS=OFF + OPTIONS_SUB= yes +.include + post-patch: ${RM} ${WRKSRC}/doc/examples/CMakeLists.txt ${MV} ${WRKSRC}/doc/examples ${WRKSRC} + ${REINPLACE_CMD} -e \ + 's|$${INSTALL_PREFIX_DOCS} PARENT_SCOPE|"${DOCSDIR}" PARENT_SCOPE|' \ + ${WRKSRC}/CMakeCommon/SetInstallPaths.cmake + +.if ${PORT_OPTIONS:MTESTS} +post-build: + (cd ${BUILD_WRKSRC}/binaries && ./run_tests.sh) +.endif post-install: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}/${EXAMPLESDIR} Modified: head/devel/embb/distinfo ============================================================================== --- head/devel/embb/distinfo Sat Feb 7 20:11:53 2015 (r378617) +++ head/devel/embb/distinfo Sat Feb 7 20:19:52 2015 (r378618) @@ -1,2 +1,2 @@ -SHA256 (embb-0.2.1.tar.gz) = ff4b0b82cbb4e9596576117f1c24dcb4e1899e8e486b4422da39bd47c0394a29 -SIZE (embb-0.2.1.tar.gz) = 1447957 +SHA256 (embb-0.2.2.tar.gz) = 9e7ec9e5983edb025e7b59302fe88da8cd9ac4c8de1429dff7b0920dc9d6d3b0 +SIZE (embb-0.2.2.tar.gz) = 1451333 Modified: head/devel/embb/pkg-plist ============================================================================== --- head/devel/embb/pkg-plist Sat Feb 7 20:11:53 2015 (r378617) +++ head/devel/embb/pkg-plist Sat Feb 7 20:19:52 2015 (r378618) @@ -1,6 +1,5 @@ include/embb/algorithms/algorithms.h include/embb/algorithms/count.h -include/embb/algorithms/execution_policy.h include/embb/algorithms/for_each.h include/embb/algorithms/identity.h include/embb/algorithms/internal/count-inl.h @@ -126,9 +125,9 @@ include/embb/dataflow/internal/tuple.h include/embb/dataflow/internal/typelist.h include/embb/dataflow/network.h include/embb/mtapi/action.h -include/embb/mtapi/affinity.h include/embb/mtapi/c/mtapi.h include/embb/mtapi/continuation.h +include/embb/mtapi/execution_policy.h include/embb/mtapi/group.h include/embb/mtapi/mtapi.h include/embb/mtapi/node.h From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:23:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4562DCE; Sat, 7 Feb 2015 20:23:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95038306; Sat, 7 Feb 2015 20:23:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17KNAs0091762; Sat, 7 Feb 2015 20:23:10 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17KN9p6091756; Sat, 7 Feb 2015 20:23:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502072023.t17KN9p6091756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 7 Feb 2015 20:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378619 - in head/audio: . lollypop lollypop/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:23:10 -0000 Author: olivierd Date: Sat Feb 7 20:23:08 2015 New Revision: 378619 URL: https://svnweb.freebsd.org/changeset/ports/378619 QAT: https://qat.redports.org/buildarchive/r378619/ Log: Lollypop is music player. It provides: * mp3/4, ogg and flac * Genre/Cover browsing * Genre/Artist/Cover browsing * Search * Main playlist * Replay gain WWW: http://gnumdk.github.io/lollypop/ Added: head/audio/lollypop/ head/audio/lollypop/Makefile (contents, props changed) head/audio/lollypop/distinfo (contents, props changed) head/audio/lollypop/files/ head/audio/lollypop/files/pkg-message.in (contents, props changed) head/audio/lollypop/pkg-descr (contents, props changed) head/audio/lollypop/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Feb 7 20:19:52 2015 (r378618) +++ head/audio/Makefile Sat Feb 7 20:23:08 2015 (r378619) @@ -433,6 +433,7 @@ SUBDIR += linuxsampler SUBDIR += listener SUBDIR += lmms + SUBDIR += lollypop SUBDIR += lpac SUBDIR += lua51-mpd SUBDIR += lv2core Added: head/audio/lollypop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lollypop/Makefile Sat Feb 7 20:23:08 2015 (r378619) @@ -0,0 +1,41 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lollypop +PORTVERSION= 0.8.20 +CATEGORIES= audio +MASTER_SITES= https://github.com/gnumdk/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/download/${PORTVERSION} + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Play and organize your music collection + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.26:${PORTSDIR}/audio/py-mutagen \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:${PORTSDIR}/databases/py-sqlite3 +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= gnome-icon-theme>=3.6.2:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic + +USES= shebangfix python:3 pkgconfig gettext gmake tar:xz +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk30 py3gobject3 introspection:build intltool intlhack +USE_SQLITE= yes +USE_GSTREAMER1= yes mad ogg flac opus libav +USE_PYTHON= py3kplist +INSTALLS_ICONS= yes + +SHEBANG_FILES= src/*.py +SHEBANG_LANG= python +python_OLD_CMD= /usr/bin/python +python_CMD= ${PYTHON_CMD} + +GLIB_SCHEMAS= org.gnome.Lollypop.gschema.xml + +OPTIONS_DEFINE= PULSEAUDIO +PULSEAUDIO_USE= GSTREAMER1=pulse + +SUB_FILES= pkg-message + +.include Added: head/audio/lollypop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lollypop/distinfo Sat Feb 7 20:23:08 2015 (r378619) @@ -0,0 +1,2 @@ +SHA256 (lollypop-0.8.20.tar.xz) = fe71fcc384160fca12d2626bb049f4e80c1320689c404e261bd6b40973b652da +SIZE (lollypop-0.8.20.tar.xz) = 346456 Added: head/audio/lollypop/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lollypop/files/pkg-message.in Sat Feb 7 20:23:08 2015 (r378619) @@ -0,0 +1,5 @@ +Before lauch 'lollypop', define your music path directory. + +Replace PUTYOURMUSICDIR by your music path directory. + +gsettings set org.gnome.Lollypop music-path "['PUTYOURMUSICDIR']" Added: head/audio/lollypop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lollypop/pkg-descr Sat Feb 7 20:23:08 2015 (r378619) @@ -0,0 +1,9 @@ +Lollypop is music player. It provides: +* mp3/4, ogg and flac +* Genre/Cover browsing +* Genre/Artist/Cover browsing +* Search +* Main playlist +* Replay gain + +WWW: http://gnumdk.github.io/lollypop/ Added: head/audio/lollypop/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lollypop/pkg-plist Sat Feb 7 20:23:08 2015 (r378619) @@ -0,0 +1,92 @@ +bin/lollypop +%%PYTHON_SITELIBDIR%%/lollypop/albumart.py +%%PYTHON_SITELIBDIR%%/lollypop/albumart.pyc +%%PYTHON_SITELIBDIR%%/lollypop/albumart.pyo +%%PYTHON_SITELIBDIR%%/lollypop/application.py +%%PYTHON_SITELIBDIR%%/lollypop/application.pyc +%%PYTHON_SITELIBDIR%%/lollypop/application.pyo +%%PYTHON_SITELIBDIR%%/lollypop/collectionscanner.py +%%PYTHON_SITELIBDIR%%/lollypop/collectionscanner.pyc +%%PYTHON_SITELIBDIR%%/lollypop/collectionscanner.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database.py +%%PYTHON_SITELIBDIR%%/lollypop/database.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database_albums.py +%%PYTHON_SITELIBDIR%%/lollypop/database_albums.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database_albums.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database_artists.py +%%PYTHON_SITELIBDIR%%/lollypop/database_artists.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database_artists.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database_genres.py +%%PYTHON_SITELIBDIR%%/lollypop/database_genres.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database_genres.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database_tracks.py +%%PYTHON_SITELIBDIR%%/lollypop/database_tracks.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database_tracks.pyo +%%PYTHON_SITELIBDIR%%/lollypop/database_upgrade.py +%%PYTHON_SITELIBDIR%%/lollypop/database_upgrade.pyc +%%PYTHON_SITELIBDIR%%/lollypop/database_upgrade.pyo +%%PYTHON_SITELIBDIR%%/lollypop/define.py +%%PYTHON_SITELIBDIR%%/lollypop/define.pyc +%%PYTHON_SITELIBDIR%%/lollypop/define.pyo +%%PYTHON_SITELIBDIR%%/lollypop/mpris.py +%%PYTHON_SITELIBDIR%%/lollypop/mpris.pyc +%%PYTHON_SITELIBDIR%%/lollypop/mpris.pyo +%%PYTHON_SITELIBDIR%%/lollypop/notification.py +%%PYTHON_SITELIBDIR%%/lollypop/notification.pyc +%%PYTHON_SITELIBDIR%%/lollypop/notification.pyo +%%PYTHON_SITELIBDIR%%/lollypop/player.py +%%PYTHON_SITELIBDIR%%/lollypop/player.pyc +%%PYTHON_SITELIBDIR%%/lollypop/player.pyo +%%PYTHON_SITELIBDIR%%/lollypop/popalbums.py +%%PYTHON_SITELIBDIR%%/lollypop/popalbums.pyc +%%PYTHON_SITELIBDIR%%/lollypop/popalbums.pyo +%%PYTHON_SITELIBDIR%%/lollypop/popimages.py +%%PYTHON_SITELIBDIR%%/lollypop/popimages.pyc +%%PYTHON_SITELIBDIR%%/lollypop/popimages.pyo +%%PYTHON_SITELIBDIR%%/lollypop/popmenu.py +%%PYTHON_SITELIBDIR%%/lollypop/popmenu.pyc +%%PYTHON_SITELIBDIR%%/lollypop/popmenu.pyo +%%PYTHON_SITELIBDIR%%/lollypop/queue.py +%%PYTHON_SITELIBDIR%%/lollypop/queue.pyc +%%PYTHON_SITELIBDIR%%/lollypop/queue.pyo +%%PYTHON_SITELIBDIR%%/lollypop/search.py +%%PYTHON_SITELIBDIR%%/lollypop/search.pyc +%%PYTHON_SITELIBDIR%%/lollypop/search.pyo +%%PYTHON_SITELIBDIR%%/lollypop/selectionlist.py +%%PYTHON_SITELIBDIR%%/lollypop/selectionlist.pyc +%%PYTHON_SITELIBDIR%%/lollypop/selectionlist.pyo +%%PYTHON_SITELIBDIR%%/lollypop/toolbar.py +%%PYTHON_SITELIBDIR%%/lollypop/toolbar.pyc +%%PYTHON_SITELIBDIR%%/lollypop/toolbar.pyo +%%PYTHON_SITELIBDIR%%/lollypop/tracks.py +%%PYTHON_SITELIBDIR%%/lollypop/tracks.pyc +%%PYTHON_SITELIBDIR%%/lollypop/tracks.pyo +%%PYTHON_SITELIBDIR%%/lollypop/utils.py +%%PYTHON_SITELIBDIR%%/lollypop/utils.pyc +%%PYTHON_SITELIBDIR%%/lollypop/utils.pyo +%%PYTHON_SITELIBDIR%%/lollypop/view.py +%%PYTHON_SITELIBDIR%%/lollypop/view.pyc +%%PYTHON_SITELIBDIR%%/lollypop/view.pyo +%%PYTHON_SITELIBDIR%%/lollypop/widgets.py +%%PYTHON_SITELIBDIR%%/lollypop/widgets.pyc +%%PYTHON_SITELIBDIR%%/lollypop/widgets.pyo +%%PYTHON_SITELIBDIR%%/lollypop/window.py +%%PYTHON_SITELIBDIR%%/lollypop/window.pyc +%%PYTHON_SITELIBDIR%%/lollypop/window.pyo +share/appdata/lollypop.appdata.xml +share/applications/lollypop.desktop +share/icons/hicolor/16x16/apps/lollypop.png +share/icons/hicolor/22x22/apps/lollypop.png +share/icons/hicolor/256x256/apps/lollypop.png +share/icons/hicolor/32x32/apps/lollypop.png +share/icons/hicolor/48x48/apps/lollypop.png +share/locale/cs/LC_MESSAGES/lollypop.mo +share/locale/de/LC_MESSAGES/lollypop.mo +share/locale/es/LC_MESSAGES/lollypop.mo +share/locale/fr/LC_MESSAGES/lollypop.mo +share/locale/fi/LC_MESSAGES/lollypop.mo +share/locale/it/LC_MESSAGES/lollypop.mo +share/locale/nl/LC_MESSAGES/lollypop.mo +share/locale/pl/LC_MESSAGES/lollypop.mo +%%DATADIR%%/lollypop.gresource From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 20:37:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06FFAF7A; Sat, 7 Feb 2015 20:37:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4DD15E4; Sat, 7 Feb 2015 20:37:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Kbk19097095; Sat, 7 Feb 2015 20:37:46 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17KbjND097089; Sat, 7 Feb 2015 20:37:45 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502072037.t17KbjND097089@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 20:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378620 - in head/net-im/ejabberd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 20:37:47 -0000 Author: ashish Date: Sat Feb 7 20:37:44 2015 New Revision: 378620 URL: https://svnweb.freebsd.org/changeset/ports/378620 QAT: https://qat.redports.org/buildarchive/r378620/ Log: - Update to 14.12 - Remove HTTP option, and add RIAK option - Remove a diff as it's not needed anymore - Add diff for building with Erlang 17RB - Update dependency tarball Added: head/net-im/ejabberd/files/patch-erlang-17-dict-queue (contents, props changed) Deleted: head/net-im/ejabberd/files/patch-unicode-fixup Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/distinfo head/net-im/ejabberd/files/patch-Makefile.in head/net-im/ejabberd/files/patch-ejabberdctl.template head/net-im/ejabberd/pkg-plist Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Sat Feb 7 20:23:08 2015 (r378619) +++ head/net-im/ejabberd/Makefile Sat Feb 7 20:37:44 2015 (r378620) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 14.07 -PORTREVISION= 2 +PORTVERSION= 14.12 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/%SUBDIR%/:deps \ ${MASTER_SITE_LOCAL:S/$/:deps/} MASTER_SITE_SUBDIR= ashish/:deps -DISTFILES+= ${PORTNAME}-${PORTVERSION}.tgz:p1 ejabberd-deps-1.tar.xz:deps +DISTFILES+= ${PORTNAME}-${PORTVERSION}.tgz:p1 ejabberd-deps-2.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server @@ -31,7 +30,7 @@ USES= gmake pkgconfig USE_RC_SUBR= ${PORTNAME} NOPRECIOUSMAKEVARS= yes -OPTIONS_DEFINE= ODBC PAM DOCS HTTP JSON MYSQL PGSQL LAGER ICONV +OPTIONS_DEFINE= ODBC PAM DOCS JSON MYSQL PGSQL LAGER ICONV RIAK OPTIONS_DEFAULT= LAGER ICONV MAKE_ENV= PORTVERSION=${PORTVERSION} @@ -49,15 +48,15 @@ SUB_LIST= PORTNAME=${PORTNAME} PORTVERSI SHAREOWN=${SHAREOWN} SHAREGRP=${SHAREGRP} OPTIONS_SUB= yes -HTTP_DESC= HTTP support LAGER_DESC= LAGER logger +RIAK_DESC= Riak database support PAM_CONFIGURE_ENABLE= pam ODBC_CONFIGURE_ENABLE= odbc LAGER_CONFIGURE_ENABLE= lager -HTTP_CONFIGURE_ENABLE= http JSON_CONFIGURE_ENABLE= json MYSQL_CONFIGURE_ENABLE= mysql PGSQL_CONFIGURE_ENABLE= pgsql +RIAK_CONFIGURE_ENABLE= riak ICONV_CONFIGURE_ENABLE= iconv ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} Modified: head/net-im/ejabberd/distinfo ============================================================================== --- head/net-im/ejabberd/distinfo Sat Feb 7 20:23:08 2015 (r378619) +++ head/net-im/ejabberd/distinfo Sat Feb 7 20:37:44 2015 (r378620) @@ -1,4 +1,4 @@ -SHA256 (ejabberd-14.07.tgz) = 60d2a7c2010f6fec3a6cbe9516d56d4b580833353bc8200107f1029c102162fb -SIZE (ejabberd-14.07.tgz) = 3200975 -SHA256 (ejabberd-deps-1.tar.xz) = 3be239cb6b881b5b49c50d1a68bed2ea2dd860ef579d826f15e1cae18fd7d2a4 -SIZE (ejabberd-deps-1.tar.xz) = 9952828 +SHA256 (ejabberd-14.12.tgz) = 88c481e6e81e6e81100cdfae8e77bc6ffd6faed62f1938cf1e90ed7504c8785a +SIZE (ejabberd-14.12.tgz) = 3261685 +SHA256 (ejabberd-deps-2.tar.xz) = 0f5604c0ce40c499f082170b457c4238fac570df71b4b03b9d5fa525abb15847 +SIZE (ejabberd-deps-2.tar.xz) = 12475132 Modified: head/net-im/ejabberd/files/patch-Makefile.in ============================================================================== --- head/net-im/ejabberd/files/patch-Makefile.in Sat Feb 7 20:23:08 2015 (r378619) +++ head/net-im/ejabberd/files/patch-Makefile.in Sat Feb 7 20:37:44 2015 (r378620) @@ -26,7 +26,7 @@ $FreeBSD$ # /var/lib/ejabberd/.erlang.cookie COOKIEFILE = $(SPOOLDIR)/.erlang.cookie -@@ -109,25 +109,22 @@ +@@ -113,25 +113,22 @@ # # Configuration files $(INSTALL) -d -m 750 $(G_USER) $(ETCDIR) @@ -59,17 +59,17 @@ $FreeBSD$ # # Init script $(SED) -e "s*@ctlscriptpath@*$(SBINDIR)*" \ -@@ -177,6 +176,7 @@ +@@ -184,6 +181,7 @@ chmod -R 750 $(LOGDIR) # # Documentation +ifndef NOPORTDOCS $(INSTALL) -d $(DOCDIR) - $(INSTALL) -m 644 doc/dev.html $(DOCDIR) - $(INSTALL) -m 644 doc/guide.html $(DOCDIR) -@@ -186,6 +186,7 @@ - && $(INSTALL) -m 644 doc/guide.pdf $(DOCDIR) \ + [ -f doc/dev.html ] \ + && $(INSTALL) -m 644 doc/dev.html $(DOCDIR) \ +@@ -196,6 +194,7 @@ || echo "No doc/guide.pdf was built" + $(INSTALL) -m 644 doc/*.png $(DOCDIR) $(INSTALL) -m 644 COPYING $(DOCDIR) +endif Modified: head/net-im/ejabberd/files/patch-ejabberdctl.template ============================================================================== --- head/net-im/ejabberd/files/patch-ejabberdctl.template Sat Feb 7 20:23:08 2015 (r378619) +++ head/net-im/ejabberd/files/patch-ejabberdctl.template Sat Feb 7 20:37:44 2015 (r378620) @@ -3,7 +3,7 @@ $FreeBSD$ --- ejabberdctl.template.orig +++ ejabberdctl.template -@@ -67,10 +67,10 @@ +@@ -72,10 +72,10 @@ EJABBERD_CONFIG_PATH=$ETC_DIR/ejabberd.yml fi if [ "$LOGS_DIR" = "" ] ; then @@ -16,7 +16,7 @@ $FreeBSD$ fi if [ "$EJABBERD_DOC_PATH" = "" ] ; then EJABBERD_DOC_PATH={{docdir}} -@@ -84,10 +84,10 @@ +@@ -89,10 +89,10 @@ EJABBERDDIR={{libdir}}/ejabberd fi if [ "$EJABBERD_EBIN_PATH" = "" ] ; then @@ -29,7 +29,7 @@ $FreeBSD$ fi if [ "$EJABBERD_BIN_PATH" = "" ] ; then EJABBERD_BIN_PATH=$EJABBERD_PRIV_PATH/bin -@@ -281,7 +281,7 @@ +@@ -279,7 +279,7 @@ # using flock if available. Expects a linux-style # flock that can lock a file descriptor. MAXCONNID=100 Added: head/net-im/ejabberd/files/patch-erlang-17-dict-queue ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ejabberd/files/patch-erlang-17-dict-queue Sat Feb 7 20:37:44 2015 (r378620) @@ -0,0 +1,208 @@ +$FreeBSD$ + +Fixes to make it work with Erlang R17 + +--- ../deps/meck/rebar.config.orig ++++ ../deps/meck/rebar.config +@@ -1,4 +1,6 @@ +-{erl_opts, [warnings_as_errors, debug_info]}. ++{erl_opts, [ ++ {platform_define, "^17-", 'ERLANG_17'}, ++ warnings_as_errors, debug_info]}. + {xref_checks, [undefined_function_calls]}. + {dialyzer_opts, [{warnings, [unmatched_returns]}]}. + +--- ../deps/meck/src/meck_proc.erl.orig ++++ ../deps/meck/src/meck_proc.erl +@@ -46,6 +46,17 @@ + %%% Definitions + %%%============================================================================ + ++-ifdef(ERLANG_17). ++-record(state, {mod :: atom(), ++ can_expect :: any | [{Mod::atom(), Ari::byte()}], ++ expects :: dict:dict(), ++ valid = true :: boolean(), ++ history = [] :: meck_history:history() | undefined, ++ original :: term(), ++ was_sticky = false :: boolean(), ++ reload :: {Compiler::pid(), {From::pid(), Tag::any()}} | ++ undefined}). ++-else. + -record(state, {mod :: atom(), + can_expect :: any | [{Mod::atom(), Ari::byte()}], + expects :: dict(), +@@ -55,6 +66,7 @@ + was_sticky = false :: boolean(), + reload :: {Compiler::pid(), {From::pid(), Tag::any()}} | + undefined}). ++-endif. + + + %%%============================================================================ +@@ -340,9 +352,17 @@ + end. + + ++-ifdef(ERLANG_17). ++-spec init_expects(Exports::[meck_expect:func_ari()] | undefined, ++ Options::[proplists:property()]) -> ++ dict:dict(). ++-else. + -spec init_expects(Exports::[meck_expect:func_ari()] | undefined, + Options::[proplists:property()]) -> + dict(). ++-endif. ++ ++ + init_expects(Exports, Options) -> + Passthrough = proplists:get_bool(passthrough, Options), + StubAll = proplists:is_defined(stub_all, Options), +@@ -379,8 +399,13 @@ + erlang:error(concurrent_reload). + + ++-ifdef(ERLANG_17). ++-spec do_get_result_spec(Expects::dict:dict(), Func::atom(), Args::[any()]) -> ++ {meck_ret_spec:result_spec() | undefined, NewExpects::dict:dict()}. ++-else. + -spec do_get_result_spec(Expects::dict(), Func::atom(), Args::[any()]) -> + {meck_ret_spec:result_spec() | undefined, NewExpects::dict()}. ++-endif. + do_get_result_spec(Expects, Func, Args) -> + FuncAri = {Func, erlang:length(Args)}, + Clauses = dict:fetch(FuncAri, Expects), +@@ -411,23 +436,39 @@ + end. + + ++-ifdef(ERLANG_17). ++-spec store_expect(Mod::atom(), meck_expect:func_ari(), ++ meck_expect:expect(), Expects::dict:dict()) -> ++ {NewExpects::dict:dict(), CompilerPid::pid()}. ++-else. + -spec store_expect(Mod::atom(), meck_expect:func_ari(), + [meck_expect:func_clause()], Expects::dict()) -> + {NewExpects::dict(), CompilerPid::pid()}. ++-endif. + store_expect(Mod, FuncAri, Clauses, Expects) -> + NewExpects = dict:store(FuncAri, Clauses, Expects), + compile_expects(Mod, NewExpects). + + ++-ifdef(ERLANG_17). ++-spec do_delete_expect(Mod::atom(), meck_expect:func_ari(), Expects::dict:dict()) -> ++ {NewExpects::dict:dict(), CompilerPid::pid()}. ++-else. + -spec do_delete_expect(Mod::atom(), meck_expect:func_ari(), Expects::dict()) -> + {NewExpects::dict(), CompilerPid::pid()}. ++-endif. + do_delete_expect(Mod, FuncAri, Expects) -> + NewExpects = dict:erase(FuncAri, Expects), + compile_expects(Mod, NewExpects). + + ++-ifdef(ERLANG_17). ++-spec compile_expects(Mod::atom(), Expects::dict:dict()) -> ++ {NewExpects::dict:dict(), CompilerPid::pid()}. ++-else. + -spec compile_expects(Mod::atom(), Expects::dict()) -> + {NewExpects::dict(), CompilerPid::pid()}. ++-endif. + compile_expects(Mod, Expects) -> + %% If the recompilation is made by the server that executes a module + %% no module that is called from meck_code:compile_and_load_forms/2 +--- ../deps/riakc/rebar.config.orig ++++ ../deps/riakc/rebar.config +@@ -1,6 +1,8 @@ + {cover_enabled, true}. + {eunit_opts, [verbose]}. +-{erl_opts, [warnings_as_errors, debug_info]}. ++{erl_opts, [ ++ {platform_define, "^17-", 'ERLANG_17'}, ++ warnings_as_errors, debug_info]}. + {deps, [ + {riak_pb, ".*", {git, "git://github.com/basho/riak_pb", {tag, "1.4.4.0"}}} + ]}. +--- ../deps/riakc/src/riakc_obj.erl.orig ++++ ../deps/riakc/src/riakc_obj.erl +@@ -79,7 +79,11 @@ + -type key() :: binary() | 'undefined'. %% A key name + -type id() :: {bucket(), key()}. + -type vclock() :: binary(). %% An opaque vector clock ++-ifdef(ERLANG_17). ++-type metadata() :: dict:dict(). %% Value metadata ++-else. + -type metadata() :: dict(). %% Value metadata ++-endif. + -type content_type() :: string(). %% The media type of a value + -type value() :: binary(). %% An opaque value + -type contents() :: [{metadata(), value()}]. %% All metadata/value pairs in a `riakc_obj'. +@@ -98,6 +102,16 @@ + -type tag() :: binary(). + -type link() :: {tag(), [id()]}. + ++-ifdef(ERLANG_17). ++-record(riakc_obj, { ++ bucket :: bucket(), ++ key :: key(), ++ vclock :: vclock(), ++ contents :: contents(), ++ updatemetadata :: dict:dict(), ++ updatevalue :: value() ++ }). ++-else. + -record(riakc_obj, { + bucket :: bucket(), + key :: key(), +@@ -106,6 +120,7 @@ + updatemetadata :: dict(), + updatevalue :: value() + }). ++-endif. + + -type riakc_obj() :: #riakc_obj{}. %% The record/type containing the entire Riak object. + -export_type([riakc_obj/0, bucket/0, key/0, vclock/0, contents/0, metadata/0, value/0, +@@ -284,7 +299,11 @@ + end. + + %% @doc Return the content type from metadata ++-ifdef(ERLANG_17). ++-spec md_ctype(dict:dict()) -> undefined | content_type(). ++-else. + -spec md_ctype(dict()) -> undefined | content_type(). ++-endif. + md_ctype(MetaData) -> + case dict:find(?MD_CTYPE, MetaData) of + error -> +--- ../deps/riakc/src/riakc_pb_socket.erl.orig ++++ ../deps/riakc/src/riakc_pb_socket.erl +@@ -110,6 +110,20 @@ + + -type portnum() :: non_neg_integer(). %% The TCP port number of the Riak node's Protocol Buffers interface + -type address() :: string() | atom() | inet:ip_address(). %% The TCP/IP host name or address of the Riak node ++-ifdef(ERLANG_17). ++-record(state, {address :: address(), % address to connect to ++ port :: portnum(), % port to connect to ++ auto_reconnect = false :: boolean(), % if true, automatically reconnects to server ++ % if false, exits on connection failure/request timeout ++ queue_if_disconnected = false :: boolean(), % if true, add requests to queue if disconnected ++ sock :: port(), % gen_tcp socket ++ active :: #request{} | undefined, % active request ++ queue :: queue:queue() | undefined, % queue of pending requests ++ connects=0 :: non_neg_integer(), % number of successful connects ++ failed=[] :: [connection_failure()], % breakdown of failed connects ++ connect_timeout=infinity :: timeout(), % timeout of TCP connection ++ reconnect_interval=?FIRST_RECONNECT_INTERVAL :: non_neg_integer()}). ++-else. + -record(state, {address :: address(), % address to connect to + port :: portnum(), % port to connect to + auto_reconnect = false :: boolean(), % if true, automatically reconnects to server +@@ -122,6 +136,7 @@ + failed=[] :: [connection_failure()], % breakdown of failed connects + connect_timeout=infinity :: timeout(), % timeout of TCP connection + reconnect_interval=?FIRST_RECONNECT_INTERVAL :: non_neg_integer()}). ++-endif. + + %% @doc Create a linked process to talk with the riak server on Address:Port + %% Client id will be assigned by the server. Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Sat Feb 7 20:23:08 2015 (r378619) +++ head/net-im/ejabberd/pkg-plist Sat Feb 7 20:37:44 2015 (r378620) @@ -9,17 +9,18 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/XmppAddr.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/acl.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/adhoc.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/beam_util.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/bitmap.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab_sup.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab_app.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cache_tab_treap.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_anonymous.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_digest.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_plain.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_scram.beam %%NO_LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/dynamic_compile.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ehyperloglog.app +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ehyperloglog.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.app lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_admin.beam @@ -94,7 +95,6 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/esip_transport.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/esip_udp_sup.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/error_logger_lager_h.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/example_serv.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/extauth.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ezlib.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ezlib_app.beam @@ -118,14 +118,6 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gr_param_sup.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gr_sup.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/gre.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse.app -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_app.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_http_client.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_lb.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_lib.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_socks5.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/ibrowse_sup.beam %%ICONV%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/iconv.beam %%ICONV%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/iconv_app.beam %%ICONV%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/iconv_sup.beam @@ -139,6 +131,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_app.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_backend_throttle.beam +%%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_common_test_backend.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_config.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_console_backend.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_crash_log.beam @@ -153,13 +146,16 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_transform.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_trunc_io.beam %%LAGER%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lager_util.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc.app -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc_client.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc_lib.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc_manager.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc_sock.beam -%%HTTP%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/lhttpc_sup.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck.app +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_code.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_code_gen.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_cover.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_expect.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_history.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_proc.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_ret_spec.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/meck_util.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_adhoc.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_announce.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_blocking.beam @@ -167,8 +163,10 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_carboncopy.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure2.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_client_state.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_disco.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_echo.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_fail2ban.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_bind.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_fileserver.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_ip_blacklist.beam @@ -253,6 +251,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_tls_sup.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_utils.app lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_xml.app +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_xmlrpc.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_yaml.app lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_yaml.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/p1_yaml_app.beam @@ -264,6 +263,25 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO %%PGSQL%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pgsql_sup.beam %%PGSQL%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pgsql_tcp.beam %%PGSQL%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pgsql_util.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pokemon_pb.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs.app +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs_compile.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs_file.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs_parser.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/protobuffs_scanner.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_kv_pb.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_pb.app +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_pb.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_pb_codec.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_pb_kv_codec.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_pb_search_codec.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riak_search_pb.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riakc.app +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riakc_obj.beam +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/riakc_pb_socket.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_util.beam +lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc_codec.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_db_odbc.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_index.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_subscription.beam @@ -283,26 +301,17 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stun_sup.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stun_test.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stun_tmp_sup.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/stun_treap.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/tcp_serv.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/translate.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/treap.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/turn.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/turn_sm.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/turn_tmp_sup.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/url_util.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/win32_dns.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_app.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_gen.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_stream.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_sup.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc.app -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc_decode.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc_encode.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc_http.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmlrpc_util.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/ELDAPv3.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/XmppAddr.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/adhoc.hrl @@ -316,11 +325,8 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/esip.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/esip_lib.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/http_bind.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/ibrowse.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/jlib.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/lager.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/lhttpc.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/lhttpc_types.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/logger.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_muc_room.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/mod_privacy.hrl @@ -330,10 +336,14 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/p1_logger.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/p1_mysql.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/pubsub.hrl +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_kv_pb.hrl +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_pb.hrl +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_pb_kv_codec.hrl +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riak_search_pb.hrl +%%RIAK%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/riakc.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/stun.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/xml.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/xml_gen.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/xmlrpc.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/captcha.sh %%PAM%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/epam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/esip_drv.so @@ -341,6 +351,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSIO lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/ezlib_drv.so %%ICONV%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/iconv.so %%JSON%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/jiffy.so +%%JSON%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/jiffy.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_sha.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_tls_drv.so lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/p1_yaml.so From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 21:00:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34EED234; Sat, 7 Feb 2015 21:00:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1509A87F; Sat, 7 Feb 2015 21:00:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17L0tcl009833; Sat, 7 Feb 2015 21:00:55 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17L0tv9009827; Sat, 7 Feb 2015 21:00:55 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201502072100.t17L0tv9009827@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Sat, 7 Feb 2015 21:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378621 - head/www/xpi-adblock_plus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:00:56 -0000 Author: bar Date: Sat Feb 7 21:00:54 2015 New Revision: 378621 URL: https://svnweb.freebsd.org/changeset/ports/378621 QAT: https://qat.redports.org/buildarchive/r378621/ Log: Update Adblock Plus to 2.6.7 Modified: head/www/xpi-adblock_plus/Makefile head/www/xpi-adblock_plus/distinfo head/www/xpi-adblock_plus/pkg-plist Modified: head/www/xpi-adblock_plus/Makefile ============================================================================== --- head/www/xpi-adblock_plus/Makefile Sat Feb 7 20:37:44 2015 (r378620) +++ head/www/xpi-adblock_plus/Makefile Sat Feb 7 21:00:54 2015 (r378621) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= adblock_plus -PORTVERSION= 2.6.6 -DISTVERSIONSUFFIX= -tb+an+fx+sm +PORTVERSION= 2.6.7 +DISTVERSIONSUFFIX= -sm+tb+fx+an CATEGORIES= www MAINTAINER= bar@FreeBSD.org Modified: head/www/xpi-adblock_plus/distinfo ============================================================================== --- head/www/xpi-adblock_plus/distinfo Sat Feb 7 20:37:44 2015 (r378620) +++ head/www/xpi-adblock_plus/distinfo Sat Feb 7 21:00:54 2015 (r378621) @@ -1,2 +1,2 @@ -SHA256 (xpi/adblock_plus-2.6.6-tb+an+fx+sm.xpi) = 814a6f7f3fe42d02b3afa7047994c55606a48216e49d1eccab9c0f600e642f3c -SIZE (xpi/adblock_plus-2.6.6-tb+an+fx+sm.xpi) = 979699 +SHA256 (xpi/adblock_plus-2.6.7-sm+tb+fx+an.xpi) = 9b550e2e30a2f4b702f853fab399c2b32f12254954ae27061c526ec29fb583fd +SIZE (xpi/adblock_plus-2.6.7-sm+tb+fx+an.xpi) = 985112 Modified: head/www/xpi-adblock_plus/pkg-plist ============================================================================== --- head/www/xpi-adblock_plus/pkg-plist Sat Feb 7 20:37:44 2015 (r378620) +++ head/www/xpi-adblock_plus/pkg-plist Sat Feb 7 21:00:54 2015 (r378621) @@ -3,6 +3,8 @@ %%XPI_XPIDIR%%/chrome/content/objtabs.css %%XPI_XPIDIR%%/chrome/content/ui/composer.js %%XPI_XPIDIR%%/chrome/content/ui/composer.xul +%%XPI_XPIDIR%%/chrome/content/ui/ext/common.js +%%XPI_XPIDIR%%/chrome/content/ui/ext/content.js %%XPI_XPIDIR%%/chrome/content/ui/fennecSettings.xul %%XPI_XPIDIR%%/chrome/content/ui/filters-backup.js %%XPI_XPIDIR%%/chrome/content/ui/filters-filteractions.js @@ -25,6 +27,23 @@ %%XPI_XPIDIR%%/chrome/content/ui/sidebar.js %%XPI_XPIDIR%%/chrome/content/ui/sidebar.xul %%XPI_XPIDIR%%/chrome/content/ui/sidebarDetached.xul +%%XPI_XPIDIR%%/chrome/content/ui/skin/abp-icon-big.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/ajax-loader.gif +%%XPI_XPIDIR%%/chrome/content/ui/skin/background-main.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/background-share.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/background.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/donate.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/features/malware.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/features/social.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/features/tracking.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/firstRun.css +%%XPI_XPIDIR%%/chrome/content/ui/skin/fonts/CreteRound-Italic.otf +%%XPI_XPIDIR%%/chrome/content/ui/skin/fonts/CreteRound-Regular.otf +%%XPI_XPIDIR%%/chrome/content/ui/skin/social/facebook.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/social/googleplus.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/social/renren.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/social/twitter.png +%%XPI_XPIDIR%%/chrome/content/ui/skin/social/weibo.png %%XPI_XPIDIR%%/chrome/content/ui/subscriptionSelection.js %%XPI_XPIDIR%%/chrome/content/ui/subscriptionSelection.xul %%XPI_XPIDIR%%/chrome/content/ui/subscriptions.xml @@ -461,35 +480,18 @@ %%XPI_XPIDIR%%/chrome/locale/zh-TW/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/subscriptionSelection.dtd -%%XPI_XPIDIR%%/chrome/skin/abp-icon-big.png %%XPI_XPIDIR%%/chrome/skin/abp-status-16.png %%XPI_XPIDIR%%/chrome/skin/abp-status-32.png %%XPI_XPIDIR%%/chrome/skin/abp-status.png -%%XPI_XPIDIR%%/chrome/skin/ajax-loader.gif -%%XPI_XPIDIR%%/chrome/skin/background-main.png -%%XPI_XPIDIR%%/chrome/skin/background-share.png -%%XPI_XPIDIR%%/chrome/skin/background.png %%XPI_XPIDIR%%/chrome/skin/checkbox.png %%XPI_XPIDIR%%/chrome/skin/close.png %%XPI_XPIDIR%%/chrome/skin/composer.css -%%XPI_XPIDIR%%/chrome/skin/donate.png -%%XPI_XPIDIR%%/chrome/skin/features/malware.png -%%XPI_XPIDIR%%/chrome/skin/features/social.png -%%XPI_XPIDIR%%/chrome/skin/features/tracking.png %%XPI_XPIDIR%%/chrome/skin/filters.css -%%XPI_XPIDIR%%/chrome/skin/firstRun.css -%%XPI_XPIDIR%%/chrome/skin/fonts/CreteRound-Italic.otf -%%XPI_XPIDIR%%/chrome/skin/fonts/CreteRound-Regular.otf %%XPI_XPIDIR%%/chrome/skin/item-state.png %%XPI_XPIDIR%%/chrome/skin/overlay.css %%XPI_XPIDIR%%/chrome/skin/sendReport.css %%XPI_XPIDIR%%/chrome/skin/sidebar.css %%XPI_XPIDIR%%/chrome/skin/slow.png -%%XPI_XPIDIR%%/chrome/skin/social/facebook.png -%%XPI_XPIDIR%%/chrome/skin/social/googleplus.png -%%XPI_XPIDIR%%/chrome/skin/social/renren.png -%%XPI_XPIDIR%%/chrome/skin/social/twitter.png -%%XPI_XPIDIR%%/chrome/skin/social/weibo.png %%XPI_XPIDIR%%/chrome/skin/subscriptionSelection.css %%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/defaults/prefs.js @@ -504,6 +506,8 @@ %%XPI_XPIDIR%%/lib/downloader.js %%XPI_XPIDIR%%/lib/elemHide.js %%XPI_XPIDIR%%/lib/elemHideHitRegistration.js +%%XPI_XPIDIR%%/lib/ext_background.js +%%XPI_XPIDIR%%/lib/ext_common.js %%XPI_XPIDIR%%/lib/filterClasses.js %%XPI_XPIDIR%%/lib/filterListener.js %%XPI_XPIDIR%%/lib/filterNotifier.js @@ -512,6 +516,7 @@ %%XPI_XPIDIR%%/lib/keySelector.js %%XPI_XPIDIR%%/lib/main.js %%XPI_XPIDIR%%/lib/matcher.js +%%XPI_XPIDIR%%/lib/messageResponder.js %%XPI_XPIDIR%%/lib/notification.js %%XPI_XPIDIR%%/lib/objectTabs.js %%XPI_XPIDIR%%/lib/prefs.js From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 21:02:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF445319; Sat, 7 Feb 2015 21:02:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B21588B; Sat, 7 Feb 2015 21:02:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17L20rV010736; Sat, 7 Feb 2015 21:02:00 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17L1xI7010722; Sat, 7 Feb 2015 21:01:59 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201502072101.t17L1xI7010722@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Sat, 7 Feb 2015 21:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378622 - head/www/xpi-firebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:02:00 -0000 Author: bar Date: Sat Feb 7 21:01:59 2015 New Revision: 378622 URL: https://svnweb.freebsd.org/changeset/ports/378622 QAT: https://qat.redports.org/buildarchive/r378622/ Log: Update Firebug to 2.0.8 Modified: head/www/xpi-firebug/Makefile head/www/xpi-firebug/distinfo head/www/xpi-firebug/pkg-plist Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Sat Feb 7 21:00:54 2015 (r378621) +++ head/www/xpi-firebug/Makefile Sat Feb 7 21:01:59 2015 (r378622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firebug -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www Modified: head/www/xpi-firebug/distinfo ============================================================================== --- head/www/xpi-firebug/distinfo Sat Feb 7 21:00:54 2015 (r378621) +++ head/www/xpi-firebug/distinfo Sat Feb 7 21:01:59 2015 (r378622) @@ -1,2 +1,2 @@ -SHA256 (xpi/firebug-2.0.7-fx.xpi) = 6723fb792aa286016be9675ffb96dd314e707b7e3264d9c931807b0a0e14d767 -SIZE (xpi/firebug-2.0.7-fx.xpi) = 2551632 +SHA256 (xpi/firebug-2.0.8-fx.xpi) = c5ba820b5bd52276b51c0ad19b4e4a2de119c7a53f3d2d2e3797efccb9d5fdb8 +SIZE (xpi/firebug-2.0.8-fx.xpi) = 2558942 Modified: head/www/xpi-firebug/pkg-plist ============================================================================== --- head/www/xpi-firebug/pkg-plist Sat Feb 7 21:00:54 2015 (r378621) +++ head/www/xpi-firebug/pkg-plist Sat Feb 7 21:01:59 2015 (r378622) @@ -445,6 +445,7 @@ %%XPI_XPIDIR%%/locale/sl-SI/firebug-amo.properties %%XPI_XPIDIR%%/locale/sl-SI/firebug-tracing.properties %%XPI_XPIDIR%%/locale/sl-SI/firebug.properties +%%XPI_XPIDIR%%/locale/sl-SI/selectors.properties %%XPI_XPIDIR%%/locale/sr/cookies.properties %%XPI_XPIDIR%%/locale/sr/firebug-amo.properties %%XPI_XPIDIR%%/locale/sr/firebug-tracing.properties From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 21:04:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6707D49E; Sat, 7 Feb 2015 21:04:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 522458AB; Sat, 7 Feb 2015 21:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17L4vw7011175; Sat, 7 Feb 2015 21:04:57 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17L4uW1011172; Sat, 7 Feb 2015 21:04:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502072104.t17L4uW1011172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 7 Feb 2015 21:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378623 - head/net-mgmt/unifi3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:04:57 -0000 Author: feld Date: Sat Feb 7 21:04:55 2015 New Revision: 378623 URL: https://svnweb.freebsd.org/changeset/ports/378623 QAT: https://qat.redports.org/buildarchive/r378623/ Log: Update to 3.2.10 Modified: head/net-mgmt/unifi3/Makefile head/net-mgmt/unifi3/distinfo head/net-mgmt/unifi3/pkg-plist Modified: head/net-mgmt/unifi3/Makefile ============================================================================== --- head/net-mgmt/unifi3/Makefile Sat Feb 7 21:01:59 2015 (r378622) +++ head/net-mgmt/unifi3/Makefile Sat Feb 7 21:04:55 2015 (r378623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi3 -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.10 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ DISTNAME= UniFi.unix Modified: head/net-mgmt/unifi3/distinfo ============================================================================== --- head/net-mgmt/unifi3/distinfo Sat Feb 7 21:01:59 2015 (r378622) +++ head/net-mgmt/unifi3/distinfo Sat Feb 7 21:04:55 2015 (r378623) @@ -1,2 +1,2 @@ -SHA256 (unifi3-3.2.7/UniFi.unix.zip) = b00b08e7d1eb995f801f2f5f61ee5c80f9136a300518c1156d39210a66e8e989 -SIZE (unifi3-3.2.7/UniFi.unix.zip) = 35236680 +SHA256 (unifi3-3.2.10/UniFi.unix.zip) = 04ac3967ff495968b22d56ac0b32cb31041c43971c768df59331fc79d7422b43 +SIZE (unifi3-3.2.10/UniFi.unix.zip) = 35332344 Modified: head/net-mgmt/unifi3/pkg-plist ============================================================================== --- head/net-mgmt/unifi3/pkg-plist Sat Feb 7 21:01:59 2015 (r378622) +++ head/net-mgmt/unifi3/pkg-plist Sat Feb 7 21:04:55 2015 (r378623) @@ -1,9 +1,9 @@ %%JAVASHAREDIR%%/unifi/readme.txt %%JAVASHAREDIR%%/unifi/bin/mongod -%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.7.2816/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.2.7.2816/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.7.2816/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.7.2816/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.10.2886/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.2.10.2886/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.10.2886/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.10.2886/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json %%JAVASHAREDIR%%/unifi/lib/MRJAdapter.jar %%JAVASHAREDIR%%/unifi/lib/ace.jar @@ -91,17 +91,17 @@ %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-1.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-2.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/cli/usercss-3.css -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/unifi.3.2.7.css +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/css/unifi.3.2.10.css %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/flex/expressInstall.swf -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-hotspot.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-lib.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-manage.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_en_US.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_zh_TW.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-shell.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-waiting.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-wizard.3.2.7.js -%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi.3.2.7.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-hotspot.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-lib.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-manage.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_en_US.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-msg_zh_TW.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-shell.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-waiting.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi-wizard.3.2.10.js +%%JAVASHAREDIR%%/unifi/webapps/ROOT/library/js/unifi.3.2.10.js %%JAVASHAREDIR%%/unifi/webapps/ROOT/library/swf/MapApplet.swf %%JAVASHAREDIR%%/unifi/webapps/ROOT/login.jsp %%JAVASHAREDIR%%/unifi/webapps/ROOT/manage.jsp From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 21:38:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AEAD843; Sat, 7 Feb 2015 21:38:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0626AB11; Sat, 7 Feb 2015 21:38:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Lc0Ue025564; Sat, 7 Feb 2015 21:38:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Lc0jN025559; Sat, 7 Feb 2015 21:38:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201502072138.t17Lc0jN025559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Feb 2015 21:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378624 - head/devel/jenkins-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:38:01 -0000 Author: swills Date: Sat Feb 7 21:37:59 2015 New Revision: 378624 URL: https://svnweb.freebsd.org/changeset/ports/378624 QAT: https://qat.redports.org/buildarchive/r378624/ Log: devel/jenkins-lts: update to 1.580.3 Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Sat Feb 7 21:04:55 2015 (r378623) +++ head/devel/jenkins-lts/Makefile Sat Feb 7 21:37:59 2015 (r378624) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.580.2 +PORTVERSION= 1.580.3 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Sat Feb 7 21:04:55 2015 (r378623) +++ head/devel/jenkins-lts/distinfo Sat Feb 7 21:37:59 2015 (r378624) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.580.2/jenkins.war) = e41321fdcc4803ff6b1d0b8c68a247527791949338beabbc2eb13586ef7b6fab -SIZE (jenkins/1.580.2/jenkins.war) = 68035763 +SHA256 (jenkins/1.580.3/jenkins.war) = 9033f96268d126ac8e5eb81a6e33e767163ccf5efa58ff987ca745c7ee67380d +SIZE (jenkins/1.580.3/jenkins.war) = 68035755 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 23:43:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 275FBE6C; Sat, 7 Feb 2015 23:43:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13188890; Sat, 7 Feb 2015 23:43:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17NhE9w084957; Sat, 7 Feb 2015 23:43:14 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17NhEBO084956; Sat, 7 Feb 2015 23:43:14 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502072343.t17NhEBO084956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 7 Feb 2015 23:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378625 - head/math/lp_solve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 23:43:15 -0000 Author: sbruno Date: Sat Feb 7 23:43:14 2015 New Revision: 378625 URL: https://svnweb.freebsd.org/changeset/ports/378625 QAT: https://qat.redports.org/buildarchive/r378625/ Log: Mark armv6 and mips as ux32 capable to avoid breakage when building for these architectures. This still should allow aarch64 (when it appears) and mips64 to build ux64. PR: 197130 Reviewed by: mayo@oyam.ca (no objections or breakage) Approved by: mentor (implicit) Modified: head/math/lp_solve/Makefile Modified: head/math/lp_solve/Makefile ============================================================================== --- head/math/lp_solve/Makefile Sat Feb 7 21:37:59 2015 (r378624) +++ head/math/lp_solve/Makefile Sat Feb 7 23:43:14 2015 (r378625) @@ -20,8 +20,7 @@ BUILDENV= ${SETENV} TMPDIR="${TMPDIR}" .include -# probably need to add mips here as well -.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6 +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6" || ${ARCH} == "mips" LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 23:46:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B132CFB6; Sat, 7 Feb 2015 23:46:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE4D8B6; Sat, 7 Feb 2015 23:46:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17NkvNc085538; Sat, 7 Feb 2015 23:46:57 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Nkv3v085537; Sat, 7 Feb 2015 23:46:57 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502072346.t17Nkv3v085537@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 7 Feb 2015 23:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378626 - head/sysutils/pefs-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 23:46:57 -0000 Author: sbruno Date: Sat Feb 7 23:46:56 2015 New Revision: 378626 URL: https://svnweb.freebsd.org/changeset/ports/378626 QAT: https://qat.redports.org/buildarchive/r378626/ Log: Add armv6 to supported ONLY_FOR_ARCHS list. PR: 197332 Submitted by: egypcio@googlemail.com Reviewed by: gleb (maintainer) Approved by: mentor (implicit) Modified: head/sysutils/pefs-kmod/Makefile Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:43:14 2015 (r378625) +++ head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:46:56 2015 (r378626) @@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ NO_MANCOMPRESS= -ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs +ONLY_FOR_ARCHS= i386 amd64 armv6 +ONLY_FOR_ARCHS_REASON= Untested on any other arch. USES= kmod uidfix From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 23:54:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B391F5; Sat, 7 Feb 2015 23:54:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0043396F; Sat, 7 Feb 2015 23:54:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17Nscv6090066; Sat, 7 Feb 2015 23:54:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17NsagC090056; Sat, 7 Feb 2015 23:54:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502072354.t17NsagC090056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Feb 2015 23:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378627 - in head/devel: . onscripter onscripter-1byte onscripter/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 23:54:39 -0000 Author: jbeich Date: Sat Feb 7 23:54:36 2015 New Revision: 378627 URL: https://svnweb.freebsd.org/changeset/ports/378627 QAT: https://qat.redports.org/buildarchive/r378627/ Log: Add new port: devel/onscripter and devel/onscripter-1byte PR: 196654 Differential Revision: https://reviews.freebsd.org/D1800 Approved by: bapt (mentor) Open source clone of NScripter, a game engine used to create and perform visual novels. WWW: http://onscripter.sourceforge.jp/onscripter.html Added: head/devel/onscripter/ head/devel/onscripter-1byte/ head/devel/onscripter-1byte/Makefile (contents, props changed) head/devel/onscripter-1byte/pkg-descr (contents, props changed) head/devel/onscripter/Makefile (contents, props changed) head/devel/onscripter/distinfo (contents, props changed) head/devel/onscripter/files/ head/devel/onscripter/files/patch-Makefile.Linux (contents, props changed) head/devel/onscripter/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 7 23:46:56 2015 (r378626) +++ head/devel/Makefile Sat Feb 7 23:54:36 2015 (r378627) @@ -1399,6 +1399,8 @@ SUBDIR += oniguruma SUBDIR += oniguruma4 SUBDIR += oniguruma5 + SUBDIR += onscripter + SUBDIR += onscripter-1byte SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl Added: head/devel/onscripter-1byte/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter-1byte/Makefile Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -1byte + +COMMENT= ONScripter with ${ENGLISH_DESC:tl} support + +PLIST_FILES= bin/${PKGBASE} + +OPTIONS_SLAVE= ENGLISH +OPTIONS_EXCLUDE=DOCS + +MASTERDIR= ${.CURDIR}/../onscripter +DESCR= ${.CURDIR}/pkg-descr + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PKGBASE} + +.include "${MASTERDIR}/Makefile" Added: head/devel/onscripter-1byte/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter-1byte/pkg-descr Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,6 @@ +Open source clone of NScripter, a game engine used to create and +perform visual novels. + +This package provides 1-byte version which is able to run English games. + +WWW: http://onscripter.sourceforge.jp/onscripter.html Added: head/devel/onscripter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter/Makefile Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,63 @@ +# $FreeBSD$ + +PORTNAME= onscripter +PORTVERSION= 20150208 +CATEGORIES= devel games +MASTER_SITES= http://onscripter.sourceforge.jp/ + +MAINTAINER= jbeich@FreeBSD.org +COMMENT?= Visual novel engine compatible with NScripter + +LICENSE= GPLv2 # or any later version + +LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS= sdl_ttf>=2.0.11_6:${PORTSDIR}/graphics/sdl_ttf + +USES= gmake +USE_SDL= image mixer ttf +MAKEFILE= Makefile.Linux +ALL_TARGET= ALL +MAKE_ARGS= RM="${RM}" +LDFLAGS+= -Wl,--as-needed +PORTDOCS= * +PLIST_FILES?= bin/nsaconv \ + bin/nsadec \ + bin/onscripter \ + bin/sarconv \ + bin/sardec + +OPTIONS_DEFINE= DOCS ENGLISH LUA PDA UTF8 +OPTIONS_DEFAULT=LUA UTF8 +OPTIONS_EXCLUDE?=ENGLISH + +ENGLISH_DESC= Single-byte character mode +ENGLISH_CFLAGS?=-DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR +LUA_USES= lua +PDA_DESC= Fit window size to screen on small PDA devices +PDA_CFLAGS?= -DPDA_AUTOSIZE +UTF8_CFLAGS?= -DUTF8_CAPTION -DUTF8_FILESYSTEM + +.include + +post-patch: +.if ! ${PORT_OPTIONS:MLUA} + @${REINPLACE_CMD} '/optional: lua/,/^$$/d' ${WRKSRC}/${MAKEFILE} +.endif + @${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \ + ${WRKSRC}/Makefile.onscripter + +.if !target(do-install) +do-install: +.for f in ${PLIST_FILES:T} + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin +.endfor +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/www && ${COPYTREE_SHARE} \ + . ${STAGEDIR}${DOCSDIR} \ + "! -name *.orig ! -name *.bak") +.endif +.endif # do-install + +.include Added: head/devel/onscripter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter/distinfo Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,2 @@ +SHA256 (onscripter-20150208.tar.gz) = b123fb56419d659c24e29e8bfab6fe184f1059581beeb2b5b5c2acd47c269d2d +SIZE (onscripter-20150208.tar.gz) = 235129 Added: head/devel/onscripter/files/patch-Makefile.Linux ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter/files/patch-Makefile.Linux Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,48 @@ +--- Makefile.Linux~ ++++ Makefile.Linux +@@ -30,28 +30,13 @@ LIBS += `smpeg-config --libs` + DEFS += -DUSE_FONTCONFIG + LIBS += -lfontconfig + +-# recommended: OggVorbis +-DEFS += -DUSE_OGG_VORBIS +-LIBS += -logg -lvorbis -lvorbisfile +- +-# optional: Integer OggVorbis +-#DEFS += -DUSE_OGG_VORBIS -DINTEGER_OGG_VORBIS +-#LIBS += -lvorbisidec +- + # optional: support CD audio + DEFS += -DUSE_CDROM + +-# optional: avifile +-DEFS += -DUSE_AVIFILE +-INCS += `avifile-config --cflags` +-LIBS += `avifile-config --libs` +-TARGET += simple_aviplay$(EXESUFFIX) +-EXT_OBJS += AVIWrapper$(OBJSUFFIX) +- + # optional: lua + DEFS += -DUSE_LUA +-INCS += -I/usr/include/lua5.1 +-LIBS += -llua5.1 ++INCS += -I$(LUA_INCDIR) ++LIBS += -llua-$(LUA_VER) + EXT_OBJS += LUAHandler$(OBJSUFFIX) + + # optional: force screen width for PDA +@@ -62,11 +47,10 @@ EXT_OBJS += LUAHandler$(OBJSUFFIX) + + + # for GNU g++ +-CC = g++ +-LD = g++ -o ++CC = $(CXX) ++LD = $(CXX) -o + +-#CFLAGS = -g -Wall -pipe -c $(INCS) $(DEFS) +-CFLAGS = -O3 -Wall -fomit-frame-pointer -pipe -c $(INCS) $(DEFS) ++CFLAGS += -Wall -c $(INCS) $(DEFS) + + # for GCC on PowerPC specfied + #CC = powerpc-unknown-linux-gnu-g++ Added: head/devel/onscripter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/onscripter/pkg-descr Sat Feb 7 23:54:36 2015 (r378627) @@ -0,0 +1,6 @@ +Open source clone of NScripter, a game engine used to create and +perform visual novels. + +This package provides the version to run Japanese games. + +WWW: http://onscripter.sourceforge.jp/onscripter.html