From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 01:20:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4552ACE9; Sun, 11 Aug 2013 01:20:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 324F729A8; Sun, 11 Aug 2013 01:20:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B1KtSn076932; Sun, 11 Aug 2013 01:20:55 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B1KtkP076931; Sun, 11 Aug 2013 01:20:55 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308110120.r7B1KtkP076931@svn.freebsd.org> From: John Marino Date: Sun, 11 Aug 2013 01:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324562 - head/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 01:20:55 -0000 Author: marino Date: Sun Aug 11 01:20:54 2013 New Revision: 324562 URL: http://svnweb.freebsd.org/changeset/ports/324562 Log: www/seamonkey: Replace hardcoded "freebsd" with OPSYS:L Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit) Modified: head/www/seamonkey/Makefile Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Aug 10 23:34:16 2013 (r324561) +++ head/www/seamonkey/Makefile Sun Aug 11 01:20:54 2013 (r324562) @@ -91,7 +91,7 @@ DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.gz -EM_XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/bin/${EM_DISTNAME}-freebsd-${ARCH:S/amd64/x86_64/}.xpi +EM_XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/bin/${EM_DISTNAME}-${OPSYS:L}-${ARCH:S/amd64/x86_64/}.xpi EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5} EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ @@ -110,7 +110,7 @@ MOZ_OPTIONS+= --disable-composer MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.freebsd${OSREL}-${ARCH:S/amd64/x86_64/}.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:L}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@seamonkey.mozilla.org .else From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 01:34:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A6FEE4A; Sun, 11 Aug 2013 01:34:28 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B27B2A00; Sun, 11 Aug 2013 01:34:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B1YSil083066; Sun, 11 Aug 2013 01:34:28 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B1YR7P083063; Sun, 11 Aug 2013 01:34:27 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201308110134.r7B1YR7P083063@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Aug 2013 01:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324563 - head/www/p5-STF-Dispatcher-PSGI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 01:34:28 -0000 Author: kuriyama Date: Sun Aug 11 01:34:27 2013 New Revision: 324563 URL: http://svnweb.freebsd.org/changeset/ports/324563 Log: - Upgrade to 1.11. Modified: head/www/p5-STF-Dispatcher-PSGI/Makefile head/www/p5-STF-Dispatcher-PSGI/distinfo head/www/p5-STF-Dispatcher-PSGI/pkg-plist Modified: head/www/p5-STF-Dispatcher-PSGI/Makefile ============================================================================== --- head/www/p5-STF-Dispatcher-PSGI/Makefile Sun Aug 11 01:20:54 2013 (r324562) +++ head/www/p5-STF-Dispatcher-PSGI/Makefile Sun Aug 11 01:34:27 2013 (r324563) @@ -1,12 +1,7 @@ -# New ports collection makefile for: STF::Dispatcher::PSGI -# Date created: 31 Dec 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= STF-Dispatcher-PSGI -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI @@ -25,7 +20,8 @@ TEST_DEPENDS= \ p5-Net-STF-Client>0:${PORTSDIR}/www/p5-Net-STF-Client \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= modbuild MAN3= STF::Dispatcher::Impl::File.3 \ STF::Dispatcher::Impl::Hash.3 \ Modified: head/www/p5-STF-Dispatcher-PSGI/distinfo ============================================================================== --- head/www/p5-STF-Dispatcher-PSGI/distinfo Sun Aug 11 01:20:54 2013 (r324562) +++ head/www/p5-STF-Dispatcher-PSGI/distinfo Sun Aug 11 01:34:27 2013 (r324563) @@ -1,2 +1,2 @@ -SHA256 (STF-Dispatcher-PSGI-1.10.tar.gz) = 86107a922c9061df18b8c0b8e88c80912afa6dd3e44561e543ecc06c7987e35f -SIZE (STF-Dispatcher-PSGI-1.10.tar.gz) = 27063 +SHA256 (STF-Dispatcher-PSGI-1.11.tar.gz) = 890146c73871d0f0161175159f45bfb72e9ab42c5840c4517c9ccc1f8a4341af +SIZE (STF-Dispatcher-PSGI-1.11.tar.gz) = 17648 Modified: head/www/p5-STF-Dispatcher-PSGI/pkg-plist ============================================================================== --- head/www/p5-STF-Dispatcher-PSGI/pkg-plist Sun Aug 11 01:20:54 2013 (r324562) +++ head/www/p5-STF-Dispatcher-PSGI/pkg-plist Sun Aug 11 01:34:27 2013 (r324563) @@ -1,4 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher/PSGI/.packlist %%SITE_PERL%%/STF/Dispatcher/Impl/File.pm %%SITE_PERL%%/STF/Dispatcher/Impl/Hash.pm %%SITE_PERL%%/STF/Dispatcher/PSGI.pm @@ -8,6 +7,3 @@ @dirrm %%SITE_PERL%%/STF/Dispatcher/Impl @dirrm %%SITE_PERL%%/STF/Dispatcher @dirrm %%SITE_PERL%%/STF -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher/PSGI -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 01:54:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B988FCE; Sun, 11 Aug 2013 01:54:41 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 461592A90; Sun, 11 Aug 2013 01:54:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B1sf9H090562; Sun, 11 Aug 2013 01:54:41 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B1selJ090560; Sun, 11 Aug 2013 01:54:40 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201308110154.r7B1selJ090560@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Aug 2013 01:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324564 - head/www/p5-Session-Storage-Secure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 01:54:41 -0000 Author: kuriyama Date: Sun Aug 11 01:54:40 2013 New Revision: 324564 URL: http://svnweb.freebsd.org/changeset/ports/324564 Log: - Upgrade to 0.007. Modified: head/www/p5-Session-Storage-Secure/Makefile head/www/p5-Session-Storage-Secure/distinfo Modified: head/www/p5-Session-Storage-Secure/Makefile ============================================================================== --- head/www/p5-Session-Storage-Secure/Makefile Sun Aug 11 01:34:27 2013 (r324563) +++ head/www/p5-Session-Storage-Secure/Makefile Sun Aug 11 01:54:40 2013 (r324564) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Session-Storage-Secure -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -19,6 +19,7 @@ RUN_DEPENDS= \ p5-MooX-Types-MooseLike>=0.16:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \ p5-Sereal-Decoder>0:${PORTSDIR}/converters/p5-Sereal-Decoder \ p5-Sereal-Encoder>0:${PORTSDIR}/converters/p5-Sereal-Encoder \ + p5-String-Compare-ConstantTime>0:${PORTSDIR}/textproc/p5-String-Compare-ConstantTime \ p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ @@ -26,7 +27,8 @@ TEST_DEPENDS= \ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Number-Tolerant>0:${PORTSDIR}/devel/p5-Number-Tolerant -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Session::Storage::Secure.3 Modified: head/www/p5-Session-Storage-Secure/distinfo ============================================================================== --- head/www/p5-Session-Storage-Secure/distinfo Sun Aug 11 01:34:27 2013 (r324563) +++ head/www/p5-Session-Storage-Secure/distinfo Sun Aug 11 01:54:40 2013 (r324564) @@ -1,2 +1,2 @@ -SHA256 (Session-Storage-Secure-0.006.tar.gz) = da7fe3939eee7145eca550bea5fc249fe3a665b7d8cd46991caed479bb032a4b -SIZE (Session-Storage-Secure-0.006.tar.gz) = 19296 +SHA256 (Session-Storage-Secure-0.007.tar.gz) = 04ae27ae8ce7d94c396d5da39f392adb5c318317a2492521891bfdeb72b299a3 +SIZE (Session-Storage-Secure-0.007.tar.gz) = 20419 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 01:55:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C80E13D; Sun, 11 Aug 2013 01:55:14 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2F52A95; Sun, 11 Aug 2013 01:55:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B1tEmd090790; Sun, 11 Aug 2013 01:55:14 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B1tD9P090788; Sun, 11 Aug 2013 01:55:13 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201308110155.r7B1tD9P090788@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Aug 2013 01:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324565 - head/www/p5-Monoceros X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 01:55:14 -0000 Author: kuriyama Date: Sun Aug 11 01:55:13 2013 New Revision: 324565 URL: http://svnweb.freebsd.org/changeset/ports/324565 Log: - Upgrade to 0.19. Modified: head/www/p5-Monoceros/Makefile head/www/p5-Monoceros/distinfo Modified: head/www/p5-Monoceros/Makefile ============================================================================== --- head/www/p5-Monoceros/Makefile Sun Aug 11 01:54:40 2013 (r324564) +++ head/www/p5-Monoceros/Makefile Sun Aug 11 01:55:13 2013 (r324565) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Monoceros -PORTVERSION= 0.15 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KAZEBURO @@ -14,13 +14,16 @@ RUN_DEPENDS= \ p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \ p5-IO-FDPass>=1.0:${PORTSDIR}/devel/p5-IO-FDPass \ p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ + p5-POSIX-Socket>0:${PORTSDIR}/net/p5-POSIX-Socket \ + p5-POSIX-getpeername>0:${PORTSDIR}/net/p5-POSIX-getpeername \ p5-Plack>=1.0023:${PORTSDIR}/www/p5-Plack \ p5-Starlet>=0.18:${PORTSDIR}/www/p5-Starlet BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Monoceros.3 \ Plack::Middleware::MonocerosStatus.3 Modified: head/www/p5-Monoceros/distinfo ============================================================================== --- head/www/p5-Monoceros/distinfo Sun Aug 11 01:54:40 2013 (r324564) +++ head/www/p5-Monoceros/distinfo Sun Aug 11 01:55:13 2013 (r324565) @@ -1,2 +1,2 @@ -SHA256 (Monoceros-0.15.tar.gz) = deea960a00f0da001a18e7e58eb1ade64ebaf61eab0bc284ee03a1dabd2d8399 -SIZE (Monoceros-0.15.tar.gz) = 20876 +SHA256 (Monoceros-0.19.tar.gz) = 5c2adaf1a5a111479491cf7479242054a37b0eb76e4f77d8cd24f95a9a707f96 +SIZE (Monoceros-0.19.tar.gz) = 21840 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 01:59:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2188E373; Sun, 11 Aug 2013 01:59:10 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA9C42AA7; Sun, 11 Aug 2013 01:59:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B1x941091468; Sun, 11 Aug 2013 01:59:09 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B1x9B1091464; Sun, 11 Aug 2013 01:59:09 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201308110159.r7B1x9B1091464@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Aug 2013 01:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324566 - head/www/p5-Plack-Middleware-Session X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 01:59:10 -0000 Author: kuriyama Date: Sun Aug 11 01:59:09 2013 New Revision: 324566 URL: http://svnweb.freebsd.org/changeset/ports/324566 Log: - Upgrade to 0.20. Modified: head/www/p5-Plack-Middleware-Session/Makefile head/www/p5-Plack-Middleware-Session/distinfo Modified: head/www/p5-Plack-Middleware-Session/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Session/Makefile Sun Aug 11 01:55:13 2013 (r324565) +++ head/www/p5-Plack-Middleware-Session/Makefile Sun Aug 11 01:59:09 2013 (r324566) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-Session -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +13,16 @@ RUN_DEPENDS= \ p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} \ + p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny TEST_DEPENDS= \ p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Plack::Middleware::Session.3 \ Plack::Middleware::Session::Cookie.3 \ Modified: head/www/p5-Plack-Middleware-Session/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-Session/distinfo Sun Aug 11 01:55:13 2013 (r324565) +++ head/www/p5-Plack-Middleware-Session/distinfo Sun Aug 11 01:59:09 2013 (r324566) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-Session-0.18.tar.gz) = 1a7a4cac1695555e41972c6755624e7286f1683899b925e6a6d5ceff4f8e4cb1 -SIZE (Plack-Middleware-Session-0.18.tar.gz) = 32912 +SHA256 (Plack-Middleware-Session-0.20.tar.gz) = 100cd316b9557abfb4df18e24ca9c02a276b3ba861266247e10c95f3fbb8c07e +SIZE (Plack-Middleware-Session-0.20.tar.gz) = 24164 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 02:02:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8914B487; Sun, 11 Aug 2013 02:02:17 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C23F2AE5; Sun, 11 Aug 2013 02:02:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B22HHu094389; Sun, 11 Aug 2013 02:02:17 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B22HLo094386; Sun, 11 Aug 2013 02:02:17 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201308110202.r7B22HLo094386@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Aug 2013 02:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324567 - head/www/p5-Dancer-Session-Cookie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 02:02:17 -0000 Author: kuriyama Date: Sun Aug 11 02:02:16 2013 New Revision: 324567 URL: http://svnweb.freebsd.org/changeset/ports/324567 Log: - Upgrade to 0.22. Modified: head/www/p5-Dancer-Session-Cookie/Makefile head/www/p5-Dancer-Session-Cookie/distinfo Modified: head/www/p5-Dancer-Session-Cookie/Makefile ============================================================================== --- head/www/p5-Dancer-Session-Cookie/Makefile Sun Aug 11 01:59:09 2013 (r324566) +++ head/www/p5-Dancer-Session-Cookie/Makefile Sun Aug 11 02:02:16 2013 (r324567) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer-Session-Cookie -PORTVERSION= 0.19 +PORTVERSION= 0.22 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,9 @@ COMMENT= Perl extension for encrypted co RUN_DEPENDS= \ p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \ p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-Dancer>=1.13:${PORTSDIR}/www/p5-Dancer \ + p5-Dancer>=1.3113:${PORTSDIR}/www/p5-Dancer \ p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \ - p5-Session-Storage-Secure>0:${PORTSDIR}/www/p5-Session-Storage-Secure \ + p5-Session-Storage-Secure>=0.007:${PORTSDIR}/www/p5-Session-Storage-Secure \ p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32 \ p5-Time-Duration-Parse>0:${PORTSDIR}/devel/p5-Time-Duration-Parse TEST_DEPENDS= \ @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Session::Cookie.3 Modified: head/www/p5-Dancer-Session-Cookie/distinfo ============================================================================== --- head/www/p5-Dancer-Session-Cookie/distinfo Sun Aug 11 01:59:09 2013 (r324566) +++ head/www/p5-Dancer-Session-Cookie/distinfo Sun Aug 11 02:02:16 2013 (r324567) @@ -1,2 +1,2 @@ -SHA256 (Dancer-Session-Cookie-0.19.tar.gz) = 2f71a697276cd2ab3841ac4e9abc076e717c684781a80d555214f1dff6431a32 -SIZE (Dancer-Session-Cookie-0.19.tar.gz) = 18960 +SHA256 (Dancer-Session-Cookie-0.22.tar.gz) = 0fb32acafc198039518e3b36de5bbb9138f7f4fb0424586cd47a8cce03c6bb03 +SIZE (Dancer-Session-Cookie-0.22.tar.gz) = 20279 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 02:21:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07BB6847; Sun, 11 Aug 2013 02:21:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E95D22B99; Sun, 11 Aug 2013 02:21:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B2Lbvb002150; Sun, 11 Aug 2013 02:21:37 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B2LbXL002149; Sun, 11 Aug 2013 02:21:37 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308110221.r7B2LbXL002149@svn.freebsd.org> From: John Marino Date: Sun, 11 Aug 2013 02:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324568 - head/x11-wm/e17-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 02:21:38 -0000 Author: marino Date: Sun Aug 11 02:21:37 2013 New Revision: 324568 URL: http://svnweb.freebsd.org/changeset/ports/324568 Log: x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:L Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit) Modified: head/x11-wm/e17-modules/Makefile Modified: head/x11-wm/e17-modules/Makefile ============================================================================== --- head/x11-wm/e17-modules/Makefile Sun Aug 11 02:02:16 2013 (r324567) +++ head/x11-wm/e17-modules/Makefile Sun Aug 11 02:21:37 2013 (r324568) @@ -12,7 +12,7 @@ COMMENT= Meta-port for e17 modules NO_BUILD= yes WANT_EFL= yes -E17_ARCH= freebsd${OSREL}-${ARCH} +E17_ARCH= ${OPSYS:L}${OSREL}-${ARCH} MODULES= alarm comp-scale cpu deskshow diskio eektool elfe empris engage eooorg \ everything-aspell everything-mpris everything-pidgin everything-places \ From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:20:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B6A89BE; Sun, 11 Aug 2013 05:20:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6167622BF; Sun, 11 Aug 2013 05:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5KUER068832; Sun, 11 Aug 2013 05:20:30 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5KT9k068828; Sun, 11 Aug 2013 05:20:29 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308110520.r7B5KT9k068828@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 11 Aug 2013 05:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324569 - in head/japanese/mecab: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:20:30 -0000 Author: tota Date: Sun Aug 11 05:20:29 2013 New Revision: 324569 URL: http://svnweb.freebsd.org/changeset/ports/324569 Log: - Update to 0.996 - Pass maintainership to submitter - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA Added: head/japanese/mecab/files/ head/japanese/mecab/files/patch-src_Makefile.am (contents, props changed) Modified: head/japanese/mecab/Makefile head/japanese/mecab/distinfo Modified: head/japanese/mecab/Makefile ============================================================================== --- head/japanese/mecab/Makefile Sun Aug 11 02:21:37 2013 (r324568) +++ head/japanese/mecab/Makefile Sun Aug 11 05:20:29 2013 (r324569) @@ -2,28 +2,28 @@ # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.995 +PORTVERSION= 0.996 CATEGORIES= japanese textproc MASTER_SITES= GOOGLE_CODE -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Yet Another Part-of-Speech and Morphological Analyzer LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LICENSE_FILE_BSD= ${WRKSRC}/BSD -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL -LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL - -USE_AUTOTOOLS= libtool -USES= iconv -USE_PERL5_BUILD= yes + +USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool +USES= iconv gettext:build perl5 +USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +ACLOCAL_ARGS= --system-acdir=${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing + MAN1= mecab.1 PORTDOCS= AUTHORS README *.html @@ -34,8 +34,8 @@ OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ - -e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT} - ${REINPLACE_CMD} -e 's/conf_DATA = mecabrc/conf_DATA = mecabrc.dist/' ${WRKSRC}/Makefile.in + -e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT}.in + ${REINPLACE_CMD} -e 's/conf_DATA = mecabrc/conf_DATA = mecabrc.dist/' ${WRKSRC}/Makefile.am post-configure: ${CP} ${WRKSRC}/mecabrc ${WRKSRC}/mecabrc.dist Modified: head/japanese/mecab/distinfo ============================================================================== --- head/japanese/mecab/distinfo Sun Aug 11 02:21:37 2013 (r324568) +++ head/japanese/mecab/distinfo Sun Aug 11 05:20:29 2013 (r324569) @@ -1,2 +1,2 @@ -SHA256 (mecab-0.995.tar.gz) = a281cac1a7053c9d16e3885a677398566923d7e4c5fc34654d4ebc6c3b3aa520 -SIZE (mecab-0.995.tar.gz) = 1377686 +SHA256 (mecab-0.996.tar.gz) = e073325783135b72e666145c781bb48fada583d5224fb2490fb6c1403ba69c59 +SIZE (mecab-0.996.tar.gz) = 1398663 Added: head/japanese/mecab/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mecab/files/patch-src_Makefile.am Sun Aug 11 05:20:29 2013 (r324569) @@ -0,0 +1,10 @@ +--- src/Makefile.am.orig 2013-01-24 14:35:35.000000000 +0900 ++++ src/Makefile.am 2013-04-07 21:39:46.000000000 +0900 +@@ -17,6 +17,7 @@ + feature_index.cpp feature_index.h lbfgs.cpp \ + lbfgs.h learner_tagger.cpp learner_tagger.h learner.cpp \ + learner_node.h libmecab.cpp ++libmecab_la_LIBADD = $(LTLIBICONV) + + include_HEADERS = mecab.h + bin_PROGRAMS = mecab From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:21:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A80FAA0; Sun, 11 Aug 2013 05:21:06 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4875722C3; Sun, 11 Aug 2013 05:21:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5L6P5070980; Sun, 11 Aug 2013 05:21:06 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5L5Mk070977; Sun, 11 Aug 2013 05:21:05 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308110521.r7B5L5Mk070977@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 11 Aug 2013 05:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324570 - head/japanese/p5-MeCab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:21:06 -0000 Author: tota Date: Sun Aug 11 05:21:05 2013 New Revision: 324570 URL: http://svnweb.freebsd.org/changeset/ports/324570 Log: - Update to 0.996 - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA Modified: head/japanese/p5-MeCab/Makefile head/japanese/p5-MeCab/distinfo Modified: head/japanese/p5-MeCab/Makefile ============================================================================== --- head/japanese/p5-MeCab/Makefile Sun Aug 11 05:20:29 2013 (r324569) +++ head/japanese/p5-MeCab/Makefile Sun Aug 11 05:21:05 2013 (r324570) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MeCab -PORTVERSION= 0.995 +PORTVERSION= 0.996 CATEGORIES= japanese textproc perl5 MASTER_SITES= GOOGLE_CODE PROJECTHOST= ${PORTNAME:L} @@ -13,9 +13,6 @@ COMMENT= MeCab library module for Perl5 LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LICENSE_FILE_BSD= ${WRKSRC}/BSD -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL -LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab Modified: head/japanese/p5-MeCab/distinfo ============================================================================== --- head/japanese/p5-MeCab/distinfo Sun Aug 11 05:20:29 2013 (r324569) +++ head/japanese/p5-MeCab/distinfo Sun Aug 11 05:21:05 2013 (r324570) @@ -1,2 +1,2 @@ -SHA256 (mecab-perl-0.995.tar.gz) = 130e3492005b424a9a0a166925d34ddb4f01926ef261089fc1fc6c3496e51f6f -SIZE (mecab-perl-0.995.tar.gz) = 49839 +SHA256 (mecab-perl-0.996.tar.gz) = 71fe5559c5bd2a13ea9929190a8f9f5ee4c63987108081bd7332ca1bbbb616c9 +SIZE (mecab-perl-0.996.tar.gz) = 49888 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:21:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DDA1AB81; Sun, 11 Aug 2013 05:21:29 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB78D22C7; Sun, 11 Aug 2013 05:21:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5LT9b071106; Sun, 11 Aug 2013 05:21:29 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5LTND071104; Sun, 11 Aug 2013 05:21:29 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308110521.r7B5LTND071104@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 11 Aug 2013 05:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324571 - head/japanese/py-mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:21:29 -0000 Author: tota Date: Sun Aug 11 05:21:29 2013 New Revision: 324571 URL: http://svnweb.freebsd.org/changeset/ports/324571 Log: - Update to 0.996 - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA Approved by: Junji NAKANISHI (maintainer) Modified: head/japanese/py-mecab/Makefile head/japanese/py-mecab/distinfo Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Sun Aug 11 05:21:05 2013 (r324570) +++ head/japanese/py-mecab/Makefile Sun Aug 11 05:21:29 2013 (r324571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.995 +PORTVERSION= 0.996 CATEGORIES= japanese python textproc MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-python-${PORTVERSION} @@ -12,9 +12,6 @@ COMMENT= Python bindings for MeCab LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LICENSE_FILE_BSD= ${WRKSRC}/BSD -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL -LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab Modified: head/japanese/py-mecab/distinfo ============================================================================== --- head/japanese/py-mecab/distinfo Sun Aug 11 05:21:05 2013 (r324570) +++ head/japanese/py-mecab/distinfo Sun Aug 11 05:21:29 2013 (r324571) @@ -1,2 +1,2 @@ -SHA256 (mecab-python-0.995.tar.gz) = 5babaa9e9d8025eadfe62770980f07b48e9e54107e64a80478b455568c45f5fd -SIZE (mecab-python-0.995.tar.gz) = 62281 +SHA256 (mecab-python-0.996.tar.gz) = d305c30af9e781e70f7619a0b444ac1101f2faaf3922415a0d6c49da85a63511 +SIZE (mecab-python-0.996.tar.gz) = 62338 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:21:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BCBAC61; Sun, 11 Aug 2013 05:21:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89EDD22C9; Sun, 11 Aug 2013 05:21:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5Lo3Y071230; Sun, 11 Aug 2013 05:21:50 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5Locp071228; Sun, 11 Aug 2013 05:21:50 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308110521.r7B5Locp071228@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 11 Aug 2013 05:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324572 - head/japanese/ruby-mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:21:50 -0000 Author: tota Date: Sun Aug 11 05:21:49 2013 New Revision: 324572 URL: http://svnweb.freebsd.org/changeset/ports/324572 Log: - Update to 0.996 - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA Modified: head/japanese/ruby-mecab/Makefile head/japanese/ruby-mecab/distinfo Modified: head/japanese/ruby-mecab/Makefile ============================================================================== --- head/japanese/ruby-mecab/Makefile Sun Aug 11 05:21:29 2013 (r324571) +++ head/japanese/ruby-mecab/Makefile Sun Aug 11 05:21:49 2013 (r324572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.995 +PORTVERSION= 0.996 CATEGORIES= japanese textproc ruby MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} @@ -12,9 +12,6 @@ COMMENT= MeCab library module for Ruby LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -LICENSE_FILE_BSD= ${WRKSRC}/BSD -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL -LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab Modified: head/japanese/ruby-mecab/distinfo ============================================================================== --- head/japanese/ruby-mecab/distinfo Sun Aug 11 05:21:29 2013 (r324571) +++ head/japanese/ruby-mecab/distinfo Sun Aug 11 05:21:49 2013 (r324572) @@ -1,2 +1,2 @@ -SHA256 (mecab-ruby-0.995.tar.gz) = d55241f11ad676fe02421c67ad57f5805c1ef893d6b6b91d0209ac9cf0dfa7f0 -SIZE (mecab-ruby-0.995.tar.gz) = 48688 +SHA256 (mecab-ruby-0.996.tar.gz) = b75e9731e717cec1c261a27d06c4f7baa696cf2fd4e5e3158df5f8fd65107285 +SIZE (mecab-ruby-0.996.tar.gz) = 48723 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:23:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24295D4D; Sun, 11 Aug 2013 05:23:42 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1096E22D3; Sun, 11 Aug 2013 05:23:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5Nfso071630; Sun, 11 Aug 2013 05:23:41 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5Nf1P071629; Sun, 11 Aug 2013 05:23:41 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308110523.r7B5Nf1P071629@svn.freebsd.org> From: Dirk Meyer Date: Sun, 11 Aug 2013 05:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324573 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:23:42 -0000 Author: dinoex Date: Sun Aug 11 05:23:41 2013 New Revision: 324573 URL: http://svnweb.freebsd.org/changeset/ports/324573 Log: - bump PORTREVISION after libdg Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Aug 11 05:21:49 2013 (r324572) +++ head/graphics/graphviz/Makefile Sun Aug 11 05:23:41 2013 (r324573) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.30.1 -PORTREVERSION= 101 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:28:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 201D0E58; Sun, 11 Aug 2013 05:28:55 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1A6422ED; Sun, 11 Aug 2013 05:28:54 +0000 (UTC) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id DC0CF37B537; Sun, 11 Aug 2013 00:28:46 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3cCTHy2JTwzF8L; Sun, 11 Aug 2013 00:28:46 -0500 (CDT) Date: Sun, 11 Aug 2013 00:28:46 -0500 From: "Matthew D. Fuller" To: Dirk Meyer Subject: Re: svn commit: r324437 - in head: astro/rmap audio/enscribe audio/mp3plot biology/emboss biology/genpak cad/pcb cad/salome devel/cvsgraph devel/m17n-lib emulators/fceux games/mkhexgrid games/openliero... Message-ID: <20130811052846.GC34979@over-yonder.net> References: <201308091405.r79E5rsJ062561@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308091405.r79E5rsJ062561@svn.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.21-fullermd.4 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.8 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:28:55 -0000 On Fri, Aug 09, 2013 at 02:05:53PM +0000 I heard the voice of Dirk Meyer, and lo! it spake thus: > Author: dinoex > Date: Fri Aug 9 14:05:52 2013 > New Revision: 324437 > URL: http://svnweb.freebsd.org/changeset/ports/324437 > > Log: > - update libdg to 2.1.0 At least > head/sysutils/apcupsd/Makefile bumped the portrevision, but didn't change (/remove) the .so version from the LIB_DEPENDS line, so it's still looking for gd.4. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 05:43:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F3B221; Sun, 11 Aug 2013 05:43:04 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B48852393; Sun, 11 Aug 2013 05:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B5h4o2078755; Sun, 11 Aug 2013 05:43:04 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B5h4eE078754; Sun, 11 Aug 2013 05:43:04 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308110543.r7B5h4eE078754@svn.freebsd.org> From: Dirk Meyer Date: Sun, 11 Aug 2013 05:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324574 - head/sysutils/apcupsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 05:43:04 -0000 Author: dinoex Date: Sun Aug 11 05:43:04 2013 New Revision: 324574 URL: http://svnweb.freebsd.org/changeset/ports/324574 Log: - fix depends after libgd update Modified: head/sysutils/apcupsd/Makefile Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Sun Aug 11 05:23:41 2013 (r324573) +++ head/sysutils/apcupsd/Makefile Sun Aug 11 05:43:04 2013 (r324574) @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --enable-net \ .if ${PORT_OPTIONS:MCGI} CONFIGURE_ARGS+= --enable-cgi --with-cgi-bin=${ETCDIR}/cgi -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd PLIST_SUB+= CGI="" .else PLIST_SUB+= CGI="@comment " From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 06:48:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76CD57E6; Sun, 11 Aug 2013 06:48:45 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64B6B25F0; Sun, 11 Aug 2013 06:48:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B6mjUM002411; Sun, 11 Aug 2013 06:48:45 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B6mjPe002409; Sun, 11 Aug 2013 06:48:45 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308110648.r7B6mjPe002409@svn.freebsd.org> From: Jason Helfman Date: Sun, 11 Aug 2013 06:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324575 - head/sysutils/entr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 06:48:45 -0000 Author: jgh Date: Sun Aug 11 06:48:44 2013 New Revision: 324575 URL: http://svnweb.freebsd.org/changeset/ports/324575 Log: - update to 2.2 - drop build and install steps in favor of declaration of MAKEFILE and MAKE_ARGS PR: 181150 Submitted by: danilogondolfo@gmail.com ( maintainer ) Modified: head/sysutils/entr/Makefile head/sysutils/entr/distinfo Modified: head/sysutils/entr/Makefile ============================================================================== --- head/sysutils/entr/Makefile Sun Aug 11 05:43:04 2013 (r324574) +++ head/sysutils/entr/Makefile Sun Aug 11 06:48:44 2013 (r324575) @@ -1,23 +1,19 @@ # $FreeBSD$ PORTNAME= entr -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ MAINTAINER= danilogondolfo@gmail.com COMMENT= Runs arbitrary commands when files change -WRKSRC= ${WRKDIR}/eradman-entr-b621ace9ecba/ +WRKSRC= ${WRKDIR}/eradman-entr-963b395019be +MAKEFILE= Makefile.bsd +MAKE_ARGS= MANPREFIX=${PREFIX}/man PLIST_FILES= bin/entr MAN1= entr.1 - -do-build: - cd ${WRKSRC} && ${MAKE} -f Makefile.bsd - -do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} entr ${PREFIX}/bin/ - cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/ +MANCOMPRESSED= no .include Modified: head/sysutils/entr/distinfo ============================================================================== --- head/sysutils/entr/distinfo Sun Aug 11 05:43:04 2013 (r324574) +++ head/sysutils/entr/distinfo Sun Aug 11 06:48:44 2013 (r324575) @@ -1,2 +1,2 @@ -SHA256 (entr-2.1.tar.gz) = be189e9e161f9da783ed2d25c84abf51bb90cf813e9047f49bf76443d1d9a801 -SIZE (entr-2.1.tar.gz) = 11237 +SHA256 (entr-2.2.tar.gz) = 16f6726a9ab19210763b95cffd06063668bccc03e6e9f6deeb8b601087640678 +SIZE (entr-2.2.tar.gz) = 11964 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 07:33:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DC3AE5C; Sun, 11 Aug 2013 07:33:17 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AAC7278D; Sun, 11 Aug 2013 07:33:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B7XGn7020562; Sun, 11 Aug 2013 07:33:16 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B7XG5i020561; Sun, 11 Aug 2013 07:33:16 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308110733.r7B7XG5i020561@svn.freebsd.org> From: Jason Helfman Date: Sun, 11 Aug 2013 07:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324576 - head/sysutils/entr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 07:33:17 -0000 Author: jgh Date: Sun Aug 11 07:33:16 2013 New Revision: 324576 URL: http://svnweb.freebsd.org/changeset/ports/324576 Log: - prefix should be manprefix PR: 181150 Approved by: danilogondolfo@gmail.com (maintainer, implicit) Modified: head/sysutils/entr/Makefile Modified: head/sysutils/entr/Makefile ============================================================================== --- head/sysutils/entr/Makefile Sun Aug 11 06:48:44 2013 (r324575) +++ head/sysutils/entr/Makefile Sun Aug 11 07:33:16 2013 (r324576) @@ -11,7 +11,7 @@ COMMENT= Runs arbitrary commands when fi WRKSRC= ${WRKDIR}/eradman-entr-963b395019be MAKEFILE= Makefile.bsd -MAKE_ARGS= MANPREFIX=${PREFIX}/man +MAKE_ARGS= MANPREFIX=${MANPREFIX}/man PLIST_FILES= bin/entr MAN1= entr.1 MANCOMPRESSED= no From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 08:19:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 366B52BF; Sun, 11 Aug 2013 08:19:19 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14DDC2903; Sun, 11 Aug 2013 08:19:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B8JIWF037029; Sun, 11 Aug 2013 08:19:18 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B8JIFJ037027; Sun, 11 Aug 2013 08:19:18 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308110819.r7B8JIFJ037027@svn.freebsd.org> From: David Naylor Date: Sun, 11 Aug 2013 08:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324577 - head/emulators/i386-wine-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 08:19:19 -0000 Author: dbn Date: Sun Aug 11 08:19:18 2013 New Revision: 324577 URL: http://svnweb.freebsd.org/changeset/ports/324577 Log: Update emulators/i386-wine-devel options with GECKO and MONO. The binary package for amd64 systems does not bundle GECKO or MONO however it is useful (for some) to have those files installed, so allow the package to have a run-time dependency on the ports that provide Gecko and Mono support. PORTREVISION is not bumped since nothing changes in the default (BATCH) case. Modified: head/emulators/i386-wine-devel/Makefile.i386 head/emulators/i386-wine-devel/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.i386 ============================================================================== --- head/emulators/i386-wine-devel/Makefile.i386 Sun Aug 11 07:33:16 2013 (r324576) +++ head/emulators/i386-wine-devel/Makefile.i386 Sun Aug 11 08:19:18 2013 (r324577) @@ -5,7 +5,6 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org COMMENT= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel # Use the wine port to do most of the heavy lifting MASTERDIR= ${.CURDIR}/../wine-devel @@ -14,10 +13,12 @@ PKGDEINSTALL= ${PKGINSTALL} RUN_DEPENDS= dri>0:${PORTSDIR}/graphics/dri +CONFLICTS_INSTALL= i386-wine-1.6* wine-[0-9]* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel + ACTUAL-PACKAGE-DEPENDS= ${DO_NADA} WINELIBDIR= ${PREFIX}/lib32 CONFIGURE_ARGS+= --bindir=${PREFIX}/bin32 --libdir=${WINELIBDIR} -CONFLICTS_INSTALL= wine-[0-9]* PLIST_REINPLACE+= winelib PLIST_REINPLACE_WINELIB= s!lib/!lib32/!g WINE_SLAVE_BUILD= yes Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sun Aug 11 07:33:16 2013 (r324576) +++ head/emulators/i386-wine-devel/Makefile.inc Sun Aug 11 08:19:18 2013 (r324577) @@ -18,10 +18,15 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LICENSE_FILE= ${WRKDIR}/LICENSE +OPTIONS_DEFINE= GECKO MONO +GECKO_DESC= Bundle Gecko MSI package for Wine +MONO_DESC= Bundle Mono MSI package for Wine + EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ --exclude +MTREE_DIRS --exclude share/licenses/'*' -CONFLICTS_INSTALL= wine-[0-9]* +CONFLICTS_INSTALL= i386-wine-1.6* wine-[0-9]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel + NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= wine only runs on x86 architecture @@ -38,6 +43,14 @@ USE_XZ= yes IGNORE= binaries compiled for FreeBSD 8.3+ and 9.1+ .endif +.if ${PORT_OPTIONS:MGECKO} +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +.endif + +.if ${PORT_OPTIONS:MMONO} +RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono +.endif + .if ${PREFIX} != /usr/local EXTRACT_AFTER_ARGS+= -s '|/usr/local|${PREFIX}|gs' .endif From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 09:22:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A4849EC; Sun, 11 Aug 2013 09:22:38 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35CEA2B74; Sun, 11 Aug 2013 09:22:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7B9Mcal062308; Sun, 11 Aug 2013 09:22:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7B9Mb06062307; Sun, 11 Aug 2013 09:22:37 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308110922.r7B9Mb06062307@svn.freebsd.org> From: Andrej Zverev Date: Sun, 11 Aug 2013 09:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324578 - head/www/quickie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 09:22:38 -0000 Author: az Date: Sun Aug 11 09:22:37 2013 New Revision: 324578 URL: http://svnweb.freebsd.org/changeset/ports/324578 Log: - perl need here at the patch stage Modified: head/www/quickie/Makefile Modified: head/www/quickie/Makefile ============================================================================== --- head/www/quickie/Makefile Sun Aug 11 08:19:18 2013 (r324577) +++ head/www/quickie/Makefile Sun Aug 11 09:22:37 2013 (r324578) @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc \ --localstatedir=${DATADIR} USES= perl5 -USE_PERL5= build +USE_PERL5= build patch SUB_FILES= pkg-message From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 10:05:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8D4E4402; Sun, 11 Aug 2013 10:05:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2852D41; Sun, 11 Aug 2013 10:05:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BA5a2W077920; Sun, 11 Aug 2013 10:05:36 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BA5ZlY077917; Sun, 11 Aug 2013 10:05:35 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308111005.r7BA5ZlY077917@svn.freebsd.org> From: Johan van Selst Date: Sun, 11 Aug 2013 10:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324579 - head/math/calc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 10:05:36 -0000 Author: johans Date: Sun Aug 11 10:05:35 2013 New Revision: 324579 URL: http://svnweb.freebsd.org/changeset/ports/324579 Log: Update calc to 2.12.4.10 Modified: head/math/calc/Makefile head/math/calc/distinfo head/math/calc/pkg-plist Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/Makefile Sun Aug 11 10:05:35 2013 (r324579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.4.8 +PORTVERSION= 2.12.4.10 CATEGORIES= math MASTER_SITES= SF @@ -18,9 +18,10 @@ MAKE_JOBS_UNSAFE= yes MAN1= calc.1 CALCPAGER?= more -MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" CP="${CP}" \ - GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" MV="${MV}" RM="${RM}" \ - SED="${SED}" TOUCH="${TOUCH}" TRUE="${TRUE}" +MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" \ + CP="${CP}" GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" \ + MV="${MV}" RM="${RM}" SED="${SED}" TOUCH="${TOUCH}" \ + TRUE="${TRUE}" PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \ VER2=${PORTVERSION:R:R} VER3=${PORTVERSION:R:R:R} Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/distinfo Sun Aug 11 10:05:35 2013 (r324579) @@ -1,2 +1,2 @@ -SHA256 (calc-2.12.4.8.tar.bz2) = ed14a0e02585c1271ea2a51c6f9ec2e2faabb73fade2f8caa7b483c90d0f1fbd -SIZE (calc-2.12.4.8.tar.bz2) = 910438 +SHA256 (calc-2.12.4.10.tar.bz2) = cf7b08f7dec9473150f22978fbabc66e095eaebd01754ea9d4c6100101a7fb72 +SIZE (calc-2.12.4.10.tar.bz2) = 970278 Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/pkg-plist Sun Aug 11 10:05:35 2013 (r324579) @@ -79,10 +79,13 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/alg_config.cal %%DATADIR%%/beer.cal %%DATADIR%%/bernoulli.cal +%%DATADIR%%/bernpoly.cal %%DATADIR%%/bigprime.cal %%DATADIR%%/bindings +%%DATADIR%%/brentsolve.cal %%DATADIR%%/chi.cal %%DATADIR%%/chrem.cal +%%DATADIR%%/constants.cal %%DATADIR%%/custhelp/argv %%DATADIR%%/custhelp/devnull %%DATADIR%%/custhelp/help @@ -96,9 +99,11 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/custom/pzasusb8.cal %%DATADIR%%/custom/register.cal %%DATADIR%%/deg.cal -%%DATADIR%%/dotest.cal %%DATADIR%%/dms.cal +%%DATADIR%%/dotest.cal %%DATADIR%%/ellip.cal +%%DATADIR%%/factorial.cal +%%DATADIR%%/factorial2.cal %%DATADIR%%/gvec.cal %%DATADIR%%/hello.cal %%DATADIR%%/help/COPYING @@ -435,7 +440,9 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/help/xor %%DATADIR%%/hms.cal %%DATADIR%%/intfile.cal +%%DATADIR%%/lambertw.cal %%DATADIR%%/linear.cal +%%DATADIR%%/lnseries.cal %%DATADIR%%/lucas.cal %%DATADIR%%/lucas_chk.cal %%DATADIR%%/lucas_tbl.cal @@ -464,6 +471,8 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/set8700.cal %%DATADIR%%/set8700.line %%DATADIR%%/solve.cal +%%DATADIR%%/specialfunctions.cal +%%DATADIR%%/statistics.cal %%DATADIR%%/sumsq.cal %%DATADIR%%/sumtimes.cal %%DATADIR%%/surd.cal @@ -483,9 +492,12 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/test8400.cal %%DATADIR%%/test8500.cal %%DATADIR%%/test8600.cal +%%DATADIR%%/test8900.cal +%%DATADIR%%/toomcook.cal %%DATADIR%%/unitfrac.cal %%DATADIR%%/varargs.cal %%DATADIR%%/xx_print.cal +%%DATADIR%%/zeta2.cal @dirrmtry man/man1 @dirrmtry man @dirrm %%DATADIR%%/help From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 10:21:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DB058A5; Sun, 11 Aug 2013 10:21:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50A492DE0; Sun, 11 Aug 2013 10:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BALg2R084947; Sun, 11 Aug 2013 10:21:42 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BALfXu084945; Sun, 11 Aug 2013 10:21:41 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201308111021.r7BALfXu084945@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 11 Aug 2013 10:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324580 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 10:21:42 -0000 Author: gerald Date: Sun Aug 11 10:21:41 2013 New Revision: 324580 URL: http://svnweb.freebsd.org/changeset/ports/324580 Log: Update to the 20130804 snapshot of GCC 4.9.0. Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Aug 11 10:05:35 2013 (r324579) +++ head/lang/gcc49/Makefile Sun Aug 11 10:21:41 2013 (r324580) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.0.20130728 +PORTVERSION= 4.9.0.20130804 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTNAME= gcc-${VERSIONSTRING} +MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.9 @@ -21,9 +20,11 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. -VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} @@ -59,7 +60,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif LANGUAGES:= c,c++,objc,fortran -SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} +SRCDIR= ${WRKDIR}/gcc-${DISTVERSION} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Aug 11 10:05:35 2013 (r324579) +++ head/lang/gcc49/distinfo Sun Aug 11 10:21:41 2013 (r324580) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20130728.tar.bz2) = f8630957ef498ec79594f5a0e35b6afed62ffa38331055388d0fc91d60773d19 -SIZE (gcc-4.9-20130728.tar.bz2) = 82415272 +SHA256 (gcc-4.9-20130804.tar.bz2) = dada5d1994541b7685d1808210554d52ecf70003082458e3700b31b0d68171b3 +SIZE (gcc-4.9-20130804.tar.bz2) = 82407792 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 10:28:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 138889D3; Sun, 11 Aug 2013 10:28:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id E35582E01; Sun, 11 Aug 2013 10:27:59 +0000 (UTC) Received: from [192.168.0.131] (vie-188-118-245-189.dsl.sil.at [188.118.245.189]) by ainaz.pair.com (Postfix) with ESMTPSA id 739CE3F410; Sun, 11 Aug 2013 06:27:49 -0400 (EDT) Date: Sun, 11 Aug 2013 12:27:47 +0200 (CEST) From: Gerald Pfeifer To: Chris Rees Subject: Re: svn commit: r317986 - head/lang/gcc46 In-Reply-To: Message-ID: References: <201305130023.r4D0N3qa045774@svn.freebsd.org> <5190A540.3020404@coosemans.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 10:28:00 -0000 On Mon, 13 May 2013, Chris Rees wrote: >> You can avoid this by putting a letter before the date, >> e.g. 4.6.4.s20130215 < 4.6.4 > And if you do that, please use DISTVERSION :) Like this? Thanks for the hint. Originally this wasn't as immediate, but with some changes in the download structure upstream a year or two ago this is now totally natural. I'll be updating other lang/gcc4* ports as well. Gerald Author: gerald Date: Sun Aug 11 10:21:41 2013 New Revision: 324580 URL: http://svnweb.freebsd.org/changeset/ports/324580 Log: Update to the 20130804 snapshot of GCC 4.9.0. Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Aug 11 10:05:35 2013 (r324579) +++ head/lang/gcc49/Makefile Sun Aug 11 10:21:41 2013 (r324580) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.0.20130728 +PORTVERSION= 4.9.0.20130804 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTNAME= gcc-${VERSIONSTRING} +MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.9 @@ -21,9 +20,11 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. -VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} @@ -59,7 +60,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif LANGUAGES:= c,c++,objc,fortran -SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} +SRCDIR= ${WRKDIR}/gcc-${DISTVERSION} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Aug 11 10:05:35 2013 (r324579) +++ head/lang/gcc49/distinfo Sun Aug 11 10:21:41 2013 (r324580) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20130728.tar.bz2) = f8630957ef498ec79594f5a0e35b6afed62ffa38331055388d0fc91d60773d19 -SIZE (gcc-4.9-20130728.tar.bz2) = 82415272 +SHA256 (gcc-4.9-20130804.tar.bz2) = dada5d1994541b7685d1808210554d52ecf70003082458e3700b31b0d68171b3 +SIZE (gcc-4.9-20130804.tar.bz2) = 82407792 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 10:33:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98731BA2; Sun, 11 Aug 2013 10:33:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83C3E2E61; Sun, 11 Aug 2013 10:33:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BAXhFY089119; Sun, 11 Aug 2013 10:33:43 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BAXgL6089115; Sun, 11 Aug 2013 10:33:42 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308111033.r7BAXgL6089115@svn.freebsd.org> From: Dirk Meyer Date: Sun, 11 Aug 2013 10:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324581 - in head/graphics/graphviz: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 10:33:43 -0000 Author: dinoex Date: Sun Aug 11 10:33:42 2013 New Revision: 324581 URL: http://svnweb.freebsd.org/changeset/ports/324581 Log: - update to 2.32.0 - new option POPPLER Deleted: head/graphics/graphviz/files/patch-config_ruby.rb Modified: head/graphics/graphviz/Makefile head/graphics/graphviz/distinfo head/graphics/graphviz/pkg-plist Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Aug 11 10:21:41 2013 (r324580) +++ head/graphics/graphviz/Makefile Sun Aug 11 10:33:42 2013 (r324581) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= graphviz -PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTVERSION= 2.32.0 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -31,8 +30,7 @@ MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE MAN1= acyclic.1 bcomps.1 ccomps.1 cluster.1 diffimg.1 dijkstra.1 \ dot.1 gc.1 graphml2gv.1 gml2gv.1 gv2gxl.1 gvmap.1 gvmap.sh.1 \ gvgen.1 mm2gv.1 gvcolor.1 gvpack.1 gvpr.1 nop.1 osage.1 \ - patchwork.1 prune.1 sccmap.1 smyrna.1 tred.1 unflatten.1 \ - vimdot.1 + patchwork.1 prune.1 sccmap.1 tred.1 unflatten.1 vimdot.1 MAN3= cdt.3 expr.3 cgraph.3 graph.3 gvc.3 pack.3 pathplan.3 xdot.3 MAN7= graphviz.7 MLINKS= dot.1 circo.1 \ @@ -64,7 +62,7 @@ PDOCS_HTML= doc/*.html doc/info/*.gif USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} -OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO LIBRSVG2 GTK2 GDK_PIXBUF GNOMEUI SMYRNA GVEDIT MING DEVIL GHOSTSCRIPT PERL PHP PYTHON RUBY LUA TCL GUILE TK NVTHREADS +OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO LIBRSVG2 POPPLER GTK2 GDK_PIXBUF GNOMEUI SMYRNA GVEDIT MING DEVIL GHOSTSCRIPT PERL PHP PYTHON RUBY LUA TCL GUILE TK NVTHREADS OPTIONS_DEFAULT?= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO NO_OPTIONS_SORT=yes DIGCOLA_DESC= neato layout engine wiwth DIGCOLA features @@ -178,6 +176,13 @@ CONFIGURE_ARGS+= --without-rsvg PLIST_SUB+= WITH_RSVG="@comment " .endif +.if ${PORT_OPTIONS:MPOPPLER} +LIB_DEPENDS+? poppler:${PORTSDIR}/graphics/poppler +CONFIGURE_ARGS+= --with-poppler=yes +.else +CONFIGURE_ARGS+= --without-poppler +.endif + .if ${PORT_OPTIONS:MGTK2} CONFIGURE_ARGS+= --with-gtk PLIST_SUB+= WITH_GTK="" @@ -267,6 +272,7 @@ CONFIGURE_ARGS+= --without-ipsepcola .if ${PORT_OPTIONS:MSMYRNA} CONFIGURE_ARGS+= --with-smyrna=yes +MAN1+= smyrna.1 PLIST_SUB+= WITH_SMYRNA="" .else PLIST_SUB+= WITH_SMYRNA="@comment " Modified: head/graphics/graphviz/distinfo ============================================================================== --- head/graphics/graphviz/distinfo Sun Aug 11 10:21:41 2013 (r324580) +++ head/graphics/graphviz/distinfo Sun Aug 11 10:33:42 2013 (r324581) @@ -1,2 +1,2 @@ -SHA256 (graphviz-2.30.1.tar.gz) = 775fb996987032d2eca2f1502c6f913e0b02fe640c124723e45db11daf46aec8 -SIZE (graphviz-2.30.1.tar.gz) = 23678313 +SHA256 (graphviz-2.32.0.tar.gz) = d853b2313e08a1dd0cce20d9ff8051acfa9ec418b5ba2dc65c8f4ddb07a7a77a +SIZE (graphviz-2.32.0.tar.gz) = 23756717 Modified: head/graphics/graphviz/pkg-plist ============================================================================== --- head/graphics/graphviz/pkg-plist Sun Aug 11 10:21:41 2013 (r324580) +++ head/graphics/graphviz/pkg-plist Sun Aug 11 10:33:42 2013 (r324581) @@ -336,6 +336,7 @@ libdata/pkgconfig/libxdot.pc %%PORTDOCS%%%%DOCSDIR%%/html/triangle.gif %%PORTDOCS%%%%DOCSDIR%%/html/tripleoctagon.gif %%PORTDOCS%%%%DOCSDIR%%/latex_suggestions.txt +%%PORTDOCS%%%%DOCSDIR%%/pdf/Agraph.pdf %%PORTDOCS%%%%DOCSDIR%%/pdf/acyclic.1.pdf %%PORTDOCS%%%%DOCSDIR%%/pdf/bcomps.1.pdf %%PORTDOCS%%%%DOCSDIR%%/pdf/ccomps.1.pdf From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 11:07:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F22464D; Sun, 11 Aug 2013 11:07:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 418072FA3; Sun, 11 Aug 2013 11:07:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BB7D2E001363; Sun, 11 Aug 2013 11:07:13 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BB7Cb2001350; Sun, 11 Aug 2013 11:07:12 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201308111107.r7BB7Cb2001350@svn.freebsd.org> From: Rene Ladan Date: Sun, 11 Aug 2013 11:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324582 - in head: . audio audio/q-audio graphics graphics/q-graph lang lang/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 11:07:13 -0000 Author: rene Date: Sun Aug 11 11:07:12 2013 New Revision: 324582 URL: http://svnweb.freebsd.org/changeset/ports/324582 Log: Remove expired ports: 2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead Deleted: head/audio/q-audio/ head/graphics/q-graph/ head/lang/q/ Modified: head/MOVED head/audio/Makefile head/graphics/Makefile head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 11 10:33:42 2013 (r324581) +++ head/MOVED Sun Aug 11 11:07:12 2013 (r324582) @@ -4836,3 +4836,6 @@ www/mediawiki118||2013-08-02|Has expired sysutils/googlog||2013-08-02|Has expired: no upstream project www/mod_macro24||2013-08-03|Has expired: part of Apache 2.4.6 and newer games/kaid||2013-08-07|Has expired: Does not fetch +lang/q||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead +audio/q-audio||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead +graphics/q-graph||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Aug 11 10:33:42 2013 (r324581) +++ head/audio/Makefile Sun Aug 11 11:07:12 2013 (r324582) @@ -643,7 +643,6 @@ SUBDIR += py-xmms2 SUBDIR += pysol-sound-server SUBDIR += pytone - SUBDIR += q-audio SUBDIR += qjackctl SUBDIR += qmpdclient SUBDIR += qsampler Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Aug 11 10:33:42 2013 (r324581) +++ head/graphics/Makefile Sun Aug 11 11:07:12 2013 (r324582) @@ -878,7 +878,6 @@ SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg - SUBDIR += q-graph SUBDIR += qcamview SUBDIR += qcomicbook SUBDIR += qcread Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Aug 11 10:33:42 2013 (r324581) +++ head/lang/Makefile Sun Aug 11 11:07:12 2013 (r324582) @@ -280,7 +280,6 @@ SUBDIR += python31 SUBDIR += python32 SUBDIR += python33 - SUBDIR += q SUBDIR += qore SUBDIR += qscheme SUBDIR += racket From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 12:02:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1AFFE8D; Sun, 11 Aug 2013 12:02:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5A6A221D; Sun, 11 Aug 2013 12:02:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BC2Bb8023078; Sun, 11 Aug 2013 12:02:11 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BC2BAr023072; Sun, 11 Aug 2013 12:02:11 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201308111202.r7BC2BAr023072@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 11 Aug 2013 12:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324583 - head/lang/gcc47 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 12:02:11 -0000 Author: gerald Date: Sun Aug 11 12:02:10 2013 New Revision: 324583 URL: http://svnweb.freebsd.org/changeset/ports/324583 Log: Update to the 20130810 snapshot of GCC 4.7.4. Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] ~ Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Aug 11 11:07:12 2013 (r324582) +++ head/lang/gcc47/Makefile Sun Aug 11 12:02:10 2013 (r324583) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.7.4.20130803 +PORTVERSION= 4.7.4.20130810 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTNAME= gcc-${VERSIONSTRING} +MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.7 @@ -21,9 +20,11 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. -VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} @@ -59,7 +60,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif LANGUAGES:= c,c++,objc,fortran -SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} +SRCDIR= ${WRKDIR}/gcc-${DISTVERSION} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Aug 11 11:07:12 2013 (r324582) +++ head/lang/gcc47/distinfo Sun Aug 11 12:02:10 2013 (r324583) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20130803.tar.bz2) = 6c09d5d218266469c1bb78e8e4210248e28987840ca2130027307087b087c9ad -SIZE (gcc-4.7-20130803.tar.bz2) = 78800709 +SHA256 (gcc-4.7-20130810.tar.bz2) = e7e5a88e7ed24a2c10c02439381d523415d379e5e7dd0f6f66e930803d27220b +SIZE (gcc-4.7-20130810.tar.bz2) = 78797393 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 12:36:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7A632AC; Sun, 11 Aug 2013 12:36:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4BFF2362; Sun, 11 Aug 2013 12:36:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BCaCq7035172; Sun, 11 Aug 2013 12:36:12 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BCaCDN035171; Sun, 11 Aug 2013 12:36:12 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201308111236.r7BCaCDN035171@svn.freebsd.org> From: Adam Weinberger Date: Sun, 11 Aug 2013 12:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324584 - head/textproc/multimarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 12:36:13 -0000 Author: adamw Date: Sun Aug 11 12:36:12 2013 New Revision: 324584 URL: http://svnweb.freebsd.org/changeset/ports/324584 Log: Use MDOCS instead of NOPORTDOCS. Correct permissions on scripts. PORTREVISION bump for this. Modified: head/textproc/multimarkdown/Makefile Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Sun Aug 11 12:02:10 2013 (r324583) +++ head/textproc/multimarkdown/Makefile Sun Aug 11 12:36:12 2013 (r324584) @@ -1,12 +1,11 @@ -# New ports collection makefile for: multimarkdown -# Date created: 27 October 2011 -# Whom: Adam Weinberger +# Created by: Adam Weinberger # # $FreeBSD$ # PORTNAME= multimarkdown PORTVERSION= 3.7.1 +PORTREVISION= 1 DISTNAME= peg-${PORTNAME}-${PORTVERSION} CATEGORIES= textproc MASTER_SITES= http://github.com/fletcher/peg-${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ @@ -27,16 +26,20 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/multimarkdown bin/mmd bin/mmd2all bin/mmd2odf bin/mmd2opml bin/mmd2pdf bin/mmd2tex PORTDOCS= LICENSE README.markdown +.include + post-patch: @${REINPLACE_CMD} -E "/CFLAGS/s/-arch [[:alnum:]]+//; /CFLAGS/s/\?=/\+=/" \ ${WRKSRC}/Makefile do-install: - @${INSTALL} -m 755 ${WRKSRC}/multimarkdown ${PREFIX}/bin - @${INSTALL} -m 755 ${WRKSRC}/scripts/* ${PREFIX}/bin -.if !defined(NOPORTDOCS) + ${INSTALL_SCRIPT} ${WRKSRC}/multimarkdown ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}; ${INSTALL} -m 644 LICENSE README.markdown ${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DOCSDIR} .endif .include From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 12:39:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23C8F43C; Sun, 11 Aug 2013 12:39:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1101B237C; Sun, 11 Aug 2013 12:39:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BCdoNi035722; Sun, 11 Aug 2013 12:39:50 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BCdo1k035720; Sun, 11 Aug 2013 12:39:50 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201308111239.r7BCdo1k035720@svn.freebsd.org> From: Adam Weinberger Date: Sun, 11 Aug 2013 12:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324585 - head/sysutils/vimpager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 12:39:51 -0000 Author: adamw Date: Sun Aug 11 12:39:50 2013 New Revision: 324585 URL: http://svnweb.freebsd.org/changeset/ports/324585 Log: Update to 1.8.2. Modified: head/sysutils/vimpager/Makefile head/sysutils/vimpager/distinfo Modified: head/sysutils/vimpager/Makefile ============================================================================== --- head/sysutils/vimpager/Makefile Sun Aug 11 12:36:12 2013 (r324584) +++ head/sysutils/vimpager/Makefile Sun Aug 11 12:39:50 2013 (r324585) @@ -1,8 +1,8 @@ -# Created by: Adam Weinberger +# Created by: Adam Weinberger # $FreeBSD$ PORTNAME= vimpager -PORTVERSION= 1.7.9 +PORTVERSION= 1.8.2 CATEGORIES= sysutils MASTER_SITES= https://github.com/rkitover/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ Modified: head/sysutils/vimpager/distinfo ============================================================================== --- head/sysutils/vimpager/distinfo Sun Aug 11 12:36:12 2013 (r324584) +++ head/sysutils/vimpager/distinfo Sun Aug 11 12:39:50 2013 (r324585) @@ -1,2 +1,2 @@ -SHA256 (vimpager-1.7.9.tar.gz) = b8c7901e336630d36f87257e93d92e41e3df779a9da500f02dcf195d52861060 -SIZE (vimpager-1.7.9.tar.gz) = 9216 +SHA256 (vimpager-1.8.2.tar.gz) = 0cafa63fe27079c2d9a33b689fa93654198ab27c13c492a17c859dafec8c69d7 +SIZE (vimpager-1.8.2.tar.gz) = 9725 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 12:46:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16BA554F; Sun, 11 Aug 2013 12:46:56 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0464A23BE; Sun, 11 Aug 2013 12:46:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BCktYj039012; Sun, 11 Aug 2013 12:46:55 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BCkt5X039007; Sun, 11 Aug 2013 12:46:55 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201308111246.r7BCkt5X039007@svn.freebsd.org> From: Adam Weinberger Date: Sun, 11 Aug 2013 12:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324586 - head/irc/insub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 12:46:56 -0000 Author: adamw Date: Sun Aug 11 12:46:55 2013 New Revision: 324586 URL: http://svnweb.freebsd.org/changeset/ports/324586 Log: Convert header, use USES, and pet portlint. Modified: head/irc/insub/Makefile head/irc/insub/pkg-descr Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Sun Aug 11 12:39:50 2013 (r324585) +++ head/irc/insub/Makefile Sun Aug 11 12:46:55 2013 (r324586) @@ -1,9 +1,5 @@ -# New ports collection makefile for: insub -# Date created: 27 Dec 2003 -# Whom: Alfred Perlstein -# +# Created by: Alfred Perlstein # $FreeBSD$ -# PORTNAME= insub PORTVERSION= 15.1 @@ -16,10 +12,12 @@ COMMENT= Some scripts for expressing how RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet +USES= perl5 + NO_BUILD= YES USE_BZIP2= YES -USE_PERL5= yes +USE_PERL5= run SCRIPT= ${PORTNAME}.pl Modified: head/irc/insub/pkg-descr ============================================================================== --- head/irc/insub/pkg-descr Sun Aug 11 12:39:50 2013 (r324585) +++ head/irc/insub/pkg-descr Sun Aug 11 12:46:55 2013 (r324586) @@ -3,4 +3,4 @@ Comes with scripts for irssi. Enter "/sc within the irssi client. Or, use the handy command-line "insub" program. -WWW: https://github.com/cjones/insub +WWW: https://github.com/cjones/insub From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 13:18:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB586873; Sun, 11 Aug 2013 13:18:20 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A93CF24FE; Sun, 11 Aug 2013 13:18:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BDIKjY050758; Sun, 11 Aug 2013 13:18:20 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BDIKqD050756; Sun, 11 Aug 2013 13:18:20 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308111318.r7BDIKqD050756@svn.freebsd.org> From: William Grzybowski Date: Sun, 11 Aug 2013 13:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324587 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 13:18:20 -0000 Author: wg Date: Sun Aug 11 13:18:19 2013 New Revision: 324587 URL: http://svnweb.freebsd.org/changeset/ports/324587 Log: games/wtf: update to 20130810 - Update to 20130810 PR: ports/181221 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Sun Aug 11 12:46:55 2013 (r324586) +++ head/games/wtf/Makefile Sun Aug 11 13:18:19 2013 (r324587) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20130807 +PORTVERSION= 20130810 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Sun Aug 11 12:46:55 2013 (r324586) +++ head/games/wtf/distinfo Sun Aug 11 13:18:19 2013 (r324587) @@ -1,2 +1,2 @@ -SHA256 (wtf-20130807.tar.gz) = cba0a9f9c0b99040308fbb46c89ae3b8d610dd2ed23bc71b5fec63a9b1319095 -SIZE (wtf-20130807.tar.gz) = 22443 +SHA256 (wtf-20130810.tar.gz) = b962e850e3ff152c27b9efb1482aa9d6830068deff3aca51c2902a24b3ac8893 +SIZE (wtf-20130810.tar.gz) = 22444 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 13:21:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5D76970; Sun, 11 Aug 2013 13:21:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B37332532; Sun, 11 Aug 2013 13:21:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BDLLCM053323; Sun, 11 Aug 2013 13:21:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BDLLjX053321; Sun, 11 Aug 2013 13:21:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308111321.r7BDLLjX053321@svn.freebsd.org> From: William Grzybowski Date: Sun, 11 Aug 2013 13:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324588 - head/irc/py-irc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 13:21:21 -0000 Author: wg Date: Sun Aug 11 13:21:21 2013 New Revision: 324588 URL: http://svnweb.freebsd.org/changeset/ports/324588 Log: irc/py-irc: update to 8.5 - Update to 8.5 Changes: https://bitbucket.org/jaraco/irc/src/5047365bd7b/CHANGES.rst?at=8.5 Modified: head/irc/py-irc/Makefile head/irc/py-irc/distinfo Modified: head/irc/py-irc/Makefile ============================================================================== --- head/irc/py-irc/Makefile Sun Aug 11 13:18:19 2013 (r324587) +++ head/irc/py-irc/Makefile Sun Aug 11 13:21:21 2013 (r324588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irc -PORTVERSION= 8.4 +PORTVERSION= 8.5 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/irc/py-irc/distinfo ============================================================================== --- head/irc/py-irc/distinfo Sun Aug 11 13:18:19 2013 (r324587) +++ head/irc/py-irc/distinfo Sun Aug 11 13:21:21 2013 (r324588) @@ -1,2 +1,2 @@ -SHA256 (irc-8.4.zip) = 4574f596988e9d866f1e38b7219e8f62f5221c9c4ea2e16d3d9c204d70b4732a -SIZE (irc-8.4.zip) = 112103 +SHA256 (irc-8.5.zip) = 5b6d643834046333d97add440ea9009a8873932ad7419ad4c8003bf6a9155c97 +SIZE (irc-8.5.zip) = 112553 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 13:36:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99C6EC11; Sun, 11 Aug 2013 13:36:23 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 863B025A4; Sun, 11 Aug 2013 13:36:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BDaNDI057872; Sun, 11 Aug 2013 13:36:23 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BDaNQQ057870; Sun, 11 Aug 2013 13:36:23 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201308111336.r7BDaNQQ057870@svn.freebsd.org> From: Boris Samorodov Date: Sun, 11 Aug 2013 13:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324589 - head/sysutils/gdisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 13:36:23 -0000 Author: bsam Date: Sun Aug 11 13:36:22 2013 New Revision: 324589 URL: http://svnweb.freebsd.org/changeset/ports/324589 Log: . update to version 0.8.6; . use one line MASTER_SITES with MASTER_SITE_SUBDIR; . use new LIB_DEPENDS syntax; . remove check for unsupported 7.x; . use bsd.port.options.mk instead of bsd.port.pre.mk; . empty(OPT) -> ! ${OPT}; . part PKGMESSAGE by space lines. PR: ports/180345 (based on, some changes has been committed by zi) Submitted by: bsam (me) Approved by: maintainer has been switched to ports@ Modified: head/sysutils/gdisk/Makefile head/sysutils/gdisk/distinfo Modified: head/sysutils/gdisk/Makefile ============================================================================== --- head/sysutils/gdisk/Makefile Sun Aug 11 13:21:21 2013 (r324588) +++ head/sysutils/gdisk/Makefile Sun Aug 11 13:36:22 2013 (r324589) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gdisk -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= sysutils -MASTER_SITES= SF -MASTER_SITE_SUBDIR= gptfdisk/gptfdisk/${PORTVERSION} +MASTER_SITES= SF/gptfdisk/gptfdisk/${PORTVERSION} DISTNAME= gptfdisk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -14,8 +13,8 @@ COMMENT= GPT fdisk LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libpopt.so:${PORTSDIR}/devel/popt WRKSRC= ${WRKDIR}/gptfdisk-${PORTVERSION} @@ -27,24 +26,20 @@ OPTIONS_DEFINE= CGDISK UTF16 CGDISK_DESC= A curses-based interactive program UTF16_DESC= Support for Unicode partition names -.include - -.if ${OSVERSION} < 701100 -IGNORE= is unsupported on FreeBSD 7.1-RELEASE or earlier -.endif - MAKEFILE= Makefile.freebsd PROGRAM_LIST= fixparts gdisk sgdisk PLIST_FILES= ${PROGRAM_LIST:C,^,sbin/,} +.include + .if ${PORT_OPTIONS:MCGDISK} PROGRAM_LIST+= cgdisk -LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses +LIB_DEPENDS+= libncurses.so:${PORTSDIR}/devel/ncurses .endif .if ${PORT_OPTIONS:MUTF16} -LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu +LIB_DEPENDS+= libicuuc.so:${PORTSDIR}/devel/icu .endif MAN8= @@ -56,11 +51,11 @@ post-patch: ${REINPLACE_CMD} -e 's|/usr/include/||' ${WRKSRC}/guid.h ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${MAKEFILE} -.if empty(PORT_OPTIONS:MCGDISK) +.if ! ${PORT_OPTIONS:MCGDISK} ${REINPLACE_CMD} -e '/^all:/s| cgdisk||' ${WRKSRC}/${MAKEFILE} .endif -.if empty(PORT_OPTIONS:MUTF16) +.if ! ${PORT_OPTIONS:MUTF16} ${REINPLACE_CMD} -e 's| -D USE_UTF16||' \ -e 's| -licuio||' ${WRKSRC}/${MAKEFILE} .endif @@ -72,6 +67,8 @@ do-install: .endfor post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} -.include +.include Modified: head/sysutils/gdisk/distinfo ============================================================================== --- head/sysutils/gdisk/distinfo Sun Aug 11 13:21:21 2013 (r324588) +++ head/sysutils/gdisk/distinfo Sun Aug 11 13:36:22 2013 (r324589) @@ -1,2 +1,2 @@ -SHA256 (gptfdisk-0.8.5.tar.gz) = 15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9 -SIZE (gptfdisk-0.8.5.tar.gz) = 183841 +SHA256 (gptfdisk-0.8.6.tar.gz) = 4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2 +SIZE (gptfdisk-0.8.6.tar.gz) = 184686 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 14:11:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46C714EF; Sun, 11 Aug 2013 14:11:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 340AE271B; Sun, 11 Aug 2013 14:11:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BEBYNJ072394; Sun, 11 Aug 2013 14:11:34 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BEBYQE072393; Sun, 11 Aug 2013 14:11:34 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308111411.r7BEBYQE072393@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 11 Aug 2013 14:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324590 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 14:11:34 -0000 Author: danfe Date: Sun Aug 11 14:11:33 2013 New Revision: 324590 URL: http://svnweb.freebsd.org/changeset/ports/324590 Log: - Unbreak the build on recent -CURRENT [*] - Switch to the new LIB_DEPENDS syntax - Drop no longer meaningful MAKE_JOBS_SAFE Submitted by: bsam [*] Modified: head/graphics/darktable/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sun Aug 11 13:36:22 2013 (r324589) +++ head/graphics/darktable/Makefile Sun Aug 11 14:11:33 2013 (r324590) @@ -13,17 +13,15 @@ COMMENT= Virtual lighttable and darkroom LICENSE= GPLv3 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - lensfun:${PORTSDIR}/graphics/lensfun \ - lcms2:${PORTSDIR}/graphics/lcms2 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + liblensfun.so:${PORTSDIR}/graphics/lensfun \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + libcurl.so:${PORTSDIR}/ftp/curl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE extensions -MAKE_JOBS_SAFE= yes - USES= cmake:outsource USE_XZ= yes USE_GNOME= librsvg2 @@ -31,7 +29,7 @@ USE_SQLITE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= GPHOTO GEO FLICKR FACEBOOK KWALLET GNOMEKEYRING RAWSPEED \ OPENJPEG SLIDESHOW NLS GCC46 @@ -47,7 +45,7 @@ OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC46 .include .if ${PORT_OPTIONS:MGPHOTO} -LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS+= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 PLIST_FILES+= lib/darktable/plugins/lighttable/libcamera.so \ lib/darktable/plugins/lighttable/libcapture.so \ lib/darktable/plugins/lighttable/liblive_view.so \ @@ -57,7 +55,7 @@ CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=O .endif .if ${PORT_OPTIONS:MGEO} -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup PLIST_FILES+= lib/darktable/plugins/lighttable/liblocation.so \ lib/darktable/plugins/lighttable/libmap_settings.so \ lib/darktable/views/libmap.so @@ -66,27 +64,27 @@ CMAKE_ARGS+= -DUSE_GEO:BOOL=OFF .endif .if ${PORT_OPTIONS:MFLICKR} -LIB_DEPENDS+= flickcurl:${PORTSDIR}/www/flickcurl +LIB_DEPENDS+= libflickcurl.so:${PORTSDIR}/www/flickcurl PLIST_FILES+= lib/darktable/plugins/imageio/storage/libflickr.so .else CMAKE_ARGS+= -DUSE_FLICKR:BOOL=OFF .endif .if ${PORT_OPTIONS:MFACEBOOK} -LIB_DEPENDS+= json-glib-1.0:${PORTSDIR}/devel/json-glib +LIB_DEPENDS+= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib PLIST_FILES+= lib/darktable/plugins/imageio/storage/libfacebook.so .else CMAKE_ARGS+= -DUSE_GLIBJSON:BOOL=OFF .endif .if ${PORT_OPTIONS:MKWALLET} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib .else CMAKE_ARGS+= -DUSE_KWALLET:BOOL=OFF .endif .if ${PORT_OPTIONS:MGNOMEKEYRING} -LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring .else CMAKE_ARGS+= -DUSE_GNOME_KEYRING:BOOL=OFF .endif @@ -96,7 +94,7 @@ CMAKE_ARGS+= -DDONT_USE_RAWSPEED:BOOL=ON .endif .if ${PORT_OPTIONS:MOPENJPEG} -LIB_DEPENDS+= openjpeg:${PORTSDIR}/graphics/openjpeg +LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg PLIST_FILES+= lib/darktable/plugins/imageio/format/libj2k.so .else CMAKE_ARGS+= -DUSE_OPENJPEG:BOOL=OFF From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 14:13:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C33065EA; Sun, 11 Aug 2013 14:13:51 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [IPv6:2a02:6b8:0:1819::9]) by mx1.freebsd.org (Postfix) with ESMTP id 82DD6272C; Sun, 11 Aug 2013 14:13:51 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 14222E60F47; Sun, 11 Aug 2013 18:13:40 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 6EC85134001D; Sun, 11 Aug 2013 18:13:39 +0400 (MSK) Received: from 93.91.10.81.tel.ru (93.91.10.81.tel.ru [93.91.10.81]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 7Rxe1Q9MX5-DdoShmMj; Sun, 11 Aug 2013 18:13:39 +0400 Message-ID: <52079C12.9030408@passap.ru> Date: Sun, 11 Aug 2013 18:13:38 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r324590 - head/graphics/darktable References: <201308111411.r7BEBYQE072393@svn.freebsd.org> In-Reply-To: <201308111411.r7BEBYQE072393@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 11 Aug 2013 14:38:28 +0000 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 14:13:51 -0000 11.08.2013 18:11, Alexey Dokuchaev пишет: > Author: danfe > Date: Sun Aug 11 14:11:33 2013 > New Revision: 324590 > URL: http://svnweb.freebsd.org/changeset/ports/324590 Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 14:46:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D22CE36; Sun, 11 Aug 2013 14:46:00 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA0E2827; Sun, 11 Aug 2013 14:46:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BEjxtB084313; Sun, 11 Aug 2013 14:45:59 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BEjxlE084312; Sun, 11 Aug 2013 14:45:59 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201308111445.r7BEjxlE084312@svn.freebsd.org> From: Boris Samorodov Date: Sun, 11 Aug 2013 14:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324591 - head/graphics/ufraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 14:46:00 -0000 Author: bsam Date: Sun Aug 11 14:45:59 2013 New Revision: 324591 URL: http://svnweb.freebsd.org/changeset/ports/324591 Log: Fix build after recent glib update. PR: ports/181013 Submitted by: Jan Henrik Sylvester Approved by: rodrigo@bebik.net (maintainer) Modified: head/graphics/ufraw/Makefile Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Sun Aug 11 14:11:33 2013 (r324590) +++ head/graphics/ufraw/Makefile Sun Aug 11 14:45:59 2013 (r324591) @@ -104,7 +104,7 @@ post-patch: .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/glib-2.0/gettext/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \ ${WRKSRC} post-install: From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 14:58:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D886AF6D; Sun, 11 Aug 2013 14:58:19 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A95DE287B; Sun, 11 Aug 2013 14:58:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BEwJ7t088353; Sun, 11 Aug 2013 14:58:19 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BEwJda088351; Sun, 11 Aug 2013 14:58:19 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201308111458.r7BEwJda088351@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 11 Aug 2013 14:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324592 - head/lang/gcc48 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 14:58:19 -0000 Author: gerald Date: Sun Aug 11 14:58:18 2013 New Revision: 324592 URL: http://svnweb.freebsd.org/changeset/ports/324592 Log: Upgrade to the 20130808 snapshot of GCC 4.8.2. Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2] Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Aug 11 14:45:59 2013 (r324591) +++ head/lang/gcc48/Makefile Sun Aug 11 14:58:18 2013 (r324592) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.1.20130418 +PORTVERSION= 4.8.2.s20130808 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTNAME= gcc-${VERSIONSTRING} +MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 @@ -21,10 +20,12 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. -VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 @@ -56,7 +57,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif LANGUAGES:= c,c++,objc,fortran -SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} +SRCDIR= ${WRKDIR}/gcc-${DISTVERSION} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sun Aug 11 14:45:59 2013 (r324591) +++ head/lang/gcc48/distinfo Sun Aug 11 14:58:18 2013 (r324592) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130418.tar.bz2) = f1148307d1ef0ab731dda8b6e5e90fd778f37bf62f46ad455e0a1cb8d948dc05 -SIZE (gcc-4.8-20130418.tar.bz2) = 82573341 +SHA256 (gcc-4.8-20130808.tar.bz2) = 97940f3d3ba9ed5e173d30ee0f36cbbd072a9b39f4294e8ed3511b8ee05b1ca8 +SIZE (gcc-4.8-20130808.tar.bz2) = 81696111 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 15:02:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F5531FA; Sun, 11 Aug 2013 15:02:09 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 48E1C28B6; Sun, 11 Aug 2013 15:02:09 +0000 (UTC) Received: from [192.168.0.131] (vie-188-118-245-189.dsl.sil.at [188.118.245.189]) by ainaz.pair.com (Postfix) with ESMTPSA id E0D063F410; Sun, 11 Aug 2013 11:02:04 -0400 (EDT) Date: Sun, 11 Aug 2013 17:02:03 +0200 (CEST) From: Gerald Pfeifer To: Tijl Coosemans Subject: Re: svn commit: r317986 - head/lang/gcc46 In-Reply-To: <5190A540.3020404@coosemans.org> Message-ID: References: <201305130023.r4D0N3qa045774@svn.freebsd.org> <5190A540.3020404@coosemans.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:02:09 -0000 On Mon, 13 May 2013, Tijl Coosemans wrote: >> (This requires an EPOCH bump due to how snapshots are labeled.) > You can avoid this by putting a letter before the date, > e.g. 4.6.4.s20130215 < 4.6.4 Thanks for the hint, Tijl! In the update below I implemented just that for lang/gcc48. When lang/gcc47 and lang/gcc49 next move to a new minor release, I will make the same change there. Gerald Author: gerald Date: Sun Aug 11 14:58:18 2013 New Revision: 324592 URL: http://svnweb.freebsd.org/changeset/ports/324592 Log: Upgrade to the 20130808 snapshot of GCC 4.8.2. Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2] Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Aug 11 14:45:59 2013 (r324591) +++ head/lang/gcc48/Makefile Sun Aug 11 14:58:18 2013 (r324592) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.1.20130418 +PORTVERSION= 4.8.2.s20130808 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTNAME= gcc-${VERSIONSTRING} +MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 @@ -21,10 +20,12 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. -VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} +# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names +# of executables and directories once installed. A PORTVERSION of +# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y +# for these three. +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 @@ -56,7 +57,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" .endif LANGUAGES:= c,c++,objc,fortran -SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} +SRCDIR= ${WRKDIR}/gcc-${DISTVERSION} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sun Aug 11 14:45:59 2013 (r324591) +++ head/lang/gcc48/distinfo Sun Aug 11 14:58:18 2013 (r324592) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130418.tar.bz2) = f1148307d1ef0ab731dda8b6e5e90fd778f37bf62f46ad455e0a1cb8d948dc05 -SIZE (gcc-4.8-20130418.tar.bz2) = 82573341 +SHA256 (gcc-4.8-20130808.tar.bz2) = 97940f3d3ba9ed5e173d30ee0f36cbbd072a9b39f4294e8ed3511b8ee05b1ca8 +SIZE (gcc-4.8-20130808.tar.bz2) = 81696111 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 15:23:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDE67388; Sun, 11 Aug 2013 15:23:51 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A92F82954; Sun, 11 Aug 2013 15:23:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BFNpsn099668; Sun, 11 Aug 2013 15:23:51 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BFNpn0099666; Sun, 11 Aug 2013 15:23:51 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201308111523.r7BFNpn0099666@svn.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 11 Aug 2013 15:23:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324593 - head/sysutils/gkrellm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:23:51 -0000 Author: ume Date: Sun Aug 11 15:23:50 2013 New Revision: 324593 URL: http://svnweb.freebsd.org/changeset/ports/324593 Log: - Add USES+=pkgconfig to fix build. [1] - Convert USE_GMAKE=yes to USES+=gmake. - Use WWW: with a single space to make portlint happy. PR: ports/181098 [1] Submitted by: CyberLeo [1] Modified: head/sysutils/gkrellm2/Makefile head/sysutils/gkrellm2/pkg-descr Modified: head/sysutils/gkrellm2/Makefile ============================================================================== --- head/sysutils/gkrellm2/Makefile Sun Aug 11 14:58:18 2013 (r324592) +++ head/sysutils/gkrellm2/Makefile Sun Aug 11 15:23:50 2013 (r324593) @@ -14,8 +14,8 @@ COMMENT= A GTK based system monitor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +USES+= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_RC_SUBR= gkrellmd WANT_GNOME= yes Modified: head/sysutils/gkrellm2/pkg-descr ============================================================================== --- head/sysutils/gkrellm2/pkg-descr Sun Aug 11 14:58:18 2013 (r324592) +++ head/sysutils/gkrellm2/pkg-descr Sun Aug 11 15:23:50 2013 (r324593) @@ -4,5 +4,5 @@ With a single process, GKrellM manages m applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. -Author: Bill Wilson bill@gkrellm.net -WWW: http://gkrellm.net +Author: Bill Wilson bill@gkrellm.net +WWW: http://gkrellm.net From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 15:28:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4FA4D48D; Sun, 11 Aug 2013 15:28:15 +0000 (UTC) Date: Sun, 11 Aug 2013 15:28:15 +0000 From: Alexey Dokuchaev To: Hajimu UMEMOTO Subject: Re: svn commit: r324593 - head/sysutils/gkrellm2 Message-ID: <20130811152815.GA35034@FreeBSD.org> References: <201308111523.r7BFNpn0099666@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308111523.r7BFNpn0099666@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:28:15 -0000 On Sun, Aug 11, 2013 at 03:23:51PM +0000, Hajimu UMEMOTO wrote: > New Revision: 324593 > URL: http://svnweb.freebsd.org/changeset/ports/324593 > > @@ -14,8 +14,8 @@ COMMENT= A GTK based system monitor You could have dropped indefinite article from COMMENT while here. > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > > +USES+= gmake pkgconfig Any reason to append to USES instead of simply assigning it? > -Author: Bill Wilson bill@gkrellm.net > -WWW: http://gkrellm.net > +Author: Bill Wilson bill@gkrellm.net > +WWW: http://gkrellm.net We generally do not support listing author explicitly when there is WWW page available. You should have also terminated URL with a slash as advised by PH, section 3.2.1. ./danfe From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 15:34:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70A04642; Sun, 11 Aug 2013 15:34:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E88D29BD; Sun, 11 Aug 2013 15:34:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BFYoss004250; Sun, 11 Aug 2013 15:34:50 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BFYoK3004248; Sun, 11 Aug 2013 15:34:50 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201308111534.r7BFYoK3004248@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 11 Aug 2013 15:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324594 - head/net/netatalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:34:50 -0000 Author: marcus Date: Sun Aug 11 15:34:49 2013 New Revision: 324594 URL: http://svnweb.freebsd.org/changeset/ports/324594 Log: Update to 2.2.5. Modified: head/net/netatalk/Makefile head/net/netatalk/distinfo Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Sun Aug 11 15:23:50 2013 (r324593) +++ head/net/netatalk/Makefile Sun Aug 11 15:34:49 2013 (r324594) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netatalk -PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTVERSION= 2.2.5 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= SF Modified: head/net/netatalk/distinfo ============================================================================== --- head/net/netatalk/distinfo Sun Aug 11 15:23:50 2013 (r324593) +++ head/net/netatalk/distinfo Sun Aug 11 15:34:49 2013 (r324594) @@ -1,2 +1,2 @@ -SHA256 (netatalk-2.2.4.tar.bz2) = 9a01b94d9b873a928c6cf0b7a07da0963b6f14aff41013fef455077ec55e22e7 -SIZE (netatalk-2.2.4.tar.bz2) = 1289663 +SHA256 (netatalk-2.2.5.tar.bz2) = 7658afc793ab36f1cda7df5719598acbf366e213e27be1cbbc2d93631c368869 +SIZE (netatalk-2.2.5.tar.bz2) = 1290761 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 15:42:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C00D497D; Sun, 11 Aug 2013 15:42:01 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD8B92A14; Sun, 11 Aug 2013 15:42:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BFg1Vf007535; Sun, 11 Aug 2013 15:42:01 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BFg1a5007533; Sun, 11 Aug 2013 15:42:01 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201308111542.r7BFg1a5007533@svn.freebsd.org> From: Juergen Lock Date: Sun, 11 Aug 2013 15:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324595 - head/multimedia/cuse4bsd-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 15:42:01 -0000 Author: nox Date: Sun Aug 11 15:42:01 2013 New Revision: 324595 URL: http://svnweb.freebsd.org/changeset/ports/324595 Log: - Update to 0.1.30: - Add more sanity checks for read() and write(). - Update manual page for cuse4bsd. Submitted by: hselasky (maintainer) Modified: head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/cuse4bsd-kmod/distinfo Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Sun Aug 11 15:34:49 2013 (r324594) +++ head/multimedia/cuse4bsd-kmod/Makefile Sun Aug 11 15:42:01 2013 (r324595) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuse4bsd-kmod -PORTVERSION= 0.1.29 +PORTVERSION= 0.1.30 CATEGORIES= multimedia kld MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/multimedia/cuse4bsd-kmod/distinfo ============================================================================== --- head/multimedia/cuse4bsd-kmod/distinfo Sun Aug 11 15:34:49 2013 (r324594) +++ head/multimedia/cuse4bsd-kmod/distinfo Sun Aug 11 15:42:01 2013 (r324595) @@ -1,2 +1,2 @@ -SHA256 (cuse4bsd-kmod-0.1.29.tar.bz2) = c624402b0b24b0e2db7bcd16790b095aece71128fea391fd08e3dc0bcc2af694 -SIZE (cuse4bsd-kmod-0.1.29.tar.bz2) = 15497 +SHA256 (cuse4bsd-kmod-0.1.30.tar.bz2) = dc5c23186eb9f2bf7aeb94a5db6db5b6b6985ce5feccd8e73e845287d9161285 +SIZE (cuse4bsd-kmod-0.1.30.tar.bz2) = 15750 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 16:24:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77C2FFC8; Sun, 11 Aug 2013 16:24:05 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55F012B97; Sun, 11 Aug 2013 16:24:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BGO5PA023428; Sun, 11 Aug 2013 16:24:05 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BGO4Ee023420; Sun, 11 Aug 2013 16:24:04 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201308111624.r7BGO4Ee023420@svn.freebsd.org> From: Bernhard Froehlich Date: Sun, 11 Aug 2013 16:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324596 - head/www/phpvirtualbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 16:24:05 -0000 Author: decke Date: Sun Aug 11 16:24:04 2013 New Revision: 324596 URL: http://svnweb.freebsd.org/changeset/ports/324596 Log: - Update to 4.2-6 - Update WWW and MASTER_SITES because project moved to SourceForge Modified: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/distinfo head/www/phpvirtualbox/pkg-descr head/www/phpvirtualbox/pkg-plist Modified: head/www/phpvirtualbox/Makefile ============================================================================== --- head/www/phpvirtualbox/Makefile Sun Aug 11 15:42:01 2013 (r324595) +++ head/www/phpvirtualbox/Makefile Sun Aug 11 16:24:04 2013 (r324596) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= phpvirtualbox -DISTVERSION= 4.2-5 +DISTVERSION= 4.2-6 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ +MASTER_SITES= SF/${PORTNAME} \ LOCAL/decke MAINTAINER= vbox@FreeBSD.org Modified: head/www/phpvirtualbox/distinfo ============================================================================== --- head/www/phpvirtualbox/distinfo Sun Aug 11 15:42:01 2013 (r324595) +++ head/www/phpvirtualbox/distinfo Sun Aug 11 16:24:04 2013 (r324596) @@ -1,2 +1,2 @@ -SHA256 (phpvirtualbox-4.2-5.zip) = 8df15a14e80fd1063142e5fc999bdee260172eb4080abb4fd2ef28c287f3bde4 -SIZE (phpvirtualbox-4.2-5.zip) = 3664311 +SHA256 (phpvirtualbox-4.2-6.zip) = fa99c1b0eb519d0564da0d515256bfaca82a16fb3490b874e4ed7844200faa38 +SIZE (phpvirtualbox-4.2-6.zip) = 3324224 Modified: head/www/phpvirtualbox/pkg-descr ============================================================================== --- head/www/phpvirtualbox/pkg-descr Sun Aug 11 15:42:01 2013 (r324595) +++ head/www/phpvirtualbox/pkg-descr Sun Aug 11 16:24:04 2013 (r324596) @@ -2,4 +2,4 @@ An open source, AJAX implementation of t interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances -WWW: http://code.google.com/p/phpvirtualbox/ +WWW: http://sourceforge.net/projects/phpvirtualbox/ Modified: head/www/phpvirtualbox/pkg-plist ============================================================================== --- head/www/phpvirtualbox/pkg-plist Sun Aug 11 15:42:01 2013 (r324595) +++ head/www/phpvirtualbox/pkg-plist Sun Aug 11 16:24:04 2013 (r324596) @@ -240,6 +240,7 @@ %%WWWDIR%%/images/vbox/os_win2k3_64.png %%WWWDIR%%/images/vbox/os_win2k8.png %%WWWDIR%%/images/vbox/os_win2k8_64.png +%%WWWDIR%%/images/vbox/os_win2k12_64.png %%WWWDIR%%/images/vbox/os_win31.png %%WWWDIR%%/images/vbox/os_win7.png %%WWWDIR%%/images/vbox/os_win7_64.png @@ -473,13 +474,11 @@ %%WWWDIR%%/panes/settingsGlobalNetwork.html %%WWWDIR%%/panes/settingsGlobalUsers.html %%WWWDIR%%/panes/settingsNetwork.html -%%WWWDIR%%/panes/settingsParallelPorts.html +%%WWWDIR%%/panes/settingsPorts.html %%WWWDIR%%/panes/settingsPortForwarding.html -%%WWWDIR%%/panes/settingsSerialPorts.html %%WWWDIR%%/panes/settingsSharedFolders.html %%WWWDIR%%/panes/settingsStorage.html %%WWWDIR%%/panes/settingsSystem.html -%%WWWDIR%%/panes/settingsUSB.html %%WWWDIR%%/panes/tabVMConsole.html %%WWWDIR%%/panes/tabVMDetails.html %%WWWDIR%%/panes/tabVMSnapshots.html From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 16:34:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2F6F1B6; Sun, 11 Aug 2013 16:34:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A65542BFA; Sun, 11 Aug 2013 16:34:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BGYoDr027183; Sun, 11 Aug 2013 16:34:50 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BGYoUL027182; Sun, 11 Aug 2013 16:34:50 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308111634.r7BGYoUL027182@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 11 Aug 2013 16:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324597 - head/graphics/kgraphviewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 16:34:50 -0000 Author: rakuco Date: Sun Aug 11 16:34:50 2013 New Revision: 324597 URL: http://svnweb.freebsd.org/changeset/ports/324597 Log: Mark BROKEN, it hasn't built in quite a while. As explained in the comment I added: o The port does not include graphviz's include directory, assuming it is always in the compiler's default path (ie. /usr/include). o The port includes , while code is expected to include instead, and pass -I${LOCALBASE}/graphviz instead of just -I${LOCALBASE} to the compiler. o The code in the development repository does a better job at fixing the problems above, but it still relies on the deprecated libgraph library that graphics/graphviz in ports does not install anymore. Modified: head/graphics/kgraphviewer/Makefile Modified: head/graphics/kgraphviewer/Makefile ============================================================================== --- head/graphics/kgraphviewer/Makefile Sun Aug 11 16:24:04 2013 (r324596) +++ head/graphics/kgraphviewer/Makefile Sun Aug 11 16:34:50 2013 (r324597) @@ -1,9 +1,4 @@ -# New ports collection makefile for: kgraphviewer -# Date created: 2008-09-01 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= kgraphviewer PORTVERSION= ${APP_VER}.${EXTRA_VER} @@ -19,6 +14,17 @@ COMMENT= GraphViz dot graph viewer for K LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz +# Several problems at once here: +# - The port does not include graphviz's include directory, assuming it is +# always in the compiler's default path (ie. /usr/include). +# - The port includes , while code is expected to include +# instead, and pass -I${LOCALBASE}/graphviz instead of just +# -I${LOCALBASE} to the compiler. +# - The code in the development repository does a better job at fixing the +# problems above, but it still relies on the deprecated libgraph library that +# graphics/graphviz in ports does not install anymore. +BROKEN= does not build + USE_BZIP2= yes USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 16:42:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6ED20480; Sun, 11 Aug 2013 16:42:23 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C97A2C4F; Sun, 11 Aug 2013 16:42:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BGgND2030579; Sun, 11 Aug 2013 16:42:23 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BGgMaK030573; Sun, 11 Aug 2013 16:42:22 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201308111642.r7BGgMaK030573@svn.freebsd.org> From: Roman Bogorodskiy Date: Sun, 11 Aug 2013 16:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324598 - head/net/py-libcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 16:42:23 -0000 Author: novel Date: Sun Aug 11 16:42:22 2013 New Revision: 324598 URL: http://svnweb.freebsd.org/changeset/ports/324598 Log: Update to 0.13.0. Modified: head/net/py-libcloud/Makefile head/net/py-libcloud/distinfo head/net/py-libcloud/pkg-plist Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Sun Aug 11 16:34:50 2013 (r324597) +++ head/net/py-libcloud/Makefile Sun Aug 11 16:42:22 2013 (r324598) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcloud -PORTVERSION= 0.12.4 +PORTVERSION= 0.13.0 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/net/py-libcloud/distinfo ============================================================================== --- head/net/py-libcloud/distinfo Sun Aug 11 16:34:50 2013 (r324597) +++ head/net/py-libcloud/distinfo Sun Aug 11 16:42:22 2013 (r324598) @@ -1,2 +1,2 @@ -SHA256 (apache-libcloud-0.12.4.tar.bz2) = fbc9df0e1a14856280860ae3075c7b1c97c2ae61b95a55be082c52247e6202c0 -SIZE (apache-libcloud-0.12.4.tar.bz2) = 376883 +SHA256 (apache-libcloud-0.13.0.tar.bz2) = e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5 +SIZE (apache-libcloud-0.13.0.tar.bz2) = 395117 Modified: head/net/py-libcloud/pkg-plist ============================================================================== --- head/net/py-libcloud/pkg-plist Sun Aug 11 16:34:50 2013 (r324597) +++ head/net/py-libcloud/pkg-plist Sun Aug 11 16:42:22 2013 (r324598) @@ -308,6 +308,9 @@ %%PYTHON_SITELIBDIR%%/libcloud/utils/files.py %%PYTHON_SITELIBDIR%%/libcloud/utils/files.pyc %%PYTHON_SITELIBDIR%%/libcloud/utils/files.pyo +%%PYTHON_SITELIBDIR%%/libcloud/utils/iso8601.py +%%PYTHON_SITELIBDIR%%/libcloud/utils/iso8601.pyc +%%PYTHON_SITELIBDIR%%/libcloud/utils/iso8601.pyo %%PYTHON_SITELIBDIR%%/libcloud/utils/misc.py %%PYTHON_SITELIBDIR%%/libcloud/utils/misc.pyc %%PYTHON_SITELIBDIR%%/libcloud/utils/misc.pyo From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 16:45:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ABFD58E; Sun, 11 Aug 2013 16:45:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 183082C6C; Sun, 11 Aug 2013 16:45:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BGjrgJ031256; Sun, 11 Aug 2013 16:45:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BGjrx8031255; Sun, 11 Aug 2013 16:45:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308111645.r7BGjrx8031255@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 11 Aug 2013 16:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324599 - head/graphics/kpovmodeler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 16:45:54 -0000 Author: rakuco Date: Sun Aug 11 16:45:53 2013 New Revision: 324599 URL: http://svnweb.freebsd.org/changeset/ports/324599 Log: Point to the right location in MASTER_SITE_SUBDIR. Should help `make fetch'. Modified: head/graphics/kpovmodeler/Makefile Modified: head/graphics/kpovmodeler/Makefile ============================================================================== --- head/graphics/kpovmodeler/Makefile Sun Aug 11 16:42:22 2013 (r324598) +++ head/graphics/kpovmodeler/Makefile Sun Aug 11 16:45:53 2013 (r324599) @@ -5,7 +5,7 @@ PORTVERSION= ${APP_VER}.${EXTRA_VER} PORTREVISION= 9 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear +MASTER_SITE_SUBDIR= Attic/${EXTRA_VER}/src/extragear DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER} DIST_SUBDIR= KDE/extragear From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 17:05:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E07EEA93; Sun, 11 Aug 2013 17:05:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2D4E2D73; Sun, 11 Aug 2013 17:05:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BH5r06038866; Sun, 11 Aug 2013 17:05:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BH5rEj038864; Sun, 11 Aug 2013 17:05:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308111705.r7BH5rEj038864@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 11 Aug 2013 17:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324600 - in head/graphics/kpovmodeler: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 17:05:54 -0000 Author: rakuco Date: Sun Aug 11 17:05:53 2013 New Revision: 324600 URL: http://svnweb.freebsd.org/changeset/ports/324600 Log: Unbreak the build. Import a few patches originally from Gentoo: o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-freetype-include.patch?hideattic=0&revision=1.1&view=markup o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-underlinking.patch?hideattic=0&revision=1.2&view=markup That fix the FreeType errors there were occurring, and also a linking problem that was happening at a later stage. Obtained from: Gentoo Added: head/graphics/kpovmodeler/files/patch-CMakeLists.txt (contents, props changed) Modified: head/graphics/kpovmodeler/pkg-descr Added: head/graphics/kpovmodeler/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kpovmodeler/files/patch-CMakeLists.txt Sun Aug 11 17:05:53 2013 (r324600) @@ -0,0 +1,25 @@ +The first hunk fixes the build by including the right FreeType directory. + +The second one explicitly links against libkdeui, as there were linking +problems because of kdeui functions being used without the library being +explicitly referenced. +--- CMakeLists.txt.orig 2009-08-31 18:17:15.000000000 +0300 ++++ CMakeLists.txt 2013-08-11 19:53:43.000000000 +0300 +@@ -11,7 +11,7 @@ + + configure_file(config-kpovmodeler.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kpovmodeler.h ) + +-include_directories(${FREETYPE_INCLUDE_DIR}) ++include_directories(${FREETYPE_INCLUDE_DIRS}) + add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) + + ########### next target ############### +@@ -306,7 +306,7 @@ + + kde4_add_executable(kpovmodeler ${kpovmodeler_SRCS}) + +-target_link_libraries(kpovmodeler ${KDE4_KDECORE_LIBS} lkpovmodeler ) ++target_link_libraries(kpovmodeler ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} lkpovmodeler ) + + install(TARGETS kpovmodeler ${INSTALL_TARGETS_DEFAULT_ARGS} ) + Modified: head/graphics/kpovmodeler/pkg-descr ============================================================================== --- head/graphics/kpovmodeler/pkg-descr Sun Aug 11 16:45:53 2013 (r324599) +++ head/graphics/kpovmodeler/pkg-descr Sun Aug 11 17:05:53 2013 (r324600) @@ -1,4 +1,4 @@ KPovModeler is a modeling and composition program for creating POV-Ray(TM) scenes in KDE. -WWW: http://www.kpovmodeler.org/ +WWW: http://www.kpovmodeler.org/ From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 17:10:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D614DDE2; Sun, 11 Aug 2013 17:10:43 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B51C22DD5; Sun, 11 Aug 2013 17:10:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BHAh18042111; Sun, 11 Aug 2013 17:10:43 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BHAf7x042096; Sun, 11 Aug 2013 17:10:41 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308111710.r7BHAf7x042096@svn.freebsd.org> From: David Naylor Date: Sun, 11 Aug 2013 17:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324601 - in head/lang: . pypy pypy-devel pypy-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 17:10:44 -0000 Author: dbn Date: Sun Aug 11 17:10:41 2013 New Revision: 324601 URL: http://svnweb.freebsd.org/changeset/ports/324601 Log: Add lang/pypy-devel for non-stable releases of PyPy. pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients. Added: head/lang/pypy-devel/ - copied from r324598, head/lang/pypy/ head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py - copied, changed from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__distutils__command__install.py head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py - copied, changed from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__distutils__sysconfig_pypy.py head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py - copied, changed from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py head/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py - copied, changed from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__lib_pypy___sqlite3.py Deleted: head/lang/pypy-devel/files/patch-lib__pypyX.Y__distutils__command__install.py head/lang/pypy-devel/files/patch-lib__pypyX.Y__distutils__sysconfig_pypy.py head/lang/pypy-devel/files/patch-lib__pypyX.Y__lib_pypy___sqlite3.py head/lang/pypy-devel/files/patch-lib__pypyX.Y__lib_pypy__ctypes_config_cache__rebuild.py head/lang/pypy-devel/files/patch-lib__pypyX.Y__sysconfig.py head/lang/pypy-devel/files/patch-pypy__tool__lib_pypy.py head/lang/pypy-devel/files/patch-rpython__translator__cli__sdk.py Modified: head/lang/Makefile head/lang/pypy-devel/Makefile head/lang/pypy-devel/distinfo head/lang/pypy-devel/files/Makefile head/lang/pypy-devel/files/bsd.pypy.inst.mk head/lang/pypy-devel/pkg-plist head/lang/pypy/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Aug 11 17:05:53 2013 (r324600) +++ head/lang/Makefile Sun Aug 11 17:10:41 2013 (r324601) @@ -269,6 +269,7 @@ SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += pypy + SUBDIR += pypy-devel SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 Modified: head/lang/pypy-devel/Makefile ============================================================================== --- head/lang/pypy/Makefile Sun Aug 11 16:42:22 2013 (r324598) +++ head/lang/pypy-devel/Makefile Sun Aug 11 17:10:41 2013 (r324601) @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= pypy -DISTVERSION= 2.1 +DISTVERSION= 2.2-alpha${DATE} CATEGORIES= lang python java -MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-src +MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ +PKGNAMESUFFIX= -devel +DISTNAME= ${COMMIT} +DIST_SUBDIR= pypy MAINTAINER= dbn@FreeBSD.org COMMENT= Fast, compliant implementation of the Python language @@ -17,39 +19,44 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/ ffi:${PORTSDIR}/devel/libffi \ sqlite3:${PORTSDIR}/databases/sqlite3 -CLI_DESC= (BROKEN) Translate a CLI (.NET) based pypy -JVM_DESC= (BROKEN) Translate a JVM (Java) based pypy PYTHON_DESC= Use Python-2.7 to translate (slowest) PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) PYPY_MINMEM_DESC= Use PyPy to translate (lowest memory usage) -PYINST_DESC= Translation method +PYINST= PyPy instances SANDBOX_DESC= Translate a sandboxed pypy +TRANS_DESC= Translation method .if !defined(PYPY_INST) -OPTIONS_DEFINE+= CLI JVM SANDBOX +OPTIONS_GROUP= PYINST +OPTIONS_GROUP_PYINST= SANDBOX .endif LOCALBASE?= /usr/local .if exists(${LOCALBASE}/bin/pypy) -OPTIONS_SINGLE= PYINST -OPTIONS_SINGLE_PYINST= PYTHON PYPY PYPY_MINMEM +OPTIONS_SINGLE= TRANS +OPTIONS_SINGLE_TRANS= PYTHON PYPY PYPY_MINMEM OPTIONS_DEFAULT+= PYPY_MINMEM .endif -MANUAL_PACKAGE_BUILD= runaway process on pointyhat +CONFLICTS_INSTALL= pypy-[0-9]* +LATEST_LINK= ${PORTNAME}-devel ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} +COMMIT= ab7580454b32 +DATE= 20130810 USE_BZIP2= yes USES= gettext iconv MAKEFILE= ${FILESDIR}/Makefile PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/pypy-pypy-${COMMIT} PYPY_VER= ${DISTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} PYTHON_IMPL_VER= 2.7 -PYPY_LIBDIR= lib/pypy-${PYPY_VER} -PYPY_INCLUDEDIR= include/pypy-${PYPY_VER} -PYPYDIRS= ${PYPY_INCLUDEDIR} ${PYPY_LIBDIR} +PYPY_LIBDIR= lib/${PORTNAME}-${PYPY_VER} +PYPY_INCLUDEDIR= include/${PORTNAME}-${PYPY_VER} +PYPYDIRS= lib-python/${PYTHON_IMPL_VER}:${PYPY_LIBDIR} \ + lib_pypy:${PYPY_LIBDIR}/lib_pypy \ + include:${PYPY_INCLUDEDIR} PLIST_SUB+= PYPY_LIBDIR=${PYPY_LIBDIR} \ PYPY_INCLUDEDIR=${PYPY_INCLUDEDIR} @@ -58,7 +65,7 @@ MAKE_ENV+= DISTVERSION=${DISTVERSION} PY WRKSRC=${WRKSRC} PYPY_LOCALBASE=${LOCALBASE} LOCALBASE_REFIX= \ - ${PYPY_LIBDIR}/lib_pypy/_sqlite3.py + lib_pypy/_sqlite3.py .include .include "${MASTERDIR}/files/bsd.pypy.inst.mk" @@ -87,14 +94,6 @@ PYPY_INST= DEFAULT PYPY_INST+= SANDBOX .endif -.if ${PORT_OPTIONS:MCLI} -PYPY_INST+= CLI -.endif - -.if ${PORT_OPTIONS:MJVM} -PYPY_INST+= JVM -.endif - .endif # !defined(PYPY_INST) MAKE_ENV+= PYPY_INST="${PYPY_INST}" @@ -113,38 +112,12 @@ MAKE_ENV+= PYPY_${inst}_NAME="${PYPY_${i WITH_BOEHM_GC= yes .endif -# Check if the CLI (mono) backend will be used -.if !empty(PYPY_${inst}_TRANSLATE_ARGS:M--backend=cli) -WITH_CLI= yes -.endif - -# Check if the JVM (java) backend will be used -.if !empty(PYPY_${inst}_TRANSLATE_ARGS:M--backend=jvm) -WITH_JVM= yes -.endif - .endfor # inst in ${PYPY_INST} .if defined(WITH_BOEHM_GC) LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc .endif -.if defined(WITH_CLI) -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono -ONLY_FOR_ARCHS= i386 powerpc -ONLY_FOR_ARCHS_REASON= only translates on 32bit systems -BROKEN= CLI backend broken, unsupported upstream -.endif - -.if defined(WITH_JVM) -USE_JAVA= yes -JAVA_VERSION= 1.5+ -ONLY_FOR_ARCHS= i386 powerpc -ONLY_FOR_ARCHS_REASON= only translates on 32bit systems -BROKEN= JVM backend broken, partially supported upstream -.endif - # Translate FreeBSD ARCH types to PyPy ARCH types # Pypy officially only supports i386 and amd64, the other platforms are # untested (and do not have jit support). @@ -168,6 +141,7 @@ PYPY_BITS= 32 .endif PLIST_SUB+= PYPY_ARCH="${PYPY_ARCH}" PLIST_SUB+= PYPY_BITS="${PYPY_BITS}" +PLIST_SUB+= PYPY_VER="${PYPY_VER:C/\.//}" .if !defined(PYPY_JITTABLE) .for inst in ${PYPY_INST} @@ -185,25 +159,25 @@ PYPY_${inst}_OPT= 2 .if ${PYPY_ARCH:M*64} . if ${PORT_OPTIONS:MPYPY} # 64bit + pypy = 5.9 GiB -PYPY_TRANSLATION_MEMORY= 6138872 +PYPY_TRANSLATION_MEMORY= 6062436 . elif ${PORT_OPTIONS:MPYPY_MINMEM} # 64bit + pypy (minimum memory) = 3.6GiB -PYPY_TRANSLATION_MEMORY= 3855204 +PYPY_TRANSLATION_MEMORY= 3729228 . else # 64bit + python = 4.7 GiB -PYPY_TRANSLATION_MEMORY= 4957688 +PYPY_TRANSLATION_MEMORY= 4662460 . endif # 64bit system += 366 MiB PYPY_MINIMUM_MEMORY= $$((${PYPY_TRANSLATION_MEMORY} + 374784)) .else . if ${PORT_OPTIONS:MPYPY} # 32bit + pypy = 2.3GiB -PYPY_TRANSLATION_MEMORY= 2689508 +PYPY_TRANSLATION_MEMORY= 2523868 . elif ${PORT_OPTIONS:MPYPY_MINMEM} # 32bit + pypy (minimum memory) = 2.2GiB -PYPY_TRANSLATION_MEMORY= 2329256 +PYPY_TRANSLATION_MEMORY= 2246768 # 32bit + python = 2.3 GiB -PYPY_TRANSLATION_MEMORY= 2372640 +PYPY_TRANSLATION_MEMORY= 2523868 . endif # 32bit system += 168 MiB PYPY_MINIMUM_MEMORY= $$((${PYPY_TRANSLATION_MEMORY} + 171787)) @@ -218,9 +192,12 @@ PYPY_MEMORY_MULTIPLY= 1 PYPY_IGNORE_MEMORY= Memory checks non-fatal until revised figures are obtained. PYPY_MEM_WARNING= \ ${ECHO} "warn: this system has insufficient memory, expected at least $$((${PYPY_MINIMUM_MEMORY} / 1024 * ${PYPY_MEMORY_MULTIPLY} + 1))MiB RAM" -.if defined(PYTHON_CMD) && ${PYTHON_CMD:M*pypy*} +.if ${PORT_OPTIONS:MPYPY} PYPY_MEM_WARNING+= ;\ - ${ECHO} "warn: pypy is being used for translation, consider using cpython as it uses less memory" + ${ECHO} "warn: PyPy is being used for translation, consider using Python or PyPy (minimum memory) as it uses less memory" +.elif ${PORT_OPTIONS:MPYTHON} +PYPY_MEM_WARNING+= ;\ + ${ECHO} "warn: Python is being used for translation, consider using PyPy (minimum memory) as it uses less memory" .endif .if ${PYPY_MEMORY_MULTIPLY} != 1 PYPY_MEM_WARNING+= ;\ @@ -258,10 +235,11 @@ pre-fetch: @if [ $$((`sysctl -n hw.physmem` / 1024)) -le $$((${PYPY_MINIMUM_MEMORY} * ${PYPY_MEMORY_MULTIPLY})) ]; then ${PYPY_MEM_WARNING}; fi post-extract: - ${MKDIR} ${WRKSRC}/lib - ${LN} -s ${WRKSRC}/lib ${WRKDIR}/lib - ${MV} ${WRKSRC}/lib-python/${PYTHON_IMPL_VER} ${WRKSRC}/${PYPY_LIBDIR} - ${MV} ${WRKSRC}/lib_pypy ${WRKSRC}/${PYPY_LIBDIR}/ +.for _path in ${PYPYDIRS} + ${MKDIR} ${WRKDIR}/`${DIRNAME} ${_path:C/.*://}` + ${LN} -s ${WRKSRC}/${_path:C/:.*//} ${WRKDIR}/${_path:C/.*://} +.endfor + ${LN} -s ${WRKDIR}/lib ${WRKSRC}/lib post-patch: .for file in ${LOCALBASE_REFIX} @@ -277,25 +255,25 @@ do-configure: ${CP} ${WRKDIR}/use.pypy ${PKGDEINSTALL} post-build: - -${FIND} ${WRKSRC}/${PYPY_LIBDIR} -type d | \ - ${SETENV} PYTHON_PATH=${WRKSRC} ${XARGS} \ - ${WRKDIR}/${PYPY_PRIMARY} -m compileall -fl # UPDATING: check pypy/tool/release/package.py for list of cffi modules .for mod in _sqlite3 _curses syslog ${WRKDIR}/${PYPY_PRIMARY} -c 'import ${mod}' .endfor - ${FIND} ${WRKSRC}/lib -name '*.orig' -delete -or \ +.for _path in ${PYPYDIRS} + -${FIND} ${WRKDIR}/${_path:C/.*://}/ -type d | \ + ${XARGS} -n1 ${WRKDIR}/${PYPY_PRIMARY} -m compileall -fl + ${FIND} ${WRKDIR}/${_path:C/.*://}/ -name '*.orig' -delete -or \ -name '*.bak' -delete -or \ -name '*.c' -delete -or \ -name '*.o' -delete - ${FIND} ${WRKSRC}/lib -depth -type d -name tmp | ${XARGS} ${RM} -r - ${MV} ${WRKSRC}/include ${WRKSRC}/include~ - ${MKDIR} ${WRKSRC}/include - ${MV} ${WRKSRC}/include~ ${WRKSRC}/${PYPY_INCLUDEDIR} + ${FIND} ${WRKDIR}/${_path:C/.*://}/ -depth -type d -name tmp | \ + ${XARGS} ${RM} -r +.endfor do-install: -.for dir in ${PYPYDIRS} - (cd ${WRKSRC}/${dir}; ${COPYTREE_SHARE} . ${PREFIX}/${dir}) +.for _path in ${PYPYDIRS} + -${RM} ${PREFIX}/${_path:C/.*://} + (cd ${WRKSRC}/${_path:C/:.*//}; ${COPYTREE_SHARE} . ${PREFIX}/${_path:C/.*://}) .endfor .for name in ${PYPY_NAMES:O} ${STRIP_CMD} ${WRKDIR}/${name} @@ -309,25 +287,31 @@ post-install: test: patch .for inst in ${PYPY_INST} @${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to find ${PYPY_${inst}_NAME}, please install port first!"; exit 1) - (cd ${WRKSRC}; ${PYPY_${inst}_NAME} pypy/test_all.py ${PYPY_LIBDIR}/lib_pypy/pypy_test pypy/module) + (cd ${WRKSRC}; ${PYPY_${inst}_NAME} pypy/test_all.py lib_pypy/pypy_test pypy/module) .endfor pkg-plist: build ${RM} -f ${WRKDIR}/.plist-files-gen ${WRKDIR}/.plist-dirs-gen -.for dir in ${PYPYDIRS} - cd ${WRKSRC} && ${FIND} ${dir} -type f >> ${WRKDIR}/.plist-files-gen - cd ${WRKSRC} && ${FIND} ${dir} -type d >> ${WRKDIR}/.plist-dirs-gen +.for path in ${PYPYDIRS} + cd ${WRKDIR} && ${FIND} ${path:C/.*://}/ -type f >> ${WRKDIR}/.plist-files-gen + cd ${WRKDIR} && ${FIND} ${path:C/.*://}/ -type d | ${SED} 's|/$$||' >> ${WRKDIR}/.plist-dirs-gen .endfor ${REINPLACE_CMD} -e 's|^${PYPY_LIBDIR}|%%PYPY_LIBDIR%%|g' \ -e 's|^${PYPY_INCLUDEDIR}|%%PYPY_INCLUDEDIR%%|g' \ -e 's|${PYPY_ARCH}|%%PYPY_ARCH%%|g' \ -e 's|_${PYPY_BITS}_|_%%PYPY_BITS%%_|g' \ + -e 's|-${PYPY_VER:C/\.//}\.|-%%PYPY_VER%%.|g' \ ${WRKDIR}/.plist-files-gen ${REINPLACE_CMD} -e 's|^${PYPY_LIBDIR}|@dirrm %%PYPY_LIBDIR%%|g' \ -e 's|^${PYPY_INCLUDEDIR}|@dirrm %%PYPY_INCLUDEDIR%%|g' \ ${WRKDIR}/.plist-dirs-gen ${SORT} ${WRKDIR}/.plist-files-gen > ${WRKDIR}/pkg-plist ${SORT} -r ${WRKDIR}/.plist-dirs-gen >> ${WRKDIR}/pkg-plist + ${REINPLACE_CMD} -i '' \ + -e -e 's|^@dirrm %%PYPY_LIBDIR%%/site-packages$$|@dirrmtry %%PYPY_LIBDIR%%/site-packages|' \ + -e 's|^@dirrm %%PYPY_LIBDIR%%$$|@dirrmtry %%PYPY_LIBDIR%%|' \ + -e 's|^@dirrm %%PYPY_INCLUDEDIR%%$$|@dirrmtry %%PYPY_INCLUDEDIR%%|' \ + ${WRKDIR}/pkg-plist ${CP} ${WRKDIR}/pkg-plist ${.CURDIR}/pkg-plist .include Modified: head/lang/pypy-devel/distinfo ============================================================================== --- head/lang/pypy/distinfo Sun Aug 11 16:42:22 2013 (r324598) +++ head/lang/pypy-devel/distinfo Sun Aug 11 17:10:41 2013 (r324601) @@ -1,2 +1,2 @@ -SHA256 (pypy-2.1-src.tar.bz2) = 31b3066c9739b117d6bb1bdc485a919dc3b67370ec00437de1b74069943f7f17 -SIZE (pypy-2.1-src.tar.bz2) = 14830606 +SHA256 (pypy/ab7580454b32.tar.bz2) = 2028ee188895490a0df3e6968ce83a78e1a7188f72f51e193d0d7646d9a611fe +SIZE (pypy/ab7580454b32.tar.bz2) = 14240611 Modified: head/lang/pypy-devel/files/Makefile ============================================================================== --- head/lang/pypy/files/Makefile Sun Aug 11 16:42:22 2013 (r324598) +++ head/lang/pypy-devel/files/Makefile Sun Aug 11 17:10:41 2013 (r324601) @@ -21,7 +21,7 @@ TOUCH?= touch REINPLACE_CMD?= ${SED} -i~ -BUILDDIR= usession-release-${DISTVERSION}.x-0 +BUILDDIR= usession-default-0 .for inst in ${PYPY_INST} Modified: head/lang/pypy-devel/files/bsd.pypy.inst.mk ============================================================================== --- head/lang/pypy/files/bsd.pypy.inst.mk Sun Aug 11 16:42:22 2013 (r324598) +++ head/lang/pypy-devel/files/bsd.pypy.inst.mk Sun Aug 11 17:10:41 2013 (r324601) @@ -11,14 +11,3 @@ PYPY_SANDBOX_NAME?= pypy-sandbox PYPY_SANDBOX_TRANSLATE_ARGS?= --sandbox PYPY_SANDBOX_OPT?= jit PYPY_SANDBOX_OBJSPACE_ARGS?= - -# Currently does not work -PYPY_CLI_NAME?= pypy-cli -PYPY_CLI_TRANSLATE_ARGS?= --backend=cli -PYPY_CLI_OPT?= 2 -PYPY_CLI_OBJSPACE_ARGS?= - -PYPY_JVM_NAME?= pypy-jvm -PYPY_JVM_TRANSLATE_ARGS?= --backend=jvm -PYPY_JVM_OPT?= 2 -PYPY_JVM_OBJSPACE_ARGS?= Copied and modified: head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py (from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__distutils__command__install.py) ============================================================================== --- head/lang/pypy/files/patch-lib__pypyX.Y__distutils__command__install.py Sun Aug 11 16:42:22 2013 (r324598, copy source) +++ head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py Sun Aug 11 17:10:41 2013 (r324601) @@ -1,5 +1,5 @@ ---- lib/pypy-2.1/distutils/command/install.py.orig 2012-07-15 10:10:18.000000000 +0200 -+++ lib/pypy-2.1/distutils/command/install.py 2012-07-15 10:13:15.000000000 +0200 +--- lib-python/2.7/distutils/command/install.py.orig 2012-07-15 10:10:18.000000000 +0200 ++++ lib-python/2.7/distutils/command/install.py 2012-07-15 10:13:15.000000000 +0200 @@ -84,9 +84,9 @@ 'data' : '$userbase', }, Copied and modified: head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py (from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__distutils__sysconfig_pypy.py) ============================================================================== --- head/lang/pypy/files/patch-lib__pypyX.Y__distutils__sysconfig_pypy.py Sun Aug 11 16:42:22 2013 (r324598, copy source) +++ head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py Sun Aug 11 17:10:41 2013 (r324601) @@ -1,5 +1,5 @@ ---- lib/pypy-2.1/distutils/sysconfig_pypy.py.orig 2012-11-22 14:52:20.000000000 +0200 -+++ lib/pypy-2.1/distutils/sysconfig_pypy.py 2012-11-27 17:59:44.000000000 +0200 +--- lib-python/2.7/distutils/sysconfig_pypy.py.orig 2012-11-22 14:52:20.000000000 +0200 ++++ lib-python/2.7/distutils/sysconfig_pypy.py 2012-11-27 17:59:44.000000000 +0200 @@ -15,7 +15,7 @@ def get_python_inc(plat_specific=0, prefix=None): Copied and modified: head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py (from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py) ============================================================================== --- head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py Sun Aug 11 16:42:22 2013 (r324598, copy source) +++ head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py Sun Aug 11 17:10:41 2013 (r324601) @@ -1,5 +1,5 @@ ---- lib/pypy-2.1/sysconfig.py.orig 2012-07-15 09:57:14.000000000 +0200 -+++ lib/pypy-2.1/sysconfig.py 2012-07-15 10:03:25.000000000 +0200 +--- lib-python/2.7/sysconfig.py.orig 2012-07-15 09:57:14.000000000 +0200 ++++ lib-python/2.7/sysconfig.py 2012-07-15 10:03:25.000000000 +0200 @@ -27,12 +27,12 @@ 'data' : '{base}', }, @@ -14,7 +14,7 @@ + 'platstdlib': '{platbase}/lib/pypy-{pypy_version_short}', + 'purelib': '{base}/lib/pypy-{pypy_version_short}', + 'platlib': '{platbase}/lib/pypy-{pypy_version_short}', -+ 'include': '{base}/include-{pypy_version_short}', ++ 'include': '{base}/include/pypy-{pypy_version_short}', + 'platinclude': '{platbase}/include/pypy-{pypy_version_short}', 'scripts': '{base}/bin', 'data' : '{base}', Copied and modified: head/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py (from r324598, head/lang/pypy/files/patch-lib__pypyX.Y__lib_pypy___sqlite3.py) ============================================================================== --- head/lang/pypy/files/patch-lib__pypyX.Y__lib_pypy___sqlite3.py Sun Aug 11 16:42:22 2013 (r324598, copy source) +++ head/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py Sun Aug 11 17:10:41 2013 (r324601) @@ -1,5 +1,5 @@ ---- lib/pypy-2.1/lib_pypy/_sqlite3.py.orig 2013-05-18 16:20:00.000000000 +0200 -+++ lib/pypy-2.1/lib_pypy/_sqlite3.py 2013-05-18 16:21:06.000000000 +0200 +--- lib_pypy/_sqlite3.py.orig 2013-05-18 16:20:00.000000000 +0200 ++++ lib_pypy/_sqlite3.py 2013-05-18 16:21:06.000000000 +0200 @@ -270,7 +270,7 @@ _lib = _ffi.verify(""" Modified: head/lang/pypy-devel/pkg-plist ============================================================================== --- head/lang/pypy/pkg-plist Sun Aug 11 16:42:22 2013 (r324598) +++ head/lang/pypy-devel/pkg-plist Sun Aug 11 17:10:41 2013 (r324601) @@ -1450,9 +1450,9 @@ %%PYPY_LIBDIR%%/lib2to3/tests/test_util.pyc %%PYPY_LIBDIR%%/lib_pypy/__init__.py %%PYPY_LIBDIR%%/lib_pypy/__init__.pyc -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g3b3d68b9x310af836.pypy-21.so -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g7019d5d3xad93c709.pypy-21.so -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g774d129dx1fd01a91.pypy-21.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g3b3d68b9x310af836.pypy-%%PYPY_VER%%.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g7019d5d3xad93c709.pypy-%%PYPY_VER%%.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__g774d129dx1fd01a91.pypy-%%PYPY_VER%%.so %%PYPY_LIBDIR%%/lib_pypy/_codecs_cn.py %%PYPY_LIBDIR%%/lib_pypy/_codecs_cn.pyc %%PYPY_LIBDIR%%/lib_pypy/_codecs_hk.py @@ -1715,6 +1715,7 @@ %%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_console.pyc %%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_eventqueue.py %%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_eventqueue.pyc +%%PYPY_LIBDIR%%/lib_pypy/readline.egg-info %%PYPY_LIBDIR%%/lib_pypy/readline.py %%PYPY_LIBDIR%%/lib_pypy/readline.pyc %%PYPY_LIBDIR%%/lib_pypy/resource.py @@ -3749,7 +3750,7 @@ @dirrm %%PYPY_LIBDIR%%/test @dirrm %%PYPY_LIBDIR%%/sqlite3/test @dirrm %%PYPY_LIBDIR%%/sqlite3 -@dirrm %%PYPY_LIBDIR%%/site-packages +@dirrmtry %%PYPY_LIBDIR%%/site-packages @dirrm %%PYPY_LIBDIR%%/pydoc_data @dirrm %%PYPY_LIBDIR%%/plat-unixware7 @dirrm %%PYPY_LIBDIR%%/plat-sunos5 @@ -3830,5 +3831,5 @@ @dirrm %%PYPY_LIBDIR%%/compiler @dirrm %%PYPY_LIBDIR%%/bsddb/test @dirrm %%PYPY_LIBDIR%%/bsddb -@dirrm %%PYPY_LIBDIR%% -@dirrm %%PYPY_INCLUDEDIR%% +@dirrmtry %%PYPY_LIBDIR%% +@dirrmtry %%PYPY_INCLUDEDIR%% Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Sun Aug 11 17:05:53 2013 (r324600) +++ head/lang/pypy/Makefile Sun Aug 11 17:10:41 2013 (r324601) @@ -35,6 +35,7 @@ OPTIONS_DEFAULT+= PYPY_MINMEM .endif MANUAL_PACKAGE_BUILD= runaway process on pointyhat +CONFLICTS_INSTALL= pypy-devel-[0-9]* ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 17:27:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E05CFAA; Sun, 11 Aug 2013 17:27:25 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDC252E5B; Sun, 11 Aug 2013 17:27:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BHROm7047216; Sun, 11 Aug 2013 17:27:24 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BHRM1u047199; Sun, 11 Aug 2013 17:27:22 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308111727.r7BHRM1u047199@svn.freebsd.org> From: David Naylor Date: Sun, 11 Aug 2013 17:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324602 - in head/lang: . pypy3-devel pypy3-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 17:27:25 -0000 Author: dbn Date: Sun Aug 11 17:27:22 2013 New Revision: 324602 URL: http://svnweb.freebsd.org/changeset/ports/324602 Log: Introducing lang/pypy3-devel version 2.1.b1. Highlights - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3! - There are some known issues including performance regressions (issues #1540 & #1541) slated to be resolved before the final release. Added: head/lang/pypy3-devel/ - copied from r324601, head/lang/pypy-devel/ head/lang/pypy3-devel/files/patch-lib-python__3__distutils__command__install.py - copied, changed from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py head/lang/pypy3-devel/files/patch-lib-python__3__distutils__sysconfig_pypy.py - copied, changed from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py head/lang/pypy3-devel/files/patch-lib-python__3__sysconfig.py - copied, changed from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py Deleted: head/lang/pypy3-devel/files/patch-lib-python__2.7__distutils__command__install.py head/lang/pypy3-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py head/lang/pypy3-devel/files/patch-lib-python__2.7__sysconfig.py Modified: head/lang/Makefile head/lang/pypy3-devel/Makefile head/lang/pypy3-devel/distinfo head/lang/pypy3-devel/files/Makefile head/lang/pypy3-devel/files/patch-pypy__module__sys__initpath.py head/lang/pypy3-devel/files/patch-pypy__sandbox__pypy_interactive.py head/lang/pypy3-devel/files/use.pypy head/lang/pypy3-devel/pkg-plist Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/Makefile Sun Aug 11 17:27:22 2013 (r324602) @@ -270,6 +270,7 @@ SUBDIR += py-prolog SUBDIR += pypy SUBDIR += pypy-devel + SUBDIR += pypy3-devel SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 Modified: head/lang/pypy3-devel/Makefile ============================================================================== --- head/lang/pypy-devel/Makefile Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/Makefile Sun Aug 11 17:27:22 2013 (r324602) @@ -1,13 +1,11 @@ # Created by: David Naylor # $FreeBSD$ -PORTNAME= pypy -DISTVERSION= 2.2-alpha${DATE} +PORTNAME= pypy3 +DISTVERSION= 2.1-beta1 CATEGORIES= lang python java -MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ -PKGNAMESUFFIX= -devel -DISTNAME= ${COMMIT} -DIST_SUBDIR= pypy +MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= dbn@FreeBSD.org COMMENT= Fast, compliant implementation of the Python language @@ -36,22 +34,21 @@ OPTIONS_SINGLE_TRANS= PYTHON PYPY PYPY_M OPTIONS_DEFAULT+= PYPY_MINMEM .endif -CONFLICTS_INSTALL= pypy-[0-9]* +CONFLICTS_INSTALL= pypy3-[0-9]* LATEST_LINK= ${PORTNAME}-devel ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} -COMMIT= ab7580454b32 -DATE= 20130810 +LATEST_LINK= ${PORTNAME}-devel USE_BZIP2= yes USES= gettext iconv MAKEFILE= ${FILESDIR}/Makefile PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -WRKSRC= ${WRKDIR}/pypy-pypy-${COMMIT} +WRKSRC= ${WRKDIR}/${DISTNAME} PYPY_VER= ${DISTVERSION:C|([0-9])\.([0-9]).*|\1.\2|} -PYTHON_IMPL_VER= 2.7 +PYTHON_IMPL_VER= 3 PYPY_LIBDIR= lib/${PORTNAME}-${PYPY_VER} PYPY_INCLUDEDIR= include/${PORTNAME}-${PYPY_VER} PYPYDIRS= lib-python/${PYTHON_IMPL_VER}:${PYPY_LIBDIR} \ @@ -277,8 +274,8 @@ do-install: .endfor .for name in ${PYPY_NAMES:O} ${STRIP_CMD} ${WRKDIR}/${name} - ${INSTALL_PROGRAM} ${WRKDIR}/${name} ${PREFIX}/bin/${name}-${PYPY_VER} - ${ECHO} bin/${name}-${PYPY_VER} >> ${TMPPLIST} + ${INSTALL_PROGRAM} ${WRKDIR}/${name} ${PREFIX}/bin/${name}3-${PYPY_VER} + ${ECHO} bin/${name}3-${PYPY_VER} >> ${TMPPLIST} .endfor post-install: @@ -287,7 +284,7 @@ post-install: test: patch .for inst in ${PYPY_INST} @${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to find ${PYPY_${inst}_NAME}, please install port first!"; exit 1) - (cd ${WRKSRC}; ${PYPY_${inst}_NAME} pypy/test_all.py lib_pypy/pypy_test pypy/module) + (cd ${WRKSRC}; ${PYPY_${inst}_NAME}3 pypy/test_all.py lib_pypy/pypy_test pypy/module) .endfor pkg-plist: build @@ -307,8 +304,8 @@ pkg-plist: build ${WRKDIR}/.plist-dirs-gen ${SORT} ${WRKDIR}/.plist-files-gen > ${WRKDIR}/pkg-plist ${SORT} -r ${WRKDIR}/.plist-dirs-gen >> ${WRKDIR}/pkg-plist - ${REINPLACE_CMD} -i '' \ - -e -e 's|^@dirrm %%PYPY_LIBDIR%%/site-packages$$|@dirrmtry %%PYPY_LIBDIR%%/site-packages|' \ + ${REINPLACE_CMD} \ + -e 's|^@dirrm %%PYPY_LIBDIR%%/site-packages$$|@dirrmtry %%PYPY_LIBDIR%%/site-packages|' \ -e 's|^@dirrm %%PYPY_LIBDIR%%$$|@dirrmtry %%PYPY_LIBDIR%%|' \ -e 's|^@dirrm %%PYPY_INCLUDEDIR%%$$|@dirrmtry %%PYPY_INCLUDEDIR%%|' \ ${WRKDIR}/pkg-plist Modified: head/lang/pypy3-devel/distinfo ============================================================================== --- head/lang/pypy-devel/distinfo Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/distinfo Sun Aug 11 17:27:22 2013 (r324602) @@ -1,2 +1,2 @@ -SHA256 (pypy/ab7580454b32.tar.bz2) = 2028ee188895490a0df3e6968ce83a78e1a7188f72f51e193d0d7646d9a611fe -SIZE (pypy/ab7580454b32.tar.bz2) = 14240611 +SHA256 (pypy3-2.1-beta1-src.tar.bz2) = 85fbcf5412c01e2ce843f92ba2067ccb6b2f2ef3fe22dce766f5743407ee7167 +SIZE (pypy3-2.1-beta1-src.tar.bz2) = 18505022 Modified: head/lang/pypy3-devel/files/Makefile ============================================================================== --- head/lang/pypy-devel/files/Makefile Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/files/Makefile Sun Aug 11 17:27:22 2013 (r324602) @@ -21,7 +21,7 @@ TOUCH?= touch REINPLACE_CMD?= ${SED} -i~ -BUILDDIR= usession-default-0 +BUILDDIR= usession-pypy3-release-${DISTVERSION:C/-.*//}.x-0 .for inst in ${PYPY_INST} Copied and modified: head/lang/pypy3-devel/files/patch-lib-python__3__distutils__command__install.py (from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py) ============================================================================== --- head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__command__install.py Sun Aug 11 17:10:41 2013 (r324601, copy source) +++ head/lang/pypy3-devel/files/patch-lib-python__3__distutils__command__install.py Sun Aug 11 17:27:22 2013 (r324602) @@ -1,27 +1,27 @@ ---- lib-python/2.7/distutils/command/install.py.orig 2012-07-15 10:10:18.000000000 +0200 -+++ lib-python/2.7/distutils/command/install.py 2012-07-15 10:13:15.000000000 +0200 -@@ -84,9 +84,9 @@ +--- lib-python/3/distutils/command/install.py.orig 2012-07-15 10:10:18.000000000 +0200 ++++ lib-python/3/distutils/command/install.py 2012-07-15 10:13:15.000000000 +0200 +@@ -66,9 +66,9 @@ 'data' : '$userbase', }, 'pypy': { - 'purelib': '$base/site-packages', - 'platlib': '$base/site-packages', - 'headers': '$base/include', -+ 'purelib': '$base/lib/pypy-$pypy_version_short/site-packages', -+ 'platlib': '$platbase/lib/pypy-$pypy_version_short/site-packages', -+ 'headers': '$base/include/pypy-$pypy_version_short/$dist_name', ++ 'purelib': '$base/lib/pypy3-$pypy_version_short/site-packages', ++ 'platlib': '$platbase/lib/pypy3-$pypy_version_short/site-packages', ++ 'headers': '$base/include/pypy3-$pypy_version_short/$dist_name', 'scripts': '$base/bin', 'data' : '$base', }, -@@ -304,6 +304,7 @@ +@@ -317,6 +317,7 @@ # about needing recursive variable expansion (shudder). - py_version = (string.split(sys.version))[0] + py_version = sys.version.split()[0] + pypy_version = '%s.%s.%s' % sys.pypy_version_info[:3] (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') - self.config_vars = {'dist_name': self.distribution.get_name(), - 'dist_version': self.distribution.get_version(), -@@ -311,6 +312,9 @@ + try: + abiflags = sys.abiflags +@@ -329,6 +329,9 @@ 'py_version': py_version, 'py_version_short': py_version[0:3], 'py_version_nodot': py_version[0] + py_version[2], Copied and modified: head/lang/pypy3-devel/files/patch-lib-python__3__distutils__sysconfig_pypy.py (from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py) ============================================================================== --- head/lang/pypy-devel/files/patch-lib-python__2.7__distutils__sysconfig_pypy.py Sun Aug 11 17:10:41 2013 (r324601, copy source) +++ head/lang/pypy3-devel/files/patch-lib-python__3__distutils__sysconfig_pypy.py Sun Aug 11 17:27:22 2013 (r324602) @@ -1,11 +1,11 @@ ---- lib-python/2.7/distutils/sysconfig_pypy.py.orig 2012-11-22 14:52:20.000000000 +0200 -+++ lib-python/2.7/distutils/sysconfig_pypy.py 2012-11-27 17:59:44.000000000 +0200 +--- lib-python/3/distutils/sysconfig_pypy.py.orig 2012-11-22 14:52:20.000000000 +0200 ++++ lib-python/3/distutils/sysconfig_pypy.py 2012-11-27 17:59:44.000000000 +0200 @@ -15,7 +15,7 @@ def get_python_inc(plat_specific=0, prefix=None): from os.path import join as j - return j(sys.prefix, 'include') -+ return j(sys.prefix, 'include', 'pypy-%s.%s' % sys.pypy_version_info[:2]) ++ return j(sys.prefix, 'include', 'pypy3-%s.%s' % sys.pypy_version_info[:2]) def get_python_version(): """Return a string containing the major and minor Python version, @@ -15,8 +15,8 @@ if standard_lib: - return os.path.join(prefix, "lib-python", get_python_version()) - return os.path.join(prefix, 'site-packages') -+ return os.path.join(prefix, 'lib', 'pypy-%s.%s' % sys.pypy_version_info[:2]) -+ return os.path.join(prefix, 'lib', 'pypy-%s.%s' % sys.pypy_version_info[:2], 'site-packages') ++ return os.path.join(prefix, 'lib', 'pypy3-%s.%s' % sys.pypy_version_info[:2]) ++ return os.path.join(prefix, 'lib', 'pypy3-%s.%s' % sys.pypy_version_info[:2], 'site-packages') _config_vars = None Copied and modified: head/lang/pypy3-devel/files/patch-lib-python__3__sysconfig.py (from r324601, head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py) ============================================================================== --- head/lang/pypy-devel/files/patch-lib-python__2.7__sysconfig.py Sun Aug 11 17:10:41 2013 (r324601, copy source) +++ head/lang/pypy3-devel/files/patch-lib-python__3__sysconfig.py Sun Aug 11 17:27:22 2013 (r324602) @@ -1,21 +1,21 @@ ---- lib-python/2.7/sysconfig.py.orig 2012-07-15 09:57:14.000000000 +0200 -+++ lib-python/2.7/sysconfig.py 2012-07-15 10:03:25.000000000 +0200 +--- lib-python/3/sysconfig.py.orig 2012-07-15 09:57:14.000000000 +0200 ++++ lib-python/3/sysconfig.py 2012-07-15 10:03:25.000000000 +0200 @@ -27,12 +27,12 @@ 'data' : '{base}', }, 'pypy': { -- 'stdlib': '{base}/lib-python/{py_version_short}', -- 'platstdlib': '{base}/lib-python/{py_version_short}', -- 'purelib': '{base}/lib-python/{py_version_short}', -- 'platlib': '{base}/lib-python/{py_version_short}', +- 'stdlib': '{base}/lib-python', +- 'platstdlib': '{base}/lib-python', +- 'purelib': '{base}/lib-python', +- 'platlib': '{base}/lib-python', - 'include': '{base}/include', - 'platinclude': '{base}/include', -+ 'stdlib': '{base}/lib/pypy-{pypy_version_short}', -+ 'platstdlib': '{platbase}/lib/pypy-{pypy_version_short}', -+ 'purelib': '{base}/lib/pypy-{pypy_version_short}', -+ 'platlib': '{platbase}/lib/pypy-{pypy_version_short}', -+ 'include': '{base}/include/pypy-{pypy_version_short}', -+ 'platinclude': '{platbase}/include/pypy-{pypy_version_short}', ++ 'stdlib': '{base}/lib/pypy3-{pypy_version_short}', ++ 'platstdlib': '{platbase}/lib/pypy3-{pypy_version_short}', ++ 'purelib': '{base}/lib/pypy3-{pypy_version_short}', ++ 'platlib': '{platbase}/lib/pypy3-{pypy_version_short}', ++ 'include': '{base}/include/pypy3-{pypy_version_short}', ++ 'platinclude': '{platbase}/include/pypy3-{pypy_version_short}', 'scripts': '{base}/bin', 'data' : '{base}', }, Modified: head/lang/pypy3-devel/files/patch-pypy__module__sys__initpath.py ============================================================================== --- head/lang/pypy-devel/files/patch-pypy__module__sys__initpath.py Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/files/patch-pypy__module__sys__initpath.py Sun Aug 11 17:27:22 2013 (r324602) @@ -1,15 +1,14 @@ --- pypy/module/sys/initpath.py.orig 2012-11-27 18:15:02.000000000 +0200 +++ pypy/module/sys/initpath.py 2012-11-27 18:19:45.000000000 +0200 -@@ -90,14 +90,13 @@ +@@ -90,13 +90,13 @@ least contain a directory called ``lib-python/X.Y`` and another one called ``lib_pypy``. If they cannot be found, it raises OSError. """ - from pypy.module.sys.version import CPYTHON_VERSION -- dirname = '%d.%d' % (CPYTHON_VERSION[0], -- CPYTHON_VERSION[1]) +- dirname = '%d' % CPYTHON_VERSION[0] - lib_python = os.path.join(prefix, 'lib-python') + from pypy.module.sys.version import PYPY_VERSION -+ dirname = 'pypy-%d.%d' % PYPY_VERSION[:2] ++ dirname = 'pypy3-%d.%d' % PYPY_VERSION[:2] + lib_python = os.path.join(prefix, 'lib') python_std_lib = os.path.join(lib_python, dirname) _checkdir(python_std_lib) Modified: head/lang/pypy3-devel/files/patch-pypy__sandbox__pypy_interactive.py ============================================================================== --- head/lang/pypy-devel/files/patch-pypy__sandbox__pypy_interactive.py Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/files/patch-pypy__sandbox__pypy_interactive.py Sun Aug 11 17:27:22 2013 (r324602) @@ -11,7 +11,7 @@ import pypy LIB_ROOT = os.path.dirname(os.path.dirname(pypy.__file__)) +LIB_ROOT = os.path.join(LIB_ROOT, 'lib') -+LIB_ROOT = os.path.join(LIB_ROOT, 'pypy-%d.%d' % PYPY_VERSION[:2]) ++LIB_ROOT = os.path.join(LIB_ROOT, 'pypy3-%d.%d' % PYPY_VERSION[:2]) class PyPySandboxedProc(VirtualizedSandboxedProc, SimpleIOSandboxedProc): argv0 = '/bin/pypy-c' @@ -24,7 +24,7 @@ - 'lib_pypy': RealDir(os.path.join(libroot, 'lib_pypy'), - exclude=exclude), + 'lib': Dir({ -+ 'pypy-%d.%d' % PYPY_VERSION[:2] : RealDir(libroot, ++ 'pypy3-%d.%d' % PYPY_VERSION[:2] : RealDir(libroot, + exclude=exclude) + }) }), Modified: head/lang/pypy3-devel/files/use.pypy ============================================================================== --- head/lang/pypy-devel/files/use.pypy Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/files/use.pypy Sun Aug 11 17:27:22 2013 (r324602) @@ -10,17 +10,17 @@ if [ "$2" = "POST-INSTALL" ] then for name in $PYPY_NAMES do - if [ ! -L $PREFIX/bin/$name ] + if [ ! -L $PREFIX/bin/${name}3 ] then - ln -s $name-$PYPY_VER $PREFIX/bin/$name + ln -s ${name}3-$PYPY_VER $PREFIX/bin/${name}3 fi done elif [ "$2" = "POST-DEINSTALL" ] ; then for name in $PYPY_NAMES do - if [ -L $PREFIX/bin/$name ] && [ `readlink $PREFIX/bin/$name` = $name-$PYPY_VER ] + if [ -L $PREFIX/bin/${name}3 ] && [ `readlink $PREFIX/bin/${name}3` = ${name}3-$PYPY_VER ] then - rm $PREFIX/bin/$name + rm $PREFIX/bin/${name}3 fi done fi Modified: head/lang/pypy3-devel/pkg-plist ============================================================================== --- head/lang/pypy-devel/pkg-plist Sun Aug 11 17:10:41 2013 (r324601) +++ head/lang/pypy3-devel/pkg-plist Sun Aug 11 17:27:22 2013 (r324602) @@ -2,7 +2,6 @@ %%PYPY_INCLUDEDIR%%/README %%PYPY_INCLUDEDIR%%/abstract.h %%PYPY_INCLUDEDIR%%/boolobject.h -%%PYPY_INCLUDEDIR%%/bufferobject.h %%PYPY_INCLUDEDIR%%/bytesobject.h %%PYPY_INCLUDEDIR%%/ceval.h %%PYPY_INCLUDEDIR%%/code.h @@ -20,8 +19,10 @@ %%PYPY_INCLUDEDIR%%/intobject.h %%PYPY_INCLUDEDIR%%/listobject.h %%PYPY_INCLUDEDIR%%/longintrepr.h +%%PYPY_INCLUDEDIR%%/longobject.h %%PYPY_INCLUDEDIR%%/methodobject.h %%PYPY_INCLUDEDIR%%/modsupport.h +%%PYPY_INCLUDEDIR%%/moduleobject.h %%PYPY_INCLUDEDIR%%/object.h %%PYPY_INCLUDEDIR%%/patchlevel.h %%PYPY_INCLUDEDIR%%/pycapsule.h @@ -38,7 +39,6 @@ %%PYPY_INCLUDEDIR%%/pythonrun.h %%PYPY_INCLUDEDIR%%/pythread.h %%PYPY_INCLUDEDIR%%/sliceobject.h -%%PYPY_INCLUDEDIR%%/stringobject.h %%PYPY_INCLUDEDIR%%/structmember.h %%PYPY_INCLUDEDIR%%/structseq.h %%PYPY_INCLUDEDIR%%/sysmodule.h @@ -46,607 +46,608 @@ %%PYPY_INCLUDEDIR%%/tupleobject.h %%PYPY_INCLUDEDIR%%/unicodeobject.h %%PYPY_INCLUDEDIR%%/warnings.h -%%PYPY_LIBDIR%%/BaseHTTPServer.py -%%PYPY_LIBDIR%%/BaseHTTPServer.pyc -%%PYPY_LIBDIR%%/Bastion.py -%%PYPY_LIBDIR%%/Bastion.pyc -%%PYPY_LIBDIR%%/CGIHTTPServer.py -%%PYPY_LIBDIR%%/CGIHTTPServer.pyc -%%PYPY_LIBDIR%%/ConfigParser.py -%%PYPY_LIBDIR%%/ConfigParser.pyc -%%PYPY_LIBDIR%%/Cookie.py -%%PYPY_LIBDIR%%/Cookie.pyc -%%PYPY_LIBDIR%%/DocXMLRPCServer.py -%%PYPY_LIBDIR%%/DocXMLRPCServer.pyc -%%PYPY_LIBDIR%%/HTMLParser.py -%%PYPY_LIBDIR%%/HTMLParser.pyc -%%PYPY_LIBDIR%%/MimeWriter.py -%%PYPY_LIBDIR%%/MimeWriter.pyc -%%PYPY_LIBDIR%%/Queue.py -%%PYPY_LIBDIR%%/Queue.pyc -%%PYPY_LIBDIR%%/SimpleHTTPServer.py -%%PYPY_LIBDIR%%/SimpleHTTPServer.pyc -%%PYPY_LIBDIR%%/SimpleXMLRPCServer.py -%%PYPY_LIBDIR%%/SimpleXMLRPCServer.pyc -%%PYPY_LIBDIR%%/SocketServer.py -%%PYPY_LIBDIR%%/SocketServer.pyc -%%PYPY_LIBDIR%%/StringIO.py -%%PYPY_LIBDIR%%/StringIO.pyc -%%PYPY_LIBDIR%%/UserDict.py -%%PYPY_LIBDIR%%/UserDict.pyc -%%PYPY_LIBDIR%%/UserList.py -%%PYPY_LIBDIR%%/UserList.pyc -%%PYPY_LIBDIR%%/UserString.py -%%PYPY_LIBDIR%%/UserString.pyc -%%PYPY_LIBDIR%%/_LWPCookieJar.py -%%PYPY_LIBDIR%%/_LWPCookieJar.pyc -%%PYPY_LIBDIR%%/_MozillaCookieJar.py -%%PYPY_LIBDIR%%/_MozillaCookieJar.pyc %%PYPY_LIBDIR%%/__future__.py -%%PYPY_LIBDIR%%/__future__.pyc %%PYPY_LIBDIR%%/__phello__.foo.py -%%PYPY_LIBDIR%%/__phello__.foo.pyc +%%PYPY_LIBDIR%%/__pycache__/__future__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/__phello__.foo.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_abcoll.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_compat_pickle.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_dummy_thread.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_markupbase.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_pyio.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_strptime.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_threading_local.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/_weakrefset.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/abc.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/aifc.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/antigravity.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/argparse.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/ast.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/asynchat.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/asyncore.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/base64.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/bdb.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/binhex.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/bisect.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/cProfile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/calendar.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/cgi.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/cgitb.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/chunk.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/cmd.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/code.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/codecs.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/codeop.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/collections.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/colorsys.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/compileall.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/configparser.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/contextlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/copy.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/copyreg.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/csv.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/datetime.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/decimal.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/difflib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/dis.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/doctest.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/dummy_threading.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/filecmp.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/fileinput.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/fnmatch.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/formatter.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/fractions.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/ftplib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/functools.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/genericpath.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/getopt.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/getpass.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/gettext.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/glob.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/gzip.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/hashlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/heapq.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/hmac.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/imaplib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/imghdr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/inspect.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/io.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/keyword.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/linecache.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/locale.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/macpath.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/macurl2path.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/mailbox.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/mailcap.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/mimetypes.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/modulefinder.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/netrc.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/nntplib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/ntpath.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/nturl2path.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/numbers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/opcode.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/optparse.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/os.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/os2emxpath.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pdb.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pickle.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pickletools.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pipes.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pkgutil.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/platform.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/plistlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/poplib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/posixpath.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pprint.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/profile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pstats.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pty.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/py_compile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pyclbr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/pydoc.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/queue.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/quopri.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/random.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/re.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/reprlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/rlcompleter.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/runpy.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sched.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/shelve.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/shlex.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/shutil.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/site.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/smtpd.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/smtplib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sndhdr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/socket.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/socketserver.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sre_compile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sre_constants.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sre_parse.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/ssl.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/stat.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/string.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/stringprep.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/struct.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/subprocess.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sunau.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/symbol.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/symtable.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/sysconfig.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/tabnanny.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/tarfile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/telnetlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/tempfile.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/textwrap.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/this.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/threading.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/timeit.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/token.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/tokenize.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/trace.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/traceback.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/tty.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/turtle.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/types.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/uu.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/uuid.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/warnings.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/wave.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/weakref.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/webbrowser.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/xdrlib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/__pycache__/zipfile.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/_abcoll.py -%%PYPY_LIBDIR%%/_abcoll.pyc +%%PYPY_LIBDIR%%/_compat_pickle.py +%%PYPY_LIBDIR%%/_dummy_thread.py +%%PYPY_LIBDIR%%/_markupbase.py %%PYPY_LIBDIR%%/_pyio.py -%%PYPY_LIBDIR%%/_pyio.pyc %%PYPY_LIBDIR%%/_strptime.py -%%PYPY_LIBDIR%%/_strptime.pyc %%PYPY_LIBDIR%%/_threading_local.py -%%PYPY_LIBDIR%%/_threading_local.pyc %%PYPY_LIBDIR%%/_weakrefset.py -%%PYPY_LIBDIR%%/_weakrefset.pyc %%PYPY_LIBDIR%%/abc.py -%%PYPY_LIBDIR%%/abc.pyc %%PYPY_LIBDIR%%/aifc.py -%%PYPY_LIBDIR%%/aifc.pyc %%PYPY_LIBDIR%%/antigravity.py -%%PYPY_LIBDIR%%/antigravity.pyc -%%PYPY_LIBDIR%%/anydbm.py -%%PYPY_LIBDIR%%/anydbm.pyc %%PYPY_LIBDIR%%/argparse.py -%%PYPY_LIBDIR%%/argparse.pyc %%PYPY_LIBDIR%%/ast.py -%%PYPY_LIBDIR%%/ast.pyc %%PYPY_LIBDIR%%/asynchat.py -%%PYPY_LIBDIR%%/asynchat.pyc %%PYPY_LIBDIR%%/asyncore.py -%%PYPY_LIBDIR%%/asyncore.pyc -%%PYPY_LIBDIR%%/atexit.py -%%PYPY_LIBDIR%%/atexit.pyc -%%PYPY_LIBDIR%%/audiodev.py -%%PYPY_LIBDIR%%/audiodev.pyc %%PYPY_LIBDIR%%/base64.py -%%PYPY_LIBDIR%%/base64.pyc %%PYPY_LIBDIR%%/bdb.py -%%PYPY_LIBDIR%%/bdb.pyc %%PYPY_LIBDIR%%/binhex.py -%%PYPY_LIBDIR%%/binhex.pyc %%PYPY_LIBDIR%%/bisect.py -%%PYPY_LIBDIR%%/bisect.pyc -%%PYPY_LIBDIR%%/bsddb/__init__.py -%%PYPY_LIBDIR%%/bsddb/__init__.pyc -%%PYPY_LIBDIR%%/bsddb/db.py -%%PYPY_LIBDIR%%/bsddb/db.pyc -%%PYPY_LIBDIR%%/bsddb/dbobj.py -%%PYPY_LIBDIR%%/bsddb/dbobj.pyc -%%PYPY_LIBDIR%%/bsddb/dbrecio.py -%%PYPY_LIBDIR%%/bsddb/dbrecio.pyc -%%PYPY_LIBDIR%%/bsddb/dbshelve.py -%%PYPY_LIBDIR%%/bsddb/dbshelve.pyc -%%PYPY_LIBDIR%%/bsddb/dbtables.py -%%PYPY_LIBDIR%%/bsddb/dbtables.pyc -%%PYPY_LIBDIR%%/bsddb/dbutils.py -%%PYPY_LIBDIR%%/bsddb/dbutils.pyc -%%PYPY_LIBDIR%%/bsddb/test/__init__.py -%%PYPY_LIBDIR%%/bsddb/test/__init__.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_all.py -%%PYPY_LIBDIR%%/bsddb/test/test_all.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_associate.py -%%PYPY_LIBDIR%%/bsddb/test/test_associate.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_basics.py -%%PYPY_LIBDIR%%/bsddb/test/test_basics.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_compare.py -%%PYPY_LIBDIR%%/bsddb/test/test_compare.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_compat.py -%%PYPY_LIBDIR%%/bsddb/test/test_compat.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_cursor_pget_bug.py -%%PYPY_LIBDIR%%/bsddb/test/test_cursor_pget_bug.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_db.py -%%PYPY_LIBDIR%%/bsddb/test/test_db.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_dbenv.py -%%PYPY_LIBDIR%%/bsddb/test/test_dbenv.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_dbobj.py -%%PYPY_LIBDIR%%/bsddb/test/test_dbobj.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_dbshelve.py -%%PYPY_LIBDIR%%/bsddb/test/test_dbshelve.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_dbtables.py -%%PYPY_LIBDIR%%/bsddb/test/test_dbtables.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_distributed_transactions.py -%%PYPY_LIBDIR%%/bsddb/test/test_distributed_transactions.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_early_close.py -%%PYPY_LIBDIR%%/bsddb/test/test_early_close.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_fileid.py -%%PYPY_LIBDIR%%/bsddb/test/test_fileid.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_get_none.py -%%PYPY_LIBDIR%%/bsddb/test/test_get_none.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_join.py -%%PYPY_LIBDIR%%/bsddb/test/test_join.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_lock.py -%%PYPY_LIBDIR%%/bsddb/test/test_lock.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_misc.py -%%PYPY_LIBDIR%%/bsddb/test/test_misc.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_pickle.py -%%PYPY_LIBDIR%%/bsddb/test/test_pickle.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_queue.py -%%PYPY_LIBDIR%%/bsddb/test/test_queue.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_recno.py -%%PYPY_LIBDIR%%/bsddb/test/test_recno.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_replication.py -%%PYPY_LIBDIR%%/bsddb/test/test_replication.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_sequence.py -%%PYPY_LIBDIR%%/bsddb/test/test_sequence.pyc -%%PYPY_LIBDIR%%/bsddb/test/test_thread.py -%%PYPY_LIBDIR%%/bsddb/test/test_thread.pyc %%PYPY_LIBDIR%%/cProfile.py -%%PYPY_LIBDIR%%/cProfile.pyc %%PYPY_LIBDIR%%/calendar.py -%%PYPY_LIBDIR%%/calendar.pyc %%PYPY_LIBDIR%%/cgi.py -%%PYPY_LIBDIR%%/cgi.pyc %%PYPY_LIBDIR%%/cgitb.py -%%PYPY_LIBDIR%%/cgitb.pyc %%PYPY_LIBDIR%%/chunk.py -%%PYPY_LIBDIR%%/chunk.pyc %%PYPY_LIBDIR%%/cmd.py -%%PYPY_LIBDIR%%/cmd.pyc %%PYPY_LIBDIR%%/code.py -%%PYPY_LIBDIR%%/code.pyc %%PYPY_LIBDIR%%/codecs.py -%%PYPY_LIBDIR%%/codecs.pyc %%PYPY_LIBDIR%%/codeop.py -%%PYPY_LIBDIR%%/codeop.pyc %%PYPY_LIBDIR%%/collections.py -%%PYPY_LIBDIR%%/collections.pyc %%PYPY_LIBDIR%%/colorsys.py -%%PYPY_LIBDIR%%/colorsys.pyc -%%PYPY_LIBDIR%%/commands.py -%%PYPY_LIBDIR%%/commands.pyc %%PYPY_LIBDIR%%/compileall.py -%%PYPY_LIBDIR%%/compileall.pyc -%%PYPY_LIBDIR%%/compiler/__init__.py -%%PYPY_LIBDIR%%/compiler/__init__.pyc -%%PYPY_LIBDIR%%/compiler/ast.py -%%PYPY_LIBDIR%%/compiler/ast.pyc -%%PYPY_LIBDIR%%/compiler/consts.py -%%PYPY_LIBDIR%%/compiler/consts.pyc -%%PYPY_LIBDIR%%/compiler/future.py -%%PYPY_LIBDIR%%/compiler/future.pyc -%%PYPY_LIBDIR%%/compiler/misc.py -%%PYPY_LIBDIR%%/compiler/misc.pyc -%%PYPY_LIBDIR%%/compiler/pyassem.py -%%PYPY_LIBDIR%%/compiler/pyassem.pyc -%%PYPY_LIBDIR%%/compiler/pycodegen.py -%%PYPY_LIBDIR%%/compiler/pycodegen.pyc -%%PYPY_LIBDIR%%/compiler/symbols.py -%%PYPY_LIBDIR%%/compiler/symbols.pyc -%%PYPY_LIBDIR%%/compiler/syntax.py -%%PYPY_LIBDIR%%/compiler/syntax.pyc -%%PYPY_LIBDIR%%/compiler/transformer.py -%%PYPY_LIBDIR%%/compiler/transformer.pyc -%%PYPY_LIBDIR%%/compiler/visitor.py -%%PYPY_LIBDIR%%/compiler/visitor.pyc +%%PYPY_LIBDIR%%/concurrent/__init__.py +%%PYPY_LIBDIR%%/concurrent/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/concurrent/futures/__init__.py +%%PYPY_LIBDIR%%/concurrent/futures/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/concurrent/futures/__pycache__/_base.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/concurrent/futures/__pycache__/process.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/concurrent/futures/__pycache__/thread.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/concurrent/futures/_base.py +%%PYPY_LIBDIR%%/concurrent/futures/process.py +%%PYPY_LIBDIR%%/concurrent/futures/thread.py +%%PYPY_LIBDIR%%/configparser.py %%PYPY_LIBDIR%%/contextlib.py -%%PYPY_LIBDIR%%/contextlib.pyc -%%PYPY_LIBDIR%%/cookielib.py -%%PYPY_LIBDIR%%/cookielib.pyc %%PYPY_LIBDIR%%/copy.py -%%PYPY_LIBDIR%%/copy.pyc -%%PYPY_LIBDIR%%/copy_reg.py -%%PYPY_LIBDIR%%/copy_reg.pyc +%%PYPY_LIBDIR%%/copyreg.py %%PYPY_LIBDIR%%/csv.py -%%PYPY_LIBDIR%%/csv.pyc %%PYPY_LIBDIR%%/ctypes/__init__.py -%%PYPY_LIBDIR%%/ctypes/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/__pycache__/_endian.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/__pycache__/util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/__pycache__/wintypes.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/ctypes/_endian.py -%%PYPY_LIBDIR%%/ctypes/_endian.pyc %%PYPY_LIBDIR%%/ctypes/macholib/README.ctypes %%PYPY_LIBDIR%%/ctypes/macholib/__init__.py -%%PYPY_LIBDIR%%/ctypes/macholib/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/__pycache__/dyld.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/__pycache__/dylib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/__pycache__/framework.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/ctypes/macholib/dyld.py -%%PYPY_LIBDIR%%/ctypes/macholib/dyld.pyc %%PYPY_LIBDIR%%/ctypes/macholib/dylib.py -%%PYPY_LIBDIR%%/ctypes/macholib/dylib.pyc %%PYPY_LIBDIR%%/ctypes/macholib/fetch_macholib %%PYPY_LIBDIR%%/ctypes/macholib/fetch_macholib.bat %%PYPY_LIBDIR%%/ctypes/macholib/framework.py -%%PYPY_LIBDIR%%/ctypes/macholib/framework.pyc %%PYPY_LIBDIR%%/ctypes/test/__init__.py -%%PYPY_LIBDIR%%/ctypes/test/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/runtests.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_anon.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_array_in_pointer.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_arrays.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_as_parameter.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_bitfields.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_buffers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_bytes.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_byteswap.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_callbacks.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_cast.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_cfuncs.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_checkretval.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_delattr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_errcheck.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_errno.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_find.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_frombuffer.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_funcptr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_functions.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_incomplete.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_init.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_integers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_internals.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_keeprefs.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_libc.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_loading.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_macholib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_memfunctions.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_numbers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_objects.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_parameters.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_pep3118.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_pickling.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_pointers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_prototypes.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_python_api.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_random_things.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_refcounts.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_repr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_returnfuncptrs.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_simplesubclasses.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_sizes.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_slicing.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_stringptr.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_strings.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_struct_fields.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_structures.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_unaligned_structures.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_unicode.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_values.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_varsize_struct.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/ctypes/test/__pycache__/test_win32.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/ctypes/test/runtests.py -%%PYPY_LIBDIR%%/ctypes/test/runtests.pyc %%PYPY_LIBDIR%%/ctypes/test/test_anon.py -%%PYPY_LIBDIR%%/ctypes/test/test_anon.pyc %%PYPY_LIBDIR%%/ctypes/test/test_array_in_pointer.py -%%PYPY_LIBDIR%%/ctypes/test/test_array_in_pointer.pyc %%PYPY_LIBDIR%%/ctypes/test/test_arrays.py -%%PYPY_LIBDIR%%/ctypes/test/test_arrays.pyc %%PYPY_LIBDIR%%/ctypes/test/test_as_parameter.py -%%PYPY_LIBDIR%%/ctypes/test/test_as_parameter.pyc %%PYPY_LIBDIR%%/ctypes/test/test_bitfields.py -%%PYPY_LIBDIR%%/ctypes/test/test_bitfields.pyc %%PYPY_LIBDIR%%/ctypes/test/test_buffers.py -%%PYPY_LIBDIR%%/ctypes/test/test_buffers.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_bytes.py %%PYPY_LIBDIR%%/ctypes/test/test_byteswap.py -%%PYPY_LIBDIR%%/ctypes/test/test_byteswap.pyc %%PYPY_LIBDIR%%/ctypes/test/test_callbacks.py -%%PYPY_LIBDIR%%/ctypes/test/test_callbacks.pyc %%PYPY_LIBDIR%%/ctypes/test/test_cast.py -%%PYPY_LIBDIR%%/ctypes/test/test_cast.pyc %%PYPY_LIBDIR%%/ctypes/test/test_cfuncs.py -%%PYPY_LIBDIR%%/ctypes/test/test_cfuncs.pyc %%PYPY_LIBDIR%%/ctypes/test/test_checkretval.py -%%PYPY_LIBDIR%%/ctypes/test/test_checkretval.pyc %%PYPY_LIBDIR%%/ctypes/test/test_delattr.py -%%PYPY_LIBDIR%%/ctypes/test/test_delattr.pyc %%PYPY_LIBDIR%%/ctypes/test/test_errcheck.py -%%PYPY_LIBDIR%%/ctypes/test/test_errcheck.pyc %%PYPY_LIBDIR%%/ctypes/test/test_errno.py -%%PYPY_LIBDIR%%/ctypes/test/test_errno.pyc %%PYPY_LIBDIR%%/ctypes/test/test_find.py -%%PYPY_LIBDIR%%/ctypes/test/test_find.pyc %%PYPY_LIBDIR%%/ctypes/test/test_frombuffer.py -%%PYPY_LIBDIR%%/ctypes/test/test_frombuffer.pyc %%PYPY_LIBDIR%%/ctypes/test/test_funcptr.py -%%PYPY_LIBDIR%%/ctypes/test/test_funcptr.pyc %%PYPY_LIBDIR%%/ctypes/test/test_functions.py -%%PYPY_LIBDIR%%/ctypes/test/test_functions.pyc %%PYPY_LIBDIR%%/ctypes/test/test_incomplete.py -%%PYPY_LIBDIR%%/ctypes/test/test_incomplete.pyc %%PYPY_LIBDIR%%/ctypes/test/test_init.py -%%PYPY_LIBDIR%%/ctypes/test/test_init.pyc %%PYPY_LIBDIR%%/ctypes/test/test_integers.py -%%PYPY_LIBDIR%%/ctypes/test/test_integers.pyc %%PYPY_LIBDIR%%/ctypes/test/test_internals.py -%%PYPY_LIBDIR%%/ctypes/test/test_internals.pyc %%PYPY_LIBDIR%%/ctypes/test/test_keeprefs.py -%%PYPY_LIBDIR%%/ctypes/test/test_keeprefs.pyc %%PYPY_LIBDIR%%/ctypes/test/test_libc.py -%%PYPY_LIBDIR%%/ctypes/test/test_libc.pyc %%PYPY_LIBDIR%%/ctypes/test/test_loading.py -%%PYPY_LIBDIR%%/ctypes/test/test_loading.pyc %%PYPY_LIBDIR%%/ctypes/test/test_macholib.py -%%PYPY_LIBDIR%%/ctypes/test/test_macholib.pyc %%PYPY_LIBDIR%%/ctypes/test/test_memfunctions.py -%%PYPY_LIBDIR%%/ctypes/test/test_memfunctions.pyc %%PYPY_LIBDIR%%/ctypes/test/test_numbers.py -%%PYPY_LIBDIR%%/ctypes/test/test_numbers.pyc %%PYPY_LIBDIR%%/ctypes/test/test_objects.py -%%PYPY_LIBDIR%%/ctypes/test/test_objects.pyc %%PYPY_LIBDIR%%/ctypes/test/test_parameters.py -%%PYPY_LIBDIR%%/ctypes/test/test_parameters.pyc %%PYPY_LIBDIR%%/ctypes/test/test_pep3118.py -%%PYPY_LIBDIR%%/ctypes/test/test_pep3118.pyc %%PYPY_LIBDIR%%/ctypes/test/test_pickling.py -%%PYPY_LIBDIR%%/ctypes/test/test_pickling.pyc %%PYPY_LIBDIR%%/ctypes/test/test_pointers.py -%%PYPY_LIBDIR%%/ctypes/test/test_pointers.pyc %%PYPY_LIBDIR%%/ctypes/test/test_prototypes.py -%%PYPY_LIBDIR%%/ctypes/test/test_prototypes.pyc %%PYPY_LIBDIR%%/ctypes/test/test_python_api.py -%%PYPY_LIBDIR%%/ctypes/test/test_python_api.pyc %%PYPY_LIBDIR%%/ctypes/test/test_random_things.py -%%PYPY_LIBDIR%%/ctypes/test/test_random_things.pyc %%PYPY_LIBDIR%%/ctypes/test/test_refcounts.py -%%PYPY_LIBDIR%%/ctypes/test/test_refcounts.pyc %%PYPY_LIBDIR%%/ctypes/test/test_repr.py -%%PYPY_LIBDIR%%/ctypes/test/test_repr.pyc %%PYPY_LIBDIR%%/ctypes/test/test_returnfuncptrs.py -%%PYPY_LIBDIR%%/ctypes/test/test_returnfuncptrs.pyc %%PYPY_LIBDIR%%/ctypes/test/test_simplesubclasses.py -%%PYPY_LIBDIR%%/ctypes/test/test_simplesubclasses.pyc %%PYPY_LIBDIR%%/ctypes/test/test_sizes.py -%%PYPY_LIBDIR%%/ctypes/test/test_sizes.pyc %%PYPY_LIBDIR%%/ctypes/test/test_slicing.py -%%PYPY_LIBDIR%%/ctypes/test/test_slicing.pyc %%PYPY_LIBDIR%%/ctypes/test/test_stringptr.py -%%PYPY_LIBDIR%%/ctypes/test/test_stringptr.pyc %%PYPY_LIBDIR%%/ctypes/test/test_strings.py -%%PYPY_LIBDIR%%/ctypes/test/test_strings.pyc %%PYPY_LIBDIR%%/ctypes/test/test_struct_fields.py -%%PYPY_LIBDIR%%/ctypes/test/test_struct_fields.pyc %%PYPY_LIBDIR%%/ctypes/test/test_structures.py -%%PYPY_LIBDIR%%/ctypes/test/test_structures.pyc %%PYPY_LIBDIR%%/ctypes/test/test_unaligned_structures.py -%%PYPY_LIBDIR%%/ctypes/test/test_unaligned_structures.pyc %%PYPY_LIBDIR%%/ctypes/test/test_unicode.py -%%PYPY_LIBDIR%%/ctypes/test/test_unicode.pyc %%PYPY_LIBDIR%%/ctypes/test/test_values.py -%%PYPY_LIBDIR%%/ctypes/test/test_values.pyc %%PYPY_LIBDIR%%/ctypes/test/test_varsize_struct.py -%%PYPY_LIBDIR%%/ctypes/test/test_varsize_struct.pyc %%PYPY_LIBDIR%%/ctypes/test/test_win32.py -%%PYPY_LIBDIR%%/ctypes/test/test_win32.pyc %%PYPY_LIBDIR%%/ctypes/util.py -%%PYPY_LIBDIR%%/ctypes/util.pyc %%PYPY_LIBDIR%%/ctypes/wintypes.py -%%PYPY_LIBDIR%%/ctypes/wintypes.pyc %%PYPY_LIBDIR%%/curses/__init__.py -%%PYPY_LIBDIR%%/curses/__init__.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/ascii.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/has_key.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/panel.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/textpad.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/curses/__pycache__/wrapper.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/curses/ascii.py -%%PYPY_LIBDIR%%/curses/ascii.pyc %%PYPY_LIBDIR%%/curses/has_key.py -%%PYPY_LIBDIR%%/curses/has_key.pyc %%PYPY_LIBDIR%%/curses/panel.py -%%PYPY_LIBDIR%%/curses/panel.pyc %%PYPY_LIBDIR%%/curses/textpad.py -%%PYPY_LIBDIR%%/curses/textpad.pyc %%PYPY_LIBDIR%%/curses/wrapper.py -%%PYPY_LIBDIR%%/curses/wrapper.pyc -%%PYPY_LIBDIR%%/dbhash.py -%%PYPY_LIBDIR%%/dbhash.pyc +%%PYPY_LIBDIR%%/datetime.py +%%PYPY_LIBDIR%%/dbm/__init__.py +%%PYPY_LIBDIR%%/dbm/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/dbm/__pycache__/dumb.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/dbm/__pycache__/gnu.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/dbm/__pycache__/ndbm.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/dbm/dumb.py +%%PYPY_LIBDIR%%/dbm/gnu.py +%%PYPY_LIBDIR%%/dbm/ndbm.py %%PYPY_LIBDIR%%/decimal.py -%%PYPY_LIBDIR%%/decimal.pyc %%PYPY_LIBDIR%%/difflib.py -%%PYPY_LIBDIR%%/difflib.pyc -%%PYPY_LIBDIR%%/dircache.py -%%PYPY_LIBDIR%%/dircache.pyc %%PYPY_LIBDIR%%/dis.py -%%PYPY_LIBDIR%%/dis.pyc %%PYPY_LIBDIR%%/distutils/README %%PYPY_LIBDIR%%/distutils/__init__.py -%%PYPY_LIBDIR%%/distutils/__init__.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/archive_util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/bcppcompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/ccompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/cmd.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/config.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/core.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/cygwinccompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/debug.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/dep_util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/dir_util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/dist.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/emxccompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/errors.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/extension.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/fancy_getopt.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/file_util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/filelist.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/log.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/msvc9compiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/msvccompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/spawn.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/sysconfig.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/sysconfig_cpython.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/sysconfig_pypy.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/text_file.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/unixccompiler.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/util.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/version.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/__pycache__/versionpredicate.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/distutils/archive_util.py -%%PYPY_LIBDIR%%/distutils/archive_util.pyc %%PYPY_LIBDIR%%/distutils/bcppcompiler.py -%%PYPY_LIBDIR%%/distutils/bcppcompiler.pyc %%PYPY_LIBDIR%%/distutils/ccompiler.py -%%PYPY_LIBDIR%%/distutils/ccompiler.pyc %%PYPY_LIBDIR%%/distutils/cmd.py -%%PYPY_LIBDIR%%/distutils/cmd.pyc %%PYPY_LIBDIR%%/distutils/command/__init__.py -%%PYPY_LIBDIR%%/distutils/command/__init__.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/bdist.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/bdist_dumb.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/bdist_msi.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/bdist_rpm.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/bdist_wininst.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/build.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/build_clib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/build_ext.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/build_py.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/build_scripts.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/check.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/clean.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/config.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install_data.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install_egg_info.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install_headers.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install_lib.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/install_scripts.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/register.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/sdist.pypy-%%PYPY_VER%%.pyc +%%PYPY_LIBDIR%%/distutils/command/__pycache__/upload.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/distutils/command/bdist.py -%%PYPY_LIBDIR%%/distutils/command/bdist.pyc %%PYPY_LIBDIR%%/distutils/command/bdist_dumb.py -%%PYPY_LIBDIR%%/distutils/command/bdist_dumb.pyc %%PYPY_LIBDIR%%/distutils/command/bdist_msi.py -%%PYPY_LIBDIR%%/distutils/command/bdist_msi.pyc %%PYPY_LIBDIR%%/distutils/command/bdist_rpm.py -%%PYPY_LIBDIR%%/distutils/command/bdist_rpm.pyc %%PYPY_LIBDIR%%/distutils/command/bdist_wininst.py -%%PYPY_LIBDIR%%/distutils/command/bdist_wininst.pyc %%PYPY_LIBDIR%%/distutils/command/build.py -%%PYPY_LIBDIR%%/distutils/command/build.pyc %%PYPY_LIBDIR%%/distutils/command/build_clib.py -%%PYPY_LIBDIR%%/distutils/command/build_clib.pyc %%PYPY_LIBDIR%%/distutils/command/build_ext.py -%%PYPY_LIBDIR%%/distutils/command/build_ext.pyc %%PYPY_LIBDIR%%/distutils/command/build_py.py -%%PYPY_LIBDIR%%/distutils/command/build_py.pyc %%PYPY_LIBDIR%%/distutils/command/build_scripts.py -%%PYPY_LIBDIR%%/distutils/command/build_scripts.pyc %%PYPY_LIBDIR%%/distutils/command/check.py -%%PYPY_LIBDIR%%/distutils/command/check.pyc %%PYPY_LIBDIR%%/distutils/command/clean.py -%%PYPY_LIBDIR%%/distutils/command/clean.pyc %%PYPY_LIBDIR%%/distutils/command/command_template %%PYPY_LIBDIR%%/distutils/command/config.py -%%PYPY_LIBDIR%%/distutils/command/config.pyc %%PYPY_LIBDIR%%/distutils/command/install.py -%%PYPY_LIBDIR%%/distutils/command/install.pyc %%PYPY_LIBDIR%%/distutils/command/install_data.py -%%PYPY_LIBDIR%%/distutils/command/install_data.pyc %%PYPY_LIBDIR%%/distutils/command/install_egg_info.py -%%PYPY_LIBDIR%%/distutils/command/install_egg_info.pyc %%PYPY_LIBDIR%%/distutils/command/install_headers.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 18:13:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CBCCEF2; Sun, 11 Aug 2013 18:13:11 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59946211F; Sun, 11 Aug 2013 18:13:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BIDBd7065522; Sun, 11 Aug 2013 18:13:11 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BIDBMn065520; Sun, 11 Aug 2013 18:13:11 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308111813.r7BIDBMn065520@svn.freebsd.org> From: David Naylor Date: Sun, 11 Aug 2013 18:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324603 - in head/emulators: wine wine-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 18:13:11 -0000 Author: dbn Date: Sun Aug 11 18:13:10 2013 New Revision: 324603 URL: http://svnweb.freebsd.org/changeset/ports/324603 Log: Backport changes from emulators/wine-devel and add CONFLICTS_INSTALL. The backported changes allow the i386-wine(-devel) ports to install wine in such a manor that it can run on FreeBSD/amd64. The CONFLICTS_INSTALL conflict with the i386-wine packages and the correct stable/devel packages (including the upcoming stable wine). Approved by: gerald@ (implicit) Modified: head/emulators/wine-devel/Makefile head/emulators/wine/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Aug 11 17:27:22 2013 (r324602) +++ head/emulators/wine-devel/Makefile Sun Aug 11 18:13:10 2013 (r324603) @@ -23,7 +23,7 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11- png15:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 -CONFLICTS_INSTALL= wine-1.4* +CONFLICTS_INSTALL= i386-wine-* wine-1.4* wine-1.6* LATEST_LINK?= wine-devel CPPFLAGS+= -I${LOCALBASE}/include Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sun Aug 11 17:27:22 2013 (r324602) +++ head/emulators/wine/Makefile Sun Aug 11 18:13:10 2013 (r324603) @@ -1,3 +1,4 @@ +# Created by: Gerald Pfeifer # $FreeBSD$ PORTNAME= wine @@ -8,8 +9,8 @@ CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ http://ibiblio.org/pub/linux/system/emulators/wine/ -MAINTAINER= gerald@FreeBSD.org -COMMENT= Microsoft Windows compatibility environment +MAINTAINER?= gerald@FreeBSD.org +COMMENT?= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual @@ -23,10 +24,11 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11- png15:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 -CONFLICTS_INSTALL= wine-1.5.* +CONFLICTS_INSTALL= i386-wine-* wine-1.5* wine-1.7* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ @@ -41,7 +43,6 @@ WINELIBDIR?= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif -MAKE_JOBS_SAFE= yes MAN1= msiexec.1 notepad.1 regedit.1 regsvr32.1 widl.1 wine.1 \ wineboot.1 winebuild.1 winecfg.1 wineconsole.1 winedbg.1 \ winedump.1 winefile.1 winegcc.1 winemaker.1 winemine.1 \ @@ -58,11 +59,12 @@ USE_XORG= xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -OPTIONS_DEFINE= CUPS DOSBOX GNUTLS HAL LDAP LIBXSLT OPENAL WINEMAKER - +OPTIONS_DEFINE= CUPS DOSBOX GNUTLS HAL LDAP LIBXSLT OPENAL WINEMAKER GECKO MONO DOSBOX_DESC= Use DOSBox to run MS-DOS programs LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) WINEMAKER_DESC= Fully support winemaker (requires Perl) +GECKO_DESC= Bundle Gecko MSI package for Wine +MONO_DESC= Bundle Mono MSI package for Wine PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf @@ -122,6 +124,14 @@ PLIST_SUB+= OPENAL="@comment " RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif +.if ${PORT_OPTIONS:MGECKO} +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko +.endif + +.if ${PORT_OPTIONS:MMONO} +RUN_DEPENDS+= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono +.endif + .if ${OSVERSION} < 800000 IGNORE= lacks required sound support on FreeBSD before 8.0 .endif @@ -140,8 +150,8 @@ post-install: @-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \ ${MAN1PREFIX}/man/fr.UTF-8/man1 \ ${MAN1PREFIX}/man/pl.UTF-8/man1 - ${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 - ${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so + @${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 + @${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 18:33:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACFA7272; Sun, 11 Aug 2013 18:33:34 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AADB21EA; Sun, 11 Aug 2013 18:33:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BIXYBq073081; Sun, 11 Aug 2013 18:33:34 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BIXX3v073073; Sun, 11 Aug 2013 18:33:33 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308111833.r7BIXX3v073073@svn.freebsd.org> From: David Naylor Date: Sun, 11 Aug 2013 18:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324604 - in head/lang: pypy pypy-devel pypy/files pypy3-devel pypy3-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 18:33:34 -0000 Author: dbn Date: Sun Aug 11 18:33:33 2013 New Revision: 324604 URL: http://svnweb.freebsd.org/changeset/ports/324604 Log: Backport and fix-up lang/pypy* ports. pypy: - fix sysconfig.py's include path - bump PORTREVISION due to above fix pypy-devel: - remove duplicate '-e' when creating pkg-plist - ancillary port functionality (thus no PORTREVISION bump) pypy3-devel: - add missing patch - fix pkg-plist - build fails without above patch (thus no PORTREVISION bump) Added: head/lang/pypy3-devel/files/patch-pypy__module___posixsubprocess__interp_subprocess.py (contents, props changed) Modified: head/lang/pypy-devel/Makefile head/lang/pypy/Makefile head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py head/lang/pypy3-devel/pkg-plist Modified: head/lang/pypy-devel/Makefile ============================================================================== --- head/lang/pypy-devel/Makefile Sun Aug 11 18:13:10 2013 (r324603) +++ head/lang/pypy-devel/Makefile Sun Aug 11 18:33:33 2013 (r324604) @@ -307,8 +307,8 @@ pkg-plist: build ${WRKDIR}/.plist-dirs-gen ${SORT} ${WRKDIR}/.plist-files-gen > ${WRKDIR}/pkg-plist ${SORT} -r ${WRKDIR}/.plist-dirs-gen >> ${WRKDIR}/pkg-plist - ${REINPLACE_CMD} -i '' \ - -e -e 's|^@dirrm %%PYPY_LIBDIR%%/site-packages$$|@dirrmtry %%PYPY_LIBDIR%%/site-packages|' \ + ${REINPLACE_CMD} \ + -e 's|^@dirrm %%PYPY_LIBDIR%%/site-packages$$|@dirrmtry %%PYPY_LIBDIR%%/site-packages|' \ -e 's|^@dirrm %%PYPY_LIBDIR%%$$|@dirrmtry %%PYPY_LIBDIR%%|' \ -e 's|^@dirrm %%PYPY_INCLUDEDIR%%$$|@dirrmtry %%PYPY_INCLUDEDIR%%|' \ ${WRKDIR}/pkg-plist Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Sun Aug 11 18:13:10 2013 (r324603) +++ head/lang/pypy/Makefile Sun Aug 11 18:33:33 2013 (r324604) @@ -3,6 +3,7 @@ PORTNAME= pypy DISTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= lang python java MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src Modified: head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py ============================================================================== --- head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py Sun Aug 11 18:13:10 2013 (r324603) +++ head/lang/pypy/files/patch-lib__pypyX.Y__sysconfig.py Sun Aug 11 18:33:33 2013 (r324604) @@ -14,7 +14,7 @@ + 'platstdlib': '{platbase}/lib/pypy-{pypy_version_short}', + 'purelib': '{base}/lib/pypy-{pypy_version_short}', + 'platlib': '{platbase}/lib/pypy-{pypy_version_short}', -+ 'include': '{base}/include-{pypy_version_short}', ++ 'include': '{base}/include/pypy-{pypy_version_short}', + 'platinclude': '{platbase}/include/pypy-{pypy_version_short}', 'scripts': '{base}/bin', 'data' : '{base}', Added: head/lang/pypy3-devel/files/patch-pypy__module___posixsubprocess__interp_subprocess.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pypy3-devel/files/patch-pypy__module___posixsubprocess__interp_subprocess.py Sun Aug 11 18:33:33 2013 (r324604) @@ -0,0 +1,27 @@ +--- pypy/module/_posixsubprocess/interp_subprocess.py~ 2013-08-09 19:13:04.000000000 +0200 ++++ pypy/module/_posixsubprocess/interp_subprocess.py 2013-08-09 19:20:31.000000000 +0200 +@@ -12,8 +12,10 @@ + + class CConfig: + _compilation_info_ = ExternalCompilationInfo( +- includes=['unistd.h', 'sys/syscall.h']) ++ includes=['unistd.h', 'sys/stat.h', 'sys/syscall.h', 'sys/types.h']) ++ HAVE_SYS_STAT_H = platform.Has('stat') + HAVE_SYS_SYSCALL_H = platform.Has("syscall") ++ HAVE_SYS_TYPES_H = platform.Has('types') + HAVE_SETSID = platform.Has("setsid") + + config = platform.configure(CConfig) +@@ -26,8 +28,12 @@ + ]) + + compile_extra = [] ++if config['HAVE_SYS_STAT_H']: ++ compile_extra.append('-DHAVE_SYS_STAT_H') + if config['HAVE_SYS_SYSCALL_H']: + compile_extra.append("-DHAVE_SYS_SYSCALL_H") ++if config['HAVE_SYS_TYPES_H']: ++ compile_extra.append('-DHAVE_SYS_TYPES_H') + if config['HAVE_SETSID']: + compile_extra.append("-DHAVE_SETSID") + Modified: head/lang/pypy3-devel/pkg-plist ============================================================================== --- head/lang/pypy3-devel/pkg-plist Sun Aug 11 18:13:10 2013 (r324603) +++ head/lang/pypy3-devel/pkg-plist Sun Aug 11 18:33:33 2013 (r324604) @@ -1409,9 +1409,9 @@ %%PYPY_LIBDIR%%/lib_pypy/__init__.py %%PYPY_LIBDIR%%/lib_pypy/__init__.pyc %%PYPY_LIBDIR%%/lib_pypy/__pycache__/__init__.pypy-%%PYPY_VER%%.pyc -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gb56459ffx310af836.pypy-21.so -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gb61d9cdcx1fd01a91.pypy-21.so -%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gd9aba7e0xad93c709.pypy-21.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gb56459ffx310af836.pypy-%%PYPY_VER%%.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gb61d9cdcx1fd01a91.pypy-%%PYPY_VER%%.so +%%PYPY_LIBDIR%%/lib_pypy/__pycache__/_cffi__gd9aba7e0xad93c709.pypy-%%PYPY_VER%%.so %%PYPY_LIBDIR%%/lib_pypy/__pycache__/_codecs_cn.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/lib_pypy/__pycache__/_codecs_hk.pypy-%%PYPY_VER%%.pyc %%PYPY_LIBDIR%%/lib_pypy/__pycache__/_codecs_iso2022.pypy-%%PYPY_VER%%.pyc From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 21:04:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49D341F0; Sun, 11 Aug 2013 21:04:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA8927AE; Sun, 11 Aug 2013 21:04:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BL4AAZ029874; Sun, 11 Aug 2013 21:04:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BL4A3H029872; Sun, 11 Aug 2013 21:04:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201308112104.r7BL4A3H029872@svn.freebsd.org> From: Steve Wills Date: Sun, 11 Aug 2013 21:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324605 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 21:04:11 -0000 Author: swills Date: Sun Aug 11 21:04:10 2013 New Revision: 324605 URL: http://svnweb.freebsd.org/changeset/ports/324605 Log: - Update to 1.2.1 PR: ports/181079 Submitted by: Jin-Sih Lin (maintainer) Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Sun Aug 11 18:33:33 2013 (r324604) +++ head/www/phalcon/Makefile Sun Aug 11 21:04:10 2013 (r324605) @@ -2,31 +2,25 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= www +MASTER_SITES= https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language -BUILD_DEPENDS= ${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo -RUN_DEPENDS= ${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo - -USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -GH_PROJECT= c${PORTNAME} -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 4d7f4c9 - FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/ +WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} \ --with-php-config=${LOCALBASE}/bin/php-config -USE_PHP= yes +USE_PHP= pdo USE_PHPEXT= yes USE_PHPIZE= yes +USE_PHP_BUILD= yes .include Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Sun Aug 11 18:33:33 2013 (r324604) +++ head/www/phalcon/distinfo Sun Aug 11 21:04:10 2013 (r324605) @@ -1,2 +1,2 @@ -SHA256 (phalcon-1.1.0.tar.gz) = 719ab9a45cab34dce7d5d8dbf0b41ddea57ba22bf8d0cc82da78e948c9aa36cd -SIZE (phalcon-1.1.0.tar.gz) = 2308003 +SHA256 (phalcon-v1.2.1.tar.gz) = ffed1aaeb7584fd11d8c8257f2c7bfe259d20dc32560ec1e1de61b8c1a1b34bb +SIZE (phalcon-v1.2.1.tar.gz) = 2561525 From owner-svn-ports-all@FreeBSD.ORG Sun Aug 11 22:00:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23EFBC0B; Sun, 11 Aug 2013 22:00:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11AFD2993; Sun, 11 Aug 2013 22:00:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BM09MG049829; Sun, 11 Aug 2013 22:00:09 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BM09Q6049828; Sun, 11 Aug 2013 22:00:09 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308112200.r7BM09Q6049828@svn.freebsd.org> From: Jason Helfman Date: Sun, 11 Aug 2013 22:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324606 - head/devel/rbenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 22:00:10 -0000 Author: jgh Date: Sun Aug 11 22:00:09 2013 New Revision: 324606 URL: http://svnweb.freebsd.org/changeset/ports/324606 Log: - sanitize installation to not clobber suid/guid files - while here print installation Previous installations reset the ownerships of all SUID and SGID files in /usr/local/libexec and included subdirectories to root:wheel. PR: 180851 Reported by: Carl Johnson Submitted by: jgh@ Approved by: fmb@onibox.net (maintainer timeout, > 14days ) Modified: head/devel/rbenv/Makefile Modified: head/devel/rbenv/Makefile ============================================================================== --- head/devel/rbenv/Makefile Sun Aug 11 21:04:10 2013 (r324605) +++ head/devel/rbenv/Makefile Sun Aug 11 22:00:09 2013 (r324606) @@ -2,7 +2,7 @@ PORTNAME= rbenv PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel ruby MASTER_SITES= GH @@ -30,10 +30,10 @@ post-patch: @${REINPLACE_CMD} -e "s|\$$root/completions|${DATADIR}/completions|g" ${WRKSRC}/libexec/rbenv-init do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin - @( cd ${WRKSRC}/libexec && ${COPYTREE_BIN} \* ${PREFIX}/libexec ) + ${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin + ( ${INSTALL_SCRIPT} ${WRKSRC}/libexec/* ${PREFIX}/libexec/ ) @${LN} -sf ${PREFIX}/libexec/rbenv ${PREFIX}/bin/rbenv @${MKDIR} ${DATADIR}/completions - @( cd ${WRKSRC}/completions && ${COPYTREE_BIN} \* ${DATADIR}/completions ) + ( cd ${WRKSRC}/completions && ${COPYTREE_BIN} \* ${DATADIR}/completions ) .include From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 01:23:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08FAB3F1; Mon, 12 Aug 2013 01:23:07 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA98D20D0; Mon, 12 Aug 2013 01:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C1N6DO028546; Mon, 12 Aug 2013 01:23:06 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C1N6vd028544; Mon, 12 Aug 2013 01:23:06 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308120123.r7C1N6vd028544@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 12 Aug 2013 01:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324607 - head/devel/R-cran-caret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 01:23:07 -0000 Author: tota Date: Mon Aug 12 01:23:06 2013 New Revision: 324607 URL: http://svnweb.freebsd.org/changeset/ports/324607 Log: - Update to 5.17-7 Modified: head/devel/R-cran-caret/Makefile head/devel/R-cran-caret/distinfo Modified: head/devel/R-cran-caret/Makefile ============================================================================== --- head/devel/R-cran-caret/Makefile Sun Aug 11 22:00:09 2013 (r324606) +++ head/devel/R-cran-caret/Makefile Mon Aug 12 01:23:06 2013 (r324607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caret -DISTVERSION= 5.16-24 +DISTVERSION= 5.17-7 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/devel/R-cran-caret/distinfo ============================================================================== --- head/devel/R-cran-caret/distinfo Sun Aug 11 22:00:09 2013 (r324606) +++ head/devel/R-cran-caret/distinfo Mon Aug 12 01:23:06 2013 (r324607) @@ -1,2 +1,2 @@ -SHA256 (caret_5.16-24.tar.gz) = f24ea6e224fcfa0e49335d7d0be2b24c0b95595b3739743e2fb13aad4f2894b3 -SIZE (caret_5.16-24.tar.gz) = 1999826 +SHA256 (caret_5.17-7.tar.gz) = ba8800c86c0fc72434ab9b7238f2e1a0062ebaacbefb037d1fa256a12a813df5 +SIZE (caret_5.17-7.tar.gz) = 2008515 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 01:24:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E4DF4E0; Mon, 12 Aug 2013 01:24:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3D220DC; Mon, 12 Aug 2013 01:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C1OUg6028828; Mon, 12 Aug 2013 01:24:30 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C1OUdY028826; Mon, 12 Aug 2013 01:24:30 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308120124.r7C1OUdY028826@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 12 Aug 2013 01:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324608 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 01:24:31 -0000 Author: tota Date: Mon Aug 12 01:24:30 2013 New Revision: 324608 URL: http://svnweb.freebsd.org/changeset/ports/324608 Log: - Update to 0.3.900.7 Modified: head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-RcppArmadillo/distinfo Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Mon Aug 12 01:23:06 2013 (r324607) +++ head/math/R-cran-RcppArmadillo/Makefile Mon Aug 12 01:24:30 2013 (r324608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.3.900.0 +PORTVERSION= 0.3.900.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Mon Aug 12 01:23:06 2013 (r324607) +++ head/math/R-cran-RcppArmadillo/distinfo Mon Aug 12 01:24:30 2013 (r324608) @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.3.900.0.tar.gz) = 4f01a53d60d5ba10fe7e9b5039681162cc7a819961a224fbf61dcb9a2df13dcf -SIZE (RcppArmadillo_0.3.900.0.tar.gz) = 794671 +SHA256 (RcppArmadillo_0.3.900.7.tar.gz) = aa7d8bf972bac7cc8f86b2f4d79222192c24cec8d94d17225755ff62ad237ece +SIZE (RcppArmadillo_0.3.900.7.tar.gz) = 822779 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 01:25:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51D2F5C7; Mon, 12 Aug 2013 01:25:08 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F64620E3; Mon, 12 Aug 2013 01:25:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C1P8CU029001; Mon, 12 Aug 2013 01:25:08 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C1P7K0028999; Mon, 12 Aug 2013 01:25:07 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308120125.r7C1P7K0028999@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 12 Aug 2013 01:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324609 - head/astro/R-cran-maptools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 01:25:08 -0000 Author: tota Date: Mon Aug 12 01:25:07 2013 New Revision: 324609 URL: http://svnweb.freebsd.org/changeset/ports/324609 Log: - Update to 0.8-26 Modified: head/astro/R-cran-maptools/Makefile head/astro/R-cran-maptools/distinfo Modified: head/astro/R-cran-maptools/Makefile ============================================================================== --- head/astro/R-cran-maptools/Makefile Mon Aug 12 01:24:30 2013 (r324608) +++ head/astro/R-cran-maptools/Makefile Mon Aug 12 01:25:07 2013 (r324609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maptools -DISTVERSION= 0.8-25 +DISTVERSION= 0.8-26 CATEGORIES= astro DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/astro/R-cran-maptools/distinfo ============================================================================== --- head/astro/R-cran-maptools/distinfo Mon Aug 12 01:24:30 2013 (r324608) +++ head/astro/R-cran-maptools/distinfo Mon Aug 12 01:25:07 2013 (r324609) @@ -1,2 +1,2 @@ -SHA256 (maptools_0.8-25.tar.gz) = e59fcaf69a6e1a29fd1e50bec042ffd247d67655aa3f8d2a7eb0122feb348033 -SIZE (maptools_0.8-25.tar.gz) = 1475401 +SHA256 (maptools_0.8-26.tar.gz) = 18d7a10958ae82c5f6a33fc47129eef423a440b50738fb474afd484d5040579d +SIZE (maptools_0.8-26.tar.gz) = 1482843 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 01:25:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEB476BA; Mon, 12 Aug 2013 01:25:59 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC06720EF; Mon, 12 Aug 2013 01:25:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C1PxUv029189; Mon, 12 Aug 2013 01:25:59 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C1PxoL029187; Mon, 12 Aug 2013 01:25:59 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308120125.r7C1PxoL029187@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 12 Aug 2013 01:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324610 - head/math/R-cran-spdep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 01:25:59 -0000 Author: tota Date: Mon Aug 12 01:25:59 2013 New Revision: 324610 URL: http://svnweb.freebsd.org/changeset/ports/324610 Log: - Update to 0.5-62 Modified: head/math/R-cran-spdep/Makefile head/math/R-cran-spdep/distinfo Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Mon Aug 12 01:25:07 2013 (r324609) +++ head/math/R-cran-spdep/Makefile Mon Aug 12 01:25:59 2013 (r324610) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-61 +DISTVERSION= 0.5-62 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,7 +13,6 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ - R-cran-maptools>=0.5.4:${PORTSDIR}/astro/R-cran-maptools \ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \ R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \ R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes Modified: head/math/R-cran-spdep/distinfo ============================================================================== --- head/math/R-cran-spdep/distinfo Mon Aug 12 01:25:07 2013 (r324609) +++ head/math/R-cran-spdep/distinfo Mon Aug 12 01:25:59 2013 (r324610) @@ -1,2 +1,2 @@ -SHA256 (spdep_0.5-61.tar.gz) = 881dc974ecdf003e8dd59ae04d47f13896029af7dc38539e3dfde840c8d19d66 -SIZE (spdep_0.5-61.tar.gz) = 2924288 +SHA256 (spdep_0.5-62.tar.gz) = cb687a68f187b5705ad5ee7df3ba9d7f8bd5ebd7e5d75399cd0ce922dc927c8b +SIZE (spdep_0.5-62.tar.gz) = 2944967 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 05:05:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1B18C44; Mon, 12 Aug 2013 05:05:46 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D061B29E3; Mon, 12 Aug 2013 05:05:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C55k1h017141; Mon, 12 Aug 2013 05:05:46 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C55kDe017137; Mon, 12 Aug 2013 05:05:46 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308120505.r7C55kDe017137@svn.freebsd.org> From: Matthias Andree Date: Mon, 12 Aug 2013 05:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324611 - head/deskutils/docear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 05:05:47 -0000 Author: mandree Date: Mon Aug 12 05:05:45 2013 New Revision: 324611 URL: http://svnweb.freebsd.org/changeset/ports/324611 Log: Update to new upstream RC2. Changes: http://www.docear.org/2013/08/09/docear-1-0-rc2-available-with-many-bug-fixes-and-better-support-for-macos-pdf-viewers/ Modified: head/deskutils/docear/Makefile head/deskutils/docear/distinfo head/deskutils/docear/pkg-plist Modified: head/deskutils/docear/Makefile ============================================================================== --- head/deskutils/docear/Makefile Mon Aug 12 01:25:59 2013 (r324610) +++ head/deskutils/docear/Makefile Mon Aug 12 05:05:45 2013 (r324611) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docear -PORTVERSION= 1.0.0.r1 +PORTVERSION= 1.0.0.r2 CATEGORIES= deskutils java MASTER_SITES= http://downloads.docear.org/${PORTVERSION:S/.r/_rc/}/ \ LOCAL/mandree/${DIST_SUBDIR}/ @@ -26,7 +26,7 @@ NO_BUILD= yes JDATADIR= ${JAVASHAREDIR}/${PORTNAME} icon= ${DATADIR}/${PORTNAME}-icon48x48.png -WRKSRC= ${WRKDIR}/docear-1.0.0.12_rc_build183 +WRKSRC= ${WRKDIR}/docear-1.0.0.13_rc_build197 SUB_FILES= docear.desktop post-patch: Modified: head/deskutils/docear/distinfo ============================================================================== --- head/deskutils/docear/distinfo Mon Aug 12 01:25:59 2013 (r324610) +++ head/deskutils/docear/distinfo Mon Aug 12 05:05:45 2013 (r324611) @@ -1,2 +1,2 @@ -SHA256 (docear-1.0.0.r1/docear_linux.tar.gz) = 79769aa25a2059ff4e7fbda2140806d0d26a16d79e1f8d4004b4ef6e02ad5026 -SIZE (docear-1.0.0.r1/docear_linux.tar.gz) = 56317816 +SHA256 (docear-1.0.0.r2/docear_linux.tar.gz) = 5c1d9fb5f66a84affe6a706bc8138d9f9f1c37658d6f9140b3a73e16c4837709 +SIZE (docear-1.0.0.r2/docear_linux.tar.gz) = 56794898 Modified: head/deskutils/docear/pkg-plist ============================================================================== --- head/deskutils/docear/pkg-plist Mon Aug 12 01:25:59 2013 (r324610) +++ head/deskutils/docear/pkg-plist Mon Aug 12 05:05:45 2013 (r324611) @@ -238,7 +238,6 @@ share/mime/text/x-docear.xml @dirrm share/java/docear/plugins/org.freeplane.plugin.svg/lib @dirrm share/java/docear/plugins/org.freeplane.plugin.svg @dirrm share/java/docear/plugins/org.freeplane.plugin.script/META-INF -@dirrm share/java/docear/plugins/org.freeplane.plugin.script/lib/jsyntaxpane @dirrm share/java/docear/plugins/org.freeplane.plugin.script/lib @dirrm share/java/docear/plugins/org.freeplane.plugin.script @dirrm share/java/docear/plugins/org.freeplane.plugin.openmaps/META-INF @@ -260,9 +259,6 @@ share/mime/text/x-docear.xml @dirrm share/java/docear/plugins/org.docear.plugin.pdfutilities/lib/jpod @dirrm share/java/docear/plugins/org.docear.plugin.pdfutilities/lib @dirrm share/java/docear/plugins/org.docear.plugin.pdfutilities -@dirrm share/java/docear/plugins/org.docear.plugin.optionpane/META-INF -@dirrm share/java/docear/plugins/org.docear.plugin.optionpane/lib -@dirrm share/java/docear/plugins/org.docear.plugin.optionpane @dirrm share/java/docear/plugins/org.docear.plugin.core/META-INF @dirrm share/java/docear/plugins/org.docear.plugin.core/lib @dirrm share/java/docear/plugins/org.docear.plugin.core From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 06:07:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 466B4103; Mon, 12 Aug 2013 06:07:06 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24E162BE9; Mon, 12 Aug 2013 06:07:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C675Og040013; Mon, 12 Aug 2013 06:07:05 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C675H6040010; Mon, 12 Aug 2013 06:07:05 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308120607.r7C675H6040010@svn.freebsd.org> From: David Naylor Date: Mon, 12 Aug 2013 06:07:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324612 - head/emulators/i386-wine-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 06:07:06 -0000 Author: dbn Date: Mon Aug 12 06:07:05 2013 New Revision: 324612 URL: http://svnweb.freebsd.org/changeset/ports/324612 Log: Fix emulators/i386-wine-devel when installing on -current. Correct version detection to complain when installing outside the supported range (8.3+ and 9.1+). Also, exclude ldconfig data from pkg-plist. Reported by: Sergey V. Dyatko Modified: head/emulators/i386-wine-devel/Makefile.i386 head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.i386 ============================================================================== --- head/emulators/i386-wine-devel/Makefile.i386 Mon Aug 12 05:05:45 2013 (r324611) +++ head/emulators/i386-wine-devel/Makefile.i386 Mon Aug 12 06:07:05 2013 (r324612) @@ -13,7 +13,7 @@ PKGDEINSTALL= ${PKGINSTALL} RUN_DEPENDS= dri>0:${PORTSDIR}/graphics/dri -CONFLICTS_INSTALL= i386-wine-1.6* wine-[0-9]* +CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel ACTUAL-PACKAGE-DEPENDS= ${DO_NADA} Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon Aug 12 05:05:45 2013 (r324611) +++ head/emulators/i386-wine-devel/Makefile.inc Mon Aug 12 06:07:05 2013 (r324612) @@ -22,11 +22,12 @@ OPTIONS_DEFINE= GECKO MONO GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine -EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ - --exclude +MTREE_DIRS --exclude share/licenses/'*' -CONFLICTS_INSTALL= i386-wine-1.6* wine-[0-9]* +CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel +EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ + --exclude +MTREE_DIRS --exclude share/licenses/'*' \ + --exclude libdata/ldconfig32/${LATEST_LINK} NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= wine only runs on x86 architecture @@ -39,8 +40,9 @@ USE_XZ= yes .include -.if (${OSVERSION} >= 80300 && ${OSVERSION} < 90000) && (${OSVERSION} >= 90100 && ${OSVERSION} < 100000) -IGNORE= binaries compiled for FreeBSD 8.3+ and 9.1+ +.if !(${OSVERSION} >= 803000 && ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) +IGNORE= binaries compiled for FreeBSD 8.3+ and 9.1+ only +DISTFILES= .endif .if ${PORT_OPTIONS:MGECKO} Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Mon Aug 12 05:05:45 2013 (r324611) +++ head/emulators/i386-wine-devel/pkg-plist Mon Aug 12 06:07:05 2013 (r324612) @@ -2040,7 +2040,6 @@ lib32/wine/xmllite.dll.so lib32/wine/xolehlp.dll.so lib32/wine/xpsprint.dll.so lib32/wine/xpssvcs.dll.so -libdata/ldconfig32/i386-wine-devel man/man1/msiexec.1.gz man/man1/notepad.1.gz man/man1/regedit.1.gz From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 06:15:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 341623CF; Mon, 12 Aug 2013 06:15:42 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 135FE2C53; Mon, 12 Aug 2013 06:15:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C6Fgi3043992; Mon, 12 Aug 2013 06:15:42 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C6FejT043984; Mon, 12 Aug 2013 06:15:40 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308120615.r7C6FejT043984@svn.freebsd.org> From: David Naylor Date: Mon, 12 Aug 2013 06:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324613 - in head/emulators: . i386-wine i386-wine/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 06:15:42 -0000 Author: dbn Date: Mon Aug 12 06:15:40 2013 New Revision: 324613 URL: http://svnweb.freebsd.org/changeset/ports/324613 Log: Add emulators/i386-wine. With the introducation of binary packages for i386-wine-devel the port itself is largely complete (although there are still problems with 3D acceleration, both with and without nVidia). Added: head/emulators/i386-wine/ - copied from r324510, head/emulators/i386-wine-devel/ head/emulators/i386-wine/Makefile.i386 - copied, changed from r324612, head/emulators/i386-wine-devel/Makefile.i386 head/emulators/i386-wine/Makefile.inc - copied, changed from r324612, head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine/distinfo - copied, changed from r324547, head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine/files/pkg-message.in - copied unchanged from r324547, head/emulators/i386-wine-devel/files/pkg-message.in head/emulators/i386-wine/pkg-descr - copied unchanged from r324547, head/emulators/i386-wine-devel/pkg-descr head/emulators/i386-wine/pkg-plist - copied, changed from r324612, head/emulators/i386-wine-devel/pkg-plist Deleted: head/emulators/i386-wine/Makefile Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Mon Aug 12 06:07:05 2013 (r324612) +++ head/emulators/Makefile Mon Aug 12 06:15:40 2013 (r324613) @@ -56,6 +56,7 @@ SUBDIR += hfs SUBDIR += higan SUBDIR += hugo + SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += ia64sim SUBDIR += ines Copied and modified: head/emulators/i386-wine/Makefile.i386 (from r324612, head/emulators/i386-wine-devel/Makefile.i386) ============================================================================== --- head/emulators/i386-wine-devel/Makefile.i386 Mon Aug 12 06:07:05 2013 (r324612, copy source) +++ head/emulators/i386-wine/Makefile.i386 Mon Aug 12 06:15:40 2013 (r324613) @@ -7,14 +7,14 @@ MAINTAINER= dbn@FreeBSD.org COMMENT= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD # Use the wine port to do most of the heavy lifting -MASTERDIR= ${.CURDIR}/../wine-devel +MASTERDIR= ${.CURDIR}/../wine PKGINSTALL= ${.CURDIR}/files/pkg-install PKGDEINSTALL= ${PKGINSTALL} RUN_DEPENDS= dri>0:${PORTSDIR}/graphics/dri -CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel +CONFLICTS_INSTALL= i386-wine-1.5* i396-wine-1.7* wine-[0-9]* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} ACTUAL-PACKAGE-DEPENDS= ${DO_NADA} WINELIBDIR= ${PREFIX}/lib32 Copied and modified: head/emulators/i386-wine/Makefile.inc (from r324612, head/emulators/i386-wine-devel/Makefile.inc) ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon Aug 12 06:07:05 2013 (r324612, copy source) +++ head/emulators/i386-wine/Makefile.inc Mon Aug 12 06:15:40 2013 (r324613) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.7.0 +PORTVERSION= 1.4.1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -22,8 +23,8 @@ OPTIONS_DEFINE= GECKO MONO GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine -CONFLICTS_INSTALL= i386-wine-1.4* i386-wine-1.6* wine-[0-9]* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel +CONFLICTS_INSTALL= i386-wine-1.5* i386-wine-1.7* wine-[0-9]* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ --exclude +MTREE_DIRS --exclude share/licenses/'*' \ @@ -42,11 +43,10 @@ USE_XZ= yes .if !(${OSVERSION} >= 803000 && ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) IGNORE= binaries compiled for FreeBSD 8.3+ and 9.1+ only -DISTFILES= .endif .if ${PORT_OPTIONS:MGECKO} -RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko .endif .if ${PORT_OPTIONS:MMONO} Copied and modified: head/emulators/i386-wine/distinfo (from r324547, head/emulators/i386-wine-devel/distinfo) ============================================================================== --- head/emulators/i386-wine-devel/distinfo Sat Aug 10 15:43:59 2013 (r324547, copy source) +++ head/emulators/i386-wine/distinfo Mon Aug 12 06:15:40 2013 (r324613) @@ -1,4 +1,4 @@ -SHA256 (freebsd:8:x86:64/i386-wine-1.7.0,1.txz) = bb54eb916fab6fe10102f1ae2fe51775ad0b32ef576880f7f0df78ecd54117ad -SIZE (freebsd:8:x86:64/i386-wine-1.7.0,1.txz) = 23415792 -SHA256 (freebsd:9:x86:64/i386-wine-1.7.0,1.txz) = f8da71deff742fc7b818f6c039abb97a8ddbd1788e1d1112da421336a454dbab -SIZE (freebsd:9:x86:64/i386-wine-1.7.0,1.txz) = 23368800 +SHA256 (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 2f1eb019f7dcdccb97d7808b73113db3d42d075ea11c99a47857f08c8b497182 +SIZE (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 20744032 +SHA256 (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 2f1eb019f7dcdccb97d7808b73113db3d42d075ea11c99a47857f08c8b497182 +SIZE (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 20744032 Copied: head/emulators/i386-wine/files/pkg-message.in (from r324547, head/emulators/i386-wine-devel/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/i386-wine/files/pkg-message.in Mon Aug 12 06:15:40 2013 (r324613, copy of r324547, head/emulators/i386-wine-devel/files/pkg-message.in) @@ -0,0 +1,9 @@ +Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel +configuration. This is incompatible with Wine. The maximum possible +is KVA_PAGES=500, which should still be enough for ZFS. + +The port also installs some of Wine's documentation which describes +additional programs that are not in the manual pages under + %%PREFIX%%/share/doc/wine +There is more in the source tree but the others are only useful in +conjunction with the rest of the source tree. Copied: head/emulators/i386-wine/pkg-descr (from r324547, head/emulators/i386-wine-devel/pkg-descr) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/i386-wine/pkg-descr Mon Aug 12 06:15:40 2013 (r324613, copy of r324547, head/emulators/i386-wine-devel/pkg-descr) @@ -0,0 +1,10 @@ +Wine is a Microsoft Windows compatibility layer (or program loader) +capable of running Windows applications on i386 and compatible CPUs. +Windows programs running in Wine act as native programs would, running +without the performance or memory usage penalties of an emulator, with +a similar look and feel to other applications on your desktop. + +Many applications already work, more or less, including versions of +Microsoft Office and several games. + +WWW: http://www.winehq.org/ Copied and modified: head/emulators/i386-wine/pkg-plist (from r324612, head/emulators/i386-wine-devel/pkg-plist) ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Mon Aug 12 06:07:05 2013 (r324612, copy source) +++ head/emulators/i386-wine/pkg-plist Mon Aug 12 06:15:40 2013 (r324613) @@ -109,16 +109,13 @@ include/wine/windows/amstream.h include/wine/windows/amstream.idl include/wine/windows/amvideo.h include/wine/windows/amvideo.idl -include/wine/windows/appcompatapi.h include/wine/windows/appmgmt.h include/wine/windows/asptlb.h include/wine/windows/asptlb.idl include/wine/windows/asynot.idl include/wine/windows/asysta.idl -include/wine/windows/atlbase.h include/wine/windows/atliface.h include/wine/windows/atliface.idl -include/wine/windows/atlwin.h include/wine/windows/audevcod.h include/wine/windows/audioclient.h include/wine/windows/audioclient.idl @@ -223,7 +220,6 @@ include/wine/windows/dbs.idl include/wine/windows/dbt.h include/wine/windows/dciddi.h include/wine/windows/dciman.h -include/wine/windows/dcommon.h include/wine/windows/dde.h include/wine/windows/dde.rh include/wine/windows/ddeml.h @@ -239,8 +235,6 @@ include/wine/windows/ddk/usb.h include/wine/windows/ddk/usb100.h include/wine/windows/ddk/usb200.h include/wine/windows/ddk/usbdlib.h -include/wine/windows/ddk/usbioctl.h -include/wine/windows/ddk/usbiodef.h include/wine/windows/ddk/wdm.h include/wine/windows/ddk/winddiui.h include/wine/windows/ddk/winsplp.h @@ -255,7 +249,6 @@ include/wine/windows/devicetopology.h include/wine/windows/devicetopology.idl include/wine/windows/devpkey.h include/wine/windows/devpropdef.h -include/wine/windows/difxapi.h include/wine/windows/digitalv.h include/wine/windows/dimm.h include/wine/windows/dimm.idl @@ -269,7 +262,6 @@ include/wine/windows/dls1.h include/wine/windows/dls2.h include/wine/windows/dmdls.h include/wine/windows/dmerror.h -include/wine/windows/dmksctrl.h include/wine/windows/dmo.h include/wine/windows/dmoreg.h include/wine/windows/dmort.h @@ -298,10 +290,6 @@ include/wine/windows/dsound.h include/wine/windows/dsrole.h include/wine/windows/dvdmedia.h include/wine/windows/dwmapi.h -include/wine/windows/dwrite.h -include/wine/windows/dwrite.idl -include/wine/windows/dwrite_1.h -include/wine/windows/dwrite_1.idl include/wine/windows/dxdiag.h include/wine/windows/dxerr8.h include/wine/windows/dxerr9.h @@ -315,7 +303,6 @@ include/wine/windows/endpointvolume.h include/wine/windows/endpointvolume.idl include/wine/windows/errorrep.h include/wine/windows/errors.h -include/wine/windows/errrec.idl include/wine/windows/evcode.h include/wine/windows/evntprov.h include/wine/windows/evntrace.h @@ -453,8 +440,6 @@ include/wine/windows/msctf.idl include/wine/windows/msdadc.h include/wine/windows/msdadc.idl include/wine/windows/msdaguid.h -include/wine/windows/msdasc.h -include/wine/windows/msdasc.idl include/wine/windows/mshtmcid.h include/wine/windows/mshtmdid.h include/wine/windows/mshtmhst.h @@ -463,8 +448,6 @@ include/wine/windows/mshtml.h include/wine/windows/mshtml.idl include/wine/windows/msi.h include/wine/windows/msidefs.h -include/wine/windows/msident.h -include/wine/windows/msident.idl include/wine/windows/msinkaut.h include/wine/windows/msinkaut.idl include/wine/windows/msiquery.h @@ -570,8 +553,6 @@ include/wine/windows/rmxftmpl.h include/wine/windows/rmxftmpl.x include/wine/windows/row.idl include/wine/windows/rowchg.idl -include/wine/windows/rowpos.idl -include/wine/windows/rowpsc.idl include/wine/windows/rpc.h include/wine/windows/rpcasync.h include/wine/windows/rpcdce.h @@ -583,7 +564,6 @@ include/wine/windows/rpcsal.h include/wine/windows/rstbas.idl include/wine/windows/rstinf.idl include/wine/windows/rstloc.idl -include/wine/windows/rstnot.idl include/wine/windows/rtutils.h include/wine/windows/scarderr.h include/wine/windows/schannel.h @@ -621,7 +601,6 @@ include/wine/windows/softpub.h include/wine/windows/sql.h include/wine/windows/sqlext.h include/wine/windows/sqltypes.h -include/wine/windows/srcrst.idl include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h include/wine/windows/stdole2.idl @@ -647,20 +626,8 @@ include/wine/windows/tmschema.h include/wine/windows/tom.h include/wine/windows/tom.idl include/wine/windows/traffic.h -include/wine/windows/transact.h -include/wine/windows/transact.idl include/wine/windows/twain.h -include/wine/windows/txcoord.h -include/wine/windows/txcoord.idl -include/wine/windows/txdtc.h -include/wine/windows/txdtc.idl include/wine/windows/udpmib.h -include/wine/windows/uiautomation.h -include/wine/windows/uiautomationclient.h -include/wine/windows/uiautomationclient.idl -include/wine/windows/uiautomationcore.h -include/wine/windows/uiautomationcore.idl -include/wine/windows/uiautomationcoreapi.h include/wine/windows/unknwn.h include/wine/windows/unknwn.idl include/wine/windows/urlhist.h @@ -683,8 +650,6 @@ include/wine/windows/vsstyle.h include/wine/windows/vssym32.h include/wine/windows/wbemcli.h include/wine/windows/wbemcli.idl -include/wine/windows/wbemprov.h -include/wine/windows/wbemprov.idl include/wine/windows/werapi.h include/wine/windows/wfext.h include/wine/windows/wia.h @@ -705,7 +670,6 @@ include/wine/windows/windns.h include/wine/windows/windows.h include/wine/windows/windowsx.h include/wine/windows/winerror.h -include/wine/windows/winevt.h include/wine/windows/wingdi.h include/wine/windows/winhttp.h include/wine/windows/wininet.h @@ -737,12 +701,6 @@ include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wmistr.h -include/wine/windows/wmiutils.h -include/wine/windows/wmiutils.idl -include/wine/windows/wmsbuffer.h -include/wine/windows/wmsbuffer.idl -include/wine/windows/wmsdkidl.h -include/wine/windows/wmsdkidl.idl include/wine/windows/wnaspi32.h include/wine/windows/wownt32.h include/wine/windows/wpcapi.h @@ -811,7 +769,7 @@ lib32/libgnutls.so.26 lib32/libiconv.so.3 lib32/libintl.so.9 lib32/libjpeg.so.11 -lib32/liblcms2.so.2 +lib32/liblcms.so.1 lib32/libopenal.so.1 lib32/libpng15.so.15 lib32/libpthread-stubs.so.0 @@ -828,26 +786,10 @@ lib32/wine/actxprxy.dll.so lib32/wine/advapi32.dll.so lib32/wine/advpack.dll.so lib32/wine/amstream.dll.so -lib32/wine/api-ms-win-core-localregistry-l1-1-0.dll.so -lib32/wine/api-ms-win-core-processthreads-l1-1-0.dll.so -lib32/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so -lib32/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so -lib32/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so -lib32/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so -lib32/wine/api-ms-win-downlevel-version-l1-1-0.dll.so -lib32/wine/api-ms-win-security-base-l1-1-0.dll.so lib32/wine/apphelp.dll.so lib32/wine/appwiz.cpl.so lib32/wine/aspnet_regiis.exe.so lib32/wine/atl.dll.so -lib32/wine/atl100.dll.so -lib32/wine/atl80.dll.so lib32/wine/attrib.exe.so lib32/wine/authz.dll.so lib32/wine/avicap32.dll.so @@ -872,7 +814,6 @@ lib32/wine/comm.drv16.so lib32/wine/commdlg.dll16.so lib32/wine/compobj.dll16.so lib32/wine/compstui.dll.so -lib32/wine/conhost.exe.so lib32/wine/control.exe.so lib32/wine/credui.dll.so lib32/wine/crtdll.dll.so @@ -888,7 +829,6 @@ lib32/wine/ctl3d32.dll.so lib32/wine/ctl3dv2.dll16.so lib32/wine/d3d10.dll.so lib32/wine/d3d10core.dll.so -lib32/wine/d3d11.dll.so lib32/wine/d3d8.dll.so lib32/wine/d3d9.dll.so lib32/wine/d3dcompiler_33.dll.so @@ -944,7 +884,6 @@ lib32/wine/ddraw.dll.so lib32/wine/ddrawex.dll.so lib32/wine/devenum.dll.so lib32/wine/dhcpcsvc.dll.so -lib32/wine/difxapi.dll.so lib32/wine/dinput.dll.so lib32/wine/dinput8.dll.so lib32/wine/dispdib.dll16.so @@ -972,7 +911,6 @@ lib32/wine/dsound.dll.so lib32/wine/dssenh.dll.so lib32/wine/dswave.dll.so lib32/wine/dwmapi.dll.so -lib32/wine/dwrite.dll.so lib32/wine/dxdiag.exe.so lib32/wine/dxdiagn.dll.so lib32/wine/dxgi.dll.so @@ -988,26 +926,10 @@ lib32/wine/fakedlls/actxprxy.dll lib32/wine/fakedlls/advapi32.dll lib32/wine/fakedlls/advpack.dll lib32/wine/fakedlls/amstream.dll -lib32/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l2-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-normaliz-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-ole32-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-shell32-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-shlwapi-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-shlwapi-l2-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-downlevel-version-l1-1-0.dll -lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll lib32/wine/fakedlls/apphelp.dll lib32/wine/fakedlls/appwiz.cpl lib32/wine/fakedlls/aspnet_regiis.exe lib32/wine/fakedlls/atl.dll -lib32/wine/fakedlls/atl100.dll -lib32/wine/fakedlls/atl80.dll lib32/wine/fakedlls/attrib.exe lib32/wine/fakedlls/authz.dll lib32/wine/fakedlls/avicap32.dll @@ -1032,7 +954,6 @@ lib32/wine/fakedlls/comm.drv16 lib32/wine/fakedlls/commdlg.dll16 lib32/wine/fakedlls/compobj.dll16 lib32/wine/fakedlls/compstui.dll -lib32/wine/fakedlls/conhost.exe lib32/wine/fakedlls/control.exe lib32/wine/fakedlls/credui.dll lib32/wine/fakedlls/crtdll.dll @@ -1048,7 +969,6 @@ lib32/wine/fakedlls/ctl3d32.dll lib32/wine/fakedlls/ctl3dv2.dll16 lib32/wine/fakedlls/d3d10.dll lib32/wine/fakedlls/d3d10core.dll -lib32/wine/fakedlls/d3d11.dll lib32/wine/fakedlls/d3d8.dll lib32/wine/fakedlls/d3d9.dll lib32/wine/fakedlls/d3dcompiler_33.dll @@ -1104,7 +1024,6 @@ lib32/wine/fakedlls/ddraw.dll lib32/wine/fakedlls/ddrawex.dll lib32/wine/fakedlls/devenum.dll lib32/wine/fakedlls/dhcpcsvc.dll -lib32/wine/fakedlls/difxapi.dll lib32/wine/fakedlls/dinput.dll lib32/wine/fakedlls/dinput8.dll lib32/wine/fakedlls/dispdib.dll16 @@ -1132,7 +1051,6 @@ lib32/wine/fakedlls/dsound.dll lib32/wine/fakedlls/dssenh.dll lib32/wine/fakedlls/dswave.dll lib32/wine/fakedlls/dwmapi.dll -lib32/wine/fakedlls/dwrite.dll lib32/wine/fakedlls/dxdiag.exe lib32/wine/fakedlls/dxdiagn.dll lib32/wine/fakedlls/dxgi.dll @@ -1142,7 +1060,6 @@ lib32/wine/fakedlls/explorer.exe lib32/wine/fakedlls/explorerframe.dll lib32/wine/fakedlls/extrac32.exe lib32/wine/fakedlls/faultrep.dll -lib32/wine/fakedlls/findstr.exe lib32/wine/fakedlls/fltlib.dll lib32/wine/fakedlls/fusion.dll lib32/wine/fakedlls/fwpuclnt.dll @@ -1182,7 +1099,6 @@ lib32/wine/fakedlls/ipconfig.exe lib32/wine/fakedlls/iphlpapi.dll lib32/wine/fakedlls/itircl.dll lib32/wine/fakedlls/itss.dll -lib32/wine/fakedlls/joy.cpl lib32/wine/fakedlls/jscript.dll lib32/wine/fakedlls/kernel32.dll lib32/wine/fakedlls/keyboard.drv16 @@ -1201,7 +1117,6 @@ lib32/wine/fakedlls/mcicda.dll lib32/wine/fakedlls/mciqtz32.dll lib32/wine/fakedlls/mciseq.dll lib32/wine/fakedlls/mciwave.dll -lib32/wine/fakedlls/mgmtapi.dll lib32/wine/fakedlls/midimap.dll lib32/wine/fakedlls/mlang.dll lib32/wine/fakedlls/mmcndmgr.dll @@ -1231,14 +1146,12 @@ lib32/wine/fakedlls/mshta.exe lib32/wine/fakedlls/mshtml.dll lib32/wine/fakedlls/mshtml.tlb lib32/wine/fakedlls/msi.dll -lib32/wine/fakedlls/msident.dll lib32/wine/fakedlls/msiexec.exe lib32/wine/fakedlls/msimg32.dll lib32/wine/fakedlls/msimsg.dll lib32/wine/fakedlls/msimtf.dll lib32/wine/fakedlls/msisip.dll lib32/wine/fakedlls/msisys.ocx -lib32/wine/fakedlls/msls31.dll lib32/wine/fakedlls/msnet32.dll lib32/wine/fakedlls/mspatcha.dll lib32/wine/fakedlls/msrle32.dll @@ -1246,17 +1159,13 @@ lib32/wine/fakedlls/mssign32.dll lib32/wine/fakedlls/mssip32.dll lib32/wine/fakedlls/mstask.dll lib32/wine/fakedlls/msvcirt.dll -lib32/wine/fakedlls/msvcm80.dll -lib32/wine/fakedlls/msvcm90.dll lib32/wine/fakedlls/msvcp100.dll -lib32/wine/fakedlls/msvcp110.dll lib32/wine/fakedlls/msvcp60.dll lib32/wine/fakedlls/msvcp70.dll lib32/wine/fakedlls/msvcp71.dll lib32/wine/fakedlls/msvcp80.dll lib32/wine/fakedlls/msvcp90.dll lib32/wine/fakedlls/msvcr100.dll -lib32/wine/fakedlls/msvcr110.dll lib32/wine/fakedlls/msvcr70.dll lib32/wine/fakedlls/msvcr71.dll lib32/wine/fakedlls/msvcr80.dll @@ -1278,7 +1187,6 @@ lib32/wine/fakedlls/nddeapi.dll lib32/wine/fakedlls/net.exe lib32/wine/fakedlls/netapi32.dll lib32/wine/fakedlls/netsh.exe -lib32/wine/fakedlls/netstat.exe lib32/wine/fakedlls/newdev.dll lib32/wine/fakedlls/ngen.exe lib32/wine/fakedlls/normaliz.dll @@ -1291,7 +1199,6 @@ lib32/wine/fakedlls/ntprint.dll lib32/wine/fakedlls/objsel.dll lib32/wine/fakedlls/odbc32.dll lib32/wine/fakedlls/odbccp32.dll -lib32/wine/fakedlls/odbccu32.dll lib32/wine/fakedlls/ole2.dll16 lib32/wine/fakedlls/ole2conv.dll16 lib32/wine/fakedlls/ole2disp.dll16 @@ -1356,9 +1263,7 @@ lib32/wine/fakedlls/sc.exe lib32/wine/fakedlls/scarddlg.dll lib32/wine/fakedlls/sccbase.dll lib32/wine/fakedlls/schannel.dll -lib32/wine/fakedlls/schtasks.exe lib32/wine/fakedlls/scrrun.dll -lib32/wine/fakedlls/scsiport.sys lib32/wine/fakedlls/secedit.exe lib32/wine/fakedlls/secur32.dll lib32/wine/fakedlls/security.dll @@ -1417,8 +1322,6 @@ lib32/wine/fakedlls/usp10.dll lib32/wine/fakedlls/uxtheme.dll lib32/wine/fakedlls/vbscript.dll lib32/wine/fakedlls/vcomp.dll -lib32/wine/fakedlls/vcomp100.dll -lib32/wine/fakedlls/vcomp90.dll lib32/wine/fakedlls/vdhcp.vxd lib32/wine/fakedlls/vdmdbg.dll lib32/wine/fakedlls/ver.dll16 @@ -1432,16 +1335,13 @@ lib32/wine/fakedlls/vwin32.vxd lib32/wine/fakedlls/w32skrnl.dll lib32/wine/fakedlls/w32sys.dll16 lib32/wine/fakedlls/wbemprox.dll -lib32/wine/fakedlls/webservices.dll lib32/wine/fakedlls/wer.dll -lib32/wine/fakedlls/wevtapi.dll lib32/wine/fakedlls/wiaservc.dll lib32/wine/fakedlls/win32s16.dll16 lib32/wine/fakedlls/win87em.dll16 lib32/wine/fakedlls/winaspi.dll16 lib32/wine/fakedlls/windebug.dll16 lib32/wine/fakedlls/windowscodecs.dll -lib32/wine/fakedlls/windowscodecsext.dll lib32/wine/fakedlls/wineboot.exe lib32/wine/fakedlls/winebrowser.exe lib32/wine/fakedlls/winecfg.exe @@ -1483,7 +1383,6 @@ lib32/wine/fakedlls/wldap32.dll lib32/wine/fakedlls/wmi.dll lib32/wine/fakedlls/wmic.exe lib32/wine/fakedlls/wmiutils.dll -lib32/wine/fakedlls/wmvcore.dll lib32/wine/fakedlls/wnaspi32.dll lib32/wine/fakedlls/wordpad.exe lib32/wine/fakedlls/wow32.dll @@ -1491,12 +1390,10 @@ lib32/wine/fakedlls/write.exe lib32/wine/fakedlls/ws2_32.dll lib32/wine/fakedlls/wscript.exe lib32/wine/fakedlls/wshom.ocx -lib32/wine/fakedlls/wsnmp32.dll lib32/wine/fakedlls/wsock32.dll lib32/wine/fakedlls/wtsapi32.dll lib32/wine/fakedlls/wuapi.dll lib32/wine/fakedlls/wuaueng.dll -lib32/wine/fakedlls/wusa.exe lib32/wine/fakedlls/xapofx1_1.dll lib32/wine/fakedlls/xcopy.exe lib32/wine/fakedlls/xinput1_1.dll @@ -1506,9 +1403,7 @@ lib32/wine/fakedlls/xinput9_1_0.dll lib32/wine/fakedlls/xmllite.dll lib32/wine/fakedlls/xolehlp.dll lib32/wine/fakedlls/xpsprint.dll -lib32/wine/fakedlls/xpssvcs.dll lib32/wine/faultrep.dll.so -lib32/wine/findstr.exe.so lib32/wine/fltlib.dll.so lib32/wine/fusion.dll.so lib32/wine/fwpuclnt.dll.so @@ -1548,7 +1443,6 @@ lib32/wine/ipconfig.exe.so lib32/wine/iphlpapi.dll.so lib32/wine/itircl.dll.so lib32/wine/itss.dll.so -lib32/wine/joy.cpl.so lib32/wine/jscript.dll.so lib32/wine/kernel32.dll.so lib32/wine/keyboard.drv16.so @@ -1560,8 +1454,6 @@ lib32/wine/libadsiid.a lib32/wine/libadvapi32.def lib32/wine/libadvpack.def lib32/wine/libatl.def -lib32/wine/libatl100.def -lib32/wine/libatl80.def lib32/wine/libavicap32.def lib32/wine/libavifil32.def lib32/wine/libavrt.def @@ -1603,7 +1495,6 @@ lib32/wine/libdplayx.def lib32/wine/libdpnet.def lib32/wine/libdsound.def lib32/wine/libdwmapi.def -lib32/wine/libdwrite.def lib32/wine/libdxerr8.a lib32/wine/libdxerr9.a lib32/wine/libdxgi.def @@ -1614,7 +1505,6 @@ lib32/wine/libgdiplus.def lib32/wine/libglu32.def lib32/wine/libhid.def lib32/wine/libhlink.def -lib32/wine/libhtmlhelp.def lib32/wine/libieframe.def lib32/wine/libimagehlp.def lib32/wine/libimm32.def @@ -1687,7 +1577,6 @@ lib32/wine/libspoolss.def lib32/wine/libsti.def lib32/wine/libstrmbase.a lib32/wine/libstrmiids.a -lib32/wine/libsxs.def lib32/wine/libtapi32.def lib32/wine/libunicows.def lib32/wine/liburl.def @@ -1700,10 +1589,8 @@ lib32/wine/libuuid.a lib32/wine/libuxtheme.def lib32/wine/libvdmdbg.def lib32/wine/libversion.def -lib32/wine/libwebservices.def lib32/wine/libwer.def lib32/wine/libwindowscodecs.def -lib32/wine/libwindowscodecsext.def lib32/wine/libwinecrt0.a lib32/wine/libwined3d.def lib32/wine/libwinhttp.def @@ -1734,7 +1621,6 @@ lib32/wine/mcicda.dll.so lib32/wine/mciqtz32.dll.so lib32/wine/mciseq.dll.so lib32/wine/mciwave.dll.so -lib32/wine/mgmtapi.dll.so lib32/wine/midimap.dll.so lib32/wine/mlang.dll.so lib32/wine/mmcndmgr.dll.so @@ -1764,14 +1650,12 @@ lib32/wine/mshta.exe.so lib32/wine/mshtml.dll.so lib32/wine/mshtml.tlb.so lib32/wine/msi.dll.so -lib32/wine/msident.dll.so lib32/wine/msiexec.exe.so lib32/wine/msimg32.dll.so lib32/wine/msimsg.dll.so lib32/wine/msimtf.dll.so lib32/wine/msisip.dll.so lib32/wine/msisys.ocx.so -lib32/wine/msls31.dll.so lib32/wine/msnet32.dll.so lib32/wine/mspatcha.dll.so lib32/wine/msrle32.dll.so @@ -1779,17 +1663,13 @@ lib32/wine/mssign32.dll.so lib32/wine/mssip32.dll.so lib32/wine/mstask.dll.so lib32/wine/msvcirt.dll.so -lib32/wine/msvcm80.dll.so -lib32/wine/msvcm90.dll.so lib32/wine/msvcp100.dll.so -lib32/wine/msvcp110.dll.so lib32/wine/msvcp60.dll.so lib32/wine/msvcp70.dll.so lib32/wine/msvcp71.dll.so lib32/wine/msvcp80.dll.so lib32/wine/msvcp90.dll.so lib32/wine/msvcr100.dll.so -lib32/wine/msvcr110.dll.so lib32/wine/msvcr70.dll.so lib32/wine/msvcr71.dll.so lib32/wine/msvcr80.dll.so @@ -1811,7 +1691,6 @@ lib32/wine/nddeapi.dll.so lib32/wine/net.exe.so lib32/wine/netapi32.dll.so lib32/wine/netsh.exe.so -lib32/wine/netstat.exe.so lib32/wine/newdev.dll.so lib32/wine/ngen.exe.so lib32/wine/normaliz.dll.so @@ -1824,7 +1703,6 @@ lib32/wine/ntprint.dll.so lib32/wine/objsel.dll.so lib32/wine/odbc32.dll.so lib32/wine/odbccp32.dll.so -lib32/wine/odbccu32.dll.so lib32/wine/ole2.dll16.so lib32/wine/ole2conv.dll16.so lib32/wine/ole2disp.dll16.so @@ -1889,9 +1767,7 @@ lib32/wine/sc.exe.so lib32/wine/scarddlg.dll.so lib32/wine/sccbase.dll.so lib32/wine/schannel.dll.so -lib32/wine/schtasks.exe.so lib32/wine/scrrun.dll.so -lib32/wine/scsiport.sys.so lib32/wine/secedit.exe.so lib32/wine/secur32.dll.so lib32/wine/security.dll.so @@ -1950,8 +1826,6 @@ lib32/wine/usp10.dll.so lib32/wine/uxtheme.dll.so lib32/wine/vbscript.dll.so lib32/wine/vcomp.dll.so -lib32/wine/vcomp100.dll.so -lib32/wine/vcomp90.dll.so lib32/wine/vdhcp.vxd.so lib32/wine/vdmdbg.dll.so lib32/wine/ver.dll16.so @@ -1965,16 +1839,13 @@ lib32/wine/vwin32.vxd.so lib32/wine/w32skrnl.dll.so lib32/wine/w32sys.dll16.so lib32/wine/wbemprox.dll.so -lib32/wine/webservices.dll.so lib32/wine/wer.dll.so -lib32/wine/wevtapi.dll.so lib32/wine/wiaservc.dll.so lib32/wine/win32s16.dll16.so lib32/wine/win87em.dll16.so lib32/wine/winaspi.dll16.so lib32/wine/windebug.dll16.so lib32/wine/windowscodecs.dll.so -lib32/wine/windowscodecsext.dll.so lib32/wine/wineboot.exe.so lib32/wine/winebrowser.exe.so lib32/wine/winecfg.exe.so @@ -2016,7 +1887,6 @@ lib32/wine/wldap32.dll.so lib32/wine/wmi.dll.so lib32/wine/wmic.exe.so lib32/wine/wmiutils.dll.so -lib32/wine/wmvcore.dll.so lib32/wine/wnaspi32.dll.so lib32/wine/wordpad.exe.so lib32/wine/wow32.dll.so @@ -2024,12 +1894,10 @@ lib32/wine/write.exe.so lib32/wine/ws2_32.dll.so lib32/wine/wscript.exe.so lib32/wine/wshom.ocx.so -lib32/wine/wsnmp32.dll.so lib32/wine/wsock32.dll.so lib32/wine/wtsapi32.dll.so lib32/wine/wuapi.dll.so lib32/wine/wuaueng.dll.so -lib32/wine/wusa.exe.so lib32/wine/xapofx1_1.dll.so lib32/wine/xcopy.exe.so lib32/wine/xinput1_1.dll.so @@ -2039,7 +1907,6 @@ lib32/wine/xinput9_1_0.dll.so lib32/wine/xmllite.dll.so lib32/wine/xolehlp.dll.so lib32/wine/xpsprint.dll.so -lib32/wine/xpssvcs.dll.so man/man1/msiexec.1.gz man/man1/notepad.1.gz man/man1/regedit.1.gz @@ -2079,7 +1946,6 @@ share/wine/fonts/couret.fon share/wine/fonts/cvgasys.fon share/wine/fonts/hvgasys.fon share/wine/fonts/jsmalle.fon -share/wine/fonts/jvgafix.fon share/wine/fonts/jvgasys.fon share/wine/fonts/marlett.ttf share/wine/fonts/smae1255.fon @@ -2094,25 +1960,15 @@ share/wine/fonts/ssee1255.fon share/wine/fonts/ssee1256.fon share/wine/fonts/ssee1257.fon share/wine/fonts/ssee874.fon -share/wine/fonts/ssef1255.fon -share/wine/fonts/ssef1256.fon -share/wine/fonts/ssef1257.fon -share/wine/fonts/ssef874.fon share/wine/fonts/sserife.fon share/wine/fonts/sserifee.fon share/wine/fonts/sserifeg.fon share/wine/fonts/sserifer.fon share/wine/fonts/sserifet.fon -share/wine/fonts/sseriff.fon -share/wine/fonts/sseriffe.fon -share/wine/fonts/sseriffg.fon -share/wine/fonts/sseriffr.fon -share/wine/fonts/sserifft.fon share/wine/fonts/svgasys.fon share/wine/fonts/symbol.ttf share/wine/fonts/tahoma.ttf share/wine/fonts/tahomabd.ttf -share/wine/fonts/vgafix.fon share/wine/fonts/vgas1255.fon share/wine/fonts/vgas1256.fon share/wine/fonts/vgas1257.fon @@ -2122,7 +1978,6 @@ share/wine/fonts/vgasyse.fon share/wine/fonts/vgasysg.fon share/wine/fonts/vgasysr.fon share/wine/fonts/vgasyst.fon -share/wine/fonts/wingding.ttf share/wine/generic.ppd share/wine/l_intl.nls share/wine/patch-nvidia.sh From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 06:20:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B92E507; Mon, 12 Aug 2013 06:20:28 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 484342CA2; Mon, 12 Aug 2013 06:20:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C6KSAe045007; Mon, 12 Aug 2013 06:20:28 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C6KScZ045006; Mon, 12 Aug 2013 06:20:28 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308120620.r7C6KScZ045006@svn.freebsd.org> From: David Naylor Date: Mon, 12 Aug 2013 06:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324614 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 06:20:28 -0000 Author: dbn Date: Mon Aug 12 06:20:27 2013 New Revision: 324614 URL: http://svnweb.freebsd.org/changeset/ports/324614 Log: Add back i386-wine/Makefile (wouldn't commit otherwise). Subversion and pre-commit hooks are not cooperating in the changes required for i386-wine(-devel). For the historians: This file is a copy of i386-wine-devel/Makefile as at version 321106. Added: head/emulators/i386-wine/Makefile (contents, props changed) Added: head/emulators/i386-wine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/i386-wine/Makefile Mon Aug 12 06:20:27 2013 (r324614) @@ -0,0 +1,16 @@ +# Created by: David Naylor (dbn@FreeBSD.org) +# $FreeBSD$ + +# Special bootstrapper to allow: +# - i386 specific port to be slave to ${PORTSDIR}/emulators/wine +# - amd64 specific port to be normal port (based on binary package) + +.if !defined(ARCH) +ARCH!= uname -p +.endif + +.if ${ARCH} == i386 +.include "${.CURDIR}/Makefile.i386" +.else +.include "${.CURDIR}/Makefile.inc" +.endif From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 07:55:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1D76D9B; Mon, 12 Aug 2013 07:55:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEC7420E9; Mon, 12 Aug 2013 07:55:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C7tDoS078805; Mon, 12 Aug 2013 07:55:13 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C7tDU4078802; Mon, 12 Aug 2013 07:55:13 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308120755.r7C7tDU4078802@svn.freebsd.org> From: Frederic Culot Date: Mon, 12 Aug 2013 07:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324615 - head/mail/py-authres X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 07:55:13 -0000 Author: culot Date: Mon Aug 12 07:55:13 2013 New Revision: 324615 URL: http://svnweb.freebsd.org/changeset/ports/324615 Log: - Update to 0.602 PR: ports/181208 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/mail/py-authres/Makefile head/mail/py-authres/distinfo Modified: head/mail/py-authres/Makefile ============================================================================== --- head/mail/py-authres/Makefile Mon Aug 12 06:20:27 2013 (r324614) +++ head/mail/py-authres/Makefile Mon Aug 12 07:55:13 2013 (r324615) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= authres -PORTVERSION= 0.600 +PORTVERSION= 0.602 CATEGORIES= mail python -MASTER_SITES= http://launchpad.net/authentication-results-python/trunk/0.6/+download/ +MASTER_SITES= http://launchpad.net/authentication-results-python/trunk/0.602/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yasu@utahime.org Modified: head/mail/py-authres/distinfo ============================================================================== --- head/mail/py-authres/distinfo Mon Aug 12 06:20:27 2013 (r324614) +++ head/mail/py-authres/distinfo Mon Aug 12 07:55:13 2013 (r324615) @@ -1,2 +1,2 @@ -SHA256 (authres-0.600.tar.gz) = 4bfdff4a51d217c54f611edba14a63417e8563ee15a7cf3e1df9b01e32ebb48a -SIZE (authres-0.600.tar.gz) = 16614 +SHA256 (authres-0.602.tar.gz) = 41cea7fcc3387e381b520053dbbba1825598b6cb9d45c505ae466d7a2a27edc3 +SIZE (authres-0.602.tar.gz) = 17971 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 07:56:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B98DE96; Mon, 12 Aug 2013 07:56:02 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6995F20FB; Mon, 12 Aug 2013 07:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C7u2fj079029; Mon, 12 Aug 2013 07:56:02 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C7u1GA079020; Mon, 12 Aug 2013 07:56:01 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201308120756.r7C7u1GA079020@svn.freebsd.org> From: Veniamin Gvozdikov Date: Mon, 12 Aug 2013 07:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324616 - in head/lang: . angelscript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 07:56:02 -0000 Author: vg Date: Mon Aug 12 07:56:01 2013 New Revision: 324616 URL: http://svnweb.freebsd.org/changeset/ports/324616 Log: The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application. WWW: http://www.angelcode.com/angelscript/ PR: ports/178078 Submitted by: vg Approved by: osa (mentor) Added: head/lang/angelscript/ head/lang/angelscript/Makefile (contents, props changed) head/lang/angelscript/distinfo (contents, props changed) head/lang/angelscript/pkg-descr (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Aug 12 07:55:13 2013 (r324615) +++ head/lang/Makefile Mon Aug 12 07:56:01 2013 (r324616) @@ -11,6 +11,7 @@ SUBDIR += afnix SUBDIR += algol68g SUBDIR += alisp + SUBDIR += angelscript SUBDIR += arena SUBDIR += asis SUBDIR += asn1c Added: head/lang/angelscript/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/angelscript/Makefile Mon Aug 12 07:56:01 2013 (r324616) @@ -0,0 +1,44 @@ +# Created by: Veniamin Gvozdikov +# $FreeBSD$ + +PORTNAME= angelscript +PORTVERSION= 2.27.0 +CATEGORIES= lang +MASTER_SITES= http://www.angelcode.com/angelscript/sdk/files/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= vg@FreeBSD.org +COMMENT= AngelCode Scripting Library + +LICENSE= ZLIB + +MAKEFILE= makefile +MAKE_ARGS= LOCAL=${PREFIX} +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_ZIP= yes + +WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/ + +PLIST_FILES= include/angelscript.h + +OPTIONS_SINGLE= TYPE +OPTIONS_SINGLE_TYPE= STATIC SHARED +STATIC_DESC= Build static library +SHARED_DESC= Build shared library +OPTIONS_DEFAULT= STATIC + +.include + +.if ${PORT_OPTIONS:MSHARED} +LIB_VERSION= 2 +MAKE_ARGS+= SHARED=1 VERSION=${LIB_VERSION} +PLIST_FILES+= lib/libangelscript.so.${LIB_VERSION} \ + lib/libangelscript-${LIB_VERSION}.so \ + lib/libangelscript.so + +.else +PLIST_FILES+= lib/libangelscript.a +.endif + +.include Added: head/lang/angelscript/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/angelscript/distinfo Mon Aug 12 07:56:01 2013 (r324616) @@ -0,0 +1,2 @@ +SHA256 (angelscript_2.27.0.zip) = 5bb3b197c972dc5021da5cd05f8bf8181e5d11195e6391d2193c9d0a81a4da5a +SIZE (angelscript_2.27.0.zip) = 1442212 Added: head/lang/angelscript/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/angelscript/pkg-descr Mon Aug 12 07:56:01 2013 (r324616) @@ -0,0 +1,20 @@ +The AngelCode Scripting Library, or AngelScript as it is also known, is an +extremely flexible cross-platform scripting library designed to allow +applications to extend their functionality through external scripts. It has +been designed from the beginning to be an easy to use component, both for +the application programmer and the script writer. + +Efforts have been made to let it call standard C functions and C++ methods +with little to no need for proxy functions. The application simply registers +the functions, objects, and methods that the scripts should be able to work +with and nothing more has to be done with your code. The same functions used +by the application internally can also be used by the scripting engine, which +eliminates the need to duplicate functionality. + +For the script writer the scripting language follows the widely known syntax +of C/C++, but without the need to worry about pointers and memory leaks. +Contrary to most scripting languages, AngelScript uses the common C/C++ +datatypes for more efficient communication with the host application. + + +WWW: http://www.angelcode.com/angelscript/ From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 08:08:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF452AA; Mon, 12 Aug 2013 08:08:41 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAA3F2172; Mon, 12 Aug 2013 08:08:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C88fAb083620; Mon, 12 Aug 2013 08:08:41 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C88flh083617; Mon, 12 Aug 2013 08:08:41 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308120808.r7C88flh083617@svn.freebsd.org> From: Frederic Culot Date: Mon, 12 Aug 2013 08:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324617 - head/devel/py-pycerberus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 08:08:41 -0000 Author: culot Date: Mon Aug 12 08:08:40 2013 New Revision: 324617 URL: http://svnweb.freebsd.org/changeset/ports/324617 Log: - Update to 0.5 - Trim Makefile's header Changes: http://www.schwarz.eu/opensource/hg/pycerberus/file/9c1ca986cc1d/Changelog.txt PR: ports/181232 Submitted by: Douglas William Thrift (maintainer) Modified: head/devel/py-pycerberus/Makefile (contents, props changed) head/devel/py-pycerberus/distinfo (contents, props changed) head/devel/py-pycerberus/pkg-plist (contents, props changed) Modified: head/devel/py-pycerberus/Makefile ============================================================================== --- head/devel/py-pycerberus/Makefile Mon Aug 12 07:56:01 2013 (r324616) +++ head/devel/py-pycerberus/Makefile Mon Aug 12 08:08:40 2013 (r324617) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-pycerberus -# Date created: 28 September 2010 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= pycerberus -PORTVERSION= 0.4.2 +PORTVERSION= 0.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pycerberus/distinfo ============================================================================== --- head/devel/py-pycerberus/distinfo Mon Aug 12 07:56:01 2013 (r324616) +++ head/devel/py-pycerberus/distinfo Mon Aug 12 08:08:40 2013 (r324617) @@ -1,2 +1,2 @@ -SHA256 (pycerberus-0.4.2.tar.gz) = 5de70249a64e79f681a670a496f50e38c6a3f4e6fbcba5ecc38bce39824c5001 -SIZE (pycerberus-0.4.2.tar.gz) = 113869 +SHA256 (pycerberus-0.5.tar.gz) = e273e00c2447920cacafbe50e61c5dcc3b9c062be94a731c349b42cc4d03e8e5 +SIZE (pycerberus-0.5.tar.gz) = 150217 Modified: head/devel/py-pycerberus/pkg-plist ============================================================================== --- head/devel/py-pycerberus/pkg-plist Mon Aug 12 07:56:01 2013 (r324616) +++ head/devel/py-pycerberus/pkg-plist Mon Aug 12 08:08:40 2013 (r324617) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt @@ -26,16 +25,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/attribute_dict.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/attribute_dict.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/attribute_dict.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/pythonic_testcase.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/pythonic_testcase.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/pythonic_testcase.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/simple_super.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/simple_super.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/simple_super.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/testcase.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/testcase.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib/testcase.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de/LC_MESSAGES/pycerberus.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de/__init__.pyo @@ -57,20 +55,31 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/basic_numbers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/basic_numbers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/basic_numbers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/checkbox.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/checkbox.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/checkbox.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/domain.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/domain.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/domain.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/email.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/email.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/email.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/foreach.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/foreach.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/foreach.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/matching_fields.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/matching_fields.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/matching_fields.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/oneof.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/oneof.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/oneof.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/string.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/string.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators/string.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/validators -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales/de @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/locales @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus/lib @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pycerberus +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 08:25:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E08B6CE; Mon, 12 Aug 2013 08:25:59 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ACD422E1; Mon, 12 Aug 2013 08:25:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C8Pxbi090862; Mon, 12 Aug 2013 08:25:59 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C8PwUv090860; Mon, 12 Aug 2013 08:25:58 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308120825.r7C8PwUv090860@svn.freebsd.org> From: Frederic Culot Date: Mon, 12 Aug 2013 08:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324618 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 08:25:59 -0000 Author: culot Date: Mon Aug 12 08:25:58 2013 New Revision: 324618 URL: http://svnweb.freebsd.org/changeset/ports/324618 Log: - Update to 1.32 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Mon Aug 12 08:08:40 2013 (r324617) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Mon Aug 12 08:25:58 2013 (r324618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 1.30 +PORTVERSION= 1.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Mon Aug 12 08:08:40 2013 (r324617) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Mon Aug 12 08:25:58 2013 (r324618) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-1.30.tar.gz) = f2d332420847cc6876dea91c1470a62bce08f31fe5068dacf201420e7e65e96b -SIZE (CPAN-Perl-Releases-1.30.tar.gz) = 18759 +SHA256 (CPAN-Perl-Releases-1.32.tar.gz) = 510046a68f07060405d30d83c88c9b66f7d3e3431fb4ed1c216f82b85ce5670a +SIZE (CPAN-Perl-Releases-1.32.tar.gz) = 18830 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 09:12:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6BAA5E9; Mon, 12 Aug 2013 09:12:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4FA26F0; Mon, 12 Aug 2013 09:12:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C9CmTX009581; Mon, 12 Aug 2013 09:12:48 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C9ClC7009577; Mon, 12 Aug 2013 09:12:47 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308120912.r7C9ClC7009577@svn.freebsd.org> From: Frederic Culot Date: Mon, 12 Aug 2013 09:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324619 - head/textproc/p5-FormValidator-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 09:12:48 -0000 Author: culot Date: Mon Aug 12 09:12:47 2013 New Revision: 324619 URL: http://svnweb.freebsd.org/changeset/ports/324619 Log: - Update to 0.37 Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes PR: ports/181195 Submitted by: TAKAHASHI Kaoru (maintainer) Modified: head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-FormValidator-Lite/distinfo (contents, props changed) head/textproc/p5-FormValidator-Lite/pkg-plist (contents, props changed) Modified: head/textproc/p5-FormValidator-Lite/Makefile ============================================================================== --- head/textproc/p5-FormValidator-Lite/Makefile Mon Aug 12 08:25:58 2013 (r324618) +++ head/textproc/p5-FormValidator-Lite/Makefile Mon Aug 12 09:12:47 2013 (r324619) @@ -3,7 +3,7 @@ # PORTNAME= FormValidator-Lite -PORTVERSION= 0.34 +PORTVERSION= 0.37 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,6 +33,7 @@ MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint::Email.3 \ FormValidator::Lite::Constraint::File.3 \ FormValidator::Lite::Constraint::Japanese.3 \ + FormValidator::Lite::Constraint::Number.3 \ FormValidator::Lite::Constraint::Time.3 \ FormValidator::Lite::Constraint::URL.3 \ FormValidator::Lite::Messages::en.3 \ Modified: head/textproc/p5-FormValidator-Lite/distinfo ============================================================================== --- head/textproc/p5-FormValidator-Lite/distinfo Mon Aug 12 08:25:58 2013 (r324618) +++ head/textproc/p5-FormValidator-Lite/distinfo Mon Aug 12 09:12:47 2013 (r324619) @@ -1,2 +1,2 @@ -SHA256 (FormValidator-Lite-0.34.tar.gz) = 4e408f1b6c13b351244bf789a27c9eea78792f99390d4a34387e267c9f416db2 -SIZE (FormValidator-Lite-0.34.tar.gz) = 31658 +SHA256 (FormValidator-Lite-0.37.tar.gz) = 787edf16d448b08640f12c18216a6e70a7a7e9dda32dc6326f2c0d27a218575f +SIZE (FormValidator-Lite-0.37.tar.gz) = 33075 Modified: head/textproc/p5-FormValidator-Lite/pkg-plist ============================================================================== --- head/textproc/p5-FormValidator-Lite/pkg-plist Mon Aug 12 08:25:58 2013 (r324618) +++ head/textproc/p5-FormValidator-Lite/pkg-plist Mon Aug 12 09:12:47 2013 (r324619) @@ -5,8 +5,10 @@ %%SITE_PERL%%/FormValidator/Lite/Constraint/Email.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/File.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm +%%SITE_PERL%%/FormValidator/Lite/Constraint/Number.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm +%%SITE_PERL%%/FormValidator/Lite/Hash.pm %%SITE_PERL%%/FormValidator/Lite/Messages/en.pm %%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm %%SITE_PERL%%/FormValidator/Lite/Upload.pm From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 09:27:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4388AF9E; Mon, 12 Aug 2013 09:27:36 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 181932801; Mon, 12 Aug 2013 09:27:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7C9RZpl014309; Mon, 12 Aug 2013 09:27:35 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7C9RZUg014306; Mon, 12 Aug 2013 09:27:35 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201308120927.r7C9RZUg014306@svn.freebsd.org> From: Oliver Lehmann Date: Mon, 12 Aug 2013 09:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324620 - in head/devel/libzvbi: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 09:27:36 -0000 Author: oliver Date: Mon Aug 12 09:27:35 2013 New Revision: 324620 URL: http://svnweb.freebsd.org/changeset/ports/324620 Log: update libzvbi to 0.2.34 Deleted: head/devel/libzvbi/files/patch-src-exp-gfx.c Modified: head/devel/libzvbi/Makefile head/devel/libzvbi/distinfo (contents, props changed) head/devel/libzvbi/files/patch-src-teletext.c (contents, props changed) Modified: head/devel/libzvbi/Makefile ============================================================================== --- head/devel/libzvbi/Makefile Mon Aug 12 09:12:47 2013 (r324619) +++ head/devel/libzvbi/Makefile Mon Aug 12 09:27:35 2013 (r324620) @@ -6,8 +6,7 @@ # PORTNAME= libzvbi -PORTVERSION= 0.2.33 -PORTREVISION= 4 +PORTVERSION= 0.2.34 CATEGORIES= devel MASTER_SITES= SF/zapping/zvbi/${PORTVERSION} DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} @@ -32,6 +31,7 @@ post-patch: @${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \ ${WRKSRC}/src/misc.h \ ${WRKSRC}/src/exp-gfx.c + @${REINPLACE_CMD} -e 's|, ts|, \&ts|' ${WRKSRC}/test/date.c @${REINPLACE_CMD} -e 's|zvbi-atsc-cc$$(EXEEXT)||g; \ s|zvbi-atsc-cc\.1||g' ${WRKSRC}/contrib/Makefile.in Modified: head/devel/libzvbi/distinfo ============================================================================== --- head/devel/libzvbi/distinfo Mon Aug 12 09:12:47 2013 (r324619) +++ head/devel/libzvbi/distinfo Mon Aug 12 09:27:35 2013 (r324620) @@ -1,2 +1,2 @@ -SHA256 (zvbi-0.2.33.tar.bz2) = 09a709f6de5f42e7039cca2732a6ea211a397bb666b9110ee52658603be4fb7e -SIZE (zvbi-0.2.33.tar.bz2) = 935601 +SHA256 (zvbi-0.2.34.tar.bz2) = 29cfbb7ee1981e4553670d0dc4e079d192fd5f5d85f07e49795be55a600c6dab +SIZE (zvbi-0.2.34.tar.bz2) = 1046741 Modified: head/devel/libzvbi/files/patch-src-teletext.c ============================================================================== --- head/devel/libzvbi/files/patch-src-teletext.c Mon Aug 12 09:12:47 2013 (r324619) +++ head/devel/libzvbi/files/patch-src-teletext.c Mon Aug 12 09:27:35 2013 (r324620) @@ -1,5 +1,5 @@ ---- src/teletext.c.orig 2011-12-14 22:01:23.000000000 +0100 -+++ src/teletext.c 2011-12-14 22:01:30.000000000 +0100 +--- src/teletext.c.orig 2013-07-02 06:03:54.000000000 +0200 ++++ src/teletext.c 2013-08-07 20:24:40.000000000 +0200 @@ -1258,180 +1258,177 @@ int pdc_hr; @@ -356,10 +356,10 @@ if (row > active_row) - flush_row(); + flush_row; + else + flush(active_column + 1); - active_row = row; - active_column = column; -@@ -1750,7 +1747,7 @@ +@@ -1752,7 +1749,7 @@ break; case 0x15 ... 0x17: /* object definition */ @@ -368,7 +368,7 @@ printv("enh obj definition 0x%02x 0x%02x\n", p->mode, p->data); printv("enh terminated\n"); goto swedish; -@@ -1766,7 +1763,7 @@ +@@ -1768,7 +1765,7 @@ case 0x1F: /* termination marker */ default: terminate: From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 09:28:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A31A135; Mon, 12 Aug 2013 09:28:31 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E00B6281E; Mon, 12 Aug 2013 09:28:23 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 81002BDC4C; Mon, 12 Aug 2013 11:28:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=Qr2szcz0B2G 3bF/PxRrh8o6zaUE=; b=YwYXXzHveJSF4EQPGI1VoeaOCsLZ7wV1jVF6/6aJKAj UpO407lSeVxtgS8PcF5ZShNZLwVLpqeNWF/l44yBXCGmYKmIIWlLpy8i9ztdZ0iZ KiIHuUZ6kSowTvAQ7TAawgXYf/ajZAVQhm4SjYIGWndQhLiKombnMIlPLif6qjig = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id 56084BDC25; Mon, 12 Aug 2013 11:28:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CCDE95C322CA; Mon, 12 Aug 2013 11:28:19 +0200 (CEST) Date: Mon, 12 Aug 2013 11:28:17 +0200 From: Mathieu Arnold To: Andrej Zverev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r324215 - head/graphics/icoutils Message-ID: <9828FD3C12022E202060C08C@ogg.in.absolight.net> In-Reply-To: <201308040642.r746ggSh041434@svn.freebsd.org> References: <201308040642.r746ggSh041434@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 09:28:31 -0000 +--On 4 ao=C3=BBt 2013 06:42:42 +0000 Andrej Zverev wrote: | Log: | - Fix Makefile |=20 | -RESSCRIPTS_USES=3D perl5 | =20 | .if ${PORT_OPTIONS:MRESSCRIPTS} | +USES+=3D perl5 Hum, not to say that what you did is wrong, but shouldn't this have worked in the first time ? It's what I documented in Mk/bsd.options.mk from what I understood of the code around lines 395-399. Regards, --=20 Mathieu Arnold From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 11:15:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65113714; Mon, 12 Aug 2013 11:15:05 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3890F23B0; Mon, 12 Aug 2013 11:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CBF5bH055205; Mon, 12 Aug 2013 11:15:05 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CBF4T4055202; Mon, 12 Aug 2013 11:15:04 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201308121115.r7CBF4T4055202@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 12 Aug 2013 11:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324621 - in head/net-mgmt/p5-SNMP_Session: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 11:15:05 -0000 Author: demon Date: Mon Aug 12 11:15:04 2013 New Revision: 324621 URL: http://svnweb.freebsd.org/changeset/ports/324621 Log: pack_sockaddr_in6 --> Socket6::pack_sockaddr_in6 PR: 181229 Submitted by: Darren Henderson Modified: head/net-mgmt/p5-SNMP_Session/Makefile head/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm Modified: head/net-mgmt/p5-SNMP_Session/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP_Session/Makefile Mon Aug 12 09:27:35 2013 (r324620) +++ head/net-mgmt/p5-SNMP_Session/Makefile Mon Aug 12 11:15:04 2013 (r324621) @@ -3,7 +3,7 @@ PORTNAME= SNMP_Session PORTVERSION= 1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= snmp-session Modified: head/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm ============================================================================== --- head/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm Mon Aug 12 09:27:35 2013 (r324620) +++ head/net-mgmt/p5-SNMP_Session/files/patch-SNMP_Session.pm Mon Aug 12 11:15:04 2013 (r324621) @@ -1,14 +1,16 @@ ---- lib/SNMP_Session.pm.orig 2011-01-31 14:10:12.000000000 +0600 -+++ lib/SNMP_Session.pm 2011-01-31 14:11:20.000000000 +0600 -@@ -146,7 +146,7 @@ +--- lib/SNMP_Session.pm.orig 2008-11-21 08:25:17.000000000 +0300 ++++ lib/SNMP_Session.pm 2013-08-12 15:13:26.000000000 +0400 +@@ -146,8 +146,8 @@ if (eval {local $SIG{__DIE__};require Socket6;} && eval {local $SIG{__DIE__};require IO::Socket::INET6; IO::Socket::INET6->VERSION("1.26");}) { - import Socket6; +- $ipv6_addr_len = length(pack_sockaddr_in6(161, inet_pton(AF_INET6(), "::1"))); + Socket6->import(qw(inet_pton inet_ntop getaddrinfo)); - $ipv6_addr_len = length(pack_sockaddr_in6(161, inet_pton(AF_INET6(), "::1"))); ++ $ipv6_addr_len = length(Socket6::pack_sockaddr_in6(161, inet_pton(AF_INET6(), "::1"))); $SNMP_Session::ipv6available = 1; } + eval 'local $SIG{__DIE__};local $SIG{__WARN__};$dont_wait_flags = MSG_DONTWAIT();'; @@ -549,7 +549,7 @@ # complaining about AF_INET6 when Socket6 is not available From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 11:38:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE8A4BFF; Mon, 12 Aug 2013 11:38:46 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB622538; Mon, 12 Aug 2013 11:38:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CBckDR063021; Mon, 12 Aug 2013 11:38:46 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CBckwk063020; Mon, 12 Aug 2013 11:38:46 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201308121138.r7CBckwk063020@svn.freebsd.org> From: Rene Ladan Date: Mon, 12 Aug 2013 11:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324622 - head/x11-toolkits/wxd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 11:38:46 -0000 Author: rene Date: Mon Aug 12 11:38:46 2013 New Revision: 324622 URL: http://svnweb.freebsd.org/changeset/ports/324622 Log: Mark deprecated and schedule for removal on 2013-09-01, this ports depends on the deprecated lang/gdc. Modified: head/x11-toolkits/wxd/Makefile (contents, props changed) Modified: head/x11-toolkits/wxd/Makefile ============================================================================== --- head/x11-toolkits/wxd/Makefile Mon Aug 12 11:15:04 2013 (r324621) +++ head/x11-toolkits/wxd/Makefile Mon Aug 12 11:38:46 2013 (r324622) @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jochen@daten-chaos.de COMMENT= wxWidgets bindings for the D programming language +DEPRECATED= Depends on deprecated lang/gdc +EXPIRATION_DATE=2013-09-01 + BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc USE_GMAKE= yes From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 11:42:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 865EAE14; Mon, 12 Aug 2013 11:42:25 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C18BF2585; Mon, 12 Aug 2013 11:42:24 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id c11so5320629wgh.8 for ; Mon, 12 Aug 2013 04:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5RQttSwW9BaVdUb5tBVSOcZxZ6Ys077r5YEG2JnnD4M=; b=mXYRZU8M9TqdXC4BhomBd0MrxUvEjruNa0Fo+y/WWaUyPH7Trc3D8MN1iJEkn6rS+p IHgutYdE6GANrfG7guvmyBDyIJN3qc7TsmEIuIuaAj+ZIee/wRK2UldARMSGZF8Lwtns jNdPFn0CAjVEqY0gM2iKOXpiIqrRXeSd8qNvfjxC+49FkqsFVcTTnX4Yj5/vusnah9Cl zuL6ie432cavB5HI0ywSfLrmb0rW6hRQymwqwflL0isxa5VI1QwFzEf6kOtNO/L+kYKn xCxySQyRaXfaBh+9+5PiFIGYmWtgtXyr+9F5c8b9qgpVYo9TbdPTeoMbHTR+J9uNaOzA VfCA== X-Received: by 10.194.81.201 with SMTP id c9mr6611348wjy.58.1376307742997; Mon, 12 Aug 2013 04:42:22 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:6199:6ee4:e0d8:6b5f? ([2001:980:d7ed:1:6199:6ee4:e0d8:6b5f]) by mx.google.com with ESMTPSA id jf9sm15843067wic.5.2013.08.12.04.42.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 04:42:22 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <5208CA1C.50901@freebsd.org> Date: Mon, 12 Aug 2013 13:42:20 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130811 Thunderbird/17.0.8 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r324622 - head/x11-toolkits/wxd References: <201308121138.r7CBckwk063020@svn.freebsd.org> In-Reply-To: <201308121138.r7CBckwk063020@svn.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 11:42:25 -0000 On 12-08-2013 13:38, Rene Ladan wrote: > Author: rene > Date: Mon Aug 12 11:38:46 2013 > New Revision: 324622 > URL: http://svnweb.freebsd.org/changeset/ports/324622 > > Log: > Mark deprecated and schedule for removal on 2013-09-01, this ports depends > on the deprecated lang/gdc. > Oops... PR: ports/180907 Submitted by: myself Approved by: maintainer timeout (15 days) René From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 11:47:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92EA6F61; Mon, 12 Aug 2013 11:47:11 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8057125BD; Mon, 12 Aug 2013 11:47:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CBlBJl066604; Mon, 12 Aug 2013 11:47:11 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CBlBJ2066601; Mon, 12 Aug 2013 11:47:11 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121147.r7CBlBJ2066601@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 11:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324623 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 11:47:11 -0000 Author: ale Date: Mon Aug 12 11:47:10 2013 New Revision: 324623 URL: http://svnweb.freebsd.org/changeset/ports/324623 Log: Update to 5.5.33 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Mon Aug 12 11:38:46 2013 (r324622) +++ head/databases/mysql55-server/Makefile Mon Aug 12 11:47:10 2013 (r324623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.32 +PORTVERSION= 5.5.33 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Mon Aug 12 11:38:46 2013 (r324622) +++ head/databases/mysql55-server/distinfo Mon Aug 12 11:47:10 2013 (r324623) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.5.32.tar.gz) = babb19a1e58f6b285ff75e876f550a798d37fb72b5a548ffb411e8a4a51f6890 -SIZE (mysql-5.5.32.tar.gz) = 24589274 +SHA256 (mysql-5.5.33.tar.gz) = 6ad9af38de1f3595c5fb81bc24bdb62fa39b2ce1c690d87ac7d7a21ca71fceba +SIZE (mysql-5.5.33.tar.gz) = 24680463 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 11:47:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD02DCE; Mon, 12 Aug 2013 11:47:34 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB2325C1; Mon, 12 Aug 2013 11:47:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CBlYl3066747; Mon, 12 Aug 2013 11:47:34 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CBlYnE066741; Mon, 12 Aug 2013 11:47:34 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121147.r7CBlYnE066741@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 11:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324624 - in head/databases/mysql56-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 11:47:34 -0000 Author: ale Date: Mon Aug 12 11:47:33 2013 New Revision: 324624 URL: http://svnweb.freebsd.org/changeset/ports/324624 Log: Update to 5.6.13 release. Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo head/databases/mysql56-server/files/patch-libmysql_CMakeLists.txt Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Mon Aug 12 11:47:10 2013 (r324623) +++ head/databases/mysql56-server/Makefile Mon Aug 12 11:47:33 2013 (r324624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.12 +PORTVERSION= 5.6.13 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Mon Aug 12 11:47:10 2013 (r324623) +++ head/databases/mysql56-server/distinfo Mon Aug 12 11:47:33 2013 (r324624) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.6.12.tar.gz) = 7911af0180c8014b9193bde42b6b705460fa70bf75681b62c64d1cf2580686bc -SIZE (mysql-5.6.12.tar.gz) = 35853760 +SHA256 (mysql-5.6.13.tar.gz) = 5d1b230c3ce896fbea47a69b14b9efb122621a19f32c1102d388d8e7fa442d7e +SIZE (mysql-5.6.13.tar.gz) = 35951160 Modified: head/databases/mysql56-server/files/patch-libmysql_CMakeLists.txt ============================================================================== --- head/databases/mysql56-server/files/patch-libmysql_CMakeLists.txt Mon Aug 12 11:47:10 2013 (r324623) +++ head/databases/mysql56-server/files/patch-libmysql_CMakeLists.txt Mon Aug 12 11:47:33 2013 (r324624) @@ -1,6 +1,6 @@ ---- libmysql/CMakeLists.txt.orig 2013-04-05 14:27:18.000000000 +0200 -+++ libmysql/CMakeLists.txt 2013-04-19 15:04:52.000000000 +0200 -@@ -173,13 +173,14 @@ +--- libmysql/CMakeLists.txt.orig 2013-07-10 18:17:29.000000000 +0200 ++++ libmysql/CMakeLists.txt 2013-08-12 08:59:49.000000000 +0200 +@@ -173,7 +173,7 @@ ENDIF() # Merge several convenience libraries into one big mysqlclient @@ -9,16 +9,16 @@ # Visual Studio users need debug static library for debug projects IF(MSVC) - INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug) +@@ -200,19 +200,22 @@ + ENDMACRO() ENDIF() +IF(FALSE) IF(UNIX) - MACRO(GET_VERSIONED_LIBNAME LIBNAME EXTENSION VERSION OUTNAME) - SET(DOT_VERSION ".${VERSION}") -@@ -194,13 +195,15 @@ - ENDMACRO() - INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient ${INSTALL_LIBDIR} Development) + GET_TARGET_NAME(mysqlclient lib_name) + INSTALL_SYMLINK(mysqlclient + ${lib_name} ${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a + ${INSTALL_LIBDIR} Development) ENDIF() +ENDIF() @@ -33,8 +33,8 @@ IF(UNIX) # libtool compatability IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE) -@@ -251,4 +254,5 @@ - INSTALL_SYMLINK(${linkname} libmysql ${INSTALL_LIBDIR} SharedLibraries) +@@ -271,4 +274,5 @@ + ${INSTALL_LIBDIR} SharedLibraries) ENDFOREACH() ENDIF() + ENDIF() From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 12:45:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAC73171; Mon, 12 Aug 2013 12:45:25 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E2E92A82; Mon, 12 Aug 2013 12:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CCjPGD088797; Mon, 12 Aug 2013 12:45:25 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CCjOtr088794; Mon, 12 Aug 2013 12:45:24 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201308121245.r7CCjOtr088794@svn.freebsd.org> From: Grzegorz Blach Date: Mon, 12 Aug 2013 12:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324625 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 12:45:25 -0000 Author: gblach Date: Mon Aug 12 12:45:24 2013 New Revision: 324625 URL: http://svnweb.freebsd.org/changeset/ports/324625 Log: - Update to 0.17.4 Approved by: crees (mentor) Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo head/x11-wm/enlightenment/pkg-plist Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Mon Aug 12 11:47:33 2013 (r324624) +++ head/x11-wm/enlightenment/Makefile Mon Aug 12 12:45:24 2013 (r324625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.17.3 +PORTVERSION= 0.17.4 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Mon Aug 12 11:47:33 2013 (r324624) +++ head/x11-wm/enlightenment/distinfo Mon Aug 12 12:45:24 2013 (r324625) @@ -1,2 +1,2 @@ -SHA256 (e17/enlightenment-0.17.3.tar.bz2) = 0bcf23d4b555a9d7aa9ee727f25fb6ed9ad11580b92e9827fdd5525baf729856 -SIZE (e17/enlightenment-0.17.3.tar.bz2) = 29332256 +SHA256 (e17/enlightenment-0.17.4.tar.bz2) = cb3acf3f255c273dcbf7c5cd985d48aaab0c57598557b107da0ebf1ce23ae669 +SIZE (e17/enlightenment-0.17.4.tar.bz2) = 29501771 Modified: head/x11-wm/enlightenment/pkg-plist ============================================================================== --- head/x11-wm/enlightenment/pkg-plist Mon Aug 12 11:47:33 2013 (r324624) +++ head/x11-wm/enlightenment/pkg-plist Mon Aug 12 12:45:24 2013 (r324625) @@ -601,6 +601,7 @@ share/xsessions/enlightenment.desktop %%NLS%%share/locale/ru/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sk/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sl/LC_MESSAGES/enlightenment.mo +%%NLS%%share/locale/sr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/sv/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/tr/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/uk/LC_MESSAGES/enlightenment.mo @@ -674,6 +675,8 @@ share/xsessions/enlightenment.desktop %%NLS%%@dirrmtry share/locale/sk %%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sl +%%NLS%%@dirrmtry share/locale/sr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr %%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sv %%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 12:54:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C896334; Mon, 12 Aug 2013 12:54:12 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1AD2B04; Mon, 12 Aug 2013 12:54:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CCsCMN092286; Mon, 12 Aug 2013 12:54:12 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CCsC6w092285; Mon, 12 Aug 2013 12:54:12 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121254.r7CCsC6w092285@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 12:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324626 - head/lang/php5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 12:54:12 -0000 Author: ale Date: Mon Aug 12 12:54:12 2013 New Revision: 324626 URL: http://svnweb.freebsd.org/changeset/ports/324626 Log: Add an OPTION to force ZTS build. PR: ports/180125 Submitted by: r4721@tormail.org Modified: head/lang/php5/Makefile Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Mon Aug 12 12:45:24 2013 (r324625) +++ head/lang/php5/Makefile Mon Aug 12 12:54:12 2013 (r324626) @@ -38,7 +38,7 @@ CONFIGURE_ARGS= \ USE_GNOME= libxml2 -OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR +OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR CLI_DESC= Build CLI version @@ -52,6 +52,7 @@ DTRACE_DESC= Enable DTrace support IPV6_DESC= Enable ipv6 support MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) +ZTS_DESC= Force Zend Thread Safety (ZTS) build CONFLICTS= php52-5* php53-5* php55-5* @@ -150,6 +151,10 @@ CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" .endif +.if ${PORT_OPTIONS:MZTS} +CONFIGURE_ARGS+=--enable-maintainer-zts +.endif + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 12:55:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41C66433; Mon, 12 Aug 2013 12:55:04 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15B932B15; Mon, 12 Aug 2013 12:55:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CCt34Z092558; Mon, 12 Aug 2013 12:55:03 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CCt3EE092556; Mon, 12 Aug 2013 12:55:03 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121255.r7CCt3EE092556@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 12:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324627 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 12:55:04 -0000 Author: ale Date: Mon Aug 12 12:55:03 2013 New Revision: 324627 URL: http://svnweb.freebsd.org/changeset/ports/324627 Log: Update to 5.5.1 release. [1] Add an OPTION to force ZTS build. PR: ports/180931 Submitted by: Rustem Alimov Modified: head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Mon Aug 12 12:54:12 2013 (r324626) +++ head/lang/php55/Makefile Mon Aug 12 12:55:03 2013 (r324627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.0 +PORTVERSION= 5.5.1 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -38,7 +38,7 @@ CONFIGURE_ARGS= \ USE_GNOME= libxml2 -OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR +OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR CLI_DESC= Build CLI version @@ -52,6 +52,7 @@ DTRACE_DESC= Enable DTrace support IPV6_DESC= Enable ipv6 support MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) +ZTS_DESC= Force Zend Thread Safety (ZTS) build CONFLICTS= php52-5* php53-5* php54-5* php5-5* @@ -154,6 +155,10 @@ CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_ CONFIGURE_ARGS+=--enable-debug .endif +.if ${PORT_OPTIONS:MZTS} +CONFIGURE_ARGS+=--enable-maintainer-zts +.endif + .if ${PORT_OPTIONS:MDTRACE} .if ${OSVERSION} < 900000 IGNORE= cannot be built with DTrace support on FreeBSD < 9.x Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Mon Aug 12 12:54:12 2013 (r324626) +++ head/lang/php55/distinfo Mon Aug 12 12:55:03 2013 (r324627) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.0.tar.bz2) = 29bb5ea45256f3983fab95af1f18d76dcc045565b2f175f11817069cefcf6cd1 -SIZE (php-5.5.0.tar.bz2) = 12256814 +SHA256 (php-5.5.1.tar.bz2) = 4c221b9ba65e2084ae8900ef00c7f23966702e943203299b278bdc758fcfc733 +SIZE (php-5.5.1.tar.bz2) = 12004597 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 13:05:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B82492D; Mon, 12 Aug 2013 13:05:08 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68EB62BD8; Mon, 12 Aug 2013 13:05:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CD58Oc096603; Mon, 12 Aug 2013 13:05:08 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CD58rT096600; Mon, 12 Aug 2013 13:05:08 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121305.r7CD58rT096600@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 13:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324628 - in head/ports-mgmt/portconf: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:05:08 -0000 Author: ale Date: Mon Aug 12 13:05:07 2013 New Revision: 324628 URL: http://svnweb.freebsd.org/changeset/ports/324628 Log: Add dash (-) and plus (+) symbols to allowed characters in variable names: Dash symbols are required when using OptionsNG and $UNIQUENAME_SET/UNSET. e.g. apache22-event-mpm_SET=... Plus symbols can be used to extend existing variables. e.g. OPTIONS_SET+=... PR: ports/172355, ports/181119 Submitted by: Manuel , Gea-Suan Lin Modified: head/ports-mgmt/portconf/Makefile head/ports-mgmt/portconf/files/portconf.sh.in Modified: head/ports-mgmt/portconf/Makefile ============================================================================== --- head/ports-mgmt/portconf/Makefile Mon Aug 12 12:55:03 2013 (r324627) +++ head/ports-mgmt/portconf/Makefile Mon Aug 12 13:05:07 2013 (r324628) @@ -8,7 +8,7 @@ # PORTNAME= portconf -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portconf/files/portconf.sh.in ============================================================================== --- head/ports-mgmt/portconf/files/portconf.sh.in Mon Aug 12 12:55:03 2013 (r324627) +++ head/ports-mgmt/portconf/files/portconf.sh.in Mon Aug 12 13:05:07 2013 (r324628) @@ -36,7 +36,7 @@ _pwd=`pwd` sed '/^#/d;/^[[:space:]]*$/d' "${_conf}" | while read _line; do for _port in ${_line%%:*}; do if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then - echo ${_line#*:} | sed -E 's/([A-Za-z0-9_]+)(=([^|]+))?/\1=\3/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' + echo ${_line#*:} | sed -E 's/([A-Za-z0-9_\-]+\+?)(=([^|]+))?/\1=\3/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' fi done done From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 13:19:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4658BE38; Mon, 12 Aug 2013 13:19:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33E972CE4; Mon, 12 Aug 2013 13:19:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CDJKkm001509; Mon, 12 Aug 2013 13:19:20 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CDJKhe001508; Mon, 12 Aug 2013 13:19:20 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121319.r7CDJKhe001508@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 13:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324629 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:19:20 -0000 Author: ale Date: Mon Aug 12 13:19:19 2013 New Revision: 324629 URL: http://svnweb.freebsd.org/changeset/ports/324629 Log: Add php-cgi.1 manpage. Modified: head/lang/php55/Makefile Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Mon Aug 12 13:05:07 2013 (r324628) +++ head/lang/php55/Makefile Mon Aug 12 13:19:19 2013 (r324629) @@ -82,6 +82,7 @@ CONFIGURE_ARGS+=--disable-cli .if ${PORT_OPTIONS:MCGI} PHP_SAPI+= cgi PLIST_SUB+= CGI="" +MAN1+= php-cgi.1 .else PLIST_SUB+= CGI="@comment " CONFIGURE_ARGS+=--disable-cgi From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 13:22:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2929796; Mon, 12 Aug 2013 13:22:10 +0000 (UTC) Date: Mon, 12 Aug 2013 13:22:10 +0000 From: Alexey Dokuchaev To: Alex Dupre Subject: Re: svn commit: r324628 - in head/ports-mgmt/portconf: . files Message-ID: <20130812132210.GA24822@FreeBSD.org> References: <201308121305.r7CD58rT096600@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308121305.r7CD58rT096600@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:22:10 -0000 On Mon, Aug 12, 2013 at 01:05:08PM +0000, Alex Dupre wrote: > New Revision: 324628 > URL: http://svnweb.freebsd.org/changeset/ports/324628 > > Add dash (-) and plus (+) symbols to allowed characters in variable names: > > Dash symbols are required when using OptionsNG and $UNIQUENAME_SET/UNSET. > e.g. apache22-event-mpm_SET=... > > Plus symbols can be used to extend existing variables. e.g. OPTIONS_SET+=... I'm a bit worried if this change could potentially allow OPTIONS knobs themselves have -/+ chars in their names. This would be unfortunate, as there are plans for future OptionsNG enhancements that are making use of these chars for special purposes. ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 13:25:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7EB5C1F1 for ; Mon, 12 Aug 2013 13:25:07 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from relay.andxor.it (relay.andxor.it [195.223.2.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B297D2D62 for ; Mon, 12 Aug 2013 13:25:06 +0000 (UTC) Received: (qmail 67576 invoked from network); 12 Aug 2013 13:25:04 -0000 Received: from alex.andxor.it (a.premoli@andxor.it@192.168.2.30) by relay.andxor.it with ESMTPSA; 12 Aug 2013 13:25:04 -0000 Message-ID: <5208E230.8010907@FreeBSD.org> Date: Mon, 12 Aug 2013 15:25:04 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r324628 - in head/ports-mgmt/portconf: . files References: <201308121305.r7CD58rT096600@svn.freebsd.org> <20130812132210.GA24822@FreeBSD.org> In-Reply-To: <20130812132210.GA24822@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:25:07 -0000 Alexey Dokuchaev ha scritto: > I'm a bit worried if this change could potentially allow OPTIONS knobs > themselves have -/+ chars in their names. This would be unfortunate, as > there are plans for future OptionsNG enhancements that are making use of > these chars for special purposes. Make an example, I don't follow it completely. What this change does is simply allow '-' char in the knob name and support '+=' in addition to '='. -- Alex Dupre From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 13:42:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 557AA97B; Mon, 12 Aug 2013 13:42:24 +0000 (UTC) Date: Mon, 12 Aug 2013 13:42:24 +0000 From: Alexey Dokuchaev To: Alex Dupre Subject: Re: svn commit: r324628 - in head/ports-mgmt/portconf: . files Message-ID: <20130812134224.GB24822@FreeBSD.org> References: <201308121305.r7CD58rT096600@svn.freebsd.org> <20130812132210.GA24822@FreeBSD.org> <5208E230.8010907@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5208E230.8010907@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:42:24 -0000 On Mon, Aug 12, 2013 at 03:25:04PM +0200, Alex Dupre wrote: > Alexey Dokuchaev ha scritto: > > I'm a bit worried if this change could potentially allow OPTIONS knobs > > themselves have -/+ chars in their names. This would be unfortunate, as > > there are plans for future OptionsNG enhancements that are making use of > > these chars for special purposes. > > Make an example, I don't follow it completely. What this change does is > simply allow '-' char in the knob name and support '+=' in addition to '='. https://docs.google.com/presentation/d/1alWQ_dkYUoBI1BKJWI9bjQgOmtIKg5DtmCragjuOspI/edit?usp=sharing Pages 8-11. ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:14:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45213188; Mon, 12 Aug 2013 14:14:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 320A82131; Mon, 12 Aug 2013 14:14:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CEEOjh023418; Mon, 12 Aug 2013 14:14:24 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CEENHZ023416; Mon, 12 Aug 2013 14:14:23 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308121414.r7CEENHZ023416@svn.freebsd.org> From: Frederic Culot Date: Mon, 12 Aug 2013 14:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324630 - head/textproc/p5-Regexp-Log-Common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:14:24 -0000 Author: culot Date: Mon Aug 12 14:14:23 2013 New Revision: 324630 URL: http://svnweb.freebsd.org/changeset/ports/324630 Log: - Update to 0.08 Changes: http://search.cpan.org/dist/Regexp-Log-Common/Changes Modified: head/textproc/p5-Regexp-Log-Common/Makefile head/textproc/p5-Regexp-Log-Common/distinfo Modified: head/textproc/p5-Regexp-Log-Common/Makefile ============================================================================== --- head/textproc/p5-Regexp-Log-Common/Makefile Mon Aug 12 13:19:19 2013 (r324629) +++ head/textproc/p5-Regexp-Log-Common/Makefile Mon Aug 12 14:14:23 2013 (r324630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Log-Common -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Regexp-Log-Common/distinfo ============================================================================== --- head/textproc/p5-Regexp-Log-Common/distinfo Mon Aug 12 13:19:19 2013 (r324629) +++ head/textproc/p5-Regexp-Log-Common/distinfo Mon Aug 12 14:14:23 2013 (r324630) @@ -1,2 +1,2 @@ -SHA256 (Regexp-Log-Common-0.07.tar.gz) = dc71433d9a11b99ffc7c751fc1f57e68ad26cf8e9e4fce9feb68b5d9f265aa2e -SIZE (Regexp-Log-Common-0.07.tar.gz) = 7453 +SHA256 (Regexp-Log-Common-0.08.tar.gz) = 1e7175802a7360c4952b28c06bcffa0ec41667d1531b4aef4112d91aa4c03d72 +SIZE (Regexp-Log-Common-0.08.tar.gz) = 7581 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:21:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23AA834D; Mon, 12 Aug 2013 14:21:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1019721B7; Mon, 12 Aug 2013 14:21:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CELbpM026706; Mon, 12 Aug 2013 14:21:37 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CELbN7026687; Mon, 12 Aug 2013 14:21:37 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308121421.r7CELbN7026687@svn.freebsd.org> From: John Marino Date: Mon, 12 Aug 2013 14:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324631 - in head/net: . polyorb polyorb/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:21:38 -0000 Author: marino Date: Mon Aug 12 14:21:36 2013 New Revision: 324631 URL: http://svnweb.freebsd.org/changeset/ports/324631 Log: Add new port: net/polyorb PolyORB is a middleware implementation providing development tools and an innovative runtime library architecture for collaboration of application components using open standards for distributed systems. Polyorb has to be carefully matched with its compiler. For the Ada framework compiler, this means version "GPL 2012" despite "GPL 2013" being available now. However, a Polyorb developer told me that GPL 2012 was a bit unstable and recommended that I create a custom tarball from the Adacore subversion repository using the last revision compatible with gcc-aux. The approximate version number of 2.9 was adopted. THis custom distfile is based on rev 201373 (23 Jan 2013). The documentation from GPL 2012 was included in this new distfile rather than embarking on the painful process of regenerating all 5 versions. Approved by: bapt/culot (mentors, implicit) Added: head/net/polyorb/ head/net/polyorb/Makefile (contents, props changed) head/net/polyorb/distinfo (contents, props changed) head/net/polyorb/files/ head/net/polyorb/files/patch-Makefile.in (contents, props changed) head/net/polyorb/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Aug 12 14:14:23 2013 (r324630) +++ head/net/Makefile Mon Aug 12 14:21:36 2013 (r324631) @@ -876,6 +876,7 @@ SUBDIR += pload SUBDIR += plugdaemon SUBDIR += pmf + SUBDIR += polyorb SUBDIR += poptop SUBDIR += portfwd SUBDIR += pppd23 Added: head/net/polyorb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/polyorb/Makefile Mon Aug 12 14:21:36 2013 (r324631) @@ -0,0 +1,58 @@ +# Created by: John Marino +# $FreeBSD$ + +PORTNAME= polyorb +PORTVERSION= 2.9.0 +CATEGORIES= net +MASTER_SITES= http://downloads.dragonlace.net/src/ + +MAINTAINER= marino@FreeBSD.org +COMMENT= CORBA, SOAP, Ada 95 Distributed System Annex middleware + +LICENSE= GPLv3 + +BUILD_DEPENDS= xmlada>=3.2:${PORTSDIR}/textproc/xmlada + +USES+= ada gmake +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_PYTHON_BUILD= yes + +DESTINY= ${WRKDIR}/destino +MAKE_ENV= DESTDIR=${DESTINY} \ + PROCESSORS=${MAKE_JOBS_NUMBER} +CONFIGURE_ENV= PYTHON=${PYTHON_CMD} \ + ac_cv_prog_CXXCPP="cpp -E" \ + ac_cv_prog_SVN=false + +CONFIGURE_ARGS= --with-appli-perso="corba dsa moma" \ + --with-proto-perso="giop soap srp" \ + --with-corba-services="event ir naming notification time" + +# Polyorb 2011 = PCS version 4 GNAT GCC 4.6 = PCS version 4 +# Polyorb 2012 = PCS version 5 GNAT GCC 4.7 = PCS version 5 +# Polyorb 2013 = PCS version 6 GNAT GCC 4.8 = PCS version 6(?) +# +# Current gcc-aux expander is version 5, so Polyorb 2012 is the lastest +# version that it can build. The versions have to match. +# However, GPL 2012 is particularly unstable, so a custom tarball from +# SVN revision 201373 has been created, which is the last of PCS version 5. + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} default + +post-install: + @cd ${DESTINY}${PREFIX}; ${FIND} * -type d -empty -print | ${XARGS} ${RMDIR} + ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/ + @cd ${DESTINY}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ + ${SORT} > ${WRKDIR}/PLIST.all + @cd ${DESTINY}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | ${SORT} -r | \ + ${SED} -e '/lib\/gnat$$/d' -e '/share\/doc$$/d' -e '/share\/gps/d' \ + -e 's/^/@dirrm /g' >> ${WRKDIR}/PLIST.all + @echo "@unexec rmdir %D/lib/gnat 2>/dev/null || true" >> ${WRKDIR}/PLIST.all + @echo "@unexec rmdir %D/share/gps/plug-ins 2>/dev/null || true" >> ${WRKDIR}/PLIST.all + @echo "@unexec rmdir %D/share/gps 2>/dev/null || true" >> ${WRKDIR}/PLIST.all + @echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${WRKDIR}/PLIST.all + @${CAT} ${WRKDIR}/PLIST.all >> ${TMPPLIST} + +.include Added: head/net/polyorb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/polyorb/distinfo Mon Aug 12 14:21:36 2013 (r324631) @@ -0,0 +1,2 @@ +SHA256 (polyorb-2.9.0.tar.bz2) = aa75ac50a47a088a935146962faa1c6098d476d7517a79d8fb6ba6ca8a23da49 +SIZE (polyorb-2.9.0.tar.bz2) = 3094710 Added: head/net/polyorb/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/polyorb/files/patch-Makefile.in Mon Aug 12 14:21:36 2013 (r324631) @@ -0,0 +1,29 @@ +--- Makefile.in.orig 2013-08-11 21:54:41.000000000 +0000 ++++ Makefile.in +@@ -826,10 +826,10 @@ host=@host@ + target=@target@ + + ifeq (${target}, ${host}) +- target_prefix=${prefix} +- host_exe_dir=${prefix}/bin ++ target_prefix=${DESTDIR}${prefix} ++ host_exe_dir=${DESTDIR}${prefix}/bin + host_cmdprefix= +- target_exe_dir=${prefix}/bin ++ target_exe_dir=${DESTDIR}${prefix}/bin + + else + target_prefix=${prefix}/${target} +@@ -886,10 +886,10 @@ install: + # pre-built and packaged with sources. + if [ -r docs/polyorb_ug.html ]; \ + then \ +- (cd docs && ${MAKE} install prefix="${prefix}"); \ ++ (cd docs && ${MAKE} install prefix="${target_prefix}"); \ + elif [ -r $(top_srcdir)/docs/polyorb_ug.html ]; \ + then \ +- (cd docs && ${MAKE} install prefix="${prefix}" doc_build_dir="$(top_srcdir)/docs/"); \ ++ (cd docs && ${MAKE} install prefix="${target_prefix}" doc_build_dir="$(top_srcdir)/docs/"); \ + fi + + # polyorb-dsa_p-partitions.ali is a special case above. Added: head/net/polyorb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/polyorb/pkg-descr Mon Aug 12 14:21:36 2013 (r324631) @@ -0,0 +1,15 @@ +PolyORB is a middleware implementation providing development tools and an +innovative runtime library architecture for collaboration of application +components using open standards for distributed systems. + +Key Features: + * Support of standard application personalities: CORBA, Ada DSA (Annex E) + * Support of standard protocol personalities: GIOP, SOAP + * Interoperability between hardward platforms and operating environments, + between distribution models + * Support for multiple tasking profiles (full Ada tasking, Ravenscar + tasking, no tasking) + * Support for security and realtime extensions + * Tailorability to application and platform specific requirements + +WWW: http://www.adacore.com/polyorb From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:40:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 055E2745; Mon, 12 Aug 2013 14:40:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6B2F2306; Mon, 12 Aug 2013 14:40:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CEeXC1032531; Mon, 12 Aug 2013 14:40:33 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CEeXYh032530; Mon, 12 Aug 2013 14:40:33 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308121440.r7CEeXYh032530@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 12 Aug 2013 14:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324632 - head/deskutils/ical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:40:34 -0000 Author: danfe Date: Mon Aug 12 14:40:33 2013 New Revision: 324632 URL: http://svnweb.freebsd.org/changeset/ports/324632 Log: - Trim Makefile header down to two lines per recent agreements - Remove indefinite article from COMMENT (per PH section 5.6) - Drop conditional knobs assignments: the port is not anyone's master - Relax Tcl/Tk version requirement by properly supporting 86+ - Define LICENSE while here (GPLv2), bump PORTREVISION Modified: head/deskutils/ical/Makefile Modified: head/deskutils/ical/Makefile ============================================================================== --- head/deskutils/ical/Makefile Mon Aug 12 14:21:36 2013 (r324631) +++ head/deskutils/ical/Makefile Mon Aug 12 14:40:33 2013 (r324632) @@ -1,25 +1,21 @@ -# ex:ts=8 -# New ports collection makefile for: ical -# Date created: Mon Aug 28 13:35:31 CDT 1995 -# Whom: erich@rrnet.com -# +# Created by: Eric L. Hernes # $FreeBSD$ -# PORTNAME= ical PORTVERSION= 2.2 -PORTREVISION= 3 -CATEGORIES?= deskutils tk +PORTREVISION= 4 +CATEGORIES= deskutils tk MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ PATCH_SITES= http://www.isi.edu/~johnh/SOFTWARE/ICAL/ PATCHFILES= ical-2.3.1-upvar.patch -MAINTAINER?= obrien@FreeBSD.org -COMMENT?= A calendar application +MAINTAINER= obrien@FreeBSD.org +COMMENT= Calendar application -USE_TK?= 85 +LICENSE= GPLv2 +USE_TK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \ --with-tclhdir=${TCL_INCLUDEDIR} \ @@ -29,6 +25,10 @@ CONFIGURE_ARGS= --with-tclconfig=${TCL_L MAN1= ical.1 +post-patch: + @${REINPLACE_CMD} -e 's,tcl->result,Tcl_GetStringResult(tcl),' \ + ${WRKSRC}/ical.C + post-install: @${STRIP_CMD} ${PREFIX}/bin/${DISTNAME} From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:45:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACA798F4; Mon, 12 Aug 2013 14:45:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 806CB238A; Mon, 12 Aug 2013 14:45:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CEjNkB034862; Mon, 12 Aug 2013 14:45:23 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CEjNQ2034861; Mon, 12 Aug 2013 14:45:23 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121445.r7CEjNQ2034861@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 14:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324633 - head/databases/php55-pdo_dblib/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:45:23 -0000 Author: ale Date: Mon Aug 12 14:45:23 2013 New Revision: 324633 URL: http://svnweb.freebsd.org/changeset/ports/324633 Log: Remove unneeded patch. Deleted: head/databases/php55-pdo_dblib/files/patch-dblib_driver.c From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:53:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24FA5D63 for ; Mon, 12 Aug 2013 14:53:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from relay.andxor.it (relay.andxor.it [195.223.2.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59D6B246C for ; Mon, 12 Aug 2013 14:53:45 +0000 (UTC) Received: (qmail 70387 invoked from network); 12 Aug 2013 14:53:43 -0000 Received: from alex.andxor.it (a.premoli@andxor.it@192.168.2.30) by relay.andxor.it with ESMTPSA; 12 Aug 2013 14:53:43 -0000 Message-ID: <5208F6F7.3050303@FreeBSD.org> Date: Mon, 12 Aug 2013 16:53:43 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r324628 - in head/ports-mgmt/portconf: . files References: <201308121305.r7CD58rT096600@svn.freebsd.org> <20130812132210.GA24822@FreeBSD.org> <5208E230.8010907@FreeBSD.org> <20130812134224.GB24822@FreeBSD.org> In-Reply-To: <20130812134224.GB24822@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:53:47 -0000 Alexey Dokuchaev ha scritto: > https://docs.google.com/presentation/d/1alWQ_dkYUoBI1BKJWI9bjQgOmtIKg5DtmCragjuOspI/edit?usp=sharing > > Pages 8-11. I don't see any issue, do you? -- Alex Dupre From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 14:56:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34200EB3; Mon, 12 Aug 2013 14:56:19 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 217442496; Mon, 12 Aug 2013 14:56:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CEuI2s038655; Mon, 12 Aug 2013 14:56:18 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CEuI41038654; Mon, 12 Aug 2013 14:56:18 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121456.r7CEuI41038654@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 14:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324634 - head/databases/php5-pdo_dblib/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:56:19 -0000 Author: ale Date: Mon Aug 12 14:56:18 2013 New Revision: 324634 URL: http://svnweb.freebsd.org/changeset/ports/324634 Log: Rework patch to be similar to php 5.5. Modified: head/databases/php5-pdo_dblib/files/patch-dblib_driver.c Modified: head/databases/php5-pdo_dblib/files/patch-dblib_driver.c ============================================================================== --- head/databases/php5-pdo_dblib/files/patch-dblib_driver.c Mon Aug 12 14:45:23 2013 (r324633) +++ head/databases/php5-pdo_dblib/files/patch-dblib_driver.c Mon Aug 12 14:56:18 2013 (r324634) @@ -1,15 +1,16 @@ ---- dblib_driver.c.orig 2013-06-24 15:17:35.000000000 +0200 -+++ dblib_driver.c 2013-06-24 15:20:43.000000000 +0200 -@@ -274,9 +274,9 @@ +--- dblib_driver.c.orig 2013-08-12 16:49:42.000000000 +0200 ++++ dblib_driver.c 2013-08-12 16:50:11.000000000 +0200 +@@ -274,9 +274,13 @@ ,{"5.0",DBVERSION_70} /* FIXME: This does not work with Sybase, but environ will */ ,{"6.0",DBVERSION_70} ,{"7.0",DBVERSION_70} -- ,{"7.1",DBVERSION_71} -- ,{"7.2",DBVERSION_72} -- ,{"8.0",DBVERSION_72} -+ ,{"7.1",DBVERSION_80} -+ ,{"7.2",DBVERSION_80} -+ ,{"8.0",DBVERSION_80} ++#ifdef DBVERSION_71 + ,{"7.1",DBVERSION_71} ++#endif ++#ifdef DBVERSION_72 + ,{"7.2",DBVERSION_72} + ,{"8.0",DBVERSION_72} ++#endif ,{"10.0",DBVERSION_100} ,{"auto",0} /* Only works with FreeTDS. Other drivers will bork */ From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 15:15:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AB406367; Mon, 12 Aug 2013 15:15:05 +0000 (UTC) Date: Mon, 12 Aug 2013 15:15:05 +0000 From: Alexey Dokuchaev To: Alex Dupre Subject: Re: svn commit: r324628 - in head/ports-mgmt/portconf: . files Message-ID: <20130812151505.GA54533@FreeBSD.org> References: <201308121305.r7CD58rT096600@svn.freebsd.org> <20130812132210.GA24822@FreeBSD.org> <5208E230.8010907@FreeBSD.org> <20130812134224.GB24822@FreeBSD.org> <5208F6F7.3050303@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5208F6F7.3050303@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 15:15:05 -0000 On Mon, Aug 12, 2013 at 04:53:43PM +0200, Alex Dupre wrote: > Alexey Dokuchaev ha scritto: > > https://docs.google.com/presentation/d/1alWQ_dkYUoBI1BKJWI9bjQgOmtIKg5DtmCragjuOspI/edit?usp=sharing > > > > Pages 8-11. > > I don't see any issue, do you? I was alarmed by the phrase "Using - (minus, dash) should be forbidden in options names, but we're already OK here: portlint checks option's name as \w", and lines like "LIB_DEPENDS+=apr-1:${PORTSDIR}/devel/apr1:+LDAP"; if your commit does not prevent usages like that in the future (when/if these features will be implemented), than I guess it's OK. ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 15:40:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD584AAD; Mon, 12 Aug 2013 15:40:24 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAEEF27AD; Mon, 12 Aug 2013 15:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CFeODm056256; Mon, 12 Aug 2013 15:40:24 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CFeOPV056254; Mon, 12 Aug 2013 15:40:24 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308121540.r7CFeOPV056254@svn.freebsd.org> From: Alex Dupre Date: Mon, 12 Aug 2013 15:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324635 - head/www/httpcore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 15:40:24 -0000 Author: ale Date: Mon Aug 12 15:40:24 2013 New Revision: 324635 URL: http://svnweb.freebsd.org/changeset/ports/324635 Log: Update to 4.3 release. Modified: head/www/httpcore/Makefile head/www/httpcore/distinfo Modified: head/www/httpcore/Makefile ============================================================================== --- head/www/httpcore/Makefile Mon Aug 12 14:56:18 2013 (r324634) +++ head/www/httpcore/Makefile Mon Aug 12 15:40:24 2013 (r324635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -DISTVERSION= 4.2.4 +DISTVERSION= 4.3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes -WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} +#WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} +NO_WRKSUBDIR= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar %%JAVAJARDIR%%/${PORTNAME}-nio.jar Modified: head/www/httpcore/distinfo ============================================================================== --- head/www/httpcore/distinfo Mon Aug 12 14:56:18 2013 (r324634) +++ head/www/httpcore/distinfo Mon Aug 12 15:40:24 2013 (r324635) @@ -1,2 +1,2 @@ -SHA256 (httpcomponents-core-4.2.4-bin.tar.gz) = 03af28d0f6b3ea77578a014ca151830aeb348716d1307287b2f1192eae8ba8ab -SIZE (httpcomponents-core-4.2.4-bin.tar.gz) = 1755871 +SHA256 (httpcomponents-core-4.3-bin.tar.gz) = 7319d693be5643bf7a138fb84f6df432a1c8e0345646e1df69daa1c375b7fe06 +SIZE (httpcomponents-core-4.3-bin.tar.gz) = 2037381 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 17:13:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB1DA1A9; Mon, 12 Aug 2013 17:13:52 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF002DCD; Mon, 12 Aug 2013 17:13:52 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id o17so9934979oag.21 for ; Mon, 12 Aug 2013 10:13:51 -0700 (PDT) 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:content-transfer-encoding; bh=SkNFojVJWfY6XA/5UgXcWF98f80keV6WISUaYejgzi8=; b=FswfVIH9RSnyZm/JaWgE26F6wJNrekzpe4zCg6FE42hprpYaYjMU8NTFBE41RyWofQ Nz3/kbg57HFgPaUkUPxDWRjLmY61V9CgyClgKDQTpwq3jSU0w3vL/PkbVp9MPtmGBOEA xeVY6IoZQFQXkyuO99qdR3p3ScSQhOWBz7tr8XBL2BQ/w08Yfw1QEuQXkd6l3wxHQBzY CujvF/FaFEseQX8FRo3c8LyO+9ZBZUbZKLLD/S1a/fWBltU7CSiPh5mSaikcSxFSzVM3 6D4zdrsERFD4Uz0C74J+hKkXlfW7URYXRxOmN5HjuXvhbrlaqGFhVTnQB7FcygSET0dc TuBg== MIME-Version: 1.0 X-Received: by 10.60.93.67 with SMTP id cs3mr90841oeb.12.1376327631680; Mon, 12 Aug 2013 10:13:51 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.18.6 with HTTP; Mon, 12 Aug 2013 10:13:51 -0700 (PDT) In-Reply-To: <9828FD3C12022E202060C08C@ogg.in.absolight.net> References: <201308040642.r746ggSh041434@svn.freebsd.org> <9828FD3C12022E202060C08C@ogg.in.absolight.net> Date: Mon, 12 Aug 2013 21:13:51 +0400 X-Google-Sender-Auth: LZEEeqB6S6WsaWKFgXORYYKq-3A Message-ID: Subject: Re: svn commit: r324215 - head/graphics/icoutils From: Andrej Zverev To: Mathieu Arnold Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 17:13:52 -0000 On Mon, Aug 12, 2013 at 1:28 PM, Mathieu Arnold wrote: > +--On 4 ao=FBt 2013 06:42:42 +0000 Andrej Zverev wrote: > | Log: > | - Fix Makefile > | > | -RESSCRIPTS_USES=3D perl5 > | > | .if ${PORT_OPTIONS:MRESSCRIPTS} > | +USES+=3D perl5 > > Hum, not to say that what you did is wrong, but shouldn't this have worke= d > in the first time ? > > It's what I documented in Mk/bsd.options.mk from what I understood of the > code around lines 395-399. > Frankly, I'm probably wrong here. At that moment I thought I saw somewhere record that the build failed, but now I can not find it. Return your revision? From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 17:40:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 18B99943; Mon, 12 Aug 2013 17:40:11 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0474D2F36; Mon, 12 Aug 2013 17:40:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CHeApW000151; Mon, 12 Aug 2013 17:40:10 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CHeA5T000150; Mon, 12 Aug 2013 17:40:10 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201308121740.r7CHeA5T000150@svn.freebsd.org> From: Mikolaj Golub Date: Mon, 12 Aug 2013 17:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324636 - head/databases/py-swiftclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 17:40:11 -0000 Author: trociny (src committer) Date: Mon Aug 12 17:40:10 2013 New Revision: 324636 URL: http://svnweb.freebsd.org/changeset/ports/324636 Log: The swift client requires pbr for run too. Approved by: bdrewery Modified: head/databases/py-swiftclient/Makefile Modified: head/databases/py-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Mon Aug 12 15:40:24 2013 (r324635) +++ head/databases/py-swiftclient/Makefile Mon Aug 12 17:40:10 2013 (r324636) @@ -15,7 +15,8 @@ LICENSE= AL2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.19:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 17:41:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 59A56A34; Mon, 12 Aug 2013 17:41:18 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D2E22F65; Mon, 12 Aug 2013 17:41:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CHfIiW002240; Mon, 12 Aug 2013 17:41:18 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CHfHZs002237; Mon, 12 Aug 2013 17:41:17 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201308121741.r7CHfHZs002237@svn.freebsd.org> From: Mikolaj Golub Date: Mon, 12 Aug 2013 17:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324637 - head/sysutils/p5-MogileFS-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 17:41:18 -0000 Author: trociny (src committer) Date: Mon Aug 12 17:41:17 2013 New Revision: 324637 URL: http://svnweb.freebsd.org/changeset/ports/324637 Log: Update to 2.68. Approved by: bdrewery Modified: head/sysutils/p5-MogileFS-Server/Makefile head/sysutils/p5-MogileFS-Server/distinfo head/sysutils/p5-MogileFS-Server/pkg-plist Modified: head/sysutils/p5-MogileFS-Server/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Server/Makefile Mon Aug 12 17:40:10 2013 (r324636) +++ head/sysutils/p5-MogileFS-Server/Makefile Mon Aug 12 17:41:17 2013 (r324637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MogileFS-Server -PORTVERSION= 2.67 +PORTVERSION= 2.68 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO @@ -43,6 +43,7 @@ MAN3= MogileFS::Checksum.3 \ MogileFS::IOStatWatcher.3 \ MogileFS::Overview.3 \ MogileFS::ReplicationPolicy.3 \ + MogileFS::ReplicationPolicy::MultipleDevices.3 \ MogileFS::ReplicationPolicy::MultipleHosts.3 \ MogileFS::ReplicationPolicy::Union.3 \ MogileFS::Server.3 \ Modified: head/sysutils/p5-MogileFS-Server/distinfo ============================================================================== --- head/sysutils/p5-MogileFS-Server/distinfo Mon Aug 12 17:40:10 2013 (r324636) +++ head/sysutils/p5-MogileFS-Server/distinfo Mon Aug 12 17:41:17 2013 (r324637) @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Server-2.67.tar.gz) = 9347f762875ec99b132a096b9ef74237d79fcb1f198372e78b1764d3569071dd -SIZE (MogileFS-Server-2.67.tar.gz) = 181847 +SHA256 (MogileFS-Server-2.68.tar.gz) = 535fb28a3ec40fd6eb7f62712fd19c03544e0c502d8494d789e124f9841da6b1 +SIZE (MogileFS-Server-2.68.tar.gz) = 186022 Modified: head/sysutils/p5-MogileFS-Server/pkg-plist ============================================================================== --- head/sysutils/p5-MogileFS-Server/pkg-plist Mon Aug 12 17:40:10 2013 (r324636) +++ head/sysutils/p5-MogileFS-Server/pkg-plist Mon Aug 12 17:41:17 2013 (r324637) @@ -26,6 +26,7 @@ bin/mogstored %%SITE_PERL%%/MogileFS/ProcManager.pm %%SITE_PERL%%/MogileFS/Rebalance.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy.pm +%%SITE_PERL%%/MogileFS/ReplicationPolicy/MultipleDevices.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy/MultipleHosts.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy/Union.pm %%SITE_PERL%%/MogileFS/ReplicationRequest.pm From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 17:42:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9C4AB5B; Mon, 12 Aug 2013 17:42:24 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C73812F78; Mon, 12 Aug 2013 17:42:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CHgOl4002443; Mon, 12 Aug 2013 17:42:24 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CHgOP5002441; Mon, 12 Aug 2013 17:42:24 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201308121742.r7CHgOP5002441@svn.freebsd.org> From: Mikolaj Golub Date: Mon, 12 Aug 2013 17:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324638 - head/sysutils/p5-MogileFS-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 17:42:24 -0000 Author: trociny (src committer) Date: Mon Aug 12 17:42:24 2013 New Revision: 324638 URL: http://svnweb.freebsd.org/changeset/ports/324638 Log: Update to 1.17. Approved by: bdrewery Modified: head/sysutils/p5-MogileFS-Client/Makefile head/sysutils/p5-MogileFS-Client/distinfo Modified: head/sysutils/p5-MogileFS-Client/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Client/Makefile Mon Aug 12 17:41:17 2013 (r324637) +++ head/sysutils/p5-MogileFS-Client/Makefile Mon Aug 12 17:42:24 2013 (r324638) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MogileFS-Client -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO Modified: head/sysutils/p5-MogileFS-Client/distinfo ============================================================================== --- head/sysutils/p5-MogileFS-Client/distinfo Mon Aug 12 17:41:17 2013 (r324637) +++ head/sysutils/p5-MogileFS-Client/distinfo Mon Aug 12 17:42:24 2013 (r324638) @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Client-1.16.tar.gz) = a1bd67c2af01353d3556b239006a02a61a50f01369d5f5e24290ec3c82511f91 -SIZE (MogileFS-Client-1.16.tar.gz) = 23528 +SHA256 (MogileFS-Client-1.17.tar.gz) = 7b9e4effc3ade60363af940f5c3babbf608d3ff9a3357c0d778463da382ea4f2 +SIZE (MogileFS-Client-1.17.tar.gz) = 24315 From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 17:56:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14ADE12C; Mon, 12 Aug 2013 17:56:42 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E29D1209B; Mon, 12 Aug 2013 17:56:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CHufVB006982; Mon, 12 Aug 2013 17:56:41 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CHufHJ006979; Mon, 12 Aug 2013 17:56:41 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308121756.r7CHufHJ006979@svn.freebsd.org> From: David Naylor Date: Mon, 12 Aug 2013 17:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324639 - in head/lang: pypy pypy-devel pypy3-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 17:56:42 -0000 Author: dbn Date: Mon Aug 12 17:56:40 2013 New Revision: 324639 URL: http://svnweb.freebsd.org/changeset/ports/324639 Log: Fix the pypy ports. Be more aggresive in cleaning up temporary directories that pypy leaves behind in the copied directories (files and directories in __pycache__). Only .so and .pyc should be left behind in those __pycache__ directories and no subdirectories. Also remove the manual requirement for building lang/pypy. Redports successfully built lang/pypy3-devel (with leftovers) in 19 hours. Reported by: Redports Modified: head/lang/pypy-devel/Makefile head/lang/pypy/Makefile head/lang/pypy3-devel/Makefile Modified: head/lang/pypy-devel/Makefile ============================================================================== --- head/lang/pypy-devel/Makefile Mon Aug 12 17:42:24 2013 (r324638) +++ head/lang/pypy-devel/Makefile Mon Aug 12 17:56:40 2013 (r324639) @@ -4,7 +4,7 @@ PORTNAME= pypy DISTVERSION= 2.2-alpha${DATE} CATEGORIES= lang python java -MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ +MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ LOCAL/dbn/${PORTNAME} PKGNAMESUFFIX= -devel DISTNAME= ${COMMIT} DIST_SUBDIR= pypy @@ -266,7 +266,8 @@ post-build: -name '*.bak' -delete -or \ -name '*.c' -delete -or \ -name '*.o' -delete - ${FIND} ${WRKDIR}/${_path:C/.*://}/ -depth -type d -name tmp | \ + ${FIND} ${WRKDIR}/${_path:C/.*://}/ -name __pycache__ | \ + ${XARGS} -n1 -I {} ${FIND} {} -depth 1 -type d | \ ${XARGS} ${RM} -r .endfor Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Mon Aug 12 17:42:24 2013 (r324638) +++ head/lang/pypy/Makefile Mon Aug 12 17:56:40 2013 (r324639) @@ -35,7 +35,6 @@ OPTIONS_SINGLE_PYINST= PYTHON PYPY PYPY_ OPTIONS_DEFAULT+= PYPY_MINMEM .endif -MANUAL_PACKAGE_BUILD= runaway process on pointyhat CONFLICTS_INSTALL= pypy-devel-[0-9]* ALL_TARGET= ${PYPY_NAMES} @@ -290,7 +289,9 @@ post-build: -name '*.bak' -delete -or \ -name '*.c' -delete -or \ -name '*.o' -delete - ${FIND} ${WRKSRC}/lib -depth -type d -name tmp | ${XARGS} ${RM} -r + ${FIND} ${WRKDIR}/${_path:C/.*://}/ -name __pycache__ | \ + ${XARGS} -n1 -I {} ${FIND} {} -depth 1 -type d | \ + ${XARGS} ${RM} -r ${MV} ${WRKSRC}/include ${WRKSRC}/include~ ${MKDIR} ${WRKSRC}/include ${MV} ${WRKSRC}/include~ ${WRKSRC}/${PYPY_INCLUDEDIR} Modified: head/lang/pypy3-devel/Makefile ============================================================================== --- head/lang/pypy3-devel/Makefile Mon Aug 12 17:42:24 2013 (r324638) +++ head/lang/pypy3-devel/Makefile Mon Aug 12 17:56:40 2013 (r324639) @@ -263,7 +263,8 @@ post-build: -name '*.bak' -delete -or \ -name '*.c' -delete -or \ -name '*.o' -delete - ${FIND} ${WRKDIR}/${_path:C/.*://}/ -depth -type d -name tmp | \ + ${FIND} ${WRKDIR}/${_path:C/.*://}/ -name __pycache__ | \ + ${XARGS} -n1 -I {} ${FIND} {} -depth 1 -type d | \ ${XARGS} ${RM} -r .endfor From owner-svn-ports-all@FreeBSD.ORG Mon Aug 12 20:58:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F85DBEE; Mon, 12 Aug 2013 20:58:03 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5D142B2D; Mon, 12 Aug 2013 20:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CKw2Qc076252; Mon, 12 Aug 2013 20:58:02 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7CKw2B7076249; Mon, 12 Aug 2013 20:58:02 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201308122058.r7CKw2B7076249@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 12 Aug 2013 20:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324640 - in head/www/py-waitress: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 20:58:03 -0000 Author: olivierd Date: Mon Aug 12 20:58:01 2013 New Revision: 324640 URL: http://svnweb.freebsd.org/changeset/ports/324640 Log: - Update to 0.8.6 - Remove SOURCES.txt patch replaced by MANIFEST.in (to exclude tests/ directory) ChangeLog: https://raw.github.com/Pylons/waitress/0.8.6/CHANGES.txt Added: head/www/py-waitress/files/MANIFEST.in (contents, props changed) Deleted: head/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt Modified: head/www/py-waitress/Makefile head/www/py-waitress/distinfo Modified: head/www/py-waitress/Makefile ============================================================================== --- head/www/py-waitress/Makefile Mon Aug 12 17:56:40 2013 (r324639) +++ head/www/py-waitress/Makefile Mon Aug 12 20:58:01 2013 (r324640) @@ -3,7 +3,7 @@ # PORTNAME= waitress -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,9 +23,7 @@ USE_PYDISTUTILS= easy_install .include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" .endif -# Avoid to install patch files backup -post-patch: - @cd ${WRKSRC} && \ - ${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \; +pre-patch: + @${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC} .include Modified: head/www/py-waitress/distinfo ============================================================================== --- head/www/py-waitress/distinfo Mon Aug 12 17:56:40 2013 (r324639) +++ head/www/py-waitress/distinfo Mon Aug 12 20:58:01 2013 (r324640) @@ -1,2 +1,2 @@ -SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228 -SIZE (waitress-0.8.5.tar.gz) = 112208 +SHA256 (waitress-0.8.6.tar.gz) = 31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d +SIZE (waitress-0.8.6.tar.gz) = 114583 Added: head/www/py-waitress/files/MANIFEST.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-waitress/files/MANIFEST.in Mon Aug 12 20:58:01 2013 (r324640) @@ -0,0 +1 @@ +recursive-exclude waitress/tests * From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 00:19:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C90B626; Tue, 13 Aug 2013 00:19:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00E0026DB; Tue, 13 Aug 2013 00:19:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D0JHrL053145; Tue, 13 Aug 2013 00:19:17 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D0JHIS053143; Tue, 13 Aug 2013 00:19:17 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308130019.r7D0JHIS053143@svn.freebsd.org> From: Bryan Drewery Date: Tue, 13 Aug 2013 00:19:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324641 - branches/RELENG_9_2_0 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 00:19:18 -0000 Author: bdrewery Date: Tue Aug 13 00:19:17 2013 New Revision: 324641 URL: http://svnweb.freebsd.org/changeset/ports/324641 Log: Create 9.2-RELEASE branch Added: branches/RELENG_9_2_0/ - copied from r324640, head/ From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 00:59:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B75F8DBE; Tue, 13 Aug 2013 00:59:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96E9728FD; Tue, 13 Aug 2013 00:59:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D0xQW2067837; Tue, 13 Aug 2013 00:59:26 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D0xP1k067832; Tue, 13 Aug 2013 00:59:25 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201308130059.r7D0xP1k067832@svn.freebsd.org> From: Steve Wills Date: Tue, 13 Aug 2013 00:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324642 - in head/net: . py-ec2-cli-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 00:59:26 -0000 Author: swills Date: Tue Aug 13 00:59:25 2013 New Revision: 324642 URL: http://svnweb.freebsd.org/changeset/ports/324642 Log: Helpful CLI utilities for querying and connecting to EC2 instances WWW: https://github.com/FlipPath/ec2-cli-tools Added: head/net/py-ec2-cli-tools/ head/net/py-ec2-cli-tools/Makefile (contents, props changed) head/net/py-ec2-cli-tools/distinfo (contents, props changed) head/net/py-ec2-cli-tools/pkg-descr (contents, props changed) head/net/py-ec2-cli-tools/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Aug 13 00:19:17 2013 (r324641) +++ head/net/Makefile Tue Aug 13 00:59:25 2013 (r324642) @@ -906,6 +906,7 @@ SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt + SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp SUBDIR += py-google Added: head/net/py-ec2-cli-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ec2-cli-tools/Makefile Tue Aug 13 00:59:25 2013 (r324642) @@ -0,0 +1,16 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= ec2-cli-tools +PORTVERSION= 1.4 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include Added: head/net/py-ec2-cli-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ec2-cli-tools/distinfo Tue Aug 13 00:59:25 2013 (r324642) @@ -0,0 +1,2 @@ +SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2 +SIZE (ec2-cli-tools-1.4.tar.gz) = 5840 Added: head/net/py-ec2-cli-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ec2-cli-tools/pkg-descr Tue Aug 13 00:59:25 2013 (r324642) @@ -0,0 +1,3 @@ +Helpful CLI utilities for querying and connecting to EC2 instances + +WWW: https://github.com/FlipPath/ec2-cli-tools Added: head/net/py-ec2-cli-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 00:59:25 2013 (r324642) @@ -0,0 +1,13 @@ +%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%% +%%PYTHON_LIBDIR%%/site-packages/easy-install.pth +%%PYTHON_LIBDIR%%/site-packages/site.py +%%PYTHON_LIBDIR%%/site-packages/site.pyc +%%PYTHON_LIBDIR%%/site-packages/site.pyo +bin/ec2getsnaps +bin/ec2host +bin/ec2hostcache +bin/ec2ssh +bin/ec2sshproxy +bin/ec2who +@dirrm %%PYTHON_LIBDIR%%/site-packages +@dirrm %%PYTHON_LIBDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 01:01:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F797EEB; Tue, 13 Aug 2013 01:01:59 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E55B2932; Tue, 13 Aug 2013 01:01:58 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id ev20so5241373lab.22 for ; Mon, 12 Aug 2013 18:01:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yDPKVii+KcvL+p/0QFuCu1D3zE0dRZuHEpcMRQHEvJc=; b=Z1k03y4lLYrrmgbHK8LadfNMk+QCH557VnpyS+wyrQOrM/a/lo8fZ9jFVkN72GFut2 Vvw4H3ttGDWTYCday39r9Lzi09MzQAiB8WJ5wX2+UlwOE0TYGwgO2M4ZA0EK8YEhyiKv j/b8q0unzZhzPPgaZQkuERluFtSIDp5oWIf4wiMYzqRCJtELJN/EZGaL6QY3qww4pBPa PfGqwr79qY76WQO30Uag4H1HYFpk4Rp85T0uuMXXJArz8DM1G4wRMoAbtJllOhQPABKX lbWXMHgVjQLcVYn2mevWJ304SV36jmPdLTdx5cS4mJZkIlaWY7Rxlq1u9Ii6X5zH1UgV RxQQ== MIME-Version: 1.0 X-Received: by 10.152.29.201 with SMTP id m9mr1324232lah.6.1376355716373; Mon, 12 Aug 2013 18:01:56 -0700 (PDT) Received: by 10.114.77.38 with HTTP; Mon, 12 Aug 2013 18:01:56 -0700 (PDT) In-Reply-To: <201308130059.r7D0xP1k067832@svn.freebsd.org> References: <201308130059.r7D0xP1k067832@svn.freebsd.org> Date: Mon, 12 Aug 2013 22:01:56 -0300 Message-ID: Subject: Re: svn commit: r324642 - in head/net: . py-ec2-cli-tools From: William Grzybowski To: Steve Wills Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 01:01:59 -0000 On Mon, Aug 12, 2013 at 9:59 PM, Steve Wills wrote: > Author: swills > Date: Tue Aug 13 00:59:25 2013 > New Revision: 324642 > URL: http://svnweb.freebsd.org/changeset/ports/324642 > > Log: > Helpful CLI utilities for querying and connecting to EC2 instances > > WWW: https://github.com/FlipPath/ec2-cli-tools > > Added: > head/net/py-ec2-cli-tools/ > head/net/py-ec2-cli-tools/Makefile (contents, props changed) > head/net/py-ec2-cli-tools/distinfo (contents, props changed) > head/net/py-ec2-cli-tools/pkg-descr (contents, props changed) > head/net/py-ec2-cli-tools/pkg-plist (contents, props changed) > Modified: > head/net/Makefile > > Modified: head/net/Makefile > ============================================================================== > --- head/net/Makefile Tue Aug 13 00:19:17 2013 (r324641) > +++ head/net/Makefile Tue Aug 13 00:59:25 2013 (r324642) > @@ -906,6 +906,7 @@ > SUBDIR += py-beanstalkc > SUBDIR += py-cloudfiles > SUBDIR += py-dpkt > + SUBDIR += py-ec2-cli-tools > SUBDIR += py-eventlet > SUBDIR += py-gntp > SUBDIR += py-google > > Added: head/net/py-ec2-cli-tools/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/py-ec2-cli-tools/Makefile Tue Aug 13 00:59:25 2013 (r324642) > @@ -0,0 +1,16 @@ > +# Created by: Steve Wills > +# $FreeBSD$ > + > +PORTNAME= ec2-cli-tools > +PORTVERSION= 1.4 > +CATEGORIES= net python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= swills@FreeBSD.org > +COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances > + > +USE_PYTHON= yes > +USE_PYDISTUTILS= easy_install > + > +.include > > Added: head/net/py-ec2-cli-tools/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/py-ec2-cli-tools/distinfo Tue Aug 13 00:59:25 2013 (r324642) > @@ -0,0 +1,2 @@ > +SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2 > +SIZE (ec2-cli-tools-1.4.tar.gz) = 5840 > > Added: head/net/py-ec2-cli-tools/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/py-ec2-cli-tools/pkg-descr Tue Aug 13 00:59:25 2013 (r324642) > @@ -0,0 +1,3 @@ > +Helpful CLI utilities for querying and connecting to EC2 instances > + > +WWW: https://github.com/FlipPath/ec2-cli-tools > > Added: head/net/py-ec2-cli-tools/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 00:59:25 2013 (r324642) > @@ -0,0 +1,13 @@ > +%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%% > +%%PYTHON_LIBDIR%%/site-packages/easy-install.pth > +%%PYTHON_LIBDIR%%/site-packages/site.py > +%%PYTHON_LIBDIR%%/site-packages/site.pyc > +%%PYTHON_LIBDIR%%/site-packages/site.pyo HI, We don't add easy-install.pth neither site.py* to the pkg-plist because they are managed by easy-install. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 01:19:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91AE0307; Tue, 13 Aug 2013 01:19:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC752A19; Tue, 13 Aug 2013 01:19:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D1J8Ou075437; Tue, 13 Aug 2013 01:19:08 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D1J8SN075436; Tue, 13 Aug 2013 01:19:08 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201308130119.r7D1J8SN075436@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 13 Aug 2013 01:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324643 - head/net-mgmt/wmi-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 01:19:08 -0000 Author: zi Date: Tue Aug 13 01:19:08 2013 New Revision: 324643 URL: http://svnweb.freebsd.org/changeset/ports/324643 Log: - Fix bad MASTER_SITES to resolve fetch issues [1] - Convert to new 'created by' header+Makefile cleanup while here PR: ports/180584 [1] Submitted by: brd@ [1] Modified: head/net-mgmt/wmi-client/Makefile Modified: head/net-mgmt/wmi-client/Makefile ============================================================================== --- head/net-mgmt/wmi-client/Makefile Tue Aug 13 00:59:25 2013 (r324642) +++ head/net-mgmt/wmi-client/Makefile Tue Aug 13 01:19:08 2013 (r324643) @@ -1,15 +1,12 @@ -# New ports collection makefile for: wmi -# Date created: 2011-11-25 -# Whom: KIKUCHI Koichiro -# +# Created by: KIKUCHI Koichiro # $FreeBSD$ -# PORTNAME= wmi PORTVERSION= 1.3.16 CATEGORIES= net-mgmt -MASTER_SITES= http://dev.zenoss.org/svn/trunk/inst/externallibs/ \ - ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \ + http://www.openvas.org/download/wmi/ \ + http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= -client MAINTAINER= koichiro@rworks.jp @@ -24,16 +21,8 @@ USE_GMAKE= yes USES= iconv USE_LDCONFIG= yes -#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls -#RUN_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls - MAKEFILE= GNUmakefile MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" ALL_TARGET= build -.include - -do-configure: -# do noting - -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 01:36:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F7055F0; Tue, 13 Aug 2013 01:36:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6552B37; Tue, 13 Aug 2013 01:36:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D1aJCU082492; Tue, 13 Aug 2013 01:36:19 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D1aJIm082490; Tue, 13 Aug 2013 01:36:19 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201308130136.r7D1aJIm082490@svn.freebsd.org> From: Steve Wills Date: Tue, 13 Aug 2013 01:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324644 - head/net/py-ec2-cli-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 01:36:19 -0000 Author: swills Date: Tue Aug 13 01:36:18 2013 New Revision: 324644 URL: http://svnweb.freebsd.org/changeset/ports/324644 Log: - Fix plist Modified: head/net/py-ec2-cli-tools/pkg-plist (contents, props changed) Modified: head/net/py-ec2-cli-tools/pkg-plist ============================================================================== --- head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 01:19:08 2013 (r324643) +++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 01:36:18 2013 (r324644) @@ -1,8 +1,4 @@ %%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%% -%%PYTHON_LIBDIR%%/site-packages/easy-install.pth -%%PYTHON_LIBDIR%%/site-packages/site.py -%%PYTHON_LIBDIR%%/site-packages/site.pyc -%%PYTHON_LIBDIR%%/site-packages/site.pyo bin/ec2getsnaps bin/ec2host bin/ec2hostcache From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 02:17:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BC63C95; Tue, 13 Aug 2013 02:17:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED5592D45; Tue, 13 Aug 2013 02:16:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D2Gx5u097396; Tue, 13 Aug 2013 02:16:59 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D2GxXv097395; Tue, 13 Aug 2013 02:16:59 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201308130216.r7D2GxXv097395@svn.freebsd.org> From: Steve Wills Date: Tue, 13 Aug 2013 02:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324645 - head/net/py-ec2-cli-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 02:17:00 -0000 Author: swills Date: Tue Aug 13 02:16:59 2013 New Revision: 324645 URL: http://svnweb.freebsd.org/changeset/ports/324645 Log: - Add missing dependency Modified: head/net/py-ec2-cli-tools/Makefile Modified: head/net/py-ec2-cli-tools/Makefile ============================================================================== --- head/net/py-ec2-cli-tools/Makefile Tue Aug 13 01:36:18 2013 (r324644) +++ head/net/py-ec2-cli-tools/Makefile Tue Aug 13 02:16:59 2013 (r324645) @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}boto=>1.0:${PORTSDIR}/devel/py-boto + USE_PYTHON= yes USE_PYDISTUTILS= easy_install From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 02:32:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6FFD123; Tue, 13 Aug 2013 02:32:49 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4ED32E6A; Tue, 13 Aug 2013 02:32:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D2WniX004202; Tue, 13 Aug 2013 02:32:49 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D2WnAf004200; Tue, 13 Aug 2013 02:32:49 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201308130232.r7D2WnAf004200@svn.freebsd.org> From: Kevin Lo Date: Tue, 13 Aug 2013 02:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324646 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 02:32:49 -0000 Author: kevlo Date: Tue Aug 13 02:32:49 2013 New Revision: 324646 URL: http://svnweb.freebsd.org/changeset/ports/324646 Log: Update to 5.0.10 Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Tue Aug 13 02:16:59 2013 (r324645) +++ head/www/owncloud/Makefile Tue Aug 13 02:32:49 2013 (r324646) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Tue Aug 13 02:16:59 2013 (r324645) +++ head/www/owncloud/distinfo Tue Aug 13 02:32:49 2013 (r324646) @@ -1,2 +1,2 @@ -SHA256 (owncloud-5.0.9.tar.bz2) = 67949a29644468a7cb51c83ffd620bb2093ba02420fb789135161758ccfbf1ff -SIZE (owncloud-5.0.9.tar.bz2) = 14406909 +SHA256 (owncloud-5.0.10.tar.bz2) = 23dea0c7c66416e21e87097b611fefe961d9bd757b58a7eccdd70bd1a6c46bf7 +SIZE (owncloud-5.0.10.tar.bz2) = 15130544 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 03:39:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6027E3D9; Tue, 13 Aug 2013 03:39:38 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D83C2338; Tue, 13 Aug 2013 03:39:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D3dcgn011257; Tue, 13 Aug 2013 03:39:38 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D3dbcb011216; Tue, 13 Aug 2013 03:39:37 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308130339.r7D3dbcb011216@svn.freebsd.org> From: Brendan Fabeny Date: Tue, 13 Aug 2013 03:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324647 - head/security/tor-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 03:39:38 -0000 Author: bf Date: Tue Aug 13 03:39:37 2013 New Revision: 324647 URL: http://svnweb.freebsd.org/changeset/ports/324647 Log: Update to 0.2.4.16-rc Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Tue Aug 13 02:32:49 2013 (r324646) +++ head/security/tor-devel/Makefile Tue Aug 13 03:39:37 2013 (r324647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.15-rc +DISTVERSION= 0.2.4.16-rc CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Tue Aug 13 02:32:49 2013 (r324646) +++ head/security/tor-devel/distinfo Tue Aug 13 03:39:37 2013 (r324647) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.15-rc.tar.gz) = 3221ee1aec84d8ea3c5af9fc915152ea22d8ca7d87b422cc339533c374986559 -SIZE (tor-0.2.4.15-rc.tar.gz) = 2820553 +SHA256 (tor-0.2.4.16-rc.tar.gz) = 74389d688321f2671bda229b330806e7dfbc685b38bd2ee1aa90d6bc05ed93d9 +SIZE (tor-0.2.4.16-rc.tar.gz) = 2826883 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 04:25:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00E4FC5F; Tue, 13 Aug 2013 04:25:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E25852591; Tue, 13 Aug 2013 04:25:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D4PoZk012694; Tue, 13 Aug 2013 04:25:50 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D4PoEF012692; Tue, 13 Aug 2013 04:25:50 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201308130425.r7D4PoEF012692@svn.freebsd.org> From: Wesley Shields Date: Tue, 13 Aug 2013 04:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r324648 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 04:25:51 -0000 Author: wxs Date: Tue Aug 13 04:25:49 2013 New Revision: 324648 URL: http://svnweb.freebsd.org/changeset/ports/324648 Log: Welcome Rusmir Dusko (nemysis@) to the team! Rusmir has been very active submitting PRs, so it is time he earned his punishment. :) He is being mentored by miwi@, wg@ and myself. Approved by: portmgr@ Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Tue Aug 13 03:39:37 2013 (r324647) +++ svnadmin/conf/access Tue Aug 13 04:25:49 2013 (r324648) @@ -135,6 +135,7 @@ motoyuki mr mva naddy +nemysis netchild nivit nobutaka Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue Aug 13 03:39:37 2013 (r324647) +++ svnadmin/conf/mentors Tue Aug 13 04:25:49 2013 (r324648) @@ -18,6 +18,7 @@ gblach crees Co-mentor: tabthorpe jsa wxs Co-mentor: kwm marino bapt Co-mentor: culot marius bapt Co-mentor: beat +nemysis miwi Co-mentor: wxs, wg pclin swills Co-mentor: araujo feld swills Co-mentor: crees sperber miwi Co-mentor: decke, beat From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 05:07:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 165F5263; Tue, 13 Aug 2013 05:07:36 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 029952798; Tue, 13 Aug 2013 05:07:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D57Zcc027754; Tue, 13 Aug 2013 05:07:35 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D57ZE4027753; Tue, 13 Aug 2013 05:07:35 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308130507.r7D57ZE4027753@svn.freebsd.org> From: Brendan Fabeny Date: Tue, 13 Aug 2013 05:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324649 - head/math/metis-edf/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 05:07:36 -0000 Author: bf Date: Tue Aug 13 05:07:35 2013 New Revision: 324649 URL: http://svnweb.freebsd.org/changeset/ports/324649 Log: Use the compiler to assemble the shared libraries, in order to avoid linking problems PR: 177201 Submitted by: marino, thierry Modified: head/math/metis-edf/files/patch-Lib_Makefile (contents, props changed) Modified: head/math/metis-edf/files/patch-Lib_Makefile ============================================================================== --- head/math/metis-edf/files/patch-Lib_Makefile Tue Aug 13 04:25:49 2013 (r324648) +++ head/math/metis-edf/files/patch-Lib_Makefile Tue Aug 13 05:07:35 2013 (r324649) @@ -1,5 +1,5 @@ ---- Lib/Makefile.orig 2008-12-03 11:08:03.000000000 +0100 -+++ Lib/Makefile 2010-05-16 16:33:40.000000000 +0200 +--- Lib/Makefile.orig 2008-12-03 05:08:03.000000000 -0500 ++++ Lib/Makefile 2013-08-13 00:53:40.000000000 -0400 @@ -2,7 +2,7 @@ INCLUDES = -I. @@ -13,7 +13,7 @@ ../libmetis.a: $(OBJS) $(AR) $@ $(OBJS) -+ %%SHLIB%%$(LD) -Wl,-Bshareable -Wl,-o,../libmetis.so.1 -Wl,-x -Wl,-soname,libmetis.so.1 -Wl,--whole-archive ../libmetis.a -Wl,-no-whole-archive ++ %%SHLIB%%$(CC) -shared $(CFLAGS) $(LDFLAGS) -o ../libmetis.so.1 $(OBJS) -lm + %%SHLIB%%(cd .. && ln -sf libmetis.so.1 libmetis.so) clean: From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 05:16:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68BAA432; Tue, 13 Aug 2013 05:16:56 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B99C2813; Tue, 13 Aug 2013 05:16:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D5GuFj031492; Tue, 13 Aug 2013 05:16:56 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D5Gtvo031490; Tue, 13 Aug 2013 05:16:55 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308130516.r7D5Gtvo031490@svn.freebsd.org> From: Dirk Meyer Date: Tue, 13 Aug 2013 05:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324650 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 05:16:56 -0000 Author: dinoex Date: Tue Aug 13 05:16:55 2013 New Revision: 324650 URL: http://svnweb.freebsd.org/changeset/ports/324650 Log: - fix option POPPLER - fix option LIBRVG2 Modified: head/graphics/graphviz/Makefile head/graphics/graphviz/pkg-plist Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Tue Aug 13 05:07:35 2013 (r324649) +++ head/graphics/graphviz/Makefile Tue Aug 13 05:16:55 2013 (r324650) @@ -163,7 +163,7 @@ CONFIGURE_ARGS+= --without-pangocairo PLIST_SUB+= WITH_PANGOCAIRO="@comment " .endif -.if ${PORT_OPTIONS:MLIBRVG2} +.if ${PORT_OPTIONS:MLIBRSVG2} CONFIGURE_ARGS+= --with-rsvg=yes PLIST_SUB+= WITH_RSVG="" USE_GNOME+= librsvg2 @@ -177,10 +177,12 @@ PLIST_SUB+= WITH_RSVG="@comment " .endif .if ${PORT_OPTIONS:MPOPPLER} -LIB_DEPENDS+? poppler:${PORTSDIR}/graphics/poppler +LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+= --with-poppler=yes +PLIST_SUB+= WITH_POPPLER="" .else CONFIGURE_ARGS+= --without-poppler +PLIST_SUB+= WITH_POPPLER="@comment " .endif .if ${PORT_OPTIONS:MGTK2} Modified: head/graphics/graphviz/pkg-plist ============================================================================== --- head/graphics/graphviz/pkg-plist Tue Aug 13 05:07:35 2013 (r324649) +++ head/graphics/graphviz/pkg-plist Tue Aug 13 05:16:55 2013 (r324650) @@ -133,6 +133,10 @@ lib/graphviz/libgvplugin_neato_layout.a %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_pango.so.6 %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_pango.la %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_pango.a +%%WITH_POPPLER%%lib/graphviz/libgvplugin_poppler.a +%%WITH_POPPLER%%lib/graphviz/libgvplugin_poppler.la +%%WITH_POPPLER%%lib/graphviz/libgvplugin_poppler.so +%%WITH_POPPLER%%lib/graphviz/libgvplugin_poppler.so.6 %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_xlib.a %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_xlib.la %%WITH_PANGOCAIRO%%lib/graphviz/libgvplugin_xlib.so From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 06:17:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A78973A3; Tue, 13 Aug 2013 06:17:33 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4AE2BB8; Tue, 13 Aug 2013 06:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D6HXtf053868; Tue, 13 Aug 2013 06:17:33 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D6HX8o053867; Tue, 13 Aug 2013 06:17:33 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308130617.r7D6HX8o053867@svn.freebsd.org> From: Matthias Andree Date: Tue, 13 Aug 2013 06:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324651 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 06:17:33 -0000 Author: mandree Date: Tue Aug 13 06:17:32 2013 New Revision: 324651 URL: http://svnweb.freebsd.org/changeset/ports/324651 Log: Record PolarSSL < 1.2.8 infinite loop denial of service. Note: the port has not yet been upgraded, and the fix then needs to be merged to the 9.2 ports branch before release. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Aug 13 05:16:55 2013 (r324650) +++ head/security/vuxml/vuln.xml Tue Aug 13 06:17:32 2013 (r324651) @@ -51,6 +51,35 @@ Note: Please add new entries to the beg --> + + polarssl -- denial of service through unterminated loop in certificate parser + + + polarssl + 1.2.8 + + + + +

Paul Bakker reports:

+
+

A bug in the logic of the parsing of PEM encoded certificates in x509parse_crt() can result in an infinite loop, thus hogging processing power. +

+ While parsing a Certificate message during the SSL/TLS handshake, PolarSSL extracts the presented certificates and sends them on to be parsed. As the RFC specifies that the certificates in the Certificate message are always X.509 certificates in DER format, bugs in the decoding of PEM certificates should normally not be triggerable via the SSL/TLS handshake. +

+ Versions of PolarSSL prior to 1.1.7 in the 1.1 branch and prior to 1.2.8 in the 1.2 branch call the generic x509parse_crt() function for parsing during the handshake. x509parse_crt() is a generic functions that wraps parsing of both PEM-encoded and DER-formatted certificates. As a result it is possible to craft a Certificate message that includes a PEM encoded certificate in the Certificate message that triggers the infinite loop.

+
+ +
+ + https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 + + + 2013-06-21 + 2013-08-13 + +
+ samba -- denial of service vulnerability From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 06:18:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6BE7495; Tue, 13 Aug 2013 06:18:21 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (FreeBSD.cs.nctu.edu.tw [140.113.17.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6942BC3; Tue, 13 Aug 2013 06:18:21 +0000 (UTC) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id E96A027DB; Tue, 13 Aug 2013 14:18:14 +0800 (CST) Date: Tue, 13 Aug 2013 14:18:14 +0800 From: Li-Wen Hsu To: William Grzybowski Subject: Re: svn commit: r324642 - in head/net: . py-ec2-cli-tools Message-ID: <20130813061814.GA62728@FreeBSD.cs.nctu.edu.tw> References: <201308130059.r7D0xP1k067832@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Steve Wills , svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 06:18:21 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 12, 2013 at 22:01:56 -0300, William Grzybowski wrote: > On Mon, Aug 12, 2013 at 9:59 PM, Steve Wills wrote: > > Added: head/net/py-ec2-cli-tools/pkg-plist > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 00:59:25 2013 = (r324642) > > @@ -0,0 +1,13 @@ > > +%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%% > > +%%PYTHON_LIBDIR%%/site-packages/easy-install.pth > > +%%PYTHON_LIBDIR%%/site-packages/site.py > > +%%PYTHON_LIBDIR%%/site-packages/site.pyc > > +%%PYTHON_LIBDIR%%/site-packages/site.pyo >=20 > HI, >=20 > We don't add easy-install.pth neither site.py* to the pkg-plist > because they are managed by easy-install. >=20 And %%PYTHON_LIBDIR%%/site-packages is taken care by %%PYTHON_SITELIBDIR%% . --=20 Li-Wen Hsu http://lwhsu.org --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlIJz6UACgkQQWsOOSiXsig8VwCeNuOhbCeAnUVlD7pYDNvXxaCV 9Q8AnR0Bn/mgf/WPl0x/5w4nWtKQeWee =OeqA -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 06:20:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0A24592; Tue, 13 Aug 2013 06:20:27 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE22E2BCF; Tue, 13 Aug 2013 06:20:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D6KRXj056180; Tue, 13 Aug 2013 06:20:27 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D6KRhe056179; Tue, 13 Aug 2013 06:20:27 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308130620.r7D6KRhe056179@svn.freebsd.org> From: Matthias Andree Date: Tue, 13 Aug 2013 06:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324652 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 06:20:27 -0000 Author: mandree Date: Tue Aug 13 06:20:27 2013 New Revision: 324652 URL: http://svnweb.freebsd.org/changeset/ports/324652 Log: Add CVE Id, which was not in the advisory, but on . Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Aug 13 06:17:32 2013 (r324651) +++ head/security/vuxml/vuln.xml Tue Aug 13 06:20:27 2013 (r324652) @@ -73,6 +73,7 @@ Note: Please add new entries to the beg https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 + CVE-2013-4623 2013-06-21 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 09:17:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25020D4D; Tue, 13 Aug 2013 09:17:20 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12101270F; Tue, 13 Aug 2013 09:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D9HJ6T025419; Tue, 13 Aug 2013 09:17:19 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D9HJMD025417; Tue, 13 Aug 2013 09:17:19 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201308130917.r7D9HJMD025417@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 13 Aug 2013 09:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324653 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 09:17:20 -0000 Author: jadawin Date: Tue Aug 13 09:17:19 2013 New Revision: 324653 URL: http://svnweb.freebsd.org/changeset/ports/324653 Log: - Update to 2.040 - Changelog: http://cpansearch.perl.org/src/DDUMONT/Config-Model-2.040/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Tue Aug 13 06:20:27 2013 (r324652) +++ head/devel/p5-Config-Model/Makefile Tue Aug 13 09:17:19 2013 (r324653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.036 +PORTVERSION= 2.040 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DDUMONT Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Tue Aug 13 06:20:27 2013 (r324652) +++ head/devel/p5-Config-Model/distinfo Tue Aug 13 09:17:19 2013 (r324653) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.036.tar.gz) = bcc19b1a2ae995249a7335c7d751e5ed841d6fc32b3433cc645114dd28b89233 -SIZE (Config-Model-2.036.tar.gz) = 376895 +SHA256 (Config-Model-2.040.tar.gz) = 30889157c417c17f66043032886bdd261871fd42ec68387e79e6c54ed254240d +SIZE (Config-Model-2.040.tar.gz) = 332509 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 09:47:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6234C35B; Tue, 13 Aug 2013 09:47:58 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E83628E9; Tue, 13 Aug 2013 09:47:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D9lw37036957; Tue, 13 Aug 2013 09:47:58 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D9lvXs036955; Tue, 13 Aug 2013 09:47:57 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201308130947.r7D9lvXs036955@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 13 Aug 2013 09:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324654 - head/devel/p5-Data-Rx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 09:47:58 -0000 Author: jadawin Date: Tue Aug 13 09:47:57 2013 New Revision: 324654 URL: http://svnweb.freebsd.org/changeset/ports/324654 Log: - Update to 0.200004 - Changelog: http://cpansearch.perl.org/src/RJBS/Data-Rx-0.200004/Changes Modified: head/devel/p5-Data-Rx/Makefile head/devel/p5-Data-Rx/distinfo (contents, props changed) Modified: head/devel/p5-Data-Rx/Makefile ============================================================================== --- head/devel/p5-Data-Rx/Makefile Tue Aug 13 09:17:19 2013 (r324653) +++ head/devel/p5-Data-Rx/Makefile Tue Aug 13 09:47:57 2013 (r324654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Rx -PORTVERSION= 0.200003 +PORTVERSION= 0.200004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Rx/distinfo ============================================================================== --- head/devel/p5-Data-Rx/distinfo Tue Aug 13 09:17:19 2013 (r324653) +++ head/devel/p5-Data-Rx/distinfo Tue Aug 13 09:47:57 2013 (r324654) @@ -1,2 +1,2 @@ -SHA256 (Data-Rx-0.200003.tar.gz) = 3c4e2f99e935757fd8bc048b056a35f1d6b61c51a611c74e2d093a9ad58c1d0f -SIZE (Data-Rx-0.200003.tar.gz) = 42116 +SHA256 (Data-Rx-0.200004.tar.gz) = c870eb401fe7ebf1c9d9c3a7d1de5f4bd39cb7325e7e1578951732e593c3fb1b +SIZE (Data-Rx-0.200004.tar.gz) = 42280 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 11:09:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAA41EEF; Tue, 13 Aug 2013 11:09:48 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7C112D26; Tue, 13 Aug 2013 11:09:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DB9m1T067414; Tue, 13 Aug 2013 11:09:48 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DB9mKn067413; Tue, 13 Aug 2013 11:09:48 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308131109.r7DB9mKn067413@svn.freebsd.org> From: John Marino Date: Tue, 13 Aug 2013 11:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324655 - head/www/rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 11:09:48 -0000 Author: marino Date: Tue Aug 13 11:09:48 2013 New Revision: 324655 URL: http://svnweb.freebsd.org/changeset/ports/324655 Log: www/rubygem-passenger: Mark Apache as possible BUILD_DEPENDS When the default Apache option is selected, the port checks for Apache headers with the apxs program. Currently Apache is only marked as a RUN depends so the program isn't guaranteed to be available. Let's make sure that it is. Approved by: bapt/culot (mentors, implicit), osa (maintainer) Modified: head/www/rubygem-passenger/Makefile Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Tue Aug 13 09:47:57 2013 (r324654) +++ head/www/rubygem-passenger/Makefile Tue Aug 13 11:09:48 2013 (r324655) @@ -3,6 +3,7 @@ PORTNAME= passenger PORTVERSION= 4.0.10 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -26,7 +27,7 @@ RUBYGEM_AUTOPLIST= yes .include .if ${PORT_OPTIONS:MAPACHE22} -USE_APACHE_RUN= 22+ +USE_APACHE= 22+ .endif .if ${PORT_OPTIONS:MNGINX} From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 11:23:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A38464B; Tue, 13 Aug 2013 11:23:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48C042E29; Tue, 13 Aug 2013 11:23:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DBNUNf073821; Tue, 13 Aug 2013 11:23:30 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DBNTu0073817; Tue, 13 Aug 2013 11:23:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308131123.r7DBNTu0073817@svn.freebsd.org> From: William Grzybowski Date: Tue, 13 Aug 2013 11:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324656 - in head/www/pivotx: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 11:23:30 -0000 Author: wg Date: Tue Aug 13 11:23:29 2013 New Revision: 324656 URL: http://svnweb.freebsd.org/changeset/ports/324656 Log: www/pivotx: update to 2.3.7 - Update to 2.3.7 [1] - Fix EXAMPLES option [1] - Fix WWW in pkg-descr Changes: http://blog.pivotx.net/archive/2013/08/13/pivotx-237-released PR: ports/181238 [1] Submitted by: Fumiyuki Shimizu (maintainer) Deleted: head/www/pivotx/files/patch-module_smarty.php Modified: head/www/pivotx/Makefile head/www/pivotx/distinfo head/www/pivotx/pkg-descr head/www/pivotx/pkg-plist Modified: head/www/pivotx/Makefile ============================================================================== --- head/www/pivotx/Makefile Tue Aug 13 11:09:48 2013 (r324655) +++ head/www/pivotx/Makefile Tue Aug 13 11:23:29 2013 (r324656) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pivotx -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.3.7 CATEGORIES= www MASTER_SITES= SF/pivot-weblog/PivotX \ http://pivotx.net/files/ \ @@ -17,12 +16,12 @@ COMMENT= Software to help you maintain d LICENSE= GPLv2 PORTDOCS= LICENSE.txt README.txt -PORTEXAMPLES= example.htaccess +PORTEXAMPLES= example.htaccess example.web.config # Requirements: # http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements -OPTIONS_DEFINE= MYSQL PHPDOM NLS DOCS +OPTIONS_DEFINE= MYSQL PHPDOM DOCS EXAMPLES MYSQL_DESC= Use MySQL instead of flat files PHPDOM_DESC= Use PHP:DOM instead of SimpleXML @@ -102,7 +101,7 @@ do-install: @${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${DOCSDIR}' .endfor .endif -.if ${PORT_OPTIONS:MNLS} +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} '${EXAMPLESDIR}' .for FILES in ${PORTEXAMPLES} @${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${EXAMPLESDIR}' Modified: head/www/pivotx/distinfo ============================================================================== --- head/www/pivotx/distinfo Tue Aug 13 11:09:48 2013 (r324655) +++ head/www/pivotx/distinfo Tue Aug 13 11:23:29 2013 (r324656) @@ -1,2 +1,2 @@ -SHA256 (pivotx_2.3.3.tgz) = bc301de7e16cd24220d5e304762711eb435a01c8eb16c0f7d90f9b92923dff51 -SIZE (pivotx_2.3.3.tgz) = 2390948 +SHA256 (pivotx_2.3.7.tgz) = 32777a0c2402da8ffc24ade67971d4325e617e7d28fcc6742d4c5e6a2ae8c136 +SIZE (pivotx_2.3.7.tgz) = 2804920 Modified: head/www/pivotx/pkg-descr ============================================================================== --- head/www/pivotx/pkg-descr Tue Aug 13 11:09:48 2013 (r324655) +++ head/www/pivotx/pkg-descr Tue Aug 13 11:23:29 2013 (r324656) @@ -7,4 +7,4 @@ Since PivotX is an entirely different be 1.x), upgrading from Pivot 1.x will take a while to do properly. (http://book.pivotx.net/page/4-1) -WWW: http://pivotx.net/ +WWW: http://pivotx.net/ Modified: head/www/pivotx/pkg-plist ============================================================================== --- head/www/pivotx/pkg-plist Tue Aug 13 11:09:48 2013 (r324655) +++ head/www/pivotx/pkg-plist Tue Aug 13 11:23:29 2013 (r324656) @@ -120,7 +120,9 @@ %%WWWDIR%%/pivotx/extensions/extraimagefield/docs/summary.markdown %%WWWDIR%%/pivotx/extensions/extraimagefield/hook_extraimagefield.php %%WWWDIR%%/pivotx/extensions/fancybox/blank.gif -%%WWWDIR%%/pivotx/extensions/fancybox/docs/summary.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/changelog.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/index.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/toc.markdown %%WWWDIR%%/pivotx/extensions/fancybox/fancy_close.png %%WWWDIR%%/pivotx/extensions/fancybox/fancy_loading.png %%WWWDIR%%/pivotx/extensions/fancybox/fancy_nav_left.png @@ -153,8 +155,9 @@ %%WWWDIR%%/pivotx/extensions/gallery/upload_images.php %%WWWDIR%%/pivotx/extensions/gallery/upload_images.tpl %%WWWDIR%%/pivotx/extensions/index.html +%%WWWDIR%%/pivotx/extensions/lifestream/TwitterAPIExchange.php +%%WWWDIR%%/pivotx/extensions/lifestream/docs/index.markdown %%WWWDIR%%/pivotx/extensions/lifestream/docs/screenshot.png -%%WWWDIR%%/pivotx/extensions/lifestream/docs/summary.markdown %%WWWDIR%%/pivotx/extensions/lifestream/flickr.gif %%WWWDIR%%/pivotx/extensions/lifestream/jaiku.png %%WWWDIR%%/pivotx/extensions/lifestream/lastfm.gif @@ -163,9 +166,11 @@ %%WWWDIR%%/pivotx/extensions/lifestream/tumblr.gif %%WWWDIR%%/pivotx/extensions/lifestream/twitter.png %%WWWDIR%%/pivotx/extensions/lifestream/widget_lifestream.php +%%WWWDIR%%/pivotx/extensions/slideshow/docs/changelog.markdown %%WWWDIR%%/pivotx/extensions/slideshow/docs/index.markdown +%%WWWDIR%%/pivotx/extensions/slideshow/docs/toc.markdown %%WWWDIR%%/pivotx/extensions/slideshow/jquery.easing.1.3.js -%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.js +%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.1.js %%WWWDIR%%/pivotx/extensions/slideshow/slideshow.css %%WWWDIR%%/pivotx/extensions/slideshow/slideshow_skinny.css %%WWWDIR%%/pivotx/extensions/slideshow/slideviewer.css @@ -231,9 +236,9 @@ %%WWWDIR%%/pivotx/includes/index.html %%WWWDIR%%/pivotx/includes/js/bookmarklet.js %%WWWDIR%%/pivotx/includes/js/index.html -%%WWWDIR%%/pivotx/includes/js/jquery-1.7.2.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-1.8.2.min.js %%WWWDIR%%/pivotx/includes/js/jquery-plugins.js -%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.17.custom.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.9.1.custom.min.js %%WWWDIR%%/pivotx/includes/js/jquery.Jcrop.min.js %%WWWDIR%%/pivotx/includes/js/m_pivotx.js %%WWWDIR%%/pivotx/includes/js/pivotx.js @@ -254,9 +259,9 @@ %%WWWDIR%%/pivotx/includes/magpie/rss_parse.inc %%WWWDIR%%/pivotx/includes/magpie/rss_utils.inc %%WWWDIR%%/pivotx/includes/markdown/License.text -%%WWWDIR%%/pivotx/includes/markdown/markdown.php %%WWWDIR%%/pivotx/includes/markdown/PHP Markdown Readme.text %%WWWDIR%%/pivotx/includes/markdown/PHP SmartyPants Readme.txt +%%WWWDIR%%/pivotx/includes/markdown/markdown.php %%WWWDIR%%/pivotx/includes/markdown/smartypants.php %%WWWDIR%%/pivotx/includes/markitup/images/bg-container.png %%WWWDIR%%/pivotx/includes/markitup/images/bg.png @@ -674,33 +679,53 @@ %%WWWDIR%%/pivotx/templates/404.html %%WWWDIR%%/pivotx/templates/_sub_commentform.html %%WWWDIR%%/pivotx/templates/_sub_commentform_extended.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_about.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_footer.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_header.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_link_list.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_sidebar.html -%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.css +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_about.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_link_list.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/archive.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones-big.jpg %%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.jpg %%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.theme +%%WWWDIR%%/pivotx/templates/bare_bones/entry.tpl %%WWWDIR%%/pivotx/templates/bare_bones/entrypage_template.html %%WWWDIR%%/pivotx/templates/bare_bones/extra_template.html +%%WWWDIR%%/pivotx/templates/bare_bones/front.tpl %%WWWDIR%%/pivotx/templates/bare_bones/frontpage_template.html +%%WWWDIR%%/pivotx/templates/bare_bones/installation.txt +%%WWWDIR%%/pivotx/templates/bare_bones/page.tpl %%WWWDIR%%/pivotx/templates/bare_bones/page_template.html -%%WWWDIR%%/pivotx/templates/default/2columns.jpg -%%WWWDIR%%/pivotx/templates/default/2columns.theme -%%WWWDIR%%/pivotx/templates/default/3columns.jpg -%%WWWDIR%%/pivotx/templates/default/3columns.theme -%%WWWDIR%%/pivotx/templates/default/_sub_about.html -%%WWWDIR%%/pivotx/templates/default/_sub_footer.html -%%WWWDIR%%/pivotx/templates/default/_sub_header.html -%%WWWDIR%%/pivotx/templates/default/_sub_link_list.html -%%WWWDIR%%/pivotx/templates/default/_sub_sidebar.html +%%WWWDIR%%/pivotx/templates/bare_bones/search.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/style.css +%%WWWDIR%%/pivotx/templates/default/_sub_about.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_entry.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_link_list.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_page.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_weblog_linkdump.tpl +%%WWWDIR%%/pivotx/templates/default/archive_2.tpl +%%WWWDIR%%/pivotx/templates/default/archive_3.tpl %%WWWDIR%%/pivotx/templates/default/archivepage_template_2column.html %%WWWDIR%%/pivotx/templates/default/archivepage_template_3column.html +%%WWWDIR%%/pivotx/templates/default/default_2-big.jpg +%%WWWDIR%%/pivotx/templates/default/default_2.jpg +%%WWWDIR%%/pivotx/templates/default/default_2.theme +%%WWWDIR%%/pivotx/templates/default/default_3-big.jpg +%%WWWDIR%%/pivotx/templates/default/default_3.jpg +%%WWWDIR%%/pivotx/templates/default/default_3.theme +%%WWWDIR%%/pivotx/templates/default/entry_2.tpl +%%WWWDIR%%/pivotx/templates/default/entry_3.tpl %%WWWDIR%%/pivotx/templates/default/entrypage_template_2column.html %%WWWDIR%%/pivotx/templates/default/entrypage_template_3column.html %%WWWDIR%%/pivotx/templates/default/extrapage_template_2column.html %%WWWDIR%%/pivotx/templates/default/extrapage_template_3column.html +%%WWWDIR%%/pivotx/templates/default/front_2.tpl +%%WWWDIR%%/pivotx/templates/default/front_3.tpl %%WWWDIR%%/pivotx/templates/default/frontpage_template_2column.html %%WWWDIR%%/pivotx/templates/default/frontpage_template_3column.html %%WWWDIR%%/pivotx/templates/default/images/background_comments.gif @@ -721,11 +746,16 @@ %%WWWDIR%%/pivotx/templates/default/images/header.jpg %%WWWDIR%%/pivotx/templates/default/images/header_dark.jpg %%WWWDIR%%/pivotx/templates/default/images/header_light.jpg +%%WWWDIR%%/pivotx/templates/default/installation.txt +%%WWWDIR%%/pivotx/templates/default/page_2.tpl %%WWWDIR%%/pivotx/templates/default/page_2column.html +%%WWWDIR%%/pivotx/templates/default/page_3.tpl %%WWWDIR%%/pivotx/templates/default/page_3column.html %%WWWDIR%%/pivotx/templates/default/pivotx_dark.css %%WWWDIR%%/pivotx/templates/default/pivotx_default.css %%WWWDIR%%/pivotx/templates/default/pivotx_light.css +%%WWWDIR%%/pivotx/templates/default/search_2.tpl +%%WWWDIR%%/pivotx/templates/default/search_3.tpl %%WWWDIR%%/pivotx/templates/default_offline.html %%WWWDIR%%/pivotx/templates/error.html %%WWWDIR%%/pivotx/templates/feed_atom_template.xml @@ -733,24 +763,43 @@ %%WWWDIR%%/pivotx/templates/feed_comments_rss_template.xml %%WWWDIR%%/pivotx/templates/feed_rss_template.xml %%WWWDIR%%/pivotx/templates/index.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_commentform.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_footer.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_header.html +%%WWWDIR%%/pivotx/templates/mobile/_sub_commentform.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/mobile/archive.tpl +%%WWWDIR%%/pivotx/templates/mobile/entry.tpl %%WWWDIR%%/pivotx/templates/mobile/entrypage_template.html +%%WWWDIR%%/pivotx/templates/mobile/front.tpl %%WWWDIR%%/pivotx/templates/mobile/frontpage_template.html +%%WWWDIR%%/pivotx/templates/mobile/installation.txt +%%WWWDIR%%/pivotx/templates/mobile/mobile-big.jpg +%%WWWDIR%%/pivotx/templates/mobile/mobile.jpg +%%WWWDIR%%/pivotx/templates/mobile/mobile.theme +%%WWWDIR%%/pivotx/templates/mobile/page.tpl %%WWWDIR%%/pivotx/templates/mobile/page_template.html +%%WWWDIR%%/pivotx/templates/mobile/search.tpl %%WWWDIR%%/pivotx/templates/mobile/search_template.html %%WWWDIR%%/pivotx/templates/mobile/style.css %%WWWDIR%%/pivotx/templates/pivotx_essentials.css -%%WWWDIR%%/pivotx/templates/skinny/_sub_footer.html -%%WWWDIR%%/pivotx/templates/skinny/_sub_header.html -%%WWWDIR%%/pivotx/templates/skinny/_sub_sidebar.html +%%WWWDIR%%/pivotx/templates/skinny/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/skinny/archive.tpl %%WWWDIR%%/pivotx/templates/skinny/archivepage_template.html +%%WWWDIR%%/pivotx/templates/skinny/entry.tpl %%WWWDIR%%/pivotx/templates/skinny/entry_template.html +%%WWWDIR%%/pivotx/templates/skinny/front.tpl %%WWWDIR%%/pivotx/templates/skinny/frontpage_template.html %%WWWDIR%%/pivotx/templates/skinny/images/header.jpg +%%WWWDIR%%/pivotx/templates/skinny/installation.txt +%%WWWDIR%%/pivotx/templates/skinny/page.tpl %%WWWDIR%%/pivotx/templates/skinny/page_template.html +%%WWWDIR%%/pivotx/templates/skinny/readme.txt +%%WWWDIR%%/pivotx/templates/skinny/search.tpl %%WWWDIR%%/pivotx/templates/skinny/search_template.html +%%WWWDIR%%/pivotx/templates/skinny/skinny-big.jpg %%WWWDIR%%/pivotx/templates/skinny/skinny.jpg %%WWWDIR%%/pivotx/templates/skinny/skinny.theme %%WWWDIR%%/pivotx/templates/skinny/style.css @@ -845,7 +894,7 @@ %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_454545_256x240.png %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_888888_256x240.png %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.8.17.custom.css +%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.9.1.custom.css %%WWWDIR%%/pivotx/templates_internal/users.tpl %%WWWDIR%%/pivotx/templates_internal/visitors.tpl %%WWWDIR%%/pivotx/templates_internal/weblog.tpl From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 11:38:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97760CF2; Tue, 13 Aug 2013 11:38:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 831DE2F10; Tue, 13 Aug 2013 11:38:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DBcssE078416; Tue, 13 Aug 2013 11:38:54 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DBcsQR078414; Tue, 13 Aug 2013 11:38:54 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201308131138.r7DBcsQR078414@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 13 Aug 2013 11:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324657 - head/graphics/libqrencode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 11:38:54 -0000 Author: vanilla Date: Tue Aug 13 11:38:53 2013 New Revision: 324657 URL: http://svnweb.freebsd.org/changeset/ports/324657 Log: Upgrade to 3.4.3. Modified: head/graphics/libqrencode/Makefile head/graphics/libqrencode/distinfo Modified: head/graphics/libqrencode/Makefile ============================================================================== --- head/graphics/libqrencode/Makefile Tue Aug 13 11:23:29 2013 (r324656) +++ head/graphics/libqrencode/Makefile Tue Aug 13 11:38:53 2013 (r324657) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libqrencode -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://fukuchi.org/works/qrencode/ Modified: head/graphics/libqrencode/distinfo ============================================================================== --- head/graphics/libqrencode/distinfo Tue Aug 13 11:23:29 2013 (r324656) +++ head/graphics/libqrencode/distinfo Tue Aug 13 11:38:53 2013 (r324657) @@ -1,2 +1,2 @@ -SHA256 (qrencode-3.4.2.tar.gz) = cca5c809c3799e6d1edc35e1d6e0957e93928de8b05da6c11b9c6afac1c8fde8 -SIZE (qrencode-3.4.2.tar.gz) = 460859 +SHA256 (qrencode-3.4.3.tar.gz) = 18c4af0e99a622901210d8e8a174e7c8e77911f2accee9c8b7d074b5d00d47c8 +SIZE (qrencode-3.4.3.tar.gz) = 467774 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 11:40:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFD6DDEE; Tue, 13 Aug 2013 11:40:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE2842F43; Tue, 13 Aug 2013 11:40:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DBelk2080416; Tue, 13 Aug 2013 11:40:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DBelQj080414; Tue, 13 Aug 2013 11:40:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308131140.r7DBelQj080414@svn.freebsd.org> From: William Grzybowski Date: Tue, 13 Aug 2013 11:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324658 - head/japanese/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 11:40:48 -0000 Author: wg Date: Tue Aug 13 11:40:47 2013 New Revision: 324658 URL: http://svnweb.freebsd.org/changeset/ports/324658 Log: japanese/wordpress: update to 3.6 - Update to 3.6 [1] - Remove LICENSE_FILE [1] - Remove indefinite article from COMMENT PR: ports/181258 Submitted by: Takefu Modified: head/japanese/wordpress/Makefile head/japanese/wordpress/distinfo Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Tue Aug 13 11:38:53 2013 (r324657) +++ head/japanese/wordpress/Makefile Tue Aug 13 11:40:47 2013 (r324658) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.5.2 +PORTVERSION= 3.6 CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ja MAINTAINER= ports@FreeBSD.org -COMMENT= A state-of-the-art semantic personal publishing platform +COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/license.txt CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ru-wordpress-3.* Modified: head/japanese/wordpress/distinfo ============================================================================== --- head/japanese/wordpress/distinfo Tue Aug 13 11:38:53 2013 (r324657) +++ head/japanese/wordpress/distinfo Tue Aug 13 11:40:47 2013 (r324658) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.5.2-ja.tar.gz) = 82df6bfe4783940f9d8b1d0508ab0bc2c0932a9e0046f6b8daf2134aeab4c69f -SIZE (wordpress-3.5.2-ja.tar.gz) = 6128624 +SHA256 (wordpress-3.6-ja.tar.gz) = 425ccb35c5e79171447334d4187b38abe0d8876b4f2d41c67a1b602a215213a9 +SIZE (wordpress-3.6-ja.tar.gz) = 5993251 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 11:59:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83CDE273; Tue, 13 Aug 2013 11:59:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 569CB202C; Tue, 13 Aug 2013 11:59:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DBxt4G085892; Tue, 13 Aug 2013 11:59:55 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DBxteV085890; Tue, 13 Aug 2013 11:59:55 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201308131159.r7DBxteV085890@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 13 Aug 2013 11:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324659 - head/science/py-h5py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 11:59:55 -0000 Author: koobs Date: Tue Aug 13 11:59:54 2013 New Revision: 324659 URL: http://svnweb.freebsd.org/changeset/ports/324659 Log: science/py-h5py: Add OPTION support for HDF5 1.8 - Add OPTION to use science/hdf5-18 instead of science/hdf5 PR: ports/179572 Submitted by: Johannes Meixner Approved by: maintainer timeout (8 weeks) Modified: head/science/py-h5py/Makefile (contents, props changed) head/science/py-h5py/pkg-descr (contents, props changed) Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Tue Aug 13 11:40:47 2013 (r324658) +++ head/science/py-h5py/Makefile Tue Aug 13 11:59:54 2013 (r324659) @@ -1,13 +1,9 @@ -# Ports collection makefile for: h5py -# Date created: Jun 22, 2009 -# Whom: TAOKA Fumiyoshi -# +# Created by: TAOKA Fumiyoshi # $FreeBSD$ -# PORTNAME= h5py PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +13,17 @@ COMMENT= A general-purpose Python interf BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 + +OPTIONS_DEFINE= NEW_HDF5 +NEW_HDF5_DESC= Use port science/hdf5-18 instead of science/hdf5 +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include +.if ${PORT_OPTIONS:MNEW_HDF5} +LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 +.else +LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5 +.endif USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install Modified: head/science/py-h5py/pkg-descr ============================================================================== --- head/science/py-h5py/pkg-descr Tue Aug 13 11:40:47 2013 (r324658) +++ head/science/py-h5py/pkg-descr Tue Aug 13 11:59:54 2013 (r324659) @@ -1,8 +1,7 @@ -The h5py package provides both a high- and low-level interface to the -HDF5 library from Python. The low-level interface is -intended to be a complete wrapping of the HDF5 1.6 API, while the high- -level component supports Python-style object-oriented access to HDF5 files, -datasets and groups. +The h5py package provides both a high- and low-level interface to the HDF5 +library from Python. The low-level interface is intended to be a complete +wrapping of the HDF5 1.6 and 1.8 APIs, while the high-level component supports +Python-style object-oriented access to HDF5 files, datasets and groups. The goal of this package is not to provide yet another scientific data model. It is an attempt to create as straightforward a binding as possible From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 12:11:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13E278FB; Tue, 13 Aug 2013 12:11:06 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00C09217D; Tue, 13 Aug 2013 12:11:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DCB55O092385; Tue, 13 Aug 2013 12:11:05 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DCB5Ae092382; Tue, 13 Aug 2013 12:11:05 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308131211.r7DCB5Ae092382@svn.freebsd.org> From: William Grzybowski Date: Tue, 13 Aug 2013 12:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324660 - in head/databases/xtrabackup: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 12:11:06 -0000 Author: wg Date: Tue Aug 13 12:11:05 2013 New Revision: 324660 URL: http://svnweb.freebsd.org/changeset/ports/324660 Log: databases/xtrabackup: update to 2.1.4 - Update to 2.1.4 - Remove MySQL references (everything is now inside tarball) - Add qpress as run dependency for --decompress option PR: ports/181255 Submitted by: Alex Samorukov (maintainer) Modified: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo head/databases/xtrabackup/files/patch-build.sh Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Tue Aug 13 11:59:54 2013 (r324659) +++ head/databases/xtrabackup/Makefile Tue Aug 13 12:11:05 2013 (r324660) @@ -2,19 +2,11 @@ # $FreeBSD$ PORTNAME= xtrabackup -PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= databases -MASTER_SITES= http://downloads.skysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \ - http://downloads.mysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \ - http://www.percona.com/downloads/%SUBDIR%/:xtrabackup,percsrc51,percsrc55 \ - http://samm.kiev.ua/percona/:percsrc51,percsrc55 +MASTER_SITES= http://www.percona.com/downloads/%SUBDIR%/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -DISTFILES= mysql-${MYSQL51_SRCVER}.tar.gz:mysql51 mysql-${MYSQL55_SRCVER}.tar.gz:mysql55 \ - mysql-${MYSQL56_SRCVER}.tar.gz:mysql56 \ - percona-xtrabackup-${PORTVERSION}.tar.gz:xtrabackup \ - Percona-Server-5.1.59-13.0-patches.tar.gz:percsrc51 \ - Percona-Server-5.5.16-22.0-patches.tar.gz:percsrc55 +DISTFILES= percona-xtrabackup-${PORTVERSION}.tar.gz EXTRACT_ONLY= percona-xtrabackup-${PORTVERSION}.tar.gz MAINTAINER= aleksandr.kuzminsky@percona.com @@ -28,35 +20,21 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b bison:${PORTSDIR}/devel/bison LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error -RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ + qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -MAKE_JOBS_SAFE= yes -USE_GMAKE= yes -USE_PERL5= yes USE_AUTOTOOLS= automake autoheader autoconf libtool aclocal # MySQL 5.5 using CMAKE -USES= cmake iconv gettext +USES= cmake iconv gettext gmake perl5 -MASTER_SITE_SUBDIR= mysql-5.1/:mysql51 mysql-5.5/:mysql55 mysql-5.6/:mysql56 \ - XtraBackup/XtraBackup-${PORTVERSION}/source/:xtrabackup \ - Percona-Server-5.1/Percona-Server-5.1.59-13.0/source/:percsrc51 \ - Percona-Server-5.5/Percona-Server-5.5.16-22.0/source/:percsrc55 - -# port needs MySQL sources to build -MYSQL51_SRCVER= 5.1.59 -MYSQL55_SRCVER= 5.5.16 -MYSQL56_SRCVER= 5.6.10 +MASTER_SITE_SUBDIR= XtraBackup/XtraBackup-${PORTVERSION}/source/ PLIST_FILES= bin/xtrabackup bin/xtrabackup_55 bin/xtrabackup_56 bin/xbstream \ bin/innobackupex bin/xbcrypt pre-build: - ${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz \ - ${DISTDIR}/mysql-${MYSQL51_SRCVER}.tar.gz ${DISTDIR}/mysql-${MYSQL55_SRCVER}.tar.gz \ - ${DISTDIR}/mysql-${MYSQL56_SRCVER}.tar.gz \ - ${DISTDIR}/Percona-Server-5.1.59-13.0-patches.tar.gz \ - ${DISTDIR}/Percona-Server-5.5.16-22.0-patches.tar.gz ${WRKSRC} + ${CP} ${DISTDIR}/percona-xtrabackup-${PORTVERSION}.tar.gz ${WRKSRC} do-build: cd ${WRKSRC} && ./utils/build.sh xtradb55 Modified: head/databases/xtrabackup/distinfo ============================================================================== --- head/databases/xtrabackup/distinfo Tue Aug 13 11:59:54 2013 (r324659) +++ head/databases/xtrabackup/distinfo Tue Aug 13 12:11:05 2013 (r324660) @@ -1,12 +1,2 @@ -SHA256 (mysql-5.1.59.tar.gz) = f87b99b73c0d936ed892326ebd4c90b1d5c7d5d2ac8832fc62f538db99fb04f7 -SIZE (mysql-5.1.59.tar.gz) = 24325443 -SHA256 (mysql-5.5.16.tar.gz) = 38a88d5f3a4e0ab1c6722662a2c858c63fd98f0925691400282cb23f1ea29b70 -SIZE (mysql-5.5.16.tar.gz) = 23816508 -SHA256 (mysql-5.6.10.tar.gz) = 156c43a7bde1ada8552938c6b8f46162b568bca8ddb76998a645308d93fb70b6 -SIZE (mysql-5.6.10.tar.gz) = 35174149 -SHA256 (percona-xtrabackup-2.1.3.tar.gz) = 10c089ac0ad90ac9fc868a36577ba02c6f6b4a488dac716fc4ecb81c107a21d8 -SIZE (percona-xtrabackup-2.1.3.tar.gz) = 11267387 -SHA256 (Percona-Server-5.1.59-13.0-patches.tar.gz) = 76f9398d1637c9cfc1b64e35cd272b70ddc71cfb6f00abd2fe6e62918fa920b5 -SIZE (Percona-Server-5.1.59-13.0-patches.tar.gz) = 1203994 -SHA256 (Percona-Server-5.5.16-22.0-patches.tar.gz) = 30d14443027cbcef4266385adfeb385af62cf5551ca044ae83539673497be4be -SIZE (Percona-Server-5.5.16-22.0-patches.tar.gz) = 1141266 +SHA256 (percona-xtrabackup-2.1.4.tar.gz) = bb0d99915458635d4f852f89412417edb7928755f76ec5a9219e67af8eadada7 +SIZE (percona-xtrabackup-2.1.4.tar.gz) = 137107631 Modified: head/databases/xtrabackup/files/patch-build.sh ============================================================================== --- head/databases/xtrabackup/files/patch-build.sh Tue Aug 13 11:59:54 2013 (r324659) +++ head/databases/xtrabackup/files/patch-build.sh Tue Aug 13 12:11:05 2013 (r324660) @@ -1,6 +1,6 @@ ---- utils/build.sh 2013-05-22 19:00:32.000000000 +0200 -+++ utils/build.sh 2013-07-02 21:36:25.534672963 +0200 -@@ -281,6 +281,7 @@ +--- utils/build.sh 2013-08-01 15:26:37.000000000 +0200 ++++ utils/build.sh 2013-08-13 08:52:57.520334456 +0200 +@@ -289,6 +289,7 @@ -DWITH_EXTRA_CHARSETS=all \ -DWITH_EMBEDDED_SERVER=1 \ -DENABLE_DTRACE=OFF $extra_config_55plus" @@ -8,38 +8,3 @@ build_all $type ;; -@@ -316,9 +317,14 @@ - bzr revert - bzr pull --overwrite - else -- bzr branch -r tag:Percona-Server-$PS_51_VERSION \ -- lp:percona-server/5.1 $branch_dir -+ #bzr branch -r tag:Percona-Server-$PS_51_VERSION \ -+ # lp:percona-server/5.1 $branch_dir -+ tar -xvzf Percona-Server-${PS_51_VERSION}-patches.tar.gz -+ ln -sf Percona-Server-${PS_51_VERSION}-patches $branch_dir -+ ln mysql-${MYSQL_51_VERSION}.tar.gz $branch_dir - cd $branch_dir -+ #fix for cmake, from https://bugs.launchpad.net/percona-xtradb/+bug/666223 -+ sed -i .orig 's/inline void _increment_page_get_statistics/void _increment_page_get_statistics/' patches/innodb_extend_slow.patch - fi - - $MAKE_CMD main -@@ -370,9 +376,15 @@ - bzr revert - bzr pull --overwrite - else -- bzr branch -r tag:Percona-Server-$PS_55_VERSION \ -- lp:percona-server $branch_dir -+# bzr branch -r tag:Percona-Server-$PS_55_VERSION \ -+# lp:percona-server $branch_dir -+ tar -xvzf Percona-Server-${PS_55_VERSION}-patches.tar.gz -+ ln -sf Percona-Server-${PS_55_VERSION}-patches $branch_dir -+ ln mysql-5.5.16.tar.gz $branch_dir - cd $branch_dir -+ #fix for cmake, from https://bugs.launchpad.net/percona-xtradb/+bug/666223 -+ sed -i .orig 's/inline void _increment_page_get_statistics/void _increment_page_get_statistics/' patches/innodb_extend_slow.patch -+ - fi - - $MAKE_CMD PERCONA_SERVER=Percona-Server-5.5 main From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 12:24:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8ED4DF3; Tue, 13 Aug 2013 12:24:42 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6253228D; Tue, 13 Aug 2013 12:24:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DCOgUG096746; Tue, 13 Aug 2013 12:24:42 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DCOgnJ096745; Tue, 13 Aug 2013 12:24:42 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201308131224.r7DCOgnJ096745@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 13 Aug 2013 12:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324661 - branches/RELENG_9_2_0/net-mgmt/wmi-client X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 12:24:42 -0000 Author: zi Date: Tue Aug 13 12:24:42 2013 New Revision: 324661 URL: http://svnweb.freebsd.org/changeset/ports/324661 Log: - Merge r324643 from head Approved by: portmgr@ (bdrewery) Modified: branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile (contents, props changed) Modified: branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile ============================================================================== --- branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile Tue Aug 13 12:11:05 2013 (r324660) +++ branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile Tue Aug 13 12:24:42 2013 (r324661) @@ -1,15 +1,12 @@ -# New ports collection makefile for: wmi -# Date created: 2011-11-25 -# Whom: KIKUCHI Koichiro -# +# Created by: KIKUCHI Koichiro # $FreeBSD$ -# PORTNAME= wmi PORTVERSION= 1.3.16 CATEGORIES= net-mgmt -MASTER_SITES= http://dev.zenoss.org/svn/trunk/inst/externallibs/ \ - ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \ + http://www.openvas.org/download/wmi/ \ + http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= -client MAINTAINER= koichiro@rworks.jp @@ -24,16 +21,8 @@ USE_GMAKE= yes USES= iconv USE_LDCONFIG= yes -#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls -#RUN_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls - MAKEFILE= GNUmakefile MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" ALL_TARGET= build -.include - -do-configure: -# do noting - -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:04:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF69576C; Tue, 13 Aug 2013 13:04:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB082509; Tue, 13 Aug 2013 13:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DD4vCU011786; Tue, 13 Aug 2013 13:04:57 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DD4t2b011769; Tue, 13 Aug 2013 13:04:55 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201308131304.r7DD4t2b011769@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Aug 2013 13:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324662 - in head: Mk Mk/Uses lang lang/perl5.12 lang/perl5.14 lang/perl5.16 lang/perl5.18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:04:57 -0000 Author: mat Date: Tue Aug 13 13:04:55 2013 New Revision: 324662 URL: http://svnweb.freebsd.org/changeset/ports/324662 Log: Introduce Perl 5.18.1 Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod Added: head/lang/perl5.18/ - copied from r324652, head/lang/perl5.16/ Modified: head/Mk/Uses/perl5.mk head/Mk/bsd.perl.mk head/lang/Makefile head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile head/lang/perl5.18/Makefile.man head/lang/perl5.18/distinfo head/lang/perl5.18/pkg-plist Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Tue Aug 13 12:24:42 2013 (r324661) +++ head/Mk/Uses/perl5.mk Tue Aug 13 13:04:55 2013 (r324662) @@ -68,6 +68,8 @@ PERL_ARCH?= mach # there must always be a default to prevent dependency failures such # as "ports/lang: not found" +.if ${PERL_LEVEL} >= 501800 +PERL_PORT?= perl5.18 .if ${PERL_LEVEL} >= 501600 PERL_PORT?= perl5.16 .elif ${PERL_LEVEL} >= 501400 Modified: head/Mk/bsd.perl.mk ============================================================================== --- head/Mk/bsd.perl.mk Tue Aug 13 12:24:42 2013 (r324661) +++ head/Mk/bsd.perl.mk Tue Aug 13 13:04:55 2013 (r324662) @@ -75,6 +75,8 @@ PERL_ARCH?= mach # there must always be a default to prevent dependency failures such # as "ports/lang: not found" +.if ${PERL_LEVEL} >= 501800 +PERL_PORT?= perl5.18 .if ${PERL_LEVEL} >= 501600 PERL_PORT?= perl5.16 .elif ${PERL_LEVEL} >= 501400 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Aug 13 12:24:42 2013 (r324661) +++ head/lang/Makefile Tue Aug 13 13:04:55 2013 (r324662) @@ -243,6 +243,7 @@ SUBDIR += perl5.12 SUBDIR += perl5.14 SUBDIR += perl5.16 + SUBDIR += perl5.18 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += phantomjs Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Tue Aug 13 12:24:42 2013 (r324661) +++ head/lang/perl5.12/Makefile Tue Aug 13 13:04:55 2013 (r324662) @@ -21,7 +21,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual CONFLICTS= perl-5.14.* perl-threaded-5.14.* \ - perl-5.16.* perl-threaded-5.16.* + perl-5.16.* perl-threaded-5.16.* \ + perl-5.18.* perl-threaded-5.18.* OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ MULTIPLICITY SITECUSTOMIZE USE_PERL @@ -35,6 +36,9 @@ MULTIPLICITY_DESC= Use multiplicity SITECUSTOMIZE_DESC= Run-time customization of @INC USE_PERL_DESC= Rewrite links in /usr/bin +DEPRECATED= Consider switching to a more recent version of Perl +EXPIRATION_DATE= 2014-02-14 + PORTSCOUT= limitw:1,even PERL_VERSION= 5.12.5 Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Tue Aug 13 12:24:42 2013 (r324661) +++ head/lang/perl5.14/Makefile Tue Aug 13 13:04:55 2013 (r324662) @@ -21,7 +21,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual CONFLICTS= perl-5.16.* perl-threaded-5.16.* \ - perl-5.12.* perl-threaded-5.12.* + perl-5.12.* perl-threaded-5.12.* \ + perl-5.18.* perl-threaded-5.18.* OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ MULTIPLICITY SITECUSTOMIZE USE_PERL Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Tue Aug 13 12:24:42 2013 (r324661) +++ head/lang/perl5.16/Makefile Tue Aug 13 13:04:55 2013 (r324662) @@ -21,7 +21,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual CONFLICTS= perl-5.12.* perl-threaded-5.12.* \ - perl-5.14.* perl-threaded-5.14.* + perl-5.14.* perl-threaded-5.14.* \ + perl-5.18.* perl-threaded-5.18.* OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ MULTIPLICITY SITECUSTOMIZE USE_PERL Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Tue Aug 13 06:20:27 2013 (r324652) +++ head/lang/perl5.18/Makefile Tue Aug 13 13:04:55 2013 (r324662) @@ -1,4 +1,4 @@ -# Created by: markm +# Created by: mat # $FreeBSD$ PORTNAME= perl @@ -21,11 +21,17 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual CONFLICTS= perl-5.12.* perl-threaded-5.12.* \ - perl-5.14.* perl-threaded-5.14.* + perl-5.14.* perl-threaded-5.14.* \ + perl-5.16.* perl-threaded-5.16.* -OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ +OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE USE_PERL +# it seems perl malloc has problems with threaded perl on FreeBSD +OPTIONS_RADIO= EXCLUSIVE +OPTIONS_RADIO_EXCLUSIVE= THREADS PERL_MALLOC OPTIONS_DEFAULT= PERL_64BITINT PTHREAD USE_PERL + +EXCLUSIVE_DESC= Exclusive OPTIONS GDBM_DESC= GDBM_File extension PERL_MALLOC_DESC= Use Perl malloc PERL_64BITINT_DESC= Use 64 bit integers (on i386) @@ -35,9 +41,24 @@ MULTIPLICITY_DESC= Use multiplicity SITECUSTOMIZE_DESC= Run-time customization of @INC USE_PERL_DESC= Rewrite links in /usr/bin +#OPTIONS_EXCLUDE_AMD64= THREADS +OPTIONS_SUB= yes +DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING +DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" +GDBM_CONFIGURE_ON= -Di_gdbm +GDBM_CONFIGURE_OFF= -Ui_gdbm +GDBM_LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm +PERL_64BITINT_CONFIGURE_ON= -Duse64bitint +MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y +SITECUSTOMIZE_CONFIGURE_ON= -Dusesitecustomize +THREADS_CONFIGURE_ON= -Dusethreads=y +THREADS_CONFIGURE_OFF= -Dusethreads=n +PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y +PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n + PORTSCOUT= limitw:1,even -PERL_VERSION= 5.16.3 +PERL_VERSION= 5.18.1 PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//} PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VER} @@ -83,20 +104,8 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} SITE_PERL=${SITE_PERL:S|^${LOCALBASE}/||} .if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= -Doptimize="-g" -DDEBUGGING STRIP= STRIP_CMD= ${TRUE} -.else -CONFIGURE_ARGS+= -Doptimize="${CFLAGS}" -.endif - -.if ${PORT_OPTIONS:MGDBM} -CONFIGURE_ARGS+= -Di_gdbm -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm -PLIST_SUB+= GDBM="" -.else -CONFIGURE_ARGS+= -Ui_gdbm -PLIST_SUB+= GDBM="@comment " .endif .if ${OSVERSION} >= 900022 @@ -106,35 +115,8 @@ PLIST_SUB+= MANCONF="@comment " .endif .if ${PORT_OPTIONS:MTHREADS} -#XXX .if ${ARCH} == "amd64" -#XXX IGNORE= Threaded perl does not pass tests on ${ARCH} -#XXX .endif -CONFIGURE_ARGS+= -Dusethreads=y PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes -# it seems perl malloc has problems with threaded perl on FreeBSD -PORT_OPTIONS:= ${PORT_OPTIONS:O:u} -PORT_OPTIONS:= ${PORT_OPTIONS:NPERL_MALLOC} -.else -CONFIGURE_ARGS+= -Dusethreads=n -.endif - -.if ${PORT_OPTIONS:MPERL_MALLOC} -CONFIGURE_ARGS+= -Dusemymalloc=y -.else -CONFIGURE_ARGS+= -Dusemymalloc=n -.endif - -.if ${PORT_OPTIONS:MPERL_64BITINT} -CONFIGURE_ARGS+= -Duse64bitint -.endif - -.if ${PORT_OPTIONS:MMULTIPLICITY} -CONFIGURE_ARGS+= -Dusemultiplicity=y -.endif - -.if ${PORT_OPTIONS:MSITECUSTOMIZE} -CONFIGURE_ARGS+= -Dusesitecustomize .endif .if ${PORT_OPTIONS:MUSE_PERL} Modified: head/lang/perl5.18/Makefile.man ============================================================================== --- head/lang/perl5.16/Makefile.man Tue Aug 13 06:20:27 2013 (r324652) +++ head/lang/perl5.18/Makefile.man Tue Aug 13 13:04:55 2013 (r324662) @@ -24,14 +24,18 @@ MAN1+= perl5121delta.1 MAN1+= perl5122delta.1 MAN1+= perl5123delta.1 MAN1+= perl5124delta.1 +MAN1+= perl5125delta.1 MAN1+= perl5140delta.1 MAN1+= perl5141delta.1 MAN1+= perl5142delta.1 MAN1+= perl5143delta.1 +MAN1+= perl5144delta.1 MAN1+= perl5160delta.1 MAN1+= perl5161delta.1 MAN1+= perl5162delta.1 MAN1+= perl5163delta.1 +MAN1+= perl5180delta.1 +MAN1+= perl5181delta.1 MAN1+= perl561delta.1 MAN1+= perl56delta.1 MAN1+= perl581delta.1 @@ -49,7 +53,6 @@ MAN1+= perlamiga.1 MAN1+= perlapi.1 MAN1+= perlapio.1 MAN1+= perlartistic.1 -MAN1+= perlbeos.1 MAN1+= perlbook.1 MAN1+= perlboot.1 MAN1+= perlbot.1 @@ -76,7 +79,6 @@ MAN1+= perldsc.1 MAN1+= perldtrace.1 MAN1+= perlebcdic.1 MAN1+= perlembed.1 -MAN1+= perlepoc.1 MAN1+= perlexperiment.1 MAN1+= perlfaq.1 MAN1+= perlfaq1.1 @@ -123,7 +125,6 @@ MAN1+= perlmod.1 MAN1+= perlmodinstall.1 MAN1+= perlmodlib.1 MAN1+= perlmodstyle.1 -MAN1+= perlmpeix.1 MAN1+= perlmroapi.1 MAN1+= perlnetware.1 MAN1+= perlnewmod.1 @@ -181,9 +182,7 @@ MAN1+= perluniintro.1 MAN1+= perluniprops.1 MAN1+= perlunitut.1 MAN1+= perlutil.1 -MAN1+= perluts.1 MAN1+= perlvar.1 -MAN1+= perlvmesa.1 MAN1+= perlvms.1 MAN1+= perlvos.1 MAN1+= perlwin32.1 @@ -268,6 +267,7 @@ MAN3+= CPANPLUS.3 MAN3+= CPANPLUS::Backend.3 MAN3+= CPANPLUS::Backend::RV.3 MAN3+= CPANPLUS::Config.3 +MAN3+= CPANPLUS::Config::HomeEnv.3 MAN3+= CPANPLUS::Configure.3 MAN3+= CPANPLUS::Dist.3 MAN3+= CPANPLUS::Dist::Autobundle.3 @@ -308,6 +308,7 @@ MAN3+= Compress::Raw::Zlib.3 MAN3+= Compress::Zlib.3 MAN3+= Config.3 MAN3+= Config::Extensions.3 +MAN3+= Config::Perl::V.3 MAN3+= Cwd.3 MAN3+= DB.3 MAN3+= DBM_Filter.3 @@ -571,6 +572,7 @@ MAN3+= Module::Build::Platform::os2.3 MAN3+= Module::Build::Version.3 MAN3+= Module::Build::YAML.3 MAN3+= Module::CoreList.3 +MAN3+= Module::CoreList::Utils.3 MAN3+= Module::Load.3 MAN3+= Module::Load::Conditional.3 MAN3+= Module::Loaded.3 @@ -764,12 +766,12 @@ MAN3+= Unicode::Collate::CJK::JISX0208.3 MAN3+= Unicode::Collate::CJK::Korean.3 MAN3+= Unicode::Collate::CJK::Pinyin.3 MAN3+= Unicode::Collate::CJK::Stroke.3 +MAN3+= Unicode::Collate::CJK::Zhuyin.3 MAN3+= Unicode::Collate::Locale.3 MAN3+= Unicode::Normalize.3 MAN3+= Unicode::UCD.3 MAN3+= User::grent.3 MAN3+= User::pwent.3 -MAN3+= Version::Requirements.3 MAN3+= XSLoader.3 MAN3+= arybase.3 MAN3+= attributes.3 Modified: head/lang/perl5.18/distinfo ============================================================================== --- head/lang/perl5.16/distinfo Tue Aug 13 06:20:27 2013 (r324652) +++ head/lang/perl5.18/distinfo Tue Aug 13 13:04:55 2013 (r324662) @@ -1,4 +1,4 @@ -SHA256 (perl/perl-5.16.3.tar.bz2) = bb7bc735e6813b177dcfccd480defcde7eddefa173b5967eac11babd1bfa98e8 -SIZE (perl/perl-5.16.3.tar.bz2) = 13724906 +SHA256 (perl/perl-5.18.1.tar.bz2) = bf46c732c68fb160ea276b4b0cda26971646a206e31951abb8623a60f0ee5249 +SIZE (perl/perl-5.18.1.tar.bz2) = 14059628 SHA256 (perl/BSDPAN-20111107.tar.bz2) = 2f03218a592dc65ebfdc3c6b9394d91dcf4c53aa5290a08458b837baad5a21f9 SIZE (perl/BSDPAN-20111107.tar.bz2) = 8448 Modified: head/lang/perl5.18/pkg-plist ============================================================================== --- head/lang/perl5.16/pkg-plist Tue Aug 13 06:20:27 2013 (r324652) +++ head/lang/perl5.18/pkg-plist Tue Aug 13 13:04:55 2013 (r324662) @@ -68,6 +68,8 @@ lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/COR lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/gv.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/handy.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/hv.h +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/hv_func.h +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/inline.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/intrpvar.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/iperlsys.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/keywords.h @@ -111,6 +113,7 @@ lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/COR lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/time64.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/time64_config.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/uconfig.h +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/unicode_constants.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/unixish.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/utf8.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/utfebcdic.h @@ -157,6 +160,7 @@ lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Enc lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Encode/Unicode/UTF7.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Errno.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Fcntl.pm +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/DosGlob.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Glob.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Spec.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/File/Spec/Cygwin.pm @@ -259,6 +263,8 @@ lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/aut lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl/Fcntl.bs lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl/Fcntl.so +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DosGlob/DosGlob.bs +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DosGlob/DosGlob.so lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob/Glob.bs lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob/Glob.so lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util/Call/Call.bs @@ -418,6 +424,7 @@ lib/perl5/%%PERL_VER%%/CPANPLUS.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend/RV.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Config.pm +lib/perl5/%%PERL_VER%%/CPANPLUS/Config/HomeEnv.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure/Setup.pm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist.pm @@ -462,6 +469,7 @@ lib/perl5/%%PERL_VER%%/Carp/Heavy.pm lib/perl5/%%PERL_VER%%/Class/Struct.pm lib/perl5/%%PERL_VER%%/Compress/Zlib.pm lib/perl5/%%PERL_VER%%/Config/Extensions.pm +lib/perl5/%%PERL_VER%%/Config/Perl/V.pm lib/perl5/%%PERL_VER%%/DB.pm lib/perl5/%%PERL_VER%%/DBM_Filter.pm lib/perl5/%%PERL_VER%%/DBM_Filter/compress.pm @@ -560,7 +568,6 @@ lib/perl5/%%PERL_VER%%/File/Basename.pm lib/perl5/%%PERL_VER%%/File/CheckTree.pm lib/perl5/%%PERL_VER%%/File/Compare.pm lib/perl5/%%PERL_VER%%/File/Copy.pm -lib/perl5/%%PERL_VER%%/File/DosGlob.pm lib/perl5/%%PERL_VER%%/File/Fetch.pm lib/perl5/%%PERL_VER%%/File/Find.pm lib/perl5/%%PERL_VER%%/File/GlobMapper.pm @@ -711,9 +718,10 @@ lib/perl5/%%PERL_VER%%/Module/Build/Plat lib/perl5/%%PERL_VER%%/Module/Build/PodParser.pm lib/perl5/%%PERL_VER%%/Module/Build/Version.pm lib/perl5/%%PERL_VER%%/Module/Build/YAML.pm -lib/perl5/%%PERL_VER%%/Module/CoreList/TieHashDelta.pm lib/perl5/%%PERL_VER%%/Module/CoreList.pm lib/perl5/%%PERL_VER%%/Module/CoreList.pod +lib/perl5/%%PERL_VER%%/Module/CoreList/TieHashDelta.pm +lib/perl5/%%PERL_VER%%/Module/CoreList/Utils.pm lib/perl5/%%PERL_VER%%/Module/Load.pm lib/perl5/%%PERL_VER%%/Module/Load/Conditional.pm lib/perl5/%%PERL_VER%%/Module/Loaded.pm @@ -901,6 +909,7 @@ lib/perl5/%%PERL_VER%%/Unicode/Collate/C lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK/Korean.pm lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK/Pinyin.pm lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK/Stroke.pm +lib/perl5/%%PERL_VER%%/Unicode/Collate/CJK/Zhuyin.pm lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/af.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/ar.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/as.pl @@ -913,6 +922,7 @@ lib/perl5/%%PERL_VER%%/Unicode/Collate/L lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/cy.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/da.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/de_phone.pl +lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/ee.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/eo.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/es.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/es_trad.pl @@ -981,12 +991,12 @@ lib/perl5/%%PERL_VER%%/Unicode/Collate/L lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/zh_gb.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/zh_pin.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/zh_strk.pl +lib/perl5/%%PERL_VER%%/Unicode/Collate/Locale/zh_zhu.pl lib/perl5/%%PERL_VER%%/Unicode/Collate/allkeys.txt lib/perl5/%%PERL_VER%%/Unicode/Collate/keys.txt lib/perl5/%%PERL_VER%%/Unicode/UCD.pm lib/perl5/%%PERL_VER%%/User/grent.pm lib/perl5/%%PERL_VER%%/User/pwent.pm -lib/perl5/%%PERL_VER%%/Version/Requirements.pm lib/perl5/%%PERL_VER%%/XSLoader.pm lib/perl5/%%PERL_VER%%/_charnames.pm lib/perl5/%%PERL_VER%%/autodie.pm @@ -1034,14 +1044,18 @@ lib/perl5/%%PERL_VER%%/pod/perl5121delta lib/perl5/%%PERL_VER%%/pod/perl5122delta.pod lib/perl5/%%PERL_VER%%/pod/perl5123delta.pod lib/perl5/%%PERL_VER%%/pod/perl5124delta.pod +lib/perl5/%%PERL_VER%%/pod/perl5125delta.pod lib/perl5/%%PERL_VER%%/pod/perl5140delta.pod lib/perl5/%%PERL_VER%%/pod/perl5141delta.pod lib/perl5/%%PERL_VER%%/pod/perl5142delta.pod lib/perl5/%%PERL_VER%%/pod/perl5143delta.pod +lib/perl5/%%PERL_VER%%/pod/perl5144delta.pod lib/perl5/%%PERL_VER%%/pod/perl5160delta.pod lib/perl5/%%PERL_VER%%/pod/perl5161delta.pod lib/perl5/%%PERL_VER%%/pod/perl5162delta.pod lib/perl5/%%PERL_VER%%/pod/perl5163delta.pod +lib/perl5/%%PERL_VER%%/pod/perl5180delta.pod +lib/perl5/%%PERL_VER%%/pod/perl5181delta.pod lib/perl5/%%PERL_VER%%/pod/perl561delta.pod lib/perl5/%%PERL_VER%%/pod/perl56delta.pod lib/perl5/%%PERL_VER%%/pod/perl581delta.pod @@ -1059,7 +1073,6 @@ lib/perl5/%%PERL_VER%%/pod/perlamiga.pod lib/perl5/%%PERL_VER%%/pod/perlapi.pod lib/perl5/%%PERL_VER%%/pod/perlapio.pod lib/perl5/%%PERL_VER%%/pod/perlartistic.pod -lib/perl5/%%PERL_VER%%/pod/perlbeos.pod lib/perl5/%%PERL_VER%%/pod/perlbook.pod lib/perl5/%%PERL_VER%%/pod/perlboot.pod lib/perl5/%%PERL_VER%%/pod/perlbot.pod @@ -1085,7 +1098,6 @@ lib/perl5/%%PERL_VER%%/pod/perldsc.pod lib/perl5/%%PERL_VER%%/pod/perldtrace.pod lib/perl5/%%PERL_VER%%/pod/perlebcdic.pod lib/perl5/%%PERL_VER%%/pod/perlembed.pod -lib/perl5/%%PERL_VER%%/pod/perlepoc.pod lib/perl5/%%PERL_VER%%/pod/perlexperiment.pod lib/perl5/%%PERL_VER%%/pod/perlfaq.pod lib/perl5/%%PERL_VER%%/pod/perlfaq1.pod @@ -1131,7 +1143,6 @@ lib/perl5/%%PERL_VER%%/pod/perlmod.pod lib/perl5/%%PERL_VER%%/pod/perlmodinstall.pod lib/perl5/%%PERL_VER%%/pod/perlmodlib.pod lib/perl5/%%PERL_VER%%/pod/perlmodstyle.pod -lib/perl5/%%PERL_VER%%/pod/perlmpeix.pod lib/perl5/%%PERL_VER%%/pod/perlmroapi.pod lib/perl5/%%PERL_VER%%/pod/perlnetware.pod lib/perl5/%%PERL_VER%%/pod/perlnewmod.pod @@ -1188,9 +1199,7 @@ lib/perl5/%%PERL_VER%%/pod/perluniintro. lib/perl5/%%PERL_VER%%/pod/perluniprops.pod lib/perl5/%%PERL_VER%%/pod/perlunitut.pod lib/perl5/%%PERL_VER%%/pod/perlutil.pod -lib/perl5/%%PERL_VER%%/pod/perluts.pod lib/perl5/%%PERL_VER%%/pod/perlvar.pod -lib/perl5/%%PERL_VER%%/pod/perlvmesa.pod lib/perl5/%%PERL_VER%%/pod/perlvms.pod lib/perl5/%%PERL_VER%%/pod/perlvos.pod lib/perl5/%%PERL_VER%%/pod/perlwin32.pod @@ -1202,7 +1211,6 @@ lib/perl5/%%PERL_VER%%/sort.pm lib/perl5/%%PERL_VER%%/strict.pm lib/perl5/%%PERL_VER%%/subs.pm lib/perl5/%%PERL_VER%%/unicore/Blocks.txt -lib/perl5/%%PERL_VER%%/unicore/CaseFolding.txt lib/perl5/%%PERL_VER%%/unicore/CombiningClass.pl lib/perl5/%%PERL_VER%%/unicore/Decomposition.pl lib/perl5/%%PERL_VER%%/unicore/Heavy.pl @@ -1260,6 +1268,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Age/V lib/perl5/%%PERL_VER%%/unicore/lib/Age/V52.pl lib/perl5/%%PERL_VER%%/unicore/lib/Age/V60.pl lib/perl5/%%PERL_VER%%/unicore/lib/Age/V61.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Age/V62.pl lib/perl5/%%PERL_VER%%/unicore/lib/Alpha/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Bc/AL.pl lib/perl5/%%PERL_VER%%/unicore/lib/Bc/AN.pl @@ -1308,6 +1317,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/B lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Bopomofo.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/BoxDrawi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Brahmi.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Braille.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Buginese.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Buhid.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Byzantin.pl @@ -1339,6 +1349,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/C lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Cyrilli3.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Cyrilli4.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Cyrillic.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Deseret.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Devanag2.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Devanaga.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Diacrit2.pl @@ -1390,6 +1401,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/K lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Kannada.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Katakan2.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Katakana.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/KayahLi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Kharosht.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Khmer.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/KhmerSym.pl @@ -1405,6 +1417,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/L lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Limbu.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/LinearBI.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/LinearBS.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Lisu.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/LowSurro.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Lycian.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Lydian.pl @@ -1415,6 +1428,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/M lib/perl5/%%PERL_VER%%/unicore/lib/Blk/MathOper.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/MeeteiM2.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/MeeteiMa.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Meroiti2.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Meroitic.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Miao.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/MiscArro.pl @@ -1435,8 +1449,10 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/N lib/perl5/%%PERL_VER%%/unicore/lib/Blk/NumberFo.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OCR.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Ogham.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OlChiki.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OldItali.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OldPersi.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OldSouth.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/OldTurki.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Oriya.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Osmanya.pl @@ -1454,6 +1470,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Blk/R lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Samarita.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Saurasht.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Sharada.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Shavian.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/Sinhala.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/SmallFor.pl lib/perl5/%%PERL_VER%%/unicore/lib/Blk/SoraSomp.pl @@ -1575,21 +1592,22 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Me lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Nar.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Nb.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/NonCanon.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Dt/None.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Sml.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Sqr.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Sub.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Sup.pl lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Vert.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Dt/Wide.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ea/A.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Ea/F.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ea/H.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ea/N.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ea/Na.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ea/W.pl lib/perl5/%%PERL_VER%%/unicore/lib/Ext/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/GCB/CN.pl +lib/perl5/%%PERL_VER%%/unicore/lib/GCB/CR.pl lib/perl5/%%PERL_VER%%/unicore/lib/GCB/EX.pl +lib/perl5/%%PERL_VER%%/unicore/lib/GCB/LF.pl lib/perl5/%%PERL_VER%%/unicore/lib/GCB/SM.pl lib/perl5/%%PERL_VER%%/unicore/lib/GCB/XX.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/C.pl @@ -1613,7 +1631,6 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Nd lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Nl.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/No.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/P.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Pc.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Pd.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Pe.pl lib/perl5/%%PERL_VER%%/unicore/lib/Gc/Pf.pl @@ -1650,6 +1667,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/In/5_ lib/perl5/%%PERL_VER%%/unicore/lib/In/5_2.pl lib/perl5/%%PERL_VER%%/unicore/lib/In/6_0.pl lib/perl5/%%PERL_VER%%/unicore/lib/In/6_1.pl +lib/perl5/%%PERL_VER%%/unicore/lib/In/6_2.pl lib/perl5/%%PERL_VER%%/unicore/lib/Jg/Ain.pl lib/perl5/%%PERL_VER%%/unicore/lib/Jg/Alaph.pl lib/perl5/%%PERL_VER%%/unicore/lib/Jg/Alef.pl @@ -1726,23 +1744,15 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Lb/CJ lib/perl5/%%PERL_VER%%/unicore/lib/Lb/CL.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/CM.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/CP.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/CR.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/EX.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/GL.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/H2.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/H3.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/HL.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/HY.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/ID.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/IN.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/IS.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/JL.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/JT.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/JV.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/LF.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/NL.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/NS.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Lb/NU.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/OP.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/PO.pl lib/perl5/%%PERL_VER%%/unicore/lib/Lb/PR.pl @@ -1757,14 +1767,16 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Lb/ZW lib/perl5/%%PERL_VER%%/unicore/lib/Lower/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Math/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/NChar/Y.pl +lib/perl5/%%PERL_VER%%/unicore/lib/NFCQC/M.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFCQC/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFDQC/N.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFDQC/Y.pl -lib/perl5/%%PERL_VER%%/unicore/lib/NFKCQC/M.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFKCQC/N.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFKCQC/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/NFKDQC/N.pl +lib/perl5/%%PERL_VER%%/unicore/lib/NFKDQC/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nt/Di.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Nt/None.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nt/Nu.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/0.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/1.pl @@ -1804,6 +1816,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Nv/20 lib/perl5/%%PERL_VER%%/unicore/lib/Nv/2000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/20000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/21.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Nv/216000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/22.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/23.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/24.pl @@ -1841,6 +1854,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Nv/40 lib/perl5/%%PERL_VER%%/unicore/lib/Nv/41.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/42.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/43.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Nv/432000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/44.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/45.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/46.pl @@ -1879,7 +1893,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Nv/90 lib/perl5/%%PERL_VER%%/unicore/lib/Nv/9000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/90000.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/9_2.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Nv/NaN.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Nv/_1.pl lib/perl5/%%PERL_VER%%/unicore/lib/Nv/_1_2.pl lib/perl5/%%PERL_VER%%/unicore/lib/PatSyn/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/PatWS/Y.pl @@ -1899,7 +1913,6 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Perl/ lib/perl5/%%PERL_VER%%/unicore/lib/Perl/PosixLow.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/PosixPri.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/PosixPun.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Perl/PosixSpa.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/PosixUpp.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/Print.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/SpacePer.pl @@ -1907,12 +1920,22 @@ lib/perl5/%%PERL_VER%%/unicore/lib/Perl/ lib/perl5/%%PERL_VER%%/unicore/lib/Perl/VertSpac.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/Word.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/XPosixPu.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlAny.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlCh2.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlCha.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlIDC.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlIDS.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlNon.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_PerlQuo.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XBegin.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XExtend.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XGCBL.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XGCBLV.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XGCBLVT.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XGCBT.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XGCBV.pl lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XLVLVTV.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XRI.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XRegula.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Perl/_XSpecia.pl lib/perl5/%%PERL_VER%%/unicore/lib/QMark/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Radical/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/AT.pl @@ -1921,6 +1944,7 @@ lib/perl5/%%PERL_VER%%/unicore/lib/SB/EX lib/perl5/%%PERL_VER%%/unicore/lib/SB/FO.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/LE.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/LO.pl +lib/perl5/%%PERL_VER%%/unicore/lib/SB/NU.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/SC.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/SE.pl lib/perl5/%%PERL_VER%%/unicore/lib/SB/ST.pl @@ -1930,142 +1954,137 @@ lib/perl5/%%PERL_VER%%/unicore/lib/SB/XX lib/perl5/%%PERL_VER%%/unicore/lib/SD/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/STerm/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Arab.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Armi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Armn.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Avst.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Bali.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Bamu.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Batk.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Beng.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Bopo.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Brah.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Bugi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Buhd.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cakm.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cans.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cari.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cham.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cher.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Copt.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cprt.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Cyrl.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Deva.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Egyp.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Ethi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Geor.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Glag.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Goth.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Grek.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Gujr.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Guru.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Han.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Hang.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Hano.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Hebr.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Hira.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Ital.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Java.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Kana.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Khar.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Khmr.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Knda.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Kthi.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Lana.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Lao.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Latn.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Lepc.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Limb.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Linb.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Lyci.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Lydi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Mand.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Merc.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Miao.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Mlym.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Mong.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Mtei.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Mymr.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Nko.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Ogam.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Orkh.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Orya.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Osma.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Phag.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Phli.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Phnx.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Prti.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Rjng.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Runr.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Samr.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Saur.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Shrd.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Sinh.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Sora.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Sund.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Sylo.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Syrc.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tagb.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Takr.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tale.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Talu.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Taml.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tavt.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Telu.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tfng.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tglg.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Thaa.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Thai.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Tibt.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Ugar.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Vai.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Xpeo.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Xsux.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Yi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Zinh.pl lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Zyyy.pl +lib/perl5/%%PERL_VER%%/unicore/lib/Sc/Zzzz.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Arab.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Armi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Armn.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Avst.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Bali.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Bamu.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Batk.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Beng.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Bopo.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Brah.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Brai.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Bugi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Buhd.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cakm.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cans.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cari.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cham.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cher.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Copt.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cprt.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Cyrl.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Deva.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Dsrt.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Egyp.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Ethi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Geor.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Glag.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Goth.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Grek.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Gujr.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Guru.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Han.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Hang.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Hano.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Hebr.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Hira.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Ital.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Java.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Kali.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Kana.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Khar.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Khmr.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Knda.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Kthi.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lana.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lao.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Latn.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lepc.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Limb.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Linb.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lisu.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lyci.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Lydi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mand.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Merc.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mero.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Miao.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mlym.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mong.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mtei.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Mymr.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Nko.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Ogam.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Olck.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Orkh.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Orya.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Osma.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Phag.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Phli.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Phnx.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Prti.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Rjng.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Runr.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Samr.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Sarb.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Saur.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Shaw.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Shrd.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Sinh.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Sora.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Sund.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Sylo.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Syrc.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tagb.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Takr.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tale.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Talu.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Taml.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tavt.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Telu.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tfng.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tglg.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Thaa.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Thai.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Tibt.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Ugar.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Vai.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Xpeo.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Xsux.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Yi.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Zinh.pl lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Zyyy.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Scx/Zzzz.pl -lib/perl5/%%PERL_VER%%/unicore/lib/Space/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Term/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/UIdeo/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/Upper/Y.pl lib/perl5/%%PERL_VER%%/unicore/lib/VS/Y.pl +lib/perl5/%%PERL_VER%%/unicore/lib/WB/EX.pl lib/perl5/%%PERL_VER%%/unicore/lib/WB/FO.pl lib/perl5/%%PERL_VER%%/unicore/lib/WB/KA.pl lib/perl5/%%PERL_VER%%/unicore/lib/WB/LE.pl @@ -2147,6 +2166,7 @@ lib/perl5/%%PERL_VER%%/warnings/register @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/Util @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Glob +@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/DosGlob @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/File @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Fcntl @dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/Encode/Unicode @@ -2222,7 +2242,6 @@ lib/perl5/%%PERL_VER%%/warnings/register @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Upper @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/UIdeo @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Term -@dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Space @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Scx @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/Sc @dirrm lib/perl5/%%PERL_VER%%/unicore/lib/STerm @@ -2376,6 +2395,7 @@ lib/perl5/%%PERL_VER%%/warnings/register @dirrm lib/perl5/%%PERL_VER%%/Digest @dirrm lib/perl5/%%PERL_VER%%/Devel @dirrm lib/perl5/%%PERL_VER%%/DBM_Filter +@dirrm lib/perl5/%%PERL_VER%%/Config/Perl @dirrm lib/perl5/%%PERL_VER%%/Config @dirrm lib/perl5/%%PERL_VER%%/Compress @dirrm lib/perl5/%%PERL_VER%%/Class @@ -2392,6 +2412,7 @@ lib/perl5/%%PERL_VER%%/warnings/register @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Internals @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist/Build @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Dist +@dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Config @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Configure @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS/Backend @dirrm lib/perl5/%%PERL_VER%%/CPANPLUS From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:14:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4D07A28; Tue, 13 Aug 2013 13:14:17 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A577C25C3; Tue, 13 Aug 2013 13:14:17 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F34E4BDC7F; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=gZj6BFl1yiM HsB4xGMhwikbqmJ8=; b=tjUTdZNeKtTtK4L1E2MS/d+yoPw1vo3t5Hx0S81rWZB YKQtNMR6HL8ulDa+YnNi1WF7U93o/DtIRIO9hjYcrsOcZcXsPefYh44mkAVjy0Ef uKKkhtLbY8h8yJyjs60145m/I7hjCqPUpk2Xw5TqxCxxW9M/vXFKQs0BYCAY20mU = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id CDE47BDC73; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 57AD05CB1ED3; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) Date: Tue, 13 Aug 2013 15:14:14 +0200 From: Mathieu Arnold To: Andrej Zverev Subject: Re: svn commit: r324215 - head/graphics/icoutils Message-ID: <199D1F4FAE2CBF7571BA07F7@ogg.in.absolight.net> In-Reply-To: References: <201308040642.r746ggSh041434@svn.freebsd.org> <9828FD3C12022E202060C08C@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:14:18 -0000 +--On 12 ao=C3=BBt 2013 21:13:51 +0400 Andrej Zverev = wrote: | On Mon, Aug 12, 2013 at 1:28 PM, Mathieu Arnold wrote: |> +--On 4 ao=C3=BBt 2013 06:42:42 +0000 Andrej Zverev = wrote: |> | Log: |> | - Fix Makefile |> |=20 |> | -RESSCRIPTS_USES=3D perl5 |> |=20 |> | .if ${PORT_OPTIONS:MRESSCRIPTS} |> | +USES+=3D perl5 |>=20 |> Hum, not to say that what you did is wrong, but shouldn't this have |> worked in the first time ? |>=20 |> It's what I documented in Mk/bsd.options.mk from what I understood of = the |> code around lines 395-399. |>=20 | Frankly, I'm probably wrong here. At that moment I thought I saw | somewhere record that the build failed, but now I can not find it. | Return your revision? Well, I don't really care either way, but I think mine should have worked :-) --=20 Mathieu Arnold From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:17:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E9ABCAD; Tue, 13 Aug 2013 13:17:50 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D20A25F8; Tue, 13 Aug 2013 13:17:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DDHo62016411; Tue, 13 Aug 2013 13:17:50 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DDHnKB016408; Tue, 13 Aug 2013 13:17:49 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131317.r7DDHnKB016408@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 13:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324663 - head/databases/mongodb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:17:50 -0000 Author: ale Date: Tue Aug 13 13:17:49 2013 New Revision: 324663 URL: http://svnweb.freebsd.org/changeset/ports/324663 Log: Update to 2.4.5 release. Add support for SASL client authentication Build shared library. Modified: head/databases/mongodb/Makefile head/databases/mongodb/distinfo head/databases/mongodb/pkg-plist Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Tue Aug 13 13:04:55 2013 (r324662) +++ head/databases/mongodb/Makefile Tue Aug 13 13:17:49 2013 (r324663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} @@ -24,19 +24,23 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" -OPTIONS_DEFINE= SM SSL TEST +OPTIONS_DEFINE= SM SSL SASL TEST OPTIONS_DEFAULT=SSL SM_DESC= Use SpiderMonkey instead of V8 for JavaScript TEST_DESC= Add support for running regression test USE_SCONS= yes -SCONS_ARGS= --prefix=${PREFIX} --cc=${CC} --cxx=${CXX} --use-system-pcre --use-system-snappy +SCONS_ARGS= --prefix=${PREFIX} --cc=${CC} --cxx=${CXX} \ + --use-system-pcre --use-system-snappy \ + --full --sharedclient USERS= mongodb GROUPS= mongodb USE_RC_SUBR= mongod +USE_LDCONFIG= yes + .include .if ${PORT_OPTIONS:MSM} @@ -52,6 +56,11 @@ USE_OPENSSL= yes SCONS_ARGS+= --ssl .endif +.if ${PORT_OPTIONS:MSASL} +SCONS_ARGS+= --use-sasl-client +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +.endif + .if ${PORT_OPTIONS:MTEST} BUILD_DEPENDS= pymongo>=2.5:${PORTSDIR}/databases/pymongo SCONS_TARGET= all @@ -68,6 +77,8 @@ post-patch: ${WRKSRC}/SConstruct post-install: + @${LN} -s ${PREFIX}/lib/libmongoclient.so \ + ${PREFIX}/lib/libmongoclient.so.0 @if [ ! -f ${PREFIX}/etc/mongodb.conf ]; then \ ${TOUCH} ${PREFIX}/etc/mongodb.conf ; \ fi Modified: head/databases/mongodb/distinfo ============================================================================== --- head/databases/mongodb/distinfo Tue Aug 13 13:04:55 2013 (r324662) +++ head/databases/mongodb/distinfo Tue Aug 13 13:17:49 2013 (r324663) @@ -1,2 +1,2 @@ -SHA256 (mongodb-src-r2.4.4.tar.gz) = ea3db3e730290d030853f7a22cbbc5edfbe33dd538ec67d551a7e88f6d4db240 -SIZE (mongodb-src-r2.4.4.tar.gz) = 14119330 +SHA256 (mongodb-src-r2.4.5.tar.gz) = b576cbc2c813144b8a8774a7232b78bd0b005e2e6fa7428e7fa1e426c7a28705 +SIZE (mongodb-src-r2.4.5.tar.gz) = 14128847 Modified: head/databases/mongodb/pkg-plist ============================================================================== --- head/databases/mongodb/pkg-plist Tue Aug 13 13:04:55 2013 (r324662) +++ head/databases/mongodb/pkg-plist Tue Aug 13 13:17:49 2013 (r324663) @@ -384,6 +384,8 @@ include/mongo/util/unordered_fast_key_ta include/mongo/util/version.h include/mongo/util/winutil.h lib/libmongoclient.a +lib/libmongoclient.so +lib/libmongoclient.so.0 @dirrm include/mongo/base @dirrm include/mongo/bson/util @dirrm include/mongo/bson From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:29:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A111EEC7; Tue, 13 Aug 2013 13:29:36 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5A326BB; Tue, 13 Aug 2013 13:29:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DDTab0020342; Tue, 13 Aug 2013 13:29:36 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DDTaD6020341; Tue, 13 Aug 2013 13:29:36 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131329.r7DDTaD6020341@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 13:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324664 - head/java/eclipse-webtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:29:36 -0000 Author: ale Date: Tue Aug 13 13:29:36 2013 New Revision: 324664 URL: http://svnweb.freebsd.org/changeset/ports/324664 Log: Datatools is not optional anymore. Modified: head/java/eclipse-webtools/Makefile Modified: head/java/eclipse-webtools/Makefile ============================================================================== --- head/java/eclipse-webtools/Makefile Tue Aug 13 13:17:49 2013 (r324663) +++ head/java/eclipse-webtools/Makefile Tue Aug 13 13:29:36 2013 (r324664) @@ -15,21 +15,12 @@ COMMENT= Webtools for eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \ - ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \ + ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes -OPTIONS_DEFINE= DTP -DTP_DEFINE= Support for EJB and JPT development -OPTIONS_DEFAULT= DTP - -.include - -.if ${PORT_OPTIONS:MDTP} -RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools -.endif - .include "${.CURDIR}/../eclipse/Makefile.plugins" .include From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:34:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65FD418F; Tue, 13 Aug 2013 13:34:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53F742734; Tue, 13 Aug 2013 13:34:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DDYlZg023265; Tue, 13 Aug 2013 13:34:47 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DDYkt0023263; Tue, 13 Aug 2013 13:34:46 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131334.r7DDYkt0023263@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 13:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324665 - head/java/eclipse-datatools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:34:47 -0000 Author: ale Date: Tue Aug 13 13:34:46 2013 New Revision: 324665 URL: http://svnweb.freebsd.org/changeset/ports/324665 Log: Update to 1.11 release. Modified: head/java/eclipse-datatools/Makefile head/java/eclipse-datatools/distinfo Modified: head/java/eclipse-datatools/Makefile ============================================================================== --- head/java/eclipse-datatools/Makefile Tue Aug 13 13:29:36 2013 (r324664) +++ head/java/eclipse-datatools/Makefile Tue Aug 13 13:34:46 2013 (r324665) @@ -1,17 +1,13 @@ -# New ports collection makefile for: eclipse-datatools -# Date created: Sun 1 Apr 2007 22:18:17 UTC -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= datatools -DISTVERSION= 1.9.2 +PORTVERSION= 1.11 CATEGORIES= java devel databases MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downloads/,} -MASTER_SITE_SUBDIR= ${PORTVERSION:R} +MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= eclipse- -DISTNAME= dtp-sdk_${DISTVERSION} +DISTNAME= dtp-sdk_${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= lioux@FreeBSD.org Modified: head/java/eclipse-datatools/distinfo ============================================================================== --- head/java/eclipse-datatools/distinfo Tue Aug 13 13:29:36 2013 (r324664) +++ head/java/eclipse-datatools/distinfo Tue Aug 13 13:34:46 2013 (r324665) @@ -1,2 +1,2 @@ -SHA256 (eclipse/dtp-sdk_1.9.2.zip) = 984bb9e676097f1a91c672710d3c5cc8e5637926b4c514afb5ae8c748970b1bf -SIZE (eclipse/dtp-sdk_1.9.2.zip) = 44365001 +SHA256 (eclipse/dtp-sdk_1.11.zip) = 042606937527f6eb06ba5a0212252cc8ffe4b8feeea7d276b0847fe5683c6393 +SIZE (eclipse/dtp-sdk_1.11.zip) = 25123494 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:40:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ABC15C0; Tue, 13 Aug 2013 13:40:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1851127FB; Tue, 13 Aug 2013 13:40:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DDekWf024633; Tue, 13 Aug 2013 13:40:46 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DDekEN024632; Tue, 13 Aug 2013 13:40:46 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131340.r7DDekEN024632@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 13:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324666 - head/comms/java-commapi-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:40:47 -0000 Author: ale Date: Tue Aug 13 13:40:46 2013 New Revision: 324666 URL: http://svnweb.freebsd.org/changeset/ports/324666 Log: Mark MAKE_JOBS_UNSAFE. Modified: head/comms/java-commapi-freebsd/Makefile Modified: head/comms/java-commapi-freebsd/Makefile ============================================================================== --- head/comms/java-commapi-freebsd/Makefile Tue Aug 13 13:34:46 2013 (r324665) +++ head/comms/java-commapi-freebsd/Makefile Tue Aug 13 13:40:46 2013 (r324666) @@ -13,6 +13,8 @@ COMMENT= Java Communication API for Free BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi +MAKE_JOBS_UNSAFE= yes + USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 13:45:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D2E2720; Tue, 13 Aug 2013 13:45:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A84B283C; Tue, 13 Aug 2013 13:45:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DDjH9R027199; Tue, 13 Aug 2013 13:45:17 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DDjHCA027197; Tue, 13 Aug 2013 13:45:17 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201308131345.r7DDjHCA027197@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Aug 2013 13:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324667 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:45:17 -0000 Author: mat Date: Tue Aug 13 13:45:16 2013 New Revision: 324667 URL: http://svnweb.freebsd.org/changeset/ports/324667 Log: And actually allow people to continue using ports. Submitted by: az Modified: head/Mk/Uses/perl5.mk head/Mk/bsd.perl.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Tue Aug 13 13:40:46 2013 (r324666) +++ head/Mk/Uses/perl5.mk Tue Aug 13 13:45:16 2013 (r324667) @@ -70,7 +70,7 @@ PERL_ARCH?= mach # as "ports/lang: not found" .if ${PERL_LEVEL} >= 501800 PERL_PORT?= perl5.18 -.if ${PERL_LEVEL} >= 501600 +.elif ${PERL_LEVEL} >= 501600 PERL_PORT?= perl5.16 .elif ${PERL_LEVEL} >= 501400 PERL_PORT?= perl5.14 Modified: head/Mk/bsd.perl.mk ============================================================================== --- head/Mk/bsd.perl.mk Tue Aug 13 13:40:46 2013 (r324666) +++ head/Mk/bsd.perl.mk Tue Aug 13 13:45:16 2013 (r324667) @@ -77,7 +77,7 @@ PERL_ARCH?= mach # as "ports/lang: not found" .if ${PERL_LEVEL} >= 501800 PERL_PORT?= perl5.18 -.if ${PERL_LEVEL} >= 501600 +.elif ${PERL_LEVEL} >= 501600 PERL_PORT?= perl5.16 .elif ${PERL_LEVEL} >= 501400 PERL_PORT?= perl5.14 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 14:12:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3982C05; Tue, 13 Aug 2013 14:12:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B104B29E9; Tue, 13 Aug 2013 14:12:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DECFi7038070; Tue, 13 Aug 2013 14:12:15 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DECFcO038065; Tue, 13 Aug 2013 14:12:15 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131412.r7DECFcO038065@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 14:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324668 - head/devel/scala-ide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 14:12:15 -0000 Author: ale Date: Tue Aug 13 14:12:14 2013 New Revision: 324668 URL: http://svnweb.freebsd.org/changeset/ports/324668 Log: Update to 3.0.1 release. Modified: head/devel/scala-ide/Makefile head/devel/scala-ide/distinfo Modified: head/devel/scala-ide/Makefile ============================================================================== --- head/devel/scala-ide/Makefile Tue Aug 13 13:45:16 2013 (r324667) +++ head/devel/scala-ide/Makefile Tue Aug 13 14:12:14 2013 (r324668) @@ -2,22 +2,31 @@ # $FreeBSD$ PORTNAME= scala-ide -DISTVERSION= 3.0.1-RC2 -PORTREVISION= 1 +DISTVERSION= 3.0.1 CATEGORIES= devel java MASTER_SITES= http://download.scala-ide.org/sdk/e37/scala210/dev/ DISTNAME= update-site -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}-20130701 +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}-20130802 MAINTAINER= ale@FreeBSD.org COMMENT= Scala plugin for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +OPTIONS_DEFINE= WTP +OPTIONS_DEFAULT=WTP +WTP_DESC= Install Eclipse Web Tools Platform (required for Play2 plug-in) + USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/site +.include + +.if ${PORT_OPTIONS:MWTP} +RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools +.endif + .include "${.CURDIR}/../../java/eclipse/Makefile.plugins" .include Modified: head/devel/scala-ide/distinfo ============================================================================== --- head/devel/scala-ide/distinfo Tue Aug 13 13:45:16 2013 (r324667) +++ head/devel/scala-ide/distinfo Tue Aug 13 14:12:14 2013 (r324668) @@ -1,2 +1,2 @@ -SHA256 (scala-ide/3.0.1.r2-20130701/update-site.zip) = 0292d7dc3aeed0b60b8d360d7f76ba0f071598b6567ac9f4c483d191afa29aa5 -SIZE (scala-ide/3.0.1.r2-20130701/update-site.zip) = 57379554 +SHA256 (scala-ide/3.0.1-20130802/update-site.zip) = 0313057f2fb5bf103698521eb7173967d289c9e9b24a59fc99bf2342205904e5 +SIZE (scala-ide/3.0.1-20130802/update-site.zip) = 57384097 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 14:16:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 608CCD2B; Tue, 13 Aug 2013 14:16:30 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9682A11; Tue, 13 Aug 2013 14:16:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DEGUBT038966; Tue, 13 Aug 2013 14:16:30 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DEGU9T038965; Tue, 13 Aug 2013 14:16:30 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201308131416.r7DEGU9T038965@svn.freebsd.org> From: Marius Strobl Date: Tue, 13 Aug 2013 14:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324669 - head/sysutils/cdrtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 14:16:30 -0000 Author: marius Date: Tue Aug 13 14:16:29 2013 New Revision: 324669 URL: http://svnweb.freebsd.org/changeset/ports/324669 Log: Once again remove the hacks allowing this port to be compiled as part of release builds. Since r251812, all architectures have been switched to using makefs(8) in all active release branches instead. Approved by: mentor (beat, implicit) Modified: head/sysutils/cdrtools/Makefile Modified: head/sysutils/cdrtools/Makefile ============================================================================== --- head/sysutils/cdrtools/Makefile Tue Aug 13 14:12:14 2013 (r324668) +++ head/sysutils/cdrtools/Makefile Tue Aug 13 14:16:29 2013 (r324669) @@ -82,12 +82,7 @@ PKGNAMESUFFIX= -rscsi PLIST_SUB+= RSCSI="@comment " .endif -# Hack to allow building with TARGET and TARGET_ARCH set in the environment -# as done by the release building scripts. -SETENV= /usr/bin/env -i -MAKE_ENV= PATH=${PATH} - -MAKE_ENV+= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ +MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ INS_RBASE=${LOCALBASE} CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 15:00:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83B9F8DB; Tue, 13 Aug 2013 15:00:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7113A2CB4; Tue, 13 Aug 2013 15:00:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DF0mfQ056145; Tue, 13 Aug 2013 15:00:48 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DF0m5m056143; Tue, 13 Aug 2013 15:00:48 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308131500.r7DF0m5m056143@svn.freebsd.org> From: Frederic Culot Date: Tue, 13 Aug 2013 15:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324670 - head/security/py-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 15:00:48 -0000 Author: culot Date: Tue Aug 13 15:00:47 2013 New Revision: 324670 URL: http://svnweb.freebsd.org/changeset/ports/324670 Log: - Update to 1.6.1 Changes: http://pypi.python.org/pypi/keyring/1.6.1#changes PR: ports/181247 Submitted by: Douglas William Thrift (maintainer) Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Tue Aug 13 14:16:29 2013 (r324669) +++ head/security/py-keyring/Makefile Tue Aug 13 15:00:47 2013 (r324670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 1.3 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,7 +36,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyc .endif .if ${PORT_OPTIONS:MGNOME_KEYRING} -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygobject3 .endif .if ${PORT_OPTIONS:MKDE_KWALLET} Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Tue Aug 13 14:16:29 2013 (r324669) +++ head/security/py-keyring/distinfo Tue Aug 13 15:00:47 2013 (r324670) @@ -1,2 +1,2 @@ -SHA256 (keyring-1.3.zip) = 8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961 -SIZE (keyring-1.3.zip) = 79451 +SHA256 (keyring-1.6.1.zip) = 720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 +SIZE (keyring-1.6.1.zip) = 80183 From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 15:57:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DB0EE35; Tue, 13 Aug 2013 15:57:11 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B65220EE; Tue, 13 Aug 2013 15:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DFvAOn076000; Tue, 13 Aug 2013 15:57:10 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DFvAW5075999; Tue, 13 Aug 2013 15:57:10 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201308131557.r7DFvAW5075999@svn.freebsd.org> From: Rong-En Fan Date: Tue, 13 Aug 2013 15:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324671 - head/devel/ncurses-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 15:57:11 -0000 Author: rafan Date: Tue Aug 13 15:57:10 2013 New Revision: 324671 URL: http://svnweb.freebsd.org/changeset/ports/324671 Log: - Fix build with older version of GNU patch(1) PR: ports/181198 Submitted by: pfg@ Modified: head/devel/ncurses-devel/Makefile Modified: head/devel/ncurses-devel/Makefile ============================================================================== --- head/devel/ncurses-devel/Makefile Tue Aug 13 15:00:47 2013 (r324670) +++ head/devel/ncurses-devel/Makefile Tue Aug 13 15:57:10 2013 (r324671) @@ -14,7 +14,6 @@ DIST_SUBDIR= ${PORTNAME} PATCH_SITES= ftp://invisible-island.net/ncurses/${RELEASE}/ \ ${MASTER_SITE_LOCAL:S/$/:local/} PATCH_SITE_SUBDIR= rafan/ncurses/:local -PATCH_DIST_STRIP= -p1 MAINTAINER= rafan@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output (development version) @@ -94,6 +93,10 @@ EXAMPLES_CPP= Makefile NEWS PROBLEMS REA .include +.if ${OSVERSION} >= 1000040 +PATCH_DIST_STRIP= -p1 +.endif + .include "${.CURDIR}/Makefile.man" CONFIGURE_ARGS_WIDEC=--enable-widec From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 16:34:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB13FA70; Tue, 13 Aug 2013 16:34:57 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE73B237B; Tue, 13 Aug 2013 16:34:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DGYv0R090846; Tue, 13 Aug 2013 16:34:57 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DGYvXp090845; Tue, 13 Aug 2013 16:34:57 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201308131634.r7DGYvXp090845@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 13 Aug 2013 16:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324672 - head/net-mgmt/net-snmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 16:34:57 -0000 Author: zi Date: Tue Aug 13 16:34:57 2013 New Revision: 324672 URL: http://svnweb.freebsd.org/changeset/ports/324672 Log: - Make SMUX an easily editable option, default to ON Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Tue Aug 13 15:57:10 2013 (r324671) +++ head/net-mgmt/net-snmp/Makefile Tue Aug 13 16:34:57 2013 (r324672) @@ -16,8 +16,8 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= IPV6 MFD_REWRITES PERL PERL_EMBEDDED PYTHON DUMMY TKMIB \ - DMALLOC MYSQL AX_SOCKONLY UNPRIVILEGED -OPTIONS_DEFAULT=IPV6 PERL PERL_EMBEDDED DUMMY + DMALLOC MYSQL AX_SOCKONLY UNPRIVILEGED SMUX +OPTIONS_DEFAULT=IPV6 PERL PERL_EMBEDDED DUMMY SMUX MFD_REWRITES_DESC= Build with 64-bit Interface Counters PERL_EMBEDDED_DESC= Build embedded perl @@ -26,6 +26,7 @@ TKMIB_DESC= Install graphical MIB brows DMALLOC_DESC= Enable dmalloc debug memory allocator AX_SOCKONLY_DESC= Disable UDP/TCP transports for agentx UNPRIVILEGED_DESC= Allow unprivileged users to execute net-snmp +SMUX_DESC= Build with SNMP multiplexing (SMUX) support .include @@ -148,7 +149,7 @@ NET_SNMP_SYS_CONTACT?= nobody@nowhere.in NET_SNMP_SYS_LOCATION?= somewhere NET_SNMP_LOGFILE?= /var/log/snmpd.log NET_SNMP_PERSISTENTDIR?=/var/net-snmp -NET_SNMP_WITH_MIB_MODULE_LIST+= host disman/event-mib smux mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio +NET_SNMP_WITH_MIB_MODULE_LIST+= host disman/event-mib mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio .if ${OSVERSION} >= 700028 NET_SNMP_WITH_MIB_MODULE_LIST+= sctp-mib @@ -163,6 +164,12 @@ CONFIGURE_ARGS+=--enable-mfd-rewrites NET_SNMP_WITH_MIB_MODULE_LIST+= if-mib .endif +.if ${PORT_OPTIONS:MSMUX} +NET_SNMP_WITH_MIB_MODULE_LIST+= smux +.else +NET_SNMP_WITHOUT_MIB_MODULE_LIST+= smux +.endif + .if defined(NET_SNMP_WITH_MIB_MODULE_LIST) && \ !empty(NET_SNMP_WITH_MIB_MODULE_LIST) CONFIGURE_ARGS+=--with-mib-modules="${NET_SNMP_WITH_MIB_MODULE_LIST}" From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 16:47:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78743F06; Tue, 13 Aug 2013 16:47:39 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64BA2243B; Tue, 13 Aug 2013 16:47:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DGldnq095008; Tue, 13 Aug 2013 16:47:39 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DGlchw094998; Tue, 13 Aug 2013 16:47:38 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201308131647.r7DGlchw094998@svn.freebsd.org> From: Tom Judge Date: Tue, 13 Aug 2013 16:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324673 - in 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 16:47:39 -0000 Author: tj Date: Tue Aug 13 16:47:38 2013 New Revision: 324673 URL: http://svnweb.freebsd.org/changeset/ports/324673 Log: New port for databases/p5-DBIx-Class-Helpers DBIx::Class::Helpers is a collection of tools to help simplify the common tasks in DBIx::Class. WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/ Added: head/databases/p5-DBIx-Class-Helpers/ head/databases/p5-DBIx-Class-Helpers/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Helpers/distinfo (contents, props changed) head/databases/p5-DBIx-Class-Helpers/pkg-descr (contents, props changed) head/databases/p5-DBIx-Class-Helpers/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Aug 13 16:34:57 2013 (r324672) +++ head/databases/Makefile Tue Aug 13 16:47:38 2013 (r324673) @@ -350,6 +350,7 @@ SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns + SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP Added: head/databases/p5-DBIx-Class-Helpers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-Helpers/Makefile Tue Aug 13 16:47:38 2013 (r324673) @@ -0,0 +1,74 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= DBIx-Class-Helpers +PORTVERSION= 2.018002 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Simplify the common case stuff for DBIx::Class + +RUN_DEPENDS= p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \ + p5-DBIx-Class-Candy>=0:${PORTSDIR}/databases/p5-DBIx-Class-Candy \ + p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \ + p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ + p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ + p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect +BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep + +USES= perl5 +USE_PERL5= configure + +MAN3= DBIx::Class::Helpers.3 \ + DBIx::Class::Helper::IgnoreWantarray.3 \ + DBIx::Class::Helper::JoinTable.3 \ + DBIx::Class::Helper::Random.3 \ + DBIx::Class::Helper::ResultSet.3 \ + DBIx::Class::Helper::ResultSet::AutoRemoveColumns.3 \ + DBIx::Class::Helper::ResultSet::CorrelateRelationship.3 \ + DBIx::Class::Helper::ResultSet::IgnoreWantarray.3 \ + DBIx::Class::Helper::ResultSet::Me.3 \ + DBIx::Class::Helper::ResultSet::NoColumns.3 \ + DBIx::Class::Helper::ResultSet::Random.3 \ + DBIx::Class::Helper::ResultSet::RemoveColumns.3 \ + DBIx::Class::Helper::ResultSet::ResultClassDWIM.3 \ + DBIx::Class::Helper::ResultSet::SearchOr.3 \ + DBIx::Class::Helper::ResultSet::SetOperations.3 \ + DBIx::Class::Helper::ResultSet::Shortcut.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::AddColumns.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::Columns.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::Distinct.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::GroupBy.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::HRI.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::HasRows.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::Limit.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::OrderBy.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::OrderByMagic.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::Prefetch.3 \ + DBIx::Class::Helper::ResultSet::Shortcut::Rows.3 \ + DBIx::Class::Helper::ResultSet::Union.3 \ + DBIx::Class::Helper::ResultSet::VirtualView.3 \ + DBIx::Class::Helper::Row::JoinTable.3 \ + DBIx::Class::Helper::Row::NumifyGet.3 \ + DBIx::Class::Helper::Row::OnColumnChange.3 \ + DBIx::Class::Helper::Row::ProxyResultSetMethod.3 \ + DBIx::Class::Helper::Row::ProxyResultSetUpdate.3 \ + DBIx::Class::Helper::Row::RelationshipDWIM.3 \ + DBIx::Class::Helper::Row::SelfResultSet.3 \ + DBIx::Class::Helper::Row::StorageValues.3 \ + DBIx::Class::Helper::Row::SubClass.3 \ + DBIx::Class::Helper::Row::ToJSON.3 \ + DBIx::Class::Helper::Schema::GenerateSource.3 \ + DBIx::Class::Helper::Schema::LintContents.3 \ + DBIx::Class::Helper::Schema::QuoteNames.3 \ + DBIx::Class::Helper::SubClass.3 \ + DBIx::Class::Helper::VirtualView.3 \ + DBIx::Class::Helpers::Util.3 + +.include Added: head/databases/p5-DBIx-Class-Helpers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-Helpers/distinfo Tue Aug 13 16:47:38 2013 (r324673) @@ -0,0 +1,2 @@ +SHA256 (DBIx-Class-Helpers-2.018002.tar.gz) = 11f6c61343d545957a70f3cf535184ec5789d6cfb50916f9435cdc0321838fc7 +SIZE (DBIx-Class-Helpers-2.018002.tar.gz) = 49973 Added: head/databases/p5-DBIx-Class-Helpers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-Helpers/pkg-descr Tue Aug 13 16:47:38 2013 (r324673) @@ -0,0 +1,4 @@ +DBIx::Class::Helpers is a collection of tools to help simplify the +common tasks in DBIx::Class. + +WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/ Added: head/databases/p5-DBIx-Class-Helpers/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBIx-Class-Helpers/pkg-plist Tue Aug 13 16:47:38 2013 (r324673) @@ -0,0 +1,56 @@ +%%SITE_PERL%%/DBIx/Class/Helper/IgnoreWantarray.pm +%%SITE_PERL%%/DBIx/Class/Helper/JoinTable.pm +%%SITE_PERL%%/DBIx/Class/Helper/Random.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/AutoRemoveColumns.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/CorrelateRelationship.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/IgnoreWantarray.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Me.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/NoColumns.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Random.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/RemoveColumns.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/ResultClassDWIM.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/SearchOr.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/SetOperations.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/AddColumns.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Columns.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Distinct.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/GroupBy.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/HRI.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/HasRows.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Limit.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/OrderBy.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/OrderByMagic.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Prefetch.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut/Rows.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Union.pm +%%SITE_PERL%%/DBIx/Class/Helper/ResultSet/VirtualView.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/JoinTable.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/NumifyGet.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/OnColumnChange.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/ProxyResultSetUpdate.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/RelationshipDWIM.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/SelfResultSet.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/StorageValues.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/SubClass.pm +%%SITE_PERL%%/DBIx/Class/Helper/Row/ToJSON.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 +%%SITE_PERL%%/DBIx/Class/Helper/SubClass.pm +%%SITE_PERL%%/DBIx/Class/Helper/VirtualView.pm +%%SITE_PERL%%/DBIx/Class/Helpers/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Helpers/.packlist +%%SITE_PERL%%/DBIx/Class/Helpers.pm +@dirrm %%SITE_PERL%%/DBIx/Class/Helpers +@dirrm %%SITE_PERL%%/DBIx/Class/Helper/Schema +@dirrm %%SITE_PERL%%/DBIx/Class/Helper/Row +@dirrm %%SITE_PERL%%/DBIx/Class/Helper/ResultSet/Shortcut +@dirrm %%SITE_PERL%%/DBIx/Class/Helper/ResultSet +@dirrm %%SITE_PERL%%/DBIx/Class/Helper +@dirrmtry %%SITE_PERL%%/DBIx/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Helpers +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 16:53:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0D8FF4; Tue, 13 Aug 2013 16:53:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5AA249F; Tue, 13 Aug 2013 16:53:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DGrmDZ098019; Tue, 13 Aug 2013 16:53:48 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DGrmAQ098018; Tue, 13 Aug 2013 16:53:48 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308131653.r7DGrmAQ098018@svn.freebsd.org> From: William Grzybowski Date: Tue, 13 Aug 2013 16:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324674 - head/games/nsnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 16:53:48 -0000 Author: wg Date: Tue Aug 13 16:53:48 2013 New Revision: 324674 URL: http://svnweb.freebsd.org/changeset/ports/324674 Log: games/nsnake: change MASTER_SITES - Change MASTER_SITES to the new location - Pass maintainership to the submitter PR: ports/181256 Submitted by: David Demelier Modified: head/games/nsnake/Makefile Modified: head/games/nsnake/Makefile ============================================================================== --- head/games/nsnake/Makefile Tue Aug 13 16:47:38 2013 (r324673) +++ head/games/nsnake/Makefile Tue Aug 13 16:53:48 2013 (r324674) @@ -4,10 +4,10 @@ PORTNAME= nsnake PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://softs.malikania.fr/releases/ +MASTER_SITES= http://releases.malikania.fr/nsnake/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demelier.david@gmail.com COMMENT= Snake game written in C and ncurses LICENSE= MIT From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 17:17:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 260ADA76; Tue, 13 Aug 2013 17:17:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 133DF25D4; Tue, 13 Aug 2013 17:17:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DHHGkE006629; Tue, 13 Aug 2013 17:17:16 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DHHG5I006622; Tue, 13 Aug 2013 17:17:16 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308131717.r7DHHG5I006622@svn.freebsd.org> From: Matthias Andree Date: Tue, 13 Aug 2013 17:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324675 - in head/security/polarssl: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 17:17:17 -0000 Author: mandree Date: Tue Aug 13 17:17:15 2013 New Revision: 324675 URL: http://svnweb.freebsd.org/changeset/ports/324675 Log: Update to new version 1.2.8, fixing security issues (denial of service). Fix fetching, by bypassing splash screen (adds files/fetchwrapper.sh). Approved by: jase (maintainer) Security: 72bf9e21-03df-11e3-bd8d-080027ef73ec Security: CVE-2013-4623 Added: head/security/polarssl/files/fetchwrapper.sh (contents, props changed) Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo head/security/polarssl/pkg-plist Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Tue Aug 13 16:53:48 2013 (r324674) +++ head/security/polarssl/Makefile Tue Aug 13 17:17:15 2013 (r324675) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -12,7 +12,10 @@ COMMENT= Open Source embedded SSL/TLS cr LICENSE= GPLv2 -FETCH_ARGS= -pRr +# bypass the HTML "now downloading..." splash site, code below +# .include +URL_SUFFIX= ?do=yes +FETCH_ARGS= -pRro ${DISTFILES} ALL_TARGET= no_test USE_GMAKE= yes @@ -48,6 +51,9 @@ post-install: .include +FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ + ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} + .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Tue Aug 13 16:53:48 2013 (r324674) +++ head/security/polarssl/distinfo Tue Aug 13 17:17:15 2013 (r324675) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.7-gpl.tgz) = d64c2d1247f93cdeb884bd3706dfddffc636634bbf81d3772af750d5b5191328 -SIZE (polarssl-1.2.7-gpl.tgz) = 977888 +SHA256 (polarssl-1.2.8-gpl.tgz) = 23cf931e322ab397d26c89b7e805cf2229df46c5196f4f67ebfc0e285848637b +SIZE (polarssl-1.2.8-gpl.tgz) = 998609 Added: head/security/polarssl/files/fetchwrapper.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/polarssl/files/fetchwrapper.sh Tue Aug 13 17:17:15 2013 (r324675) @@ -0,0 +1,41 @@ +#!/bin/sh + +# $FreeBSD$ + +# This script tacks the first argument onto each URL found in the list, +# discards and then executes the list. + +# URL matching is simplistic, a URL is what matches *tp://* (so file:/// +# is not matched). + +# For instance, calling: +# fetchwrapper.sh '?do=yes' /usr/bin/fetch -pPr http://example.org/file +# will execute: +# /usr/bin/fetch -pPr http://example.org/file?do=yes + +# The intention is to work around download splash screens on web servers. + +# (C) Copyright 2013 by Matthias Andree. +# Licensed under the 2-clause BSD license. + +if [ $# -lt 3 ] ; then + echo >&2 "Usage: $0 URLsuffix fetch-command [options] URL [post-options]" + exit 1 +fi + +patcharray() { + # based on Rich Felker's "Working with arrays", + # http://www.etalabs.net/sh_tricks.html + for i do + case "$i" in *tp://*) j=$suffix ;; *) j= ;; esac + printf %s%s\\n "$i" "$j" | sed -e "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" + done + echo " " +} + +suffix="$1" ; shift +args=$(patcharray "$@") +eval "set -- $args" + +set -x +exec "$@" Modified: head/security/polarssl/pkg-plist ============================================================================== --- head/security/polarssl/pkg-plist Tue Aug 13 16:53:48 2013 (r324674) +++ head/security/polarssl/pkg-plist Tue Aug 13 17:17:15 2013 (r324675) @@ -50,6 +50,8 @@ include/polarssl/padlock.h include/polarssl/pem.h include/polarssl/pbkdf2.h include/polarssl/pkcs11.h +include/polarssl/pkcs12.h +include/polarssl/pkcs5.h include/polarssl/rsa.h include/polarssl/sha1.h include/polarssl/sha2.h From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 17:19:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2C26BBE; Tue, 13 Aug 2013 17:19:51 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0D8125EB; Tue, 13 Aug 2013 17:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DHJpZY007039; Tue, 13 Aug 2013 17:19:51 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DHJpYq007038; Tue, 13 Aug 2013 17:19:51 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308131719.r7DHJpYq007038@svn.freebsd.org> From: Florian Smeets Date: Tue, 13 Aug 2013 17:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324676 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 17:19:52 -0000 Author: flo Date: Tue Aug 13 17:19:51 2013 New Revision: 324676 URL: http://svnweb.freebsd.org/changeset/ports/324676 Log: - Update the 20121010 entry to the current gecko world order [1] - While here remove an EOL white space the caught my eye Submitted by: Jan Beich [1] Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Aug 13 17:17:15 2013 (r324675) +++ head/UPDATING Tue Aug 13 17:19:51 2013 (r324676) @@ -18,7 +18,7 @@ you update your ports collection, before The devel/gio-fam-backend port was removed in the glib 2.36 update. Since the gio-fam-backend port was used in USE_GNOME=glib20, all - dependencies need to be rebuilt. The removal of gio-fam-backend isn't + dependencies need to be rebuilt. The removal of gio-fam-backend isn't critical, glib20 using programs should work just fine if the port is still installed. It is not clear however, if glib20 will use the new kqueue backend or the old fam backend. @@ -1686,9 +1686,8 @@ you update your ports collection, before AUTHOR: gecko@FreeBSD.org When using Firefox or SeaMonkey compiled with ALSA option ON it may - crash on assert in cubeb_refill_stream as described in ports/170473. - To fix either set media.use_cubeb -> false in about:config or rebuild - audio/alsa-plugins with ARIFF_OSS option disabled (default). + crash on assert in alsa_refill_stream as described in ports/170473. + To workaround disable ARIFF_OSS in audio/alsa-plugins or use PULSEAUDIO. 20121010: AFFECTS: users of CURRENT (OSVERSION >= 1000017) From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 17:39:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 329316C0; Tue, 13 Aug 2013 17:39:59 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E78B2860; Tue, 13 Aug 2013 17:39:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DHdwZD014570; Tue, 13 Aug 2013 17:39:58 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DHdvsY014562; Tue, 13 Aug 2013 17:39:57 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201308131739.r7DHdvsY014562@svn.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 13 Aug 2013 17:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324677 - in head/databases/redis-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 17:39:59 -0000 Author: osa Date: Tue Aug 13 17:39:57 2013 New Revision: 324677 URL: http://svnweb.freebsd.org/changeset/ports/324677 Log: Update from 2.6.14 to 2.8.0-rc2. Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis-devel/files/extra-patch-src-Makefile head/databases/redis-devel/files/patch-redis.conf head/databases/redis-devel/files/patch-src-Makefile head/databases/redis-devel/files/patch-src-mkreleasehdr.sh Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/Makefile Tue Aug 13 17:39:57 2013 (r324677) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.14 +DISTVERSION= 2.8.0-rc2 CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel MAINTAINER= osa@FreeBSD.org Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/distinfo Tue Aug 13 17:39:57 2013 (r324677) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf -SIZE (redis-2.6.14.tar.gz) = 995036 +SHA256 (redis-2.8.0-rc2.tar.gz) = 7a3abcd79e33faef35b699ea5b8870d052aa38c86253f7b16fc8cb40abd5b69b +SIZE (redis-2.8.0-rc2.tar.gz) = 1031289 Modified: head/databases/redis-devel/files/extra-patch-src-Makefile ============================================================================== --- head/databases/redis-devel/files/extra-patch-src-Makefile Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/files/extra-patch-src-Makefile Tue Aug 13 17:39:57 2013 (r324677) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2012-12-25 23:11:28.000000000 +0400 -+++ src/Makefile 2012-12-25 23:13:53.000000000 +0400 +--- src/Makefile.orig 2013-08-13 15:52:22.000000000 +0400 ++++ src/Makefile 2013-08-13 15:54:55.000000000 +0400 @@ -15,7 +15,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') @@ -8,18 +8,18 @@ +DEPENDENCY_TARGETS=hiredis linenoise # Default settings - STD= -std=c99 -pedantic -@@ -61,7 +61,7 @@ - endif - - # Include paths to dependencies --FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -+FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise - - ifeq ($(MALLOC),tcmalloc) - FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -79,6 +79,9 @@ - FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl + STD=-std=c99 -pedantic +@@ -49,7 +49,7 @@ + # Override default settings if possible + -include .make-settings + +-FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) ++FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) + FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) + FINAL_LIBS=-lm + DEBUG=-g -ggdb +@@ -85,6 +85,9 @@ + FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl endif +FINAL_CFLAGS+= -I${PREFIX}/include/luajit-2.0 @@ -28,15 +28,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -103,6 +106,7 @@ - REDIS_SERVER_NAME= redis-server - REDIS_SENTINEL_NAME= redis-sentinel - REDIS_SERVER_OBJ= adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o +@@ -105,6 +108,7 @@ + REDIS_SERVER_NAME=redis-server + REDIS_SENTINEL_NAME=redis-sentinel + REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o +REDIS_SERVER_OBJ+= lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o - REDIS_CLI_NAME= redis-cli - REDIS_CLI_OBJ= anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o - REDIS_BENCHMARK_NAME= redis-benchmark -@@ -157,7 +161,7 @@ + REDIS_CLI_NAME=redis-cli + REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o + REDIS_BENCHMARK_NAME=redis-benchmark +@@ -159,7 +163,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis-devel/files/patch-redis.conf ============================================================================== --- head/databases/redis-devel/files/patch-redis.conf Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/files/patch-redis.conf Tue Aug 13 17:39:57 2013 (r324677) @@ -1,5 +1,5 @@ ---- redis.conf.orig 2010-07-02 16:00:49.000000000 +0400 -+++ redis.conf 2010-07-02 16:01:46.000000000 +0400 +--- redis.conf.orig 2013-08-13 15:40:42.000000000 +0400 ++++ redis.conf 2013-08-13 15:42:50.000000000 +0400 @@ -14,11 +14,11 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. @@ -12,19 +12,19 @@ -pidfile /var/run/redis.pid +pidfile %%REDIS_RUNDIR%%/redis.pid - # Accept connections on the specified port, default is 6379 - port 6379 -@@ -42,7 +42,7 @@ - # Specify the log file name. Also 'stdout' can be used to force + # Accept connections on the specified port, default is 6379. + # If port 0 is specified Redis will not listen on a TCP socket. +@@ -71,7 +71,7 @@ + # Specify the log file name. Also the emptry string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null --logfile stdout +-logfile "" +logfile %%REDIS_LOGDIR%%/redis.log - # Set the number of databases. The default database is DB 0, you can select - # a different one on a per-connection basis using SELECT where -@@ -86,7 +86,7 @@ - # Also the Append Only File will be created inside this directory. + # To enable logging to the system logger, just set 'syslog-enabled' to yes, + # and optionally update the other syslog parameters to suit your needs. +@@ -155,7 +155,7 @@ + # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir ./ Modified: head/databases/redis-devel/files/patch-src-Makefile ============================================================================== --- head/databases/redis-devel/files/patch-src-Makefile Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/files/patch-src-Makefile Tue Aug 13 17:39:57 2013 (r324677) @@ -1,21 +1,23 @@ ---- src/Makefile.orig 2012-08-01 14:06:03.000000000 +0400 -+++ src/Makefile 2012-08-02 22:24:01.000000000 +0400 -@@ -50,6 +50,9 @@ - FINAL_LDFLAGS= $(LDFLAGS) $(REDIS_LDFLAGS) -g -ggdb - FINAL_LIBS= -ldl -lnsl -lsocket -lm -lpthread - DEBUG= -g -ggdb -+else ifeq ($(uname_S),FreeBSD) -+ FINAL_CFLAGS?= $(CFLAGS) $(REDIS_CFLAGS) -I${PREFIX}/include -+ FINAL_LDFLAGS= $(LDFLAGS) - else - FINAL_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) - FINAL_LDFLAGS= $(LDFLAGS) $(REDIS_LDFLAGS) -g -rdynamic -ggdb -@@ -79,7 +82,7 @@ - REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) - REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) +--- src/Makefile.orig 2013-08-13 15:32:55.000000000 +0400 ++++ src/Makefile 2013-08-13 15:35:00.000000000 +0400 +@@ -22,7 +22,7 @@ + WARN=-Wall + OPT=$(OPTIMIZATION) -PREFIX?=/usr/local -+PREFIX:=${PREFIX} - INSTALL_BIN= $(PREFIX)/bin - INSTALL= cp -pf ++PREFIX:=$(PREFIX) + INSTALL_BIN=$(PREFIX)/bin + INSTALL=install +@@ -58,8 +58,9 @@ + INSTALL=cp -pf + FINAL_CFLAGS+= -D__EXTENSIONS__ -D_XPG6 + FINAL_LIBS+= -ldl -lnsl -lsocket -lpthread +-else ifeq ($(uname_S),Darwin) +- ++else ifeq ($(uname_S),FreeBSD) ++ FINAL_CFLAGS?= $(CFLAGS) $(REDIS_CFLAGS) -I${PREFIX}/include ++ FINAL_LDFLAGS= $(LDFLAGS) + else + FINAL_LDFLAGS+= -rdynamic + FINAL_LIBS+= -pthread Modified: head/databases/redis-devel/files/patch-src-mkreleasehdr.sh ============================================================================== --- head/databases/redis-devel/files/patch-src-mkreleasehdr.sh Tue Aug 13 17:19:51 2013 (r324676) +++ head/databases/redis-devel/files/patch-src-mkreleasehdr.sh Tue Aug 13 17:39:57 2013 (r324677) @@ -1,11 +1,11 @@ ---- src/mkreleasehdr.sh.orig 2013-03-12 22:27:27.000000000 +0400 -+++ src/mkreleasehdr.sh 2013-03-12 22:27:37.000000000 +0400 +--- src/mkreleasehdr.sh.orig 2013-08-13 15:39:40.000000000 +0400 ++++ src/mkreleasehdr.sh 2013-08-13 15:39:55.000000000 +0400 @@ -1,6 +1,6 @@ #!/bin/sh -GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1` -GIT_DIRTY=`git diff --no-ext-diff 2> /dev/null | wc -l` +GIT_SHA1="00000000" +GIT_DIRTY="0" + BUILD_ID=`uname -n`"-"`date +%s` test -f release.h || touch release.h (cat release.h | grep SHA1 | grep $GIT_SHA1) && \ - (cat release.h | grep DIRTY | grep $GIT_DIRTY) && exit 0 # Already up-to-date From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 17:53:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D57D6B00; Tue, 13 Aug 2013 17:53:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C14082925; Tue, 13 Aug 2013 17:53:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DHr4rJ021017; Tue, 13 Aug 2013 17:53:04 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DHr32K021009; Tue, 13 Aug 2013 17:53:03 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308131753.r7DHr32K021009@svn.freebsd.org> From: Matthias Andree Date: Tue, 13 Aug 2013 17:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324678 - in branches/RELENG_9_2_0/security: polarssl polarssl/files vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 17:53:04 -0000 Author: mandree Date: Tue Aug 13 17:53:03 2013 New Revision: 324678 URL: http://svnweb.freebsd.org/changeset/ports/324678 Log: Merge from head: Security update to PolarSSL 1.2.8, and fix download. Announcement: https://polarssl.org/tech-updates/releases/polarssl-1.2.8-released Security advisory: https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 Adds two include files to pkg-plist. PR: ports/181252 Approved by: jase (maintainer) Approved by: portmgr (bdrewery) Security: 72bf9e21-03df-11e3-bd8d-080027ef73ec Security: CVE-2013-4623 Added: branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh - copied unchanged from r324675, head/security/polarssl/files/fetchwrapper.sh Modified: branches/RELENG_9_2_0/security/polarssl/Makefile branches/RELENG_9_2_0/security/polarssl/distinfo branches/RELENG_9_2_0/security/polarssl/pkg-plist branches/RELENG_9_2_0/security/vuxml/vuln.xml Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/Makefile Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/Makefile Tue Aug 13 17:53:03 2013 (r324678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -12,7 +12,10 @@ COMMENT= Open Source embedded SSL/TLS cr LICENSE= GPLv2 -FETCH_ARGS= -pRr +# bypass the HTML "now downloading..." splash site, code below +# .include +URL_SUFFIX= ?do=yes +FETCH_ARGS= -pRro ${DISTFILES} ALL_TARGET= no_test USE_GMAKE= yes @@ -48,6 +51,9 @@ post-install: .include +FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ + ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} + .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif Modified: branches/RELENG_9_2_0/security/polarssl/distinfo ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/distinfo Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/distinfo Tue Aug 13 17:53:03 2013 (r324678) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.7-gpl.tgz) = d64c2d1247f93cdeb884bd3706dfddffc636634bbf81d3772af750d5b5191328 -SIZE (polarssl-1.2.7-gpl.tgz) = 977888 +SHA256 (polarssl-1.2.8-gpl.tgz) = 23cf931e322ab397d26c89b7e805cf2229df46c5196f4f67ebfc0e285848637b +SIZE (polarssl-1.2.8-gpl.tgz) = 998609 Copied: branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh (from r324675, head/security/polarssl/files/fetchwrapper.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh Tue Aug 13 17:53:03 2013 (r324678, copy of r324675, head/security/polarssl/files/fetchwrapper.sh) @@ -0,0 +1,41 @@ +#!/bin/sh + +# $FreeBSD$ + +# This script tacks the first argument onto each URL found in the list, +# discards and then executes the list. + +# URL matching is simplistic, a URL is what matches *tp://* (so file:/// +# is not matched). + +# For instance, calling: +# fetchwrapper.sh '?do=yes' /usr/bin/fetch -pPr http://example.org/file +# will execute: +# /usr/bin/fetch -pPr http://example.org/file?do=yes + +# The intention is to work around download splash screens on web servers. + +# (C) Copyright 2013 by Matthias Andree. +# Licensed under the 2-clause BSD license. + +if [ $# -lt 3 ] ; then + echo >&2 "Usage: $0 URLsuffix fetch-command [options] URL [post-options]" + exit 1 +fi + +patcharray() { + # based on Rich Felker's "Working with arrays", + # http://www.etalabs.net/sh_tricks.html + for i do + case "$i" in *tp://*) j=$suffix ;; *) j= ;; esac + printf %s%s\\n "$i" "$j" | sed -e "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" + done + echo " " +} + +suffix="$1" ; shift +args=$(patcharray "$@") +eval "set -- $args" + +set -x +exec "$@" Modified: branches/RELENG_9_2_0/security/polarssl/pkg-plist ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/pkg-plist Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/pkg-plist Tue Aug 13 17:53:03 2013 (r324678) @@ -50,6 +50,8 @@ include/polarssl/padlock.h include/polarssl/pem.h include/polarssl/pbkdf2.h include/polarssl/pkcs11.h +include/polarssl/pkcs12.h +include/polarssl/pkcs5.h include/polarssl/rsa.h include/polarssl/sha1.h include/polarssl/sha2.h Modified: branches/RELENG_9_2_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_2_0/security/vuxml/vuln.xml Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/vuxml/vuln.xml Tue Aug 13 17:53:03 2013 (r324678) @@ -51,6 +51,36 @@ Note: Please add new entries to the beg --> + + polarssl -- denial of service through unterminated loop in certificate parser + + + polarssl + 1.2.8 + + + + +

Paul Bakker reports:

+
+

A bug in the logic of the parsing of PEM encoded certificates in x509parse_crt() can result in an infinite loop, thus hogging processing power. +

+ While parsing a Certificate message during the SSL/TLS handshake, PolarSSL extracts the presented certificates and sends them on to be parsed. As the RFC specifies that the certificates in the Certificate message are always X.509 certificates in DER format, bugs in the decoding of PEM certificates should normally not be triggerable via the SSL/TLS handshake. +

+ Versions of PolarSSL prior to 1.1.7 in the 1.1 branch and prior to 1.2.8 in the 1.2 branch call the generic x509parse_crt() function for parsing during the handshake. x509parse_crt() is a generic functions that wraps parsing of both PEM-encoded and DER-formatted certificates. As a result it is possible to craft a Certificate message that includes a PEM encoded certificate in the Certificate message that triggers the infinite loop.

+
+ +
+ + https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 + CVE-2013-4623 + + + 2013-06-21 + 2013-08-13 + +
+ samba -- denial of service vulnerability From owner-svn-ports-all@FreeBSD.ORG Tue Aug 13 20:25:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0AEABC1D; Tue, 13 Aug 2013 20:25:17 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1EC522E1; Tue, 13 Aug 2013 20:25:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DKPGGd078280; Tue, 13 Aug 2013 20:25:16 GMT (envelope-from jlaffaye@svn.freebsd.org) Received: (from jlaffaye@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DKPGk5078277; Tue, 13 Aug 2013 20:25:16 GMT (envelope-from jlaffaye@svn.freebsd.org) Message-Id: <201308132025.r7DKPGk5078277@svn.freebsd.org> From: Julien Laffaye Date: Tue, 13 Aug 2013 20:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324679 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 20:25:17 -0000 Author: jlaffaye Date: Tue Aug 13 20:25:15 2013 New Revision: 324679 URL: http://svnweb.freebsd.org/changeset/ports/324679 Log: - Update to 1.1.2 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Tue Aug 13 17:53:03 2013 (r324678) +++ head/lang/go/Makefile Tue Aug 13 20:25:15 2013 (r324679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GOOGLE_CODE Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Tue Aug 13 17:53:03 2013 (r324678) +++ head/lang/go/distinfo Tue Aug 13 20:25:15 2013 (r324679) @@ -1,2 +1,2 @@ -SHA256 (go1.1.1.src.tar.gz) = 257f74b8d812bbdec695e842de587a1495e7728b4e63d280586a14786adbb5af -SIZE (go1.1.1.src.tar.gz) = 9045336 +SHA256 (go1.1.2.src.tar.gz) = ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70 +SIZE (go1.1.2.src.tar.gz) = 9049357 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Tue Aug 13 17:53:03 2013 (r324678) +++ head/lang/go/pkg-plist Tue Aug 13 20:25:15 2013 (r324679) @@ -2686,6 +2686,7 @@ go/src/pkg/syscall/netlink_linux.go go/src/pkg/syscall/passfd_test.go go/src/pkg/syscall/race.go go/src/pkg/syscall/race0.go +go/src/pkg/syscall/rlimit_linux_test.go go/src/pkg/syscall/route_bsd.go go/src/pkg/syscall/route_darwin.go go/src/pkg/syscall/route_freebsd.go @@ -3698,6 +3699,13 @@ go/test/fixedbugs/issue5614.dir/rethinkg go/test/fixedbugs/issue5614.dir/y.go go/test/fixedbugs/issue5614.dir/x.go go/test/fixedbugs/issue5614.go +go/test/fixedbugs/issue5753.go +go/test/fixedbugs/issue5755.dir/a.go +go/test/fixedbugs/issue5755.dir/main.go +go/test/fixedbugs/issue5755.go +go/test/fixedbugs/issue5809.go +go/test/fixedbugs/issue5820.go +go/test/fixedbugs/issue5841.go go/test/fixedbugs/issue887.go go/test/float_lit.go go/test/floatcmp.go @@ -3923,6 +3931,7 @@ go/test/zerodivide.go @dirrm go/test/interface @dirrm go/test/import4.dir @dirrm go/test/import2.dir +@dirrm go/test/fixedbugs/issue5755.dir @dirrm go/test/fixedbugs/issue5614.dir @dirrm go/test/fixedbugs/issue5470.dir @dirrm go/test/fixedbugs/issue5291.dir From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 02:18:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F2C214D; Wed, 14 Aug 2013 02:18:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B4B7268E; Wed, 14 Aug 2013 02:18:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E2IMKe033803; Wed, 14 Aug 2013 02:18:22 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E2ILgO033802; Wed, 14 Aug 2013 02:18:21 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308140218.r7E2ILgO033802@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Aug 2013 02:18:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324680 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 02:18:22 -0000 Author: danfe Date: Wed Aug 14 02:18:21 2013 New Revision: 324680 URL: http://svnweb.freebsd.org/changeset/ports/324680 Log: - Stop making fools of ourselves and spell Qt framework correctly - Fix common misspelling of the verb "supersede" - Apply some other wordsmith and grammar corrections while here Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Aug 13 20:25:15 2013 (r324679) +++ head/MOVED Wed Aug 14 02:18:21 2013 (r324680) @@ -513,9 +513,9 @@ mail/postfix1||2009-03-09|Has expired: N mail/postfix21||2009-03-09|Has expired: Not supported anymore by vendor. Please choose a new one version mail/postfix22||2009-03-09|Has expired: Not supported anymore by vendor. Please choose a new one version www/rubygem-actionwebservice||2009-03-09|Has expired: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead -x11-toolkits/inti-gconf||2009-03-09|Has expired: not maintained upstream for more than five years and no port depend on this -x11-toolkits/inti-gl||2009-03-09|Has expired: not maintained upstream for more than five years and no port depend on this -x11-toolkits/inti-sourceview||2009-03-09|Has expired: not maintained upstream for more than five years and no port depend on this +x11-toolkits/inti-gconf||2009-03-09|Has expired: unmaintained upstream for more than five years; no ports depend on it +x11-toolkits/inti-gl||2009-03-09|Has expired: unmaintained upstream for more than five years; no ports depend on it +x11-toolkits/inti-sourceview||2009-03-09|Has expired: unmaintained upstream for more than five years; no ports depend on it misc/git|misc/gnuit|2009-03-14|Renamed lang/gcc33|lang/gcc43|2009-03-14|Abandoned upstream, superseded by later versions sysutils/libisoburn|sysutils/xorriso|2009-03-16|Project was renamed @@ -530,7 +530,7 @@ java/javel||2009-03-23|Has expired: unma java/guavac||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months graphics/xrml||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months graphics/renderpark||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -games/jumpnbump||2009-03-23|Has expired: tcl8.0 support is going to be dropped +games/jumpnbump||2009-03-23|Has expired: Tcl 8.0 support is going to be dropped irc/blackened||2009-03-23|Has expired: Broken and abandonware devel/libg++||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months devel/freescope||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months @@ -540,11 +540,11 @@ lang/wamcc||2009-03-23|Has expired: unma multimedia/mpegedit||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months mail/dkimap4||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months net-mgmt/oproute||2009-03-23|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -x11/tkgoodstuff||2009-03-23|Has expired: tcl8.0 support is going to be dropped -x11-toolkits/inti||2009-03-23|Has expired: not maintained upstream for more than five years and no port depend on this -mbone/nte||2009-03-23|Has expired: tcl8.0 support is going to be dropped -mbone/relate||2009-03-23|Has expired: tcl8.0 support is going to be dropped -mbone/wbd||2009-03-23|Has expired: tcl8.0 support is going to be dropped +x11/tkgoodstuff||2009-03-23|Has expired: Tcl 8.0 support is going to be dropped +x11-toolkits/inti||2009-03-23|Has expired: unmaintained upstream for more than five years; no ports depend on it +mbone/nte||2009-03-23|Has expired: Tcl 8.0 support is going to be dropped +mbone/relate||2009-03-23|Has expired: Tcl 8.0 support is going to be dropped +mbone/wbd||2009-03-23|Has expired: Tcl 8.0 support is going to be dropped comms/plp||2009-03-24|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months devel/ruby-zoom|devel/rubygem-zoom|2009-03-26|Renamed net/sipxcalllib||2009-03-28|Has expired: old version, needs updating @@ -609,9 +609,9 @@ russian/xneur|deskutils/xneur|2009-04-27 audio/rubygem-mp3info|audio/rubygem-ruby-mp3info|2009-04-28|Updated to match GEM name, use rubygem-ruby-mp3info instead sysutils/linux-megacli2|sysutils/linux-megacli|2009-04-30|Folded into unversioned port directory net/vnstati|net/vnstat|2009-04-30|Use net/vnstat -audio/snowstar||2009-05-01|Has expired: tcl8.0 support is going to be dropped +audio/snowstar||2009-05-01|Has expired: Tcl 8.0 support is going to be dropped devel/cppadvio||2009-05-01|Has expired: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -irc/olirc||2009-05-01|Has expired: project is discontinued and tcl82 support is going to be dropped +irc/olirc||2009-05-01|Has expired: project is discontinued and Tcl 8.2 support is going to be dropped multimedia/toxine||2009-05-01|Has expired: has been inactive for almost 5 years net-mgmt/nagios12||2009-05-01|Has expired: Obsolete version, consider migration to net-mgmt/nagios sysutils/bbsmount||2009-05-01|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months @@ -624,8 +624,8 @@ www/phpsurveyor|www/limesurvey|2009-05-0 devel/oskit||2009-05-07|Has expired: does not work with current versions of GCC, needs gcc295 which has been failing to build for months, no active maintainer www/p5-WWW-Nicovideo-Download|www/p5-WWW-NicoVideo-Download|2009-05-07|Directory renamed german/swissgerman-ding|german/ding|2009-05-12|Integrated into german/ding -misc/sonytv||2009-05-28|Has expired: tcl8.3 support is going to be dropped -mail/postilion||2009-05-28|Has expired: tcl8.3 support is going to be dropped +misc/sonytv||2009-05-28|Has expired: Tcl 8.3 support is going to be dropped +mail/postilion||2009-05-28|Has expired: Tcl 8.3 support is going to be dropped x11-toolkits/p5-TclTk||2009-05-28|Has expired: replaced by x11-toolkits/p5-Tcl-Tk japanese/ipa-ttfonts|japanese/font-ipa|2009-05-30|Renamed japanese/sazanami-ttf|japanese/font-sazanami|2009-05-30|Renamed @@ -663,7 +663,7 @@ audio/festvox-ogirab||2009-06-13|Has exp audio/festvox-pc||2009-06-13|Has expired: unfulfilled dependencies for 8+ months, no active maintainer, no user interest audio/festvox-tll||2009-06-13|Has expired: unfulfilled dependencies for 8+ months, no maintainer, no user interest audio/py-sdl_mixer||2009-06-13|Has expired: has been broken for more than 6 months -graphics/libimg-tk83||2009-06-13|Has expired: tcl8.3 support is going to be dropped +graphics/libimg-tk83||2009-06-13|Has expired: Tcl 8.3 support is going to be dropped multimedia/manencode||2009-06-13|Has expired www/mnogosearch31||2009-06-13|Has expired: Use www/mnogosearch instead, this version is ancient www/php4-mnogosearch||2009-06-13|Removed @@ -763,8 +763,8 @@ misc/koffice-i18n-uz|editors/koffice-i18 misc/koffice-i18n-ven|editors/koffice-i18n-ven|2009-06-29|Moved to editors category misc/koffice-i18n-xh|editors/koffice-i18n-xh|2009-06-29|Moved to editors category misc/koffice-i18n-zu|editors/koffice-i18n-zu|2009-06-29|Moved to editors category -x11-toolkits/tk80||2009-07-07|Has expired: tcl8.0 support dropped -lang/tcl80||2009-07-07|Has expired: tcl8.0 support dropped +x11-toolkits/tk80||2009-07-07|Has expired: Tcl 8.0 support is dropped +lang/tcl80||2009-07-07|Has expired: Tcl 8.0 support is dropped audio/gai-album||2009-07-07|Has expired: abandoned project, does not build audio/gai-visual-audio||2009-07-07|Has expired: abandoned project, does not build devel/linxt||2009-07-07|Has expired: Use devel/roboctl instead @@ -783,7 +783,7 @@ lang/gcc-ooo|lang/gcc43|2009-07-18|Not u security/altivore||2009-07-19|Removed editors/openoffice.org-2-devel||2009-07-21|Removed games/amy||2009-07-28|Has expired: mastersite disappeared, does not build on recent version -security/hashish||2009-07-28|Has expired: "does not compile" +security/hashish||2009-07-28|Has expired: does not compile security/smtpmap||2009-07-28|Has expired: depends on GCC 2.95 which has not been available for 9+ months devel/boost|devel/boost-libs|2009-07-28|Boost ports were split and sliced devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and sliced @@ -2869,7 +2869,7 @@ databases/maatkit||2011-11-01|Has expire databases/mysqlman||2011-11-01|Has expired: apache13 is deprecated, migrate to 2.2.x+ now databases/mysql-editor||2011-11-01|Has expired: apache13 is deprecated, migrate to 2.2.x+ now databases/gnats||2011-11-01|Has expired: security issues -graphics/poppler-qt||2011-11-01|Poppler upstream removed support for Qt3 +graphics/poppler-qt||2011-11-01|Poppler upstream removed support for Qt 3.x audio/linux-shoutcast||2011-11-01|Unfetchable; website rearranged chinese/scim-chewing||2011-11-01|Does not configure converters/py-cjkcodecs||2011-11-01|Integrated into every Python version in the tree @@ -3172,7 +3172,7 @@ www/rubygem-htauth||2012-01-08|Has expir www/instiki||2012-01-08|Has expired: has been marked ignore since 2010/09/16 mail/msmtpqueue||2012-01-08|Has expired: These scripts now come with mail/msmtp security/cryptplug||2012-01-08|Has expired: development has ceased -security/gpgme03||2012-01-08|Has expired: superceded by security/gpgme +security/gpgme03||2012-01-08|Has expired: superseded by security/gpgme databases/pear-Doctrine||2012-01-08|Has expired: Please upgrade to 1.2.x: http://svn.doctrine-project.org/tags/1.2.4/UPGRADE_TO_1_2 x11-themes/gtk-qn-x11-theme||2012-01-08|Has expired: No more public distfiles x11-themes/gtk-zenith-theme||2012-01-08|Has expired: No more public distfiles @@ -4065,8 +4065,8 @@ german/MT|www/MT|2013-02-23|Remove, beca dns/p5-Net-DNS-ZoneFile||2013-02-25|Now bundled with dns/p5-Net-DNS textproc/stardict2-rptts|textproc/stardict-rptts|2013-02-25|Renamed audio/laudio|audio/linux-laudio|2013-02-27|Renamed (Linux binary port) -multimedia/qt4-phonon||2013-02-27|Has expired: Qt4 uses multimedia/phonon -multimedia/qt4-phonon-gst||2013-02-27|Has expired: Qt4 uses multimedia/phonon-gstreamer +multimedia/qt4-phonon||2013-02-27|Has expired: Qt 4.x uses multimedia/phonon +multimedia/qt4-phonon-gst||2013-02-27|Has expired: Qt 4.x uses multimedia/phonon-gstreamer math/eigen||2013-02-27|Has expired: development for 1.x series has ceased, use math/eigen3 instead multimedia/ffmpeg-011||2013-03-01|Has expired: replaced with 1.0.x, use multimedia/ffmpeg1 instead ftp/ftp-tls||2013-03-02|Has expired: No longer maintained upstream @@ -4102,8 +4102,8 @@ ports-mgmt/portcheck||2013-03-03|Has exp security/sslproxy||2013-03-03|Has expired: Abandoned upstream x11-themes/e17-theme-darkness||2013-03-03|Has expired: No more public distfiles x11-themes/e17-theme-cthulhain||2013-03-03|Has expired: Dead upstream since 2008 -x11-servers/driglide||2013-03-03|Has expired: 3dfx is dead, fails to compile on recent versions of freebsd -mail/gmime||2013-03-03|Has expired: Superceded with version 2.4 +x11-servers/driglide||2013-03-03|Has expired: 3dfx is dead, fails to compile on recent versions of FreeBSD +mail/gmime||2013-03-03|Has expired: superseded with version 2.4 archivers/bsdar||2013-03-03|Has expired: part of the base system misc/instant-server||2013-03-04|Removed: Non-essential meta port sysutils/sge60||2013-03-06|Has expired: Ancient and unsupported release @@ -4166,7 +4166,7 @@ french/gibi||2013-03-18|Removed: IGNORE finance/pfpro||2013-03-18|Removed: upstream no longer exists finance/p5-PFProAPI||2013-03-18|Removed: upstream no longer exists finance/p5-Business-OnlinePayment-PayflowPro||2013-03-18|Removed: upstream no longer exists -www/nspluginwrapper-devel||2013-03-19|Removed: superceded by www/nspluginwrapper +www/nspluginwrapper-devel||2013-03-19|Removed: superseded by www/nspluginwrapper french/eficas_doc||2013-03-19|Removed: eficas is now able to open the documentation through a web browser so the pdf files are no longer included editors/openoffice.org-vcltesttool||2013-03-21|Removed: no longer used for openoffice qa editors/openoffice-3-devel|editors/openoffice-devel|2013-03-21|Renamed to match current version number @@ -4403,7 +4403,7 @@ www/siteatschool||2013-06-30|Has expired textproc/romdict||2013-06-30|Has expired: Upstream the project seems dead for years www/dillo-i18n||2013-06-30|Has expired: dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support www/dillo||2013-06-30|Has expired: dillo1 is no longer actively maintained. Please consider using www/dillo2 instead -comms/qfaxreader||2013-06-30|Has expired: No activity upstream since 2006; uses QT3 +comms/qfaxreader||2013-06-30|Has expired: No activity upstream since 2006; uses Qt 3.x net/openldap23-sasl-client||2013-07-01|Has expired: Unmaintained by upstream net/openldap23-server||2013-07-01|Has expired: Unmaintained by upstream net/openldap23-client||2013-07-01|Has expired: Unmaintained by upstream @@ -4418,8 +4418,8 @@ graphics/linux-dri74|graphics/linux-f10- games/gnomememoryblocks||2013-07-04|Has expired: Unsupported upstream devel/py-reddit||2013-07-07|Has been removed from PyPI, Use www/py-praw games/speakinghangman||2013-07-07|Has expired: No more public distfiles -security/pinentry-qt||2013-07-09|Removed: Qt3 ports have expired -games/nethack34-qt|games/nethack34-gnome|2013-07-09|Uses unsupported QT version +security/pinentry-qt||2013-07-09|Removed: Qt 3.x ports have expired +games/nethack34-qt|games/nethack34-gnome|2013-07-09|Uses unsupported Qt version audio/gdam||2013-07-10|Has expired: Broken for a while devel/gnome-vfs1||2013-07-10|Has expired: No more depend on, No more supported upstream textproc/ua-ispell|ukrainian/ispell|2013-07-10|Removed because it has been moved to ukrainian/ispell 12 years ago @@ -4430,7 +4430,7 @@ security/py-crack|security/py-cracklib|2 x11-toolkits/linux-f10-qt33||2013-07-12|Removed net/urtwn-firmware-kmod||2013-07-12|Removed, part of base as of r253139 benchmarks/polygraph31||2013-07-13|Has expired: Broken since March 2010 -net/avahi-qt3||2013-07-13|Depends on the expired Qt3 port +net/avahi-qt3||2013-07-13|Depends on the expired Qt 3.x port www/xpi-gwt-dev-plugin||2013-07-15|Has expired: Requires an ancient version of Firefox to build security/pyobfsproxy|security/obfsproxy|2013-07-15|Rename devel/kdevelop-custom-buildsystem||2013-07-17|Has expired: part of devel/kdevelop-kde4 now @@ -4448,384 +4448,384 @@ sysutils/rsyslog6-devel-dbi|sysutils/rsy sysutils/rsyslog6-devel-gssapi|sysutils/rsyslog7|2013-07-25|Has expired: Use sysutils/rsyslog7 sysutils/rsyslog6-devel|sysutils/rsyslog7|2013-07-25|Has expired: Use sysutils/rsyslog7 graphics/allegrogl||2013-07-26|Now part of devel/allegro -accessibility/kdeaccessibility||2013-07-26|Has expired: Depends on QT3 -arabic/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -archivers/kbackup||2013-07-26|Has expired: Depends on QT3 -archivers/kio_p7zip||2013-07-26|Has expired: Depends on QT3 -astro/celestia-kde||2013-07-26|Has expired: Depends on QT3 -astro/orsa||2013-07-26|Has expired: Depends on QT3 -audio/amarok||2013-07-26|Has expired: Depends on QT3 -audio/amarok-fs||2013-07-26|Has expired: Depends on QT3 -audio/arts||2013-07-26|Has expired: Depends on QT3 -audio/cheesetracker||2013-07-26|Has expired: Depends on QT3 -audio/cynthiune||2013-07-26|Has expired: Depends on QT3 -audio/ermixer||2013-07-26|Has expired: Depends on QT3 -audio/k3bmonkeyaudioplugin||2013-07-26|Has expired: Depends on QT3 -audio/kid3||2013-07-26|Has expired: Depends on QT3 -audio/kirocker||2013-07-26|Has expired: Depends on QT3 -audio/kmp||2013-07-26|Has expired: Depends on QT3 -audio/lplayer||2013-07-26|Has expired: Depends on QT3 -audio/madman||2013-07-26|Has expired: Depends on QT3 -audio/mpeglib_artsplug||2013-07-26|Has expired: Depends on QT3 -audio/prokyon3||2013-07-26|Has expired: Depends on QT3 -audio/xmms-kde||2013-07-26|Has expired: Depends on QT3 -audio/yammi||2013-07-26|Has expired: Depends on QT3 -biology/xdrawchem||2013-07-26|Has expired: Depends on QT3 -cad/opencascade-tutorial||2013-07-26|Has expired: Depends on QT3 -cad/qcad||2013-07-26|Has expired: Depends on QT3 -cad/qucs||2013-07-26|Has expired: Depends on QT3 -cad/vipec||2013-07-26|Has expired: Depends on QT3 -chinese/kde3-i18n-zh_CN||2013-07-26|Has expired: Depends on QT3 -chinese/kde3-i18n-zh_TW||2013-07-26|Has expired: Depends on QT3 -comms/kallers||2013-07-26|Has expired: Depends on QT3 -comms/klog||2013-07-26|Has expired: Depends on QT3 -comms/kmobiletools||2013-07-26|Has expired: Depends on QT3 -comms/kpsk||2013-07-26|Has expired: Depends on QT3 -comms/ktrack||2013-07-26|Has expired: Depends on QT3 -comms/linpsk||2013-07-26|Has expired: Depends on QT3 -comms/qsstv||2013-07-26|Has expired: Depends on QT3 -comms/qtel||2013-07-26|Has expired: Depends on QT3 -converters/ktextdecode||2013-07-26|Has expired: Depends on QT3 -databases/kmysqladmin||2013-07-26|Has expired: Depends on QT3 -databases/knoda||2013-07-26|Has expired: Depends on QT3 -databases/ksqlanalyzer||2013-07-26|Has expired: Depends on QT3 -databases/ksqlshell||2013-07-26|Has expired: Depends on QT3 -databases/mysql-navigator||2013-07-26|Has expired: Depends on QT3 -databases/qt-mysql-plugin||2013-07-26|Has expired: Depends on QT3 -databases/qt-odbc-plugin||2013-07-26|Has expired: Depends on QT3 -databases/qt-pgsql-plugin||2013-07-26|Has expired: Depends on QT3 -databases/qt-sqlite-plugin||2013-07-26|Has expired: Depends on QT3 -deskutils/bookreader||2013-07-26|Has expired: Depends on QT3 -deskutils/dragstack||2013-07-26|Has expired: Depends on QT3 -deskutils/karamba||2013-07-26|Has expired: Depends on QT3 -deskutils/katapult||2013-07-26|Has expired: Depends on QT3 -deskutils/kbirthday||2013-07-26|Has expired: Depends on QT3 -deskutils/kblticker||2013-07-26|Has expired: Depends on QT3 -deskutils/kchm||2013-07-26|Has expired: Depends on QT3 -deskutils/kchmviewer||2013-07-26|Has expired: Depends on QT3 -deskutils/kdepim3||2013-07-26|Has expired: Depends on QT3 -deskutils/kdissert||2013-07-26|Has expired: Depends on QT3 -deskutils/kickpim||2013-07-26|Has expired: Depends on QT3 -deskutils/klipoquery||2013-07-26|Has expired: Depends on QT3 -deskutils/kluje||2013-07-26|Has expired: Depends on QT3 -deskutils/kmatrix3d||2013-07-26|Has expired: Depends on QT3 -deskutils/knowit||2013-07-26|Has expired: Depends on QT3 -deskutils/kompose||2013-07-26|Has expired: Depends on QT3 -deskutils/kooldock||2013-07-26|Has expired: Depends on QT3 -deskutils/krefty||2013-07-26|Has expired: Depends on QT3 -deskutils/krss||2013-07-26|Has expired: Depends on QT3 -deskutils/ksmoothdock||2013-07-26|Has expired: Depends on QT3 -deskutils/metabar||2013-07-26|Has expired: Depends on QT3 -deskutils/snotes||2013-07-26|Has expired: Depends on QT3 -devel/bouml||2013-07-26|Has expired: Depends on QT3 -devel/crossvc||2013-07-26|Has expired: Depends on QT3 -devel/dbus-qt3||2013-07-26|Has expired: Depends on QT3 -devel/esvn||2013-07-26|Has expired: Depends on QT3 -devel/kdesdk3||2013-07-26|Has expired: Depends on QT3 -devel/kdevelop||2013-07-26|Has expired: Depends on QT3 -devel/kodos||2013-07-26|Has expired: Depends on QT3 -devel/kprof||2013-07-26|Has expired: Depends on QT3 -devel/kscope||2013-07-26|Has expired: Depends on QT3 -devel/pikdev||2013-07-26|Has expired: Depends on QT3 -devel/qsa||2013-07-26|Has expired: Depends on QT3 -devel/qssl||2013-07-26|Has expired: Depends on QT3 -devel/subcommander||2013-07-26|Has expired: Depends on QT3 -editors/f4l||2013-07-26|Has expired: Depends on QT3 -editors/kate-plugins||2013-07-26|Has expired: Depends on QT3 -editors/kile||2013-07-26|Has expired: Depends on QT3 -editors/klat||2013-07-26|Has expired: Depends on QT3 -editors/kxmleditor||2013-07-26|Has expired: Depends on QT3 -editors/pdfedit||2013-07-26|Has expired: Depends on QT3 -editors/rospell||2013-07-26|Has expired: Depends on QT3 -finance/eqonomize-kde3||2013-07-26|Has expired: Depends on QT3 -finance/kexchange||2013-07-26|Has expired: Depends on QT3 -finance/khacc||2013-07-26|Has expired: Depends on QT3 -finance/kmymoney2||2013-07-26|Has expired: Depends on QT3 -finance/qtstalker||2013-07-26|Has expired: Depends on QT3 -french/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -ftp/kasablanca||2013-07-26|Has expired: Depends on QT3 -ftp/kbear||2013-07-26|Has expired: Depends on QT3 -ftp/kftpgrabber||2013-07-26|Has expired: Depends on QT3 -ftp/kpum||2013-07-26|Has expired: Depends on QT3 -games/atlantikdesigner||2013-07-26|Has expired: Depends on QT3 -games/blackjack||2013-07-26|Has expired: Depends on QT3 -games/easysok||2013-07-26|Has expired: Depends on QT3 -games/ggz-kde-client||2013-07-26|Has expired: Depends on QT3 -games/kamikaze||2013-07-26|Has expired: Depends on QT3 -games/kbilliards||2013-07-26|Has expired: Depends on QT3 -games/kdegames3||2013-07-26|Has expired: Depends on QT3 -games/kfreerings||2013-07-26|Has expired: Depends on QT3 -games/kmastermind||2013-07-26|Has expired: Depends on QT3 -games/knights||2013-07-26|Has expired: Depends on QT3 -games/kpicframer||2013-07-26|Has expired: Depends on QT3 -games/kpictorial||2013-07-26|Has expired: Depends on QT3 -games/kpuzzle||2013-07-26|Has expired: Depends on QT3 -games/ktritoc||2013-07-26|Has expired: Depends on QT3 -games/kwappen||2013-07-26|Has expired: Depends on QT3 -games/pinedit||2013-07-26|Has expired: Depends on QT3 -games/q15||2013-07-26|Has expired: Depends on QT3 -games/qnetchess||2013-07-26|Has expired: Depends on QT3 -games/spacehulk||2013-07-26|Has expired: Depends on QT3 -games/stroq||2013-07-26|Has expired: Depends on QT3 -games/taxipilot||2013-07-26|Has expired: Depends on QT3 -german/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -german/kheisereg||2013-07-26|Has expired: Depends on QT3 -german/ksteak||2013-07-26|Has expired: Depends on QT3 -graphics/albumshaper||2013-07-26|Has expired: Depends on QT3 -graphics/amanith||2013-07-26|Has expired: Depends on QT3 -graphics/digikam||2013-07-26|Has expired: Depends on QT3 -graphics/digikam-doc||2013-07-26|Has expired: Depends on QT3 -graphics/divxcalc||2013-07-26|Has expired: Depends on QT3 -graphics/ecg2png||2013-07-26|Has expired: Depends on QT3 -graphics/flip||2013-07-26|Has expired: Depends on QT3 -graphics/fractorama||2013-07-26|Has expired: Depends on QT3 -graphics/gwenview||2013-07-26|Has expired: Depends on QT3 -graphics/imgseek||2013-07-26|Has expired: Depends on QT3 -graphics/kalbum||2013-07-26|Has expired: Depends on QT3 -graphics/kamera||2013-07-26|Has expired: Depends on QT3 -graphics/kbarcode||2013-07-26|Has expired: Depends on QT3 -graphics/kdegraphics3||2013-07-26|Has expired: Depends on QT3 -graphics/kipi-plugins||2013-07-26|Has expired: Depends on QT3 -graphics/kisomandel||2013-07-26|Has expired: Depends on QT3 -graphics/kooka||2013-07-26|Has expired: Depends on QT3 -graphics/kradview||2013-07-26|Has expired: Depends on QT3 -graphics/kuickshow||2013-07-26|Has expired: Depends on QT3 -graphics/landscape||2013-07-26|Has expired: Depends on QT3 -graphics/libkdcraw||2013-07-26|Has expired: Depends on QT3 -graphics/libkexif||2013-07-26|Has expired: Depends on QT3 -graphics/libkexiv2||2013-07-26|Has expired: Depends on QT3 -graphics/libkipi||2013-07-26|Has expired: Depends on QT3 -graphics/libqglviewer||2013-07-26|Has expired: Depends on QT3 -graphics/libx3dtk||2013-07-26|Has expired: Depends on QT3 -graphics/potracegui||2013-07-26|Has expired: Depends on QT3 -graphics/py-amanith||2013-07-26|Has expired: Depends on QT3 -graphics/showimg||2013-07-26|Has expired: Depends on QT3 -graphics/xenomorph||2013-07-26|Has expired: Depends on QT3 -hebrew/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -hungarian/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -irc/eggcreator||2013-07-26|Has expired: Depends on QT3 -irc/kmyirc||2013-07-26|Has expired: Depends on QT3 -irc/konversation||2013-07-26|Has expired: Depends on QT3 -irc/kwirc||2013-07-26|Has expired: Depends on QT3 -japanese/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -korean/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -lang/gambas||2013-07-26|Has expired: Depends on QT3 -lang/klogoturtle||2013-07-26|Has expired: Depends on QT3 -mail/kcheckgmail||2013-07-26|Has expired: Depends on QT3 -math/digitizer||2013-07-26|Has expired: Depends on QT3 -math/fung-calc||2013-07-26|Has expired: Depends on QT3 -math/k3dsurf||2013-07-26|Has expired: Depends on QT3 -math/koctave||2013-07-26|Has expired: Depends on QT3 -math/kseg||2013-07-26|Has expired: Depends on QT3 -math/pgcalc||2013-07-26|Has expired: Depends on QT3 -math/qwtplot3d||2013-07-26|Has expired: Depends on QT3 -math/rkward||2013-07-26|Has expired: Depends on QT3 -math/xgfe||2013-07-26|Has expired: Depends on QT3 -misc/gwenview-i18n||2013-07-26|Has expired: Depends on QT3 -misc/k3b-i18n||2013-07-26|Has expired: Depends on QT3 -misc/kaddressbook-plugins||2013-07-26|Has expired: Depends on QT3 -misc/katalog||2013-07-26|Has expired: Depends on QT3 -misc/kbfx||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-af||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-az||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-be||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-bg||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-bn||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-br||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-bs||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ca||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-cs||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-csb||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-cy||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-da||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-el||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-en_GB||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-eo||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-es||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-et||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-eu||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-fa||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-fi||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-fy||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ga||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-gl||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-hi||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-hr||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-is||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-it||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-kk||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-km||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-lt||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-lv||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-mk||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-mn||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ms||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-nb||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-nds||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-nl||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-nn||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-pa||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ro||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-rw||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-se||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-sk||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-sl||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-sr||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-sr_Latn||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ss||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-sv||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ta||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-te||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-tg||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-th||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-tr||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-uz||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-ven||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-wa||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-xh||2013-07-26|Has expired: Depends on QT3 -misc/kde3-i18n-zu||2013-07-26|Has expired: Depends on QT3 -misc/kdeaddons3||2013-07-26|Has expired: Depends on QT3 -misc/kdeedu3||2013-07-26|Has expired: Depends on QT3 -misc/kdehier||2013-07-26|Has expired: Depends on QT3 -misc/kdeutils3||2013-07-26|Has expired: Depends on QT3 -misc/kfile-plugins||2013-07-26|Has expired: Depends on QT3 -misc/kicker-applets||2013-07-26|Has expired: Depends on QT3 -misc/knewsticker-scripts||2013-07-26|Has expired: Depends on QT3 -misc/konq-plugins||2013-07-26|Has expired: Depends on QT3 -misc/krecipes||2013-07-26|Has expired: Depends on QT3 -misc/ksig||2013-07-26|Has expired: Depends on QT3 -misc/kwatch||2013-07-26|Has expired: Depends on QT3 -misc/renamedlgplugins||2013-07-26|Has expired: Depends on QT3 -multimedia/bmp-extra-plugins||2013-07-26|Has expired: Depends on QT3 -multimedia/dvdauthorwizard||2013-07-26|Has expired: Depends on QT3 -multimedia/grpplaylist||2013-07-26|Has expired: Depends on QT3 -multimedia/k9copy||2013-07-26|Has expired: Depends on QT3 -multimedia/kdemultimedia3||2013-07-26|Has expired: Depends on QT3 -multimedia/kmenc15||2013-07-26|Has expired: Depends on QT3 -multimedia/kmplayer||2013-07-26|Has expired: Depends on QT3 -multimedia/konverter||2013-07-26|Has expired: Depends on QT3 -multimedia/kplayer||2013-07-26|Has expired: Depends on QT3 -multimedia/ksubeditor||2013-07-26|Has expired: Depends on QT3 -multimedia/mandvd||2013-07-26|Has expired: Depends on QT3 -multimedia/noatun-plugins||2013-07-26|Has expired: Depends on QT3 -multimedia/qdvdauthor||2013-07-26|Has expired: Depends on QT3 -multimedia/subtitlecomposer||2013-07-26|Has expired: Depends on QT3 -multimedia/transkode||2013-07-26|Has expired: Depends on QT3 -multimedia/xine_artsplugin||2013-07-26|Has expired: Depends on QT3 -net/cphone||2013-07-26|Has expired: Depends on QT3 -net/kdenetwork3||2013-07-26|Has expired: Depends on QT3 -net/kiax||2013-07-26|Has expired: Depends on QT3 -net/knemo||2013-07-26|Has expired: Depends on QT3 -net/kphone||2013-07-26|Has expired: Depends on QT3 -net/krdesktop||2013-07-26|Has expired: Depends on QT3 -net/lanbrowsing||2013-07-26|Has expired: Depends on QT3 -net/pppload||2013-07-26|Has expired: Depends on QT3 -net/smb4k||2013-07-26|Has expired: Depends on QT3 -net/twinkle||2013-07-26|Has expired: Depends on QT3 -net-im/eva||2013-07-26|Has expired: Depends on QT3 -net-im/kmerlin||2013-07-26|Has expired: Depends on QT3 -net-im/kmess||2013-07-26|Has expired: Depends on QT3 -net-im/konverse||2013-07-26|Has expired: Depends on QT3 -net-im/kopete||2013-07-26|Has expired: Depends on QT3 -net-im/kpopup||2013-07-26|Has expired: Depends on QT3 -net-im/sim-im||2013-07-26|Has expired: Depends on QT3 -net-im/sim-im-devel||2013-07-26|Has expired: Depends on QT3 -net-im/trix||2013-07-26|Has expired: Depends on QT3 -net-mgmt/tork||2013-07-26|Has expired: Depends on QT3 -net-p2p/kmldonkey||2013-07-26|Has expired: Depends on QT3 -net-p2p/ktorrent2||2013-07-26|Has expired: Depends on QT3 -net-p2p/qtella||2013-07-26|Has expired: Depends on QT3 -net-p2p/qtorrent||2013-07-26|Has expired: Depends on QT3 -news/klibido||2013-07-26|Has expired: Depends on QT3 -polish/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -ports-mgmt/kports||2013-07-26|Has expired: Depends on QT3 -ports-mgmt/qtpkg||2013-07-26|Has expired: Depends on QT3 -portuguese/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -portuguese/kde3-i18n-pt_BR||2013-07-26|Has expired: Depends on QT3 -print/cjk-lyx||2013-07-26|Has expired: Depends on QT3 -print/kcdlabel||2013-07-26|Has expired: Depends on QT3 -print/mapagi||2013-07-26|Has expired: Depends on QT3 -russian/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -russian/ksocrat||2013-07-26|Has expired: Depends on QT3 -science/gsystem||2013-07-26|Has expired: Depends on QT3 -science/kmovisto||2013-07-26|Has expired: Depends on QT3 -science/kst||2013-07-26|Has expired: Depends on QT3 -security/kgpg||2013-07-26|Has expired: Depends on QT3 -security/klamav||2013-07-26|Has expired: Depends on QT3 -security/kopete-otr||2013-07-26|Has expired: Depends on QT3 -security/kovpn||2013-07-26|Has expired: Depends on QT3 -security/kssh||2013-07-26|Has expired: Depends on QT3 -security/qca-tls||2013-07-26|Has expired: Depends on QT3 -security/qtfw||2013-07-26|Has expired: Depends on QT3 -sysutils/filelight||2013-07-26|Has expired: Depends on QT3 -sysutils/k3b||2013-07-26|Has expired: Depends on QT3 -sysutils/kcpuload||2013-07-26|Has expired: Depends on QT3 -sysutils/kdeadmin3||2013-07-26|Has expired: Depends on QT3 -sysutils/keep||2013-07-26|Has expired: Depends on QT3 -sysutils/kgtk||2013-07-26|Has expired: Depends on QT3 -sysutils/kkbswitch||2013-07-26|Has expired: Depends on QT3 -sysutils/kkeyled||2013-07-26|Has expired: Depends on QT3 -sysutils/klaptopdaemon||2013-07-26|Has expired: Depends on QT3 -sysutils/kleansweep||2013-07-26|Has expired: Depends on QT3 -sysutils/klineakconfig||2013-07-26|Has expired: Depends on QT3 -sysutils/kmilo||2013-07-26|Has expired: Depends on QT3 -sysutils/knutclient||2013-07-26|Has expired: Depends on QT3 -sysutils/komparator||2013-07-26|Has expired: Depends on QT3 -sysutils/krename||2013-07-26|Has expired: Depends on QT3 -sysutils/kshutdown||2013-07-26|Has expired: Depends on QT3 -sysutils/ksynaptics||2013-07-26|Has expired: Depends on QT3 -sysutils/lineak-kdeplugins||2013-07-26|Has expired: Depends on QT3 -sysutils/luma||2013-07-26|Has expired: Depends on QT3 -sysutils/pwg||2013-07-26|Has expired: Depends on QT3 -sysutils/spassgen||2013-07-26|Has expired: Depends on QT3 -textproc/kbedic||2013-07-26|Has expired: Depends on QT3 -textproc/skim||2013-07-26|Has expired: Depends on QT3 -textproc/uim-kde||2013-07-26|Has expired: Depends on QT3 -textproc/uim-qt||2013-07-26|Has expired: Depends on QT3 -textproc/xxdiff||2013-07-26|Has expired: Depends on QT3 -textproc/xxdiff-scripts||2013-07-26|Has expired: Depends on QT3 -ukrainian/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -vietnamese/kde3-i18n||2013-07-26|Has expired: Depends on QT3 -www/kdewebdev||2013-07-26|Has expired: Depends on QT3 -www/khtml2png||2013-07-26|Has expired: Depends on QT3 -x11/kde-lite||2013-07-26|Has expired: Depends on QT3 -x11/kde3||2013-07-26|Has expired: Depends on QT3 -x11/kdebase3||2013-07-26|Has expired: Depends on QT3 -x11/kdelibs3||2013-07-26|Has expired: Depends on QT3 -x11/kdelibs3-nocups||2013-07-26|Has expired: Depends on QT3 -x11/oooqs2||2013-07-26|Has expired: Depends on QT3 -x11/rsibreak||2013-07-26|Has expired: Depends on QT3 -x11/xscreensaver-kde||2013-07-26|Has expired: Depends on QT3 -x11/yakuake||2013-07-26|Has expired: Depends on QT3 -x11-clocks/kdetoys3||2013-07-26|Has expired: Depends on QT3 -x11-fm/dolphin||2013-07-26|Has expired: Depends on QT3 -x11-fm/krusader||2013-07-26|Has expired: Depends on QT3 -x11-themes/baghira||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-style-comix||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-style-lipstik||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-style-polyester||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-style-tiblit||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-windeco-activeheart||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-windeco-crystal||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-windeco-knifty||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-windeco-neos||2013-07-26|Has expired: Depends on QT3 -x11-themes/kde-windeco-smoothblend||2013-07-26|Has expired: Depends on QT3 -x11-themes/kdeartwork3||2013-07-26|Has expired: Depends on QT3 -x11-themes/kdmtheme||2013-07-26|Has expired: Depends on QT3 -x11-themes/moodin||2013-07-26|Has expired: Depends on QT3 -x11-themes/phase||2013-07-26|Has expired: Depends on QT3 -x11-themes/polymer||2013-07-26|Has expired: Depends on QT3 -x11-themes/qinx||2013-07-26|Has expired: Depends on QT3 -x11-themes/qnxstyle||2013-07-26|Has expired: Depends on QT3 -x11-themes/qt-bluecurve-theme||2013-07-26|Has expired: Depends on QT3 -x11-themes/qtcurve-kde3||2013-07-26|Has expired: Depends on QT3 -x11-toolkits/py-qt||2013-07-26|Has expired: Depends on QT3 -x11-toolkits/qscintilla||2013-07-26|Has expired: Depends on QT3 +accessibility/kdeaccessibility||2013-07-26|Has expired: Depends on Qt 3.x +arabic/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +archivers/kbackup||2013-07-26|Has expired: Depends on Qt 3.x +archivers/kio_p7zip||2013-07-26|Has expired: Depends on Qt 3.x +astro/celestia-kde||2013-07-26|Has expired: Depends on Qt 3.x +astro/orsa||2013-07-26|Has expired: Depends on Qt 3.x +audio/amarok||2013-07-26|Has expired: Depends on Qt 3.x +audio/amarok-fs||2013-07-26|Has expired: Depends on Qt 3.x +audio/arts||2013-07-26|Has expired: Depends on Qt 3.x +audio/cheesetracker||2013-07-26|Has expired: Depends on Qt 3.x +audio/cynthiune||2013-07-26|Has expired: Depends on Qt 3.x +audio/ermixer||2013-07-26|Has expired: Depends on Qt 3.x +audio/k3bmonkeyaudioplugin||2013-07-26|Has expired: Depends on Qt 3.x +audio/kid3||2013-07-26|Has expired: Depends on Qt 3.x +audio/kirocker||2013-07-26|Has expired: Depends on Qt 3.x +audio/kmp||2013-07-26|Has expired: Depends on Qt 3.x +audio/lplayer||2013-07-26|Has expired: Depends on Qt 3.x +audio/madman||2013-07-26|Has expired: Depends on Qt 3.x +audio/mpeglib_artsplug||2013-07-26|Has expired: Depends on Qt 3.x +audio/prokyon3||2013-07-26|Has expired: Depends on Qt 3.x +audio/xmms-kde||2013-07-26|Has expired: Depends on Qt 3.x +audio/yammi||2013-07-26|Has expired: Depends on Qt 3.x +biology/xdrawchem||2013-07-26|Has expired: Depends on Qt 3.x +cad/opencascade-tutorial||2013-07-26|Has expired: Depends on Qt 3.x +cad/qcad||2013-07-26|Has expired: Depends on Qt 3.x +cad/qucs||2013-07-26|Has expired: Depends on Qt 3.x +cad/vipec||2013-07-26|Has expired: Depends on Qt 3.x +chinese/kde3-i18n-zh_CN||2013-07-26|Has expired: Depends on Qt 3.x +chinese/kde3-i18n-zh_TW||2013-07-26|Has expired: Depends on Qt 3.x +comms/kallers||2013-07-26|Has expired: Depends on Qt 3.x +comms/klog||2013-07-26|Has expired: Depends on Qt 3.x +comms/kmobiletools||2013-07-26|Has expired: Depends on Qt 3.x +comms/kpsk||2013-07-26|Has expired: Depends on Qt 3.x +comms/ktrack||2013-07-26|Has expired: Depends on Qt 3.x +comms/linpsk||2013-07-26|Has expired: Depends on Qt 3.x +comms/qsstv||2013-07-26|Has expired: Depends on Qt 3.x +comms/qtel||2013-07-26|Has expired: Depends on Qt 3.x +converters/ktextdecode||2013-07-26|Has expired: Depends on Qt 3.x +databases/kmysqladmin||2013-07-26|Has expired: Depends on Qt 3.x +databases/knoda||2013-07-26|Has expired: Depends on Qt 3.x +databases/ksqlanalyzer||2013-07-26|Has expired: Depends on Qt 3.x +databases/ksqlshell||2013-07-26|Has expired: Depends on Qt 3.x +databases/mysql-navigator||2013-07-26|Has expired: Depends on Qt 3.x +databases/qt-mysql-plugin||2013-07-26|Has expired: Depends on Qt 3.x +databases/qt-odbc-plugin||2013-07-26|Has expired: Depends on Qt 3.x +databases/qt-pgsql-plugin||2013-07-26|Has expired: Depends on Qt 3.x +databases/qt-sqlite-plugin||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/bookreader||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/dragstack||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/karamba||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/katapult||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kbirthday||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kblticker||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kchm||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kchmviewer||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kdepim3||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kdissert||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kickpim||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/klipoquery||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kluje||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kmatrix3d||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/knowit||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kompose||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/kooldock||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/krefty||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/krss||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/ksmoothdock||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/metabar||2013-07-26|Has expired: Depends on Qt 3.x +deskutils/snotes||2013-07-26|Has expired: Depends on Qt 3.x +devel/bouml||2013-07-26|Has expired: Depends on Qt 3.x +devel/crossvc||2013-07-26|Has expired: Depends on Qt 3.x +devel/dbus-qt3||2013-07-26|Has expired: Depends on Qt 3.x +devel/esvn||2013-07-26|Has expired: Depends on Qt 3.x +devel/kdesdk3||2013-07-26|Has expired: Depends on Qt 3.x +devel/kdevelop||2013-07-26|Has expired: Depends on Qt 3.x +devel/kodos||2013-07-26|Has expired: Depends on Qt 3.x +devel/kprof||2013-07-26|Has expired: Depends on Qt 3.x +devel/kscope||2013-07-26|Has expired: Depends on Qt 3.x +devel/pikdev||2013-07-26|Has expired: Depends on Qt 3.x +devel/qsa||2013-07-26|Has expired: Depends on Qt 3.x +devel/qssl||2013-07-26|Has expired: Depends on Qt 3.x +devel/subcommander||2013-07-26|Has expired: Depends on Qt 3.x +editors/f4l||2013-07-26|Has expired: Depends on Qt 3.x +editors/kate-plugins||2013-07-26|Has expired: Depends on Qt 3.x +editors/kile||2013-07-26|Has expired: Depends on Qt 3.x +editors/klat||2013-07-26|Has expired: Depends on Qt 3.x +editors/kxmleditor||2013-07-26|Has expired: Depends on Qt 3.x +editors/pdfedit||2013-07-26|Has expired: Depends on Qt 3.x +editors/rospell||2013-07-26|Has expired: Depends on Qt 3.x +finance/eqonomize-kde3||2013-07-26|Has expired: Depends on Qt 3.x +finance/kexchange||2013-07-26|Has expired: Depends on Qt 3.x +finance/khacc||2013-07-26|Has expired: Depends on Qt 3.x +finance/kmymoney2||2013-07-26|Has expired: Depends on Qt 3.x +finance/qtstalker||2013-07-26|Has expired: Depends on Qt 3.x +french/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +ftp/kasablanca||2013-07-26|Has expired: Depends on Qt 3.x +ftp/kbear||2013-07-26|Has expired: Depends on Qt 3.x +ftp/kftpgrabber||2013-07-26|Has expired: Depends on Qt 3.x +ftp/kpum||2013-07-26|Has expired: Depends on Qt 3.x +games/atlantikdesigner||2013-07-26|Has expired: Depends on Qt 3.x +games/blackjack||2013-07-26|Has expired: Depends on Qt 3.x +games/easysok||2013-07-26|Has expired: Depends on Qt 3.x +games/ggz-kde-client||2013-07-26|Has expired: Depends on Qt 3.x +games/kamikaze||2013-07-26|Has expired: Depends on Qt 3.x +games/kbilliards||2013-07-26|Has expired: Depends on Qt 3.x +games/kdegames3||2013-07-26|Has expired: Depends on Qt 3.x +games/kfreerings||2013-07-26|Has expired: Depends on Qt 3.x +games/kmastermind||2013-07-26|Has expired: Depends on Qt 3.x +games/knights||2013-07-26|Has expired: Depends on Qt 3.x +games/kpicframer||2013-07-26|Has expired: Depends on Qt 3.x +games/kpictorial||2013-07-26|Has expired: Depends on Qt 3.x +games/kpuzzle||2013-07-26|Has expired: Depends on Qt 3.x +games/ktritoc||2013-07-26|Has expired: Depends on Qt 3.x +games/kwappen||2013-07-26|Has expired: Depends on Qt 3.x +games/pinedit||2013-07-26|Has expired: Depends on Qt 3.x +games/q15||2013-07-26|Has expired: Depends on Qt 3.x +games/qnetchess||2013-07-26|Has expired: Depends on Qt 3.x +games/spacehulk||2013-07-26|Has expired: Depends on Qt 3.x +games/stroq||2013-07-26|Has expired: Depends on Qt 3.x +games/taxipilot||2013-07-26|Has expired: Depends on Qt 3.x +german/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +german/kheisereg||2013-07-26|Has expired: Depends on Qt 3.x +german/ksteak||2013-07-26|Has expired: Depends on Qt 3.x +graphics/albumshaper||2013-07-26|Has expired: Depends on Qt 3.x +graphics/amanith||2013-07-26|Has expired: Depends on Qt 3.x +graphics/digikam||2013-07-26|Has expired: Depends on Qt 3.x +graphics/digikam-doc||2013-07-26|Has expired: Depends on Qt 3.x +graphics/divxcalc||2013-07-26|Has expired: Depends on Qt 3.x +graphics/ecg2png||2013-07-26|Has expired: Depends on Qt 3.x +graphics/flip||2013-07-26|Has expired: Depends on Qt 3.x +graphics/fractorama||2013-07-26|Has expired: Depends on Qt 3.x +graphics/gwenview||2013-07-26|Has expired: Depends on Qt 3.x +graphics/imgseek||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kalbum||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kamera||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kbarcode||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kdegraphics3||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kipi-plugins||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kisomandel||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kooka||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kradview||2013-07-26|Has expired: Depends on Qt 3.x +graphics/kuickshow||2013-07-26|Has expired: Depends on Qt 3.x +graphics/landscape||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libkdcraw||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libkexif||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libkexiv2||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libkipi||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libqglviewer||2013-07-26|Has expired: Depends on Qt 3.x +graphics/libx3dtk||2013-07-26|Has expired: Depends on Qt 3.x +graphics/potracegui||2013-07-26|Has expired: Depends on Qt 3.x +graphics/py-amanith||2013-07-26|Has expired: Depends on Qt 3.x +graphics/showimg||2013-07-26|Has expired: Depends on Qt 3.x +graphics/xenomorph||2013-07-26|Has expired: Depends on Qt 3.x +hebrew/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +hungarian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +irc/eggcreator||2013-07-26|Has expired: Depends on Qt 3.x +irc/kmyirc||2013-07-26|Has expired: Depends on Qt 3.x +irc/konversation||2013-07-26|Has expired: Depends on Qt 3.x +irc/kwirc||2013-07-26|Has expired: Depends on Qt 3.x +japanese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +korean/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +lang/gambas||2013-07-26|Has expired: Depends on Qt 3.x +lang/klogoturtle||2013-07-26|Has expired: Depends on Qt 3.x +mail/kcheckgmail||2013-07-26|Has expired: Depends on Qt 3.x +math/digitizer||2013-07-26|Has expired: Depends on Qt 3.x +math/fung-calc||2013-07-26|Has expired: Depends on Qt 3.x +math/k3dsurf||2013-07-26|Has expired: Depends on Qt 3.x +math/koctave||2013-07-26|Has expired: Depends on Qt 3.x +math/kseg||2013-07-26|Has expired: Depends on Qt 3.x +math/pgcalc||2013-07-26|Has expired: Depends on Qt 3.x +math/qwtplot3d||2013-07-26|Has expired: Depends on Qt 3.x +math/rkward||2013-07-26|Has expired: Depends on Qt 3.x +math/xgfe||2013-07-26|Has expired: Depends on Qt 3.x +misc/gwenview-i18n||2013-07-26|Has expired: Depends on Qt 3.x +misc/k3b-i18n||2013-07-26|Has expired: Depends on Qt 3.x +misc/kaddressbook-plugins||2013-07-26|Has expired: Depends on Qt 3.x +misc/katalog||2013-07-26|Has expired: Depends on Qt 3.x +misc/kbfx||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-af||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-az||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-be||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-bg||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-bn||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-br||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-bs||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ca||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-cs||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-csb||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-cy||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-da||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-el||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-en_GB||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-eo||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-es||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-et||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-eu||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-fa||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-fi||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-fy||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ga||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-gl||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-hi||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-hr||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-is||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-it||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-kk||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-km||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-lt||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-lv||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-mk||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-mn||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ms||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-nb||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-nds||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-nl||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-nn||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-pa||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ro||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-rw||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-se||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-sk||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-sl||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-sr||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-sr_Latn||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ss||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-sv||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ta||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-te||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-tg||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-th||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-tr||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-uz||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-ven||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-wa||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-xh||2013-07-26|Has expired: Depends on Qt 3.x +misc/kde3-i18n-zu||2013-07-26|Has expired: Depends on Qt 3.x +misc/kdeaddons3||2013-07-26|Has expired: Depends on Qt 3.x +misc/kdeedu3||2013-07-26|Has expired: Depends on Qt 3.x +misc/kdehier||2013-07-26|Has expired: Depends on Qt 3.x +misc/kdeutils3||2013-07-26|Has expired: Depends on Qt 3.x +misc/kfile-plugins||2013-07-26|Has expired: Depends on Qt 3.x +misc/kicker-applets||2013-07-26|Has expired: Depends on Qt 3.x +misc/knewsticker-scripts||2013-07-26|Has expired: Depends on Qt 3.x +misc/konq-plugins||2013-07-26|Has expired: Depends on Qt 3.x +misc/krecipes||2013-07-26|Has expired: Depends on Qt 3.x +misc/ksig||2013-07-26|Has expired: Depends on Qt 3.x +misc/kwatch||2013-07-26|Has expired: Depends on Qt 3.x +misc/renamedlgplugins||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/bmp-extra-plugins||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/dvdauthorwizard||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/grpplaylist||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/k9copy||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/kdemultimedia3||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/kmenc15||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/kmplayer||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/konverter||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/kplayer||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/ksubeditor||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/mandvd||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/noatun-plugins||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/qdvdauthor||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/subtitlecomposer||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/transkode||2013-07-26|Has expired: Depends on Qt 3.x +multimedia/xine_artsplugin||2013-07-26|Has expired: Depends on Qt 3.x +net/cphone||2013-07-26|Has expired: Depends on Qt 3.x +net/kdenetwork3||2013-07-26|Has expired: Depends on Qt 3.x +net/kiax||2013-07-26|Has expired: Depends on Qt 3.x +net/knemo||2013-07-26|Has expired: Depends on Qt 3.x +net/kphone||2013-07-26|Has expired: Depends on Qt 3.x +net/krdesktop||2013-07-26|Has expired: Depends on Qt 3.x +net/lanbrowsing||2013-07-26|Has expired: Depends on Qt 3.x +net/pppload||2013-07-26|Has expired: Depends on Qt 3.x +net/smb4k||2013-07-26|Has expired: Depends on Qt 3.x +net/twinkle||2013-07-26|Has expired: Depends on Qt 3.x +net-im/eva||2013-07-26|Has expired: Depends on Qt 3.x +net-im/kmerlin||2013-07-26|Has expired: Depends on Qt 3.x +net-im/kmess||2013-07-26|Has expired: Depends on Qt 3.x +net-im/konverse||2013-07-26|Has expired: Depends on Qt 3.x +net-im/kopete||2013-07-26|Has expired: Depends on Qt 3.x +net-im/kpopup||2013-07-26|Has expired: Depends on Qt 3.x +net-im/sim-im||2013-07-26|Has expired: Depends on Qt 3.x +net-im/sim-im-devel||2013-07-26|Has expired: Depends on Qt 3.x +net-im/trix||2013-07-26|Has expired: Depends on Qt 3.x +net-mgmt/tork||2013-07-26|Has expired: Depends on Qt 3.x +net-p2p/kmldonkey||2013-07-26|Has expired: Depends on Qt 3.x +net-p2p/ktorrent2||2013-07-26|Has expired: Depends on Qt 3.x +net-p2p/qtella||2013-07-26|Has expired: Depends on Qt 3.x +net-p2p/qtorrent||2013-07-26|Has expired: Depends on Qt 3.x +news/klibido||2013-07-26|Has expired: Depends on Qt 3.x +polish/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +ports-mgmt/kports||2013-07-26|Has expired: Depends on Qt 3.x +ports-mgmt/qtpkg||2013-07-26|Has expired: Depends on Qt 3.x +portuguese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +portuguese/kde3-i18n-pt_BR||2013-07-26|Has expired: Depends on Qt 3.x +print/cjk-lyx||2013-07-26|Has expired: Depends on Qt 3.x +print/kcdlabel||2013-07-26|Has expired: Depends on Qt 3.x +print/mapagi||2013-07-26|Has expired: Depends on Qt 3.x +russian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +russian/ksocrat||2013-07-26|Has expired: Depends on Qt 3.x +science/gsystem||2013-07-26|Has expired: Depends on Qt 3.x +science/kmovisto||2013-07-26|Has expired: Depends on Qt 3.x +science/kst||2013-07-26|Has expired: Depends on Qt 3.x +security/kgpg||2013-07-26|Has expired: Depends on Qt 3.x +security/klamav||2013-07-26|Has expired: Depends on Qt 3.x +security/kopete-otr||2013-07-26|Has expired: Depends on Qt 3.x +security/kovpn||2013-07-26|Has expired: Depends on Qt 3.x +security/kssh||2013-07-26|Has expired: Depends on Qt 3.x +security/qca-tls||2013-07-26|Has expired: Depends on Qt 3.x +security/qtfw||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/filelight||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/k3b||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kcpuload||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kdeadmin3||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/keep||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kgtk||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kkbswitch||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kkeyled||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/klaptopdaemon||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kleansweep||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/klineakconfig||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kmilo||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/knutclient||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/komparator||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/krename||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/kshutdown||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/ksynaptics||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/lineak-kdeplugins||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/luma||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/pwg||2013-07-26|Has expired: Depends on Qt 3.x +sysutils/spassgen||2013-07-26|Has expired: Depends on Qt 3.x +textproc/kbedic||2013-07-26|Has expired: Depends on Qt 3.x +textproc/skim||2013-07-26|Has expired: Depends on Qt 3.x +textproc/uim-kde||2013-07-26|Has expired: Depends on Qt 3.x +textproc/uim-qt||2013-07-26|Has expired: Depends on Qt 3.x +textproc/xxdiff||2013-07-26|Has expired: Depends on Qt 3.x +textproc/xxdiff-scripts||2013-07-26|Has expired: Depends on Qt 3.x +ukrainian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +vietnamese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x +www/kdewebdev||2013-07-26|Has expired: Depends on Qt 3.x +www/khtml2png||2013-07-26|Has expired: Depends on Qt 3.x +x11/kde-lite||2013-07-26|Has expired: Depends on Qt 3.x +x11/kde3||2013-07-26|Has expired: Depends on Qt 3.x +x11/kdebase3||2013-07-26|Has expired: Depends on Qt 3.x +x11/kdelibs3||2013-07-26|Has expired: Depends on Qt 3.x +x11/kdelibs3-nocups||2013-07-26|Has expired: Depends on Qt 3.x +x11/oooqs2||2013-07-26|Has expired: Depends on Qt 3.x +x11/rsibreak||2013-07-26|Has expired: Depends on Qt 3.x +x11/xscreensaver-kde||2013-07-26|Has expired: Depends on Qt 3.x +x11/yakuake||2013-07-26|Has expired: Depends on Qt 3.x +x11-clocks/kdetoys3||2013-07-26|Has expired: Depends on Qt 3.x +x11-fm/dolphin||2013-07-26|Has expired: Depends on Qt 3.x +x11-fm/krusader||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/baghira||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-style-comix||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-style-lipstik||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-style-polyester||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-style-tiblit||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-windeco-activeheart||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-windeco-crystal||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-windeco-knifty||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-windeco-neos||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kde-windeco-smoothblend||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kdeartwork3||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/kdmtheme||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/moodin||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/phase||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/polymer||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/qinx||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/qnxstyle||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/qt-bluecurve-theme||2013-07-26|Has expired: Depends on Qt 3.x +x11-themes/qtcurve-kde3||2013-07-26|Has expired: Depends on Qt 3.x +x11-toolkits/py-qt||2013-07-26|Has expired: Depends on Qt 3.x +x11-toolkits/qscintilla||2013-07-26|Has expired: Depends on Qt 3.x x11-toolkits/qt33||2013-07-26|Has expired: No upstream activity since 2008; unmaintained -x11-toolkits/qwt4||2013-07-26|Has expired: Depends on QT3 -x11-wm/bbconf||2013-07-26|Has expired: Depends on QT3 -x11-wm/kompmgr||2013-07-26|Has expired: Depends on QT3 +x11-toolkits/qwt4||2013-07-26|Has expired: Depends on Qt 3.x +x11-wm/bbconf||2013-07-26|Has expired: Depends on Qt 3.x +x11-wm/kompmgr||2013-07-26|Has expired: Depends on Qt 3.x audio/artswrapper||2013-07-27|Depend on the expired audio/arts net/ns2|net/ns|2013-07-29|Duplicate ports merged x11-toolkits/libbonobouimm||2013-07-31|Not supported upstream anymore From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 03:54:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6486A335; Wed, 14 Aug 2013 03:54:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 514452B71; Wed, 14 Aug 2013 03:54:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E3ssRq071415; Wed, 14 Aug 2013 03:54:54 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E3sruV071413; Wed, 14 Aug 2013 03:54:53 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308140354.r7E3sruV071413@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Aug 2013 03:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324681 - in head/security/keynote: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 03:54:54 -0000 Author: danfe Date: Wed Aug 14 03:54:53 2013 New Revision: 324681 URL: http://svnweb.freebsd.org/changeset/ports/324681 Log: - Unbreak parallel (-jX) builds by fixing yacc'ed targets dependencies; unfortunately, doing it correctly requires GNU make (for order-only prerequisites) - Standardize Makefile header, define LICENSE (MIT) - Install somewhat more complete set of portdocs - Install manpages relative to MANPREFIX - While here, convert to OptionsNG, utilize PORTDOCS, remove pkg-plist, and generally cleanup port's Makefile Deleted: head/security/keynote/pkg-plist Modified: head/security/keynote/Makefile head/security/keynote/files/patch-ac Modified: head/security/keynote/Makefile ============================================================================== --- head/security/keynote/Makefile Wed Aug 14 02:18:21 2013 (r324680) +++ head/security/keynote/Makefile Wed Aug 14 03:54:53 2013 (r324681) @@ -1,6 +1,5 @@ -# Created by: se +# Created by: Stefan Esser # $FreeBSD$ -# PORTNAME= keynote PORTVERSION= 2.3 @@ -11,26 +10,35 @@ MASTER_SITES= http://www1.cs.columbia.ed MAINTAINER= ports@FreeBSD.org COMMENT= Trust-Management System -USE_OPENSSL= YES -GNU_CONFIGURE= yes - -.include +LICENSE= MIT -CONFIGURE_ENV+= SSLEAY="${OPENSSLBASE}/bin" OPENSSLLIB="${OPENSSLLIB}" \ +USES= gmake # required to support parallel (-jX) builds +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= SSLEAY="${OPENSSLBASE}/bin" OPENSSLLIB="${OPENSSLLIB}" \ OPENSSLINC="${OPENSSLINC}" MAN1= keynote.1 MAN3= keynote.3 MAN5= keynote.5 +PLIST_FILES= bin/keynote include/keynote.h lib/libkeynote.a +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/keynote.h ${PREFIX}/include/ - ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/man/keynote.1 ${PREFIX}/man/man1/ - ${INSTALL_DATA} ${WRKSRC}/man/keynote.3 ${PREFIX}/man/man3/ - ${INSTALL_DATA} ${WRKSRC}/man/keynote.4 ${PREFIX}/man/man5/keynote.5 - ${MKDIR} ${PREFIX}/share/doc/keynote/ - ${INSTALL_DATA} ${WRKSRC}/doc/rfc2704.txt ${PREFIX}/share/doc/keynote/ + ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/keynote.h ${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/libkeynote.a ${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/man/keynote.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/keynote.3 ${MANPREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/man/keynote.4 ${MANPREFIX}/man/man5/keynote.5 +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/HOWTO.add.crypto ${WRKSRC}/TODO \ + ${WRKSRC}/doc/rfc*.txt ${DOCSDIR} +.endif -.include +.include Modified: head/security/keynote/files/patch-ac ============================================================================== --- head/security/keynote/files/patch-ac Wed Aug 14 02:18:21 2013 (r324680) +++ head/security/keynote/files/patch-ac Wed Aug 14 03:54:53 2013 (r324681) @@ -9,3 +9,15 @@ RMFLAGS2 = -rf RMFLAGS = -f NROFFFLAGS = -mandoc +@@ -87,9 +87,11 @@ + + k.tab.c: keynote.y header.h keynote.h assertion.h config.h + $(YACC) $(YACCFLAGS) keynote.y ++k.tab.h: | k.tab.c + + z.tab.c: keynote-ver.y keynote.h header.h config.h + $(YACC) $(YACCFLAGS2) keynote-ver.y ++z.tab.h: | z.tab.c + + lex.kn.c: keynote.l k.tab.h header.h keynote.h assertion.h config.h + $(LEX) $(LEXFLAGS) keynote.l From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 03:58:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C18B432; Wed, 14 Aug 2013 03:58:17 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38D4A2B82; Wed, 14 Aug 2013 03:58:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E3wHEL072118; Wed, 14 Aug 2013 03:58:17 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E3wHoT072117; Wed, 14 Aug 2013 03:58:17 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308140358.r7E3wHoT072117@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Aug 2013 03:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324682 - head/security/keynote X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 03:58:17 -0000 Author: danfe Date: Wed Aug 14 03:58:16 2013 New Revision: 324682 URL: http://svnweb.freebsd.org/changeset/ports/324682 Log: Use correct installation commands for header file and library. Modified: head/security/keynote/Makefile Modified: head/security/keynote/Makefile ============================================================================== --- head/security/keynote/Makefile Wed Aug 14 03:54:53 2013 (r324681) +++ head/security/keynote/Makefile Wed Aug 14 03:58:16 2013 (r324682) @@ -30,8 +30,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/keynote.h ${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/libkeynote.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/keynote.h ${PREFIX}/include + ${INSTALL_LIB} ${WRKSRC}/libkeynote.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/man/keynote.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/keynote.3 ${MANPREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/man/keynote.4 ${MANPREFIX}/man/man5/keynote.5 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 04:53:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B1A5EF1; Wed, 14 Aug 2013 04:53:14 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C11F2D9C; Wed, 14 Aug 2013 04:53:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E4rEKr093764; Wed, 14 Aug 2013 04:53:14 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E4rDjJ093760; Wed, 14 Aug 2013 04:53:13 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201308140453.r7E4rDjJ093760@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 14 Aug 2013 04:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324683 - in head/devel: . pecl-yac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 04:53:14 -0000 Author: oliver Date: Wed Aug 14 04:53:13 2013 New Revision: 324683 URL: http://svnweb.freebsd.org/changeset/ports/324683 Log: Add the PECL extension YAC - yet another cache. Performs for me better than APC, APCu, Xcache or the PECL memcache extensions Added: head/devel/pecl-yac/ head/devel/pecl-yac/Makefile (contents, props changed) head/devel/pecl-yac/distinfo (contents, props changed) head/devel/pecl-yac/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 14 03:58:16 2013 (r324682) +++ head/devel/Makefile Wed Aug 14 04:53:13 2013 (r324683) @@ -3255,6 +3255,7 @@ SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-xhprof + SUBDIR += pecl-yac SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance Added: head/devel/pecl-yac/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yac/Makefile Wed Aug 14 04:53:13 2013 (r324683) @@ -0,0 +1,22 @@ +# Created by: Oliver Lehmann +# $FreeBSD$ + +PORTNAME= yac +PORTVERSION= 0.2.0.r20130811 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= oliver +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= oliver@FreeBSD.org +COMMENT= Yac is a shared memory user data cache for PHP + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHP_BUILD= yes +USE_PHPIZE= yes +USE_PHPEXT= yes + +.include Added: head/devel/pecl-yac/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yac/distinfo Wed Aug 14 04:53:13 2013 (r324683) @@ -0,0 +1,2 @@ +SHA256 (PECL/yac-0.2.0.r20130811.tar.gz) = bfd0a3944590ebf053b5e6ce0b9cd472feddb58d05e61164c3433e2568c5358f +SIZE (PECL/yac-0.2.0.r20130811.tar.gz) = 28379 Added: head/devel/pecl-yac/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yac/pkg-descr Wed Aug 14 04:53:13 2013 (r324683) @@ -0,0 +1,5 @@ +Yac is a shared memory user data cache for PHP + +it can be used to replace APC or local memcached. + +WWW: https://github.com/laruence/yac/wiki From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 06:29:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B588B90C; Wed, 14 Aug 2013 06:29:19 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2AC821BD; Wed, 14 Aug 2013 06:29:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E6TJQO027317; Wed, 14 Aug 2013 06:29:19 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E6TJ5R027315; Wed, 14 Aug 2013 06:29:19 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201308140629.r7E6TJ5R027315@svn.freebsd.org> From: Frederic Culot Date: Wed, 14 Aug 2013 06:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324684 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 06:29:19 -0000 Author: culot Date: Wed Aug 14 06:29:18 2013 New Revision: 324684 URL: http://svnweb.freebsd.org/changeset/ports/324684 Log: - Update to 2.34.0 Changes: http://code.google.com/p/selenium/source/browse/py/CHANGES PR: ports/181249 Submitted by: Douglas William Thrift (maintainer) Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Wed Aug 14 04:53:13 2013 (r324683) +++ head/www/py-selenium/Makefile Wed Aug 14 06:29:18 2013 (r324684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.33.0 +PORTVERSION= 2.34.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Wed Aug 14 04:53:13 2013 (r324683) +++ head/www/py-selenium/distinfo Wed Aug 14 06:29:18 2013 (r324684) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.33.0.tar.gz) = 6508690bad70881eb851c3921b7cb51faa0e3409e605b437058e600677ede89b -SIZE (selenium-2.33.0.tar.gz) = 2536129 +SHA256 (selenium-2.34.0.tar.gz) = b7d0d3d2259d5fa9ee4804cff1d0736d93a674db507a450c1cb077c4acff5c2f +SIZE (selenium-2.34.0.tar.gz) = 2578371 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:01:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41D7793F; Wed, 14 Aug 2013 08:01:10 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F36225BF; Wed, 14 Aug 2013 08:01:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E81951039884; Wed, 14 Aug 2013 08:01:09 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E819lQ039881; Wed, 14 Aug 2013 08:01:09 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308140801.r7E819lQ039881@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 14 Aug 2013 08:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324685 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:01:10 -0000 Author: tota Date: Wed Aug 14 08:01:09 2013 New Revision: 324685 URL: http://svnweb.freebsd.org/changeset/ports/324685 Log: - Update to 0.2.2.1328 Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Wed Aug 14 06:29:18 2013 (r324684) +++ head/net-im/mikutter/Makefile Wed Aug 14 08:01:09 2013 (r324685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 0.2.2.1318 +PORTVERSION= 0.2.2.1328 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Wed Aug 14 06:29:18 2013 (r324684) +++ head/net-im/mikutter/distinfo Wed Aug 14 08:01:09 2013 (r324685) @@ -1,2 +1,2 @@ -SHA256 (mikutter.0.2.2.1318.tar.gz) = 6b00e2d5629ddded0776654fbc19e4b64561b78d0011d7b7b1506be289074e98 -SIZE (mikutter.0.2.2.1318.tar.gz) = 2319662 +SHA256 (mikutter.0.2.2.1328.tar.gz) = 9d0b53c6e5f0183f39c81acf6069322e3fa4ac10005c79a2faffe5eb78db7b15 +SIZE (mikutter.0.2.2.1328.tar.gz) = 2319763 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:05:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DEF72B8D; Wed, 14 Aug 2013 08:05:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC5F125DE; Wed, 14 Aug 2013 08:05:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E852Rq040841; Wed, 14 Aug 2013 08:05:02 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E852LU040839; Wed, 14 Aug 2013 08:05:02 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308140805.r7E852LU040839@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 14 Aug 2013 08:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324686 - in head/finance/R-cran-RFinanceYJ: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:05:03 -0000 Author: tota Date: Wed Aug 14 08:05:02 2013 New Revision: 324686 URL: http://svnweb.freebsd.org/changeset/ports/324686 Log: - Update to 0.3.1 Deleted: head/finance/R-cran-RFinanceYJ/files/ Modified: head/finance/R-cran-RFinanceYJ/Makefile head/finance/R-cran-RFinanceYJ/distinfo Modified: head/finance/R-cran-RFinanceYJ/Makefile ============================================================================== --- head/finance/R-cran-RFinanceYJ/Makefile Wed Aug 14 08:01:09 2013 (r324685) +++ head/finance/R-cran-RFinanceYJ/Makefile Wed Aug 14 08:05:02 2013 (r324686) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RFinanceYJ -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.1 CATEGORIES= finance DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/finance/R-cran-RFinanceYJ/distinfo ============================================================================== --- head/finance/R-cran-RFinanceYJ/distinfo Wed Aug 14 08:01:09 2013 (r324685) +++ head/finance/R-cran-RFinanceYJ/distinfo Wed Aug 14 08:05:02 2013 (r324686) @@ -1,2 +1,2 @@ -SHA256 (RFinanceYJ_0.2.0.tar.gz) = f76227c3dcbae911d888214bd2a445908433187164f543c1ec2221d4f9051d28 -SIZE (RFinanceYJ_0.2.0.tar.gz) = 3625 +SHA256 (RFinanceYJ_0.3.1.tar.gz) = b8fc8b7e6dcf0683b84df985749f6ebe2674f2761f3c64c9532a387965c7c0a9 +SIZE (RFinanceYJ_0.3.1.tar.gz) = 3719 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:23:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8929415D; Wed, 14 Aug 2013 08:23:00 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66D4126B6; Wed, 14 Aug 2013 08:23:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E8N0tp048189; Wed, 14 Aug 2013 08:23:00 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E8MxBV048180; Wed, 14 Aug 2013 08:22:59 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201308140822.r7E8MxBV048180@svn.freebsd.org> From: Carlo Strub Date: Wed, 14 Aug 2013 08:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324687 - in head/net-im/jitsi: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:23:00 -0000 Author: cs Date: Wed Aug 14 08:22:59 2013 New Revision: 324687 URL: http://svnweb.freebsd.org/changeset/ports/324687 Log: - Update to 2.2 - Add a man page PR: ports/181115 Submitted by: Tzanetos Balitsaris (maintainer) Added: head/net-im/jitsi/files/jitsi.1 (contents, props changed) Modified: head/net-im/jitsi/Makefile head/net-im/jitsi/distinfo Modified: head/net-im/jitsi/Makefile ============================================================================== --- head/net-im/jitsi/Makefile Wed Aug 14 08:05:02 2013 (r324686) +++ head/net-im/jitsi/Makefile Wed Aug 14 08:22:59 2013 (r324687) @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= jitsi -PORTVERSION= 1.1 +PORTVERSION= 2.2 CATEGORIES= net-im java -MASTER_SITES= https://download.jitsi.org/jitsi/nightly/src/ \ - http://aetos.it.teithe.gr/~tzabal/files/ -DISTNAME= jitsi-src-1.1.4456.10418 +MASTER_SITES= http://www.c-s.li/ports/ \ + https://download.jitsi.org/jitsi/src/ +DISTNAME= jitsi-src-2.2.4603.9615 MAINTAINER= tzabal@it.teithe.gr COMMENT= Open source IM and VoIP application +MAN1= jitsi.1 USE_ZIP= yes USE_JAVA= yes USE_ANT= yes MAKE_ARGS= rebuild -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} DESKTOP_ENTRIES="Jitsi" \ "VoIP and Instant Messenger" \ @@ -65,6 +63,10 @@ do-install: @${ECHO_CMD} ">> Installing wrapper script..." @${INSTALL_SCRIPT} ${FILESDIR}/jitsi.sh ${PREFIX}/bin/jitsi +# Manual page + @${ECHO_CMD} ">> Installing the manual page..." + @${INSTALL_MAN} ${FILESDIR}/jitsi.1 ${MANPREFIX}/man/man1 + # Desktop related @${ECHO_CMD} ">> Installing Jitsi's logo..." @${INSTALL_DATA} ${WRKSRC}/resources/images/logo/sc_logo_128x128.png \ Modified: head/net-im/jitsi/distinfo ============================================================================== --- head/net-im/jitsi/distinfo Wed Aug 14 08:05:02 2013 (r324686) +++ head/net-im/jitsi/distinfo Wed Aug 14 08:22:59 2013 (r324687) @@ -1,2 +1,2 @@ -SHA256 (jitsi-src-1.1.4456.10418.zip) = 07f3ff843ed583f54697892e3311a82f2fa6d15f69b7aa79eb3978be90d65d85 -SIZE (jitsi-src-1.1.4456.10418.zip) = 61050111 +SHA256 (jitsi-src-2.2.4603.9615.zip) = abee87346f2732d1e55f383c1bddafed7aee1e63b92b9d1854cde0679fc85ecf +SIZE (jitsi-src-2.2.4603.9615.zip) = 64168863 Added: head/net-im/jitsi/files/jitsi.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/jitsi/files/jitsi.1 Wed Aug 14 08:22:59 2013 (r324687) @@ -0,0 +1,60 @@ +.Dd August 05, 2013 +.Dt JITSI 1 +.Os +.Sh NAME +.Nm jitsi +.Nd a VoIP, videoconferencing and instant messaging application +.Sh SYNOPSIS +.Nm +.Op Ar options +.Op Ar uri-to-call +.Sh DESCRIPTION +.Nm Jitsi +is a VoIP, videoconferencing and instant messaging application available in a variety of operating systems. It supports several protocols including SIP and SIMPLE, XMPP and Jingle, MSNP, YMSG, and OSCAR. These protocols are used by major communication services/networks (Google Talk, Facebook Chat, MSN, Yahoo! Messenger, AIM, ICQ). Voice and video calls can be done using SIP and XMPP, file transfers with XMPP, MSNP, YMSG, and OSCAR, and instant messaging with SIP (no multi-user chats), XMPP, MSNP, YMSG, and OSCAR. +.Pp +The following options are available: +.Bl -tag -width indent +.It Fl c, -config= Ar DIR +Use the directory +.Ar DIR +for the configuration files. The default directory is +.Pa $HOME/.jitsi +.It Fl d, -debug +Print debugging messages to stdout. +.It Fl h, -help +Print the current version, the list of available options, and exit. +.It Fl m, -multiple +Allow more than one instance launch. +.It Fl 6, -ipv6 +Force use of IPv6 addresses where possible. +.It Fl 4, -ipv4 +Force use of IPv4 addresses only. +.It Fl v, -version +Print the current version and exit. +.El +.Pp +The optional +.Ar uri-to-call +parameter can be specified to start a call from the command-line. If Jitsi is already running then the call is handled by the running instance, except when it is explicitly told to allow multiple instance launch. +.Sh IMPLEMENTATION NOTES +Jitsi is an open source application mostly written in Java with some parts (such as audio/video capture and rendering) written in native code. Its GUI is based on the widget toolkit Swing. Its architecture is build upon the OSGi framework, using the implementation provided by Apache Felix. +.Pp +A good resource about the internals of Jitsi can be found in the +.Sq Jitsi Chapter +of the +.Sq The Architecture of Open Source Applications +book. +.Ad http://www.aosabook.org/en/jitsi.html +.Sh FILES +.Pa $HOME/.jitsi +The default directory for the configuration files of jitsi +.Sh AUTHORS +.An -nosplit +Jitsi was created by +.An "Emil Ivov" Aq emcho@jitsi.org +and currently is being developed by the +.An "Jitsi Team and Contributors" Aq https://jitsi.org/Development/TeamAndContributors +.Pp +This manual page was written by +.An "Tzanetos Balitsaris" Aq tzabal@it.teithe.gr +as part of the Jitsi FreeBSD port. From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:32:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A12B16B5; Wed, 14 Aug 2013 08:32:52 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F0942739; Wed, 14 Aug 2013 08:32:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E8WqRY051865; Wed, 14 Aug 2013 08:32:52 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E8Wq51051863; Wed, 14 Aug 2013 08:32:52 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201308140832.r7E8Wq51051863@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 14 Aug 2013 08:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324688 - head/audio/mbrolavox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:32:52 -0000 Author: tijl Date: Wed Aug 14 08:32:51 2013 New Revision: 324688 URL: http://svnweb.freebsd.org/changeset/ports/324688 Log: Belatedly bump PORTREVISION to force a package rebuild. Fix WWW line while here (portlint). Modified: head/audio/mbrolavox/Makefile head/audio/mbrolavox/pkg-descr (contents, props changed) Directory Properties: head/audio/mbrolavox/distinfo (props changed) head/audio/mbrolavox/voices.conf (props changed) Modified: head/audio/mbrolavox/Makefile ============================================================================== --- head/audio/mbrolavox/Makefile Wed Aug 14 08:22:59 2013 (r324687) +++ head/audio/mbrolavox/Makefile Wed Aug 14 08:32:51 2013 (r324688) @@ -3,6 +3,7 @@ PORTNAME= mbrolavox PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= audio accessibility DISTFILES= # DIST_SUBDIR= ${PORTNAME} Modified: head/audio/mbrolavox/pkg-descr ============================================================================== --- head/audio/mbrolavox/pkg-descr Wed Aug 14 08:22:59 2013 (r324687) +++ head/audio/mbrolavox/pkg-descr Wed Aug 14 08:32:51 2013 (r324688) @@ -1,4 +1,4 @@ This port installs diphone databases (voices) for the MBROLA speech synthesizer. -WWW: http://tcts.fpms.ac.be/synthesis +WWW: http://tcts.fpms.ac.be/synthesis From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:32:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2690D6B6; Wed, 14 Aug 2013 08:32:54 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13E15273A; Wed, 14 Aug 2013 08:32:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E8WrQp051932; Wed, 14 Aug 2013 08:32:53 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E8Wrmj051930; Wed, 14 Aug 2013 08:32:53 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308140832.r7E8Wrmj051930@svn.freebsd.org> From: Johan van Selst Date: Wed, 14 Aug 2013 08:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324689 - head/security/sks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:32:54 -0000 Author: johans Date: Wed Aug 14 08:32:53 2013 New Revision: 324689 URL: http://svnweb.freebsd.org/changeset/ports/324689 Log: Note that parallel builds do not work While here, update Perl dependency style and WWW PR: ports/181275 Submitted by: mat Modified: head/security/sks/Makefile head/security/sks/pkg-descr Modified: head/security/sks/Makefile ============================================================================== --- head/security/sks/Makefile Wed Aug 14 08:32:51 2013 (r324688) +++ head/security/sks/Makefile Wed Aug 14 08:32:53 2013 (r324689) @@ -13,7 +13,9 @@ PROJECTHOST= sks-keyserver USE_OCAML= yes USE_BDB= 5 -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build +MAKE_JOBS_UNSAFE=yes USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \ Modified: head/security/sks/pkg-descr ============================================================================== --- head/security/sks/pkg-descr Wed Aug 14 08:32:51 2013 (r324688) +++ head/security/sks/pkg-descr Wed Aug 14 08:32:53 2013 (r324689) @@ -10,4 +10,4 @@ Refer to the online references for point the public PGP databse (about 2Gb) and on tweaking the your configuration. http://www.keysigning.org/sks/ may help you getting started. -WWW: http://minskyprimus.net/sks/ +WWW: https://bitbucket.org/skskeyserver/sks-keyserver/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:37:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 284779CB; Wed, 14 Aug 2013 08:37:45 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 146302771; Wed, 14 Aug 2013 08:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E8bi8O052776; Wed, 14 Aug 2013 08:37:44 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E8biEN052771; Wed, 14 Aug 2013 08:37:44 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308140837.r7E8biEN052771@svn.freebsd.org> From: Alex Dupre Date: Wed, 14 Aug 2013 08:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324690 - head/databases/mysql51-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:37:45 -0000 Author: ale Date: Wed Aug 14 08:37:44 2013 New Revision: 324690 URL: http://svnweb.freebsd.org/changeset/ports/324690 Log: Update to 5.1.71 release. Modified: head/databases/mysql51-server/Makefile head/databases/mysql51-server/distinfo Modified: head/databases/mysql51-server/Makefile ============================================================================== --- head/databases/mysql51-server/Makefile Wed Aug 14 08:32:53 2013 (r324689) +++ head/databases/mysql51-server/Makefile Wed Aug 14 08:37:44 2013 (r324690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.1.70 +PORTVERSION= 5.1.71 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} Modified: head/databases/mysql51-server/distinfo ============================================================================== --- head/databases/mysql51-server/distinfo Wed Aug 14 08:32:53 2013 (r324689) +++ head/databases/mysql51-server/distinfo Wed Aug 14 08:37:44 2013 (r324690) @@ -1,2 +1,2 @@ -SHA256 (mysql-5.1.70.tar.gz) = 9e03a343cf1b72b07f9c9bf7be24ffc808aa5c1a9daa590aaf2bc6a7a31f60ed -SIZE (mysql-5.1.70.tar.gz) = 23984241 +SHA256 (mysql-5.1.71.tar.gz) = 5365a5598f4d06c72fbcf61a437bf55e2d815a851e6ef972250e9c71b87360d3 +SIZE (mysql-5.1.71.tar.gz) = 24033179 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 08:44:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 04A6BB4C; Wed, 14 Aug 2013 08:44:20 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E69EA27D0; Wed, 14 Aug 2013 08:44:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E8iJsY055924; Wed, 14 Aug 2013 08:44:19 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E8iJQb055923; Wed, 14 Aug 2013 08:44:19 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201308140844.r7E8iJQb055923@svn.freebsd.org> From: Carlo Strub Date: Wed, 14 Aug 2013 08:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324691 - head/net-im/jitsi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:44:20 -0000 Author: cs Date: Wed Aug 14 08:44:19 2013 New Revision: 324691 URL: http://svnweb.freebsd.org/changeset/ports/324691 Log: Fix leftovers Submitted by: QAT Approved by: maintainer (implicit) Modified: head/net-im/jitsi/pkg-plist Modified: head/net-im/jitsi/pkg-plist ============================================================================== --- head/net-im/jitsi/pkg-plist Wed Aug 14 08:37:44 2013 (r324690) +++ head/net-im/jitsi/pkg-plist Wed Aug 14 08:44:19 2013 (r324691) @@ -17,6 +17,7 @@ lib/jitsi/sc-bundles/advancedconfig.jar lib/jitsi/sc-bundles/aimaccregwizz.jar lib/jitsi/sc-bundles/argdelegation-service.jar lib/jitsi/sc-bundles/argdelegation.jar +lib/jitsi/sc-bundles/bccontrib.jar lib/jitsi/sc-bundles/bouncycastle.jar lib/jitsi/sc-bundles/branding.jar lib/jitsi/sc-bundles/browserlauncher.jar @@ -41,6 +42,7 @@ lib/jitsi/sc-bundles/facebookaccregwizz. lib/jitsi/sc-bundles/fileaccess.jar lib/jitsi/sc-bundles/filehistory.jar lib/jitsi/sc-bundles/generalconfig.jar +lib/jitsi/sc-bundles/globaldisplaydetails.jar lib/jitsi/sc-bundles/globalproxyconfig.jar lib/jitsi/sc-bundles/globalshortcut.jar lib/jitsi/sc-bundles/googlecontacts.jar @@ -54,6 +56,7 @@ lib/jitsi/sc-bundles/iptelaccregwizz.jar lib/jitsi/sc-bundles/jabberaccregwizz.jar lib/jitsi/sc-bundles/jfontchooserlib.jar lib/jitsi/sc-bundles/jmdnslib.jar +lib/jitsi/sc-bundles/jmork.jar lib/jitsi/sc-bundles/jnalib.jar lib/jitsi/sc-bundles/json.jar lib/jitsi/sc-bundles/keybindingChooser.jar @@ -120,6 +123,7 @@ lib/jitsi/sc-bundles/spellChecker.jar lib/jitsi/sc-bundles/swing-ui.jar lib/jitsi/sc-bundles/swingnotification.jar lib/jitsi/sc-bundles/sysactivitynotifications.jar +lib/jitsi/sc-bundles/thunderbook.jar lib/jitsi/sc-bundles/ui-service.jar lib/jitsi/sc-bundles/update.jar lib/jitsi/sc-bundles/updateservice.jar From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 09:53:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 973412EF; Wed, 14 Aug 2013 09:53:39 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 855472C7D; Wed, 14 Aug 2013 09:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7E9rd8m081676; Wed, 14 Aug 2013 09:53:39 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7E9rdId081675; Wed, 14 Aug 2013 09:53:39 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308140953.r7E9rdId081675@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 09:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324692 - head/biology/libgenome X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 09:53:39 -0000 Author: marino Date: Wed Aug 14 09:53:39 2013 New Revision: 324692 URL: http://svnweb.freebsd.org/changeset/ports/324692 Log: biology/libgenome: Mark jobs unsafe Approved by: bapt/culot (mentors, implicit) Modified: head/biology/libgenome/Makefile Modified: head/biology/libgenome/Makefile ============================================================================== --- head/biology/libgenome/Makefile Wed Aug 14 08:44:19 2013 (r324691) +++ head/biology/libgenome/Makefile Wed Aug 14 09:53:39 2013 (r324692) @@ -13,6 +13,8 @@ COMMENT= Toolkit for developing bioinfor LICENSE= GPLv2 +MAKE_JOBS_UNSAFE=yes + USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 10:54:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68A5EE76; Wed, 14 Aug 2013 10:54:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5616E205F; Wed, 14 Aug 2013 10:54:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EAs5Et004101; Wed, 14 Aug 2013 10:54:05 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EAs4We004099; Wed, 14 Aug 2013 10:54:04 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141054.r7EAs4We004099@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 10:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324693 - head/devel/gio-sharp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 10:54:05 -0000 Author: marino Date: Wed Aug 14 10:54:04 2013 New Revision: 324693 URL: http://svnweb.freebsd.org/changeset/ports/324693 Log: devel/gio-sharp: Mark jobs unsafe Pet portlint (trim headers, fix web), replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/devel/gio-sharp/Makefile head/devel/gio-sharp/pkg-descr Modified: head/devel/gio-sharp/Makefile ============================================================================== --- head/devel/gio-sharp/Makefile Wed Aug 14 09:53:39 2013 (r324692) +++ head/devel/gio-sharp/Makefile Wed Aug 14 10:54:04 2013 (r324693) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gio-sharp -# Date created: 2011-04-26 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= gio-sharp PORTVERSION= 2.22.3 @@ -16,7 +12,9 @@ COMMENT= GIO bindings not available in g USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gnomehack gtksharp20 +MAKE_JOBS_UNSAFE=yes + .include Modified: head/devel/gio-sharp/pkg-descr ============================================================================== --- head/devel/gio-sharp/pkg-descr Wed Aug 14 09:53:39 2013 (r324692) +++ head/devel/gio-sharp/pkg-descr Wed Aug 14 10:54:04 2013 (r324693) @@ -1,3 +1,3 @@ gio-sharp binds the GIO API, which isn't available in Gtk#. -WWW: http://github.com/mono/gio-sharp +WWW: http://github.com/mono/gio-sharp From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 10:54:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D9A0F6B; Wed, 14 Aug 2013 10:54:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1A72069; Wed, 14 Aug 2013 10:54:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EAsmpC004286; Wed, 14 Aug 2013 10:54:48 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EAslqv004284; Wed, 14 Aug 2013 10:54:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308141054.r7EAslqv004284@svn.freebsd.org> From: William Grzybowski Date: Wed, 14 Aug 2013 10:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324694 - head/net-mgmt/darkstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 10:54:48 -0000 Author: wg Date: Wed Aug 14 10:54:47 2013 New Revision: 324694 URL: http://svnweb.freebsd.org/changeset/ports/324694 Log: net-mgmt/darkstat: update to 3.0.717 - Update to 3.0.717 Changes: http://unix4lyfe.org/darkstat/changelog.txt PR: ports/181277 Submitted by: Emil Mikulic (maintainer) Modified: head/net-mgmt/darkstat/Makefile head/net-mgmt/darkstat/distinfo Modified: head/net-mgmt/darkstat/Makefile ============================================================================== --- head/net-mgmt/darkstat/Makefile Wed Aug 14 10:54:04 2013 (r324693) +++ head/net-mgmt/darkstat/Makefile Wed Aug 14 10:54:47 2013 (r324694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= darkstat -PORTVERSION= 3.0.716 +PORTVERSION= 3.0.717 CATEGORIES= net-mgmt MASTER_SITES= http://unix4lyfe.org/darkstat/ Modified: head/net-mgmt/darkstat/distinfo ============================================================================== --- head/net-mgmt/darkstat/distinfo Wed Aug 14 10:54:04 2013 (r324693) +++ head/net-mgmt/darkstat/distinfo Wed Aug 14 10:54:47 2013 (r324694) @@ -1,2 +1,2 @@ -SHA256 (darkstat-3.0.716.tar.bz2) = 282ca0d8ef2eefa7fd2cef2a88384b5a449cee73601552cce8b37e13619784c9 -SIZE (darkstat-3.0.716.tar.bz2) = 112318 +SHA256 (darkstat-3.0.717.tar.bz2) = 9933b67a0aefec5ed3e1c7db4ee33a3c52a1faef219b5c862e4b7b4bb671d8ad +SIZE (darkstat-3.0.717.tar.bz2) = 112436 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 10:59:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 377AB1AE; Wed, 14 Aug 2013 10:59:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25DEB20A6; Wed, 14 Aug 2013 10:59:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EAxlx7005179; Wed, 14 Aug 2013 10:59:47 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EAxlv7005178; Wed, 14 Aug 2013 10:59:47 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141059.r7EAxlv7005178@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 10:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324695 - head/devel/liblognorm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 10:59:47 -0000 Author: marino Date: Wed Aug 14 10:59:46 2013 New Revision: 324695 URL: http://svnweb.freebsd.org/changeset/ports/324695 Log: devel/liblognorm: Mark jobs unsafe Approved by: bapt/culot (mentors, implicit) Modified: head/devel/liblognorm/Makefile Modified: head/devel/liblognorm/Makefile ============================================================================== --- head/devel/liblognorm/Makefile Wed Aug 14 10:54:47 2013 (r324694) +++ head/devel/liblognorm/Makefile Wed Aug 14 10:59:46 2013 (r324695) @@ -13,8 +13,10 @@ LICENSE= GPLv2 LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ estr:${PORTSDIR}/devel/libestr -USES= pathfix pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes + .include From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:07:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7A1F37E; Wed, 14 Aug 2013 11:07:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A52DA2110; Wed, 14 Aug 2013 11:07:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EB7Luq008844; Wed, 14 Aug 2013 11:07:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EB7LlQ008842; Wed, 14 Aug 2013 11:07:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308141107.r7EB7LlQ008842@svn.freebsd.org> From: William Grzybowski Date: Wed, 14 Aug 2013 11:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324696 - head/textproc/yaml-mode.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:07:21 -0000 Author: wg Date: Wed Aug 14 11:07:20 2013 New Revision: 324696 URL: http://svnweb.freebsd.org/changeset/ports/324696 Log: textproc/yaml-mode.el: update to 0.0.9 - Update to 0.0.9 PR: ports/181209 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/textproc/yaml-mode.el/Makefile head/textproc/yaml-mode.el/distinfo Modified: head/textproc/yaml-mode.el/Makefile ============================================================================== --- head/textproc/yaml-mode.el/Makefile Wed Aug 14 10:59:46 2013 (r324695) +++ head/textproc/yaml-mode.el/Makefile Wed Aug 14 11:07:20 2013 (r324696) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yaml-mode.el -PORTVERSION= 0.0.8 -PORTREVISION= 2 +PORTVERSION= 0.0.9 CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -16,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= yoshiki GH_PROJECT= yaml-mode GH_TAGNAME= release-${PORTVERSION} -GH_COMMIT= c2ac933 +GH_COMMIT= 5eae0c1 USE_EMACS= yes Modified: head/textproc/yaml-mode.el/distinfo ============================================================================== --- head/textproc/yaml-mode.el/distinfo Wed Aug 14 10:59:46 2013 (r324695) +++ head/textproc/yaml-mode.el/distinfo Wed Aug 14 11:07:20 2013 (r324696) @@ -1,2 +1,2 @@ -SHA256 (yaml-mode.el-0.0.8.tar.gz) = 05494824f259b800004c840ac5b3f4b281e7eb3a9ca6a2634d95876b5cec020e -SIZE (yaml-mode.el-0.0.8.tar.gz) = 6388 +SHA256 (yaml-mode.el-0.0.9.tar.gz) = 1f3ca381f8fb2fca7ef4133286e2a9890e682623f0f8932ead4f0b56fd1c6bc0 +SIZE (yaml-mode.el-0.0.9.tar.gz) = 6496 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:08:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BF1D483; Wed, 14 Aug 2013 11:08:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A8A72124; Wed, 14 Aug 2013 11:08:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EB85lC009039; Wed, 14 Aug 2013 11:08:05 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EB85GE009038; Wed, 14 Aug 2013 11:08:05 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141108.r7EB85GE009038@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324697 - head/devel/spdict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:08:05 -0000 Author: marino Date: Wed Aug 14 11:08:04 2013 New Revision: 324697 URL: http://svnweb.freebsd.org/changeset/ports/324697 Log: devel/spdict: Mark jobs unsafe Also trim headers and replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/devel/spdict/Makefile Modified: head/devel/spdict/Makefile ============================================================================== --- head/devel/spdict/Makefile Wed Aug 14 11:07:20 2013 (r324696) +++ head/devel/spdict/Makefile Wed Aug 14 11:08:04 2013 (r324697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spdict -# Date created: 2 Aug 2007 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= spdict PORTVERSION= 0.3 @@ -17,7 +13,9 @@ COMMENT= A library of dictionary algorit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake + +MAKE_JOBS_UNSAFE=yes do-install: @${MKDIR} ${PREFIX}/include/spdict From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:17:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09DB58DB; Wed, 14 Aug 2013 11:17:16 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBB4F21A8; Wed, 14 Aug 2013 11:17:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBHFZ1012956; Wed, 14 Aug 2013 11:17:15 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBHF2a012955; Wed, 14 Aug 2013 11:17:15 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141117.r7EBHF2a012955@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324698 - head/devel/ta-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:17:16 -0000 Author: marino Date: Wed Aug 14 11:17:15 2013 New Revision: 324698 URL: http://svnweb.freebsd.org/changeset/ports/324698 Log: devel/ta-lib: Mark jobs unsafe - trim headers - remove indefinite article from comment - replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/devel/ta-lib/Makefile Modified: head/devel/ta-lib/Makefile ============================================================================== --- head/devel/ta-lib/Makefile Wed Aug 14 11:08:04 2013 (r324697) +++ head/devel/ta-lib/Makefile Wed Aug 14 11:17:15 2013 (r324698) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ta-lib -# Date created: Sun Jun 24 16:07:37 UTC 2007 -# Whom: Balwinder S "bsd" Dheeman -# +# Created by: Balwinder S "bsd" Dheeman # $FreeBSD$ -# PORTNAME= ta-lib PORTVERSION= 0.4.0 @@ -12,14 +8,16 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= bdheeman@gmail.com -COMMENT= A UNIX, POSIX Library for Technical Analysis +COMMENT= UNIX, POSIX Library for Technical Analysis WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g' From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:21:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00EA89FC; Wed, 14 Aug 2013 11:21:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D429F21E2; Wed, 14 Aug 2013 11:21:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBLO5D015770; Wed, 14 Aug 2013 11:21:24 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBLOBA015768; Wed, 14 Aug 2013 11:21:24 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308141121.r7EBLOBA015768@svn.freebsd.org> From: William Grzybowski Date: Wed, 14 Aug 2013 11:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324699 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:21:25 -0000 Author: wg Date: Wed Aug 14 11:21:24 2013 New Revision: 324699 URL: http://svnweb.freebsd.org/changeset/ports/324699 Log: math/openblas: update to 0.2.8 - Update to 0.2.8 [1] - Convert perl5 and gmake to USES - This port uses gcc 4.6+ and gfortran - Remove now useless MAKE_JOBS_SAFE PR: ports/181268 Submitted by: Eijiro Shibusawa (maintainer) Deleted: head/math/openblas/files/patch-exports+gensymbol Modified: head/math/openblas/Makefile head/math/openblas/distinfo Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Wed Aug 14 11:17:15 2013 (r324698) +++ head/math/openblas/Makefile Wed Aug 14 11:21:24 2013 (r324699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openblas -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.8 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ NL:lapack_tmg @@ -14,29 +14,29 @@ MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Optimized BLAS library based on GotoBLAS2 LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE DIST_SUBDIR= openblas FETCH_ARGS= -Fpr GH_ACCOUNT= xianyi GH_PROJECT= OpenBLAS -#GH_TAGNAME= v0.2.7 GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= f26b7a0 +GH_COMMIT= 835293c LARGE_FILE= large.tgz TIMING_FILE= timing.tgz -USE_GMAKE= yes +USES= gmake perl5 +USE_GCC= 4.6+ +USE_FORTRAN= yes USE_LDCONFIG= yes USE_FORTRAN= yes -USE_PERL5_BUILD= yes +USE_PERL5= build + OPENBLAS_SUFX= r${PORTVERSION} OPENBLAS_LIBS= libopenblas libopenblasp OPENBLAS_SVER= 0 OPENBLAS_FILES= ${OPENBLAS_LIBS:S|$|.so|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} ${OPENBLAS_LIBS:S|$|.a|} PLIST_FILES= ${OPENBLAS_FILES:S|^|lib/|} -MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP AVX @@ -90,8 +90,8 @@ BUILDFLAGS+= NO_AVX=1 .endif post-extract: -# cd ${DISTDIR}/${DIST_SUBDIR} ; \ -# ${CP} ${LAPACK_SRCFILE} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC} + cd ${DISTDIR}/${DIST_SUBDIR} ; \ + ${CP} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC} ${MKDIR} ${WRKDIR}/lib post-patch: Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Wed Aug 14 11:17:15 2013 (r324698) +++ head/math/openblas/distinfo Wed Aug 14 11:21:24 2013 (r324699) @@ -1,5 +1,5 @@ -SHA256 (openblas/openblas-0.2.7.tar.gz) = cfe5ea93098318dd2c09d865b2f849187c82d0880b9c75970aa5a80ef49fd06a -SIZE (openblas/openblas-0.2.7.tar.gz) = 9469551 +SHA256 (openblas/openblas-0.2.8.tar.gz) = 9c9e4d8d370d6436bf7224e9ead0ce93c3349b90bdd2296e8438dab8ddf6f5bd +SIZE (openblas/openblas-0.2.8.tar.gz) = 9470720 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:27:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0001CD3; Wed, 14 Aug 2013 11:27:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE8B1221E; Wed, 14 Aug 2013 11:27:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBRrPE016911; Wed, 14 Aug 2013 11:27:53 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBRrcO016909; Wed, 14 Aug 2013 11:27:53 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141127.r7EBRrcO016909@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324700 - head/graphics/volpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:27:54 -0000 Author: marino Date: Wed Aug 14 11:27:53 2013 New Revision: 324700 URL: http://svnweb.freebsd.org/changeset/ports/324700 Log: graphics/volpack: Mark jobs unsafe Also fix WWW indent to please portlint Approved by: bapt/culot (mentors, implicit) Modified: head/graphics/volpack/Makefile head/graphics/volpack/pkg-descr Modified: head/graphics/volpack/Makefile ============================================================================== --- head/graphics/volpack/Makefile Wed Aug 14 11:21:24 2013 (r324699) +++ head/graphics/volpack/Makefile Wed Aug 14 11:27:53 2013 (r324700) @@ -14,6 +14,8 @@ LICENSE= BSD GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes + PLIST_FILES= lib/libvolpack.a \ include/volpack.h Modified: head/graphics/volpack/pkg-descr ============================================================================== --- head/graphics/volpack/pkg-descr Wed Aug 14 11:21:24 2013 (r324699) +++ head/graphics/volpack/pkg-descr Wed Aug 14 11:27:53 2013 (r324700) @@ -1,4 +1,4 @@ VolPack is a portable software library for volume rendering, written by Philippe Lacroute. -WWW: http://www-graphics.stanford.edu/software/volpack/ +WWW: http://www-graphics.stanford.edu/software/volpack/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:36:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55159F36; Wed, 14 Aug 2013 11:36:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43C0B22C6; Wed, 14 Aug 2013 11:36:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBaLk3020253; Wed, 14 Aug 2013 11:36:21 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBaL4r020252; Wed, 14 Aug 2013 11:36:21 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141136.r7EBaL4r020252@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324701 - head/irc/irssi-xmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:36:21 -0000 Author: marino Date: Wed Aug 14 11:36:20 2013 New Revision: 324701 URL: http://svnweb.freebsd.org/changeset/ports/324701 Log: irc/irssi-xmpp: Mark jobs unsafe Approved by: bapt/culot (mentors, implicit) Modified: head/irc/irssi-xmpp/Makefile Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Wed Aug 14 11:27:53 2013 (r324700) +++ head/irc/irssi-xmpp/Makefile Wed Aug 14 11:36:20 2013 (r324701) @@ -30,6 +30,8 @@ PORTDOCS= README \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +MAKE_JOBS_UNSAFE=yes + post-configure: @${REINPLACE_CMD} "/ggdb/d" ${WRKSRC}/config.mk From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:42:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 404B71E5; Wed, 14 Aug 2013 11:42:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4C92325; Wed, 14 Aug 2013 11:42:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBgumS023396; Wed, 14 Aug 2013 11:42:56 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBguUi023395; Wed, 14 Aug 2013 11:42:56 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141142.r7EBguUi023395@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324702 - head/irc/srvx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:42:56 -0000 Author: marino Date: Wed Aug 14 11:42:55 2013 New Revision: 324702 URL: http://svnweb.freebsd.org/changeset/ports/324702 Log: irc/srvx: Mark jobs unsafe Also trim header to please portlint Approved by: bapt/culot (mentors, implicit) Modified: head/irc/srvx/Makefile Modified: head/irc/srvx/Makefile ============================================================================== --- head/irc/srvx/Makefile Wed Aug 14 11:36:20 2013 (r324701) +++ head/irc/srvx/Makefile Wed Aug 14 11:42:55 2013 (r324702) @@ -1,9 +1,5 @@ -# New ports collection makefile for: srvx -# Date created: 2003-11-28 -# Whom: Walter Venable -# +# Created by: Walter Venable # $FreeBSD$ -# PORTNAME= srvx PORTVERSION= 1.3.1 @@ -13,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A set of services for ircu P10 protocol networks +MAKE_JOBS_UNSAFE=yes + OPTIONS_DEFINE= PROTOCOL_BAHAMUT DEBUG OPTIONS_DEFAULT= PROTOCOL_BAHAMUT PROTOCOL_BAHAMUT_DESC= Enables Bahamut protocol (P10 is default) From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:53:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 987906AE; Wed, 14 Aug 2013 11:53:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8682F23CE; Wed, 14 Aug 2013 11:53:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBrHcw027064; Wed, 14 Aug 2013 11:53:17 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBrH4u027063; Wed, 14 Aug 2013 11:53:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141153.r7EBrH4u027063@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324703 - head/lang/ats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:53:17 -0000 Author: marino Date: Wed Aug 14 11:53:17 2013 New Revision: 324703 URL: http://svnweb.freebsd.org/changeset/ports/324703 Log: lang/ats: Mark jobs unsafe Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/lang/ats/Makefile Modified: head/lang/ats/Makefile ============================================================================== --- head/lang/ats/Makefile Wed Aug 14 11:42:55 2013 (r324702) +++ head/lang/ats/Makefile Wed Aug 14 11:53:17 2013 (r324703) @@ -13,11 +13,13 @@ MAINTAINER= jyyou@cs.nctu.edu.tw COMMENT= Language with a type system rooted in the Applied Type System ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes +USE= gmake GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE=yes + PORTDOCS= FAQ.txt PORTEXAMPLES= AUP INTRO KernighanRitchie MISC MULTICORE TEST From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:58:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9674A8AD; Wed, 14 Aug 2013 11:58:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 848632408; Wed, 14 Aug 2013 11:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBwmkG027961; Wed, 14 Aug 2013 11:58:48 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBwm3k027960; Wed, 14 Aug 2013 11:58:48 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141158.r7EBwm3k027960@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 11:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324704 - head/x11-servers/xorg-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:58:48 -0000 Author: zeising Date: Wed Aug 14 11:58:48 2013 New Revision: 324704 URL: http://svnweb.freebsd.org/changeset/ports/324704 Log: Plug two more use before initialized with the new x server. Noted by: clang Obtained from: xorg development repo Modified: head/x11-servers/xorg-server/files/extra-clang Modified: head/x11-servers/xorg-server/files/extra-clang ============================================================================== --- head/x11-servers/xorg-server/files/extra-clang Wed Aug 14 11:53:17 2013 (r324703) +++ head/x11-servers/xorg-server/files/extra-clang Wed Aug 14 11:58:48 2013 (r324704) @@ -73,3 +73,26 @@ struct PointerBarrier *nearest = NULL; double min_distance = INT_MAX; /* can't get higher than that in X anyway */ +--- hw/xfree86/parser/InputClass.c.orig 2013-07-04 11:45:42.139818164 +0200 ++++ hw/xfree86/parser/InputClass.c 2013-07-04 11:46:29.034806839 +0200 +@@ -362,7 +362,8 @@ + XF86ConfInputClassPtr prev; + + while (ptr) { +- xf86MatchGroup *group, *next; ++ xf86MatchGroup *group = NULL; ++ xf86MatchGroup *next; + char **list; + + TestFree(ptr->identifier); +--- hw/xfree86/loader/loadmod.c.orig 2013-07-04 11:48:11.160800614 +0200 ++++ hw/xfree86/loader/loadmod.c 2013-07-04 11:48:32.000800157 +0200 +@@ -472,7 +472,7 @@ + char **elem; + const char **subdirs; + const char **s; +- PatternPtr patterns; ++ PatternPtr patterns = NULL; + PatternPtr p; + DIR *d; + struct dirent *dp; From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 11:58:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5EB2B938; Wed, 14 Aug 2013 11:58:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34435240D; Wed, 14 Aug 2013 11:58:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBwsQD028048; Wed, 14 Aug 2013 11:58:54 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBwrbq028043; Wed, 14 Aug 2013 11:58:53 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308141158.r7EBwrbq028043@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Aug 2013 11:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324705 - in head/multimedia/handbrake: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 11:58:54 -0000 Author: danfe Date: Wed Aug 14 11:58:53 2013 New Revision: 324705 URL: http://svnweb.freebsd.org/changeset/ports/324705 Log: Unbreak the build after r324037: 1) `devel/libnotify' no longer pulls gtk20; we must depend explicitly; 2) `x11-toolkits/pango' now depends on `print/harfbuzz', which installs header file ($localbase/include/harfbuzz/hb.h) that in turn confuses bundled libass' configure script and conflicts with HandBrake's own internal header. NB: supposedly it should have been caught by exp-run for r324037, but it was not for some reason. Reported by: Sergey V. Dyatko Modified: head/multimedia/handbrake/Makefile head/multimedia/handbrake/files/patch-contrib_libass_module.defs Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Wed Aug 14 11:58:48 2013 (r324704) +++ head/multimedia/handbrake/Makefile Wed Aug 14 11:58:53 2013 (r324705) @@ -37,12 +37,12 @@ COMMENT= Versatile DVD ripper and video LICENSE= GPLv2 BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm -LIB_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi +LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi RUN_DEPENDS= ${LOCALBASE}/lib/libdvdcss.so:${PORTSDIR}/multimedia/libdvdcss +USES= gmake USE_AUTOTOOLS= libtool aclocal LIBTOOLFILES= configure -USE_GMAKE= yes USE_PYTHON_BUILD= yes WANT_GNOME= yes @@ -76,9 +76,9 @@ MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin .if ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+= --disable-gtk-update-checks --disable-gst -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - notify:${PORTSDIR}/devel/libnotify -USE_GNOME= intltool +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libnotify.so:${PORTSDIR}/devel/libnotify +USE_GNOME= gtk20 PLIST_FILES+= bin/HandBrake .else CONFIGURE_ARGS+= --disable-gtk @@ -116,6 +116,8 @@ post-extract: .SILENT ${MV} ${WRKDIR}/mp4v2-trunk-r355 ${BUILD_WRKSRC}/contrib/mp4v2 # Remove one patch file that does not apply cleanly ${RM} ${WRKSRC}/contrib/fontconfig/A00-config.patch +# Avoid conflict with `print/harfbuzz' (also installs "hb.h") + ${MV} ${WRKSRC}/libhb/hb.h ${WRKSRC}/libhb/hb-of-handbrake.h post-patch: @${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|' \ @@ -128,6 +130,8 @@ post-patch: ${WRKSRC}/libhb/module.defs ${WRKSRC}/test/module.defs @${REINPLACE_CMD} -e 's|libdvdcss\.so\.2|libdvdcss.so|' \ ${BUILD_WRKSRC}/contrib/libdvdread/libdvdread/src/dvd_input.c + @${FIND} ${WRKSRC} -type f -name '*.[ch]' -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e '/#include/s|hb\.h|hb-of-handbrake.h|' do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/HandBrakeCLI ${PREFIX}/bin Modified: head/multimedia/handbrake/files/patch-contrib_libass_module.defs ============================================================================== --- head/multimedia/handbrake/files/patch-contrib_libass_module.defs Wed Aug 14 11:58:48 2013 (r324704) +++ head/multimedia/handbrake/files/patch-contrib_libass_module.defs Wed Aug 14 11:58:53 2013 (r324705) @@ -1,10 +1,14 @@ --- ./contrib/libass/module.defs.orig 2010-09-28 18:10:49.000000000 -0400 +++ ./contrib/libass/module.defs 2011-05-24 05:50:46.096807667 -0400 -@@ -10,6 +10,6 @@ +@@ -7,9 +7,9 @@ + # Disable as many external dependencies as I can get away with + # and tell configure where to find our version of freetype LIBASS.CONFIGURE.extra = \ - --disable-png --disable-enca \ +- --disable-png --disable-enca \ ++ --disable-png --disable-enca --disable-harfbuzz \ FREETYPE_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfreetype" \ - FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2" \ + FREETYPE_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/freetype2 -I/usr/local/include" \ FONTCONFIG_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lfontconfig" \ FONTCONFIG_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include" + From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:05:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF435F65; Wed, 14 Aug 2013 12:05:35 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD43624EC; Wed, 14 Aug 2013 12:05:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EC5Zxp031572; Wed, 14 Aug 2013 12:05:35 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EC5Z7o031571; Wed, 14 Aug 2013 12:05:35 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141205.r7EC5Z7o031571@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324706 - head/lang/mmix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:05:36 -0000 Author: marino Date: Wed Aug 14 12:05:35 2013 New Revision: 324706 URL: http://svnweb.freebsd.org/changeset/ports/324706 Log: lang/mmix: Mark jobs unsafe Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit) Modified: head/lang/mmix/Makefile Modified: head/lang/mmix/Makefile ============================================================================== --- head/lang/mmix/Makefile Wed Aug 14 11:58:53 2013 (r324705) +++ head/lang/mmix/Makefile Wed Aug 14 12:05:35 2013 (r324706) @@ -1,9 +1,5 @@ -# Ports collection makefile for: mmix -# Date created: 25 Oct 2000 -# Whom: Jing-Tang Keith Jang -# +# Created by: Jing-Tang Keith Jang # $FreeBSD$ -# PORTNAME= mmix PORTVERSION= 20110831 @@ -16,6 +12,8 @@ COMMENT= A RISC computer designed by Don BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb +MAKE_JOBS_UNSAFE=yes + NO_WRKSUBDIR= yes FILES= mmix.1 mmix.mp silly.out silly.run From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:18:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26A1052D; Wed, 14 Aug 2013 12:18:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1470325A4; Wed, 14 Aug 2013 12:18:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECI50R035937; Wed, 14 Aug 2013 12:18:05 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECI51k035935; Wed, 14 Aug 2013 12:18:05 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141218.r7ECI51k035935@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324707 - head/lang/pcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:18:06 -0000 Author: marino Date: Wed Aug 14 12:18:05 2013 New Revision: 324707 URL: http://svnweb.freebsd.org/changeset/ports/324707 Log: lang/pcc: Mark jobs unsafe - Trim header - Remove redundant PORTREVISION - Remove redundant DISTNAME - Replace USE_GMAKE - Fix WWW indent Approved by: bapt/culot (mentors, implicit) Modified: head/lang/pcc/Makefile head/lang/pcc/pkg-descr Modified: head/lang/pcc/Makefile ============================================================================== --- head/lang/pcc/Makefile Wed Aug 14 12:05:35 2013 (r324706) +++ head/lang/pcc/Makefile Wed Aug 14 12:18:05 2013 (r324707) @@ -1,19 +1,12 @@ -# ex:ts=8 -# Ports collection makefile for: pcc -# Date created: Mon Sept 17, 2007 -# Whom: David O'Brien (obrien@NUXI.org) -# +# Created by: David O'Brien (obrien@NUXI.org) # $FreeBSD$ -# PORTNAME= pcc PORTVERSION= 1.0.0 -PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \ http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \ ftp://226.net120.skekraft.net/pcc-releases/ -DISTNAME= pcc-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= joel@FreeBSD.org @@ -24,7 +17,9 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=${YACC} -USE_GMAKE= yes +USES= gmake + +MAKE_JOBS_UNSAFE=yes MAN1= ccom.1 cpp.1 pcc.1 PLIST_FILES= bin/pcc libexec/ccom libexec/cpp Modified: head/lang/pcc/pkg-descr ============================================================================== --- head/lang/pcc/pkg-descr Wed Aug 14 12:05:35 2013 (r324706) +++ head/lang/pcc/pkg-descr Wed Aug 14 12:18:05 2013 (r324707) @@ -7,4 +7,4 @@ fast and understandable. I think of it run on PDP11 (even if it may not happen in reality). But with this in mind it becomes important to think twice about what algorithms are used. -WWW: http://pcc.ludd.ltu.se/ +WWW: http://pcc.ludd.ltu.se/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:27:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19A979A7; Wed, 14 Aug 2013 12:27:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07CC72637; Wed, 14 Aug 2013 12:27:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECR4QF039483; Wed, 14 Aug 2013 12:27:04 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECR4cD039482; Wed, 14 Aug 2013 12:27:04 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141227.r7ECR4cD039482@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324708 - head/lang/ats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:27:05 -0000 Author: marino Date: Wed Aug 14 12:27:04 2013 New Revision: 324708 URL: http://svnweb.freebsd.org/changeset/ports/324708 Log: lang/ats: Fix typo on previous commit Approved by: bapt (mentor) Modified: head/lang/ats/Makefile Modified: head/lang/ats/Makefile ============================================================================== --- head/lang/ats/Makefile Wed Aug 14 12:18:05 2013 (r324707) +++ head/lang/ats/Makefile Wed Aug 14 12:27:04 2013 (r324708) @@ -13,7 +13,7 @@ MAINTAINER= jyyou@cs.nctu.edu.tw COMMENT= Language with a type system rooted in the Applied Type System ONLY_FOR_ARCHS= i386 amd64 -USE= gmake +USES= gmake GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:32:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64E2BB3A; Wed, 14 Aug 2013 12:32:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53254268C; Wed, 14 Aug 2013 12:32:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECWIIh042366; Wed, 14 Aug 2013 12:32:18 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECWIul042365; Wed, 14 Aug 2013 12:32:18 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141232.r7ECWIul042365@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324709 - head/mail/firepay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:32:18 -0000 Author: marino Date: Wed Aug 14 12:32:17 2013 New Revision: 324709 URL: http://svnweb.freebsd.org/changeset/ports/324709 Log: mail/firepay: Mark jobs unsafe Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit) Modified: head/mail/firepay/Makefile Modified: head/mail/firepay/Makefile ============================================================================== --- head/mail/firepay/Makefile Wed Aug 14 12:27:04 2013 (r324708) +++ head/mail/firepay/Makefile Wed Aug 14 12:32:17 2013 (r324709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/firepay -# Date created: Sun 31 May 16:35:00 WST 2004 -# Whom: Dean Hollister -# +# Created by: Dean Hollister # $FreeBSD$ -# PORTNAME= firepay PORTVERSION= 0.9.5 @@ -18,6 +14,8 @@ COMMENT= Implementation of the HashCash/ USE_BZIP2= yes HAS_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes + MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \ sendmailpay.1 strippayment.1 takepayment.1 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:38:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB192D68; Wed, 14 Aug 2013 12:38:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8F7C26CB; Wed, 14 Aug 2013 12:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECcf5S043396; Wed, 14 Aug 2013 12:38:41 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECcfYx043395; Wed, 14 Aug 2013 12:38:41 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308141238.r7ECcfYx043395@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Aug 2013 12:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324710 - head/graphics/volpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:38:41 -0000 Author: danfe Date: Wed Aug 14 12:38:41 2013 New Revision: 324710 URL: http://svnweb.freebsd.org/changeset/ports/324710 Log: Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) is bmake(1) now. The build fails because bmake(1) treats MFLAGS variable slightly differently: while by default its value would be '-j X', our old make(1) allows to set it from the makefile or environment, bmake(1) will append to it instead. Pass the empty value via MAKE_ARGS to make every make(1) happy, and thus fix parallel builds (once again). Modified: head/graphics/volpack/Makefile Modified: head/graphics/volpack/Makefile ============================================================================== --- head/graphics/volpack/Makefile Wed Aug 14 12:32:17 2013 (r324709) +++ head/graphics/volpack/Makefile Wed Aug 14 12:38:41 2013 (r324710) @@ -13,8 +13,7 @@ COMMENT= Portable software library for v LICENSE= BSD GNU_CONFIGURE= yes - -MAKE_JOBS_UNSAFE=yes +MAKE_ARGS= MFLAGS="" # required for bmake(1) and -jX builds PLIST_FILES= lib/libvolpack.a \ include/volpack.h From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:38:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 512E0E48; Wed, 14 Aug 2013 12:38:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FA5326CF; Wed, 14 Aug 2013 12:38:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECcsL2043493; Wed, 14 Aug 2013 12:38:54 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECcsuX043492; Wed, 14 Aug 2013 12:38:54 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141238.r7ECcsuX043492@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324711 - head/mail/whoson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:38:54 -0000 Author: marino Date: Wed Aug 14 12:38:53 2013 New Revision: 324711 URL: http://svnweb.freebsd.org/changeset/ports/324711 Log: mail/whoson: Mark jobs unsafe Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit) Modified: head/mail/whoson/Makefile Modified: head/mail/whoson/Makefile ============================================================================== --- head/mail/whoson/Makefile Wed Aug 14 12:38:41 2013 (r324710) +++ head/mail/whoson/Makefile Wed Aug 14 12:38:53 2013 (r324711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: whoson -# Date created: 14 May 2006 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= whoson PORTVERSION= 2.05 @@ -18,6 +14,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + USE_RC_SUBR= whoson MAN3= whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:40:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50689F38; Wed, 14 Aug 2013 12:40:33 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D89C2700; Wed, 14 Aug 2013 12:40:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECeXkZ045654; Wed, 14 Aug 2013 12:40:33 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECeWue045648; Wed, 14 Aug 2013 12:40:32 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141240.r7ECeWue045648@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 12:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324712 - in head/devel/libpciaccess: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:40:33 -0000 Author: zeising Date: Wed Aug 14 12:40:32 2013 New Revision: 324712 URL: http://svnweb.freebsd.org/changeset/ports/324712 Log: Update to 0.13.2 Obtained from: xorg development repo Modified: head/devel/libpciaccess/Makefile head/devel/libpciaccess/distinfo head/devel/libpciaccess/files/patch-src-freebsd_pci.c Modified: head/devel/libpciaccess/Makefile ============================================================================== --- head/devel/libpciaccess/Makefile Wed Aug 14 12:38:53 2013 (r324711) +++ head/devel/libpciaccess/Makefile Wed Aug 14 12:40:32 2013 (r324712) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libpciaccess -PORTVERSION= 0.13.1 -PORTREVISION= 3 +PORTVERSION= 0.13.2 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org Modified: head/devel/libpciaccess/distinfo ============================================================================== --- head/devel/libpciaccess/distinfo Wed Aug 14 12:38:53 2013 (r324711) +++ head/devel/libpciaccess/distinfo Wed Aug 14 12:40:32 2013 (r324712) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libpciaccess-0.13.1.tar.bz2) = 27ab68f645691a4ca258dcc9d131040586e134f9233ce079794496f6264da084 -SIZE (xorg/lib/libpciaccess-0.13.1.tar.bz2) = 352351 +SHA256 (xorg/lib/libpciaccess-0.13.2.tar.bz2) = abab8c2b050afb89bc29280e9c6b50ec5867174960d88bfb81a01036ec20de19 +SIZE (xorg/lib/libpciaccess-0.13.2.tar.bz2) = 359231 Modified: head/devel/libpciaccess/files/patch-src-freebsd_pci.c ============================================================================== --- head/devel/libpciaccess/files/patch-src-freebsd_pci.c Wed Aug 14 12:38:53 2013 (r324711) +++ head/devel/libpciaccess/files/patch-src-freebsd_pci.c Wed Aug 14 12:40:32 2013 (r324712) @@ -1,15 +1,6 @@ ---- src/freebsd_pci.c.orig 2012-04-09 13:02:57.000000000 -0400 -+++ src/freebsd_pci.c 2013-06-18 19:29:20.000000000 -0400 -@@ -1,6 +1,8 @@ - /* - * (C) Copyright Eric Anholt 2006 - * (C) Copyright IBM Corporation 2006 -+ * (C) Copyright Mark Kettenis 2011 -+ * (C) Copyright Robert Millan 2012 - * All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a -@@ -37,6 +39,11 @@ +--- src/freebsd_pci.c.orig 2013-08-14 12:31:57.519923558 +0200 ++++ src/freebsd_pci.c 2013-08-14 12:31:36.809923955 +0200 +@@ -39,6 +39,11 @@ #include #include #include @@ -21,7 +12,7 @@ #include #include #include -@@ -72,6 +79,10 @@ +@@ -74,6 +79,10 @@ #define PCIM_BAR_MEM_SPACE 0 #define PCIM_BAR_IO_SPACE 1 @@ -32,7 +23,7 @@ /** * FreeBSD private pci_system structure that extends the base pci_system * structure. -@@ -103,12 +114,18 @@ +@@ -105,12 +114,18 @@ { const int prot = ((map->flags & PCI_DEV_MAP_FLAG_WRITABLE) != 0) ? (PROT_READ | PROT_WRITE) : PROT_READ; @@ -51,7 +42,7 @@ if (fd == -1) return errno; -@@ -118,6 +135,7 @@ +@@ -120,6 +135,7 @@ err = errno; } @@ -59,7 +50,7 @@ mrd.mr_base = map->base; mrd.mr_len = map->size; strncpy(mrd.mr_owner, "pciaccess", sizeof(mrd.mr_owner)); -@@ -138,6 +156,7 @@ +@@ -140,6 +156,7 @@ } close(fd); @@ -67,7 +58,7 @@ return err; } -@@ -146,6 +165,7 @@ +@@ -148,6 +165,7 @@ pci_device_freebsd_unmap_range( struct pci_device *dev, struct pci_device_mapping *map ) { @@ -75,7 +66,7 @@ struct mem_range_desc mrd; struct mem_range_op mro; int fd; -@@ -171,6 +191,7 @@ +@@ -173,6 +191,7 @@ fprintf(stderr, "Failed to open /dev/mem\n"); } } @@ -83,7 +74,7 @@ return pci_device_generic_unmap_range(dev, map); } -@@ -293,7 +314,11 @@ +@@ -295,7 +314,11 @@ } printf("Using rom_base = 0x%lx\n", (long)rom_base); @@ -95,7 +86,7 @@ if ( memfd == -1 ) return errno; -@@ -306,7 +331,9 @@ +@@ -308,7 +331,9 @@ memcpy( buffer, bios, dev->rom_size ); munmap( bios, dev->rom_size ); @@ -105,7 +96,7 @@ if (pci_rom) { pci_device_cfg_write_u32( dev, PCIR_BIOS, rom ); -@@ -341,7 +368,6 @@ +@@ -343,7 +368,6 @@ static int pci_device_freebsd_probe( struct pci_device * dev ) { @@ -113,11 +104,36 @@ struct pci_bar_io bar; uint8_t irq; int err, i; -@@ -561,6 +587,154 @@ +@@ -563,136 +587,152 @@ freebsd_pci_sys = NULL; } -+static struct pci_io_handle * +-#if defined(__i386__) || defined(__amd64__) +-#include +-#endif +- + static struct pci_io_handle * +-pci_device_freebsd_open_legacy_io(struct pci_io_handle *ret, +- struct pci_device *dev, pciaddr_t base, pciaddr_t size) +-{ +-#if defined(__i386__) || defined(__amd64__) +- ret->fd = open("/dev/io", O_RDWR | O_CLOEXEC); +- +- if (ret->fd < 0) +- return NULL; +- +- ret->base = base; +- ret->size = size; +- return ret; +-#elif defined(PCI_MAGIC_IO_RANGE) +- ret->memory = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, +- aperturefd, PCI_MAGIC_IO_RANGE + base); +- if (ret->memory == MAP_FAILED) +- return NULL; +- +- ret->base = base; +- ret->size = size; +- return ret; +pci_device_freebsd_open_legacy_io( struct pci_io_handle *ret, + struct pci_device *dev, pciaddr_t base, + pciaddr_t size ) @@ -127,123 +143,167 @@ + screenfd, base ); + if ( ret->memory == MAP_FAILED ) + return NULL; -+#else + #else + ret->fd = open( "/dev/io", O_RDWR | O_CLOEXEC ); + if ( ret->fd < 0 ) -+ return NULL; -+#endif + return NULL; + #endif + ret->base = base; + ret->size = size; + return ret; -+} -+ -+static void + } + +-#if defined(__i386__) || defined(__amd64__) + static void +-pci_device_freebsd_close_io(struct pci_device *dev, struct pci_io_handle *handle) +pci_device_freebsd_close_io( struct pci_device *dev, + struct pci_io_handle *handle ) -+{ + { +- if (handle->fd > -1) +- close(handle->fd); +-} +#if !defined(__sparc64__) + if ( handle->fd > -1 ) + close( handle->fd ); -+#endif + #endif +} -+ -+static uint32_t + + static uint32_t +-pci_device_freebsd_read32(struct pci_io_handle *handle, uint32_t reg) +pci_device_freebsd_read32( struct pci_io_handle *handle, uint32_t reg ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- return inl(handle->base + reg); +#if defined(__sparc64__) + return *(uint32_t *)((uintptr_t)handle->memory + reg); +#elif defined(__i386__) || defined(__amd64__) + return inl( handle->base + reg ); -+#else + #else +- return *(uint32_t *)((uintptr_t)handle->memory + reg); + struct iodev_pio_req req = { IODEV_PIO_READ, handle->base + reg, 4, 0 }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); + return req.val; -+#endif -+} -+ -+static uint16_t + #endif + } + + static uint16_t +-pci_device_freebsd_read16(struct pci_io_handle *handle, uint32_t reg) +pci_device_freebsd_read16( struct pci_io_handle *handle, uint32_t reg ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- return inw(handle->base + reg); +#if defined(__sparc64__) + return *(uint16_t *)((uintptr_t)handle->memory + reg); +#elif defined(__i386__) || defined(__amd64__) + return inw( handle->base + reg ); -+#else + #else +- return *(uint16_t *)((uintptr_t)handle->memory + reg); + struct iodev_pio_req req = { IODEV_PIO_READ, handle->base + reg, 2, 0 }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); + return req.val; -+#endif -+} -+ -+static uint8_t + #endif + } + + static uint8_t +-pci_device_freebsd_read8(struct pci_io_handle *handle, uint32_t reg) +pci_device_freebsd_read8( struct pci_io_handle *handle, uint32_t reg ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- return inb(handle->base + reg); +#if defined(__sparc64__) + return *(uint8_t *)((uintptr_t)handle->memory + reg); +#elif defined(__i386__) || defined(__amd64__) + return inb( handle->base + reg ); -+#else + #else +- return *(uint8_t *)((uintptr_t)handle->memory + reg); + struct iodev_pio_req req = { IODEV_PIO_READ, handle->base + reg, 1, 0 }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); + return req.val; -+#endif -+} -+ -+static void + #endif + } + + static void +-pci_device_freebsd_write32(struct pci_io_handle *handle, uint32_t reg, +- uint32_t data) +pci_device_freebsd_write32( struct pci_io_handle *handle, uint32_t reg, + uint32_t data ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- outl(handle->base + reg, data); +#if defined(__sparc64__) + *(uint32_t *)((uintptr_t)handle->memory + reg) = data; +#elif defined(__i386__) || defined(__amd64__) + outl( handle->base + reg, data ); -+#else + #else +- *(uint16_t *)((uintptr_t)handle->memory + reg) = data; + struct iodev_pio_req req = { IODEV_PIO_WRITE, handle->base + reg, 4, data }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); -+#endif -+} -+ -+static void + #endif + } + + static void +-pci_device_freebsd_write16(struct pci_io_handle *handle, uint32_t reg, +- uint16_t data) +pci_device_freebsd_write16( struct pci_io_handle *handle, uint32_t reg, + uint16_t data ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- outw(handle->base + reg, data); +#if defined(__sparc64__) + *(uint16_t *)((uintptr_t)handle->memory + reg) = data; +#elif defined(__i386__) || defined(__amd64__) + outw( handle->base + reg, data ); -+#else + #else +- *(uint8_t *)((uintptr_t)handle->memory + reg) = data; + struct iodev_pio_req req = { IODEV_PIO_WRITE, handle->base + reg, 2, data }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); -+#endif -+} -+ -+static void + #endif + } + + static void +-pci_device_freebsd_write8(struct pci_io_handle *handle, uint32_t reg, +- uint8_t data) +pci_device_freebsd_write8( struct pci_io_handle *handle, uint32_t reg, + uint8_t data ) -+{ + { +-#if defined(__i386__) || defined(__amd64__) +- outb(handle->base + reg, data); +#if defined(__sparc64__) + *(uint8_t *)((uintptr_t)handle->memory + reg) = data; +#elif defined(__i386__) || defined(__amd64__) + outb(handle->base + reg, data); -+#else + #else +- *(uint32_t *)((uintptr_t)handle->memory + reg) = data; + struct iodev_pio_req req = { IODEV_PIO_WRITE, handle->base + reg, 1, data }; + if ( handle->fd > -1 ) + ioctl( handle->fd, IODEV_PIO, &req ); -+#endif -+} -+ -+static int + #endif + } + + static int +-pci_device_freebsd_map_legacy(struct pci_device *dev, pciaddr_t base, +- pciaddr_t size, unsigned map_flags, void **addr) +pci_device_freebsd_map_legacy( struct pci_device *dev, pciaddr_t base, + pciaddr_t size, unsigned map_flags, void **addr ) -+{ + { +- struct pci_device_mapping map; +- int err; +- +- map.base = base; +- map.size = size; +- map.flags = map_flags; +- map.memory = NULL; +- err = pci_device_freebsd_map_range(dev, &map); +- *addr = map.memory; + struct pci_device_mapping map; + int err; -+ + +- return err; + map.base = base; + map.size = size; + map.flags = map_flags; @@ -251,41 +311,39 @@ + err = pci_device_freebsd_map_range( dev, &map ); + *addr = map.memory; + return err; -+} -+ -+static int + } + + static int +-pci_device_freebsd_unmap_legacy(struct pci_device *dev, void *addr, +- pciaddr_t size) +pci_device_freebsd_unmap_legacy( struct pci_device *dev, void *addr, + pciaddr_t size) -+{ + { +- struct pci_device_mapping map; + struct pci_device_mapping map; -+ + +- map.memory = addr; +- map.size = size; +- map.flags = 0; +- return pci_device_freebsd_unmap_range(dev, &map); + map.memory = addr; + map.size = size; + map.flags = 0; + return pci_device_freebsd_unmap_range( dev, &map ); -+} -+ + } + static const struct pci_system_methods freebsd_pci_methods = { - .destroy = pci_system_freebsd_destroy, - .destroy_device = NULL, /* nothing to do for this */ -@@ -571,6 +745,16 @@ - .read = pci_device_freebsd_read, +@@ -706,9 +746,7 @@ .write = pci_device_freebsd_write, .fill_capabilities = pci_fill_capabilities_generic, -+ .open_legacy_io = pci_device_freebsd_open_legacy_io, -+ .close_io = pci_device_freebsd_close_io, -+ .read32 = pci_device_freebsd_read32, -+ .read16 = pci_device_freebsd_read16, -+ .read8 = pci_device_freebsd_read8, -+ .write32 = pci_device_freebsd_write32, -+ .write16 = pci_device_freebsd_write16, -+ .write8 = pci_device_freebsd_write8, -+ .map_legacy = pci_device_freebsd_map_legacy, -+ .unmap_legacy = pci_device_freebsd_unmap_legacy, - }; - - /** -@@ -644,3 +828,11 @@ + .open_legacy_io = pci_device_freebsd_open_legacy_io, +-#if defined(__i386__) || defined(__amd64__) + .close_io = pci_device_freebsd_close_io, +-#endif + .read32 = pci_device_freebsd_read32, + .read16 = pci_device_freebsd_read16, + .read8 = pci_device_freebsd_read8, +@@ -790,3 +828,11 @@ return 0; } From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:44:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D14239C; Wed, 14 Aug 2013 12:44:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 030152801; Wed, 14 Aug 2013 12:44:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECiuGr046651; Wed, 14 Aug 2013 12:44:56 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECiuBx046643; Wed, 14 Aug 2013 12:44:56 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201308141244.r7ECiuBx046643@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 14 Aug 2013 12:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324713 - in head/security/tthsum: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:44:57 -0000 Author: ehaupt Date: Wed Aug 14 12:44:56 2013 New Revision: 324713 URL: http://svnweb.freebsd.org/changeset/ports/324713 Log: Update to 1.3.2 Modified: head/security/tthsum/Makefile head/security/tthsum/distinfo head/security/tthsum/files/patch-Makefile Modified: head/security/tthsum/Makefile ============================================================================== --- head/security/tthsum/Makefile Wed Aug 14 12:40:32 2013 (r324712) +++ head/security/tthsum/Makefile Wed Aug 14 12:44:56 2013 (r324713) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tthsum -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://tthsum.devs.nu/pkg/ \ CRITICAL @@ -21,6 +20,8 @@ MANCOMPRESSED= yes MAN1= tthsum.1 PLIST_FILES= bin/tthsum +WRKSRC= ${WRKDIR}/${PORTNAME} + regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest Modified: head/security/tthsum/distinfo ============================================================================== --- head/security/tthsum/distinfo Wed Aug 14 12:40:32 2013 (r324712) +++ head/security/tthsum/distinfo Wed Aug 14 12:44:56 2013 (r324713) @@ -1,2 +1,2 @@ -SHA256 (tthsum-1.3.1.tar.gz) = b141e585884144e90c4cc63872b0bfddc32db3d842a406d8b8a744db82736da5 -SIZE (tthsum-1.3.1.tar.gz) = 78989 +SHA256 (tthsum-1.3.2.tar.gz) = 49d9e2b37ff69a831f271584fc35c358c28523c8595c95f3a1fa18b2951b00f2 +SIZE (tthsum-1.3.2.tar.gz) = 88434 Modified: head/security/tthsum/files/patch-Makefile ============================================================================== --- head/security/tthsum/files/patch-Makefile Wed Aug 14 12:40:32 2013 (r324712) +++ head/security/tthsum/files/patch-Makefile Wed Aug 14 12:44:56 2013 (r324713) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2011-10-10 08:34:43.000000000 +0200 -+++ ./Makefile 2011-10-15 10:22:58.000000000 +0200 +--- ./Makefile.orig 2013-08-13 20:58:36.000000000 +0200 ++++ ./Makefile 2013-08-14 14:40:58.335943659 +0200 @@ -11,16 +11,6 @@ MAN = $(DESTDIR)/usr/local/man endif @@ -17,7 +17,7 @@ CC ?= gcc GZIP = gzip -9 -c RM = rm -rf -@@ -45,9 +35,9 @@ +@@ -47,12 +37,12 @@ override CPPFLAGS += $(shell cat $(BINS)/autoconf.cppflags) @@ -25,7 +25,13 @@ +all: tthsum manual -install: tthsum manual test runtest +- install -d $(BIN) $(MAN)/man1 +- install $(BINS)/tthsum $(BIN) +- install -m644 $(SHARES)/tthsum.1.gz $(MAN)/man1 +install: tthsum manual - install -d $(BIN) $(MAN)/man1 - install $(BINS)/tthsum $(BIN) - install -m644 $(SHARES)/tthsum.1.gz $(MAN)/man1 ++ install -d $(BIN) $(MANPREFIX)/man/man1 ++ install $(BINS)/tthsum $(PREFIX)/bin ++ install -m644 $(SHARES)/tthsum.1.gz $(MANPREFIX)/man/man1 + + uninstall: + $(RM) $(BIN)/tthsum From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 12:50:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0117664; Wed, 14 Aug 2013 12:50:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E47E28C5; Wed, 14 Aug 2013 12:50:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ECoS01048037; Wed, 14 Aug 2013 12:50:28 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ECoS9W048036; Wed, 14 Aug 2013 12:50:28 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141250.r7ECoS9W048036@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 12:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324714 - head/math/gap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 12:50:28 -0000 Author: marino Date: Wed Aug 14 12:50:28 2013 New Revision: 324714 URL: http://svnweb.freebsd.org/changeset/ports/324714 Log: math/gap: Mark jobs unsafe Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/math/gap/Makefile Modified: head/math/gap/Makefile ============================================================================== --- head/math/gap/Makefile Wed Aug 14 12:44:56 2013 (r324713) +++ head/math/gap/Makefile Wed Aug 14 12:50:28 2013 (r324714) @@ -13,10 +13,12 @@ MAINTAINER= johans@FreeBSD.org COMMENT= GAP is a system for computational discrete algebra USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes ALL_TARGET= default +MAKE_JOBS_UNSAFE=yes + GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 GAP_DISTTIME= 2013_03_18-17_40 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:00:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC2A8A2C; Wed, 14 Aug 2013 13:00:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFEE52952; Wed, 14 Aug 2013 13:00:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ED0F50051774; Wed, 14 Aug 2013 13:00:15 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ED0FxS051771; Wed, 14 Aug 2013 13:00:15 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308141300.r7ED0FxS051771@svn.freebsd.org> From: Guido Falsi Date: Wed, 14 Aug 2013 13:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324715 - in head/comms/gnokii: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:00:16 -0000 Author: madpilot Date: Wed Aug 14 13:00:15 2013 New Revision: 324715 URL: http://svnweb.freebsd.org/changeset/ports/324715 Log: - Add patch to avoid a bus error while starting the software. Many thanks to the Mike Bernard for reporting and helping me debug this problem. While here remove obsolete MAKE_JOBS_SFE flag Reported by: Mike Barnard Kwatampora Added: head/comms/gnokii/files/patch-common-cfgreader.c (contents, props changed) Modified: head/comms/gnokii/Makefile Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Wed Aug 14 12:50:28 2013 (r324714) +++ head/comms/gnokii/Makefile Wed Aug 14 13:00:15 2013 (r324715) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -23,7 +23,6 @@ USE_BZIP2= yes USES= gettext gmake USE_LDCONFIG= yes USE_CSTD= gnu89 -MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= intltool GNU_CONFIGURE= yes Added: head/comms/gnokii/files/patch-common-cfgreader.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/gnokii/files/patch-common-cfgreader.c Wed Aug 14 13:00:15 2013 (r324715) @@ -0,0 +1,20 @@ +--- common/cfgreader.c.orig 2011-12-02 15:53:04.000000000 +0100 ++++ common/cfgreader.c 2013-08-13 13:25:46.836652059 +0200 +@@ -991,7 +991,7 @@ + #define CHECK_SIZE() if (*retval >= size) { \ + void *aux; \ + size *= 2; \ +- aux = realloc(config_file_locations, size); \ ++ aux = realloc(config_file_locations, size * sizeof(char *)); \ + if (aux) \ + config_file_locations = aux; \ + else {\ +@@ -1107,7 +1107,7 @@ + if (i >= xcd_size) { + void *aux; + xcd_size *= 2; +- aux = realloc(xdg_config_dir, xcd_size); ++ aux = realloc(xdg_config_dir, xcd_size * sizeof(char *)); + if (aux) + xdg_config_dir = aux; + else { From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:06:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63E12D63; Wed, 14 Aug 2013 13:06:50 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51DCE29CC; Wed, 14 Aug 2013 13:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ED6oPH054698; Wed, 14 Aug 2013 13:06:50 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ED6nNn054696; Wed, 14 Aug 2013 13:06:49 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141306.r7ED6nNn054696@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 13:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324716 - head/math/kktdirect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:06:50 -0000 Author: marino Date: Wed Aug 14 13:06:49 2013 New Revision: 324716 URL: http://svnweb.freebsd.org/changeset/ports/324716 Log: math/kktdirect: Mark jobs unsafe - Trim header - Remove WWW indent - Remove indefinite article from COMMENT There are other complaints by portlint that need reviewing by maintainer. Approved by: bapt/culot (mentors, implicit) Modified: head/math/kktdirect/Makefile head/math/kktdirect/pkg-descr Modified: head/math/kktdirect/Makefile ============================================================================== --- head/math/kktdirect/Makefile Wed Aug 14 13:00:15 2013 (r324715) +++ head/math/kktdirect/Makefile Wed Aug 14 13:06:49 2013 (r324716) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: kktdirect -# Date created: 1 Jan 2012 -# Whom: bf@FreeBSD.org -# +# Created by: bf@FreeBSD.org # $FreeBSD$ -# PORTNAME= kktdirect PORTVERSION= 0.5 @@ -13,11 +8,13 @@ MASTER_SITES= http://www.cs.ubc.ca/~rbri DISTNAME= KKTDirect${PORTVERSION} MAINTAINER= bf@FreeBSD.org -COMMENT= A direct solver package for saddle-point (KKT) matrices +COMMENT= Direct solver package for saddle-point (KKT) matrices USE_FORTRAN= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + CFLAGS+= -DUSE_FORTRAN_BLAS -DUSE_FORTRAN_LAPACK LDFLAGS+= -L${LOCALBASE}/lib ${LAPACK} ${BLAS} -lm PLIST_FILES= include/kktdirect.h lib/libkktdirect.a lib/libkktdirect_pic.a \ Modified: head/math/kktdirect/pkg-descr ============================================================================== --- head/math/kktdirect/pkg-descr Wed Aug 14 13:00:15 2013 (r324715) +++ head/math/kktdirect/pkg-descr Wed Aug 14 13:06:49 2013 (r324716) @@ -16,4 +16,4 @@ Note this is only alpha-quality proof-of out-of-memory errors are not handled gracefully, and the provided Minimum Degree routine is not yet competitive with other packages. -WWW: http://www.cs.ubc.ca/~rbridson/kktdirect/ +WWW: http://www.cs.ubc.ca/~rbridson/kktdirect/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:08:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39D4BE8A; Wed, 14 Aug 2013 13:08:59 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 265A229E4; Wed, 14 Aug 2013 13:08:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ED8xeR055180; Wed, 14 Aug 2013 13:08:59 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ED8wXx055178; Wed, 14 Aug 2013 13:08:58 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141308.r7ED8wXx055178@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 13:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324717 - head/x11/libX11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:08:59 -0000 Author: zeising Date: Wed Aug 14 13:08:58 2013 New Revision: 324717 URL: http://svnweb.freebsd.org/changeset/ports/324717 Log: Update to 1.6.1 Obtained from: xorg development repo Modified: head/x11/libX11/Makefile head/x11/libX11/distinfo Modified: head/x11/libX11/Makefile ============================================================================== --- head/x11/libX11/Makefile Wed Aug 14 13:06:49 2013 (r324716) +++ head/x11/libX11/Makefile Wed Aug 14 13:08:58 2013 (r324717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/libX11/distinfo ============================================================================== --- head/x11/libX11/distinfo Wed Aug 14 13:06:49 2013 (r324716) +++ head/x11/libX11/distinfo Wed Aug 14 13:08:58 2013 (r324717) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libX11-1.6.0.tar.bz2) = 53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa -SIZE (xorg/lib/libX11-1.6.0.tar.bz2) = 2373718 +SHA256 (xorg/lib/libX11-1.6.1.tar.bz2) = 10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892 +SIZE (xorg/lib/libX11-1.6.1.tar.bz2) = 2356196 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:15:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3519713A; Wed, 14 Aug 2013 13:15:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 231882A3B; Wed, 14 Aug 2013 13:15:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EDF0Dm058481; Wed, 14 Aug 2013 13:15:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EDExFC058471; Wed, 14 Aug 2013 13:14:59 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141314.r7EDExFC058471@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 13:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324718 - head/math/lapack95 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:15:00 -0000 Author: marino Date: Wed Aug 14 13:14:59 2013 New Revision: 324718 URL: http://svnweb.freebsd.org/changeset/ports/324718 Log: math/lapack95: Mark jobs unsafe Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit) Modified: head/math/lapack95/Makefile Modified: head/math/lapack95/Makefile ============================================================================== --- head/math/lapack95/Makefile Wed Aug 14 13:08:58 2013 (r324717) +++ head/math/lapack95/Makefile Wed Aug 14 13:14:59 2013 (r324718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lapack95 -# Date created: 5 Feb 2003 -# Whom: NAKATA, Maho -# +# Created by: NAKATA, Maho # $FreeBSD$ -# PORTNAME= lapack95 PORTVERSION= 1.0 @@ -21,6 +17,8 @@ USE_FORTRAN= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/LAPACK95 +MAKE_JOBS_UNSAFE=yes + .include .if ${ARCH} == "sparc64" From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:43:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E13F97B7; Wed, 14 Aug 2013 13:43:49 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEBA02BE9; Wed, 14 Aug 2013 13:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EDhngm069045; Wed, 14 Aug 2013 13:43:49 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EDhnoR069043; Wed, 14 Aug 2013 13:43:49 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141343.r7EDhnoR069043@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 13:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324719 - head/x11/xwd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:43:50 -0000 Author: zeising Date: Wed Aug 14 13:43:49 2013 New Revision: 324719 URL: http://svnweb.freebsd.org/changeset/ports/324719 Log: Update to 1.0.6 Modified: head/x11/xwd/Makefile head/x11/xwd/distinfo Modified: head/x11/xwd/Makefile ============================================================================== --- head/x11/xwd/Makefile Wed Aug 14 13:14:59 2013 (r324718) +++ head/x11/xwd/Makefile Wed Aug 14 13:43:49 2013 (r324719) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xwd -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Dump an image of an X window LICENSE= MIT XORG_CAT= app -USE_XORG= xmuu x11 +USE_XORG= x11 xkbfile PLIST_FILES= bin/xwd Modified: head/x11/xwd/distinfo ============================================================================== --- head/x11/xwd/distinfo Wed Aug 14 13:14:59 2013 (r324718) +++ head/x11/xwd/distinfo Wed Aug 14 13:43:49 2013 (r324719) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xwd-1.0.5.tar.bz2) = 02752ba737299cf4a1b75d777166c5b5e5ba8d3cabdf2c54cbe77de175356f3a -SIZE (xorg/app/xwd-1.0.5.tar.bz2) = 136820 +SHA256 (xorg/app/xwd-1.0.6.tar.bz2) = 3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79 +SIZE (xorg/app/xwd-1.0.6.tar.bz2) = 144548 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:44:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFA029E5; Wed, 14 Aug 2013 13:44:33 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA8812BFD; Wed, 14 Aug 2013 13:44:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EDiXfE069268; Wed, 14 Aug 2013 13:44:33 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EDiXH3069266; Wed, 14 Aug 2013 13:44:33 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141344.r7EDiXH3069266@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 13:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324720 - head/x11/xload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:44:33 -0000 Author: zeising Date: Wed Aug 14 13:44:33 2013 New Revision: 324720 URL: http://svnweb.freebsd.org/changeset/ports/324720 Log: Update to 1.1.2 Modified: head/x11/xload/Makefile head/x11/xload/distinfo Modified: head/x11/xload/Makefile ============================================================================== --- head/x11/xload/Makefile Wed Aug 14 13:43:49 2013 (r324719) +++ head/x11/xload/Makefile Wed Aug 14 13:44:33 2013 (r324720) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xload -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/xload/distinfo ============================================================================== --- head/x11/xload/distinfo Wed Aug 14 13:43:49 2013 (r324719) +++ head/x11/xload/distinfo Wed Aug 14 13:44:33 2013 (r324720) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xload-1.1.1.tar.bz2) = de12f0991ef124c291e0416ca8417073fe47328e9221d4be8e4076fcee151450 -SIZE (xorg/app/xload-1.1.1.tar.bz2) = 130887 +SHA256 (xorg/app/xload-1.1.2.tar.bz2) = 83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078 +SIZE (xorg/app/xload-1.1.2.tar.bz2) = 136745 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 13:59:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1266C268; Wed, 14 Aug 2013 13:59:31 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBD462CC7; Wed, 14 Aug 2013 13:59:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EDxU50073752; Wed, 14 Aug 2013 13:59:30 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EDxU3G073749; Wed, 14 Aug 2013 13:59:30 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141359.r7EDxU3G073749@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 13:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324721 - head/x11-fonts/libXfont X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 13:59:31 -0000 Author: zeising Date: Wed Aug 14 13:59:30 2013 New Revision: 324721 URL: http://svnweb.freebsd.org/changeset/ports/324721 Log: Update to 1.4.5 Obtained from: xorg development repo Modified: head/x11-fonts/libXfont/Makefile head/x11-fonts/libXfont/distinfo Modified: head/x11-fonts/libXfont/Makefile ============================================================================== --- head/x11-fonts/libXfont/Makefile Wed Aug 14 13:44:33 2013 (r324720) +++ head/x11-fonts/libXfont/Makefile Wed Aug 14 13:59:30 2013 (r324721) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= libXfont -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 PORTEPOCH= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X font library -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc Modified: head/x11-fonts/libXfont/distinfo ============================================================================== --- head/x11-fonts/libXfont/distinfo Wed Aug 14 13:44:33 2013 (r324720) +++ head/x11-fonts/libXfont/distinfo Wed Aug 14 13:59:30 2013 (r324721) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXfont-1.4.5.tar.bz2) = bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170 -SIZE (xorg/lib/libXfont-1.4.5.tar.bz2) = 470879 +SHA256 (xorg/lib/libXfont-1.4.6.tar.bz2) = d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f +SIZE (xorg/lib/libXfont-1.4.6.tar.bz2) = 489067 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:00:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33CEF428; Wed, 14 Aug 2013 14:00:21 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 211AB2D0A; Wed, 14 Aug 2013 14:00:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EE0Kft075602; Wed, 14 Aug 2013 14:00:20 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EE0Knv075599; Wed, 14 Aug 2013 14:00:20 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201308141400.r7EE0Knv075599@svn.freebsd.org> From: Nicola Vitale Date: Wed, 14 Aug 2013 14:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324722 - head/misc/py-yolk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:00:21 -0000 Author: nivit Date: Wed Aug 14 14:00:20 2013 New Revision: 324722 URL: http://svnweb.freebsd.org/changeset/ports/324722 Log: - Update to 0.4.3 - Trim Makefile header - Remove dead link from MASTER_SITES - Remove indefinite article from COMMENT - Add LICENSE (BSD) - Convert to the new options framework - Update WWW field in pkg-descr Build details: http://goo.gl/l5Fmwu Modified: head/misc/py-yolk/Makefile (contents, props changed) head/misc/py-yolk/distinfo (contents, props changed) head/misc/py-yolk/pkg-descr (contents, props changed) Modified: head/misc/py-yolk/Makefile ============================================================================== --- head/misc/py-yolk/Makefile Wed Aug 14 13:59:30 2013 (r324721) +++ head/misc/py-yolk/Makefile Wed Aug 14 14:00:20 2013 (r324722) @@ -1,47 +1,50 @@ -# New ports collection makefile for: yolk -# Date created: 2007-03-11 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= yolk -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.3 +PORTREVISION= 0 CATEGORIES= misc python -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/y/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org -COMMENT= A Python tool for listing packages installed by setuptools +COMMENT= Command-line tool for querying PyPI and Python packages installed -USE_PYTHON= 2.6+ -USE_PYDISTUTILS= easy_install +LICENSE= BSD + +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONS_DEFINE= EXAMPLES MANPAGES +OPTIONS_DEFAULT= MANPAGES -.if !defined (NO_INSTALL_MANPAGES) +.include + +.if ${PORT_OPTIONS:MMANPAGES} MAN1= ${PORTNAME}.1 .endif -.include - -.if ${PYTHON_REL} == 271 || ${PYTHON_REL} == 320 -IGNORE= does not work with ${PYTHON_VERSION} (see http://goo.gl/SZpDN) +.if ${PORT_OPTIONS:MEXAMPLES} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .endif +USE_PYTHON= 2.6-2.7 +USE_PYDISTUTILS= easy_install + post-install: -.if !defined (NO_INSTALL_MANPAGES) - @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1 +.if ${PORT_OPTIONS:MMANPAGES} + ${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1 .endif -.if !defined (NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} ";" - @cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} ";" + cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} ";" .endif -.if !defined (NOPORTEXAMPLES) -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +.include + +.if ${PYTHON_REL} == 271 || ${PYTHON_REL} == 320 +IGNORE= does not work with ${PYTHON_VERSION} (see http://goo.gl/SZpDN) .endif .include Modified: head/misc/py-yolk/distinfo ============================================================================== --- head/misc/py-yolk/distinfo Wed Aug 14 13:59:30 2013 (r324721) +++ head/misc/py-yolk/distinfo Wed Aug 14 14:00:20 2013 (r324722) @@ -1,2 +1,2 @@ -SHA256 (yolk-0.4.1.tar.gz) = f03d9ebe2fa67aa210868312a474d949d26732b743aeece970e06f02ff740212 -SIZE (yolk-0.4.1.tar.gz) = 80537 +SHA256 (yolk-0.4.3.tar.gz) = 1c07eb4001dc133c08e66e38c5d58faa7616ae804f8d0ab02dd44a1044e7ddb8 +SIZE (yolk-0.4.3.tar.gz) = 86100 Modified: head/misc/py-yolk/pkg-descr ============================================================================== --- head/misc/py-yolk/pkg-descr Wed Aug 14 13:59:30 2013 (r324721) +++ head/misc/py-yolk/pkg-descr Wed Aug 14 14:00:20 2013 (r324722) @@ -2,4 +2,4 @@ Yolk is a Python library and command-lin about packages installed by setuptools and packages on PyPI (Python Package Index a.k.a. The Cheese Shop). -WWW: http://tools.assembla.com/yolk/ +WWW: https://pypi.python.org/pypi/yolk From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:12:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6A76836; Wed, 14 Aug 2013 14:12:06 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2E982DBD; Wed, 14 Aug 2013 14:12:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEC6c6080392; Wed, 14 Aug 2013 14:12:06 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEC6eQ080391; Wed, 14 Aug 2013 14:12:06 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141412.r7EEC6eQ080391@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 14:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324723 - head/audio/dumb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:12:07 -0000 Author: marino Date: Wed Aug 14 14:12:06 2013 New Revision: 324723 URL: http://svnweb.freebsd.org/changeset/ports/324723 Log: audio/dumb: directly link libraries Fixes indirect linking errors on modern binutils (fix from dports) Approved by: culot (mentor), maintainer timeout Modified: head/audio/dumb/Makefile Modified: head/audio/dumb/Makefile ============================================================================== --- head/audio/dumb/Makefile Wed Aug 14 14:00:20 2013 (r324722) +++ head/audio/dumb/Makefile Wed Aug 14 14:12:06 2013 (r324723) @@ -21,6 +21,7 @@ ALLEGRO_DESC= Enable allegro support LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" +MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg ${LOCALBASE}/lib/liballeg_unsharable.a" PKGNAMESUFFIX= -allegro CONFLICTS= dumb-[0-9]* .else From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:38:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E0CE2A1; Wed, 14 Aug 2013 14:38:14 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 592E62F1F; Wed, 14 Aug 2013 14:38:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEcEqT088819; Wed, 14 Aug 2013 14:38:14 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEcEgf088817; Wed, 14 Aug 2013 14:38:14 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141438.r7EEcEgf088817@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 14:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324724 - head/x11-drivers/xf86-input-elographics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:38:14 -0000 Author: zeising Date: Wed Aug 14 14:38:13 2013 New Revision: 324724 URL: http://svnweb.freebsd.org/changeset/ports/324724 Log: Update to 1.4.1 for new xorg. Modified: head/x11-drivers/xf86-input-elographics/Makefile head/x11-drivers/xf86-input-elographics/distinfo Modified: head/x11-drivers/xf86-input-elographics/Makefile ============================================================================== --- head/x11-drivers/xf86-input-elographics/Makefile Wed Aug 14 14:12:06 2013 (r324723) +++ head/x11-drivers/xf86-input-elographics/Makefile Wed Aug 14 14:38:13 2013 (r324724) @@ -12,7 +12,7 @@ XORG_CAT= driver MAN4= elographics.4x .if defined(WITH_NEW_XORG) -ELO_VERSION= 1.3.0 +ELO_VERSION= 1.4.1 ELO_REVISION= 0 .else ELO_VERSION= 1.2.4 Modified: head/x11-drivers/xf86-input-elographics/distinfo ============================================================================== --- head/x11-drivers/xf86-input-elographics/distinfo Wed Aug 14 14:12:06 2013 (r324723) +++ head/x11-drivers/xf86-input-elographics/distinfo Wed Aug 14 14:38:13 2013 (r324724) @@ -1,4 +1,4 @@ SHA256 (xorg/driver/xf86-input-elographics-1.2.4.tar.bz2) = dfede47c14c40e51294c84bf8f9bec5f5e0b17c80f370ae2ac6bddad79f9e66b SIZE (xorg/driver/xf86-input-elographics-1.2.4.tar.bz2) = 259101 -SHA256 (xorg/driver/xf86-input-elographics-1.3.0.tar.bz2) = 8c0bb3864a8fbc696c8f3d5442b2f20db1249a6ca23f5d020639f2cbcfe4ab9e -SIZE (xorg/driver/xf86-input-elographics-1.3.0.tar.bz2) = 276070 +SHA256 (xorg/driver/xf86-input-elographics-1.4.1.tar.bz2) = a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4 +SIZE (xorg/driver/xf86-input-elographics-1.4.1.tar.bz2) = 280311 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:39:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38EFB4D6; Wed, 14 Aug 2013 14:39:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 261E42F29; Wed, 14 Aug 2013 14:39:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEd2ww089021; Wed, 14 Aug 2013 14:39:02 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEd1kd089019; Wed, 14 Aug 2013 14:39:01 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141439.r7EEd1kd089019@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 14:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324725 - head/x11/xprop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:39:02 -0000 Author: zeising Date: Wed Aug 14 14:39:01 2013 New Revision: 324725 URL: http://svnweb.freebsd.org/changeset/ports/324725 Log: Update to 1.2.2. Modified: head/x11/xprop/Makefile head/x11/xprop/distinfo Modified: head/x11/xprop/Makefile ============================================================================== --- head/x11/xprop/Makefile Wed Aug 14 14:38:13 2013 (r324724) +++ head/x11/xprop/Makefile Wed Aug 14 14:39:01 2013 (r324725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xprop -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/xprop/distinfo ============================================================================== --- head/x11/xprop/distinfo Wed Aug 14 14:38:13 2013 (r324724) +++ head/x11/xprop/distinfo Wed Aug 14 14:39:01 2013 (r324725) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xprop-1.2.1.tar.bz2) = 07907a189099b8a000406b5ca6c5346df238a9e1fe3b32dc59f48fe0ad12f1a3 -SIZE (xorg/app/xprop-1.2.1.tar.bz2) = 133712 +SHA256 (xorg/app/xprop-1.2.2.tar.bz2) = 9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6 +SIZE (xorg/app/xprop-1.2.2.tar.bz2) = 145556 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:39:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BD536D9; Wed, 14 Aug 2013 14:39:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 290E52F3E; Wed, 14 Aug 2013 14:39:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEdQHY089171; Wed, 14 Aug 2013 14:39:26 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEdQPd089169; Wed, 14 Aug 2013 14:39:26 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141439.r7EEdQPd089169@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 14:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324726 - head/x11/xset X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:39:27 -0000 Author: zeising Date: Wed Aug 14 14:39:26 2013 New Revision: 324726 URL: http://svnweb.freebsd.org/changeset/ports/324726 Log: Update to 1.2.3 Modified: head/x11/xset/Makefile head/x11/xset/distinfo Modified: head/x11/xset/Makefile ============================================================================== --- head/x11/xset/Makefile Wed Aug 14 14:39:01 2013 (r324725) +++ head/x11/xset/Makefile Wed Aug 14 14:39:26 2013 (r324726) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xset -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTREVISION= 1 CATEGORIES= x11 Modified: head/x11/xset/distinfo ============================================================================== --- head/x11/xset/distinfo Wed Aug 14 14:39:01 2013 (r324725) +++ head/x11/xset/distinfo Wed Aug 14 14:39:26 2013 (r324726) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xset-1.2.2.tar.bz2) = 61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8 -SIZE (xorg/app/xset-1.2.2.tar.bz2) = 129701 +SHA256 (xorg/app/xset-1.2.3.tar.bz2) = 4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063 +SIZE (xorg/app/xset-1.2.3.tar.bz2) = 142286 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:40:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E6E283C; Wed, 14 Aug 2013 14:40:18 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7432F73; Wed, 14 Aug 2013 14:40:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEeHHi090888; Wed, 14 Aug 2013 14:40:17 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEeHvF090886; Wed, 14 Aug 2013 14:40:17 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201308141440.r7EEeHvF090886@svn.freebsd.org> From: Niclas Zeising Date: Wed, 14 Aug 2013 14:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324727 - head/x11-drivers/xf86-video-r128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:40:18 -0000 Author: zeising Date: Wed Aug 14 14:40:17 2013 New Revision: 324727 URL: http://svnweb.freebsd.org/changeset/ports/324727 Log: Update to 6.9.1 Modified: head/x11-drivers/xf86-video-r128/Makefile head/x11-drivers/xf86-video-r128/distinfo Modified: head/x11-drivers/xf86-video-r128/Makefile ============================================================================== --- head/x11-drivers/xf86-video-r128/Makefile Wed Aug 14 14:39:26 2013 (r324726) +++ head/x11-drivers/xf86-video-r128/Makefile Wed Aug 14 14:40:17 2013 (r324727) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-video-r128 -PORTVERSION= 6.8.4 -PORTREVISION= 3 +PORTVERSION= 6.9.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org Modified: head/x11-drivers/xf86-video-r128/distinfo ============================================================================== --- head/x11-drivers/xf86-video-r128/distinfo Wed Aug 14 14:39:26 2013 (r324726) +++ head/x11-drivers/xf86-video-r128/distinfo Wed Aug 14 14:40:17 2013 (r324727) @@ -1,2 +1,2 @@ -SHA256 (xorg/driver/xf86-video-r128-6.8.4.tar.bz2) = 6fbfbba2589c1daf45f048009d6521bb687adbdf2f695eb961b316ce68935cd7 -SIZE (xorg/driver/xf86-video-r128-6.8.4.tar.bz2) = 459364 +SHA256 (xorg/driver/xf86-video-r128-6.9.1.tar.bz2) = 8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c +SIZE (xorg/driver/xf86-video-r128-6.9.1.tar.bz2) = 470750 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:52:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27041E89; Wed, 14 Aug 2013 14:52:23 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE2BD203E; Wed, 14 Aug 2013 14:52:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEqM62095360; Wed, 14 Aug 2013 14:52:22 GMT (envelope-from gnn@svn.freebsd.org) Received: (from gnn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEqMCW095358; Wed, 14 Aug 2013 14:52:22 GMT (envelope-from gnn@svn.freebsd.org) Message-Id: <201308141452.r7EEqMCW095358@svn.freebsd.org> From: "George V. Neville-Neil" Date: Wed, 14 Aug 2013 14:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324728 - head/java/eclipse-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:52:23 -0000 Author: gnn (src,doc committer) Date: Wed Aug 14 14:52:22 2013 New Revision: 324728 URL: http://svnweb.freebsd.org/changeset/ports/324728 Log: Fix for broken eclipse-devel after glib-2.36.3 update. Tested on HEAD, 9.1 and 8.4. PR: ports/181124 Submitted by: Jonathan Chen jonc at chen.org.nz Modified: head/java/eclipse-devel/files/freebsd-support.patch Modified: head/java/eclipse-devel/files/freebsd-support.patch ============================================================================== --- head/java/eclipse-devel/files/freebsd-support.patch Wed Aug 14 14:40:17 2013 (r324727) +++ head/java/eclipse-devel/files/freebsd-support.patch Wed Aug 14 14:52:22 2013 (r324728) @@ -2827,6 +2827,40 @@ $FreeBSD$ # GLX lib # make_glx: $(GLX_LIB) +--- build.orig/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h.orig 2012-06-28 01:39:42.000000000 +1200 ++++ build.orig/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h 2013-08-08 09:17:59.133694911 +1200 +@@ -38,6 +38,11 @@ + + #define OS_LOAD_FUNCTION LOAD_FUNCTION + ++/* ++ g_thread_init() is non-existent in glib-2.36+ ++ */ ++#define NO__1g_1thread_1init ++ + #ifndef GDK_WINDOWING_X11 + + /* X Structures */ +--- build.orig/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c.orig 2013-08-08 09:18:14.525694799 +1200 ++++ build.orig/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c 2013-08-08 09:19:42.847695428 +1200 +@@ -4434,11 +4434,17 @@ + JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1thread_1supported) + (JNIEnv *env, jclass that) + { ++ return 1; ++ /* ++ g_thread_supported is non-existent in glib-2.36+, ++ but is still referenced. ++ + jboolean rc = 0; + OS_NATIVE_ENTER(env, that, _1g_1thread_1supported_FUNC); + rc = (jboolean)g_thread_supported(); + OS_NATIVE_EXIT(env, that, _1g_1thread_1supported_FUNC); + return rc; ++ */ + } + #endif + --- build.orig/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 2009-12-23 15:12:33.298742157 -0500 +++ build/eclipse-3.5.2-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 2009-12-23 15:14:12.577551971 -0500 @@ -23,18 +23,19 @@ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:58:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4A0F2B1; Wed, 14 Aug 2013 14:58:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1C702099; Wed, 14 Aug 2013 14:58:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EEwbug096529; Wed, 14 Aug 2013 14:58:37 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EEwbW3096527; Wed, 14 Aug 2013 14:58:37 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141458.r7EEwbW3096527@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 14:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324729 - head/math/pure-mpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:58:37 -0000 Author: marino Date: Wed Aug 14 14:58:37 2013 New Revision: 324729 URL: http://svnweb.freebsd.org/changeset/ports/324729 Log: math/pure-mpfr: USES+= pkgconfig Approved by: bapt/culor (mentors, implicit) lichray (maintainer) Modified: head/math/pure-mpfr/Makefile Modified: head/math/pure-mpfr/Makefile ============================================================================== --- head/math/pure-mpfr/Makefile Wed Aug 14 14:52:22 2013 (r324728) +++ head/math/pure-mpfr/Makefile Wed Aug 14 14:58:37 2013 (r324729) @@ -9,6 +9,7 @@ MAINTAINER= lichray@gmail.com COMMENT= Multiprecision floats for Pure USE_PURE= yes +USES= pkgconfig PLIST_FILES= lib/pure/mpfr.pure \ lib/pure/mpfr.so From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 14:59:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1C713B7; Wed, 14 Aug 2013 14:59:51 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACD7720A7; Wed, 14 Aug 2013 14:59:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EExpH9096827; Wed, 14 Aug 2013 14:59:51 GMT (envelope-from romain@svn.freebsd.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EExoD4096819; Wed, 14 Aug 2013 14:59:50 GMT (envelope-from romain@svn.freebsd.org) Message-Id: <201308141459.r7EExoD4096819@svn.freebsd.org> From: Romain Tartière Date: Wed, 14 Aug 2013 14:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324730 - in head/lang/mono: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:59:51 -0000 Author: romain Date: Wed Aug 14 14:59:50 2013 New Revision: 324730 URL: http://svnweb.freebsd.org/changeset/ports/324730 Log: Update to 3.2.1. This update include a patch for sgen which avoids an assertion failure (condition `info->doing_handshake' not met) that will be part of 3.2.2. Because our mono version is unstable due to this, we decided not to wait for 3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix. Many thanks to Charles Randall for reporting and helping. Added: head/lang/mono/files/patch-mono_metadata_sgen-os-posix.c (contents, props changed) head/lang/mono/files/patch-mono_tests_Makefile.in (contents, props changed) Deleted: head/lang/mono/files/patch-mono_io-layer_sockets.c Modified: head/lang/mono/Makefile head/lang/mono/distinfo head/lang/mono/pkg-plist Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Wed Aug 14 14:58:37 2013 (r324729) +++ head/lang/mono/Makefile Wed Aug 14 14:59:50 2013 (r324730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mono -PORTVERSION= 3.0.12 +PORTVERSION= 3.2.1 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ @@ -21,7 +21,7 @@ USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes # Moonlight is installed as part of www/moonlight -CONFIGURE_ARGS= --with-moonlight=no +CONFIGURE_ARGS= --with-moonlight=no --disable-dtrace CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no Modified: head/lang/mono/distinfo ============================================================================== --- head/lang/mono/distinfo Wed Aug 14 14:58:37 2013 (r324729) +++ head/lang/mono/distinfo Wed Aug 14 14:59:50 2013 (r324730) @@ -1,2 +1,2 @@ -SHA256 (mono-3.0.12.tar.bz2) = 7a1c6d05874b84982f693aff591c350efa2f75c005514b6da17109d551e986b9 -SIZE (mono-3.0.12.tar.bz2) = 81739517 +SHA256 (mono-3.2.1.tar.bz2) = bac136f5d9e3d7c88c215bc81cc7cffe53b02fde15a28c1c8f566176d80c869c +SIZE (mono-3.2.1.tar.bz2) = 81770192 Added: head/lang/mono/files/patch-mono_metadata_sgen-os-posix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/mono/files/patch-mono_metadata_sgen-os-posix.c Wed Aug 14 14:59:50 2013 (r324730) @@ -0,0 +1,24 @@ + +$FreeBSD$ + +https://bugzilla.xamarin.com/show_bug.cgi?id=13604 +https://github.com/mono/mono/commit/2c45af25e2a027d749feef771a83a3c9c731f4aa + +--- mono/metadata/sgen-os-posix.c.orig ++++ mono/metadata/sgen-os-posix.c +@@ -57,7 +57,14 @@ + #endif + gpointer stack_start; + +- g_assert (info->doing_handshake); ++ /* ++ * It's possible that a dying thread is parked via ++ * sgen_park_current_thread_if_doing_handshake(), and, while parked, STW tries to ++ * suspend it again. In that case doing_handshake will not be set anymore, and the ++ * "nested" suspend must be ignored. ++ */ ++ if (!info->doing_handshake) ++ return; + + info->stopped_domain = mono_domain_get (); + info->stopped_ip = context ? (gpointer) ARCH_SIGCTX_IP (context) : NULL; Added: head/lang/mono/files/patch-mono_tests_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/mono/files/patch-mono_tests_Makefile.in Wed Aug 14 14:59:50 2013 (r324730) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- mono/tests/Makefile.in.orig ++++ mono/tests/Makefile.in +@@ -1511,7 +1511,7 @@ + @NACL_CODEGEN_TRUE@test-messages: + @NACL_CODEGEN_FALSE@test-messages: w32message.exe + @NACL_CODEGEN_FALSE@ > test_messages.zero +-@NACL_CODEGEN_FALSE@ $(with_mono_path) $(JITTEST_PROG_RUN) w32message.exe >& w32message.allout && cmp test_messages.zero w32message.allout ++@NACL_CODEGEN_FALSE@ $(with_mono_path) $(JITTEST_PROG_RUN) w32message.exe > w32message.allout 2>&1 && cmp test_messages.zero w32message.allout + + @MOONLIGHT_TRUE@test_2_1 : test-coreclr-security + @MOONLIGHT_FALSE@test_2_1 : Modified: head/lang/mono/pkg-plist ============================================================================== --- head/lang/mono/pkg-plist Wed Aug 14 14:58:37 2013 (r324729) +++ head/lang/mono/pkg-plist Wed Aug 14 14:59:50 2013 (r324730) @@ -37,6 +37,7 @@ bin/mdvalidater bin/mkbundle bin/mod bin/mono +bin/mono-boehm bin/mono-api-info bin/mono-cil-strip bin/mono-configuration-crypto @@ -159,10 +160,14 @@ lib/libmono-profiler-log.a lib/libmono-profiler-log.la lib/libmono-profiler-log.so lib/libmono-profiler-log.so.0 +lib/libmonoboehm-2.0.a +lib/libmonoboehm-2.0.la +lib/libmonoboehm-2.0.so +lib/libmonoboehm-2.0.so.1 lib/libmonosgen-2.0.a lib/libmonosgen-2.0.la lib/libmonosgen-2.0.so -lib/libmonosgen-2.0.so.0 +lib/libmonosgen-2.0.so.1 lib/mono-source-libs/Options.cs lib/mono-source-libs/getline.cs lib/mono/2.0/Accessibility.dll @@ -333,7 +338,6 @@ lib/mono/4.0/Microsoft.CSharp.dll lib/mono/4.0/Microsoft.CSharp.targets lib/mono/4.0/Microsoft.Common.targets lib/mono/4.0/Microsoft.Common.tasks -lib/mono/4.0/Microsoft.Portable.CSharp.targets lib/mono/4.0/Microsoft.VisualBasic.targets lib/mono/4.0/Microsoft.VisualC.dll lib/mono/4.0/Microsoft.Web.Infrastructure.dll @@ -424,89 +428,47 @@ lib/mono/4.5/CustomMarshalers.dll lib/mono/4.5/EntityFramework.SqlServer.dll lib/mono/4.5/EntityFramework.dll lib/mono/4.5/Facades/System.Collections.Concurrent.dll -lib/mono/4.5/Facades/System.Collections.Concurrent.dll.mdb lib/mono/4.5/Facades/System.Collections.dll -lib/mono/4.5/Facades/System.Collections.dll.mdb lib/mono/4.5/Facades/System.ComponentModel.Annotations.dll -lib/mono/4.5/Facades/System.ComponentModel.Annotations.dll.mdb lib/mono/4.5/Facades/System.ComponentModel.EventBasedAsync.dll -lib/mono/4.5/Facades/System.ComponentModel.EventBasedAsync.dll.mdb lib/mono/4.5/Facades/System.ComponentModel.dll -lib/mono/4.5/Facades/System.ComponentModel.dll.mdb lib/mono/4.5/Facades/System.Diagnostics.Contracts.dll -lib/mono/4.5/Facades/System.Diagnostics.Contracts.dll.mdb lib/mono/4.5/Facades/System.Diagnostics.Debug.dll -lib/mono/4.5/Facades/System.Diagnostics.Debug.dll.mdb lib/mono/4.5/Facades/System.Diagnostics.Tools.dll -lib/mono/4.5/Facades/System.Diagnostics.Tools.dll.mdb lib/mono/4.5/Facades/System.Dynamic.Runtime.dll -lib/mono/4.5/Facades/System.Dynamic.Runtime.dll.mdb lib/mono/4.5/Facades/System.Globalization.dll -lib/mono/4.5/Facades/System.Globalization.dll.mdb lib/mono/4.5/Facades/System.IO.dll -lib/mono/4.5/Facades/System.IO.dll.mdb lib/mono/4.5/Facades/System.Linq.Expressions.dll -lib/mono/4.5/Facades/System.Linq.Expressions.dll.mdb lib/mono/4.5/Facades/System.Linq.Parallel.dll -lib/mono/4.5/Facades/System.Linq.Parallel.dll.mdb lib/mono/4.5/Facades/System.Linq.Queryable.dll -lib/mono/4.5/Facades/System.Linq.Queryable.dll.mdb lib/mono/4.5/Facades/System.Linq.dll -lib/mono/4.5/Facades/System.Linq.dll.mdb lib/mono/4.5/Facades/System.Net.NetworkInformation.dll -lib/mono/4.5/Facades/System.Net.NetworkInformation.dll.mdb lib/mono/4.5/Facades/System.Net.Primitives.dll -lib/mono/4.5/Facades/System.Net.Primitives.dll.mdb lib/mono/4.5/Facades/System.Net.Requests.dll -lib/mono/4.5/Facades/System.Net.Requests.dll.mdb lib/mono/4.5/Facades/System.ObjectModel.dll -lib/mono/4.5/Facades/System.ObjectModel.dll.mdb lib/mono/4.5/Facades/System.Reflection.Extensions.dll -lib/mono/4.5/Facades/System.Reflection.Extensions.dll.mdb lib/mono/4.5/Facades/System.Reflection.Primitives.dll -lib/mono/4.5/Facades/System.Reflection.Primitives.dll.mdb lib/mono/4.5/Facades/System.Reflection.dll -lib/mono/4.5/Facades/System.Reflection.dll.mdb lib/mono/4.5/Facades/System.Resources.ResourceManager.dll -lib/mono/4.5/Facades/System.Resources.ResourceManager.dll.mdb lib/mono/4.5/Facades/System.Runtime.Extensions.dll -lib/mono/4.5/Facades/System.Runtime.Extensions.dll.mdb lib/mono/4.5/Facades/System.Runtime.InteropServices.dll -lib/mono/4.5/Facades/System.Runtime.InteropServices.dll.mdb lib/mono/4.5/Facades/System.Runtime.Numerics.dll -lib/mono/4.5/Facades/System.Runtime.Numerics.dll.mdb lib/mono/4.5/Facades/System.Runtime.Serialization.Json.dll -lib/mono/4.5/Facades/System.Runtime.Serialization.Json.dll.mdb lib/mono/4.5/Facades/System.Runtime.Serialization.Primitives.dll -lib/mono/4.5/Facades/System.Runtime.Serialization.Primitives.dll.mdb lib/mono/4.5/Facades/System.Runtime.Serialization.Xml.dll -lib/mono/4.5/Facades/System.Runtime.Serialization.Xml.dll.mdb lib/mono/4.5/Facades/System.Runtime.dll -lib/mono/4.5/Facades/System.Runtime.dll.mdb lib/mono/4.5/Facades/System.Security.Principal.dll -lib/mono/4.5/Facades/System.Security.Principal.dll.mdb lib/mono/4.5/Facades/System.ServiceModel.Http.dll -lib/mono/4.5/Facades/System.ServiceModel.Http.dll.mdb lib/mono/4.5/Facades/System.ServiceModel.Primitives.dll -lib/mono/4.5/Facades/System.ServiceModel.Primitives.dll.mdb lib/mono/4.5/Facades/System.Text.Encoding.Extensions.dll -lib/mono/4.5/Facades/System.Text.Encoding.Extensions.dll.mdb lib/mono/4.5/Facades/System.Text.Encoding.dll -lib/mono/4.5/Facades/System.Text.Encoding.dll.mdb lib/mono/4.5/Facades/System.Text.RegularExpressions.dll -lib/mono/4.5/Facades/System.Text.RegularExpressions.dll.mdb lib/mono/4.5/Facades/System.Threading.Tasks.Parallel.dll -lib/mono/4.5/Facades/System.Threading.Tasks.Parallel.dll.mdb lib/mono/4.5/Facades/System.Threading.Tasks.dll -lib/mono/4.5/Facades/System.Threading.Tasks.dll.mdb lib/mono/4.5/Facades/System.Threading.dll -lib/mono/4.5/Facades/System.Threading.dll.mdb lib/mono/4.5/Facades/System.Xml.ReaderWriter.dll -lib/mono/4.5/Facades/System.Xml.ReaderWriter.dll.mdb lib/mono/4.5/Facades/System.Xml.XDocument.dll -lib/mono/4.5/Facades/System.Xml.XDocument.dll.mdb lib/mono/4.5/Facades/System.Xml.XmlSerializer.dll -lib/mono/4.5/Facades/System.Xml.XmlSerializer.dll.mdb lib/mono/4.5/I18N.CJK.dll lib/mono/4.5/I18N.MidEast.dll lib/mono/4.5/I18N.Other.dll @@ -576,6 +538,7 @@ lib/mono/4.5/System.Json.Microsoft.dll lib/mono/4.5/System.Management.dll lib/mono/4.5/System.Messaging.dll lib/mono/4.5/System.Net.Http.Formatting.dll +lib/mono/4.5/System.Net.Http.WebRequest.dll lib/mono/4.5/System.Net.Http.dll lib/mono/4.5/System.Net.dll lib/mono/4.5/System.Numerics.dll @@ -1026,6 +989,8 @@ lib/mono/gac/System.Messaging/4.0.0.0__b lib/mono/gac/System.Messaging/4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll.mdb lib/mono/gac/System.Net.Http.Formatting/4.0.0.0__31bf3856ad364e35/System.Net.Http.Formatting.dll lib/mono/gac/System.Net.Http.Formatting/4.0.0.0__31bf3856ad364e35/System.Net.Http.Formatting.dll.mdb +lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll +lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll.mdb lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll.mdb lib/mono/gac/System.Net/3.5.0.0__b77a5c561934e089/System.Net.dll @@ -1157,7 +1122,6 @@ lib/mono/gac/System.Windows.Forms/2.0.0. lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.mdb lib/mono/gac/System.Windows/4.0.0.0__b03f5f7f11d50a3a/System.Windows.dll -lib/mono/gac/System.Windows/4.0.0.0__b03f5f7f11d50a3a/System.Windows.dll.mdb lib/mono/gac/System.Xaml/4.0.0.0__b77a5c561934e089/System.Xaml.dll lib/mono/gac/System.Xaml/4.0.0.0__b77a5c561934e089/System.Xaml.dll.mdb lib/mono/gac/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll @@ -1165,7 +1129,6 @@ lib/mono/gac/System.Xml.Linq/3.5.0.0__b7 lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll.mdb lib/mono/gac/System.Xml.Serialization/4.0.0.0__b03f5f7f11d50a3a/System.Xml.Serialization.dll -lib/mono/gac/System.Xml.Serialization/4.0.0.0__b03f5f7f11d50a3a/System.Xml.Serialization.dll.mdb lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.mdb lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll @@ -1218,7 +1181,6 @@ lib/mono/xbuild-frameworks/.NETFramework lib/mono/xbuild-frameworks/.NETFramework/v4.0/RedistList/FrameworkList.xml lib/mono/xbuild-frameworks/.NETFramework/v4.5/RedistList/FrameworkList.xml lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets -lib/mono/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.CSharp.targets lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.Common.targets lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.VisualBasic.targets @@ -1321,7 +1283,6 @@ share/mono-2.0/mono/cil/cil-opcodes.xml @dirrm lib/mono/xbuild/Microsoft/Silverlight/v3.0 @dirrm lib/mono/xbuild/Microsoft/Silverlight/v2.0 @dirrm lib/mono/xbuild/Microsoft/Silverlight -@dirrm lib/mono/xbuild/Microsoft/Portable/v4.5 @dirrm lib/mono/xbuild/Microsoft/Portable/v4.0 @dirrm lib/mono/xbuild/Microsoft/Portable @dirrm lib/mono/xbuild/Microsoft @@ -1491,6 +1452,8 @@ share/mono-2.0/mono/cil/cil-opcodes.xml @dirrm lib/mono/gac/System.Net/4.0.0.0__b77a5c561934e089 @dirrm lib/mono/gac/System.Net/3.5.0.0__b77a5c561934e089 @dirrm lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a +@dirrm lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a +@dirrm lib/mono/gac/System.Net.Http.WebRequest @dirrm lib/mono/gac/System.Net.Http.Formatting/4.0.0.0__31bf3856ad364e35 @dirrm lib/mono/gac/System.Net.Http.Formatting @dirrm lib/mono/gac/System.Net.Http From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:21:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDF09A7A; Wed, 14 Aug 2013 15:21:51 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9049221EB; Wed, 14 Aug 2013 15:21:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFLpuY007300; Wed, 14 Aug 2013 15:21:51 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFLpUn007297; Wed, 14 Aug 2013 15:21:51 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201308141521.r7EFLpUn007297@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 14 Aug 2013 15:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324731 - head/devel/p5-Lexical-Persistence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:21:51 -0000 Author: jadawin Date: Wed Aug 14 15:21:50 2013 New Revision: 324731 URL: http://svnweb.freebsd.org/changeset/ports/324731 Log: - Update to 1.022 - Trim header - Fix pkg-descr - Changelog: http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.022/CHANGES Modified: head/devel/p5-Lexical-Persistence/Makefile (contents, props changed) head/devel/p5-Lexical-Persistence/distinfo (contents, props changed) head/devel/p5-Lexical-Persistence/pkg-descr (contents, props changed) Modified: head/devel/p5-Lexical-Persistence/Makefile ============================================================================== --- head/devel/p5-Lexical-Persistence/Makefile Wed Aug 14 14:59:50 2013 (r324730) +++ head/devel/p5-Lexical-Persistence/Makefile Wed Aug 14 15:21:50 2013 (r324731) @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Lexical-Persistence -# Date created: 01 Jan 2007 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ # PORTNAME= Lexical-Persistence -PORTVERSION= 1.020 +PORTVERSION= 1.022 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Lexical::Persistence.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Lexical-Persistence/distinfo ============================================================================== --- head/devel/p5-Lexical-Persistence/distinfo Wed Aug 14 14:59:50 2013 (r324730) +++ head/devel/p5-Lexical-Persistence/distinfo Wed Aug 14 15:21:50 2013 (r324731) @@ -1,2 +1,2 @@ -SHA256 (Lexical-Persistence-1.020.tar.gz) = 972cd0c175947f8789927eb32bfa01d21b3bb981d8841f7e0c74c26c2fd59172 -SIZE (Lexical-Persistence-1.020.tar.gz) = 12228 +SHA256 (Lexical-Persistence-1.022.tar.gz) = 73807403ac362cb0c6105f08cb046bbc194ab54e41800862b65f9f5aa7d7a8b6 +SIZE (Lexical-Persistence-1.022.tar.gz) = 35377 Modified: head/devel/p5-Lexical-Persistence/pkg-descr ============================================================================== --- head/devel/p5-Lexical-Persistence/pkg-descr Wed Aug 14 14:59:50 2013 (r324730) +++ head/devel/p5-Lexical-Persistence/pkg-descr Wed Aug 14 15:21:50 2013 (r324731) @@ -16,4 +16,4 @@ persists in the $lp object between sette sub getter { print my $x, "\n" } Author: Rocco Caputo -WWW: http://search.cpan.org/dist/Lexical-Persistence +WWW: http://search.cpan.org/dist/Lexical-Persistence/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:30:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0283C9E; Wed, 14 Aug 2013 15:30:38 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2F822261; Wed, 14 Aug 2013 15:30:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFUcCN009351; Wed, 14 Aug 2013 15:30:38 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFUcv0009347; Wed, 14 Aug 2013 15:30:38 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308141530.r7EFUcv0009347@svn.freebsd.org> From: Cy Schubert Date: Wed, 14 Aug 2013 15:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324732 - head/sysutils/syslog-ng-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:30:39 -0000 Author: cy Date: Wed Aug 14 15:30:37 2013 New Revision: 324732 URL: http://svnweb.freebsd.org/changeset/ports/324732 Log: Update 3.4.2 --> 3.4.3. Submitted by: Peter Czanik (Upline) Modified: head/sysutils/syslog-ng-devel/Makefile head/sysutils/syslog-ng-devel/distinfo head/sysutils/syslog-ng-devel/pkg-plist Modified: head/sysutils/syslog-ng-devel/Makefile ============================================================================== --- head/sysutils/syslog-ng-devel/Makefile Wed Aug 14 15:21:50 2013 (r324731) +++ head/sysutils/syslog-ng-devel/Makefile Wed Aug 14 15:30:37 2013 (r324732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syslog-ng -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES= sysutils PKGNAMESUFFIX= -devel DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) @@ -13,6 +13,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= A powerful syslogd replacement CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ + syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* WRKSRC= $(WRKDIR)/$(PORTNAME)-$(DISTVERSION) @@ -148,7 +149,6 @@ post-install: ${PREFIX}/share/doc/syslog-ng ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/syslog-ng ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/syslog-ng - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/syslog-ng ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/syslog-ng .endif @if [ ! -f ${PREFIX}/etc/syslog-ng.conf.sample ]; then \ Modified: head/sysutils/syslog-ng-devel/distinfo ============================================================================== --- head/sysutils/syslog-ng-devel/distinfo Wed Aug 14 15:21:50 2013 (r324731) +++ head/sysutils/syslog-ng-devel/distinfo Wed Aug 14 15:30:37 2013 (r324732) @@ -1,2 +1,2 @@ -SHA256 (syslog-ng_3.4.2.tar.gz) = f2585b42e7341bc53490aa59c5f405df506536bf0672bf71f9567ea78590f381 -SIZE (syslog-ng_3.4.2.tar.gz) = 3354842 +SHA256 (syslog-ng_3.4.3.tar.gz) = 8a00c342036109e6cc1d441aaed12438134bc884ca3492c36902ff9120a107ee +SIZE (syslog-ng_3.4.3.tar.gz) = 3074800 Modified: head/sysutils/syslog-ng-devel/pkg-plist ============================================================================== --- head/sysutils/syslog-ng-devel/pkg-plist Wed Aug 14 15:21:50 2013 (r324731) +++ head/sysutils/syslog-ng-devel/pkg-plist Wed Aug 14 15:30:37 2013 (r324732) @@ -88,7 +88,7 @@ include/syslog-ng/uuid.h include/syslog-ng/vptransform.h lib/libsyslog-ng.la lib/libsyslog-ng.so -lib/libsyslog-ng-3.4.2.so +lib/libsyslog-ng-3.4.3.so libdata/pkgconfig/syslog-ng.pc lib/syslog-ng/libcryptofuncs.la lib/syslog-ng/libcryptofuncs.so @@ -133,7 +133,6 @@ share/xsd/patterndb-3.xsd share/xsd/patterndb-4.xsd %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/syslog-ng From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:33:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63762DE5; Wed, 14 Aug 2013 15:33:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35F4C228A; Wed, 14 Aug 2013 15:33:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFXFIY011317; Wed, 14 Aug 2013 15:33:15 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFXFRI011316; Wed, 14 Aug 2013 15:33:15 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308141533.r7EFXFRI011316@svn.freebsd.org> From: Cy Schubert Date: Wed, 14 Aug 2013 15:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324733 - in head/sysutils: syslog-ng syslog-ng33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:33:15 -0000 Author: cy Date: Wed Aug 14 15:33:14 2013 New Revision: 324733 URL: http://svnweb.freebsd.org/changeset/ports/324733 Log: Make way for a new default syslog-ng. Submitted by: Peter Czanik (syslog-ng upline) Added: head/sysutils/syslog-ng33/ - copied from r324732, head/sysutils/syslog-ng/ Deleted: head/sysutils/syslog-ng/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:37:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB3FCF4E; Wed, 14 Aug 2013 15:37:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE94822D1; Wed, 14 Aug 2013 15:37:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFbS8f011977; Wed, 14 Aug 2013 15:37:28 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFbSNO011976; Wed, 14 Aug 2013 15:37:28 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308141537.r7EFbSNO011976@svn.freebsd.org> From: Cy Schubert Date: Wed, 14 Aug 2013 15:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324734 - head/sysutils/syslog-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:37:29 -0000 Author: cy Date: Wed Aug 14 15:37:28 2013 New Revision: 324734 URL: http://svnweb.freebsd.org/changeset/ports/324734 Log: Copy syslog-ng 3.4.3 to default port. 3.4.3 is production ready. Submitted by: Peter Czanik (syslog-ng upline) Added: head/sysutils/syslog-ng/ - copied from r324733, head/sysutils/syslog-ng-devel/ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:40:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CDD21D8; Wed, 14 Aug 2013 15:40:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 295622319; Wed, 14 Aug 2013 15:40:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFeUV6012985; Wed, 14 Aug 2013 15:40:30 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFeT0h012982; Wed, 14 Aug 2013 15:40:29 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308141540.r7EFeT0h012982@svn.freebsd.org> From: Cy Schubert Date: Wed, 14 Aug 2013 15:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324735 - in head/sysutils: syslog-ng syslog-ng33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:40:30 -0000 Author: cy Date: Wed Aug 14 15:40:29 2013 New Revision: 324735 URL: http://svnweb.freebsd.org/changeset/ports/324735 Log: Adjust port names and latest links. Modified: head/sysutils/syslog-ng/Makefile head/sysutils/syslog-ng33/Makefile Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Wed Aug 14 15:37:28 2013 (r324734) +++ head/sysutils/syslog-ng/Makefile Wed Aug 14 15:40:29 2013 (r324735) @@ -4,7 +4,6 @@ PORTNAME= syslog-ng PORTVERSION= 3.4.3 CATEGORIES= sysutils -PKGNAMESUFFIX= -devel DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) DISTFILES= syslog-ng_${DISTVERSION}.tar.gz MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${DISTVERSION}/source/ @@ -12,6 +11,7 @@ MASTER_SITES= http://www.balabit.com/dow MAINTAINER= cy@FreeBSD.org COMMENT= A powerful syslogd replacement +LATEST_LINK= ${PORTNAME} CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* Modified: head/sysutils/syslog-ng33/Makefile ============================================================================== --- head/sysutils/syslog-ng33/Makefile Wed Aug 14 15:37:28 2013 (r324734) +++ head/sysutils/syslog-ng33/Makefile Wed Aug 14 15:40:29 2013 (r324735) @@ -10,6 +10,7 @@ DISTFILES= $(PORTNAME)_$(PORTVERSION).ta MAINTAINER= cy@FreeBSD.org COMMENT= A powerful syslogd replacement +LATEST_LINK= ${PORTNAME} CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng-devel-[0-9]* WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION) From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:41:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCA6D2D5; Wed, 14 Aug 2013 15:41:19 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9136232E; Wed, 14 Aug 2013 15:41:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFfJ9t014785; Wed, 14 Aug 2013 15:41:19 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFfJaf014783; Wed, 14 Aug 2013 15:41:19 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201308141541.r7EFfJaf014783@svn.freebsd.org> From: Nicola Vitale Date: Wed, 14 Aug 2013 15:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324736 - head/net-im/yoono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:41:19 -0000 Author: nivit Date: Wed Aug 14 15:41:18 2013 New Revision: 324736 URL: http://svnweb.freebsd.org/changeset/ports/324736 Log: - Update to 1.8.43 Build details: http://goo.gl/y1vzKL Modified: head/net-im/yoono/Makefile head/net-im/yoono/distinfo Modified: head/net-im/yoono/Makefile ============================================================================== --- head/net-im/yoono/Makefile Wed Aug 14 15:40:29 2013 (r324735) +++ head/net-im/yoono/Makefile Wed Aug 14 15:41:18 2013 (r324736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yoono -PORTVERSION= 1.8.42 +PORTVERSION= 1.8.43 #PORTREVISION= 0 CATEGORIES= net-im MASTER_SITES= http://cdn.yoono.com/desktop/ Modified: head/net-im/yoono/distinfo ============================================================================== --- head/net-im/yoono/distinfo Wed Aug 14 15:40:29 2013 (r324735) +++ head/net-im/yoono/distinfo Wed Aug 14 15:41:18 2013 (r324736) @@ -1,2 +1,2 @@ -SHA256 (yoono-desktop-1.8.42.tar.bz2) = 23617b7d4a19d99a033328b263fb377465df7717b320d7d6c36b670552326b4b -SIZE (yoono-desktop-1.8.42.tar.bz2) = 14739861 +SHA256 (yoono-desktop-1.8.43.tar.bz2) = 906be5992540504edf02a0381d367a2717faeac46302f050203869a398b03d59 +SIZE (yoono-desktop-1.8.43.tar.bz2) = 14738960 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 15:52:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 816C0782; Wed, 14 Aug 2013 15:52:00 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DB3623CF; Wed, 14 Aug 2013 15:52:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EFq03X018632; Wed, 14 Aug 2013 15:52:00 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EFq08l018631; Wed, 14 Aug 2013 15:52:00 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308141552.r7EFq08l018631@svn.freebsd.org> From: Johan van Selst Date: Wed, 14 Aug 2013 15:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324737 - head/math/gap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 15:52:00 -0000 Author: johans Date: Wed Aug 14 15:51:59 2013 New Revision: 324737 URL: http://svnweb.freebsd.org/changeset/ports/324737 Log: Update to GAP 4.6.5 Modified: head/math/gap/Makefile Modified: head/math/gap/Makefile ============================================================================== --- head/math/gap/Makefile Wed Aug 14 15:41:18 2013 (r324736) +++ head/math/gap/Makefile Wed Aug 14 15:51:59 2013 (r324737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.6.3.${GAP_DISTDATE} +PORTVERSION= 4.6.5.${GAP_DISTDATE} CATEGORIES= math MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap46/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ @@ -20,7 +20,7 @@ ALL_TARGET= default MAKE_JOBS_UNSAFE=yes GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2013_03_18-17_40 +GAP_DISTTIME= 2013_07_20-20_02 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 16:13:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1C7DADF; Wed, 14 Aug 2013 16:13:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBED24C7; Wed, 14 Aug 2013 16:13:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EGDam4026825; Wed, 14 Aug 2013 16:13:36 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EGDacp026818; Wed, 14 Aug 2013 16:13:36 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308141613.r7EGDacp026818@svn.freebsd.org> From: Johan van Selst Date: Wed, 14 Aug 2013 16:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324738 - head/print/texinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 16:13:36 -0000 Author: johans Date: Wed Aug 14 16:13:35 2013 New Revision: 324738 URL: http://svnweb.freebsd.org/changeset/ports/324738 Log: Update with new version of texinfo.tex Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Wed Aug 14 15:51:59 2013 (r324737) +++ head/print/texinfo/Makefile Wed Aug 14 16:13:35 2013 (r324738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.1.20130623 +PORTVERSION= 5.1.20130809 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -17,13 +17,11 @@ BUILD_DEPENDS+= help2man:${PORTSDIR}/mis FETCH_ARGS= -Ap GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes USE_XZ= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} MAKE_JOBS_SAFE= yes -USES+= charsetfix +USES+= charsetfix gmake perl5 MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} CPPFLAGS+= -I${LOCALBASE}/lib Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Wed Aug 14 15:51:59 2013 (r324737) +++ head/print/texinfo/distinfo Wed Aug 14 16:13:35 2013 (r324738) @@ -1,8 +1,8 @@ SHA256 (texinfo-5.1.tar.xz) = 181d802ffd01c915e32804aca1ee9fb8023e8587d6dcb2c7aaa3234462d9c420 SIZE (texinfo-5.1.tar.xz) = 3752460 -SHA256 (htmlxref.cnf) = e0be1d5501375745c8d74cbf05d102dea67a8e70e3db43f2118b389a82beb47b -SIZE (htmlxref.cnf) = 18887 -SHA256 (texinfo.tex) = db8ce4ab1f3b7b8ae5fc4282caa46d3761e1e3d02dac5d5a3f12c1ad41551c17 -SIZE (texinfo.tex) = 323870 +SHA256 (htmlxref.cnf) = 4e9213642a5c22757ac1831aa4515404b2955cd7be83a4ee96e11ab5b9e3de49 +SIZE (htmlxref.cnf) = 19086 +SHA256 (texinfo.tex) = d0cadc70df4b17e55601c1ff2fd40de2b4bbe2636011fd057b991071b8c73efc +SIZE (texinfo.tex) = 324065 SHA256 (texi2dvi) = b76136b45881e7520f127c27e8b4ec69b9213b5a9ed2b73f45b1a0504712cf08 SIZE (texi2dvi) = 58067 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 16:23:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61AE9F8D; Wed, 14 Aug 2013 16:23:30 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3603B257D; Wed, 14 Aug 2013 16:23:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EGNUnQ030587; Wed, 14 Aug 2013 16:23:30 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EGNTNk030583; Wed, 14 Aug 2013 16:23:29 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308141623.r7EGNTNk030583@svn.freebsd.org> From: Johan van Selst Date: Wed, 14 Aug 2013 16:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324739 - head/devel/gnulib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 16:23:30 -0000 Author: johans Date: Wed Aug 14 16:23:29 2013 New Revision: 324739 URL: http://svnweb.freebsd.org/changeset/ports/324739 Log: Update gnulib to stable release of 20130805 Modified: head/devel/gnulib/Makefile head/devel/gnulib/distinfo Modified: head/devel/gnulib/Makefile ============================================================================== --- head/devel/gnulib/Makefile Wed Aug 14 16:13:35 2013 (r324738) +++ head/devel/gnulib/Makefile Wed Aug 14 16:23:29 2013 (r324739) @@ -1,9 +1,7 @@ -# Created by: Johans van Selst # $FreeBSD$ PORTNAME= gnulib -PORTVERSION= 20120404 -PORTREVISION= 1 +PORTVERSION= 20130805 CATEGORIES= devel MASTER_SITES= http://erislabs.net/ianb/projects/gnulib/ DISTNAME= ${PORTNAME}-${PORTVERSION}-stable @@ -13,8 +11,7 @@ COMMENT= GNU portability library BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 PLIST_FILES= bin/check-module bin/gnulib-tool INFO= ${PORTNAME} @@ -24,7 +21,9 @@ PORTDATA= * IGNORE= gnulib requires port data, unset NOPORTDATA to install .endif -.ifndef NOPORTDOCS +.include + +.if ${PORT_OPTIONS:MDOCS} PLIST_DIRS+= %%DOCSDIR%% PLIST_FILES+= %%DOCSDIR%%/${PORTNAME}.html .endif @@ -46,7 +45,7 @@ do-install: ${TAR} -cf - -C ${WRKSRC} build-aux config doc lib m4 modules \ tests top | ${TAR} -xof - -C ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.info ${PREFIX}/${INFO_PATH} -.ifndef NOPORTDOCS +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.html ${DOCSDIR} .endif Modified: head/devel/gnulib/distinfo ============================================================================== --- head/devel/gnulib/distinfo Wed Aug 14 16:13:35 2013 (r324738) +++ head/devel/gnulib/distinfo Wed Aug 14 16:23:29 2013 (r324739) @@ -1,2 +1,2 @@ -SHA256 (gnulib-20120404-stable.tar.gz) = 89742e2644824ddadc256168ee450a0c55125b275ab8c31cf28b410697b689ab -SIZE (gnulib-20120404-stable.tar.gz) = 5139469 +SHA256 (gnulib-20130805-stable.tar.gz) = de15c3daefec0ef309b131e229e2e8cf9be1dd9fbb732262caacda039bd56b08 +SIZE (gnulib-20130805-stable.tar.gz) = 5270177 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 17:07:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1B4E791; Wed, 14 Aug 2013 17:07:33 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C393F27F2; Wed, 14 Aug 2013 17:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EH7Xr4046163; Wed, 14 Aug 2013 17:07:33 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EH7WeW046157; Wed, 14 Aug 2013 17:07:32 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201308141707.r7EH7WeW046157@svn.freebsd.org> From: Juergen Lock Date: Wed, 14 Aug 2013 17:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324740 - in head/comms/dabstick-radio: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 17:07:34 -0000 Author: nox Date: Wed Aug 14 17:07:32 2013 New Revision: 324740 URL: http://svnweb.freebsd.org/changeset/ports/324740 Log: - Update to 0.96 . - Remove now obsolete MAKE_JOBS_SAFE. - Remove 7.x cruft. Modified: head/comms/dabstick-radio/Makefile head/comms/dabstick-radio/distinfo head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Modified: head/comms/dabstick-radio/Makefile ============================================================================== --- head/comms/dabstick-radio/Makefile Wed Aug 14 16:23:29 2013 (r324739) +++ head/comms/dabstick-radio/Makefile Wed Aug 14 17:07:32 2013 (r324740) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dabstick-radio -PORTVERSION= 0.95 -PORTREVISION= 1 +PORTVERSION= 0.96 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ EXTRACT_SUFX= .tgz @@ -27,7 +26,6 @@ FFMPEG_SUFFIX= 1 QMAKE_DABSTICK= ${QMAKE} -unix PREFIX=${PREFIX} -o MAKE_ENV+= FFMPEG_SUFFIX=${FFMPEG_SUFFIX} -MAKE_JOBS_SAFE= yes PORTDOCS= * PLIST_FILES+= bin/dabreceiver bin/fmreceiver bin/spectrum-viewer @@ -35,7 +33,7 @@ PLIST_FILES+= bin/dabreceiver bin/fmrece ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses MMX and SSE2 -.include +.include .if (${OSVERSION} >= 901000) && exists(${DESTDIR}/usr/bin/clang) CC= clang @@ -45,10 +43,6 @@ CPP= clang-cpp USE_GCC= 4.6+ .endif -.if ${OSVERSION} < 800069 -IGNORE= requires FreeBSD 8.0 or later -.endif - do-configure: cd ${WRKSRC}/fmreceiver-dab && ${SETENV} ${MAKE_ENV} \ ${QMAKE_DABSTICK} Makefile fmreceiver.pro @@ -71,8 +65,9 @@ do-install: ${WRKSRC}/spectrum-viewer/spectrum-viewer \ ${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/dab-manual.pdf ${WRKSRC}/README-${PORTVERSION} ${DOCSDIR} + ${MKDIR} ${DOCSDIR}/dabreceiver-V2 ${DOCSDIR}/fmreceiver-dab + ${INSTALL_DATA} ${WRKSRC}/dabreceiver-V2/README ${DOCSDIR}/dabreceiver-V2 + ${INSTALL_DATA} ${WRKSRC}/fmreceiver-dab/README ${DOCSDIR}/fmreceiver-dab .endif -.include +.include Modified: head/comms/dabstick-radio/distinfo ============================================================================== --- head/comms/dabstick-radio/distinfo Wed Aug 14 16:23:29 2013 (r324739) +++ head/comms/dabstick-radio/distinfo Wed Aug 14 17:07:32 2013 (r324740) @@ -1,2 +1,2 @@ -SHA256 (dabstick-radio-0.95.tgz) = 753e31ab9720c18fbf9484460520cdcc3ee48c98b2f4d9f413bd1267775c67a8 -SIZE (dabstick-radio-0.95.tgz) = 606458 +SHA256 (dabstick-radio-0.96.tgz) = a212473d80e93acad0f592f2057d1f3ad129fe3ccb2c3fa29e2c638ea11102e6 +SIZE (dabstick-radio-0.96.tgz) = 205513 Modified: head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro Wed Aug 14 16:23:29 2013 (r324739) +++ head/comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro Wed Aug 14 17:07:32 2013 (r324740) @@ -1,17 +1,24 @@ --- dabreceiver-V2/dabreceiver.pro.orig +++ dabreceiver-V2/dabreceiver.pro -@@ -147,40 +147,41 @@ LIBS += -lsndfile +@@ -156,36 +156,10 @@ LIBS += -lsndfile #} #for fedora use the second set -unix { -- HEADERS += ../input/dabstick.h -- SOURCES += ../input/dabstick.cpp -- INCLUDEPATH += /usr/include/qwt5-qt4 +-INCLUDEPATH += ../scopes-qwt6 +-HEADERS += ../input/dabstick.h +-SOURCES += ../input/dabstick.cpp +-HEADERS += ../scopes-qwt6/scope.h \ +- ../scopes-qwt6/spectrogramdata.h \ +- ../scopes-qwt6/iqdisplay.h \ +- ../scopes-qwt6/fft-scope.h +-SOURCES += ../scopes-qwt6/scope.cpp \ +- ../scopes-qwt6/fft-scope.cpp \ +- ../scopes-qwt6/iqdisplay.cpp +- INCLUDEPATH += /usr/include/qwt - INCLUDEPATH += /usr/include/ - INCLUDEPATH += /usr/include/ffmpeg --# LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3f -lrtlsdr -ldl -lz -- LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -lz +- LIBS+= -lqwt -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -lz -#uncomment the following line when using the libav package for ffmpeg -#rather than the "built-in" code for KJMP - LIBS+= -lavcodec -lavdevice -lavutil -lavformat -lswresample -lswscale -lavfilter @@ -23,9 +30,19 @@ - -##for FreeBSD use the third set (Thanks to Juergen Lock) #unix { + #INCLUDEPATH += ../scopes-qwt6 -# QMAKE_CXXFLAGS += -D__FREEBSD__ - # HEADERS += ../input/dabstick.h +-# HEADERS += ../input/dabstick.h -# SOURCES += ../input/dabstick.cpp ++#HEADERS += ../input/dabstick.h ++#SOURCES += ../input/dabstick.cpp + #HEADERS += ../scopes-qwt6/scope.h \ + # ../scopes-qwt6/spectrogramdata.h \ + # ../scopes-qwt6/iqdisplay.h \ +@@ -193,18 +167,44 @@ SOURCES += ../scopes-qwt6/scope.cpp \ + #SOURCES += ../scopes-qwt6/scope.cpp \ + # ../scopes-qwt6/fft-scope.cpp \ + # ../scopes-qwt6/iqdisplay.cpp -# INCLUDEPATH += ${LOCALBASE}/include/qwt -# INCLUDEPATH += ${LOCALBASE}/include/portaudio2 -# INCLUDEPATH += ${LOCALBASE}/include/ffmpeg1 @@ -35,12 +52,10 @@ -# QMAKE_LIBDIR += ${LOCALBASE}/lib/ffmpeg${FFMPEG_SUFFIX} -# QMAKE_LIBDIR += ${LOCALBASE}/lib -# LIBS+= -lqwt -lusb -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -lz -+# SOURCES += ../input/dabstick.cpp -+# INCLUDEPATH += /usr/include/qwt5-qt4 ++# INCLUDEPATH += /usr/include/qwt +# INCLUDEPATH += /usr/include/ +# INCLUDEPATH += /usr/include/ffmpeg -+## LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3f -lrtlsdr -ldl -lz -+# LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -lz ++# LIBS+= -lqwt -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -lz ##uncomment the following line when using the libav package for ffmpeg -# LIBS+= -lavcodec${FFMPEG_SUFFIX} -lavdevice${FFMPEG_SUFFIX} -lavutil${FFMPEG_SUFFIX} -lavformat${FFMPEG_SUFFIX} -lswresample${FFMPEG_SUFFIX} -lswscale${FFMPEG_SUFFIX} -lavfilter${FFMPEG_SUFFIX} +##rather than the "built-in" code for KJMP @@ -51,12 +66,19 @@ +##If otherwise: also adjust the define(s) in dab-constants.h #} -+##for FreeBSD use the third set (Thanks to Juergen Lock) ++#for FreeBSD use the third set (Thanks to Juergen Lock) +unix { -+ QMAKE_CXXFLAGS += -D__FREEBSD__ -mmmx -msse2 -+ QMAKE_CFLAGS += -D__FREEBSD__ -mmmx -msse2 ++INCLUDEPATH += ../scopes-qwt5 ++ QMAKE_CXXFLAGS += -D__FREEBSD__ + HEADERS += ../input/dabstick.h + SOURCES += ../input/dabstick.cpp ++HEADERS += ../scopes-qwt5/scope.h \ ++ ../scopes-qwt5/spectrogramdata.h \ ++ ../scopes-qwt5/iqdisplay.h \ ++ ../scopes-qwt5/fft-scope.h ++SOURCES += ../scopes-qwt5/scope.cpp \ ++ ../scopes-qwt5/fft-scope.cpp \ ++ ../scopes-qwt5/iqdisplay.cpp + INCLUDEPATH += ${LOCALBASE}/include/qwt + INCLUDEPATH += ${LOCALBASE}/include/portaudio2 + INCLUDEPATH += ${LOCALBASE}/include/ffmpeg1 Modified: head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro Wed Aug 14 16:23:29 2013 (r324739) +++ head/comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro Wed Aug 14 17:07:32 2013 (r324740) @@ -1,50 +1,71 @@ --- fmreceiver-dab/fmreceiver.pro.orig +++ fmreceiver-dab/fmreceiver.pro -@@ -121,26 +121,27 @@ LIBS += -lstdc++ +@@ -126,38 +126,38 @@ LIBS += -lstdc++ #} #for fedora use the second set -unix { -- HEADERS += ../input/dabstick.h -- SOURCES += ../input/dabstick.cpp -- INCLUDEPATH += /usr/include/qwt5-qt4 -- INCLUDEPATH += /usr/local/include -- INCLUDEPATH += /usr/include/ -- LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl +-HEADERS += ../input/dabstick.h +-SOURCES += ../input/dabstick.cpp +-INCLUDEPATH += ../scopes-qwt6 +-HEADERS += ../scopes-qwt6/scope.h \ +- ../scopes-qwt6/spectrogramdata.h \ +- ../scopes-qwt6/fft-scope.h +-SOURCES += ../scopes-qwt6/scope.cpp \ +- ../scopes-qwt6/fft-scope.cpp +-INCLUDEPATH += /usr/include/qwt +-INCLUDEPATH += /usr/local/include +-INCLUDEPATH += /usr/include/ +-LIBS+= -lqwt -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -} -+#unix { -+# HEADERS += ../input/dabstick.h -+# SOURCES += ../input/dabstick.cpp -+# INCLUDEPATH += /usr/include/qwt5-qt4 -+# INCLUDEPATH += /usr/local/include -+# INCLUDEPATH += /usr/include/ -+# LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl -+#} - - #for FreeBSD use the third set (thanks Juergen Lock) +- +-#for FreeBSD use the third set (thanks Juergen Lock) -#unix { --# QMAKE_CXXFLAGS += -D__FREEBSD__ --# HEADERS += ../input/dabstick.h --# SOURCES += ../input/dabstick.cpp --# INCLUDEPATH += ${LOCALBASE}/include/qwt --# INCLUDEPATH += ${LOCALBASE}/include/portaudio2 --# INCLUDEPATH += ${LOCALBASE}/include --# INCLUDEPATH += /usr/include/ --# QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2 --# QMAKE_LIBDIR += ${LOCALBASE}/lib --# LIBS+= -lqwt -lusb -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr --#} +-#QMAKE_CXXFLAGS += -D__FREEBSD__ +-#HEADERS += ../input/dabstick.h +-#SOURCES += ../input/dabstick.cpp ++#unix { ++#HEADERS += ../input/dabstick.h ++#SOURCES += ../input/dabstick.cpp + #INCLUDEPATH += ../scopes-qwt6 +-#HEADERS += ../scopes-qwt6/scope.h \ ++#HEADERS += ../scopes-qwt6/scope.h \ + # ../scopes-qwt6/spectrogramdata.h \ + # ../scopes-qwt6/fft-scope.h +-#SOURCES += ../scopes-qwt6/scope.cpp \ ++#SOURCES += ../scopes-qwt6/scope.cpp \ + # ../scopes-qwt6/fft-scope.cpp +-#INCLUDEPATH += ${LOCALBASE}/include/qwt +-#INCLUDEPATH += ${LOCALBASE}/include/portaudio2 +-#INCLUDEPATH += ${LOCALBASE}/include +-#INCLUDEPATH += /usr/include/ +-#QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2 +-#QMAKE_LIBDIR += ${LOCALBASE}/lib +-#LIBS+= -lqwt -lusb -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr ++#INCLUDEPATH += /usr/include/qwt ++#INCLUDEPATH += /usr/local/include ++#INCLUDEPATH += /usr/include/ ++#LIBS+= -lqwt -lusb-1.0 -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr -ldl + #} +-# ++ ++#for FreeBSD use the third set (thanks Juergen Lock) +unix { -+ QMAKE_CXXFLAGS += -D__FREEBSD__ -mmmx -msse2 -+ QMAKE_CFLAGS += -D__FREEBSD__ -mmmx -msse2 -+ HEADERS += ../input/dabstick.h -+ SOURCES += ../input/dabstick.cpp -+ INCLUDEPATH += ${LOCALBASE}/include/qwt -+ INCLUDEPATH += ${LOCALBASE}/include/portaudio2 -+ INCLUDEPATH += ${LOCALBASE}/include -+ INCLUDEPATH += /usr/include/ -+ QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2 -+ QMAKE_LIBDIR += ${LOCALBASE}/lib -+ LIBS+= -lqwt -lusb -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr ++QMAKE_CXXFLAGS += -D__FREEBSD__ ++HEADERS += ../input/dabstick.h ++SOURCES += ../input/dabstick.cpp ++INCLUDEPATH += ../scopes-qwt5 ++HEADERS += ../scopes-qwt5/scope.h \ ++ ../scopes-qwt5/spectrogramdata.h \ ++ ../scopes-qwt5/fft-scope.h ++SOURCES += ../scopes-qwt5/scope.cpp \ ++ ../scopes-qwt5/fft-scope.cpp ++INCLUDEPATH += ${LOCALBASE}/include/qwt ++INCLUDEPATH += ${LOCALBASE}/include/portaudio2 ++INCLUDEPATH += ${LOCALBASE}/include ++INCLUDEPATH += /usr/include/ ++QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2 ++QMAKE_LIBDIR += ${LOCALBASE}/lib ++LIBS+= -lqwt -lusb -lrt -lportaudio -lsndfile -lfftw3 -lrtlsdr +} - # ++ Modified: head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro ============================================================================== --- head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Wed Aug 14 16:23:29 2013 (r324739) +++ head/comms/dabstick-radio/files/patch-spectrum-viewer_spectrum-viewer.pro Wed Aug 14 17:07:32 2013 (r324740) @@ -1,48 +1,62 @@ --- spectrum-viewer/spectrum-viewer.pro.orig +++ spectrum-viewer/spectrum-viewer.pro -@@ -63,24 +63,27 @@ LIBS += -lsamplerate +@@ -67,32 +67,33 @@ LIBS += -lsamplerate #} #for fedora use the second set -unix { -- HEADERS += ../input/dabstick.h -- SOURCES += ../input/dabstick.cpp -- INCLUDEPATH += /usr/include/qwt5-qt4 -- INCLUDEPATH += /usr/include/ -- INCLUDEPATH += /usr/local/include -- LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lfftw3 -lrtlsdr -ldl +-HEADERS += ../input/dabstick.h +-SOURCES += ../input/dabstick.cpp +-DEPENDPATH += ../scopes-qwt6 +-INCLUDEPATH += ../scopes-qwt6 +-HEADERS += ../scopes-qwt6/scope.h +-SOURCES += ../scopes-qwt6/scope.cpp +-INCLUDEPATH += /usr/include/qwt +-INCLUDEPATH += /usr/include/ +-INCLUDEPATH += /usr/local/include +-LIBS+= -lqwt -lusb-1.0 -lrt -lfftw3 -lrtlsdr -ldl -} -+#unix { -+# HEADERS += ../input/dabstick.h -+# SOURCES += ../input/dabstick.cpp -+# INCLUDEPATH += /usr/include/qwt5-qt4 -+# INCLUDEPATH += /usr/include/ -+# INCLUDEPATH += /usr/local/include -+# LIBS+= -lqwt5-qt4 -lusb-1.0 -lrt -lfftw3 -lrtlsdr -ldl -+#} - - #for FreeBSD use the third set (thanks Juergen Lock) +- +-#for FreeBSD use the third set (thanks Juergen Lock) -#unix { --# QMAKE_CXXFLAGS += -D__FREEBSD__ --# HEADERS += ../input/dabstick.h --# SOURCES += ../input/dabstick.cpp --# INCLUDEPATH += ${LOCALBASE}/include/qwt --# INCLUDEPATH += ${LOCALBASE}/include --# INCLUDEPATH += /usr/include/ --# QMAKE_LIBDIR += ${LOCALBASE}/lib --# LIBS+= -lqwt -lusb -lrt -lfftw3 -lrtlsdr --#} +-#QMAKE_CXXFLAGS += -D__FREEBSD__ +-#HEADERS += ../input/dabstick.h +-#SOURCES += ../input/dabstick.cpp ++#unix { ++#HEADERS += ../input/dabstick.h ++#SOURCES += ../input/dabstick.cpp + #DEPENDPATH += ../scopes-qwt6 + #INCLUDEPATH += ../scopes-qwt6 +-#HEADERS += ../scopes-qwt6/scope.h +-#SOURCES += ../scopes-qwt6/scope.cpp +-#INCLUDEPATH += ${LOCALBASE}/include/qwt +-#INCLUDEPATH += ${LOCALBASE}/include +-#INCLUDEPATH += /usr/include/ +-#QMAKE_LIBDIR += ${LOCALBASE}/lib +-#LIBS+= -lqwt -lusb -lrt -lfftw3 -lrtlsdr ++#HEADERS += ../scopes-qwt6/scope.h ++#SOURCES += ../scopes-qwt6/scope.cpp ++#INCLUDEPATH += /usr/include/qwt ++#INCLUDEPATH += /usr/include/ ++#INCLUDEPATH += /usr/local/include ++#LIBS+= -lqwt -lusb-1.0 -lrt -lfftw3 -lrtlsdr -ldl + #} +-# ++ ++#for FreeBSD use the third set (thanks Juergen Lock) +unix { -+ QMAKE_CXXFLAGS += -D__FREEBSD__ -mmmx -msse2 -+ QMAKE_CFLAGS += -D__FREEBSD__ -mmmx -msse2 -+ HEADERS += ../input/dabstick.h -+ SOURCES += ../input/dabstick.cpp -+ INCLUDEPATH += ${LOCALBASE}/include/qwt -+ INCLUDEPATH += ${LOCALBASE}/include/portaudio2 -+ INCLUDEPATH += ${LOCALBASE}/include -+ INCLUDEPATH += /usr/include/ -+ QMAKE_LIBDIR = ${LOCALBASE}/lib/portaudio2 -+ QMAKE_LIBDIR += ${LOCALBASE}/lib -+ LIBS+= -lqwt -lusb -lrt -lfftw3 -lrtlsdr ++QMAKE_CXXFLAGS += -D__FREEBSD__ ++HEADERS += ../input/dabstick.h ++SOURCES += ../input/dabstick.cpp ++DEPENDPATH += ../scopes-qwt5 ++INCLUDEPATH += ../scopes-qwt5 ++HEADERS += ../scopes-qwt5/scope.h ++SOURCES += ../scopes-qwt5/scope.cpp ++INCLUDEPATH += ${LOCALBASE}/include/qwt ++INCLUDEPATH += ${LOCALBASE}/include/portaudio2 ++INCLUDEPATH += ${LOCALBASE}/include ++INCLUDEPATH += /usr/include/ ++QMAKE_LIBDIR += ${LOCALBASE}/lib ++LIBS+= -lqwt -lusb -lrt -lfftw3 -lrtlsdr +} - # ++ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 17:23:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BFD1C9F; Wed, 14 Aug 2013 17:23:38 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77F7B28EC; Wed, 14 Aug 2013 17:23:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EHNcvl053287; Wed, 14 Aug 2013 17:23:38 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EHNa1L053268; Wed, 14 Aug 2013 17:23:36 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308141723.r7EHNa1L053268@svn.freebsd.org> From: Marcus von Appen Date: Wed, 14 Aug 2013 17:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324741 - in head: audio/sdl2_mixer devel/sdl20 graphics/sdl2_image graphics/sdl2_ttf net/sdl2_net X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 17:23:38 -0000 Author: mva Date: Wed Aug 14 17:23:35 2013 New Revision: 324741 URL: http://svnweb.freebsd.org/changeset/ports/324741 Log: SDL2 has been officially released. - Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image, graphics/sdl2_ttf and net/sdl2_net to version 2.0.0 Modified: head/audio/sdl2_mixer/Makefile head/audio/sdl2_mixer/distinfo head/devel/sdl20/Makefile head/devel/sdl20/distinfo head/devel/sdl20/pkg-plist (contents, props changed) head/graphics/sdl2_image/Makefile head/graphics/sdl2_image/distinfo head/graphics/sdl2_ttf/Makefile head/graphics/sdl2_ttf/distinfo head/net/sdl2_net/Makefile head/net/sdl2_net/distinfo Modified: head/audio/sdl2_mixer/Makefile ============================================================================== --- head/audio/sdl2_mixer/Makefile Wed Aug 14 17:07:32 2013 (r324740) +++ head/audio/sdl2_mixer/Makefile Wed Aug 14 17:23:35 2013 (r324741) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_mixer -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.0 CATEGORIES= audio -MASTER_SITES= http://www.libsdl.org/tmp/SDL_mixer/release/ -DISTNAME= SDL2_mixer-2.0.0 +MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ +DISTNAME= SDL2_mixer-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A sample multi-channel audio mixer library Modified: head/audio/sdl2_mixer/distinfo ============================================================================== --- head/audio/sdl2_mixer/distinfo Wed Aug 14 17:07:32 2013 (r324740) +++ head/audio/sdl2_mixer/distinfo Wed Aug 14 17:23:35 2013 (r324741) @@ -1,2 +1,2 @@ -SHA256 (SDL2_mixer-2.0.0.tar.gz) = 24f110a15f841071bcdd70259d4da1f4caf67dd54926d2667297b0cf198acaa0 -SIZE (SDL2_mixer-2.0.0.tar.gz) = 10117945 +SHA256 (SDL2_mixer-2.0.0.tar.gz) = a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b +SIZE (SDL2_mixer-2.0.0.tar.gz) = 10119589 Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Wed Aug 14 17:07:32 2013 (r324740) +++ head/devel/sdl20/Makefile Wed Aug 14 17:23:35 2013 (r324741) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2 -PORTVERSION= 2.0.p7353 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= http://www.libsdl.org/tmp/ -DISTNAME= SDL-2.0.0-7353 +MASTER_SITES= http://www.libsdl.org/release/ +DISTNAME= SDL2-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= Cross-platform multimedia development API Modified: head/devel/sdl20/distinfo ============================================================================== --- head/devel/sdl20/distinfo Wed Aug 14 17:07:32 2013 (r324740) +++ head/devel/sdl20/distinfo Wed Aug 14 17:23:35 2013 (r324741) @@ -1,2 +1,2 @@ -SHA256 (SDL-2.0.0-7353.tar.gz) = a92e8cdd7d42d863412468f086524cd844d92f2515a1c2d1a68cce861bd60575 -SIZE (SDL-2.0.0-7353.tar.gz) = 3738980 +SHA256 (SDL2-2.0.0.tar.gz) = 6f6ac8153d90e06a118474d5400624ae82b3d3e080915505db27cebc52b27178 +SIZE (SDL2-2.0.0.tar.gz) = 3623960 Modified: head/devel/sdl20/pkg-plist ============================================================================== --- head/devel/sdl20/pkg-plist Wed Aug 14 17:07:32 2013 (r324740) +++ head/devel/sdl20/pkg-plist Wed Aug 14 17:23:35 2013 (r324741) @@ -71,10 +71,12 @@ include/SDL2/SDL_version.h include/SDL2/SDL_video.h include/SDL2/begin_code.h include/SDL2/close_code.h +share/aclocal/sdl2.m4 lib/libSDL2.a lib/libSDL2.so -lib/libSDL2.so.0 -lib/libSDL2.so.2.0.0 +lib/libSDL2-2.0.so +lib/libSDL2-2.0.so.0 +lib/libSDL2-2.0.so.0.0.0 lib/libSDL2main.a libdata/pkgconfig/sdl2.pc @dirrm include/SDL2 Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Wed Aug 14 17:07:32 2013 (r324740) +++ head/graphics/sdl2_image/Makefile Wed Aug 14 17:23:35 2013 (r324741) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_image -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.0 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/tmp/SDL_image/release/ -DISTNAME= SDL2_image-2.0.0 +MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ +DISTNAME= SDL2_image-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A simple library to load images of various formats as SDL surfaces Modified: head/graphics/sdl2_image/distinfo ============================================================================== --- head/graphics/sdl2_image/distinfo Wed Aug 14 17:07:32 2013 (r324740) +++ head/graphics/sdl2_image/distinfo Wed Aug 14 17:23:35 2013 (r324741) @@ -1,2 +1,2 @@ -SHA256 (SDL2_image-2.0.0.tar.gz) = a005117a6122dbaec24eab29724582eed6e24e8a3081178fec77888d338cc0c3 -SIZE (SDL2_image-2.0.0.tar.gz) = 8398364 +SHA256 (SDL2_image-2.0.0.tar.gz) = b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 +SIZE (SDL2_image-2.0.0.tar.gz) = 8398016 Modified: head/graphics/sdl2_ttf/Makefile ============================================================================== --- head/graphics/sdl2_ttf/Makefile Wed Aug 14 17:07:32 2013 (r324740) +++ head/graphics/sdl2_ttf/Makefile Wed Aug 14 17:23:35 2013 (r324741) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_ttf -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.12 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/tmp/SDL_ttf/release/ -DISTNAME= SDL2_ttf-2.0.12 +MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ +DISTNAME= SDL2_ttf-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications Modified: head/graphics/sdl2_ttf/distinfo ============================================================================== --- head/graphics/sdl2_ttf/distinfo Wed Aug 14 17:07:32 2013 (r324740) +++ head/graphics/sdl2_ttf/distinfo Wed Aug 14 17:23:35 2013 (r324741) @@ -1,2 +1,2 @@ -SHA256 (SDL2_ttf-2.0.12.tar.gz) = ca666818e8d95bc3a113ceaf5099ed50befd23ca39205edbadca69e051bd9e0c -SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517152 +SHA256 (SDL2_ttf-2.0.12.tar.gz) = 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e +SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517665 Modified: head/net/sdl2_net/Makefile ============================================================================== --- head/net/sdl2_net/Makefile Wed Aug 14 17:07:32 2013 (r324740) +++ head/net/sdl2_net/Makefile Wed Aug 14 17:23:35 2013 (r324741) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_net -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.0 CATEGORIES= net -MASTER_SITES= http://www.libsdl.org/tmp/SDL_net/release/ -DISTNAME= SDL2_net-2.0.0 +MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ +DISTNAME= SDL2_net-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A small sample cross-platform networking library Modified: head/net/sdl2_net/distinfo ============================================================================== --- head/net/sdl2_net/distinfo Wed Aug 14 17:07:32 2013 (r324740) +++ head/net/sdl2_net/distinfo Wed Aug 14 17:23:35 2013 (r324741) @@ -1,2 +1,2 @@ -SHA256 (SDL2_net-2.0.0.tar.gz) = c7dba51473417823c5334f315f80d395474a7b033ff2de1f257abe4510082d47 -SIZE (SDL2_net-2.0.0.tar.gz) = 345149 +SHA256 (SDL2_net-2.0.0.tar.gz) = d715be30783cc99e541626da52079e308060b21d4f7b95f0224b1d06c1faacab +SIZE (SDL2_net-2.0.0.tar.gz) = 345724 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 17:28:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A941E78; Wed, 14 Aug 2013 17:28:33 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 779C12937; Wed, 14 Aug 2013 17:28:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EHSXTr054048; Wed, 14 Aug 2013 17:28:33 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EHSXm7054047; Wed, 14 Aug 2013 17:28:33 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308141728.r7EHSXm7054047@svn.freebsd.org> From: Matthias Andree Date: Wed, 14 Aug 2013 17:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324742 - in head/security/polarssl: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 17:28:33 -0000 Author: mandree Date: Wed Aug 14 17:28:32 2013 New Revision: 324742 URL: http://svnweb.freebsd.org/changeset/ports/324742 Log: Fix regression from my earlier commit r324675 which caused a "make fetch" failure on non-POSIX-compliant SHELL: 1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a POSIX-compliant shell (such as /bin/sh) 2. Just because it's meant that way, add an svn:executable=* property on files/fetchwrapper.sh. PR: ports/181252 Reported by: Mike Harding (private email) Modified: head/security/polarssl/Makefile Directory Properties: head/security/polarssl/files/fetchwrapper.sh (props changed) Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Wed Aug 14 17:23:35 2013 (r324741) +++ head/security/polarssl/Makefile Wed Aug 14 17:28:32 2013 (r324742) @@ -51,7 +51,7 @@ post-install: .include -FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ +FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \ ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} .if ${ARCH} == "powerpc" From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 21:12:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAAC0441; Wed, 14 Aug 2013 21:12:07 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9293278E; Wed, 14 Aug 2013 21:12:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ELC7Zn044785; Wed, 14 Aug 2013 21:12:07 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ELC75X044782; Wed, 14 Aug 2013 21:12:07 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308142112.r7ELC75X044782@svn.freebsd.org> From: Dirk Meyer Date: Wed, 14 Aug 2013 21:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324743 - head/security/tinc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 21:12:07 -0000 Author: dinoex Date: Wed Aug 14 21:12:06 2013 New Revision: 324743 URL: http://svnweb.freebsd.org/changeset/ports/324743 Log: - update to 1.0.22 Modified: head/security/tinc/Makefile head/security/tinc/distinfo Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Wed Aug 14 17:28:32 2013 (r324742) +++ head/security/tinc/Makefile Wed Aug 14 21:12:06 2013 (r324743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinc -PORTVERSION= 1.0.21 +PORTVERSION= 1.0.22 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ Modified: head/security/tinc/distinfo ============================================================================== --- head/security/tinc/distinfo Wed Aug 14 17:28:32 2013 (r324742) +++ head/security/tinc/distinfo Wed Aug 14 21:12:06 2013 (r324743) @@ -1,2 +1,2 @@ -SHA256 (tinc-1.0.21.tar.gz) = 6ac15eab766c021629992053aa1a23f31a0c429eb0f3eb8f49c923476eea618b -SIZE (tinc-1.0.21.tar.gz) = 467114 +SHA256 (tinc-1.0.22.tar.gz) = 4739dd1ec11070ea14aefa0e78e55957d343714a3c29815dd5487fc0a22c5c2c +SIZE (tinc-1.0.22.tar.gz) = 473407 From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 22:36:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48EEF52F; Wed, 14 Aug 2013 22:36:16 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33D3D2C13; Wed, 14 Aug 2013 22:36:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EMaGUB099621; Wed, 14 Aug 2013 22:36:16 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EMZsg3099479; Wed, 14 Aug 2013 22:35:54 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201308142235.r7EMZsg3099479@svn.freebsd.org> From: Alex Kozlov Date: Wed, 14 Aug 2013 22:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324744 - in head: accessibility/atkmm accessibility/jovie accessibility/kaccessible accessibility/kmag accessibility/kmousetool accessibility/kmouth accessibility/qt4-accessible access... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 22:36:16 -0000 Author: ak Date: Wed Aug 14 22:35:50 2013 New Revision: 324744 URL: http://svnweb.freebsd.org/changeset/ports/324744 Log: - Remove MAKE_JOBS_SAFE variable Approved by: portmgr (bdrewery) Modified: head/accessibility/atkmm/Makefile head/accessibility/jovie/Makefile head/accessibility/kaccessible/Makefile head/accessibility/kmag/Makefile head/accessibility/kmousetool/Makefile head/accessibility/kmouth/Makefile head/accessibility/qt4-accessible/Makefile head/accessibility/speech-dispatcher/Makefile head/archivers/ark/Makefile head/archivers/bicom/Makefile (contents, props changed) head/archivers/dact/Makefile head/archivers/libarc/Makefile (contents, props changed) head/archivers/libcomprex/Makefile head/archivers/libdynamite/Makefile head/archivers/liborange/Makefile head/archivers/librtfcomp/Makefile head/archivers/lzmalib/Makefile (contents, props changed) head/archivers/pbzip2/Makefile head/archivers/rpm/Makefile head/archivers/ruby-zip/Makefile (contents, props changed) head/archivers/sharutils/Makefile head/archivers/szip/Makefile (contents, props changed) head/archivers/unalz/Makefile head/archivers/xz/Makefile head/archivers/zip/Makefile head/archivers/zipmix/Makefile (contents, props changed) head/astro/cfitsio/Makefile head/astro/fowsr/Makefile head/astro/garmindev/Makefile head/astro/gpscorrelate/Makefile head/astro/gpsd/Makefile head/astro/kstars/Makefile head/astro/libosmpbf/Makefile head/astro/marble/Makefile head/astro/merkaartor/Makefile head/astro/qlandkartegt/Makefile head/astro/sunclock/Makefile head/astro/viking/Makefile head/astro/xtide/Makefile (contents, props changed) head/audio/HVSC-Update/Makefile (contents, props changed) head/audio/acoustid-fingerprinter/Makefile head/audio/amarok-kde4/Makefile head/audio/audex/Makefile head/audio/beast/Makefile head/audio/bristol/Makefile head/audio/calf/Makefile head/audio/chromaprint/Makefile head/audio/clunk/Makefile head/audio/creox/Makefile head/audio/cripple/Makefile (contents, props changed) head/audio/csound/Makefile head/audio/deadbeef/Makefile head/audio/denemo/Makefile head/audio/dssi/Makefile (contents, props changed) head/audio/ecasound/Makefile (contents, props changed) head/audio/epos-devel/Makefile head/audio/esperanza/Makefile (contents, props changed) head/audio/faac/Makefile (contents, props changed) head/audio/faad/Makefile (contents, props changed) head/audio/fluidsynth/Makefile head/audio/fmit/Makefile head/audio/ghostess/Makefile (contents, props changed) head/audio/gimmix/Makefile head/audio/gmidimonitor/Makefile (contents, props changed) head/audio/gsm/Makefile (contents, props changed) head/audio/gxmms2/Makefile head/audio/ices/Makefile head/audio/istream/Makefile (contents, props changed) head/audio/jack-keyboard/Makefile head/audio/jack_ghero/Makefile head/audio/jack_umidi/Makefile head/audio/juk/Makefile head/audio/kid3-kde4/Makefile head/audio/kio-audiocd/Makefile head/audio/kmix/Makefile head/audio/kscd/Makefile head/audio/ladspa/Makefile (contents, props changed) head/audio/lame/Makefile head/audio/lash/Makefile head/audio/liba52/Makefile (contents, props changed) head/audio/libcoverart/Makefile head/audio/libdiscid/Makefile (contents, props changed) head/audio/libkcddb/Makefile head/audio/libkcompactdisc/Makefile head/audio/liblscp/Makefile (contents, props changed) head/audio/libmtp/Makefile head/audio/libmusicbrainz3/Makefile head/audio/libmusicbrainz4/Makefile head/audio/libmusicbrainz5/Makefile head/audio/libnjb/Makefile (contents, props changed) head/audio/libofa/Makefile head/audio/libshout2/Makefile (contents, props changed) head/audio/linnya/Makefile head/audio/linuxsampler/Makefile (contents, props changed) head/audio/liteamp/Makefile head/audio/lmms/Makefile head/audio/lv2core/Makefile (contents, props changed) head/audio/midipp/Makefile head/audio/mixxx/Makefile head/audio/mous/Makefile head/audio/mp3blaster/Makefile (contents, props changed) head/audio/mp3stat/Makefile head/audio/muse/Makefile head/audio/ncmpcpp/Makefile head/audio/patchage/Makefile (contents, props changed) head/audio/pd/Makefile head/audio/py-apetag/Makefile (contents, props changed) head/audio/qmpdclient/Makefile (contents, props changed) head/audio/qsampler/Makefile (contents, props changed) head/audio/qsynth/Makefile head/audio/quimup/Makefile head/audio/shntool/Makefile (contents, props changed) head/audio/slv2/Makefile (contents, props changed) head/audio/soundtouch/Makefile head/audio/speex/Makefile (contents, props changed) head/audio/spek/Makefile head/audio/taglib/Makefile head/audio/tclmidi/Makefile (contents, props changed) head/audio/terminatorx/Makefile head/audio/timidity++-slang/Makefile (contents, props changed) head/audio/timidity++/Makefile head/audio/waheela/Makefile head/audio/wmauda/Makefile (contents, props changed) head/audio/wxguitar/Makefile head/audio/xcdplayer/Makefile head/audio/xfmpc/Makefile head/audio/xhippo/Makefile head/audio/zynaddsubfx/Makefile head/benchmarks/netperfmeter/Makefile head/benchmarks/postal/Makefile (contents, props changed) head/benchmarks/ttcp/Makefile (contents, props changed) head/biology/avida/Makefile head/biology/lamarc/Makefile (contents, props changed) head/biology/mopac/Makefile (contents, props changed) head/biology/phylip/Makefile head/biology/phyml/Makefile head/biology/seaview/Makefile head/biology/t_coffee/Makefile head/biology/tinker/Makefile head/biology/ugene/Makefile (contents, props changed) head/biology/xmolwt/Makefile (contents, props changed) head/cad/admesh/Makefile head/cad/adms/Makefile (contents, props changed) head/cad/atlc/Makefile (contents, props changed) head/cad/brlcad/Makefile head/cad/chipmunk/Makefile (contents, props changed) head/cad/feappv/Makefile head/cad/freehdl/Makefile (contents, props changed) head/cad/gerbv/Makefile (contents, props changed) head/cad/gnucap/Makefile (contents, props changed) head/cad/gspiceui/Makefile (contents, props changed) head/cad/gwave/Makefile (contents, props changed) head/cad/irsim/Makefile head/cad/kicad-devel/Makefile head/cad/leocad/Makefile head/cad/librecad/Makefile head/cad/magic/Makefile head/cad/pcb/Makefile head/cad/qfsm/Makefile head/cad/repsnapper/Makefile head/cad/tkgate/Makefile head/cad/xcircuit/Makefile head/chinese/qterm/Makefile head/comms/dfu-programmer/Makefile head/comms/dfu-util/Makefile head/comms/efax-gtk/Makefile head/comms/hamfax/Makefile head/comms/kremotecontrol/Makefile head/comms/libimobiledevice/Makefile head/comms/lirc/Makefile head/comms/obexapp/Makefile head/comms/smstools3/Makefile head/comms/thebridge/Makefile head/comms/uarduno/Makefile head/comms/usbmuxd/Makefile head/comms/xastir/Makefile head/comms/zmtx-zmrx/Makefile (contents, props changed) head/converters/chmview/Makefile head/converters/enca/Makefile head/converters/osm2pgsql/Makefile (contents, props changed) head/converters/tnef/Makefile (contents, props changed) head/converters/uudeview/Makefile (contents, props changed) head/converters/uulib/Makefile (contents, props changed) head/converters/wkhtmltopdf/Makefile (contents, props changed) head/converters/xdeview/Makefile head/databases/db46/Makefile (contents, props changed) head/databases/db47/Makefile (contents, props changed) head/databases/db48/Makefile (contents, props changed) head/databases/db5/Makefile head/databases/db6/Makefile head/databases/dbf/Makefile head/databases/flare/Makefile head/databases/grass/Makefile head/databases/kbibtex/Makefile head/databases/kyotocabinet/Makefile head/databases/kyototycoon/Makefile head/databases/ldb/Makefile (contents, props changed) head/databases/libpbl/Makefile (contents, props changed) head/databases/libzdb/Makefile (contents, props changed) head/databases/mariadb-server/Makefile head/databases/mariadb55-server/Makefile head/databases/mdcached/Makefile (contents, props changed) head/databases/metakit/Makefile head/databases/mysql-workbench52/Makefile head/databases/mysql51-server/Makefile head/databases/mysql55-server/Makefile head/databases/mysql56-server/Makefile head/databases/percona55-server/Makefile head/databases/percona56-server/Makefile head/databases/pgadmin3/Makefile head/databases/pgagent/Makefile head/databases/postgresql-plproxy/Makefile head/databases/pxtools/Makefile head/databases/qt4-ibase-plugin/Makefile head/databases/qt4-mysql-plugin/Makefile head/databases/qt4-odbc-plugin/Makefile head/databases/qt4-pgsql-plugin/Makefile head/databases/qt4-sql/Makefile head/databases/qt4-sqlite-plugin/Makefile head/databases/qt4-sqlite3-plugin/Makefile head/databases/soci/Makefile head/databases/sqsh/Makefile (contents, props changed) head/databases/tdb/Makefile (contents, props changed) head/databases/tokyocabinet/Makefile (contents, props changed) head/databases/xmbase-grok/Makefile (contents, props changed) head/deskutils/aspostit/Makefile head/deskutils/basket/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cairo-dock/Makefile head/deskutils/cdcat/Makefile head/deskutils/drivel/Makefile head/deskutils/fet/Makefile head/deskutils/ganyremote/Makefile head/deskutils/gxneur/Makefile head/deskutils/kcharselect/Makefile head/deskutils/kchmviewer-kde4/Makefile head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepim44-runtime/Makefile head/deskutils/kdepim44/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/kdeplasma-addons/Makefile head/deskutils/kruler/Makefile head/deskutils/libopensync-plugin-sunbird/Makefile head/deskutils/libopensync-plugin-synce-legacy/Makefile head/deskutils/libstreamanalyzer/Makefile head/deskutils/libstreams/Makefile head/deskutils/nagaina/Makefile head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-playwolf/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile head/deskutils/recoll/Makefile head/deskutils/rubrica/Makefile head/deskutils/semantik/Makefile head/deskutils/strigiclient/Makefile head/deskutils/strigidaemon/Makefile head/deskutils/strigiutils/Makefile head/deskutils/superkaramba/Makefile head/deskutils/superswitcher/Makefile head/deskutils/timer-applet/Makefile head/deskutils/vym/Makefile head/deskutils/xmdiary/Makefile head/devel/ChipmunkPhysics/Makefile head/devel/alabastra/Makefile (contents, props changed) head/devel/apr1/Makefile head/devel/apr2/Makefile head/devel/arm-elf-binutils/Makefile head/devel/art/Makefile (contents, props changed) head/devel/avr-libc/Makefile head/devel/bennugd-core/Makefile head/devel/bennugd-modules/Makefile head/devel/bin86/Makefile head/devel/boost-all/compiled.mk (contents, props changed) head/devel/bullet/Makefile head/devel/ccons/Makefile head/devel/cdecl/Makefile (contents, props changed) head/devel/cgit/Makefile head/devel/clanlib/Makefile head/devel/clanlib1/Makefile head/devel/clanlib22/Makefile head/devel/cmake/Makefile head/devel/cocaine-core/Makefile head/devel/codeblocks/Makefile head/devel/codeworker/Makefile head/devel/compiler-rt/Makefile head/devel/ctags/Makefile (contents, props changed) head/devel/cvs2svn/Makefile (contents, props changed) head/devel/cxref/Makefile head/devel/cxxtools/Makefile head/devel/darts/Makefile (contents, props changed) head/devel/dia2code/Makefile (contents, props changed) head/devel/dulwich/Makefile (contents, props changed) head/devel/edb/Makefile head/devel/esdl/Makefile head/devel/flick/Makefile head/devel/fnccheck/Makefile head/devel/fossil/Makefile (contents, props changed) head/devel/fuel/Makefile (contents, props changed) head/devel/gaul/Makefile head/devel/gcvs/Makefile head/devel/gdb66/Makefile head/devel/geany/Makefile head/devel/git/Makefile head/devel/gitg/Makefile head/devel/gnucflow/Makefile head/devel/goffice/Makefile head/devel/goffice010/Makefile head/devel/gwenhywfar/Makefile head/devel/hg-git/Makefile head/devel/hwloc/Makefile head/devel/icu/Makefile head/devel/jech-dht/Makefile head/devel/jrtplib/Makefile head/devel/jtag/Makefile head/devel/jwasm/Makefile head/devel/kaptain/Makefile head/devel/kdesdk4/Makefile head/devel/kdevelop-kde4/Makefile head/devel/kdevelop-pg-qt/Makefile head/devel/kdevelop-php-docs/Makefile head/devel/kdevplatform/Makefile head/devel/kyra/Makefile head/devel/libchipcard/Makefile head/devel/libclaw/Makefile head/devel/libdbusmenu-qt/Makefile head/devel/libepp-nicbr/Makefile head/devel/libgdata/Makefile head/devel/libgit2/Makefile head/devel/libjson++/Makefile head/devel/libkgapi/Makefile head/devel/libkolab/Makefile head/devel/libsoup/Makefile head/devel/llvm-devel/Makefile (contents, props changed) head/devel/llvm/Makefile (contents, props changed) head/devel/llvm31/Makefile (contents, props changed) head/devel/llvm33/Makefile (contents, props changed) head/devel/log4c/Makefile head/devel/lpc21isp/Makefile head/devel/mingw32-gcc/Makefile head/devel/msp430-binutils/Makefile (contents, props changed) head/devel/msp430-gcc/Makefile head/devel/npth/Makefile head/devel/nspr/Makefile head/devel/obby/Makefile head/devel/ocaml-sdl/Makefile head/devel/ois/Makefile (contents, props changed) head/devel/oniguruma5/Makefile head/devel/openocd/Makefile head/devel/p5-perlkde/Makefile head/devel/p5-perlqt/Makefile head/devel/pccts/Makefile (contents, props changed) head/devel/piklab/Makefile head/devel/pire/Makefile (contents, props changed) head/devel/privman/Makefile (contents, props changed) head/devel/psptoolchain-binutils/Makefile (contents, props changed) head/devel/psptoolchain-gcc-stage1/Makefile (contents, props changed) head/devel/psptoolchain-newlib/Makefile (contents, props changed) head/devel/py-krosspython/Makefile head/devel/py-libplist/Makefile head/devel/py-pykde4/Makefile head/devel/py-pykdeuic4/Makefile head/devel/pypersrc/Makefile (contents, props changed) head/devel/qdevelop/Makefile head/devel/qjson/Makefile head/devel/qmake/Makefile head/devel/qmake4/Makefile head/devel/qsvn/Makefile head/devel/qt4-assistant-adp/Makefile head/devel/qt4-assistant/Makefile head/devel/qt4-corelib/Makefile head/devel/qt4-declarative/Makefile head/devel/qt4-designer/Makefile head/devel/qt4-help-tools/Makefile head/devel/qt4-help/Makefile head/devel/qt4-libqtassistantclient/Makefile head/devel/qt4-linguist/Makefile head/devel/qt4-makeqpf/Makefile head/devel/qt4-moc/Makefile head/devel/qt4-porting/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-qmlviewer/Makefile head/devel/qt4-qt3support/Makefile head/devel/qt4-qtestlib/Makefile head/devel/qt4-qvfb/Makefile head/devel/qt4-rcc/Makefile head/devel/qt4-script/Makefile head/devel/qt4-scripttools/Makefile head/devel/qt4-uic/Makefile head/devel/qt4-uic3/Makefile head/devel/qtscriptgenerator/Makefile (contents, props changed) head/devel/radare2/Makefile head/devel/ragel/Makefile head/devel/rcs/Makefile head/devel/rlog/Makefile (contents, props changed) head/devel/ruby-korundum/Makefile head/devel/ruby-krossruby/Makefile head/devel/ruby-qtruby/Makefile head/devel/ruby-slang/Makefile head/devel/rudiments/Makefile head/devel/scons/Makefile (contents, props changed) head/devel/sdl20/Makefile head/devel/sdl_sge/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/sfml/Makefile head/devel/smokegen/Makefile head/devel/smokekde/Makefile head/devel/smokeqt/Makefile head/devel/stfl/Makefile head/devel/subcommander2/Makefile head/devel/sysconftool/Makefile (contents, props changed) head/devel/talloc/Makefile (contents, props changed) head/devel/tcl-memchan/Makefile head/devel/tevent/Makefile head/devel/tex-web2c/Makefile (contents, props changed) head/devel/tradcpp/Makefile (contents, props changed) head/devel/uclmmbase/Makefile (contents, props changed) head/devel/upnp/Makefile head/devel/upp/Makefile head/devel/xparam/Makefile head/devel/xsd/Makefile head/devel/xxl/Makefile head/devel/yaml-cpp/Makefile head/devel/yasm/Makefile head/devel/z80-asm/Makefile (contents, props changed) head/devel/zmq-devel/Makefile head/devel/zziplib/Makefile (contents, props changed) head/dns/checkdns/Makefile (contents, props changed) head/dns/dlint/Makefile (contents, props changed) head/dns/dns2tcp/Makefile (contents, props changed) head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq/Makefile head/dns/fastresolve/Makefile head/dns/gdnsd/Makefile (contents, props changed) head/dns/hesiod/Makefile head/dns/knot/Makefile head/dns/opendd/Makefile head/dns/udns/Makefile (contents, props changed) head/dns/zkt/Makefile (contents, props changed) head/editors/abiword/Makefile head/editors/calligra/Makefile head/editors/elvis/Makefile (contents, props changed) head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/editors/gnotepad+/Makefile head/editors/gnuserv/Makefile (contents, props changed) head/editors/gobby/Makefile head/editors/kate-plugin-pate/Makefile head/editors/kate/Makefile head/editors/kile-kde4/Makefile head/editors/lfhex/Makefile (contents, props changed) head/editors/libreoffice/Makefile head/editors/madedit/Makefile head/editors/manedit/Makefile (contents, props changed) head/editors/openoffice-3/Makefile head/editors/openoffice-devel/Makefile head/editors/scite/Makefile head/editors/tamago/Makefile (contents, props changed) head/editors/tea/Makefile head/editors/ted/Makefile head/editors/texmacs/Makefile head/editors/texmaker/Makefile head/editors/textroom/Makefile head/editors/texworks/Makefile head/editors/vigor/Makefile head/editors/vile/Makefile head/editors/xemacs/Makefile (contents, props changed) head/editors/xvile/Makefile head/emulators/advancemame/Makefile head/emulators/advancemenu/Makefile head/emulators/aqemu/Makefile head/emulators/bochs/Makefile head/emulators/catapult/Makefile head/emulators/cingb/Makefile head/emulators/dboxfe/Makefile head/emulators/gnuboy/Makefile (contents, props changed) head/emulators/hatari/Makefile head/emulators/kcemu/Makefile head/emulators/mame/Makefile head/emulators/mess/Makefile head/emulators/prodosemu/Makefile head/emulators/qemu-devel/Makefile head/emulators/qemu/Makefile head/emulators/qmc2/Makefile head/emulators/seabios-devel/Makefile (contents, props changed) head/emulators/simh/Makefile (contents, props changed) head/emulators/snes9express/Makefile head/emulators/tpm-emulator/Makefile head/emulators/visualos/Makefile (contents, props changed) head/emulators/xsystem35/Makefile head/finance/gnucash/Makefile head/finance/ktoblzcheck/Makefile (contents, props changed) head/finance/libalkimia/Makefile head/finance/libofx/Makefile head/finance/qhacc/Makefile head/finance/skrooge/Makefile head/finance/xtrader/Makefile (contents, props changed) head/ftp/bareftp/Makefile head/ftp/curl/Makefile head/ftp/filezilla/Makefile head/ftp/ftpmirror/Makefile head/ftp/hsftp/Makefile head/ftp/lftp/Makefile head/ftp/ncftp2/Makefile head/ftp/pure-ftpd/Makefile head/ftp/quftp/Makefile head/ftp/scythia/Makefile head/ftp/twoftpd/Makefile head/ftp/wget/Makefile head/ftp/wxdfast/Makefile head/ftp/wzdftpd/Makefile head/ftp/yafc/Makefile head/games/0ad/Makefile head/games/abuse_sdl/Makefile head/games/agame/Makefile head/games/alienwave/Makefile head/games/allacrost/Makefile head/games/apricots/Makefile head/games/arx-libertatis/Makefile head/games/assaultcube/Makefile head/games/asteroids3d/Makefile head/games/avoision/Makefile head/games/bastet/Makefile head/games/battalion/Makefile (contents, props changed) head/games/biloba/Makefile head/games/bitefusion/Makefile (contents, props changed) head/games/black-box/Makefile head/games/blinken/Makefile head/games/blockade/Makefile (contents, props changed) head/games/blockrage/Makefile head/games/bloodfrontier/Makefile (contents, props changed) head/games/blue/Makefile head/games/bomber/Makefile head/games/bombherman/Makefile head/games/bovo/Makefile head/games/brainparty/Makefile (contents, props changed) head/games/brikx/Makefile head/games/bs/Makefile head/games/bubble-chains/Makefile head/games/burrtools/Makefile (contents, props changed) head/games/capitalism/Makefile head/games/cavezofphear/Makefile (contents, props changed) head/games/chocolate-doom/Makefile head/games/chroma/Makefile head/games/chromium-bsu/Makefile head/games/connectagram/Makefile head/games/corsix-th/Makefile head/games/cretan-hubris/Makefile head/games/critterding/Makefile (contents, props changed) head/games/crossfire-client/Makefile head/games/crossfire-server/Makefile head/games/crrcsim/Makefile head/games/cube/Makefile (contents, props changed) head/games/cutemaze/Makefile head/games/d2x-xl/Makefile (contents, props changed) head/games/dangen/Makefile head/games/edge/Makefile (contents, props changed) head/games/ember/Makefile head/games/empire/Makefile head/games/enigma/Makefile head/games/epiar/Makefile head/games/euchre/Makefile head/games/evilfinder/Makefile head/games/excido/Makefile (contents, props changed) head/games/fbg2/Makefile head/games/fillets-ng/Makefile head/games/fishsupper/Makefile head/games/flare/Makefile head/games/flobopuyo/Makefile head/games/formido/Makefile (contents, props changed) head/games/freecell-solver/Makefile head/games/freedoko/Makefile (contents, props changed) head/games/freedroidrpg/Makefile (contents, props changed) head/games/freesweep/Makefile (contents, props changed) head/games/frikqcc/Makefile (contents, props changed) head/games/frobtads/Makefile head/games/frotz/Makefile (contents, props changed) head/games/golddig/Makefile head/games/golly/Makefile head/games/goonies/Makefile (contents, props changed) head/games/gottet/Makefile head/games/granatier/Makefile head/games/gtktetcolor/Makefile (contents, props changed) head/games/hedgewars/Makefile head/games/heroes/Makefile head/games/hexalate/Makefile (contents, props changed) head/games/hexglass/Makefile head/games/hitori/Makefile head/games/imaze/Makefile head/games/impossible_mission_puzzle/Makefile head/games/intensityengine/Makefile head/games/interlogic/Makefile (contents, props changed) head/games/ioquake3/Makefile head/games/irrlamb/Makefile (contents, props changed) head/games/jag/Makefile (contents, props changed) head/games/jaggedalliance2/Makefile head/games/jfk/Makefile (contents, props changed) head/games/jigzo/Makefile head/games/jvgs/Makefile head/games/jzip/Makefile head/games/kajaani-kombat/Makefile head/games/kanagram/Makefile head/games/kapman/Makefile head/games/kartofel/Makefile head/games/katomic/Makefile head/games/kblackbox/Makefile head/games/kblocks/Makefile head/games/kbounce/Makefile head/games/kbreakout/Makefile head/games/kdiamond/Makefile head/games/kfourinline/Makefile head/games/kgoldrunner/Makefile head/games/khangman/Makefile head/games/kigo/Makefile head/games/kiki/Makefile head/games/killbots/Makefile head/games/kiriki/Makefile head/games/kjumpingcube/Makefile head/games/klines/Makefile head/games/kmahjongg/Makefile head/games/kmines/Makefile head/games/knavalbattle/Makefile head/games/knetwalk/Makefile head/games/kobodeluxe/Makefile head/games/kolf/Makefile head/games/kollision/Makefile head/games/konquest/Makefile head/games/kpat/Makefile head/games/kreversi/Makefile head/games/kshisen/Makefile head/games/ksirk/Makefile head/games/ksnakeduel/Makefile head/games/kspaceduel/Makefile head/games/ksquares/Makefile head/games/ksudoku/Makefile head/games/ktuberling/Makefile head/games/kubrick/Makefile head/games/kuklomenos/Makefile head/games/lander/Makefile head/games/lbreakout2/Makefile (contents, props changed) head/games/legesmotus/Makefile head/games/lgeneral/Makefile head/games/lianliankan/Makefile head/games/libkdegames/Makefile head/games/libkmahjongg/Makefile head/games/linwarrior/Makefile head/games/lordsawar/Makefile head/games/lskat/Makefile head/games/maelstrom/Makefile head/games/maxr/Makefile head/games/meandmyshadow/Makefile head/games/megaglest/Makefile head/games/megamario/Makefile head/games/meritous/Makefile head/games/minetest/Makefile head/games/moonlander/Makefile (contents, props changed) head/games/nethack34/Makefile head/games/netpanzer/Makefile head/games/netspades/Makefile (contents, props changed) head/games/netwalk/Makefile head/games/neverball/Makefile head/games/njam/Makefile (contents, props changed) head/games/nuclearchess/Makefile head/games/openlierox/Makefile head/games/openxcom/Makefile head/games/openyahtzee/Makefile (contents, props changed) head/games/orbital_eunuchs_sniper/Makefile (contents, props changed) head/games/pachi/Makefile (contents, props changed) head/games/pairs/Makefile head/games/palapeli/Makefile head/games/palomino/Makefile head/games/passage/Makefile (contents, props changed) head/games/peg-e/Makefile (contents, props changed) head/games/penguin-command/Makefile (contents, props changed) head/games/phlipple/Makefile (contents, props changed) head/games/pink-pony/Makefile head/games/pipewalker/Makefile (contents, props changed) head/games/plee-the-bear/Makefile head/games/poker-engine/Makefile head/games/poker-eval/Makefile (contents, props changed) head/games/pokerth/Makefile head/games/pushover/Makefile head/games/py-poker-eval/Makefile head/games/qgo/Makefile head/games/qnetwalk/Makefile (contents, props changed) head/games/qtads/Makefile head/games/quackle/Makefile head/games/quadra/Makefile head/games/quaqut/Makefile head/games/railroad-rampage/Makefile head/games/redeclipse/Makefile head/games/rezerwar/Makefile (contents, props changed) head/games/ri-li/Makefile head/games/rnd_jue/Makefile (contents, props changed) head/games/rocksndiamonds/Makefile head/games/sauerbraten/Makefile (contents, props changed) head/games/scare/Makefile (contents, props changed) head/games/scid/Makefile head/games/scorched3d/Makefile head/games/scummvm-tools/Makefile (contents, props changed) head/games/scummvm/Makefile head/games/sdb/Makefile (contents, props changed) head/games/sdl_jewels/Makefile head/games/sdl_lopan/Makefile head/games/sdl_scavenger/Makefile head/games/sea-defender/Makefile (contents, props changed) head/games/secretmaryochronicles/Makefile head/games/simsu/Makefile head/games/smashbattle/Makefile head/games/spacejunk/Makefile head/games/spellathon/Makefile head/games/spring/Makefile head/games/springlobby/Makefile head/games/steelstorm/Makefile (contents, props changed) head/games/stonesoup/Makefile (contents, props changed) head/games/stransball2/Makefile (contents, props changed) head/games/stratagus/Makefile head/games/sumwars/Makefile head/games/supertux-devel/Makefile head/games/supertuxkart/Makefile head/games/syobon/Makefile head/games/tanglet/Makefile head/games/tbe/Makefile head/games/teeworlds/Makefile head/games/tetzle/Makefile (contents, props changed) head/games/thegrind/Makefile head/games/tinymux/Makefile head/games/tong/Makefile head/games/toycars/Makefile (contents, props changed) head/games/traindirector/Makefile head/games/tux-aqfh/Makefile (contents, props changed) head/games/tuxmath/Makefile head/games/tuxtype/Makefile head/games/twind/Makefile head/games/tyrquake/Makefile (contents, props changed) head/games/valyriatear/Makefile head/games/vamos/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile head/games/volleyball/Makefile head/games/vor/Makefile head/games/warmux/Makefile head/games/warzone2100/Makefile head/games/wesnoth/Makefile head/games/widelands/Makefile head/games/windstille/Makefile (contents, props changed) head/games/wmqstat/Makefile (contents, props changed) head/games/wop/Makefile head/games/xabacus/Makefile head/games/xataxx/Makefile head/games/xbill/Makefile head/games/xblast/Makefile head/games/xchomp/Makefile head/games/xevil/Makefile head/games/xfireworks/Makefile (contents, props changed) head/games/xjewel/Makefile head/games/xlife/Makefile head/games/xmastermind/Makefile head/games/xmoto/Makefile head/games/xorgramana/Makefile head/games/xpilot-ng-server/Makefile head/games/xscorch/Makefile head/games/xspringies/Makefile (contents, props changed) head/games/xtron/Makefile head/games/xvmines/Makefile head/games/xye/Makefile head/games/zatacka/Makefile head/games/zaz/Makefile head/games/znibbles/Makefile (contents, props changed) head/graphics/ImageMagick/Makefile head/graphics/O2-tools/Makefile (contents, props changed) head/graphics/apvlv/Makefile head/graphics/autopano-sift-c/Makefile head/graphics/autoq3d/Makefile head/graphics/autotrace/Makefile (contents, props changed) head/graphics/blender/Makefile head/graphics/bmeps/Makefile head/graphics/cbrpager/Makefile head/graphics/cimg/Makefile head/graphics/cinepaint/Makefile head/graphics/claraocr/Makefile head/graphics/converseen/Makefile head/graphics/darknock/Makefile head/graphics/devil/Makefile (contents, props changed) head/graphics/enblend/Makefile head/graphics/epix/Makefile head/graphics/exif/Makefile head/graphics/exiftran/Makefile head/graphics/fraqtive/Makefile head/graphics/frei0r/Makefile (contents, props changed) head/graphics/ftgl/Makefile (contents, props changed) head/graphics/fv/Makefile head/graphics/fyre/Makefile head/graphics/geeqie/Makefile head/graphics/giblib/Makefile (contents, props changed) head/graphics/gimp-focusblur-plugin/Makefile head/graphics/gimp-lqr-plugin/Makefile head/graphics/gimp-resynthesizer/Makefile head/graphics/glosm/Makefile head/graphics/gnash/Makefile head/graphics/gqview/Makefile head/graphics/grx/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/gwenview-kde4/Makefile head/graphics/hugin-devel/Makefile head/graphics/imagesort/Makefile (contents, props changed) head/graphics/inkscape/Makefile head/graphics/intergif/Makefile head/graphics/ipe/Makefile head/graphics/iulib/Makefile head/graphics/jasper/Makefile (contents, props changed) head/graphics/jhead/Makefile head/graphics/jpeg/Makefile (contents, props changed) head/graphics/k3d/Makefile head/graphics/kamera-kde4/Makefile head/graphics/kcolorchooser/Makefile head/graphics/kcoloredit/Makefile head/graphics/kdc2tiff/Makefile head/graphics/kdegraphics4-mobipocket/Makefile head/graphics/kdegraphics4-strigi-analyzer/Makefile head/graphics/kdegraphics4-svgpart/Makefile head/graphics/kdegraphics4-thumbnailers/Makefile head/graphics/kgraphviewer/Makefile head/graphics/kiconedit/Makefile head/graphics/kolourpaint/Makefile head/graphics/kphotoalbum-kde4/Makefile head/graphics/kpovmodeler/Makefile head/graphics/ksaneplugin/Makefile head/graphics/ksnapshot/Makefile head/graphics/kudu/Makefile head/graphics/kuickshow-kde4/Makefile head/graphics/leptonica/Makefile head/graphics/lib3ds/Makefile (contents, props changed) head/graphics/libGL/bsd.mesalib.mk head/graphics/libdrm/Makefile head/graphics/libfpx/Makefile head/graphics/libgfx/Makefile head/graphics/libimg/Makefile head/graphics/libjpeg-turbo/Makefile head/graphics/libkdcraw-kde4/Makefile head/graphics/libkexiv2-kde4/Makefile head/graphics/libkipi-kde4/Makefile head/graphics/libksane/Makefile head/graphics/liblqr-1/Makefile head/graphics/libmng/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/libwmf/Makefile head/graphics/lprof-devel/Makefile head/graphics/luminance/Makefile head/graphics/luxrender/Makefile head/graphics/mandelbulber/Makefile head/graphics/mapnik/Makefile head/graphics/mesa-demos/Makefile (contents, props changed) head/graphics/metapixel/Makefile head/graphics/mtpaint/Makefile head/graphics/mupdf/Makefile head/graphics/nip2/Makefile (contents, props changed) head/graphics/nvidia-texture-tools/Makefile head/graphics/ocre/Makefile head/graphics/ogre3d/Makefile head/graphics/okular/Makefile head/graphics/opengtl/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/peps/Makefile (contents, props changed) head/graphics/photopc/Makefile (contents, props changed) head/graphics/php-libpuzzle/Makefile (contents, props changed) head/graphics/png/Makefile head/graphics/pngcrush/Makefile head/graphics/pngquant/Makefile head/graphics/podofo/Makefile head/graphics/prison/Makefile head/graphics/pstoedit/Makefile head/graphics/qcomicbook/Makefile head/graphics/qiv/Makefile (contents, props changed) head/graphics/qslim/Makefile (contents, props changed) head/graphics/qt4-iconengines/Makefile head/graphics/qt4-imageformats/Makefile head/graphics/qt4-pixeltool/Makefile head/graphics/qt4-svg/Makefile head/graphics/qtgtl/Makefile head/graphics/quat-gui/Makefile head/graphics/quat/Makefile head/graphics/radius-engine/Makefile (contents, props changed) head/graphics/rawtherapee/Makefile head/graphics/sane-backends/Makefile head/graphics/sane-frontends/Makefile head/graphics/scale2x/Makefile head/graphics/scantailor/Makefile head/graphics/scrot/Makefile (contents, props changed) head/graphics/sdl2_image/Makefile head/graphics/sdl2_ttf/Makefile head/graphics/sdl_gfx/Makefile head/graphics/seom/Makefile head/graphics/showimage/Makefile head/graphics/skanlite/Makefile head/graphics/structuresynth/Makefile (contents, props changed) head/graphics/svgalib/Makefile (contents, props changed) head/graphics/swfmill/Makefile head/graphics/swftools/Makefile (contents, props changed) head/graphics/tiled/Makefile (contents, props changed) head/graphics/tumble/Makefile (contents, props changed) head/graphics/urt/Makefile head/graphics/vips/Makefile head/graphics/visionworkbench/Makefile head/graphics/wxsvg/Makefile head/graphics/xgrasp/Makefile head/graphics/xmedcon/Makefile head/graphics/xmms-vumeter/Makefile (contents, props changed) head/graphics/xournal/Makefile head/graphics/yukon/Makefile (contents, props changed) head/graphics/zint/Makefile head/irc/dircproxy/Makefile (contents, props changed) head/irc/inspircd12/Makefile (contents, props changed) head/irc/irssi-devel/Makefile head/irc/konversation-kde4/Makefile head/irc/kvirc/Makefile head/irc/lostirc/Makefile (contents, props changed) head/irc/minbif/Makefile head/irc/pure-emacs21/Makefile head/irc/quassel/Makefile head/japanese/ddskk/Makefile head/japanese/font-jisx0213/Makefile (contents, props changed) head/japanese/jd/Makefile (contents, props changed) head/japanese/jvim3/Makefile head/japanese/kiten/Makefile head/japanese/less/Makefile head/japanese/mailman/Makefile head/japanese/mozc-server/Makefile head/japanese/nhocr/Makefile (contents, props changed) head/japanese/ruby-slang/Makefile (contents, props changed) head/japanese/skk-tools/Makefile head/japanese/timidity++-slang/Makefile (contents, props changed) head/japanese/xjtext/Makefile (contents, props changed) head/lang/chicken/Makefile head/lang/clang-devel/Makefile (contents, props changed) head/lang/clang/Makefile (contents, props changed) head/lang/clang31/Makefile (contents, props changed) head/lang/clang33/Makefile head/lang/cocor/Makefile (contents, props changed) head/lang/dragonegg-devel46/Makefile head/lang/dragonegg46-33/Makefile head/lang/dragonegg46/Makefile head/lang/gambit-c/Makefile (contents, props changed) head/lang/gcc-aux/Makefile head/lang/gcc/Makefile head/lang/gcc34/Makefile head/lang/gcc42/Makefile head/lang/gcc44/Makefile head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/ghc/Makefile head/lang/gnatdroid-binutils/Makefile (contents, props changed) head/lang/harbour/Makefile (contents, props changed) head/lang/huc/Makefile head/lang/itcl/Makefile head/lang/kturtle/Makefile head/lang/ldc-devel/Makefile head/lang/libjit/Makefile head/lang/librep/Makefile head/lang/lua/Makefile head/lang/lua52/Makefile head/lang/mdk/Makefile head/lang/mosh/Makefile (contents, props changed) head/lang/nickle/Makefile head/lang/php5/Makefile head/lang/php52/Makefile head/lang/php53/Makefile head/lang/php55/Makefile head/lang/python26/Makefile head/lang/python27/Makefile head/lang/python31/Makefile (contents, props changed) head/lang/python32/Makefile head/lang/python33/Makefile head/lang/qore/Makefile head/lang/spidermonkey170/Makefile head/lang/spidermonkey185/Makefile head/lang/tclX/Makefile head/lang/yap/Makefile head/mail/abook/Makefile head/mail/archiveopteryx/Makefile (contents, props changed) head/mail/cucipop/Makefile head/mail/elmo-devel/Makefile head/mail/elmo/Makefile head/mail/fetchmail/Makefile head/mail/libesmtp/Makefile (contents, props changed) head/mail/libetpan/Makefile head/mail/libvmime/Makefile head/mail/lurker/Makefile head/mail/maildrop/Makefile head/mail/mailman/Makefile head/mail/mew/Makefile (contents, props changed) head/mail/milter-manager/Makefile head/mail/mlmmj/Makefile head/mail/mmr/Makefile head/mail/opendkim/Makefile head/mail/pgpsendmail/Makefile head/mail/postfix-current/Makefile head/mail/postfix/Makefile head/mail/postfix28/Makefile head/mail/postfix29/Makefile head/mail/proxsmtp/Makefile head/mail/qmail-contrib/Makefile (contents, props changed) head/mail/qmail-dk/Makefile (contents, props changed) head/mail/qmail-rblchk/Makefile (contents, props changed) head/mail/qmailanalog/Makefile (contents, props changed) head/mail/queue-fix/Makefile (contents, props changed) head/mail/renattach/Makefile (contents, props changed) head/mail/smtp-gated/Makefile head/mail/spamass-milter/Makefile (contents, props changed) head/mail/thunderbird/Makefile head/mail/trojita/Makefile (contents, props changed) head/mail/up-imapproxy/Makefile (contents, props changed) head/mail/vmailmgr/Makefile (contents, props changed) head/mail/wmbiff/Makefile (contents, props changed) head/math/aamath/Makefile (contents, props changed) head/math/abakus/Makefile head/math/analitza/Makefile head/math/cantor/Makefile head/math/cloog/Makefile head/math/djbfft/Makefile (contents, props changed) head/math/fftw/Makefile head/math/fricas/Makefile head/math/giacxcas/Makefile head/math/gmp/Makefile (contents, props changed) head/math/gnumeric/Makefile head/math/gnuplot/Makefile head/math/grace/Makefile head/math/graphthing/Makefile (contents, props changed) head/math/gri/Makefile head/math/kalgebra/Makefile head/math/kbruch/Makefile head/math/kcalc/Makefile head/math/kig/Makefile head/math/kmplot/Makefile head/math/labplot/Makefile head/math/lapack/Makefile (contents, props changed) head/math/lapacke/Makefile (contents, props changed) head/math/levmar/Makefile (contents, props changed) head/math/liborigin/Makefile head/math/libtommath/Makefile head/math/polymake/Makefile (contents, props changed) head/math/primegen/Makefile (contents, props changed) head/math/qtiplot/Makefile head/math/qtoctave/Makefile head/math/rocs/Makefile head/math/sage/Makefile head/math/scilab/Makefile head/math/speedcrunch/Makefile head/math/tetgen/Makefile (contents, props changed) head/math/tomsfastmath/Makefile head/math/vtk5/Makefile head/math/xspread/Makefile (contents, props changed) head/math/yacas/Makefile head/misc/apparix/Makefile head/misc/clpbar/Makefile (contents, props changed) head/misc/colortail/Makefile (contents, props changed) head/misc/cstream/Makefile head/misc/e2fsprogs-libblkid/Makefile (contents, props changed) head/misc/e2fsprogs-libuuid/Makefile (contents, props changed) head/misc/findutils/Makefile head/misc/gplink/Makefile (contents, props changed) head/misc/kde4-l10n/files/bsd.l10n.mk head/misc/kgeography/Makefile head/misc/klettres/Makefile head/misc/krecipes-kde4/Makefile head/misc/ktouch/Makefile head/misc/kwordquiz/Makefile head/misc/libkdeedu/Makefile head/misc/libmetalink/Makefile (contents, props changed) head/misc/metalink-tools/Makefile head/misc/nut/Makefile head/misc/parley/Makefile head/misc/pdmenu/Makefile head/misc/pinfo/Makefile head/misc/pspresent/Makefile (contents, props changed) head/misc/qt4-qtdemo/Makefile head/misc/since/Makefile (contents, props changed) head/misc/sword/Makefile head/misc/tellico-kde4/Makefile head/misc/terraform/Makefile head/misc/xdelta3/Makefile head/misc/xpns/Makefile head/multimedia/aegisub/Makefile head/multimedia/assimp/Makefile head/multimedia/bangarang/Makefile head/multimedia/bombono/Makefile head/multimedia/cclive/Makefile head/multimedia/dirac/Makefile (contents, props changed) head/multimedia/dragon/Makefile head/multimedia/dvdstyler/Makefile head/multimedia/ffmpeg-devel/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg1/Makefile (contents, props changed) head/multimedia/ffmpeg2theora/Makefile head/multimedia/gavl/Makefile (contents, props changed) head/multimedia/gpac-libgpac/Makefile (contents, props changed) head/multimedia/gxine/Makefile head/multimedia/k9copy-kde4/Makefile head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile head/multimedia/kdemultimedia4-mplayerthumbs/Makefile head/multimedia/kdenlive/Makefile head/multimedia/kplayer-kde4/Makefile head/multimedia/libaacs/Makefile head/multimedia/libbluray/Makefile head/multimedia/libcec/Makefile head/multimedia/libmatroska/Makefile (contents, props changed) head/multimedia/libmpeg2/Makefile head/multimedia/libquicktime/Makefile (contents, props changed) head/multimedia/libtheora/Makefile (contents, props changed) head/multimedia/libv4l/Makefile (contents, props changed) head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libxine/Makefile head/multimedia/lives/Makefile head/multimedia/minitube/Makefile head/multimedia/mjpegtools/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile head/multimedia/mlt/Makefile head/multimedia/motion/Makefile head/multimedia/mpeg2codec/Makefile (contents, props changed) head/multimedia/mpeg4ip/Makefile (contents, props changed) head/multimedia/mplayer/Makefile head/multimedia/mplayer2/Makefile head/multimedia/mpv/Makefile head/multimedia/oggvideotools/Makefile head/multimedia/ogmrip/Makefile head/multimedia/ogmtools/Makefile (contents, props changed) head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/phonon/Makefile head/multimedia/podcastdl/Makefile head/multimedia/qt4-multimedia/Makefile head/multimedia/quark/Makefile head/multimedia/schroedinger/Makefile head/multimedia/smile/Makefile head/multimedia/subtitleripper/Makefile (contents, props changed) head/multimedia/umr/Makefile head/multimedia/v4l-utils/Makefile (contents, props changed) head/multimedia/vamps/Makefile (contents, props changed) head/multimedia/vdr-plugin-control/Makefile head/multimedia/vdr-plugin-eepg/Makefile head/multimedia/vdr-plugin-epgsearch/Makefile head/multimedia/vdr-plugin-extrecmenu/Makefile head/multimedia/vdr-plugin-femon/Makefile head/multimedia/vdr-plugin-infosatepg/Makefile head/multimedia/vdr-plugin-iptv/Makefile head/multimedia/vdr-plugin-markad/Makefile head/multimedia/vdr-plugin-osdpip/Makefile head/multimedia/vdr-plugin-osdteletext/Makefile head/multimedia/vdr-plugin-reelchannelscan/Makefile head/multimedia/vdr-plugin-remote/Makefile head/multimedia/vdr-plugin-skinenigmang/Makefile head/multimedia/vdr-plugin-sleeptimer/Makefile head/multimedia/vdr-plugin-softdevice/Makefile head/multimedia/vdr-plugin-softhddevice/Makefile head/multimedia/vdr-plugin-ttxtsubs/Makefile head/multimedia/vdr-plugin-upnp/Makefile head/multimedia/vdr-plugin-vdrmanager/Makefile head/multimedia/vdr-plugin-vnsiserver/Makefile head/multimedia/vdr-plugin-wirbelscan/Makefile head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/vdr-plugin-xvdr/Makefile head/multimedia/vdr/Makefile head/multimedia/vlc/Makefile head/multimedia/vstream-client/Makefile head/multimedia/w_scan/Makefile head/multimedia/webcamd/Makefile head/multimedia/x264/Makefile (contents, props changed) head/multimedia/xbmc-addon-xvdr/Makefile (contents, props changed) head/multimedia/xbmc-pvr/Makefile head/multimedia/xbmc/Makefile head/multimedia/xine/Makefile head/net-im/icb/Makefile head/net-im/jabberd/Makefile head/net-im/kmess-kde4/Makefile head/net-im/kopete-kde4/Makefile head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-approver/Makefile head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-contact-runner/Makefile head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-kded-integration-module/Makefile head/net-im/ktp-send-file/Makefile head/net-im/ktp-text-ui/Makefile head/net-im/libjingle/Makefile head/net-im/libjreen/Makefile head/net-im/libmsn/Makefile head/net-im/pidgin-audacious-remote/Makefile (contents, props changed) head/net-im/pidgin-birthday-reminder/Makefile head/net-im/pidgin-fetion/Makefile head/net-im/pidgin-hotkeys/Makefile (contents, props changed) head/net-im/plasma-applet-ktp/Makefile head/net-im/pork/Makefile head/net-im/psi/Makefile head/net-im/qutim/Makefile head/net-im/ramblercontacts/Makefile (contents, props changed) head/net-im/telepathy-logger-qt4/Makefile (contents, props changed) head/net-im/telepathy-qt4/Makefile head/net-im/vacuum-im/Makefile head/net-mgmt/arpwatch/Makefile (contents, props changed) head/net-mgmt/echolot/Makefile head/net-mgmt/flow-extract/Makefile (contents, props changed) head/net-mgmt/irrtoolset/Makefile (contents, props changed) head/net-mgmt/isic/Makefile (contents, props changed) head/net-mgmt/nbtscan/Makefile (contents, props changed) head/net-mgmt/ndpmon/Makefile head/net-mgmt/netxms/Makefile head/net-mgmt/p0f/Makefile head/net-mgmt/vidalia/Makefile head/net-mgmt/wide-dhcp/Makefile head/net-mgmt/yaf/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile head/net-p2p/cdonkey/Makefile head/net-p2p/edonkey-tool-hash/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/net-p2p/gkremldk/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile head/net-p2p/libtorrent-rasterbar-15/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile head/net-p2p/solidcoin/Makefile head/net/Sockets/Makefile (contents, props changed) head/net/beanstalkd/Makefile (contents, props changed) head/net/bittwist/Makefile head/net/cvsync/Makefile (contents, props changed) head/net/daemonlogger/Makefile head/net/dhcp6/Makefile (contents, props changed) head/net/ekiga/Makefile head/net/ekiga3/Makefile head/net/enet/Makefile head/net/g2ipmsg/Makefile head/net/gpxe/Makefile head/net/honeyd/Makefile (contents, props changed) head/net/hostapd/Makefile (contents, props changed) head/net/httpry/Makefile head/net/icpld/Makefile (contents, props changed) head/net/kdenetwork4/Makefile head/net/knemo-kde4/Makefile head/net/krdc/Makefile head/net/krfb/Makefile head/net/kwooty/Makefile head/net/latd/Makefile head/net/ldapsdk/Makefile head/net/libcmis/Makefile head/net/libpcap/Makefile head/net/libutp/Makefile head/net/liferea/Makefile head/net/liveMedia/Makefile head/net/minidlna/Makefile head/net/miniupnpc/Makefile (contents, props changed) head/net/nast/Makefile (contents, props changed) head/net/net6/Makefile head/net/netembryo/Makefile (contents, props changed) head/net/ntop/Makefile (contents, props changed) head/net/onioncat/Makefile head/net/openafs/Makefile head/net/openldap24-server/Makefile (contents, props changed) head/net/opennx/Makefile head/net/ostinato/Makefile head/net/packetdrill/Makefile (contents, props changed) head/net/pktanon/Makefile head/net/pxe-pdhcp/Makefile (contents, props changed) head/net/qadsl/Makefile (contents, props changed) head/net/qt4-network/Makefile head/net/queso/Makefile head/net/remmina-applet/Makefile head/net/rinetd/Makefile (contents, props changed) head/net/rp-pppoe/Makefile head/net/rsplib/Makefile (contents, props changed) head/net/samba4/Makefile head/net/serveez/Makefile head/net/silc-client/Makefile head/net/silc-server/Makefile head/net/sobby/Makefile (contents, props changed) head/net/tcpdump/Makefile head/net/tcptrace/Makefile (contents, props changed) head/net/tftpgrab/Makefile head/net/udpxy/Makefile head/net/udt/Makefile (contents, props changed) head/net/usbredir/Makefile head/net/v6eval/Makefile head/net/wireshark/Makefile head/net/wmnd/Makefile (contents, props changed) head/net/x2goclient/Makefile head/net/xorp-devel/Makefile head/net/xprobe/Makefile (contents, props changed) head/net/yaz/Makefile head/net/zebra/Makefile head/news/leafnode/Makefile head/news/newsstar/Makefile head/palm/jpilot-picsnvideos/Makefile (contents, props changed) head/palm/synce-gvfs/Makefile head/palm/synce-trayicon/Makefile head/palm/synce-vdccm/Makefile head/polish/kadu/Makefile head/polish/qnapi/Makefile head/ports-mgmt/dialog4ports/Makefile head/ports-mgmt/kpackagekit/Makefile head/ports-mgmt/kports-qt4/Makefile (contents, props changed) head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg/Makefile head/print/a2ps/Makefile (contents, props changed) head/print/afm/Makefile (contents, props changed) head/print/bibview/Makefile (contents, props changed) head/print/dvipdfmx/Makefile (contents, props changed) head/print/freetype2/Makefile head/print/ghostscript7/Makefile (contents, props changed) head/print/ghostscript9-agpl/Makefile (contents, props changed) head/print/ghostview/Makefile head/print/hplip/Makefile head/print/kde4-print-manager/Makefile head/print/kpdftool/Makefile head/print/lout/Makefile head/print/lyx/Makefile head/print/panda/Makefile (contents, props changed) head/print/tex-dvipdfmx/Makefile (contents, props changed) head/print/tex-dvipsk/Makefile (contents, props changed) head/print/tex-ptexenc/Makefile (contents, props changed) head/print/tex-xdvik/Makefile (contents, props changed) head/print/texinfo/Makefile head/print/texlive-base/Makefile (contents, props changed) head/print/transfig/Makefile head/print/typetools/Makefile head/print/wprint/Makefile head/science/avogadro/Makefile head/science/felt/Makefile head/science/flounder/Makefile head/science/gromacs/Makefile head/science/gwyddion/Makefile head/science/hdf/Makefile head/science/kalzium/Makefile head/science/kst2/Makefile head/science/lamprop/Makefile (contents, props changed) head/science/linsmith/Makefile head/science/openbabel/Makefile head/science/paraview/Makefile head/science/peekabot/Makefile (contents, props changed) head/science/silo/Makefile head/science/step/Makefile head/science/udunits/Makefile (contents, props changed) head/security/amavisd-milter/Makefile (contents, props changed) head/security/authforce/Makefile head/security/barnyard2/Makefile head/security/bruteblock/Makefile (contents, props changed) head/security/calife-devel/Makefile (contents, props changed) head/security/checkpassword/Makefile (contents, props changed) head/security/clamav-devel/Makefile head/security/clamav/Makefile head/security/cryptopp/Makefile (contents, props changed) head/security/cyrus-sasl2-ldapdb/Makefile (contents, props changed) head/security/cyrus-sasl2-saslauthd/Makefile (contents, props changed) head/security/cyrus-sasl2/Makefile (contents, props changed) head/security/fakebo/Makefile (contents, props changed) head/security/fbopenssl/Makefile (contents, props changed) head/security/gnomint/Makefile (contents, props changed) head/security/gnutls/Makefile head/security/gpa/Makefile (contents, props changed) head/security/gpgme/Makefile (contents, props changed) head/security/hydra/Makefile (contents, props changed) head/security/ipv6toolkit/Makefile head/security/keepassx/Makefile head/security/kgpg-kde4/Makefile head/security/ksecrets/Makefile head/security/kwallet/Makefile head/security/libmcrypt/Makefile (contents, props changed) head/security/libntlm/Makefile (contents, props changed) head/security/libotr/Makefile (contents, props changed) head/security/libotr3/Makefile (contents, props changed) head/security/libprelude/Makefile head/security/libssh/Makefile head/security/libtomcrypt/Makefile head/security/matrixssl/Makefile (contents, props changed) head/security/ocaml-cryptokit/Makefile (contents, props changed) head/security/openconnect/Makefile head/security/openscep/Makefile (contents, props changed) head/security/openssl_tpm_engine/Makefile head/security/pam_alreadyloggedin/Makefile head/security/pam_pgina/Makefile (contents, props changed) head/security/pidgin-otr/Makefile head/security/py-fail2ban/Makefile head/security/py-yara/Makefile head/security/qtkeychain/Makefile head/security/revelation/Makefile head/security/scanhill/Makefile head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/sudo/Makefile head/security/super/Makefile (contents, props changed) head/security/tpm-tools/Makefile head/security/tpmmanager/Makefile head/security/xyssl/Makefile (contents, props changed) head/security/yara/Makefile head/shells/esh/Makefile head/shells/fd/Makefile (contents, props changed) head/shells/fish/Makefile head/shells/psh/Makefile (contents, props changed) head/sysutils/afflib/Makefile head/sysutils/apachetop/Makefile (contents, props changed) head/sysutils/busybox-unstable/Makefile head/sysutils/busybox/Makefile head/sysutils/cdargs/Makefile head/sysutils/di/Makefile head/sysutils/downtimed/Makefile (contents, props changed) head/sysutils/duff/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/easypbi/Makefile head/sysutils/eiciel/Makefile head/sysutils/filelight-kde4/Makefile head/sysutils/ftwin/Makefile head/sysutils/fusefs-afuse/Makefile head/sysutils/fusefs-fur/Makefile head/sysutils/fusefs-ifuse/Makefile head/sysutils/gtk-imonc/Makefile head/sysutils/heartbeat/Makefile head/sysutils/i7z/Makefile head/sysutils/iat/Makefile (contents, props changed) head/sysutils/isomaster/Makefile head/sysutils/jfbterm/Makefile head/sysutils/k3b-kde4/Makefile head/sysutils/kcm-polkit-kde/Makefile head/sysutils/kdeadmin4/Makefile head/sysutils/kdf/Makefile head/sysutils/kfloppy/Makefile head/sysutils/knutclient-kde4/Makefile head/sysutils/krename-kde4/Makefile head/sysutils/kshutdown-kde4/Makefile head/sysutils/ksysguardd/Makefile head/sysutils/libumberlog/Makefile (contents, props changed) head/sysutils/lineak-xosdplugin/Makefile head/sysutils/logmon/Makefile (contents, props changed) head/sysutils/luckybackup/Makefile (contents, props changed) head/sysutils/metalog/Makefile (contents, props changed) head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/sysutils/nitrogen/Makefile head/sysutils/pacman/Makefile head/sysutils/plasma-applet-apcups/Makefile head/sysutils/polkit-kde/Makefile head/sysutils/qpxtool/Makefile (contents, props changed) head/sysutils/qzeitgeist/Makefile head/sysutils/scanbuttond/Makefile head/sysutils/searchmonkey/Makefile head/sysutils/shlock/Makefile head/sysutils/slmon/Makefile (contents, props changed) head/sysutils/squashfs-tools/Makefile (contents, props changed) head/sysutils/sweeper/Makefile head/sysutils/ucspi-tcp/Makefile (contents, props changed) head/sysutils/uptimed/Makefile head/sysutils/vstrip/Makefile (contents, props changed) head/sysutils/wmcube-gdk/Makefile (contents, props changed) head/sysutils/xstow/Makefile (contents, props changed) head/textproc/bbe/Makefile head/textproc/chpp/Makefile (contents, props changed) head/textproc/discount/Makefile (contents, props changed) head/textproc/dixit/Makefile head/textproc/dwdiff/Makefile head/textproc/enchant/Makefile head/textproc/htdig/Makefile (contents, props changed) head/textproc/hunspell/Makefile head/textproc/kdiff3/Makefile head/textproc/libebml/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile head/textproc/libtranslate/Makefile (contents, props changed) head/textproc/libwpd/Makefile head/textproc/libwpd08/Makefile (contents, props changed) head/textproc/libxml2/Makefile head/textproc/ltxml/Makefile head/textproc/mxml/Makefile head/textproc/opensched/Makefile (contents, props changed) head/textproc/qt4-clucene/Makefile head/textproc/qt4-xml/Makefile head/textproc/qt4-xmlpatterns-tool/Makefile head/textproc/qt4-xmlpatterns/Makefile head/textproc/raptor2/Makefile head/textproc/redland-bindings/Makefile head/textproc/redland/Makefile head/textproc/rnv/Makefile head/textproc/sagasu/Makefile head/textproc/soprano/Makefile head/textproc/stardict2/Makefile head/textproc/stardict3/Makefile head/textproc/tralics/Makefile head/textproc/xmlroff/Makefile head/textproc/xmlwrapp/Makefile head/www/analog/Makefile (contents, props changed) head/www/apache22/Makefile head/www/apache24/Makefile head/www/aria2/Makefile head/www/aria2fe/Makefile head/www/arora/Makefile (contents, props changed) head/www/aws/Makefile (contents, props changed) head/www/cadaver/Makefile head/www/cas/Makefile head/www/cgicc/Makefile head/www/cutycapt/Makefile (contents, props changed) head/www/ffproxy/Makefile (contents, props changed) head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/flickcurl/Makefile head/www/free-sa-devel/Makefile (contents, props changed) head/www/free-sa/Makefile (contents, props changed) head/www/hiawatha/Makefile head/www/http-analyze/Makefile head/www/kdewebdev4/Makefile head/www/kpartsplugin/Makefile head/www/kwebkitpart/Makefile head/www/libxul/Makefile head/www/lighttpd/Makefile (contents, props changed) head/www/man2web/Makefile (contents, props changed) head/www/midori/Makefile head/www/mod_antiloris/Makefile (contents, props changed) head/www/mod_auth_cas/Makefile head/www/mod_auth_cookie_mysql2/Makefile (contents, props changed) head/www/mod_auth_external2/Makefile (contents, props changed) head/www/mod_auth_form/Makefile (contents, props changed) head/www/mod_auth_imap2/Makefile (contents, props changed) head/www/mod_auth_kerb2/Makefile head/www/mod_auth_mysql2/Makefile (contents, props changed) head/www/mod_auth_mysql_another/Makefile (contents, props changed) head/www/mod_auth_openid/Makefile (contents, props changed) head/www/mod_auth_pam2/Makefile (contents, props changed) head/www/mod_auth_pgsql2/Makefile (contents, props changed) head/www/mod_auth_pubtkt/Makefile (contents, props changed) head/www/mod_auth_xradius/Makefile (contents, props changed) head/www/mod_authn_otp/Makefile head/www/mod_authn_sasl/Makefile (contents, props changed) head/www/mod_authnz_external/Makefile (contents, props changed) head/www/mod_authz_unixgroup/Makefile (contents, props changed) head/www/mod_backtrace/Makefile (contents, props changed) head/www/mod_bw/Makefile (contents, props changed) head/www/mod_cband/Makefile (contents, props changed) head/www/mod_cfg_ldap/Makefile (contents, props changed) head/www/mod_chroot/Makefile (contents, props changed) head/www/mod_clamav/Makefile head/www/mod_cplusplus/Makefile (contents, props changed) head/www/mod_cvs2/Makefile (contents, props changed) head/www/mod_dnssd/Makefile (contents, props changed) head/www/mod_domaintree/Makefile (contents, props changed) head/www/mod_encoding/Makefile head/www/mod_evasive/Makefile (contents, props changed) head/www/mod_extract_forwarded/Makefile (contents, props changed) head/www/mod_fastcgi/Makefile (contents, props changed) head/www/mod_fcgid/Makefile (contents, props changed) head/www/mod_fileiri/Makefile (contents, props changed) head/www/mod_flickr/Makefile head/www/mod_ftp/Makefile (contents, props changed) head/www/mod_geoip2/Makefile head/www/mod_gzip2/Makefile (contents, props changed) head/www/mod_h264_streaming/Makefile (contents, props changed) head/www/mod_hosts_access/Makefile (contents, props changed) head/www/mod_jail/Makefile (contents, props changed) head/www/mod_jk/Makefile (contents, props changed) head/www/mod_layout22/Makefile (contents, props changed) head/www/mod_limitipconn2/Makefile (contents, props changed) head/www/mod_line_edit/Makefile (contents, props changed) head/www/mod_lisp2/Makefile (contents, props changed) head/www/mod_log_config-st/Makefile (contents, props changed) head/www/mod_log_dbd/Makefile (contents, props changed) head/www/mod_log_firstbyte/Makefile (contents, props changed) head/www/mod_log_mysql/Makefile (contents, props changed) head/www/mod_log_sql2-dtc/Makefile (contents, props changed) head/www/mod_log_sql2/Makefile (contents, props changed) head/www/mod_macro22/Makefile head/www/mod_memcache/Makefile (contents, props changed) head/www/mod_musicindex/Makefile (contents, props changed) head/www/mod_myvhost/Makefile (contents, props changed) head/www/mod_ntlm2/Makefile (contents, props changed) head/www/mod_pagespeed/Makefile head/www/mod_perl2/Makefile (contents, props changed) head/www/mod_proctitle/Makefile (contents, props changed) head/www/mod_proxy_html/Makefile (contents, props changed) head/www/mod_proxy_xml/Makefile (contents, props changed) head/www/mod_python3/Makefile (contents, props changed) head/www/mod_qos/Makefile head/www/mod_remoteip/Makefile (contents, props changed) head/www/mod_rivet/Makefile head/www/mod_rpaf2/Makefile (contents, props changed) head/www/mod_ruby/Makefile (contents, props changed) head/www/mod_scgi/Makefile (contents, props changed) head/www/mod_security/Makefile head/www/mod_smooth_streaming/Makefile (contents, props changed) head/www/mod_spdy/Makefile head/www/mod_tidy/Makefile (contents, props changed) head/www/mod_tsa/Makefile (contents, props changed) head/www/mod_uid/Makefile (contents, props changed) head/www/mod_umask/Makefile head/www/mod_vhost_ldap/Makefile (contents, props changed) head/www/mod_vhs/Makefile (contents, props changed) head/www/mod_webkit/Makefile (contents, props changed) head/www/mod_whatkilledus/Makefile (contents, props changed) head/www/mod_wsgi/Makefile (contents, props changed) head/www/mod_wsgi3/Makefile (contents, props changed) head/www/mod_xml2enc/Makefile (contents, props changed) head/www/mod_xmlns/Makefile (contents, props changed) head/www/mod_xsendfile/Makefile (contents, props changed) head/www/nginx-devel/Makefile head/www/nginx/Makefile head/www/node-devel/Makefile head/www/node/Makefile head/www/node04/Makefile (contents, props changed) head/www/node06/Makefile head/www/polipo/Makefile (contents, props changed) head/www/qt4-webkit/Makefile head/www/rekonq/Makefile head/www/sarg/Makefile head/www/seamonkey/Makefile head/www/serf/Makefile (contents, props changed) head/www/srg/Makefile (contents, props changed) head/www/tclhttpd/Makefile (contents, props changed) head/www/tinyproxy/Makefile (contents, props changed) head/www/tntnet/Makefile head/www/uwsgi/Makefile head/www/uzbl/Makefile (contents, props changed) head/www/varnish/Makefile head/www/vdr-plugin-live/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/wsdlpull/Makefile head/www/wwwoffle/Makefile head/www/wwwstat/Makefile head/x11-clocks/kdetoys4/Makefile head/x11-clocks/ktimer/Makefile head/x11-clocks/plasma-applet-adjustableclock/Makefile head/x11-clocks/plasma-applet-geekclock/Makefile head/x11-clocks/wmclock/Makefile (contents, props changed) head/x11-clocks/xdaliclock/Makefile head/x11-drivers/xf86-video-nouveau/Makefile (contents, props changed) head/x11-fm/krusader2/Makefile head/x11-fm/py-nautilus/Makefile (contents, props changed) head/x11-fm/qtfm/Makefile (contents, props changed) head/x11-fm/ultracopier/Makefile head/x11-fonts/font-manager/Makefile head/x11-fonts/ttmkfdir/Makefile (contents, props changed) head/x11-themes/gtk-murrine-engine/Makefile head/x11-themes/gtk-oxygen-engine/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/gtk3-oxygen-engine/Makefile head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kdeartwork4/Makefile head/x11-themes/lxappearance/Makefile head/x11-themes/qt4-style-float/Makefile (contents, props changed) head/x11-themes/qt4-style-phase/Makefile (contents, props changed) head/x11-themes/qt4-style-quantumstyle/Makefile (contents, props changed) head/x11-toolkits/attica/Makefile head/x11-toolkits/blt/Makefile head/x11-toolkits/flowcanvas/Makefile head/x11-toolkits/fxscintilla/Makefile head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtkdatabox/Makefile head/x11-toolkits/gtkmm24/Makefile head/x11-toolkits/itk/Makefile (contents, props changed) head/x11-toolkits/mygui/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11-toolkits/qwt5-designerplugin/Makefile head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6-designerplugin/Makefile head/x11-toolkits/qwt6/Makefile head/x11-toolkits/rep-gtk2/Makefile head/x11-toolkits/scintilla/Makefile head/x11-toolkits/termit/Makefile head/x11-toolkits/tk85/Makefile head/x11-toolkits/wxgtk26/Makefile head/x11-toolkits/wxgtk28/Makefile head/x11-toolkits/wxgtk29/Makefile (contents, props changed) head/x11-wm/libwraster/Makefile head/x11-wm/mcwm/Makefile head/x11-wm/musca/Makefile (contents, props changed) head/x11-wm/selectwm/Makefile head/x11-wm/transset/Makefile (contents, props changed) head/x11-wm/treewm/Makefile head/x11-wm/windowlab/Makefile head/x11-wm/windowmaker/Makefile head/x11-wm/wmakerconf/Makefile head/x11/avant-window-navigator/Makefile head/x11/bricons/Makefile head/x11/docker/Makefile (contents, props changed) head/x11/dxpc/Makefile (contents, props changed) head/x11/fbdesk/Makefile (contents, props changed) head/x11/fireflies/Makefile head/x11/gmrun/Makefile (contents, props changed) head/x11/gnome-clipboard-daemon/Makefile head/x11/gsynaptics/Makefile head/x11/i3lock/Makefile head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile head/x11/kde4-baseapps/Makefile head/x11/kde4-runtime/Makefile head/x11/kde4-workspace/Makefile head/x11/kdelibs4/Makefile head/x11/keynav/Makefile head/x11/kgamma/Makefile head/x11/konsole/Makefile head/x11/libkonq/Makefile head/x11/lsw/Makefile (contents, props changed) head/x11/plasma-scriptengine-python/Makefile head/x11/plasma-scriptengine-ruby/Makefile head/x11/qt4-graphicssystems-opengl/Makefile head/x11/qt4-inputmethods/Makefile head/x11/qt4-opengl/Makefile head/x11/roxterm/Makefile head/x11/rxvt/Makefile (contents, props changed) head/x11/slock/Makefile (contents, props changed) head/x11/thingylaunch/Makefile (contents, props changed) head/x11/tint/Makefile head/x11/trayer/Makefile head/x11/workrave/Makefile head/x11/xclick/Makefile (contents, props changed) head/x11/xcoloredit/Makefile head/x11/xdotool/Makefile head/x11/xloadimage/Makefile head/x11/xnee/Makefile head/x11/xorg-edit/Makefile head/x11/xscreensaver/Makefile head/x11/yad/Makefile head/x11/yakuake-kde4/Makefile Modified: head/accessibility/atkmm/Makefile ============================================================================== --- head/accessibility/atkmm/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/atkmm/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -14,7 +14,6 @@ USES= pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes USE_GNOME= atk glibmm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/jovie/Makefile ============================================================================== --- head/accessibility/jovie/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/jovie/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ USE_XZ= yes USES= cmake:outsource USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= xml qmake_build moc_build uic_build rcc_build -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes post-install: Modified: head/accessibility/kaccessible/Makefile ============================================================================== --- head/accessibility/kaccessible/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/kaccessible/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,6 +19,5 @@ USE_KDE4= kdelibs kdeprefix kdehier auto USES= cmake:outsource USE_QT4= corelib dbus gui xml \ qmake_build moc_build rcc_build uic_build -MAKE_JOBS_SAFE= yes .include Modified: head/accessibility/kmag/Makefile ============================================================================== --- head/accessibility/kmag/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/kmag/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build -MAKE_JOBS_SAFE= yes MAN1= kmag.1 Modified: head/accessibility/kmousetool/Makefile ============================================================================== --- head/accessibility/kmousetool/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/kmousetool/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ USE_KDE4= kdelibs kdeprefix kdehier auto USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build USE_XORG= xtst -MAKE_JOBS_SAFE= yes MAN1= kmousetool.1 Modified: head/accessibility/kmouth/Makefile ============================================================================== --- head/accessibility/kmouth/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/kmouth/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build -MAKE_JOBS_SAFE= yes MAN1= kmouth.1 Modified: head/accessibility/qt4-accessible/Makefile ============================================================================== --- head/accessibility/qt4-accessible/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/qt4-accessible/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -12,7 +12,6 @@ COMMENT= Qt accessibility widgets USE_QT4= qmake_build moc_build qt3support corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes -MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/accessibility/speech-dispatcher/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -MAKE_JOBS_SAFE= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} ETCFILES= clients/emacs.conf clients/gnome-speech.conf \ Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/ark/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USE_KDE4= kdeprefix kdehier automoc4 kde USES= cmake:outsource USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= ark.1 Modified: head/archivers/bicom/Makefile ============================================================================== --- head/archivers/bicom/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/bicom/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ RESTRICTED= Contact author personally re USE_ZIP= yes NO_WRKSUBDIR= yes MAKEFILE= ${FILESDIR}/Makefile -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/bicom Modified: head/archivers/dact/Makefile ============================================================================== --- head/archivers/dact/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/dact/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/securi USE_GMAKE= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/archivers/libarc/Makefile ============================================================================== --- head/archivers/libarc/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/libarc/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ SOVERSION= 1 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \ SOLIB="${SOLIB}" SOVERSION="${SOVERSION}" -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes Modified: head/archivers/libcomprex/Makefile ============================================================================== --- head/archivers/libcomprex/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/libcomprex/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ OPTIONS_DEFINE= NLS USE_AUTOTOOLS= libtool USES= pathfix pkgconfig USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes .include Modified: head/archivers/libdynamite/Makefile ============================================================================== --- head/archivers/libdynamite/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/libdynamite/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -13,7 +13,6 @@ MASTER_SITES= SF/synce/Dynamite/${PORTVE MAINTAINER= ports@FreeBSD.org COMMENT= Decompress data compressed with PKWARE Data Compression Library -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/liborange/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ INNO_DESC= Build with expermential Inno VISE_DESC= Build with expermential VISE support MSI_DESC= Build with expermential MSI support -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/archivers/librtfcomp/Makefile ============================================================================== --- head/archivers/librtfcomp/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/librtfcomp/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -13,7 +13,6 @@ MASTER_SITES= SF/synce/SynCE/0.10.0 MAINTAINER= ports@FreeBSD.org COMMENT?= LZRTF compression library -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/archivers/lzmalib/Makefile ============================================================================== --- head/archivers/lzmalib/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/lzmalib/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,6 +16,5 @@ COMMENT= Thin wrapper library of LZMA GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes .include Modified: head/archivers/pbzip2/Makefile ============================================================================== --- head/archivers/pbzip2/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/pbzip2/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ MAN1= pbzip2.1 MLINKS= pbzip2.1 pbunzip2.1 USE_GMAKE= YES -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/pbzip2 bin/pbunzip2 Modified: head/archivers/rpm/Makefile ============================================================================== --- head/archivers/rpm/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/rpm/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/po CONFLICTS= rpm-[45].* USE_GMAKE= yes -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= automake14 autoconf213 libtool CONFIGURE_ARGS= --with-glob USE_LDCONFIG= yes Modified: head/archivers/ruby-zip/Makefile ============================================================================== --- head/archivers/ruby-zip/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/ruby-zip/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -13,7 +13,6 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module for reading and writing ZIP files -MAKE_JOBS_SAFE= yes USE_RUBY= yes USE_RUBY_FEATURES= zlib Modified: head/archivers/sharutils/Makefile ============================================================================== --- head/archivers/sharutils/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/sharutils/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ OPTIONS_DEFINE= NLS USE_XZ= yes USE_PERL5= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 Modified: head/archivers/szip/Makefile ============================================================================== --- head/archivers/szip/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/szip/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -13,7 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast compression utility USE_GMAKE= yes -MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR} Modified: head/archivers/unalz/Makefile ============================================================================== --- head/archivers/unalz/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/unalz/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USE_DOS2UNIX= yes MAKE_ARGS= CPP="${CXX}" CC="${CC}" OBJ="${UNALZ_OBJS}" \ LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" ALL_TARGET= posix-utf8 -MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lz -lbz2 Modified: head/archivers/xz/Makefile ============================================================================== --- head/archivers/xz/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/xz/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ COMMENT= LZMA compression and decompress CONFLICTS= lzma-[0-9]* lzmautils-[0-9]* lzmalib-[0-9]* -MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_LDCONFIG= yes USES= pathfix Modified: head/archivers/zip/Makefile ============================================================================== --- head/archivers/zip/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/zip/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ PLIST_FILES= bin/zip bin/zipcloak bin/zi MAN1= zip.1 zipcloak.1 zipnote.1 zipsplit.1 PORTDOCS= * -MAKE_JOBS_SAFE= yes do-install: .for p in ${PLIST_FILES:T} Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/archivers/zipmix/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -13,7 +13,6 @@ COMMENT= Produce a .ZIP file from 2 othe USE_DOS2UNIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/${PORTNAME} Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/cfitsio/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -23,7 +23,6 @@ OPTIONS_DEFINE= DOCS ALL_TARGET= shared CONFIGURE_ARGS= ac_cv_prog_FC="f2c" GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/astro/fowsr/Makefile ============================================================================== --- head/astro/fowsr/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/fowsr/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ FILEDATE= 20100718 WRKSRC= ${WRKDIR}/${PORTNAME}-${FILEVER} USE_GMAKE= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/fowsr Modified: head/astro/garmindev/Makefile ============================================================================== --- head/astro/garmindev/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/garmindev/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -12,6 +12,5 @@ COMMENT= Drivers for using Garmin GPS un LICENSE= GPLv2 USES= cmake -MAKE_JOBS_SAFE= yes .include Modified: head/astro/gpscorrelate/Makefile ============================================================================== --- head/astro/gpscorrelate/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/gpscorrelate/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -24,7 +24,6 @@ GH_COMMIT= a36646b USE_GNOME= libxml2 USE_GMAKE= yes -MAKE_JOBS_SAFE= yes MAN1= gpscorrelate.1 MLINKS= gpscorrelate.1 gpscorrelate-gui.1 Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/gpsd/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ USE_RC_SUBR= gpsd USE_PYTHON= yes INSTALLS_EGGINFO= yes PYDISTUTILS_EGGINFO= gps-${PORTVERSION}.egg-info -MAKE_JOBS_SAFE= yes SCONS_BUILDENV= CC=${CC} SCONS_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/kstars/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -24,6 +24,5 @@ USE_KDE4= kdehier kdelibs kdeprefix auto USES= cmake:outsource USE_QT4= opengl qmake_build moc_build rcc_build uic_build USE_XZ= yes -MAKE_JOBS_SAFE= yes .include Modified: head/astro/libosmpbf/Makefile ============================================================================== --- head/astro/libosmpbf/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/libosmpbf/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ GH_TAGNAME= v${PORTVERSION} GH_COMMIT= d9be2d1 USE_GMAKE= yes -MAKE_JOBS_SAFE= yes BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src Modified: head/astro/marble/Makefile ============================================================================== --- head/astro/marble/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/marble/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USE_QT4= corelib dbus declarative design USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null CMAKE_ARGS= -DMOBILE:BOOL=FALSE Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/merkaartor/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -25,7 +25,6 @@ USE_LDCONFIG= yes USE_QT4= qmake_build uic_build moc_build rcc_build \ gui network svg webkit xml imageformats script scripttools -MAKE_JOBS_SAFE= yes .if exists(${LOCALBASE}/bin/gnome-session) INSTALLS_ICONS= yes Modified: head/astro/qlandkartegt/Makefile ============================================================================== --- head/astro/qlandkartegt/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/qlandkartegt/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USES= cmake USE_QT4= dbus gui opengl network sql xml linguist_build \ moc_build uic_build rcc_build qmake_build USE_GL= glu -MAKE_JOBS_SAFE= yes SUB_FILES= qlandkartegt Modified: head/astro/sunclock/Makefile ============================================================================== --- head/astro/sunclock/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/sunclock/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j USE_BZIP2= yes USE_XORG= xpm -MAKE_JOBS_SAFE= yes CPPFLAGS+= $$(libpng-config --I_opts) \ -I${LOCALBASE}/include \ Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/viking/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -31,7 +31,6 @@ USE_GMAKE= yes USE_PERL5_RUN= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/astro/xtide/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -27,7 +27,6 @@ MAN8= xttpd.8 CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes TCD_DISTNAME= libtcd-2.2.5 HARM_DISTNAME= harmonics-dwf-20121224 Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/HVSC-Update/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_To USE_GMAKE= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes PORTDOCS= HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} Modified: head/audio/acoustid-fingerprinter/Makefile ============================================================================== --- head/audio/acoustid-fingerprinter/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/acoustid-fingerprinter/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ USES= cmake USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING=${FFMPEG_SUFFIX} FFMPEG_SUFFIX?= 1 Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/amarok-kde4/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -34,7 +34,6 @@ USE_QT4= dbus designer gui network openg USE_XORG= x11 USE_BZIP2= yes USES= cmake -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= AMAZON IPOD MP3TUNES MTP Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/audex/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs libkcddb USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= NLS EYED3 FAAC FLAC LAME VORBIS OPTIONS_DEFAULT= FLAC VORBIS Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/beast/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -30,7 +30,6 @@ CONFIGURE_ARGS= --disable-silent-rules \ --enable-osspcm=/dev/dsp \ --enable-ossmidi=/dev/midi USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CXXFLAGS+= -fpermissive CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/bristol/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -24,7 +24,6 @@ CONFIGURE_ARGS+= --disable-alsa --enable --enable-jack-default-midi \ --disable-version-check -MAKE_JOBS_SAFE= yes MAN1= bristol.1 bristoljackstats.1 MLINKS= bristol.1 brighton.1 bristol.1 startBristol.1 Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/calf/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -27,7 +27,6 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/chromaprint/Makefile ============================================================================== --- head/audio/chromaprint/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/chromaprint/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -15,7 +15,6 @@ LIB_DEPENDS= avcodec${FFMPEG_SUFFIX}:${P USES= cmake:outsource USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=ON \ -DWITH_AVFFT:BOOL=ON \ Modified: head/audio/clunk/Makefile ============================================================================== --- head/audio/clunk/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/clunk/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -14,7 +14,6 @@ USE_BZIP2= yes USES= cmake USE_SDL= sdl USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= SSE Modified: head/audio/creox/Makefile ============================================================================== --- head/audio/creox/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/creox/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ USES= cmake:outsource USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= xft xpm -MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e \ Modified: head/audio/cripple/Makefile ============================================================================== --- head/audio/cripple/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/cripple/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -12,7 +12,6 @@ COMMENT= Command line CD ripper/encoder USE_BZIP2= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\ Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/csound/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -46,7 +46,6 @@ SCONS_ARGS= prefix="${PREFIX}" CC="${CC} install=1 noDebug=1 useDouble=1 \ useGettext=1 usePortMIDI=0 USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/deadbeef/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -27,7 +27,6 @@ CONFIGURE_ARGS= --disable-alsa --disable LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lexecinfo -lintl" WANT_GNOME= yes INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= CONFIG_SHELL="${LOCALBASE}/bin/bash" SHEBANG_FILES= yasmwrapper.sh Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/denemo/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -33,7 +33,6 @@ CONFIGURE_ARGS= --enable-gtk2 \ --enable-jack \ --disable-portmidi \ --sysconfdir=${PREFIX}/etc -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include/portaudio2 \ -I${LOCALBASE}/include Modified: head/audio/dssi/Makefile ============================================================================== --- head/audio/dssi/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/dssi/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ OPTIONS_DEFINE= QT4 USES= pathfix pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/ecasound/Makefile ============================================================================== --- head/audio/ecasound/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/ecasound/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -30,7 +30,6 @@ CONFIGURE_ARGS= --disable-liblilv \ --enable-sys-readline \ --disable-arts USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/audio/epos-devel/Makefile ============================================================================== --- head/audio/epos-devel/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/epos-devel/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -15,7 +15,6 @@ LICENSE_COMB= multi USES= bison gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no -MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in Modified: head/audio/esperanza/Makefile ============================================================================== --- head/audio/esperanza/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/esperanza/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -27,7 +27,6 @@ QT_NONSTANDARD= yes USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-growl -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/esperanza Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/faac/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ RESTRICTED= Distribution in binary form USE_BZIP2= yes USE_DOS2UNIX= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/faad/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio dec USE_BZIP2= yes USE_DOS2UNIX= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/fluidsynth/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USES= cmake pkgconfig CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CFLAGS+= ${PA_CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= ${PA_LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/audio/fmit/Makefile ============================================================================== --- head/audio/fmit/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/fmit/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -29,7 +29,6 @@ USE_QT4= corelib gui opengl \ USE_GL= glut USES= cmake INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes .include Modified: head/audio/ghostess/Makefile ============================================================================== --- head/audio/ghostess/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/ghostess/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -32,7 +32,6 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jackmidi -MAKE_JOBS_SAFE= yes MAN1= ghostess.1 PLIST_FILES= bin/ghostess bin/ghostess_universal_gui Modified: head/audio/gimmix/Makefile ============================================================================== --- head/audio/gimmix/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/gimmix/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -30,7 +30,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes MAN1= gimmix.1 Modified: head/audio/gmidimonitor/Makefile ============================================================================== --- head/audio/gmidimonitor/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/gmidimonitor/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/ja USE_BZIP2= yes USE_GNOME= gtk20 libglade2 -MAKE_JOBS_SAFE= yes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/audio/gsm/Makefile ============================================================================== --- head/audio/gsm/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/gsm/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ COMMENT= Audio converter and library for WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= toast.1 MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 Modified: head/audio/gxmms2/Makefile ============================================================================== --- head/audio/gxmms2/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/gxmms2/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USE_GNOME= gtk20 USES= gmake ALL_TARGET= ${PORTNAME} -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/gxmms2 \ %%DATADIR%%/gxmms2_mini.xpm Modified: head/audio/ices/Makefile ============================================================================== --- head/audio/ices/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/ices/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -27,7 +27,6 @@ USE_GNOME= libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/audio/istream/Makefile ============================================================================== --- head/audio/istream/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/istream/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ USE_XORG= xtst GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}c CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0` -MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e 's|libdir)/bonobo|prefix)/libdata/bonobo|' ${WRKSRC}/src/Makefile.in Modified: head/audio/jack-keyboard/Makefile ============================================================================== --- head/audio/jack-keyboard/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/jack-keyboard/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -17,7 +17,6 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack MAN1= jack-keyboard.1 -MAKE_JOBS_SAFE= yes USE_GNOME= gtk20 USES= cmake INSTALLS_ICONS= yes Modified: head/audio/jack_ghero/Makefile ============================================================================== --- head/audio/jack_ghero/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/jack_ghero/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -15,7 +15,6 @@ LICENSE= BSD LIB_DEPENDS= jack:${PORTSDIR}/audio/jack USE_BZIP2= yes -MAKE_JOBS_SAFE= yes MANCOMPRESSED= yes MAN8= jack_ghero.8 Modified: head/audio/jack_umidi/Makefile ============================================================================== --- head/audio/jack_umidi/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/jack_umidi/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -15,7 +15,6 @@ LICENSE= BSD LIB_DEPENDS= jack:${PORTSDIR}/audio/jack USE_BZIP2= yes -MAKE_JOBS_SAFE= yes MANCOMPRESSED= yes MAN8= jack_umidi.8 Modified: head/audio/juk/Makefile ============================================================================== --- head/audio/juk/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/juk/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes -MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/kid3-kde4/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= FLAC ID3LIB MP4V2 VORBIS TAGLIB CHROMAPRINT OPTIONS_DEFAULT= ${OPTIONS_DEFINE} Modified: head/audio/kio-audiocd/Makefile ============================================================================== --- head/audio/kio-audiocd/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/kio-audiocd/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ USE_KDE4= kdehier kdelibs kdeprefix libk USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= LAME LAME_DESC= Install LAME MP3 audio encoder Modified: head/audio/kmix/Makefile ============================================================================== --- head/audio/kmix/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/kmix/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,7 +20,6 @@ USE_KDE4= automoc4 kdehier kdelibs kdepr USE_QT4= gui phonon xml \ moc_build qmake_build rcc_build uic_build USE_XZ= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA PULSEAUDIO Modified: head/audio/kscd/Makefile ============================================================================== --- head/audio/kscd/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/kscd/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ USE_KDE4= kdehier kdelibs kdeprefix libk automoc4 USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA Modified: head/audio/ladspa/Makefile ============================================================================== --- head/audio/ladspa/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/ladspa/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ PLUGIN_DIR?= ${PREFIX}/lib/ladspa/ MAKEFILE= makefile ALL_TARGET= targets BUILD_WRKSRC= ${WRKSRC}/src -MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,-Werror ,,; \ Modified: head/audio/lame/Makefile ============================================================================== --- head/audio/lame/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/lame/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest RESTRICTED= patent issues, see http://www.mp3licensing.com/ Modified: head/audio/lash/Makefile ============================================================================== --- head/audio/lash/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/lash/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/liba52/Makefile ============================================================================== --- head/audio/liba52/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/liba52/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool USE_GMAKE= yes -MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LDCONFIG= yes Modified: head/audio/libcoverart/Makefile ============================================================================== --- head/audio/libcoverart/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libcoverart/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -16,7 +16,6 @@ LIB_DEPENDS= jansson:${PORTSDIR}/devel/j USES= cmake USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION} Modified: head/audio/libdiscid/Makefile ============================================================================== --- head/audio/libdiscid/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libdiscid/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -21,7 +21,6 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GNOME= ltverhack gnomehack -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes .include Modified: head/audio/libkcddb/Makefile ============================================================================== --- head/audio/libkcddb/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libkcddb/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,6 +20,5 @@ USE_KDE4= automoc4 kdehier kdelibs kdepr USE_QT4= qtestlib moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes .include Modified: head/audio/libkcompactdisc/Makefile ============================================================================== --- head/audio/libkcompactdisc/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libkcompactdisc/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ USE_KDE4= automoc4 kdehier kdelibs kdepr USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA Modified: head/audio/liblscp/Makefile ============================================================================== --- head/audio/liblscp/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/liblscp/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -20,6 +20,5 @@ USES= pathfix USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes .include Modified: head/audio/libmtp/Makefile ============================================================================== --- head/audio/libmtp/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libmtp/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ MTPZ_DESC= Enable functionality to conne USES= pathfix pkgconfig iconv GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/libmusicbrainz3/Makefile ============================================================================== --- head/audio/libmusicbrainz3/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libmusicbrainz3/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ LATEST_LINK= ${PORTNAME}3 USES= cmake USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ Modified: head/audio/libmusicbrainz4/Makefile ============================================================================== --- head/audio/libmusicbrainz4/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libmusicbrainz4/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ LATEST_LINK= ${PORTNAME}4 USES= cmake USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ Modified: head/audio/libmusicbrainz5/Makefile ============================================================================== --- head/audio/libmusicbrainz5/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libmusicbrainz5/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -22,7 +22,6 @@ LATEST_LINK= ${PORTNAME}5 USES= cmake USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ Modified: head/audio/libnjb/Makefile ============================================================================== --- head/audio/libnjb/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libnjb/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -18,7 +18,6 @@ OPTIONS_DEFINE= DOCS USES= pathfix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libofa/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -32,7 +32,6 @@ USES= pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes .include Modified: head/audio/libshout2/Makefile ============================================================================== --- head/audio/libshout2/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/libshout2/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -26,7 +26,6 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes Modified: head/audio/linnya/Makefile ============================================================================== --- head/audio/linnya/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/linnya/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -23,7 +23,6 @@ USE_GMAKE= yes USE_GNOME= gtk30 USE_SQLITE= 3 USE_GSTREAMER= good mp3 -MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/linuxsampler/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -29,7 +29,6 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= linuxsampler.1 Modified: head/audio/liteamp/Makefile ============================================================================== --- head/audio/liteamp/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/liteamp/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -23,7 +23,6 @@ USE_GNOME= libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" -MAKE_JOBS_SAFE= yes MAN1= liteamp.1 Modified: head/audio/lmms/Makefile ============================================================================== --- head/audio/lmms/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/lmms/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -43,7 +43,6 @@ CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \ -DWANT_TAP:BOOL=OFF \ -DWANT_VST:BOOL=OFF \ -DHAVE_STRTOLL=ON -MAKE_JOBS_SAFE= yes MANCOMPRESSED= yes MAN1= lmms.1 Modified: head/audio/lv2core/Makefile ============================================================================== --- head/audio/lv2core/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/lv2core/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD= yes -MAKE_JOBS_SAFE= yes .include Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/midipp/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -19,7 +19,6 @@ USE_BZIP2= yes USE_QT4= gui qmake_build moc_build rcc_build network -MAKE_JOBS_SAFE= yes QMAKE_MIDIPP= ${QMAKE} -unix PREFIX=${PREFIX} -o Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/mixxx/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -35,7 +35,6 @@ USE_GL= glu USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} SCONS_ARGS= qtdir="${QT_PREFIX}" optimize=0 -MAKE_JOBS_SAFE= yes .include Modified: head/audio/mous/Makefile ============================================================================== --- head/audio/mous/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/mous/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -14,7 +14,6 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cmake -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \ MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \ Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Wed Aug 14 21:12:06 2013 (r324743) +++ head/audio/mp3blaster/Makefile Wed Aug 14 22:35:50 2013 (r324744) @@ -14,7 +14,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 22:52:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5091761; Wed, 14 Aug 2013 22:52:44 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D33722CCB; Wed, 14 Aug 2013 22:52:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EMqiDj006273; Wed, 14 Aug 2013 22:52:44 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EMqih5006272; Wed, 14 Aug 2013 22:52:44 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201308142252.r7EMqih5006272@svn.freebsd.org> From: Alex Kozlov Date: Wed, 14 Aug 2013 22:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324745 - head/multimedia/mplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 22:52:45 -0000 Author: ak Date: Wed Aug 14 22:52:44 2013 New Revision: 324745 URL: http://svnweb.freebsd.org/changeset/ports/324745 Log: - Fix accidental breakage Modified: head/multimedia/mplayer/Makefile Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Wed Aug 14 22:35:50 2013 (r324744) +++ head/multimedia/mplayer/Makefile Wed Aug 14 22:52:44 2013 (r324745) @@ -48,6 +48,7 @@ CONFFILES= example.conf input.conf menu. .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 +.endif CONFIGURE_ARGS+= --disable-arts \ --disable-directfb \ From owner-svn-ports-all@FreeBSD.ORG Wed Aug 14 23:51:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECA04ED6; Wed, 14 Aug 2013 23:51:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA23F20DD; Wed, 14 Aug 2013 23:51:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ENpSL5028907; Wed, 14 Aug 2013 23:51:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ENpSvP028906; Wed, 14 Aug 2013 23:51:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308142351.r7ENpSvP028906@svn.freebsd.org> From: Matthias Andree Date: Wed, 14 Aug 2013 23:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324746 - in branches/RELENG_9_2_0/security/polarssl: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 23:51:29 -0000 Author: mandree Date: Wed Aug 14 23:51:28 2013 New Revision: 324746 URL: http://svnweb.freebsd.org/changeset/ports/324746 Log: Merge r324724 from head to fix "make fetch" regression. "make fetch" would fail if on a non-POSIX-compliant SHELL, for instance, if launched from csh. 1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a POSIX-compliant shell (such as /bin/sh) 2. Just because it's meant that way, add an svn:executable=* property on files/fetchwrapper.sh. PR: ports/181252 Reported by: Mike Harding (private email) Approved by: portmgr (erwin) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh (props changed) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/Makefile Wed Aug 14 22:52:44 2013 (r324745) +++ branches/RELENG_9_2_0/security/polarssl/Makefile Wed Aug 14 23:51:28 2013 (r324746) @@ -51,7 +51,7 @@ post-install: .include -FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ +FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \ ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} .if ${ARCH} == "powerpc" From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 00:24:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 156E8DC8; Thu, 15 Aug 2013 00:24:57 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD28B2411; Thu, 15 Aug 2013 00:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F0Ou2e041180; Thu, 15 Aug 2013 00:24:56 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F0Ouqt041178; Thu, 15 Aug 2013 00:24:56 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201308150024.r7F0Ouqt041178@svn.freebsd.org> From: Grzegorz Blach Date: Thu, 15 Aug 2013 00:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324747 - head/www/trac-permredirect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 00:24:57 -0000 Author: gblach Date: Thu Aug 15 00:24:56 2013 New Revision: 324747 URL: http://svnweb.freebsd.org/changeset/ports/324747 Log: - Update to 3.0 Approved by: crees, tabthorpe (mentors, implicit) Modified: head/www/trac-permredirect/Makefile head/www/trac-permredirect/distinfo Modified: head/www/trac-permredirect/Makefile ============================================================================== --- head/www/trac-permredirect/Makefile Wed Aug 14 23:51:28 2013 (r324746) +++ head/www/trac-permredirect/Makefile Thu Aug 15 00:24:56 2013 (r324747) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= permredirect -PORTVERSION= 2.0.${REV} +PORTVERSION= 3.0 CATEGORIES= www devel python -MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/${BRANCH}?old_path=/&format=zip&filename= \ - http://files.roorback.net/ +MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \ + LOCAL/gblach/ PKGNAMEPREFIX= trac- +DIST_SUBDIR= trac MAINTAINER= gblach@FreeBSD.org COMMENT= Redirect users to the login screen on PermissionError @@ -14,18 +15,14 @@ COMMENT= Redirect users to the login scr RUN_DEPENDS= tracd:${PORTSDIR}/www/trac FETCH_BEFORE_ARGS= -o ${DISTFILES} -BRANCH= 0.11 -REV= 3593 +REV= 13353 USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracPermRedirect -PYDISTUTILS_PKGVERSION= 2.0 -WRKSRC= ${WRKDIR}/${PORTNAME}plugin/${BRANCH} +PYDISTUTILS_PKGVERSION= ${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION} PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -pre-build: - cd ${WRKSRC} && ${PYTHON_CMD} setup.py bdist_egg - .include Modified: head/www/trac-permredirect/distinfo ============================================================================== --- head/www/trac-permredirect/distinfo Wed Aug 14 23:51:28 2013 (r324746) +++ head/www/trac-permredirect/distinfo Thu Aug 15 00:24:56 2013 (r324747) @@ -1,2 +1,2 @@ -SHA256 (permredirect-2.0.3593.zip) = 0064b7063be2ff9c605545c803d00f69ff22e5c2f62e6fcff65ec369bb71a47c -SIZE (permredirect-2.0.3593.zip) = 1538 +SHA256 (trac/permredirect-3.0.zip) = cdad7f4efefeda90a54cb079ee0ef73eb157227074a638c211481b8b7b89721f +SIZE (trac/permredirect-3.0.zip) = 2095 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 01:52:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6BC8FF1B; Thu, 15 Aug 2013 01:52:53 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5854F2A18; Thu, 15 Aug 2013 01:52:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F1qraW075206; Thu, 15 Aug 2013 01:52:53 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F1qo6N075192; Thu, 15 Aug 2013 01:52:50 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201308150152.r7F1qo6N075192@svn.freebsd.org> From: Diane Bruce Date: Thu, 15 Aug 2013 01:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324748 - in head/comms: . qsstv qsstv/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 01:52:53 -0000 Author: db Date: Thu Aug 15 01:52:50 2013 New Revision: 324748 URL: http://svnweb.freebsd.org/changeset/ports/324748 Log: - restore qsstv and update to latest - reassign maintainership - This update moves qsstv to QT4 PR: ports/181233 Submitted by: Stephen Hurd Added: head/comms/qsstv/ - copied from r323677, head/comms/qsstv/ head/comms/qsstv/files/patch-no_designer (contents, props changed) head/comms/qsstv/files/patch-src_camcontrol.ui (contents, props changed) head/comms/qsstv/files/patch-src_configdialog.cpp (contents, props changed) head/comms/qsstv/files/patch-src_configform.ui (contents, props changed) head/comms/qsstv/files/patch-src_documentation_html_gettingstarted.html (contents, props changed) head/comms/qsstv/files/patch-src_freqform.ui (contents, props changed) head/comms/qsstv/files/patch-src_soundcontrol.ui (contents, props changed) head/comms/qsstv/files/patch-src_src.pro (contents, props changed) head/comms/qsstv/files/patch-src_sweepform.ui (contents, props changed) Deleted: head/comms/qsstv/files/patch-configdialog.cpp head/comms/qsstv/files/patch-qsstv.pro Modified: head/comms/Makefile head/comms/qsstv/Makefile (contents, props changed) head/comms/qsstv/distinfo (contents, props changed) head/comms/qsstv/pkg-descr (contents, props changed) head/comms/qsstv/pkg-plist (contents, props changed) Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Thu Aug 15 00:24:56 2013 (r324747) +++ head/comms/Makefile Thu Aug 15 01:52:50 2013 (r324748) @@ -126,6 +126,7 @@ SUBDIR += qico SUBDIR += qpage SUBDIR += qrq + SUBDIR += qsstv SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign Modified: head/comms/qsstv/Makefile ============================================================================== --- head/comms/qsstv/Makefile Thu Jul 25 23:23:47 2013 (r323677) +++ head/comms/qsstv/Makefile Thu Aug 15 01:52:50 2013 (r324748) @@ -1,47 +1,42 @@ -# ports collection makefile for: qsstv -# Date created: 28 August 2004 -# Whom: db -# # $FreeBSD$ -# PORTNAME= qsstv -PORTVERSION= 6.0a -PORTREVISION= 7 +PORTVERSION= 7.1.7 CATEGORIES= comms hamradio -MASTER_SITES= http://users.telenet.be/on4qz/snapshots/download/ \ +MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db +DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= db@FreeBSD.org +MAINTAINER= shurd@sasktel.net COMMENT= Amateur Radio SSTV/FAX reception program for unix -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ + hamlib:${PORTSDIR}/comms/hamlib \ + asound:${PORTSDIR}/audio/alsa-lib +BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_QT_VER= 3 -CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -CONFIGURE_ARGS= --qtdir=${QT_PREFIX} -MAKE_ARGS+= QTDIR=${QT_PREFIX} \ - QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ - DESTDIR="" TARGET="qsstv" DOCSDIR="${DOCSDIR}" +USE_QT4= gui network moc_build qmake_build rcc_build uic_build -post-patch: - ${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \ - ${WRKSRC}/configdialog.cpp +OPTIONS_DEFINE= DOCS -do-configure: - cd ${WRKSRC}; \ - ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro; \ +.include -do-install: - ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/qsstv ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} +.if ! ${PORT_OPTIONS:MDOCS} +INSTALL_WRKSRC= ${WRKSRC}/src +INSTALL_TARGET= install_target .endif +post-patch: + @${RM} -f ${WRKSRC}/src/documentation/html/gettingstarted.html.orig + @${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \ + ${WRKSRC}/src/configdialog.cpp ${WRKSRC}/src/src.pro + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/src/src.pro + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${DISTNAME}.pro + .include Modified: head/comms/qsstv/distinfo ============================================================================== --- head/comms/qsstv/distinfo Thu Jul 25 23:23:47 2013 (r323677) +++ head/comms/qsstv/distinfo Thu Aug 15 01:52:50 2013 (r324748) @@ -1,2 +1,2 @@ -SHA256 (qsstv-6.0a.tgz) = 21f5d75075ec6181587abb1b9b008ff38de7a7a93e03de0d029fb8275847aeb8 -SIZE (qsstv-6.0a.tgz) = 881154 +SHA256 (qsstv_7.1.7.tgz) = ae713985af1072ab267c280dcb81c830a9a026545cf402444e1f72a3e7f25f00 +SIZE (qsstv_7.1.7.tgz) = 2116410 Added: head/comms/qsstv/files/patch-no_designer ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-no_designer Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,15 @@ +--- src/widgets/qvumeter.h.orig 2008-02-21 09:01:00.000000000 -0800 ++++ src/widgets/qvumeter.h 2013-08-11 17:41:46.000000000 -0700 +@@ -22,11 +22,10 @@ + #define QVUMETER_H + + #include +-#include + #include + + +-class QDESIGNER_WIDGET_EXPORT QVUMeter : public QWidget ++class Q_DECL_IMPORT QVUMeter : public QWidget + { + Q_OBJECT + Q_PROPERTY(QColor colorBg READ colorBg WRITE setColorBg); Added: head/comms/qsstv/files/patch-src_camcontrol.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_camcontrol.ui Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,10 @@ +--- src/camcontrol.ui.orig 2008-06-20 09:47:28.000000000 -0700 ++++ src/camcontrol.ui 2013-08-11 18:22:01.000000000 -0700 +@@ -475,7 +475,6 @@ + + + +- qPixmapFromMimeSource + + + Q3Frame Added: head/comms/qsstv/files/patch-src_configdialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_configdialog.cpp Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,19 @@ +--- src/configdialog.cpp.orig 2013-06-30 19:37:03.000000000 -0700 ++++ src/configdialog.cpp 2013-06-30 19:38:19.000000000 -0700 +@@ -100,14 +100,14 @@ + txImagesPath=qSettings.value("txImagesPath",QString(getenv("HOME"))+"/").toString(); + templatesPath=qSettings.value("templatesPath",QString(getenv("HOME"))+"/").toString(); + audioPath=qSettings.value("audioPath",QString(getenv("HOME"))+"/").toString(); +- docPath =qSettings.value("docPath",QString("/usr/share/doc/qsstv/")).toString(); ++ docPath =qSettings.value("docPath",QString("%%DOCSDIR%%")).toString(); + defaultImageFormat=qSettings.value("defaultImageFormat","png").toString(); + samplingrate=qSettings.value("samplingrate",11025).toInt(); + rxClock=qSettings.value("rxclock",11025.).toDouble(); + txClock=qSettings.value("txclock",11025.).toDouble(); + inputAudioDevice=qSettings.value("inputAudioDevice","default").toString(); + outputAudioDevice=qSettings.value("outputAudioDevice","default").toString(); +- serialPort=qSettings.value("serialPort","/dev/ttyS0").toString(); ++ serialPort=qSettings.value("serialPort","/dev/ttyu0").toString(); + radioModel=qSettings.value("radioModel","dummy").toString(); + civAddress=qSettings.value("civAddress",0x70).toInt(); + baudrate=qSettings.value("baudrate",9600).toInt(); Added: head/comms/qsstv/files/patch-src_configform.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_configform.ui Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,10 @@ +--- src/configform.ui.orig 2013-08-11 18:17:50.000000000 -0700 ++++ src/configform.ui 2013-08-11 18:18:00.000000000 -0700 +@@ -2963,7 +2963,6 @@ + + + +- qPixmapFromMimeSource + + + Added: head/comms/qsstv/files/patch-src_documentation_html_gettingstarted.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_documentation_html_gettingstarted.html Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,11 @@ +--- src/documentation/html/gettingstarted.html.orig 2013-06-30 20:08:44.000000000 -0700 ++++ src/documentation/html/gettingstarted.html 2013-06-30 20:08:51.000000000 -0700 +@@ -112,7 +112,7 @@ +
  • CIV Address: only used for ICOM, default is 112 (hex: 0x70)
  • +
  • Serial Port/host: either the serial port (e.g. /dev/ttyUSB0) or the host address (e.g. localhost:4532)
  • +
  • Handshake, Parity, Data bits, Stop bits, Baudrate: serial port settings
  • +-
  • PTT Serial Port: serial port (e.g. /dev/ttyS0) only used if "Enable PTT serial Interface" is selected
  • ++
  • PTT Serial Port: serial port (e.g. /dev/ttyu0) only used if "Enable PTT serial Interface" is selected
  • + + + Added: head/comms/qsstv/files/patch-src_freqform.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_freqform.ui Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,10 @@ +--- src/freqform.ui.orig 2013-08-11 18:18:41.000000000 -0700 ++++ src/freqform.ui 2013-08-11 18:18:46.000000000 -0700 +@@ -281,7 +281,6 @@ + + + +- qPixmapFromMimeSource + + + Added: head/comms/qsstv/files/patch-src_soundcontrol.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_soundcontrol.ui Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,10 @@ +--- src/soundcontrol.ui.orig 2013-08-11 18:20:01.000000000 -0700 ++++ src/soundcontrol.ui 2013-08-11 18:20:09.000000000 -0700 +@@ -209,7 +209,6 @@ + + + +- qPixmapFromMimeSource + + + Added: head/comms/qsstv/files/patch-src_src.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_src.pro Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,22 @@ +--- src/src.pro.orig 2012-01-04 13:11:46.000000000 -0800 ++++ src/src.pro 2013-06-30 20:05:22.000000000 -0700 +@@ -180,15 +180,15 @@ + QMAKE_EXTRA_TARGETS += dox + message(dox will be generated) + } +-dox.path=/usr/share/doc/$$TARGET ++dox.path=%%DOCSDIR%% + dox.files= $$PWD/documentation/html/* + +- LIBS += -L/usr/lib64 \ ++ LIBS += \ + -lfftw3 \ + -lasound \ + -lhamlib + +-target.path=/usr/local/bin +-target.extra = strip $(TARGET); cp -f $(TARGET) $${PREFIX}/bin/$(TARGET) ++target.path=%%PREFIX%%/bin ++target.extra = strip $(TARGET); cp -f $(TARGET) %%PREFIX%%/bin/$(TARGET) + INSTALLS +=target + INSTALLS +=dox Added: head/comms/qsstv/files/patch-src_sweepform.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qsstv/files/patch-src_sweepform.ui Thu Aug 15 01:52:50 2013 (r324748) @@ -0,0 +1,10 @@ +--- src/sweepform.ui.orig 2013-08-11 18:20:48.000000000 -0700 ++++ src/sweepform.ui 2013-08-11 18:20:55.000000000 -0700 +@@ -248,7 +248,6 @@ + + + +- qPixmapFromMimeSource + + + Modified: head/comms/qsstv/pkg-descr ============================================================================== --- head/comms/qsstv/pkg-descr Thu Jul 25 23:23:47 2013 (r323677) +++ head/comms/qsstv/pkg-descr Thu Aug 15 01:52:50 2013 (r324748) @@ -1,3 +1,3 @@ -SSTV decode and Version 5 supports FAX reception +Amateur Radio SSTV/FAX transmit and reception program for unix WWW: http://users.telenet.be/on4qz/ Modified: head/comms/qsstv/pkg-plist ============================================================================== --- head/comms/qsstv/pkg-plist Thu Jul 25 23:23:47 2013 (r323677) +++ head/comms/qsstv/pkg-plist Thu Aug 15 01:52:50 2013 (r324748) @@ -1,54 +1,68 @@ bin/qsstv +%%PORTDOCS%%%%DOCSDIR%%/_r_x.html +%%PORTDOCS%%%%DOCSDIR%%/_t_x.html %%PORTDOCS%%%%DOCSDIR%%/arrow.png -%%PORTDOCS%%%%DOCSDIR%%/colorpicker.png -%%PORTDOCS%%%%DOCSDIR%%/colorselect.png -%%PORTDOCS%%%%DOCSDIR%%/config_cust.png -%%PORTDOCS%%%%DOCSDIR%%/config_cw.png -%%PORTDOCS%%%%DOCSDIR%%/config_fax.png -%%PORTDOCS%%%%DOCSDIR%%/config_ftp.png -%%PORTDOCS%%%%DOCSDIR%%/config_gen.png -%%PORTDOCS%%%%DOCSDIR%%/config_interf.png -%%PORTDOCS%%%%DOCSDIR%%/config_rep.png +%%PORTDOCS%%%%DOCSDIR%%/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/calibration.png +%%PORTDOCS%%%%DOCSDIR%%/camera.png +%%PORTDOCS%%%%DOCSDIR%%/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/closed.png +%%PORTDOCS%%%%DOCSDIR%%/config.png +%%PORTDOCS%%%%DOCSDIR%%/doubletone.png +%%PORTDOCS%%%%DOCSDIR%%/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/doxygen.png %%PORTDOCS%%%%DOCSDIR%%/edit.png -%%PORTDOCS%%%%DOCSDIR%%/editor.png -%%PORTDOCS%%%%DOCSDIR%%/eraser.png +%%PORTDOCS%%%%DOCSDIR%%/editor.html +%%PORTDOCS%%%%DOCSDIR%%/editor_1.png +%%PORTDOCS%%%%DOCSDIR%%/editor_2.png +%%PORTDOCS%%%%DOCSDIR%%/editor_3.png %%PORTDOCS%%%%DOCSDIR%%/fcircle.png -%%PORTDOCS%%%%DOCSDIR%%/fgbgcolor.png %%PORTDOCS%%%%DOCSDIR%%/fileopen.png -%%PORTDOCS%%%%DOCSDIR%%/fileprint.png %%PORTDOCS%%%%DOCSDIR%%/filesave.png -%%PORTDOCS%%%%DOCSDIR%%/font.png %%PORTDOCS%%%%DOCSDIR%%/frect.png -%%PORTDOCS%%%%DOCSDIR%%/gallery.png -%%PORTDOCS%%%%DOCSDIR%%/help.png -%%PORTDOCS%%%%DOCSDIR%%/image.png -%%PORTDOCS%%%%DOCSDIR%%/imagesize.png -%%PORTDOCS%%%%DOCSDIR%%/index-1.html -%%PORTDOCS%%%%DOCSDIR%%/index-10.html -%%PORTDOCS%%%%DOCSDIR%%/index-11.html -%%PORTDOCS%%%%DOCSDIR%%/index-12.html -%%PORTDOCS%%%%DOCSDIR%%/index-13.html -%%PORTDOCS%%%%DOCSDIR%%/index-2.html -%%PORTDOCS%%%%DOCSDIR%%/index-3.html -%%PORTDOCS%%%%DOCSDIR%%/index-4.html -%%PORTDOCS%%%%DOCSDIR%%/index-5.html -%%PORTDOCS%%%%DOCSDIR%%/index-6.html -%%PORTDOCS%%%%DOCSDIR%%/index-7.html -%%PORTDOCS%%%%DOCSDIR%%/index-8.html -%%PORTDOCS%%%%DOCSDIR%%/index-9.html +%%PORTDOCS%%%%DOCSDIR%%/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/gallery.html +%%PORTDOCS%%%%DOCSDIR%%/Gallery_rx.png +%%PORTDOCS%%%%DOCSDIR%%/Gallery_template.png +%%PORTDOCS%%%%DOCSDIR%%/Gallery_tx.png +%%PORTDOCS%%%%DOCSDIR%%/gettingstarted.html %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/jquery.js %%PORTDOCS%%%%DOCSDIR%%/line.png -%%PORTDOCS%%%%DOCSDIR%%/penbox.png -%%PORTDOCS%%%%DOCSDIR%%/qsstv.png -%%PORTDOCS%%%%DOCSDIR%%/rot_shear.png -%%PORTDOCS%%%%DOCSDIR%%/rxwindow.png +%%PORTDOCS%%%%DOCSDIR%%/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/navtree.css +%%PORTDOCS%%%%DOCSDIR%%/navtree.js +%%PORTDOCS%%%%DOCSDIR%%/open.png +%%PORTDOCS%%%%DOCSDIR%%/pages.html +%%PORTDOCS%%%%DOCSDIR%%/qsstv.css +%%PORTDOCS%%%%DOCSDIR%%/replay.png +%%PORTDOCS%%%%DOCSDIR%%/resize.js +%%PORTDOCS%%%%DOCSDIR%%/rxwidget.png %%PORTDOCS%%%%DOCSDIR%%/start.png %%PORTDOCS%%%%DOCSDIR%%/stop.png -%%PORTDOCS%%%%DOCSDIR%%/testsignal.png +%%PORTDOCS%%%%DOCSDIR%%/sweep.png +%%PORTDOCS%%%%DOCSDIR%%/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/tabs.css %%PORTDOCS%%%%DOCSDIR%%/text.png +%%PORTDOCS%%%%DOCSDIR%%/todo.html %%PORTDOCS%%%%DOCSDIR%%/tone.png -%%PORTDOCS%%%%DOCSDIR%%/transparency.png -%%PORTDOCS%%%%DOCSDIR%%/txwindow.png -%%PORTDOCS%%%%DOCSDIR%%/whatsthis.png -%%PORTDOCS%%%%DOCSDIR%%/zoom.png +%%PORTDOCS%%%%DOCSDIR%%/txwidget.png +%%PORTDOCS%%%%DOCSDIR%%/whatsnew.html %%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 01:59:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E6D4285; Thu, 15 Aug 2013 01:59:53 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F14652A45; Thu, 15 Aug 2013 01:59:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F1xqVK076654; Thu, 15 Aug 2013 01:59:52 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F1xq6u076649; Thu, 15 Aug 2013 01:59:52 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <201308150159.r7F1xq6u076649@svn.freebsd.org> From: Maxim Sobolev Date: Thu, 15 Aug 2013 01:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324749 - in head/databases: . rrdmerge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 01:59:53 -0000 Author: sobomax Date: Thu Aug 15 01:59:51 2013 New Revision: 324749 URL: http://svnweb.freebsd.org/changeset/ports/324749 Log: Add rrdmerge - a simple script to merge two RRD files together. But quite useful at that. Added: head/databases/rrdmerge/ head/databases/rrdmerge/Makefile (contents, props changed) head/databases/rrdmerge/distinfo (contents, props changed) head/databases/rrdmerge/pkg-descr (contents, props changed) head/databases/rrdmerge/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Aug 15 01:52:50 2013 (r324748) +++ head/databases/Makefile Thu Aug 15 01:59:51 2013 (r324749) @@ -795,6 +795,7 @@ SUBDIR += redis SUBDIR += redis-devel SUBDIR += rrdman + SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool10 SUBDIR += rrdtool12 Added: head/databases/rrdmerge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rrdmerge/Makefile Thu Aug 15 01:59:51 2013 (r324749) @@ -0,0 +1,28 @@ +# Created by: sobomax +# $FreeBSD$ + +PORTNAME= rrdmerge +PORTVERSION= 0.0 +PORTREVISION= ${GITREVISION} +CATEGORIES= databases +MASTER_SITES= http://download.sippysoft.com/thirdparty/ +DISTNAME= ${PORTNAME}-${GITREVISION} +EXTRACT_SUFX= .tbz2 + +MAINTAINER= sobomax@FreeBSD.org +COMMENT= An utility to merge existing RRD data from backups into new RRD files + +RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool + +GITREVISION= b05d69bfac64 +USE_BZIP2= yes +USE_PYTHON= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/rrdmerge ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/rrdmergetree ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/README.rst ${PREFIX}/share/doc/${PORTNAME} + +.include Added: head/databases/rrdmerge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rrdmerge/distinfo Thu Aug 15 01:59:51 2013 (r324749) @@ -0,0 +1,2 @@ +SHA256 (rrdmerge-b05d69bfac64.tbz2) = 1703a8131376c3dd92df816c57ec92d5753634d26bb602836f44474fdfb16285 +SIZE (rrdmerge-b05d69bfac64.tbz2) = 4307 Added: head/databases/rrdmerge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rrdmerge/pkg-descr Thu Aug 15 01:59:51 2013 (r324749) @@ -0,0 +1,5 @@ +A simple utility to merge existing RRD data from backups into new RRD files +that have started gathering data already. Useful for getting historical data +back while performing disaster recovery. + +WWW: https://bitbucket.org/ctheune/rrdmerge/ Added: head/databases/rrdmerge/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rrdmerge/pkg-plist Thu Aug 15 01:59:51 2013 (r324749) @@ -0,0 +1,3 @@ +bin/rrdmerge +bin/rrdmergetree +share/doc/rrdmerge/README.rst From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 02:37:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E34AE4F; Thu, 15 Aug 2013 02:37:33 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE1F52BD2; Thu, 15 Aug 2013 02:37:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F2bWPY091602; Thu, 15 Aug 2013 02:37:32 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F2bVDx091588; Thu, 15 Aug 2013 02:37:31 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308150237.r7F2bVDx091588@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 15 Aug 2013 02:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324750 - in head/math/sage: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 02:37:33 -0000 Author: stephen Date: Thu Aug 15 02:37:30 2013 New Revision: 324750 URL: http://svnweb.freebsd.org/changeset/ports/324750 Log: - Update to 5.11. Added: head/math/sage/files/spkg-patch-ppl_-_src_demos_ppl_lpsol_ppl_lpsol.c (contents, props changed) Modified: head/math/sage/Makefile head/math/sage/distinfo head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h head/math/sage/files/spkg-patch-python_-_src_setup.py head/math/sage/files/spkg-patch-sage_-_doc_common_builder.py Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/Makefile Thu Aug 15 02:37:30 2013 (r324750) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sage -PORTVERSION= 5.10 -PORTREVISION= 1 +PORTVERSION= 5.11 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ Modified: head/math/sage/distinfo ============================================================================== --- head/math/sage/distinfo Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/distinfo Thu Aug 15 02:37:30 2013 (r324750) @@ -1,2 +1,2 @@ -SHA256 (sage-5.10.tar) = 6675f3a0bd04d54cf7699354814e3d9fc184397d4c18b331487c1ffbd16901ed -SIZE (sage-5.10.tar) = 335462400 +SHA256 (sage-5.11.tar) = 2d03eb98075709b647ac9cc72bf5c7b52e4585e381b4015a3d21216c36814a12 +SIZE (sage-5.11.tar) = 339742720 Added: head/math/sage/files/spkg-patch-ppl_-_src_demos_ppl_lpsol_ppl_lpsol.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sage/files/spkg-patch-ppl_-_src_demos_ppl_lpsol_ppl_lpsol.c Thu Aug 15 02:37:30 2013 (r324750) @@ -0,0 +1,11 @@ +--- ppl-1.0.p0/src/demos/ppl_lpsol/ppl_lpsol.c.orig 2013-06-20 17:21:39.000000000 +0000 ++++ ppl-1.1pre9.p0/src/demos/ppl_lpsol/ppl_lpsol.c 2013-06-20 17:39:44.000000000 +0000 +@@ -534,7 +534,7 @@ + if (getrlimit(RLIMIT_AS, &t) != 0) + fatal("getrlimit failed: %s", strerror(errno)); + +- if (bytes < t.rlim_cur) { ++ if (bytes < (unsigned long)(t.rlim_cur)) { + t.rlim_cur = bytes; + if (setrlimit(RLIMIT_AS, &t) != 0) + fatal("setrlimit failed: %s", strerror(errno)); Modified: head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst ============================================================================== --- head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ --- python-2.7.3.p0/src/Doc/library/fcntl.rst.orig 2011-06-11 15:46:23.000000000 +0000 -+++ python-2.7.4.p0/src/Doc/library/fcntl.rst 2012-04-22 00:31:48.000000000 +0000 ++++ python-2.7.5.p1/src/Doc/library/fcntl.rst 2012-04-22 00:31:48.000000000 +0000 @@ -50,8 +50,6 @@ operations are typically defined in the library module :mod:`termios` and the argument handling is even more complicated. Modified: head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure ============================================================================== --- head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ --- python-2.7.3.p0/src/Modules/_ctypes/libffi/configure.orig 2011-06-11 15:46:26.000000000 +0000 -+++ python-2.7.4.p0/src/Modules/_ctypes/libffi/configure 2012-04-22 00:23:14.000000000 +0000 ++++ python-2.7.5.p1/src/Modules/_ctypes/libffi/configure 2012-04-22 00:23:14.000000000 +0000 @@ -6289,7 +6289,7 @@ rm -rf conftest* ;; Modified: head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c ============================================================================== --- head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ --- python-2.7.3.p0/src/Modules/fcntlmodule.c.orig 2011-06-11 15:46:27.000000000 +0000 -+++ python-2.7.4.p0/src/Modules/fcntlmodule.c 2012-04-22 00:23:34.000000000 +0000 ++++ python-2.7.5.p1/src/Modules/fcntlmodule.c 2012-04-22 00:23:34.000000000 +0000 @@ -97,20 +97,15 @@ { #define IOCTL_BUFSZ 1024 Modified: head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h ============================================================================== --- head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ --- python-2.7.3.p0/src/Python/thread_pthread.h.orig 2011-06-11 15:46:28.000000000 +0000 -+++ python-2.7.4.p0/src/Python/thread_pthread.h 2012-04-22 00:23:46.000000000 +0000 ++++ python-2.7.5.p1/src/Python/thread_pthread.h 2012-04-22 00:23:46.000000000 +0000 @@ -38,13 +38,18 @@ #endif #endif Modified: head/math/sage/files/spkg-patch-python_-_src_setup.py ============================================================================== --- head/math/sage/files/spkg-patch-python_-_src_setup.py Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-python_-_src_setup.py Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ ---- python-2.7.4.p0/src/setup.py-orig 2013-03-17 03:13:46.000000000 +0000 -+++ python-2.7.4.p0/src/setup.py 2013-03-17 03:15:11.000000000 +0000 +--- python-2.7.5.p1/src/setup.py-orig 2013-03-17 03:13:46.000000000 +0000 ++++ python-2.7.5.p1/src/setup.py 2013-03-17 03:15:11.000000000 +0000 @@ -642,7 +642,7 @@ # use the same library for the readline and curses modules. if 'curses' in readline_termcap_library: @@ -18,15 +18,6 @@ extra_link_args=readline_extra_link_args, libraries=readline_libs) ) else: -@@ -783,6 +783,8 @@ - # OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash - exts.append( Extension('_sha256', ['sha256module.c']) ) - exts.append( Extension('_sha512', ['sha512module.c']) ) -+ else: -+ open('.without_own_sha', 'w') - - # Modules that provide persistent dictionary-like semantics. You will - # probably want to arrange for at least one of them to be available on @@ -1120,7 +1122,7 @@ sysroot = macosx_sdk_root() f = os.path.join(sysroot, f[1:]) Modified: head/math/sage/files/spkg-patch-sage_-_doc_common_builder.py ============================================================================== --- head/math/sage/files/spkg-patch-sage_-_doc_common_builder.py Thu Aug 15 01:59:51 2013 (r324749) +++ head/math/sage/files/spkg-patch-sage_-_doc_common_builder.py Thu Aug 15 02:37:30 2013 (r324750) @@ -1,5 +1,5 @@ --- sage-5.8.rc0/doc/common/builder.py-orig 2013-03-17 20:50:38.000000000 +0000 -+++ sage-5.10/doc/common/builder.py 2013-03-17 20:56:42.000000000 +0000 ++++ sage-5.11/doc/common/builder.py 2013-03-17 20:56:42.000000000 +0000 @@ -272,13 +272,16 @@ # build the other documents in parallel From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 06:12:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FA79CD8; Thu, 15 Aug 2013 06:12:49 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62F6C25D8; Thu, 15 Aug 2013 06:12:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F6CnQS074549; Thu, 15 Aug 2013 06:12:49 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F6CmrH074544; Thu, 15 Aug 2013 06:12:48 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201308150612.r7F6CmrH074544@svn.freebsd.org> From: Rui Paulo Date: Thu, 15 Aug 2013 06:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324751 - in head/devel: . pasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 06:12:49 -0000 Author: rpaulo (src committer) Date: Thu Aug 15 06:12:48 2013 New Revision: 324751 URL: http://svnweb.freebsd.org/changeset/ports/324751 Log: Add a port for the TI PASM. PASM stands for PRU assembler. PRU stands for Programmable Realtime Unit. Reviewed by: ak Added: head/devel/pasm/ head/devel/pasm/Makefile (contents, props changed) head/devel/pasm/distinfo (contents, props changed) head/devel/pasm/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 15 02:37:30 2013 (r324750) +++ head/devel/Makefile Thu Aug 15 06:12:48 2013 (r324751) @@ -3036,6 +3036,7 @@ SUBDIR += papi SUBDIR += papp SUBDIR += pas2dox + SUBDIR += pasm SUBDIR += patch SUBDIR += pccts SUBDIR += pcl Added: head/devel/pasm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pasm/Makefile Thu Aug 15 06:12:48 2013 (r324751) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= pasm +PORTVERSION= 0.84 +CATEGORIES= devel +MASTER_SITES= https://github.com/rpaulo/am335x_pru_package/archive/ + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= TI PRU Assembler + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/pru_sw/utils/LICENCE.txt + +WRKSRC= ${WRKDIR}/am335x_pru_package-${PORTNAME}-${PORTVERSION} +FETCH_ARGS= "-Fpr" +PLIST_FILES= bin/pasm + +do-build: + (cd ${WRKSRC}/pru_sw/utils/pasm_source && \ + ${CC} ${CFLAGS} -D_UNIX_ pasm.c pasmpp.c pasmexp.c pasmop.c \ + pasmdot.c pasmstruct.c pasmmacro.c -o pasm) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pru_sw/utils/pasm_source/pasm ${PREFIX}/bin + +.include Added: head/devel/pasm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pasm/distinfo Thu Aug 15 06:12:48 2013 (r324751) @@ -0,0 +1,2 @@ +SHA256 (pasm-0.84.tar.gz) = e49b4c5f8be3a82122223591194b428fcf9ccbe0b59eb52ec3a7756a685faf8e +SIZE (pasm-0.84.tar.gz) = 3788982 Added: head/devel/pasm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pasm/pkg-descr Thu Aug 15 06:12:48 2013 (r324751) @@ -0,0 +1,8 @@ +TI PRU Assembler. For use with Texas Instruments Programmable +Realtime Units. + +These materials are intended for do-it-yourself (DIY) users +who want to use the PRU at their own risk without TI support. +"Community" support is offered at BeagleBoard.org/discuss. + +WWW: https://github.com/beagleboard/am335x_pru_package From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 06:19:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 887D6E14; Thu, 15 Aug 2013 06:19:58 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74D592609; Thu, 15 Aug 2013 06:19:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F6JwYn075827; Thu, 15 Aug 2013 06:19:58 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F6JwDr075826; Thu, 15 Aug 2013 06:19:58 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201308150619.r7F6JwDr075826@svn.freebsd.org> From: Kevin Lo Date: Thu, 15 Aug 2013 06:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324752 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 06:19:58 -0000 Author: kevlo Date: Thu Aug 15 06:19:57 2013 New Revision: 324752 URL: http://svnweb.freebsd.org/changeset/ports/324752 Log: Add missing dependency. PR: ports/181293 Submitted by: Loic Blot Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Aug 15 06:12:48 2013 (r324751) +++ head/www/owncloud/Makefile Thu Aug 15 06:19:57 2013 (r324752) @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 5.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -16,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ - zip zlib + wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 07:33:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B691C0B; Thu, 15 Aug 2013 07:33:44 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76FB12C67; Thu, 15 Aug 2013 07:33:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F7XiGq005144; Thu, 15 Aug 2013 07:33:44 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F7XiUj005143; Thu, 15 Aug 2013 07:33:44 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308150733.r7F7XiUj005143@svn.freebsd.org> From: Johan van Selst Date: Thu, 15 Aug 2013 07:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324753 - head/math/gap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 07:33:44 -0000 Author: johans Date: Thu Aug 15 07:33:43 2013 New Revision: 324753 URL: http://svnweb.freebsd.org/changeset/ports/324753 Log: Add forgotten distinfo Reported by: marino Pointyhat to: johans Modified: head/math/gap/distinfo Modified: head/math/gap/distinfo ============================================================================== --- head/math/gap/distinfo Thu Aug 15 06:19:57 2013 (r324752) +++ head/math/gap/distinfo Thu Aug 15 07:33:43 2013 (r324753) @@ -1,2 +1,2 @@ -SHA256 (gap4r6p3_2013_03_18-17_40.tar.bz2) = 9c80d01e633c79ecbe0c9656752371b5748ef014f896a6a9c7e05d04fd1ae136 -SIZE (gap4r6p3_2013_03_18-17_40.tar.bz2) = 218545202 +SHA256 (gap4r6p5_2013_07_20-20_02.tar.bz2) = 731282de491a900845dafb7eded4e7f0eb69f5ce35300e3fb84088db77269620 +SIZE (gap4r6p5_2013_07_20-20_02.tar.bz2) = 219068318 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 07:35:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 677E8EA6; Thu, 15 Aug 2013 07:35:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52AB32C81; Thu, 15 Aug 2013 07:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F7ZK0c005553; Thu, 15 Aug 2013 07:35:20 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F7ZK7d005552; Thu, 15 Aug 2013 07:35:20 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308150735.r7F7ZK7d005552@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 07:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324754 - head/graphics/plotutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 07:35:20 -0000 Author: danfe Date: Thu Aug 15 07:35:19 2013 New Revision: 324754 URL: http://svnweb.freebsd.org/changeset/ports/324754 Log: - Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) is bmake(1), which does not play nice with libtool way of building things - While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and hook test target to our standard "regression-test" one Reported by: marino Tested by: marino (poudriere testport) Approved by: miwi, bapt (portmgr, implicit) Modified: head/graphics/plotutils/Makefile Modified: head/graphics/plotutils/Makefile ============================================================================== --- head/graphics/plotutils/Makefile Thu Aug 15 07:33:43 2013 (r324753) +++ head/graphics/plotutils/Makefile Thu Aug 15 07:35:19 2013 (r324754) @@ -1,4 +1,4 @@ -# Created by: Chuck Robey (chuckr) +# Created by: Chuck Robey # $FreeBSD$ PORTNAME= plotutils @@ -11,21 +11,23 @@ MASTER_SITES= GNU MAINTAINER= stephen@FreeBSD.org COMMENT= Plotting library and toolkit -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= motif +USES= gmake motif # parallel builds are broken with bmake(1) USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif USE_LDCONFIG= yes -MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 -INFO= libxmi plotutils - -#CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 +INFO= libxmi plotutils + test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check) + @${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} ${_MAKE_JOBS} \ + ${MAKE_ARGS} check + +regression-test: test .include From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 09:16:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE9D373B; Thu, 15 Aug 2013 09:16:33 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB0021AC; Thu, 15 Aug 2013 09:16:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7F9GXLi043752; Thu, 15 Aug 2013 09:16:33 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7F9GXr2043748; Thu, 15 Aug 2013 09:16:33 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308150916.r7F9GXr2043748@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 09:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324755 - in head/misc/xtar: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 09:16:33 -0000 Author: danfe Date: Thu Aug 15 09:16:32 2013 New Revision: 324755 URL: http://svnweb.freebsd.org/changeset/ports/324755 Log: - Do not use imake for the build; use provided Makefile.noimake: this allows to build it with bmake(1) (as well as other implementations) - Unbreak the build against Clang (main() must return int) - Sanitize formatting of the port description while I am here Reported by: marino Modified: head/misc/xtar/Makefile head/misc/xtar/files/patch-ab head/misc/xtar/pkg-descr Modified: head/misc/xtar/Makefile ============================================================================== --- head/misc/xtar/Makefile Thu Aug 15 07:35:19 2013 (r324754) +++ head/misc/xtar/Makefile Thu Aug 15 09:16:32 2013 (r324755) @@ -1,4 +1,4 @@ -# Created by: shanee@augusta.de +# Created by: Andreas Kohout # $FreeBSD$ PORTNAME= xtar @@ -11,11 +11,22 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file -USES= imake motif +USES= motif USE_XORG= ice sm x11 xext xp xt -MAKE_ARGS= XMLIB="${MOTIFLIB}" +MAKEFILE= Makefile.noimake +ALL_TARGET= ${PORTNAME} +MAKE_ARGS= XINC="-I${LOCALBASE}/include" XMLIB="${MOTIFLIB}" \ + APPDIR="${PREFIX}/lib/X11/app-defaults" \ + BINDIR="${PREFIX}/bin" LIBDIR="${PREFIX}/lib/X11/xtar" \ + MANDIR="${MAN1PREFIX}/man/man1" OPTIMISATION="${CFLAGS}" \ + ANSIFLAG=-ansi CC="${CC}" RANLIB=: + MAN1= xtar.1 PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar PLIST_DIRS= lib/X11/xtar +post-patch: + @${REINPLACE_CMD} -e 's/pipe\.c/& regexpr.c/' \ + ${WRKSRC}/common/Makefile.noimake + .include Modified: head/misc/xtar/files/patch-ab ============================================================================== --- head/misc/xtar/files/patch-ab Thu Aug 15 07:35:19 2013 (r324754) +++ head/misc/xtar/files/patch-ab Thu Aug 15 09:16:32 2013 (r324755) @@ -1,19 +1,28 @@ -*** xtar.c.orig Wed Jul 31 18:16:22 1996 ---- xtar.c Wed Jul 31 18:15:30 1996 -*************** -*** 1164,1170 **** - static int xtar_attributes(TAR_FILE *tf, char *filename) - { - int retval = 0; -! struct utimbuf utimbuf; - - /* If the file type is not a directory then try and set the access - permissions. We exclude directories because if write permission ---- 1164,1170 ---- - static int xtar_attributes(TAR_FILE *tf, char *filename) - { - int retval = 0; -! struct utimbuf {char utimbuf;} utimbuf; - - /* If the file type is not a directory then try and set the access - permissions. We exclude directories because if write permission +--- xtar.c.orig 1995-07-17 19:44:19.000000000 +0800 ++++ xtar.c 2013-08-15 17:00:58.000000000 +0800 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -408,7 +409,7 @@ + int argc = 1; + char **argv; + #else +-void main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + { + char *mappings; + #endif +@@ -1164,7 +1165,7 @@ + static int xtar_attributes(TAR_FILE *tf, char *filename) + { + int retval = 0; +- struct utimbuf utimbuf; ++ struct utimbuf {char utimbuf;} utimbuf; + + /* If the file type is not a directory then try and set the access + permissions. We exclude directories because if write permission Modified: head/misc/xtar/pkg-descr ============================================================================== --- head/misc/xtar/pkg-descr Thu Aug 15 07:35:19 2013 (r324754) +++ head/misc/xtar/pkg-descr Thu Aug 15 09:16:32 2013 (r324755) @@ -1,4 +1,3 @@ -XTar is a Motif program for viewing and manipulating tar -archives (which may be compressed). The contents of the -archive are displayed in the main window and various -options are available from pulldown and popup menus. +XTar is a Motif program for viewing and manipulating tar archives (which +may be compressed). The contents of the archive are displayed in the main +window and various options are available from pulldown and popup menus. From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 10:32:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BABB4DA; Thu, 15 Aug 2013 10:32:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88D14259A; Thu, 15 Aug 2013 10:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FAWNgD072788; Thu, 15 Aug 2013 10:32:23 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FAWNi8072786; Thu, 15 Aug 2013 10:32:23 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308151032.r7FAWNi8072786@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 10:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324756 - head/x11/xmascot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 10:32:23 -0000 Author: danfe Date: Thu Aug 15 10:32:22 2013 New Revision: 324756 URL: http://svnweb.freebsd.org/changeset/ports/324756 Log: In modern world of parallel builds and our new bmake(1) imake's popular MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories' build commands to the "all" target, along with main program executable. If MakeSubdirs() was used to build a dependency of the main program, it is highly likely that parallel build (-jX) will fail; and that's what's happening to this port here. To remedy the problem, use NamedTargetSubdirs() instead; also make sure that correct make(1) implementation would be used for sub-makes (ignore bogus "MAKE = make" set by imake in generated Makefiles). While here, improve wording and formatting in the port description. Reported by: marino Modified: head/x11/xmascot/Makefile head/x11/xmascot/pkg-descr Modified: head/x11/xmascot/Makefile ============================================================================== --- head/x11/xmascot/Makefile Thu Aug 15 09:16:32 2013 (r324755) +++ head/x11/xmascot/Makefile Thu Aug 15 10:32:22 2013 (r324756) @@ -13,10 +13,18 @@ COMMENT= Moving mascot on your X11 scree USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt +MAKE_ARGS= MAKE="${MAKE_CMD}" + MAN1= xmascot.1 +# Unbreak parallel (-jX) builds: do not use unsafe MakeSubdirs() macro +post-patch: + @${REINPLACE_CMD} -e 's/MakeSubdirs(/Named&$$(IMAGELIB),/' \ + ${WRKSRC}/Imakefile + post-install: - -@${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults - ${CP} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/ + @${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults + ${INSTALL_DATA} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \ + ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults .include Modified: head/x11/xmascot/pkg-descr ============================================================================== --- head/x11/xmascot/pkg-descr Thu Aug 15 09:16:32 2013 (r324755) +++ head/x11/xmascot/pkg-descr Thu Aug 15 10:32:22 2013 (r324756) @@ -1,22 +1,23 @@ -XMascot displays a moving mascot on your X11 screen. XMascot has -the following options, +XMascot displays a moving mascot on your X11 screen. XMascot has the +following options: - -Moving pretty mascot moving - -Strectch stretch as you like - -Talking mascot talks with extract command and data - -Alarm mascot may make some actions at time you define - -BIFF mascot may let you know arriving a mail. + - Moving pretty mascot moving + - Stretch stretch it as you like + - Talking mascot talks with extract command and data + - Alarm mascot may make some actions at defined time + - BIFF mascot may let you know arriving a mail XMascot supports these image formats: -MAG *.mag 16 colors and 256 colors -TIFF *.tif 16 colors and 256 colors, in raw or lzw -PPM *.ppm 256 level color , in raw -PGM *.pgm 256 level gray scale, in raw -PBM *.pbm 2 level monocrome, in raw -PNM *.pnm PPM, PGM, or PBM + - MAG (*.mag) 16 colors and 256 colors + - TIFF (*.tif) 16 colors and 256 colors, in raw or lzw + - PPM (*.ppm) 256 level color, in raw + - PGM (*.pgm) 256 level gray scale, in raw + - PBM (*.pbm) 2 level monochrome, in raw + - PNM (*.pnm) PPM, PGM, or PBM -XMascot distinguishes images from their suffix and can load other image formats -when {suffix}topnm, *topgm, or *topbm commands are found in your system. +XMascot distinguishes images from their suffix and can load other image +formats when corresponding *topnm, *topgm, or *topbm commands are found +in your system. WWW: http://cclub-flying.dsl.gr.jp/products/xmascot/ From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:10:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EC24BC0; Thu, 15 Aug 2013 11:10:06 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 612082739; Thu, 15 Aug 2013 11:10:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBA6ZB087216; Thu, 15 Aug 2013 11:10:06 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBA67O087214; Thu, 15 Aug 2013 11:10:06 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151110.r7FBA67O087214@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 11:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324757 - in head/www/trac-watchlist: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:10:06 -0000 Author: wg Date: Thu Aug 15 11:10:05 2013 New Revision: 324757 URL: http://svnweb.freebsd.org/changeset/ports/324757 Log: www/trac-watchlist: fix for trac 1.0 - Fix to work with trac 1.0 - Fix file permission PR: ports/181307 Submitted by: Hung-Yi Chen (maintainer) Added: head/www/trac-watchlist/files/ head/www/trac-watchlist/files/patch-tracwatchlist_util.py (contents, props changed) Modified: head/www/trac-watchlist/Makefile Modified: head/www/trac-watchlist/Makefile ============================================================================== --- head/www/trac-watchlist/Makefile Thu Aug 15 10:32:22 2013 (r324756) +++ head/www/trac-watchlist/Makefile Thu Aug 15 11:10:05 2013 (r324757) @@ -3,6 +3,7 @@ PORTNAME= watchlist PORTVERSION= 1.0.${SVN_REV} +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/ @@ -26,6 +27,9 @@ USE_PYDISTUTILS= easy_install FETCH_BEFORE_ARGS= -o ${DISTFILES} PYDISTUTILS_PKGNAME= TracWatchlistPlugin PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.${SVN_REV}//g} -#PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +post-extract: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644 + @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 .include Added: head/www/trac-watchlist/files/patch-tracwatchlist_util.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/trac-watchlist/files/patch-tracwatchlist_util.py Thu Aug 15 11:10:05 2013 (r324757) @@ -0,0 +1,13 @@ +--- tracwatchlist/util.py.orig 2013-08-15 04:15:56.000000000 +0800 ++++ tracwatchlist/util.py 2013-08-15 04:16:05.000000000 +0800 +@@ -198,8 +198,8 @@ + try: + from babel.dates import get_datetime_format, get_date_format, get_time_format + def datetime_format(format='medium', locale=LC_TIME): +- time_format = unicode(get_time_format(format, locale)) +- date_format = unicode(get_date_format(format, locale)) ++ time_format = unicode(get_time_format(format, locale=locale)) ++ date_format = unicode(get_date_format(format, locale=locale)) + return convert_LDML_to_MySQL( get_datetime_format(format, locale)\ + .replace('{0}', time_format)\ + .replace('{1}', date_format) ) From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:18:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58B0EDA9; Thu, 15 Aug 2013 11:18:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44C1927BF; Thu, 15 Aug 2013 11:18:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBIv3o089331; Thu, 15 Aug 2013 11:18:57 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBIuqn089327; Thu, 15 Aug 2013 11:18:56 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151118.r7FBIuqn089327@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 11:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324758 - in head/mail/assp: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:18:57 -0000 Author: wg Date: Thu Aug 15 11:18:56 2013 New Revision: 324758 URL: http://svnweb.freebsd.org/changeset/ports/324758 Log: mail/assp: update to 1.9.9.13257 - Update to 1.9.9.13257 PR: ports/181313 Submitted by: Rusty Nejdl (maintainer) Modified: head/mail/assp/Makefile head/mail/assp/distinfo head/mail/assp/files/patch-assp.pl head/mail/assp/pkg-plist Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Thu Aug 15 11:10:05 2013 (r324757) +++ head/mail/assp/Makefile Thu Aug 15 11:18:56 2013 (r324758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= assp -PORTVERSION= 1.9.9.13107 +PORTVERSION= 1.9.9.13257 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ @@ -53,12 +53,12 @@ IPV6_DESC= IPv6 sockets support OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL IPV6 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.99_13107_install/${PORTNAME:U} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.9.9_13227_install/${PORTNAME:U} .include -RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS -RUN_DEPENDS+= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ + p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \ p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser .if ${PORT_OPTIONS:MEMVALID} Modified: head/mail/assp/distinfo ============================================================================== --- head/mail/assp/distinfo Thu Aug 15 11:10:05 2013 (r324757) +++ head/mail/assp/distinfo Thu Aug 15 11:18:56 2013 (r324758) @@ -1,2 +1,2 @@ -SHA256 (ASSP_1.9.9.13107_Install.zip) = b0e166d7ba556789f0b2c8cca0b0ca1b710dba5c148e9ce88872be81bf507086 -SIZE (ASSP_1.9.9.13107_Install.zip) = 1331497 +SHA256 (ASSP_1.9.9.13257_Install.zip) = 657106e254baf1a9da182ed89c0d8a1b342110b0f01686cc7582e6b9e2f19a1c +SIZE (ASSP_1.9.9.13257_Install.zip) = 1741147 Modified: head/mail/assp/files/patch-assp.pl ============================================================================== --- head/mail/assp/files/patch-assp.pl Thu Aug 15 11:10:05 2013 (r324757) +++ head/mail/assp/files/patch-assp.pl Thu Aug 15 11:18:56 2013 (r324758) @@ -1,12 +1,16 @@ ---- assp.pl.orig 2011-06-30 10:29:19.000000000 -0500 -+++ assp.pl 2011-06-30 10:31:06.000000000 -0500 -@@ -2540,11 +2540,11 @@ - 'Set the characterset/codepage for the maillog output to your local needs. Default (and best) on non Windows systems is "UTF-8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 . Restart is required!'], - ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed Email::MIME::Modifier module in PERL.'], +--- assp.pl.orig 2013-08-12 14:12:11.000000000 -0500 ++++ assp.pl 2013-08-12 14:15:10.000000000 -0500 +@@ -2758,15 +2758,15 @@ + 'Set the characterset/codepage for the maillog output to your local needs. Best on non Windows systems is "utf8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 .'], + ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed Email::MIME module in PERL.'], ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the Quick Start for Win32 doku page.
    Information about the Win32::Daemon module which which is necessary can be found here: The Official Win32::Daemon Home Page
    requires ASSP restart'], --['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and exit. Similar to the command "perl assp.pl &", but better.
    -+['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'1','(.*)',undef,'In Linux/BSD/Unix/OSX fork and exit. Similar to the command "perl assp.pl &", but better.
    - Changing this requires a restart of ASSP.'], +-['AsADaemon','Run ASSP as a Daemon','0:No|1:Yes - externaly controlled|2:Yes - run AutoRestartCmd on restart and wait|3:Yes - run AutoRestartCmd on restart and exit',\&listbox,'0','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles.
    ++['AsADaemon','Run ASSP as a Daemon','0:No|1:Yes - externaly controlled|2:Yes - run AutoRestartCmd on restart and wait|3:Yes - run AutoRestartCmd on restart and exit',\&listbox,'1','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles.
    + Similar to the command "perl assp.pl &", but better.
    + If "externaly controlled" is selected, ASSP simply ends and you have to restart assp from your daemon or watchdog script
    + If "run AutoRestartCmd on restart and wait" is selected, assp starts the OS command defined in AutoRestartCmd - assp will NOT ! automaticaly terminate - the started command has to terminate/kill and to (re)start assp - like "service assp restart"!
    + If "run AutoRestartCmd on restart and exit" is selected, assp starts the OS command defined in AutoRestartCmd and terminates immediatly!
    + requires ASSP restart',undef,undef,'msg007440','msg007441'], -['runAsUser','Run as UID',20,\&textinput,'','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

    Examples: assp, nobody

    +['runAsUser','Run as UID',20,\&textinput,'assp','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

    Examples: assp, nobody

    Changing this requires a restart of ASSP.'], Modified: head/mail/assp/pkg-plist ============================================================================== --- head/mail/assp/pkg-plist Thu Aug 15 11:10:05 2013 (r324757) +++ head/mail/assp/pkg-plist Thu Aug 15 11:18:56 2013 (r324758) @@ -40,6 +40,7 @@ sbin/assplog %%DATADIR%%/files/suspiciousvirus.txt %%DATADIR%%/files/tlds-alpha-by-domain.txt %%DATADIR%%/files/uriblwhite.txt +%%DATADIR%%/files/uriblserviceprovider.txt %%DATADIR%%/files/validptr.txt %%DATADIR%%/files/whiteptr.txt %%DATADIR%%/files/whiteorg.txt @@ -51,22 +52,18 @@ sbin/assplog %%DATADIR%%/images/editor.css %%DATADIR%%/images/favicon.ico %%DATADIR%%/images/info.png +%%DATADIR%%/images/loading.gif %%DATADIR%%/images/logo.gif -%%DATADIR%%/images/logo.jpg +%%DATADIR%%/images/logo1.jpg %%DATADIR%%/images/minusIcon.png %%DATADIR%%/images/noIcon.png %%DATADIR%%/images/opensource-logo.gif %%DATADIR%%/images/plusIcon.png -%%DATADIR%%/images/project-support.jpg %%DATADIR%%/images/shutdown.css %%DATADIR%%/images/sourceforge-logo.gif -%%DATADIR%%/images/stylesheet.css %%DATADIR%%/images/valid-xhtml10.gif %%DATADIR%%/images/village.gif %%DATADIR%%/images/xml-pill.gif -%%DATADIR%%/images/CVS/Entries -%%DATADIR%%/images/CVS/Repository -%%DATADIR%%/images/CVS/Root %%DATADIR%%/rebuildspamdb.pl %%DATADIR%%/reports/analyzereport.txt %%DATADIR%%/reports/blackremovereport.txt @@ -75,12 +72,11 @@ sbin/assplog %%DATADIR%%/reports/blockreport_sub.txt %%DATADIR%%/reports/blockreport_text.txt %%DATADIR%%/reports/blockreportfile.txt +%%DATADIR%%/reports/denied.txt %%DATADIR%%/reports/helpreport.txt %%DATADIR%%/reports/notspamreport.txt %%DATADIR%%/reports/npremovereport.txt %%DATADIR%%/reports/npreport.txt -%%DATADIR%%/reports/persblackremovereport.txt -%%DATADIR%%/reports/persblackreport.txt %%DATADIR%%/reports/redremovereport.txt %%DATADIR%%/reports/redreport.txt %%DATADIR%%/reports/slremovereport.txt @@ -94,7 +90,6 @@ sbin/assplog %%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/reports -@dirrm %%DATADIR%%/images/CVS @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/files @dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:27:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9485FFC6; Thu, 15 Aug 2013 11:27:17 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8194D2842; Thu, 15 Aug 2013 11:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBRHY3092740; Thu, 15 Aug 2013 11:27:17 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBRGx0092736; Thu, 15 Aug 2013 11:27:16 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308151127.r7FBRGx0092736@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 11:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324759 - in head/textproc/pcrs: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:27:17 -0000 Author: danfe Date: Thu Aug 15 11:27:16 2013 New Revision: 324759 URL: http://svnweb.freebsd.org/changeset/ports/324759 Log: - Try to unbreak parallel builds (-jX) by adding missing dependencies for static library target - Unbreak configure script against Clang's cpp(1): suppress harmless warning that was treated as an error (=> missing pcre.h) - While here, trim Makefile header, remove defunct mirrors from the MASTER_SITES, convert LIB_DEPENDS and USE_GMAKE, kill spaces at EOL of port description, define LICENSE (LGPL21) Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/textproc/pcrs/Makefile head/textproc/pcrs/files/patch-Makefile.in head/textproc/pcrs/files/patch-configure head/textproc/pcrs/pkg-descr Modified: head/textproc/pcrs/Makefile ============================================================================== --- head/textproc/pcrs/Makefile Thu Aug 15 11:18:56 2013 (r324758) +++ head/textproc/pcrs/Makefile Thu Aug 15 11:27:16 2013 (r324759) @@ -1,31 +1,26 @@ -# New ports collection makefile for: pcrs -# Date created: 31 July 2005 -# Whom: Ken Wong -# +# Created by: Ken Wong # $FreeBSD$ -# PORTNAME= pcrs PORTVERSION= 0.0.3 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://distfiles.master.finkmirrors.net/\ - http://download.mirror.ac.uk/mirror/master.us.finkmirrors.net/distfiles/\ - http://mirror.phy.olemiss.edu/mirror/fink/distfiles/ +MASTER_SITES= http://distfiles.master.finkmirrors.net/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= wongk@apt.homeunix.net -COMMENT= Perl compatible regular expression based substitutions +COMMENT= Perl-compatible regular expression based substitutions -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LICENSE= LGPL21 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes - USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + MAN3= pcrs.3 PLIST_FILES= bin/pcrsed \ lib/libpcrs.a \ Modified: head/textproc/pcrs/files/patch-Makefile.in ============================================================================== --- head/textproc/pcrs/files/patch-Makefile.in Thu Aug 15 11:18:56 2013 (r324758) +++ head/textproc/pcrs/files/patch-Makefile.in Thu Aug 15 11:27:16 2013 (r324759) @@ -23,7 +23,8 @@ - $(CC) $(CLFLAGS) $(LDFLAGS) $(LIBFLAGS) -Wl,-soname,libpcrs.so.$(VERSION_MAJOR) -o libpcrs.so.$(VERSION) pcrs.@OBJEXT@ $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) $(LIBFLAGS) -Wl,-soname,libpcrs.so.$(VERSION_MAJOR) -o libpcrs.so.$(VERSION_MAJOR) pcrs.@OBJEXT@ $(LIBS) - static: +-static: ++static: pcrs.@OBJEXT@ $(AR) libpcrs.a pcrs.@OBJEXT@ install: all Modified: head/textproc/pcrs/files/patch-configure ============================================================================== --- head/textproc/pcrs/files/patch-configure Thu Aug 15 11:18:56 2013 (r324758) +++ head/textproc/pcrs/files/patch-configure Thu Aug 15 11:27:16 2013 (r324759) @@ -38,3 +38,12 @@ cross_compiling=$ac_cv_prog_cc_cross echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 +@@ -1256,7 +1256,7 @@ + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:1259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ++ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$" | grep -v warning:` + if test -z "$ac_err"; then + rm -rf conftest* + eval "ac_cv_header_$ac_safe=yes" Modified: head/textproc/pcrs/pkg-descr ============================================================================== --- head/textproc/pcrs/pkg-descr Thu Aug 15 11:18:56 2013 (r324758) +++ head/textproc/pcrs/pkg-descr Thu Aug 15 11:27:16 2013 (r324759) @@ -1,3 +1,3 @@ -PCRS is a small library, written as a supplement to the PCRE library, -that implements regex based substitution with the syntax and semantics -of Perl's s/// operator. +PCRS is a small library, written as a supplement to the PCRE library, +that implements regex based substitution with the syntax and semantics +of Perl's s/// operator. From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:34:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 248BF1DA; Thu, 15 Aug 2013 11:34:46 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 119A728B3; Thu, 15 Aug 2013 11:34:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBYjBm096068; Thu, 15 Aug 2013 11:34:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBYjZD096064; Thu, 15 Aug 2013 11:34:45 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151134.r7FBYjZD096064@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 11:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324760 - in head/games/freedink-data: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:34:46 -0000 Author: wg Date: Thu Aug 15 11:34:44 2013 New Revision: 324760 URL: http://svnweb.freebsd.org/changeset/ports/324760 Log: games/freedink-data: update to 20121209 - Update to 20121209 [1] - Trim Makefile header [1] - USES gmake - Add WWW to pkg-descr Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog PR: ports/181317 Submitted by: Stephen Hurd (maintainer) Modified: head/games/freedink-data/Makefile head/games/freedink-data/distinfo head/games/freedink-data/files/patch-Makefile head/games/freedink-data/pkg-plist Modified: head/games/freedink-data/Makefile ============================================================================== --- head/games/freedink-data/Makefile Thu Aug 15 11:27:16 2013 (r324759) +++ head/games/freedink-data/Makefile Thu Aug 15 11:34:44 2013 (r324760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: syncterm -# Date created: 3 October 2006 -# Whom: shurd -# +# Created by: Stephen Hurd # $FreeBSD$ -# PORTNAME= freedink-data PORTVERSION= 1.08.${PORTVER} @@ -14,9 +10,13 @@ MASTER_SITE_SUBDIR= freedink MAINTAINER= shurd@sasktel.net COMMENT= Game data for games/freedink (Dink Smallwood) +USES= gettext gmake NO_BUILD= yes -USE_GMAKE= yes -PORTVER= 20080920 +PORTVER= 20121209 + +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/Makefile .include Modified: head/games/freedink-data/distinfo ============================================================================== --- head/games/freedink-data/distinfo Thu Aug 15 11:27:16 2013 (r324759) +++ head/games/freedink-data/distinfo Thu Aug 15 11:34:44 2013 (r324760) @@ -1,2 +1,2 @@ -SHA256 (freedink-data-1.08.20080920.tar.gz) = bb64c99306de61e3dca0a1d4d14c21e07886e7afab8ce52bc079e1e27f803e69 -SIZE (freedink-data-1.08.20080920.tar.gz) = 59198493 +SHA256 (freedink-data-1.08.20121209.tar.gz) = 3258a83aaca8c51d8502f59edd50d6afe6a55ef26c4185424709e94013d016d6 +SIZE (freedink-data-1.08.20121209.tar.gz) = 44009314 Modified: head/games/freedink-data/files/patch-Makefile ============================================================================== --- head/games/freedink-data/files/patch-Makefile Thu Aug 15 11:27:16 2013 (r324759) +++ head/games/freedink-data/files/patch-Makefile Thu Aug 15 11:34:44 2013 (r324760) @@ -1,25 +1,9 @@ ---- Makefile.orig 2008-09-20 11:55:43.000000000 -0700 -+++ Makefile 2008-09-28 14:05:25.000000000 -0700 -@@ -13,17 +13,17 @@ - - # Clean-up: - # Git files: -- find $(DESTDIR)$(DATADIR) -name ".gitignore" -print0 | xargs -0r rm -+ find $(DESTDIR)$(DATADIR)/dink/dink -name ".gitignore" -print0 | xargs -0r rm - # Backup files: -- find $(DESTDIR)$(DATADIR) -name "*~" -print0 | xargs -0r rm -+ find $(DESTDIR)$(DATADIR)/dink/dink -name "*~" -print0 | xargs -0r rm - # Savegames: -- find $(DESTDIR)$(DATADIR) -name "save*.dat" -print0 | xargs -0r rm -+ find $(DESTDIR)$(DATADIR)/dink/dink -name "save*.dat" -print0 | xargs -0r rm - # Cheat^wDebugging tool - rm -f $(DESTDIR)$(DATADIR)/dink/dink/Story/key-67.c - - # Tidy permissions -- find $(DESTDIR)$(DATADIR) -type d -print0 | xargs -0r chmod 755 -- find $(DESTDIR)$(DATADIR) -type f -print0 | xargs -0r chmod 644 -+ find $(DESTDIR)$(DATADIR)/dink/dink -type d -print0 | xargs -0r chmod 755 -+ find $(DESTDIR)$(DATADIR)/dink/dink -type f -print0 | xargs -0r chmod 644 - - # Do this from a fresh Git checkout to avoid packaging temporary files - release: +--- Makefile.orig 2013-08-14 12:38:50.000000000 -0700 ++++ Makefile 2013-08-14 12:40:16.000000000 -0700 +@@ -1,5 +1,5 @@ + DESTDIR= +-PREFIX=/usr/local ++PREFIX=%%PREFIX%% + DATADIR=$(PREFIX)/share + version=1.08.`date +%Y%m%d` + releasedir=freedink-data-$(version) Modified: head/games/freedink-data/pkg-plist ============================================================================== --- head/games/freedink-data/pkg-plist Thu Aug 15 11:27:16 2013 (r324759) +++ head/games/freedink-data/pkg-plist Thu Aug 15 11:34:44 2013 (r324760) @@ -17,6 +17,22 @@ share/dink/dink/Sound/intro.wav share/dink/dink/Sound/lively.mid share/dink/dink/Sound/love.mid share/dink/dink/Sound/secret.wav +share/dink/dink/Sound/5.ogg +share/dink/dink/Sound/arrow.wav +share/dink/dink/Sound/high2.wav +share/dink/dink/Sound/12.mid +share/dink/dink/Sound/7.mid +share/dink/dink/Sound/bow1.wav +share/dink/dink/Sound/13.mid +share/dink/dink/Sound/swing.wav +share/dink/dink/Sound/punch.wav +share/dink/dink/Sound/18.mid +share/dink/dink/Sound/wscream.wav +share/dink/dink/Sound/bird1.wav +share/dink/dink/Sound/grunt2.wav +share/dink/dink/Sound/grunt1.wav +share/dink/dink/Sound/sword2.wav +share/dink/dink/Sound/bhit.wav share/dink/dink/Story/1GOLD.c share/dink/dink/Story/APOTION.c share/dink/dink/Story/BAR-DP.c @@ -721,6 +737,25 @@ share/dink/dink/graphics/struct/Landmark share/dink/dink/graphics/struct/Stone/mdink/dir.ff share/dink/dink/graphics/struct/Teleport/dir.ff share/dink/dink/graphics/struct/outinn/dir.ff +share/dink/dink/l10n/da/LC_MESSAGES/dink.mo +share/dink/dink/l10n/de/LC_MESSAGES/dink.mo +share/dink/dink/l10n/fi/LC_MESSAGES/dink.mo +share/dink/dink/l10n/fr/LC_MESSAGES/dink.mo +share/dink/dink/l10n/mk/LC_MESSAGES/dink.mo +share/dink/dink/l10n/es/LC_MESSAGES/dink.mo +share/dink/dink/l10n/nl/LC_MESSAGES/dink.mo +share/dink/dink/l10n/eo/LC_MESSAGES/dink.mo +share/dink/dink/l10n/es.po +share/dink/dink/l10n/da.po +share/dink/dink/l10n/mk.po +share/dink/dink/l10n/fi.po +share/dink/dink/l10n/README +share/dink/dink/l10n/de.po +share/dink/dink/l10n/fr.po +share/dink/dink/l10n/dink.pot +share/dink/dink/l10n/hr.po +share/dink/dink/l10n/nl.po +share/dink/dink/l10n/eo.po share/dink/dink/preview.bmp @dirrm share/dink/dink/graphics/struct/outinn @dirrm share/dink/dink/graphics/struct/Teleport @@ -917,5 +952,22 @@ share/dink/dink/preview.bmp @dirrm share/dink/dink/Tiles @dirrm share/dink/dink/Story @dirrm share/dink/dink/Sound +@dirrm share/dink/dink/l10n/da/LC_MESSAGES +@dirrm share/dink/dink/l10n/de/LC_MESSAGES +@dirrm share/dink/dink/l10n/fi/LC_MESSAGES +@dirrm share/dink/dink/l10n/fr/LC_MESSAGES +@dirrm share/dink/dink/l10n/mk/LC_MESSAGES +@dirrm share/dink/dink/l10n/es/LC_MESSAGES +@dirrm share/dink/dink/l10n/nl/LC_MESSAGES +@dirrm share/dink/dink/l10n/eo/LC_MESSAGES +@dirrm share/dink/dink/l10n/da +@dirrm share/dink/dink/l10n/de +@dirrm share/dink/dink/l10n/fi +@dirrm share/dink/dink/l10n/fr +@dirrm share/dink/dink/l10n/mk +@dirrm share/dink/dink/l10n/es +@dirrm share/dink/dink/l10n/nl +@dirrm share/dink/dink/l10n/eo +@dirrm share/dink/dink/l10n @dirrm share/dink/dink @dirrm share/dink From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:35:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E4E62CE; Thu, 15 Aug 2013 11:35:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C11228BE; Thu, 15 Aug 2013 11:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBZaML096295; Thu, 15 Aug 2013 11:35:36 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBZa8W096294; Thu, 15 Aug 2013 11:35:36 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308151135.r7FBZa8W096294@svn.freebsd.org> From: Bryan Drewery Date: Thu, 15 Aug 2013 11:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324761 - head/www/dfileserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:35:36 -0000 Author: bdrewery Date: Thu Aug 15 11:35:35 2013 New Revision: 324761 URL: http://svnweb.freebsd.org/changeset/ports/324761 Log: - Pass maintainership to new volunteer PR: ports/179081 Submitted by: Rodrigo (ros) OSORIO Approved by: dashevil@gmail.com (maintainer, via email) Modified: head/www/dfileserver/Makefile Modified: head/www/dfileserver/Makefile ============================================================================== --- head/www/dfileserver/Makefile Thu Aug 15 11:34:44 2013 (r324760) +++ head/www/dfileserver/Makefile Thu Aug 15 11:35:35 2013 (r324761) @@ -4,10 +4,10 @@ PORTNAME= DFileServer PORTVERSION= 1.1.3 CATEGORIES= www -MASTER_SITES= http://harpy.soarwitheagles.net/~dashy/ \ - http://rodrigo.osorio.free.fr/freebsd/distfiles/ +MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ + http://harpy.soarwitheagles.net/~dashy/ -MAINTAINER= dashevil@gmail.com +MAINTAINER= rodrigo@bebik.net COMMENT= Compact webserver designed to make sharing files easy PLIST_FILES= bin/dfileserver From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:37:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3B1B34AE; Thu, 15 Aug 2013 11:37:59 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 279EB28E2; Thu, 15 Aug 2013 11:37:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBbxuR096793; Thu, 15 Aug 2013 11:37:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBbwL5096787; Thu, 15 Aug 2013 11:37:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151137.r7FBbwL5096787@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 11:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324762 - in head/games/freedink-engine: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:37:59 -0000 Author: wg Date: Thu Aug 15 11:37:57 2013 New Revision: 324762 URL: http://svnweb.freebsd.org/changeset/ports/324762 Log: games/freedink-engine: update to 20121209 - Update to 20121209 [1] - USES gmake - Add WWW to pkg-descr Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog PR: ports/181316 [1] Submitted by: Stephen Hurd (maintainer) Added: head/games/freedink-engine/files/ head/games/freedink-engine/files/patch-meminfo.c (contents, props changed) Modified: head/games/freedink-engine/Makefile head/games/freedink-engine/distinfo head/games/freedink-engine/pkg-descr head/games/freedink-engine/pkg-plist Modified: head/games/freedink-engine/Makefile ============================================================================== --- head/games/freedink-engine/Makefile Thu Aug 15 11:35:35 2013 (r324761) +++ head/games/freedink-engine/Makefile Thu Aug 15 11:37:57 2013 (r324762) @@ -1,9 +1,8 @@ -# Created by: shurd +# Created by: Stephen Hurd # $FreeBSD$ PORTNAME= freedink PORTVERSION= 1.08.${PORTVER} -PORTREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -12,12 +11,12 @@ PKGNAMESUFFIX= -engine MAINTAINER= shurd@sasktel.net COMMENT= Dink Smallwood RPG and RPG Construction Set -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USE_GMAKE= yes +USES= gettext gmake USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes -PORTVER= 20080920 +PORTVER= 20121209 CONFIGURE_ARGS= --disable-static --disable-upx MAN6= freedink.6 freedinkedit.6 dink.6 dinkedit.6 @@ -27,12 +26,15 @@ EMBEDDED_DESC= Embedded Resources OPTIONS_DEFAULT= EMBEDDED +post-patch: + @${CHMOD} 0755 ${WRKSRC}/autotools/install-reloc + .include .if ${PORT_OPTIONS:MEMBEDDED} CONFIGURE_ARGS+= --enable-embedded-resources BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS+= zip.3:${PORTSDIR}/archivers/libzip +LIB_DEPENDS+= zip:${PORTSDIR}/archivers/libzip RUN_DEPENDS+= zip:${PORTSDIR}/archivers/zip .else CONFIGURE_ARGS+= --disable-embedded-resources Modified: head/games/freedink-engine/distinfo ============================================================================== --- head/games/freedink-engine/distinfo Thu Aug 15 11:35:35 2013 (r324761) +++ head/games/freedink-engine/distinfo Thu Aug 15 11:37:57 2013 (r324762) @@ -1,2 +1,2 @@ -SHA256 (freedink-1.08.20080920.tar.gz) = deda4e5b992c514b6ccde3bfbff98880c28c6d91dfc67ca50ee0d0fa77d8bea8 -SIZE (freedink-1.08.20080920.tar.gz) = 785661 +SHA256 (freedink-1.08.20121209.tar.gz) = 196bfcc7b874c2fb9ac94d663f14fb759e644cc2400f77f734a098ca568dbda7 +SIZE (freedink-1.08.20121209.tar.gz) = 1853822 Added: head/games/freedink-engine/files/patch-meminfo.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedink-engine/files/patch-meminfo.c Thu Aug 15 11:37:57 2013 (r324762) @@ -0,0 +1,11 @@ +--- src/meminfo.c.orig 2013-08-14 02:51:44.000000000 -0700 ++++ src/meminfo.c 2013-08-14 02:51:55.000000000 -0700 +@@ -24,7 +24,7 @@ + #include + #endif + +-#include ++#include + + #include "log.h" + Modified: head/games/freedink-engine/pkg-descr ============================================================================== --- head/games/freedink-engine/pkg-descr Thu Aug 15 11:35:35 2013 (r324761) +++ head/games/freedink-engine/pkg-descr Thu Aug 15 11:37:57 2013 (r324762) @@ -8,3 +8,5 @@ runs the original game as well as its D- compatibility, under multiple platforms. This package contains the game engine alone. + +WWW: http://www.gnu.org/software/freedink/ Modified: head/games/freedink-engine/pkg-plist ============================================================================== --- head/games/freedink-engine/pkg-plist Thu Aug 15 11:35:35 2013 (r324761) +++ head/games/freedink-engine/pkg-plist Thu Aug 15 11:37:57 2013 (r324762) @@ -8,5 +8,68 @@ share/applications/freedinkedit.desktop %%DATADIR%%/jump.wav %%DATADIR%%/stop.wav share/pixmaps/freedink.png +share/locale/af/LC_MESSAGES/freedink-gnulib.mo +share/locale/be/LC_MESSAGES/freedink-gnulib.mo +share/locale/bg/LC_MESSAGES/freedink-gnulib.mo +share/locale/ca/LC_MESSAGES/freedink-gnulib.mo +share/locale/ca/LC_MESSAGES/freedink.mo +share/locale/cs/LC_MESSAGES/freedink-gnulib.mo +share/locale/cs/LC_MESSAGES/freedink.mo +share/locale/da/LC_MESSAGES/freedink-gnulib.mo +share/locale/da/LC_MESSAGES/freedink.mo +share/locale/de/LC_MESSAGES/freedink-gnulib.mo +share/locale/de/LC_MESSAGES/freedink.mo +share/locale/el/LC_MESSAGES/freedink-gnulib.mo +share/locale/el/LC_MESSAGES/freedink.mo +share/locale/en@boldquot/LC_MESSAGES/freedink.mo +share/locale/en@quot/LC_MESSAGES/freedink.mo +share/locale/eo/LC_MESSAGES/freedink.mo +share/locale/es/LC_MESSAGES/freedink-gnulib.mo +share/locale/es/LC_MESSAGES/freedink.mo +share/locale/et/LC_MESSAGES/freedink-gnulib.mo +share/locale/eu/LC_MESSAGES/freedink-gnulib.mo +share/locale/eu/LC_MESSAGES/freedink.mo +share/locale/fi/LC_MESSAGES/freedink-gnulib.mo +share/locale/fi/LC_MESSAGES/freedink.mo +share/locale/fr/LC_MESSAGES/freedink-gnulib.mo +share/locale/fr/LC_MESSAGES/freedink.mo +share/locale/ga/LC_MESSAGES/freedink-gnulib.mo +share/locale/gl/LC_MESSAGES/freedink-gnulib.mo +share/locale/hr/LC_MESSAGES/freedink.mo +share/locale/hu/LC_MESSAGES/freedink-gnulib.mo +share/locale/id/LC_MESSAGES/freedink.mo +share/locale/it/LC_MESSAGES/freedink-gnulib.mo +share/locale/it/LC_MESSAGES/freedink.mo +share/locale/ja/LC_MESSAGES/freedink-gnulib.mo +share/locale/ko/LC_MESSAGES/freedink-gnulib.mo +share/locale/ms/LC_MESSAGES/freedink-gnulib.mo +share/locale/nb/LC_MESSAGES/freedink-gnulib.mo +share/locale/nb/LC_MESSAGES/freedink.mo +share/locale/nl/LC_MESSAGES/freedink-gnulib.mo +share/locale/nl/LC_MESSAGES/freedink.mo +share/locale/pl/LC_MESSAGES/freedink-gnulib.mo +share/locale/pl/LC_MESSAGES/freedink.mo +share/locale/pt/LC_MESSAGES/freedink-gnulib.mo +share/locale/pt_BR/LC_MESSAGES/freedink-gnulib.mo +share/locale/ro/LC_MESSAGES/freedink-gnulib.mo +share/locale/ru/LC_MESSAGES/freedink-gnulib.mo +share/locale/rw/LC_MESSAGES/freedink-gnulib.mo +share/locale/sk/LC_MESSAGES/freedink-gnulib.mo +share/locale/sl/LC_MESSAGES/freedink-gnulib.mo +share/locale/sl/LC_MESSAGES/freedink.mo +share/locale/sr/LC_MESSAGES/freedink.mo +share/locale/sv/LC_MESSAGES/freedink-gnulib.mo +share/locale/tr/LC_MESSAGES/freedink-gnulib.mo +share/locale/uk/LC_MESSAGES/freedink-gnulib.mo +share/locale/vi/LC_MESSAGES/freedink-gnulib.mo +share/locale/vi/LC_MESSAGES/freedink.mo +share/locale/zh_CN/LC_MESSAGES/freedink-gnulib.mo +share/locale/zh_TW/LC_MESSAGES/freedink-gnulib.mo +@dirrm share/locale/en@boldquot/LC_MESSAGES +@dirrmtry share/locale/en@boldquot +@dirrm share/locale/en@quot/LC_MESSAGES +@dirrmtry share/locale/en@quot +@dirrm share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw @dirrmtry %%DATADIR%% @dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:39:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 986975B3; Thu, 15 Aug 2013 11:39:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 785EF28F7; Thu, 15 Aug 2013 11:39:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBdgh8097139; Thu, 15 Aug 2013 11:39:42 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBdgTw097137; Thu, 15 Aug 2013 11:39:42 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308151139.r7FBdgTw097137@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 15 Aug 2013 11:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324763 - in head/devel/qmake4: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:39:42 -0000 Author: rakuco Date: Thu Aug 15 11:39:41 2013 New Revision: 324763 URL: http://svnweb.freebsd.org/changeset/ports/324763 Log: Make the sed(1) call to add a GDB index to generated files work with base sed. Add my upstream patch to fix it: use a POSIX-compliant call instead of one that only works with GNU sed. Note that it does not still work automatically because `gdb' is called, and the version we have in base does not support index generation. PR: ports/181146 Added: head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf (contents, props changed) Modified: head/devel/qmake4/Makefile Modified: head/devel/qmake4/Makefile ============================================================================== --- head/devel/qmake4/Makefile Thu Aug 15 11:37:57 2013 (r324762) +++ head/devel/qmake4/Makefile Thu Aug 15 11:39:41 2013 (r324763) @@ -3,6 +3,7 @@ PORTNAME= qmake DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Added: head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf Thu Aug 15 11:39:41 2013 (r324763) @@ -0,0 +1,36 @@ +From fdecdc39399994d2c0309005922590e2f106bbef Mon Sep 17 00:00:00 2001 +From: Raphael Kubo da Costa +Date: Sun, 11 Aug 2013 15:08:48 +0300 +Subject: [PATCH] gdb_dwarf_index: Use a sed call that's more POSIX-compliant. + +sed versions other than the GNU one often default to being POSIX-compliant, +in which case "+" (with and without escaping) is always an ordinary +character. + +Achieve the same functionality in a way that works with both GNU and BSD +seds by using "xx*" insted of "x\+". + +Cherry-picked from qtbase/faea8d1056e4b034404febd0ef44a00e7784018d. + +Change-Id: I462e070992ff214a7261d45c208f2e5f3e962e8f +Reviewed-by: Oswald Buddenhagen +--- + mkspecs/features/unix/gdb_dwarf_index.prf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/mkspecs/features/unix/gdb_dwarf_index.prf b/mkspecs/features/unix/gdb_dwarf_index.prf +index e3f79cd..84b4e18 100644 +--- mkspecs/features/unix/gdb_dwarf_index.prf ++++ mkspecs/features/unix/gdb_dwarf_index.prf +@@ -9,7 +9,7 @@ + } + + QMAKE_GDB_INDEX += \ +- test \$\$(gdb --version | sed -e \'s,[^0-9]\\+\\([0-9]\\)\\.\\([0-9]\\).*,\\1\\2,;q\') -gt 72 && \ ++ test \$\$(gdb --version | sed -e \'s,[^0-9][^0-9]*\\([0-9]\\)\\.\\([0-9]\\).*,\\1\\2,;q\') -gt 72 && \ + gdb --nx --batch --quiet -ex \'set confirm off\' -ex \"save gdb-index $$QMAKE_GDB_DIR\" -ex quit \'$(TARGET)\' && \ + test -f $(TARGET).gdb-index && \ + $$QMAKE_OBJCOPY --add-section \'.gdb_index=$(TARGET).gdb-index\' --set-section-flags \'.gdb_index=readonly\' \'$(TARGET)\' \'$(TARGET)\' && \ +-- +1.8.3.4 + From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:44:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1EB2884; Thu, 15 Aug 2013 11:44:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 960542969; Thu, 15 Aug 2013 11:44:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBirUi000190; Thu, 15 Aug 2013 11:44:53 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBirZo000189; Thu, 15 Aug 2013 11:44:53 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308151144.r7FBirZo000189@svn.freebsd.org> From: Bryan Drewery Date: Thu, 15 Aug 2013 11:44:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324764 - branches/RELENG_9_2_0 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:44:53 -0000 Author: bdrewery Date: Thu Aug 15 11:44:53 2013 New Revision: 324764 URL: http://svnweb.freebsd.org/changeset/ports/324764 Log: Record mergeinfo for r324643 Reported by: beat Approved by: portmgr (implicit) Modified: Directory Properties: branches/RELENG_9_2_0/ (props changed) From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:51:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFDD0A09; Thu, 15 Aug 2013 11:51:40 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC6A29D4; Thu, 15 Aug 2013 11:51:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBpesY003327; Thu, 15 Aug 2013 11:51:40 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBpeLl003324; Thu, 15 Aug 2013 11:51:40 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308151151.r7FBpeLl003324@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 11:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324765 - in head/shells/jailkit: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:51:40 -0000 Author: danfe Date: Thu Aug 15 11:51:39 2013 New Revision: 324765 URL: http://svnweb.freebsd.org/changeset/ports/324765 Log: - Try to unbreak parallel builds (-jX) by calling sub-makes correctly - Do not mention PORTNAME in the COMMENT (according to PH section 5.6) - Avoid .for loop when installing portdocs, slightly cleanup Makefile - Reformat pkg-descr nicely (now perfectly aligned on both sides) and pacify portlint(1) by using correct delimiter after WWW line (space, per PH section 3.2.1). Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/shells/jailkit/Makefile head/shells/jailkit/files/patch-Makefile.in head/shells/jailkit/pkg-descr Modified: head/shells/jailkit/Makefile ============================================================================== --- head/shells/jailkit/Makefile Thu Aug 15 11:44:53 2013 (r324764) +++ head/shells/jailkit/Makefile Thu Aug 15 11:51:39 2013 (r324765) @@ -1,6 +1,5 @@ # Created by: Sylvio Cesar # $FreeBSD$ -# PORTNAME= jailkit PORTVERSION= 2.15 @@ -9,7 +8,7 @@ MASTER_SITES= http://olivier.sessink.nl/ http://www.sfr-fresh.com/unix/privat/ MAINTAINER= sylvio@FreeBSD.org -COMMENT= Jailkit is a set of utilities to limit user account +COMMENT= Utilities to limit user account GNU_CONFIGURE= yes USE_PYTHON= 2.5+ @@ -33,19 +32,18 @@ MANCOMPRESSED= yes PORTDOCS= COPYRIGHT README.txt -.include +.include post-install: @${ECHO_MSG} "Updating ${SHELLS}" @${CP} ${SHELLS} ${SHELLS}.bak @(${GREP} -v ${PREFIX}/sbin/jk_chrootsh ${SHELLS}.bak; \ - ${ECHO_CMD} ${PREFIX}/sbin/jk_chrootsh) > ${SHELLS} + ${ECHO_CMD} ${PREFIX}/sbin/jk_chrootsh) > ${SHELLS} @${RM} -f ${SHELLS}.bak .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} -.endfor + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.include + +.include Modified: head/shells/jailkit/files/patch-Makefile.in ============================================================================== --- head/shells/jailkit/files/patch-Makefile.in Thu Aug 15 11:44:53 2013 (r324764) +++ head/shells/jailkit/files/patch-Makefile.in Thu Aug 15 11:51:39 2013 (r324765) @@ -1,9 +1,44 @@ --- Makefile.in.orig 2009-08-20 20:46:11.000000000 -0300 +++ Makefile.in 2009-08-20 20:46:51.000000000 -0300 -@@ -67,15 +67,6 @@ - @cd src/ && $(MAKE) install - @cd py/ && $(MAKE) install - @cd man/ && $(MAKE) install +@@ -38,22 +38,22 @@ + jailkit: all + + all: +- @cd src/ && $(MAKE) all +- @cd py/ && $(MAKE) all +- @cd man/ && $(MAKE) all ++ $(MAKE) -C src all ++ $(MAKE) -C py all ++ $(MAKE) -C man all + + clean: + rm -f core *~ ini/*~ +- @cd src/ && $(MAKE) clean +- @cd py/ && $(MAKE) clean +- @cd man/ && $(MAKE) clean ++ $(MAKE) -C src clean ++ $(MAKE) -C py clean ++ $(MAKE) -C man clean + + distclean: clean + rm -rf autom4te.cache/ + rm -f Makefile config.log config.status config.cache +- @cd src/ && $(MAKE) distclean +- @cd py/ && $(MAKE) distclean +- @cd man/ && $(MAKE) distclean ++ $(MAKE) -C src distclean ++ $(MAKE) -C py distclean ++ $(MAKE) -C man distclean + + install: + ${INSTALL} -d -m 755 ${DESTDIR}${iniprefix} +@@ -64,24 +64,13 @@ + ${INSTALL} -m 0644 ini/$${file} ${DESTDIR}${iniprefix} ;\ + fi ;\ + done +- @cd src/ && $(MAKE) install +- @cd py/ && $(MAKE) install +- @cd man/ && $(MAKE) install - # test if the jk_chrootsh is already in /etc/shells - # this previously had @echo but that fails on FreeBSD - if test -w /etc/shells; then \ @@ -13,12 +48,18 @@ - fi \ - fi - ++ $(MAKE) -C src install ++ $(MAKE) -C py install ++ $(MAKE) -C man install uninstall: rm -f ${iniprefix}/*.ini -@@ -83,5 +74,3 @@ - @cd man/ && $(MAKE) uninstall - @cd src/ && $(MAKE) uninstall +- @cd py/ && $(MAKE) uninstall +- @cd man/ && $(MAKE) uninstall +- @cd src/ && $(MAKE) uninstall ++ $(MAKE) -C py uninstall ++ $(MAKE) -C man uninstall ++ $(MAKE) -C src uninstall -rmdir --ignore-fail-on-non-empty ${DESTDIR}${iniprefix} - @echo "You must manually remove jk_chrootsh from /etc/shells" -# remove jk_chrootsh from /etc/shells Modified: head/shells/jailkit/pkg-descr ============================================================================== --- head/shells/jailkit/pkg-descr Thu Aug 15 11:44:53 2013 (r324764) +++ head/shells/jailkit/pkg-descr Thu Aug 15 11:51:39 2013 (r324765) @@ -1,7 +1,6 @@ -Jailkit is a set of utilities to limit user accounts to specific -files using chroot() and or specific commands. -Setting up a chroot shell, a shell limited to some specific -command, or a daemon inside a chroot jail is a lot easier and -can be automated using these utilities. +Jailkit is a set of utilities to limit user accounts to specific files +using chroot() and or specific commands. Setting up a chroot shell, a +shell limited to some specific command, or daemon inside a chroot jail +is a lot easier and can be automated using these utilities. -WWW: http://olivier.sessink.nl/jailkit/ +WWW: http://olivier.sessink.nl/jailkit/ From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 11:56:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72385B52; Thu, 15 Aug 2013 11:56:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4548029FF; Thu, 15 Aug 2013 11:56:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBuUgY004211; Thu, 15 Aug 2013 11:56:30 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBuTEa004208; Thu, 15 Aug 2013 11:56:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151156.r7FBuTEa004208@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 11:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324766 - head/devel/pmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 11:56:30 -0000 Author: wg Date: Thu Aug 15 11:56:29 2013 New Revision: 324766 URL: http://svnweb.freebsd.org/changeset/ports/324766 Log: devel/pmd: update to 5.0.5 - Update to 5.0.5 Changes: http://sourceforge.net/projects/pmd/files/pmd/5.0.5/ PR: ports/181310 Submitted by: Danilo Egêa Gondolfo (maintainer) Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo head/devel/pmd/pkg-plist Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Thu Aug 15 11:51:39 2013 (r324765) +++ head/devel/pmd/Makefile Thu Aug 15 11:56:29 2013 (r324766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} @@ -18,6 +18,7 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * +PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Thu Aug 15 11:51:39 2013 (r324765) +++ head/devel/pmd/distinfo Thu Aug 15 11:56:29 2013 (r324766) @@ -1,2 +1,2 @@ -SHA256 (pmd-bin-5.0.4.zip) = 7a95be0f5ff208ff1b9d028d70f1db9530403f98d47fb579b6b977d17ac7ef9d -SIZE (pmd-bin-5.0.4.zip) = 19023399 +SHA256 (pmd-bin-5.0.5.zip) = 8c633ef7ecfaa02454fafccae1d856170859224452be5e4853c9580a5ab2789c +SIZE (pmd-bin-5.0.5.zip) = 19033807 Modified: head/devel/pmd/pkg-plist ============================================================================== --- head/devel/pmd/pkg-plist Thu Aug 15 11:51:39 2013 (r324765) +++ head/devel/pmd/pkg-plist Thu Aug 15 11:56:29 2013 (r324766) @@ -10,7 +10,7 @@ bin/pmd %%DATADIR%%/jcommander-1.27.jar %%DATADIR%%/jdom-1.0.jar %%DATADIR%%/junit-4.4.jar -%%DATADIR%%/pmd-5.0.4.jar +%%DATADIR%%/pmd-%%PORTVERSION%%.jar %%DATADIR%%/rhino-1.7R3.jar %%DATADIR%%/saxon-9.1.0.8-dom.jar %%DATADIR%%/saxon-9.1.0.8.jar From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 12:00:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20510EAE; Thu, 15 Aug 2013 12:00:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD292A8A; Thu, 15 Aug 2013 12:00:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FC0pCY007179; Thu, 15 Aug 2013 12:00:51 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FC0pwP007177; Thu, 15 Aug 2013 12:00:51 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151200.r7FC0pwP007177@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 12:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324767 - head/www/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 12:00:52 -0000 Author: wg Date: Thu Aug 15 12:00:51 2013 New Revision: 324767 URL: http://svnweb.freebsd.org/changeset/ports/324767 Log: www/node-devel: update to 0.11.5 - Update to 0.11.5 [1] - USES gmake Changes: https://raw.github.com/joyent/node/v0.11.5/ChangeLog PR: ports/181300 Submitted by: Jin-Sih Lin (maintainer) Modified: head/www/node-devel/Makefile head/www/node-devel/distinfo Modified: head/www/node-devel/Makefile ============================================================================== --- head/www/node-devel/Makefile Thu Aug 15 11:56:29 2013 (r324766) +++ head/www/node-devel/Makefile Thu Aug 15 12:00:51 2013 (r324767) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.11.4 +PORTVERSION= 0.11.5 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -14,10 +14,10 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ MAN1= node.1 +USES= gmake HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON= 2.7 -USE_GMAKE= yes CONFLICTS= node-0.[0-9]* @@ -39,7 +39,6 @@ GYP_DEFINES+= gcc_version=${CXX:S/g++//} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/deps/v8/build/common.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp post-install: Modified: head/www/node-devel/distinfo ============================================================================== --- head/www/node-devel/distinfo Thu Aug 15 11:56:29 2013 (r324766) +++ head/www/node-devel/distinfo Thu Aug 15 12:00:51 2013 (r324767) @@ -1,2 +1,2 @@ -SHA256 (node-v0.11.4.tar.gz) = 81f36aafa4a31fa59e0301358699d82766ea7ba178be810ce00444a7fc10db47 -SIZE (node-v0.11.4.tar.gz) = 14855090 +SHA256 (node-v0.11.5.tar.gz) = 72b89f9146a2dd57e1712f1fb822f62bdf00b2d5482689510dc2e4d19ae6559e +SIZE (node-v0.11.5.tar.gz) = 15054281 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 12:03:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7128B1C2; Thu, 15 Aug 2013 12:03:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F45F2AD3; Thu, 15 Aug 2013 12:03:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FC3Meo007776; Thu, 15 Aug 2013 12:03:22 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FC3MGb007774; Thu, 15 Aug 2013 12:03:22 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151203.r7FC3MGb007774@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 12:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324768 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 12:03:22 -0000 Author: wg Date: Thu Aug 15 12:03:21 2013 New Revision: 324768 URL: http://svnweb.freebsd.org/changeset/ports/324768 Log: www/phalcon: update to 1.2.3 - Update to 1.2.3 [1] - Add LICENSE (BSD) Changes: https://github.com/phalcon/cphalcon/blob/1.2.3/CHANGELOG PR: ports/181297 [1] Submitted by: Jin-Sih Lin (maintainer) Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Thu Aug 15 12:00:51 2013 (r324767) +++ head/www/phalcon/Makefile Thu Aug 15 12:03:21 2013 (r324768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 CATEGORIES= www MASTER_SITES= https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language +LICENSE= BSD + FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/ Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Thu Aug 15 12:00:51 2013 (r324767) +++ head/www/phalcon/distinfo Thu Aug 15 12:03:21 2013 (r324768) @@ -1,2 +1,2 @@ -SHA256 (phalcon-v1.2.1.tar.gz) = ffed1aaeb7584fd11d8c8257f2c7bfe259d20dc32560ec1e1de61b8c1a1b34bb -SIZE (phalcon-v1.2.1.tar.gz) = 2561525 +SHA256 (phalcon-v1.2.3.tar.gz) = 2735799c2d6c51f398c8e19d4f48b00d03c8296770fbebf1c4e42b92341c44bb +SIZE (phalcon-v1.2.3.tar.gz) = 2570741 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 12:24:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A53C814; Thu, 15 Aug 2013 12:24:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E1AD2C0C; Thu, 15 Aug 2013 12:24:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FCOAF3015759; Thu, 15 Aug 2013 12:24:10 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FCOABI015756; Thu, 15 Aug 2013 12:24:10 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308151224.r7FCOABI015756@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Aug 2013 12:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324769 - head/misc/libsupertone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 12:24:10 -0000 Author: danfe Date: Thu Aug 15 12:24:09 2013 New Revision: 324769 URL: http://svnweb.freebsd.org/changeset/ports/324769 Log: - Fix targets' dependencies in an attempt to fix parallel (-jX) builds - Tighten Makefile header and COMMENT line (trim the article) - Convert LIB_DEPENDS to the newish form (since r322328) - Fix couple of portlint(1) warnings while here (knobs order, WWW line in port description) Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/misc/libsupertone/Makefile head/misc/libsupertone/pkg-descr Modified: head/misc/libsupertone/Makefile ============================================================================== --- head/misc/libsupertone/Makefile Thu Aug 15 12:03:21 2013 (r324768) +++ head/misc/libsupertone/Makefile Thu Aug 15 12:24:09 2013 (r324769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsupertone -# Date created: 26 Jun 2012 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= libsupertone PORTVERSION= 0.0.2 @@ -12,17 +8,24 @@ MASTER_SITES= http://www.soft-switch.org EXTRACT_SUFX= .tgz MAINTAINER= fjoe@FreeBSD.org -COMMENT= A library for supervisory tone generation and detection +COMMENT= Library for supervisory tone generation and detection -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile\ - spandsp.2:${PORTSDIR}/comms/spandsp-devel\ - tiff.4:${PORTSDIR}/graphics/tiff\ - xml2.5:${PORTSDIR}/textproc/libxml2 +LICENSE= LGPL21 + +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ + libspandsp.so:${PORTSDIR}/comms/spandsp-devel \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ - LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -LICENSE= LGPL21 + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +# Add missing dependency in attempt to fix parallel (-jX) builds +post-patch: + @${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \ + ${WRKSRC}/Makefile.in .include Modified: head/misc/libsupertone/pkg-descr ============================================================================== --- head/misc/libsupertone/pkg-descr Thu Aug 15 12:03:21 2013 (r324768) +++ head/misc/libsupertone/pkg-descr Thu Aug 15 12:24:09 2013 (r324769) @@ -1,4 +1,4 @@ This library is designed to support supervisory tone generation and detection for all parts of the world. -WWW: http://www.soft-switch.org/ +WWW: http://www.soft-switch.org/ From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 14:13:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFE422BC; Thu, 15 Aug 2013 14:13:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD286231B; Thu, 15 Aug 2013 14:13:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FEDjND056903; Thu, 15 Aug 2013 14:13:45 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FEDjx1056901; Thu, 15 Aug 2013 14:13:45 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201308151413.r7FEDjx1056901@svn.freebsd.org> From: Mark Felder Date: Thu, 15 Aug 2013 14:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324770 - in head/sysutils/xe-guest-utilities: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 14:13:46 -0000 Author: feld Date: Thu Aug 15 14:13:45 2013 New Revision: 324770 URL: http://svnweb.freebsd.org/changeset/ports/324770 Log: rc script now passes rclint Approved by: swills (mentor) Modified: head/sysutils/xe-guest-utilities/Makefile head/sysutils/xe-guest-utilities/files/xenguest.in Modified: head/sysutils/xe-guest-utilities/Makefile ============================================================================== --- head/sysutils/xe-guest-utilities/Makefile Thu Aug 15 12:24:09 2013 (r324769) +++ head/sysutils/xe-guest-utilities/Makefile Thu Aug 15 14:13:45 2013 (r324770) @@ -4,6 +4,7 @@ PORTNAME= xe-guest-utilities PORTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GIT_ACCOUNT}/${GIT_PROJECT}/tarball/${GIT_VERSION}/ DISTNAME= ${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION} Modified: head/sysutils/xe-guest-utilities/files/xenguest.in ============================================================================== --- head/sysutils/xe-guest-utilities/files/xenguest.in Thu Aug 15 12:24:09 2013 (r324769) +++ head/sysutils/xe-guest-utilities/files/xenguest.in Thu Aug 15 14:13:45 2013 (r324770) @@ -19,11 +19,11 @@ rcvar=xenguest_enable load_rc_config $name -: ${xe_daemon_enable="NO"} +: ${xe_daemon_enable:=NO} -pidfile="/var/run/xe-daemon.pid" +pidfile=/var/run/xe-daemon.pid command="%%PREFIX%%/sbin/xe-daemon" -command_interpreter="/bin/sh" -command_args='-p $pidfile &' +command_interpreter=/bin/sh +command_args='-p ${pidfile} &' run_rc_command "$1" From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 14:39:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15AAB774; Thu, 15 Aug 2013 14:39:15 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0321A244F; Thu, 15 Aug 2013 14:39:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FEdEgS065102; Thu, 15 Aug 2013 14:39:14 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FEdEF5065101; Thu, 15 Aug 2013 14:39:14 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201308151439.r7FEdEF5065101@svn.freebsd.org> From: Alex Kozlov Date: Thu, 15 Aug 2013 14:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324771 - head/lang/gcc-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 14:39:15 -0000 Author: ak Date: Thu Aug 15 14:39:14 2013 New Revision: 324771 URL: http://svnweb.freebsd.org/changeset/ports/324771 Log: - Fix lang/gcc-aux broken in r324744 [1] - Convert spaces to tab to pacify portlint Submitted by: marino (maintainer) [1] Pointyhat to: ak Modified: head/lang/gcc-aux/Makefile Modified: head/lang/gcc-aux/Makefile ============================================================================== --- head/lang/gcc-aux/Makefile Thu Aug 15 14:13:45 2013 (r324770) +++ head/lang/gcc-aux/Makefile Thu Aug 15 14:39:14 2013 (r324771) @@ -13,6 +13,7 @@ DISTFILES= gcc-${GCC_VERSION}.tar.bz2 MAINTAINER= marino@FreeBSD.org COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support +.include "${.CURDIR}/Makefile.common" LANGS= c APPLY_DIFFS= core @@ -23,15 +24,15 @@ FULL_GNATGCC= NOT_SET OS_LABEL4VERS= [${OPSYS}] GARCH= ${ARCH:S/amd64/x86_64/} -OPTIONS_DEFINE= ADA CXX FORT OBJC STATIC TESTSUITE NLS +OPTIONS_DEFINE= ADA CXX FORT OBJC STATIC TESTSUITE NLS OPTIONS_DEFAULT= ADA CXX FORT OBJC NO_OPTIONS_SORT= yes ADA_DESC= Build Ada language CXX_DESC= Build C++ language FORT_DESC= Build Fortran language -OBJC_DESC= Build Objective-C language -STATIC_DESC= Build with no shared libraries other than libc +OBJC_DESC= Build Objective-C language +STATIC_DESC= Build with no shared libraries other than libc TESTSUITE_DESC= Activate test support USES+= perl5 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 15:07:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 547EADBF; Thu, 15 Aug 2013 15:07:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41A2325E5; Thu, 15 Aug 2013 15:07:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FF7C4E076037; Thu, 15 Aug 2013 15:07:12 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FF7CYS076036; Thu, 15 Aug 2013 15:07:12 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308151507.r7FF7CYS076036@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 15 Aug 2013 15:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324772 - head/devel/qmake4/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 15:07:12 -0000 Author: rakuco Date: Thu Aug 15 15:07:11 2013 New Revision: 324772 URL: http://svnweb.freebsd.org/changeset/ports/324772 Log: Fix `make patch'. I forgot WRKSRC was not the expected one in this port. Huge pointy hat to me. PR: ports/181325 PR: ports/181326 PR: ports/181146 Modified: head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf Modified: head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf ============================================================================== --- head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf Thu Aug 15 14:39:14 2013 (r324771) +++ head/devel/qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf Thu Aug 15 15:07:11 2013 (r324772) @@ -20,8 +20,8 @@ Reviewed-by: Oswald Buddenhagen Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1FDDB975; Thu, 15 Aug 2013 15:39:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BB0427E8; Thu, 15 Aug 2013 15:39:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FFd5hT087658; Thu, 15 Aug 2013 15:39:05 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FFd5eK087657; Thu, 15 Aug 2013 15:39:05 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308151539.r7FFd5eK087657@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 15 Aug 2013 15:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324773 - head/devel/qmake4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 15:39:06 -0000 Author: rakuco Date: Thu Aug 15 15:39:05 2013 New Revision: 324773 URL: http://svnweb.freebsd.org/changeset/ports/324773 Log: ... And do not install .orig files (after r324772). Modified: head/devel/qmake4/Makefile Modified: head/devel/qmake4/Makefile ============================================================================== --- head/devel/qmake4/Makefile Thu Aug 15 15:07:11 2013 (r324772) +++ head/devel/qmake4/Makefile Thu Aug 15 15:39:05 2013 (r324773) @@ -48,6 +48,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix # FIXME: This is ugly + @${RM} ${WRKSRC}/../mkspecs/features/unix/*.orig @${RM} ${WRKSRC}/../mkspecs/freebsd-g++/*.orig @${RM} ${WRKSRC}/../mkspecs/freebsd-g++46/*.orig From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 16:00:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2ED4D55; Thu, 15 Aug 2013 16:00:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0DEA294D; Thu, 15 Aug 2013 16:00:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FG0dL5097220; Thu, 15 Aug 2013 16:00:39 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FG0dLw097218; Thu, 15 Aug 2013 16:00:39 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201308151600.r7FG0dLw097218@svn.freebsd.org> From: Wen Heping Date: Thu, 15 Aug 2013 16:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324774 - head/devel/p5-File-Map X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 16:00:40 -0000 Author: wen Date: Thu Aug 15 16:00:39 2013 New Revision: 324774 URL: http://svnweb.freebsd.org/changeset/ports/324774 Log: - Update to 0.60 Changes: http://search.cpan.org/src/LEONT/File-Map-0.60/Changes Modified: head/devel/p5-File-Map/Makefile head/devel/p5-File-Map/distinfo Modified: head/devel/p5-File-Map/Makefile ============================================================================== --- head/devel/p5-File-Map/Makefile Thu Aug 15 15:39:05 2013 (r324773) +++ head/devel/p5-File-Map/Makefile Thu Aug 15 16:00:39 2013 (r324774) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Map -PORTVERSION= 0.57 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-Map/distinfo ============================================================================== --- head/devel/p5-File-Map/distinfo Thu Aug 15 15:39:05 2013 (r324773) +++ head/devel/p5-File-Map/distinfo Thu Aug 15 16:00:39 2013 (r324774) @@ -1,2 +1,2 @@ -SHA256 (File-Map-0.57.tar.gz) = 990aaaeb2633c39dd9f0e4082f3944d5542f86c19be71817b5b90fdad5fe909d -SIZE (File-Map-0.57.tar.gz) = 74306 +SHA256 (File-Map-0.60.tar.gz) = b7ad32facff4f60bd12e25121c614cea7a5f926bf57fdab4d07d63041952682e +SIZE (File-Map-0.60.tar.gz) = 74425 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 16:14:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 269F7117; Thu, 15 Aug 2013 16:14:04 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 133A629EE; Thu, 15 Aug 2013 16:14:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FGE3BH002235; Thu, 15 Aug 2013 16:14:03 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FGE3kK002227; Thu, 15 Aug 2013 16:14:03 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201308151614.r7FGE3kK002227@svn.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 15 Aug 2013 16:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324775 - in head/sysutils/gkfreq: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 16:14:04 -0000 Author: ume Date: Thu Aug 15 16:14:02 2013 New Revision: 324775 URL: http://svnweb.freebsd.org/changeset/ports/324775 Log: Update to 2.2. Spotted by: portscout Added: head/sysutils/gkfreq/files/patch-gkrellm-gkfreq.c (contents, props changed) Deleted: head/sysutils/gkfreq/files/patch-gkfreq.c Modified: head/sysutils/gkfreq/Makefile head/sysutils/gkfreq/distinfo head/sysutils/gkfreq/files/patch-Makefile head/sysutils/gkfreq/pkg-descr Modified: head/sysutils/gkfreq/Makefile ============================================================================== --- head/sysutils/gkfreq/Makefile Thu Aug 15 16:00:39 2013 (r324774) +++ head/sysutils/gkfreq/Makefile Thu Aug 15 16:14:02 2013 (r324775) @@ -1,24 +1,20 @@ -# New ports collection makefile for: gkfreq -# Date Created: Jun 18 2005 -# Whom: Hajimu UMEMOTO -# # $FreeBSD$ -# -PORTNAME= gkfreq -PORTVERSION= 1.0 -PORTREVISION= 7 +PORTNAME= gkrellm-gkfreq +PORTVERSION= 2.2 +#PORTREVISION= 0 CATEGORIES= sysutils -DISTNAME= gkrellm-gkfreq-${PORTVERSION} MASTER_SITES= SF -MASTER_SITE_SUBDIR=gkrellm-gkfreq/${PORTVERSION} +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTVERSION} MAINTAINER= ume@FreeBSD.org -COMMENT= A plugin for gkrellm2 which displays the current CPU speed +COMMENT= A plugin to GKrellM that displays the current CPU frequencies -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gkrellm.pc:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -PLIST_FILES= libexec/gkrellm2/plugins/gkfreq.so +USES= pkgconfig + +PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gkfreq.so .include Modified: head/sysutils/gkfreq/distinfo ============================================================================== --- head/sysutils/gkfreq/distinfo Thu Aug 15 16:00:39 2013 (r324774) +++ head/sysutils/gkfreq/distinfo Thu Aug 15 16:14:02 2013 (r324775) @@ -1,2 +1,2 @@ -SHA256 (gkrellm-gkfreq-1.0.tar.gz) = a0ec044e4d7b08eb129ea2d8b5f1e0a29cd4f0c83cf28899c7d4076d8b9ce4ca -SIZE (gkrellm-gkfreq-1.0.tar.gz) = 8893 +SHA256 (gkrellm-gkfreq-2.2.tar.gz) = 0d4cfdb5ef36a412f437041c8ab0b024abfa7448069b4b6d250ec3be956049ca +SIZE (gkrellm-gkfreq-2.2.tar.gz) = 12784 Modified: head/sysutils/gkfreq/files/patch-Makefile ============================================================================== --- head/sysutils/gkfreq/files/patch-Makefile Thu Aug 15 16:00:39 2013 (r324774) +++ head/sysutils/gkfreq/files/patch-Makefile Thu Aug 15 16:14:02 2013 (r324775) @@ -1,30 +1,42 @@ Index: Makefile diff -u Makefile.orig Makefile ---- Makefile.orig Thu Aug 11 05:58:26 2005 -+++ Makefile Wed Nov 9 02:42:46 2005 -@@ -1,13 +1,20 @@ --all: gkfreq.so -+PREFIX?= /usr/X11R6 +--- Makefile.orig 2013-02-28 06:52:26.000000000 +0900 ++++ Makefile 2013-08-16 01:03:07.493888354 +0900 +@@ -1,30 +1,25 @@ +-all: gkrellm-gkfreq.so ++PREFIX?= /usr/local +PLUGIN_DIR?= ${PREFIX}/libexec/gkrellm2/plugins + -+GKRELLM_INCLUDE=-I${PREFIX}/include -+ -+GTK_CONFIG= pkg-config gtk+-2.0 -+GTK_CFLAGS= `${GTK_CONFIG} --cflags` ++CFLAGS+= -fPIC -Wall `pkg-config gtk+-2.0 gkrellm --cflags` --gkfreq.o: gkfreq.c -- gcc -fPIC -O2 -Wall `pkg-config gtk+-2.0 --cflags` -c gkfreq.c -+CFLAGS+= -Wall -fPIC ${GTK_CFLAGS} ${GKRELLM_INCLUDE} -+ -+all: gkfreq.so +-gkrellm-gkfreq.o: gkrellm-gkfreq.c +- gcc -fPIC -O2 -Wall `pkg-config gtk+-2.0 --cflags` -c gkrellm-gkfreq.c ++all: gkrellm-gkfreq.so + + gkrellm-gkfreq.so: gkrellm-gkfreq.o +- gcc -shared -Wall -o gkrellm-gkfreq.so gkrellm-gkfreq.o ++ ${CC} -shared -Wall -o gkrellm-gkfreq.so gkrellm-gkfreq.o + @echo " " + @echo " Compilation done!" + @echo " " + @echo " If you want to try the plugin before installing you can run" + @echo " gkrellm -p gkrellm-gkfreq.so" + @echo " " +- @echo " Install in either /usr/lib/gkrellm2/plugins/ by running" +- @echo " sudo make install" +- @echo " or in /usr/local/lib/gkrellm2/plugins/ by running" +- @echo " sudo make install-local" +- @echo " or in ~/.gkrellm2/plugins by running" +- @echo " make install-home" +- @echo " " - gkfreq.so: gkfreq.o -- gcc -shared -Wall -o gkfreq.so gkfreq.o -+ ${CC} -shared -Wall -o gkfreq.so gkfreq.o clean: - rm -rf *.o *.so + rm -rf *.o *.so *~ install: -- cp gkfreq.so ~/.gkrellm2/plugins/ -+ ${INSTALL} -s gkfreq.so ${PLUGIN_DIR} +- cp gkrellm-gkfreq.so /usr/lib/gkrellm2/plugins/ ++ ${INSTALL} -s gkrellm-gkfreq.so ${PLUGIN_DIR} + + install-local: + cp gkrellm-gkfreq.so /usr/local/lib/gkrellm2/plugins/ Added: head/sysutils/gkfreq/files/patch-gkrellm-gkfreq.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gkfreq/files/patch-gkrellm-gkfreq.c Thu Aug 15 16:14:02 2013 (r324775) @@ -0,0 +1,66 @@ +Index: gkrellm-gkfreq.c +diff -u -p gkrellm-gkfreq.c.orig gkrellm-gkfreq.c +--- gkrellm-gkfreq.c.orig 2013-08-14 01:42:27.666135000 +0900 ++++ gkrellm-gkfreq.c 2013-08-15 16:15:30.727531073 +0900 +@@ -36,6 +36,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + + // Version of the plugin +@@ -87,6 +90,10 @@ struct GKFreqStruct{ + GkrellmDecal *label_cpu; + gint freq; + GkrellmDecal *label_freq; ++#ifdef __FreeBSD__ ++ int oid_freq[CTL_MAXNAME + 2]; ++ size_t oid_freq_len; ++#endif + }; + + static GkrellmMonitor *monitor; +@@ -102,6 +109,14 @@ static gint num_cpu; // number of C + // Get the CPU frequency (in MHz) for CPU number i + static gint get_cpu_freq(gint i) + { ++#ifdef __FreeBSD__ ++ int freq; ++ size_t len = sizeof(freq); ++ ++ if (sysctl(cpu[i].oid_freq, cpu[i].oid_freq_len, &freq, &len, 0, 0) < 0) ++ return -1; ++ return freq; ++#else + FILE *f; + gchar filename[100]; + sprintf(filename, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_cur_freq",i); +@@ -113,6 +128,7 @@ static gint get_cpu_freq(gint i) + fclose(f); + return freq/1000; + } ++#endif + } + + // Callback function to be run when a panel is exposed for the first time. +@@ -220,7 +236,16 @@ static void create_plugin(GtkWidget *vbo + // Count the number of CPUs + if (first_create) { + for (num_cpu=0; num_cpu Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A1514E9; Thu, 15 Aug 2013 16:21:28 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67E062A99; Thu, 15 Aug 2013 16:21:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FGLSnA005556; Thu, 15 Aug 2013 16:21:28 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FGLRw8005552; Thu, 15 Aug 2013 16:21:27 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201308151621.r7FGLRw8005552@svn.freebsd.org> From: Nicola Vitale Date: Thu, 15 Aug 2013 16:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324776 - in head/www/py-urlgrabber: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 16:21:28 -0000 Author: nivit Date: Thu Aug 15 16:21:27 2013 New Revision: 324776 URL: http://svnweb.freebsd.org/changeset/ports/324776 Log: - Add a patch from upstream, that fix value of SSL verify host with pycurl (see http://goo.gl/KGnkXT ) [1], and so bump PORTREVISION - Trim Makefile header - Remove dead link from MASTER_SITES - Remove leading, indefinite article from COMMENT - Add LICENSE (LGPL21) - Convert to the new options framework - Fix WWW field in pkg-descr Required by: Yuri (via private email) [1] Build details: http://goo.gl/7arykr Added: head/www/py-urlgrabber/files/patch-urlgrabber__grabber.py (contents, props changed) Deleted: head/www/py-urlgrabber/files/patch-urlgrabber-grabber.py Modified: head/www/py-urlgrabber/Makefile head/www/py-urlgrabber/files/patch-setup.py (contents, props changed) head/www/py-urlgrabber/pkg-descr (contents, props changed) Modified: head/www/py-urlgrabber/Makefile ============================================================================== --- head/www/py-urlgrabber/Makefile Thu Aug 15 16:14:02 2013 (r324775) +++ head/www/py-urlgrabber/Makefile Thu Aug 15 16:21:27 2013 (r324776) @@ -1,20 +1,17 @@ -# New ports collection makefile for: py-urlgrabber -# Date created: 2007-09-22 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= urlgrabber PORTVERSION= 3.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python -MASTER_SITES= http://urlgrabber.baseurl.org/download/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ +MASTER_SITES= http://urlgrabber.baseurl.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org -COMMENT= A high-level cross-protocol url-grabber +COMMENT= High-level cross-protocol url-grabber + +LICENSE= LGPL21 BUILD_DEPENDS= ${PKGNAMEPREFIX}curl>=7.19.0_1:${PORTSDIR}/ftp/py-curl RUN_DEPENDS= ${PKGNAMEPREFIX}curl>=7.19.0_1:${PORTSDIR}/ftp/py-curl @@ -25,8 +22,13 @@ USE_PYDISTUTILS= yes REINPLACE_ARGS= -i.bak -e 's,%%DOCSDIR%%,${DOCSDIR},' DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -.if defined(NOPORTDOCS) -MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONS_DEFINE= DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} +MAKE_ENV= INSTALL_DOCS=yes .endif post-patch: Modified: head/www/py-urlgrabber/files/patch-setup.py ============================================================================== --- head/www/py-urlgrabber/files/patch-setup.py Thu Aug 15 16:14:02 2013 (r324775) +++ head/www/py-urlgrabber/files/patch-setup.py Thu Aug 15 16:21:27 2013 (r324776) @@ -19,7 +19,7 @@ if k.startswith('_'): del config[k] + import os -+ if not os.environ.has_key('NOPORTDOCS'): ++ if os.environ.has_key('INSTALL_DOCS'): + config.setdefault('data_files', [('%%DOCSDIR%%', ['README','LICENSE', 'TODO', 'ChangeLog'])]) + from distutils.core import setup Added: head/www/py-urlgrabber/files/patch-urlgrabber__grabber.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-urlgrabber/files/patch-urlgrabber__grabber.py Thu Aug 15 16:21:27 2013 (r324776) @@ -0,0 +1,54 @@ +--- ./urlgrabber/grabber.py.orig 2009-09-25 18:19:50.000000000 +0200 ++++ ./urlgrabber/grabber.py 2013-08-15 17:18:28.000000000 +0200 +@@ -1052,7 +1052,7 @@ + self._reget_length = 0 + self._prog_running = False + self._error = (None, None) +- self.size = None ++ self.size = 0 + self._do_open() + + +@@ -1127,6 +1127,9 @@ + if not opts: + opts = self.opts + ++ # keepalives ++ if not opts.keepalive: ++ self.curl_obj.setopt(pycurl.FORBID_REUSE, 1) + + # defaults we're always going to set + self.curl_obj.setopt(pycurl.NOPROGRESS, False) +@@ -1158,7 +1161,8 @@ + self.curl_obj.setopt(pycurl.CAPATH, opts.ssl_ca_cert) + self.curl_obj.setopt(pycurl.CAINFO, opts.ssl_ca_cert) + self.curl_obj.setopt(pycurl.SSL_VERIFYPEER, opts.ssl_verify_peer) +- self.curl_obj.setopt(pycurl.SSL_VERIFYHOST, opts.ssl_verify_host) ++ if opts.ssl_verify_host: # 1 is meaningless to curl ++ self.curl_obj.setopt(pycurl.SSL_VERIFYHOST, 2) + if opts.ssl_key: + self.curl_obj.setopt(pycurl.SSLKEY, opts.ssl_key) + if opts.ssl_key_type: +@@ -1299,6 +1303,12 @@ + err.code = code + err.exception = e + raise err ++ else: ++ if self._error[1]: ++ msg = self._error[1] ++ err = URLGRabError(14, msg) ++ err.url = self.url ++ raise err + + def _do_open(self): + self.curl_obj = _curl_cache +@@ -1536,7 +1546,8 @@ + if self.opts.size: # if we set an opts size use that, no matter what + max_size = self.opts.size + if not max_size: return False # if we have None for all of the Max then this is dumb +- if cur > max_size + max_size*.10: ++ ++ if cur > int(float(max_size) * 1.10): + + msg = _("Downloaded more than max size for %s: %s > %s") \ + % (self.url, cur, max_size) Modified: head/www/py-urlgrabber/pkg-descr ============================================================================== --- head/www/py-urlgrabber/pkg-descr Thu Aug 15 16:14:02 2013 (r324775) +++ head/www/py-urlgrabber/pkg-descr Thu Aug 15 16:21:27 2013 (r324776) @@ -6,5 +6,4 @@ a clean interface to protocol-independan urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do! -Author: Michael D. Stenner, Ryan Tomayko -WWW: http://urlgrabber.baseurl.org/ +WWW: http://urlgrabber.baseurl.org/ From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 17:26:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E384E2A0; Thu, 15 Aug 2013 17:26:04 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1BA62DE1; Thu, 15 Aug 2013 17:26:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FHQ4AD029035; Thu, 15 Aug 2013 17:26:04 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FHQ4hV029032; Thu, 15 Aug 2013 17:26:04 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151726.r7FHQ4hV029032@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 17:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324777 - head/games/freedink-dfarc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 17:26:05 -0000 Author: wg Date: Thu Aug 15 17:26:03 2013 New Revision: 324777 URL: http://svnweb.freebsd.org/changeset/ports/324777 Log: games/freedin-dfarc: update to 3.10 - Update to 3.10 [1] - USES gmake PR: ports/181315 [1] Submitted by: Stephen Hurd (maintainer) Modified: head/games/freedink-dfarc/Makefile head/games/freedink-dfarc/distinfo head/games/freedink-dfarc/pkg-plist Modified: head/games/freedink-dfarc/Makefile ============================================================================== --- head/games/freedink-dfarc/Makefile Thu Aug 15 16:21:27 2013 (r324776) +++ head/games/freedink-dfarc/Makefile Thu Aug 15 17:26:03 2013 (r324777) @@ -1,9 +1,8 @@ -# Created by: shurd +# Created by: Stephen Hurd # $FreeBSD$ PORTNAME= freedink-dfarc -PORTVERSION= 3.2.1 -PORTREVISION= 5 +PORTVERSION= 3.10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -12,13 +11,13 @@ DISTNAME= dfarc-${PORTVERSION} MAINTAINER= shurd@sasktel.net COMMENT= Frontend and .dmod installer for GNU FreeDink -USE_GMAKE= yes +USES= gettext gmake USE_WX= 2.6+ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= intltool CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static -MAN1= dfarc.1 +MAN1= dfarc.1 freedink-dfarc.1 .include Modified: head/games/freedink-dfarc/distinfo ============================================================================== --- head/games/freedink-dfarc/distinfo Thu Aug 15 16:21:27 2013 (r324776) +++ head/games/freedink-dfarc/distinfo Thu Aug 15 17:26:03 2013 (r324777) @@ -1,2 +1,2 @@ -SHA256 (dfarc-3.2.1.tar.gz) = 0e31f65ea6e6183ef1f7158d44fbf442ddcae21eec0ec0274d4911683df6e175 -SIZE (dfarc-3.2.1.tar.gz) = 202479 +SHA256 (dfarc-3.10.tar.gz) = 072ef7938cf9dc35617dea3660bec459cfe6b1e376f2decb419f44b67222d280 +SIZE (dfarc-3.10.tar.gz) = 282667 Modified: head/games/freedink-dfarc/pkg-plist ============================================================================== --- head/games/freedink-dfarc/pkg-plist Thu Aug 15 16:21:27 2013 (r324776) +++ head/games/freedink-dfarc/pkg-plist Thu Aug 15 17:26:03 2013 (r324777) @@ -1,4 +1,5 @@ bin/dfarc +bin/freedink-dfarc share/icons/hicolor/32x32/mimetypes/application-x-dmod.png share/applications/freedink-dfarc.desktop share/mime/packages/freedink-mime.xml @@ -6,10 +7,17 @@ share/pixmaps/dfarc.png share/locale/fr/LC_MESSAGES/dfarc.mo share/locale/pl/LC_MESSAGES/dfarc.mo share/locale/fi/LC_MESSAGES/dfarc.mo +share/locale/da/LC_MESSAGES/dfarc.mo +share/locale/de/LC_MESSAGES/dfarc.mo +share/locale/es/LC_MESSAGES/dfarc.mo +share/locale/hr/LC_MESSAGES/dfarc.mo +share/locale/it/LC_MESSAGES/dfarc.mo +share/locale/mk/LC_MESSAGES/dfarc.mo +share/locale/nl/LC_MESSAGES/dfarc.mo +share/locale/vi/LC_MESSAGES/dfarc.mo @dirrmtry share/applications @dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrmtry share/pixmaps +@dirrmtry share/mime@dirrmtry share/pixmaps @dirrmtry share/icons/hicolor/32x32/mimetypes @dirrmtry share/icons/hicolor/32x32 @dirrmtry share/icons/hicolor From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 17:27:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8090B38B; Thu, 15 Aug 2013 17:27:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC2D2DEA; Thu, 15 Aug 2013 17:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FHR8E8029291; Thu, 15 Aug 2013 17:27:08 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FHR8qb029289; Thu, 15 Aug 2013 17:27:08 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308151727.r7FHR8qb029289@svn.freebsd.org> From: William Grzybowski Date: Thu, 15 Aug 2013 17:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324778 - head/games/freedink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 17:27:08 -0000 Author: wg Date: Thu Aug 15 17:27:07 2013 New Revision: 324778 URL: http://svnweb.freebsd.org/changeset/ports/324778 Log: games/freedink: update to 20121209 - Update to 20121209 [1] - Trim Makefile header [1] - Add WWW to pkg-descr Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog PR: ports/181314 [1] Submitted by: Stephen Hurd (maintainer) Deleted: head/games/freedink/distinfo Modified: head/games/freedink/Makefile head/games/freedink/pkg-descr Modified: head/games/freedink/Makefile ============================================================================== --- head/games/freedink/Makefile Thu Aug 15 17:26:03 2013 (r324777) +++ head/games/freedink/Makefile Thu Aug 15 17:27:07 2013 (r324778) @@ -1,13 +1,8 @@ -# New ports collection makefile for: syncterm -# Date created: 3 October 2006 -# Whom: shurd -# +# Created by: Stephen Hurd # $FreeBSD$ -# PORTNAME= freedink PORTVERSION= 1.08.${PORTVER} -PORTREVISION= 2 CATEGORIES= games MASTER_SITES= # none DISTFILES= # none @@ -21,7 +16,7 @@ RUN_DEPENDS= freedink:${PORTSDIR}/games/ dfarc:${PORTSDIR}/games/freedink-dfarc NO_BUILD= yes -PORTVER= 20080920 +PORTVER= 20121209 do-install: # empty Modified: head/games/freedink/pkg-descr ============================================================================== --- head/games/freedink/pkg-descr Thu Aug 15 17:26:03 2013 (r324777) +++ head/games/freedink/pkg-descr Thu Aug 15 17:27:07 2013 (r324778) @@ -8,3 +8,5 @@ runs the original game as well as its D- compatibility, under multiple platforms. This package contains the game engine alone. + +WWW: http://www.gnu.org/software/freedink/ From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 17:51:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33DE1797; Thu, 15 Aug 2013 17:51:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 216B02F27; Thu, 15 Aug 2013 17:51:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FHp6M1039400; Thu, 15 Aug 2013 17:51:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FHp5cA039399; Thu, 15 Aug 2013 17:51:05 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201308151751.r7FHp5cA039399@svn.freebsd.org> From: Antoine Brodin Date: Thu, 15 Aug 2013 17:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324779 - head/japanese/kbanner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 17:51:06 -0000 Author: antoine Date: Thu Aug 15 17:51:05 2013 New Revision: 324779 URL: http://svnweb.freebsd.org/changeset/ports/324779 Log: - Trim Makefile header - Replace DISTFILES/WRKSRC with DISTNAME/EXTRACT_SUFX - Unbreak with clang Modified: head/japanese/kbanner/Makefile Modified: head/japanese/kbanner/Makefile ============================================================================== --- head/japanese/kbanner/Makefile Thu Aug 15 17:27:07 2013 (r324778) +++ head/japanese/kbanner/Makefile Thu Aug 15 17:51:05 2013 (r324779) @@ -1,22 +1,19 @@ -# New ports collection makefile for: kbanner -# Date created: Fri Feb 26 15:07:10 PST 1999 -# Whom: sumikawa -# +# Created by: sumikawa # $FreeBSD$ -# PORTNAME= kbanner PORTVERSION= 2.1 PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/ -DISTFILES= ${PORTNAME}2.tar.Z +DISTNAME= ${PORTNAME}2 +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Displays large Japanese letters on the standard output -WRKSRC= ${WRKDIR}/${PORTNAME}2 ALL_TARGET= kbanner +CFLAGS+= -Wno-error=return-type MAN1= kbanner.1 PLIST_FILES= bin/kbanner From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 18:56:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A4105EB; Thu, 15 Aug 2013 18:56:02 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDE92304; Thu, 15 Aug 2013 18:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FIu1ML062738; Thu, 15 Aug 2013 18:56:01 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FIu12i062733; Thu, 15 Aug 2013 18:56:01 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308151856.r7FIu12i062733@svn.freebsd.org> From: Guido Falsi Date: Thu, 15 Aug 2013 18:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324780 - in branches/RELENG_9_2_0/comms/gnokii: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 18:56:02 -0000 Author: madpilot Date: Thu Aug 15 18:56:01 2013 New Revision: 324780 URL: http://svnweb.freebsd.org/changeset/ports/324780 Log: Merge r324715 from head: - Add patch to avoid a bus error while starting the software. Many thanks to the Mike Bernard for reporting and helping me debug this problem. While here remove obsolete MAKE_JOBS_SAFE flag. Reported by: Mike Barnard Kwatampora Approved by: portmgr (bdrewery) Added: branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c - copied unchanged from r324715, head/comms/gnokii/files/patch-common-cfgreader.c Modified: branches/RELENG_9_2_0/comms/gnokii/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/comms/gnokii/Makefile ============================================================================== --- branches/RELENG_9_2_0/comms/gnokii/Makefile Thu Aug 15 17:51:05 2013 (r324779) +++ branches/RELENG_9_2_0/comms/gnokii/Makefile Thu Aug 15 18:56:01 2013 (r324780) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -23,7 +23,6 @@ USE_BZIP2= yes USES= gettext gmake USE_LDCONFIG= yes USE_CSTD= gnu89 -MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= intltool GNU_CONFIGURE= yes Copied: branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c (from r324715, head/comms/gnokii/files/patch-common-cfgreader.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c Thu Aug 15 18:56:01 2013 (r324780, copy of r324715, head/comms/gnokii/files/patch-common-cfgreader.c) @@ -0,0 +1,20 @@ +--- common/cfgreader.c.orig 2011-12-02 15:53:04.000000000 +0100 ++++ common/cfgreader.c 2013-08-13 13:25:46.836652059 +0200 +@@ -991,7 +991,7 @@ + #define CHECK_SIZE() if (*retval >= size) { \ + void *aux; \ + size *= 2; \ +- aux = realloc(config_file_locations, size); \ ++ aux = realloc(config_file_locations, size * sizeof(char *)); \ + if (aux) \ + config_file_locations = aux; \ + else {\ +@@ -1107,7 +1107,7 @@ + if (i >= xcd_size) { + void *aux; + xcd_size *= 2; +- aux = realloc(xdg_config_dir, xcd_size); ++ aux = realloc(xdg_config_dir, xcd_size * sizeof(char *)); + if (aux) + xdg_config_dir = aux; + else { From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 19:02:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 143047EA; Thu, 15 Aug 2013 19:02:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00FF42351; Thu, 15 Aug 2013 19:02:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FJ2Yp1066064; Thu, 15 Aug 2013 19:02:34 GMT (envelope-from stas@svn.freebsd.org) Received: (from stas@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FJ2Ydj066062; Thu, 15 Aug 2013 19:02:34 GMT (envelope-from stas@svn.freebsd.org) Message-Id: <201308151902.r7FJ2Ydj066062@svn.freebsd.org> From: Stanislav Sedov Date: Thu, 15 Aug 2013 19:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324781 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 19:02:35 -0000 Author: stas (src committer) Date: Thu Aug 15 19:02:34 2013 New Revision: 324781 URL: http://svnweb.freebsd.org/changeset/ports/324781 Log: - Add lcms2 DoS vulnerability entry. Hat: secteam Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Aug 15 18:56:01 2013 (r324780) +++ head/security/vuxml/vuln.xml Thu Aug 15 19:02:34 2013 (r324781) @@ -51,6 +51,37 @@ Note: Please add new entries to the beg --> + + lcms2 -- Null Pointer Dereference Denial of Service Vulnerability + + + lcms2 + 0 + + + + +

    Mageia security team reports:

    +
    +

    It was discovered that Little CMS did not properly verify certain + memory allocations. If a user or automated system using Little CMS + were tricked into opening a specially crafted file, an attacker + could cause Little CMS to crash (CVE-2013-4160). +

    +
    + +
    + + http://advisories.mageia.org/MGASA-2013-0240.html + https://bugs.mageia.org/show_bug.cgi?id=10816 + CVE-2013-4160 + + + 2013-07-22 + 2013-08-15 + +
    + polarssl -- denial of service through unterminated loop in certificate parser From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 19:12:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A84069E9; Thu, 15 Aug 2013 19:12:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A8EE23DD; Thu, 15 Aug 2013 19:12:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FJCl0C070215; Thu, 15 Aug 2013 19:12:47 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FJCl8B070213; Thu, 15 Aug 2013 19:12:47 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201308151912.r7FJCl8B070213@svn.freebsd.org> From: Dirk Meyer Date: Thu, 15 Aug 2013 19:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324782 - in head/graphics/gd: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 19:12:47 -0000 Author: dinoex Date: Thu Aug 15 19:12:46 2013 New Revision: 324782 URL: http://svnweb.freebsd.org/changeset/ports/324782 Log: - fix option GD_FONTS - fix bdftogd and bump PORTREVISION PR: 181250 Modified: head/graphics/gd/Makefile head/graphics/gd/files/patch-bdftogd Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Thu Aug 15 19:02:34 2013 (r324781) +++ head/graphics/gd/Makefile Thu Aug 15 19:12:46 2013 (r324782) @@ -3,7 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.1.0 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ Modified: head/graphics/gd/files/patch-bdftogd ============================================================================== --- head/graphics/gd/files/patch-bdftogd Thu Aug 15 19:02:34 2013 (r324781) +++ head/graphics/gd/files/patch-bdftogd Thu Aug 15 19:12:46 2013 (r324782) @@ -1,5 +1,5 @@ --- src/bdftogd.orig 2013-06-25 11:58:23.000000000 +0200 -+++ src/bdftogd 2013-08-01 07:06:11.000000000 +0200 ++++ src/bdftogd 2013-08-15 21:03:29.000000000 +0200 @@ -24,6 +24,9 @@ my $filename = shift; $filename = 'gd' . $filename unless $filename =~ /^gd/i; @@ -10,12 +10,23 @@ if (-f "$filename.c") { die "File $filename.c already exists, won't overwrite\n"; } if (-f "$filename.h") { die "File $filename.h already exists, won't overwrite\n"; } -@@ -177,28 +180,40 @@ +@@ -139,6 +142,10 @@ + + $info + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "$filename.h" + + char ${gdname}Data[] = { +@@ -177,28 +184,40 @@ ${gdname}Data }; -gdFontPtr ${gdname} = &${gdname}Rep; -+BGD_EXPORT_DATA_IMPL gdFontPtr ${gdname} = &${gdname}Rep; ++BGD_EXPORT_DATA_PROT gdFontPtr ${gdname} = &${gdname}Rep; -/* This file has not been truncated. */ +BGD_DECLARE(gdFontPtr) @@ -44,8 +55,8 @@ #include "gd.h" -extern gdFontPtr $gdname; -+ BGD_EXPORT_DATA_PROT gdFontPtr $gdname; -+ BGD_DECLARE(gdFontPtr) $gdfunc(void); ++extern BGD_EXPORT_DATA_PROT gdFontPtr $gdname; ++BGD_DECLARE(gdFontPtr) $gdfunc(void); +#ifdef __cplusplus +} From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 19:54:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88C53619; Thu, 15 Aug 2013 19:54:23 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7638A262D; Thu, 15 Aug 2013 19:54:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FJsNgk086553; Thu, 15 Aug 2013 19:54:23 GMT (envelope-from stas@svn.freebsd.org) Received: (from stas@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FJsNo7086552; Thu, 15 Aug 2013 19:54:23 GMT (envelope-from stas@svn.freebsd.org) Message-Id: <201308151954.r7FJsNo7086552@svn.freebsd.org> From: Stanislav Sedov Date: Thu, 15 Aug 2013 19:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324783 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 19:54:23 -0000 Author: stas (src committer) Date: Thu Aug 15 19:54:22 2013 New Revision: 324783 URL: http://svnweb.freebsd.org/changeset/ports/324783 Log: - Fix ordering of references. Reported by: remko Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Aug 15 19:12:46 2013 (r324782) +++ head/security/vuxml/vuln.xml Thu Aug 15 19:54:22 2013 (r324783) @@ -72,9 +72,9 @@ Note: Please add new entries to the beg + CVE-2013-4160 http://advisories.mageia.org/MGASA-2013-0240.html https://bugs.mageia.org/show_bug.cgi?id=10816 - CVE-2013-4160 2013-07-22 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 21:03:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9970BE4; Thu, 15 Aug 2013 21:03:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9558929B3; Thu, 15 Aug 2013 21:03:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FL36cq013447; Thu, 15 Aug 2013 21:03:06 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FL35W4013440; Thu, 15 Aug 2013 21:03:05 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201308152103.r7FL35W4013440@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 15 Aug 2013 21:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324784 - in head/www/midori: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 21:03:06 -0000 Author: olivierd Date: Thu Aug 15 21:03:05 2013 New Revision: 324784 URL: http://svnweb.freebsd.org/changeset/ports/324784 Log: - Update to 0.5.5 - Force to use Python 2.x, because Midori embeds old version of Waf which doesn't support Python 3.x - Rename APIDOCS option to DOCS Added: head/www/midori/files/patch-config__search (contents, props changed) Deleted: head/www/midori/files/patch-data_search Modified: head/www/midori/Makefile head/www/midori/distinfo head/www/midori/files/patch-wscript head/www/midori/pkg-plist Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Thu Aug 15 19:54:22 2013 (r324783) +++ head/www/midori/Makefile Thu Aug 15 21:03:05 2013 (r324784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= midori -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 CATEGORIES= www xfce MASTER_SITES= http://www.midori-browser.org/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION}_all_ @@ -19,7 +18,9 @@ BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/ valac:${PORTSDIR}/lang/vala LIB_DEPENDS= webkitgtk-1:${PORTSDIR}/www/webkit-gtk2 \ sqlite3:${PORTSDIR}/databases/sqlite3 \ - notify:${PORTSDIR}/devel/libnotify + notify:${PORTSDIR}/devel/libnotify \ + soup-gnome-2:${PORTSDIR}/devel/libsoup-gnome \ + execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CPPFLAGS+= -I${LOCALBASE}/include @@ -29,7 +30,9 @@ CONFIGURE_ARGS+=--enable-addons \ --disable-gtk3 \ --jobs=${MAKE_JOBS_NUMBER} +WRKSRC= ${WRKDIR}/${DISTNAME:C/([a-z]*)_([0-9\.]*)(_all_)/\1-\2/} HAS_CONFIGURE= yes +USE_PYTHON= -2.7 USE_PYTHON_BUILD= yes USE_BZIP2= yes USE_GNOME= glib20 gtk20 intltool libxml2 @@ -40,10 +43,9 @@ USES= desktop-file-utils pkgconfig PLIST_SUB= VERSION="${PORTVERSION:R}" -OPTIONS_DEFINE= APIDOCS NLS UNIQUE ZEITGEIST +OPTIONS_DEFINE= DOCS NLS UNIQUE ZEITGEIST OPTIONS_DEFAULT= NLS UNIQUE -APIDOCS_DESC= Build API documentation UNIQUE_DESC= Single instance support ZEITGEIST_DESC= User logs activities @@ -60,7 +62,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.if ${PORT_OPTIONS:MAPIDOCS} +.if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+=--enable-apidocs PLIST_SUB+= APIDOCS="" @@ -84,11 +86,12 @@ CONFIGURE_ARGS+=--disable-zeitgeist .endif post-install: -.if ${PORT_OPTIONS:MAPIDOCS} - ${MKDIR} ${DOCSDIR}/api/katze/html - ${MKDIR} ${DOCSDIR}/api/midori/html - (cd ${WRKSRC}/_build/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) - (cd ${WRKSRC}/_build/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) +.if ${PORT_OPTIONS:MDOCS} +.for dir in katze midori + @${MKDIR} ${DOCSDIR}/api/${dir}/html + @cd ${WRKSRC}/_build/docs/api/${dir}/html && \ + ${COPYTREE_SHARE} . ${DOCSDIR}/api/${dir}/html +.endfor .endif .include Modified: head/www/midori/distinfo ============================================================================== --- head/www/midori/distinfo Thu Aug 15 19:54:22 2013 (r324783) +++ head/www/midori/distinfo Thu Aug 15 21:03:05 2013 (r324784) @@ -1,2 +1,2 @@ -SHA256 (xfce4/midori_0.5.4_all_.tar.bz2) = d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022 -SIZE (xfce4/midori_0.5.4_all_.tar.bz2) = 1229169 +SHA256 (xfce4/midori_0.5.5_all_.tar.bz2) = ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62 +SIZE (xfce4/midori_0.5.5_all_.tar.bz2) = 1092309 Added: head/www/midori/files/patch-config__search ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-config__search Thu Aug 15 21:03:05 2013 (r324784) @@ -0,0 +1,15 @@ +--- ./config/search.orig 2013-08-14 18:32:02.000000000 +0000 ++++ ./config/search 2013-08-15 10:17:00.000000000 +0000 +@@ -16,6 +16,12 @@ + uri=http://www.google.com/search?q=%s + token=g + ++[FreshPorts] ++name=FreshPorts ++text=The changes made to the FreeBSD ports tree ++uri=http://www.freshports.org/search.php?query=%s ++token=fp ++ + [Wikipedia] + name=Wikipedia + text=The free encyclopedia Modified: head/www/midori/files/patch-wscript ============================================================================== --- head/www/midori/files/patch-wscript Thu Aug 15 19:54:22 2013 (r324783) +++ head/www/midori/files/patch-wscript Thu Aug 15 21:03:05 2013 (r324784) @@ -1,29 +1,62 @@ -Fix PACKAGE_VERSION in gtk_about_dialog widget. -https://bugs.launchpad.net/midori/+bug/1200903 +- Fix PACKAGE_VERSION in gtk_about_dialog_widget (bug #1200903). +- Check if execinfo.h header is found (bug #1212761). +- Add test to avoid installing .orig files (for config/search). ---- ./wscript.orig 2013-07-15 22:38:28.000000000 +0000 -+++ ./wscript 2013-07-21 16:02:48.000000000 +0000 -@@ -29,7 +29,7 @@ +--- ./wscript.orig 2013-08-14 18:32:02.000000000 +0000 ++++ ./wscript 2013-08-15 19:05:48.000000000 +0000 +@@ -29,7 +29,6 @@ APPNAME = 'midori' - VERSION = VERSION_FULL = '0.5.4' + VERSION = VERSION_FULL = '0.5.5' -VERSION_SUFFIX = ' (%s)' % VERSION -+#VERSION_SUFFIX = ' (%s)' % VERSION try: if os.path.isdir ('.git'): -@@ -44,8 +44,12 @@ +@@ -44,8 +43,10 @@ folder = os.getcwd () if VERSION in folder: VERSION_FULL = os.path.basename (folder) - if VERSION in VERSION_FULL: - VERSION_SUFFIX = VERSION_FULL.replace (VERSION, '') -+ if VERSION_FULL.endswith ('_all_'): -+ VERSION_FULL = VERSION_FULL.replace('_all_', '') + if APPNAME in VERSION_FULL: -+ VERSION_FULL = VERSION_FULL.replace(APPNAME, '')[1:] ++ VERSION_FULL = VERSION_FULL.replace (APPNAME, '')[1:] + + VERSION_SUFFIX = ' (%s)' % VERSION_FULL except: pass +@@ -234,6 +235,8 @@ + conf.check (header_name='X11/extensions/scrnsaver.h', + includes='/usr/X11R6/include', mandatory=False) + conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False) ++ # Check if execinfo.h header is found ++ conf.check (header_name='execinfo.h', mandatory=True) + + have_gtk3 = option_enabled ('gtk3') or option_enabled ('webkit2') or option_enabled ('granite') + if have_gtk3: +@@ -530,15 +533,16 @@ + + for config_file in os.listdir ('config'): + dest = '${SYSCONFDIR}/xdg/' + APPNAME +- if (os.path.isdir ('config/' + config_file)): +- dest += '/' + config_file +- for child in os.listdir ('config/' + config_file): +- if (os.path.isdir ('config/' + config_file + '/' + child)): +- dest += '/' + child +- child += '/*' +- bld.install_files (dest, 'config/' + config_file + '/' + child) +- continue +- bld.install_files (dest, 'config/' + config_file) ++ if not config_file.endswith('.orig'): ++ if (os.path.isdir ('config/' + config_file)): ++ dest += '/' + config_file ++ for child in os.listdir ('config/' + config_file): ++ if (os.path.isdir ('config/' + config_file + '/' + child)): ++ dest += '/' + child ++ child += '/*' ++ bld.install_files (dest, 'config/' + config_file + '/' + child) ++ continue ++ bld.install_files (dest, 'config/' + config_file) + + if Options.commands['check'] or bld.env['tests']: + bld.add_subdirs ('tests') Modified: head/www/midori/pkg-plist ============================================================================== --- head/www/midori/pkg-plist Thu Aug 15 19:54:22 2013 (r324783) +++ head/www/midori/pkg-plist Thu Aug 15 21:03:05 2013 (r324784) @@ -3,6 +3,7 @@ etc/xdg/midori/extensions/adblock/config etc/xdg/midori/search include/midori-%%VERSION%%/extensions/apps.h include/midori-%%VERSION%%/extensions/delayed-load.h +include/midori-%%VERSION%%/extensions/devpet.h include/midori-%%VERSION%%/extensions/external-download-manager.h include/midori-%%VERSION%%/extensions/history-list.h include/midori-%%VERSION%%/extensions/nsplugin-manager.h @@ -15,11 +16,13 @@ lib/midori/libcookie-manager.so lib/midori/libcookie-permissions.so lib/midori/libcopy-tabs.so lib/midori/libdelayed-load.so +lib/midori/libdevpet.so lib/midori/libexternal-download-manager.so lib/midori/libfeed-panel.so lib/midori/libformhistory.so lib/midori/libhistory-list.so lib/midori/libmouse-gestures.so +lib/midori/libnojs.so lib/midori/libnsplugin-manager.so lib/midori/libshortcuts.so lib/midori/libstatus-clock.so @@ -37,21 +40,19 @@ share/applications/midori-private.deskto %%DOCSDIR%%/README %%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeCellRendererComboBoxText.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-gtk3-compat.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-auth.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies-sqlite.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp %%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp2 %%APIDOCS%%%%DOCSDIR%%/api/katze/html/left.png %%APIDOCS%%%%DOCSDIR%%/api/katze/html/right.png @@ -59,6 +60,7 @@ share/applications/midori-private.deskto %%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml @@ -83,7 +85,6 @@ share/applications/midori-private.deskto %%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-socket.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-sokoke.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp %%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp2 %%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css @@ -119,6 +120,8 @@ share/icons/hicolor/scalable/status/inte %%NLS%%share/locale/da/LC_MESSAGES/midori.mo %%NLS%%share/locale/de/LC_MESSAGES/midori.mo %%NLS%%share/locale/el/LC_MESSAGES/midori.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/midori.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/midori.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo %%NLS%%share/locale/eo/LC_MESSAGES/midori.mo %%NLS%%share/locale/es/LC_MESSAGES/midori.mo @@ -171,11 +174,17 @@ share/icons/hicolor/scalable/status/inte %%DATADIR%%/res/error.html %%DATADIR%%/res/gtk3.css %%DATADIR%%/res/logo-shade.png +%%DATADIR%%/res/logo-shade.svg +%%DATADIR%%/res/nojs/nojs-statusicon-allowed.png +%%DATADIR%%/res/nojs/nojs-statusicon-denied.png +%%DATADIR%%/res/nojs/nojs-statusicon-mixed.png %%DATADIR%%/res/speeddial-head.html share/vala/vapi/apps.deps share/vala/vapi/apps.vapi share/vala/vapi/delayed-load.deps share/vala/vapi/delayed-load.vapi +share/vala/vapi/devpet.deps +share/vala/vapi/devpet.vapi share/vala/vapi/external-download-manager.deps share/vala/vapi/external-download-manager.vapi share/vala/vapi/history-list.deps @@ -186,6 +195,7 @@ share/vala/vapi/transfers.deps share/vala/vapi/transfers.vapi @dirrmtry share/vala/vapi @dirrmtry share/vala +@dirrm %%DATADIR%%/res/nojs @dirrm %%DATADIR%%/res @dirrm %%DATADIR%% %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 21:37:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FF9983A; Thu, 15 Aug 2013 21:37:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D53532B43; Thu, 15 Aug 2013 21:37:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FLbX4g025752; Thu, 15 Aug 2013 21:37:33 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FLbWSd025747; Thu, 15 Aug 2013 21:37:32 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201308152137.r7FLbWSd025747@svn.freebsd.org> From: Xin LI Date: Thu, 15 Aug 2013 21:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324785 - in head/www: . py-cssmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 21:37:34 -0000 Author: delphij Date: Thu Aug 15 21:37:32 2013 New Revision: 324785 URL: http://svnweb.freebsd.org/changeset/ports/324785 Log: A Python port of the YUI CSS compression algorithm. PR: ports/181330 Submitted by: loader Added: head/www/py-cssmin/ head/www/py-cssmin/Makefile (contents, props changed) head/www/py-cssmin/distinfo (contents, props changed) head/www/py-cssmin/pkg-descr (contents, props changed) head/www/py-cssmin/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 15 21:03:05 2013 (r324784) +++ head/www/Makefile Thu Aug 15 21:37:32 2013 (r324785) @@ -1483,6 +1483,7 @@ SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform + SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-django Added: head/www/py-cssmin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-cssmin/Makefile Thu Aug 15 21:37:32 2013 (r324785) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= cssmin +PORTVERSION= 0.1.4 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@freebsdmall.com +COMMENT= A Python port of the YUI CSS compression algorithm + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include Added: head/www/py-cssmin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-cssmin/distinfo Thu Aug 15 21:37:32 2013 (r324785) @@ -0,0 +1,2 @@ +SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d +SIZE (cssmin-0.1.4.tar.gz) = 7723 Added: head/www/py-cssmin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-cssmin/pkg-descr Thu Aug 15 21:37:32 2013 (r324785) @@ -0,0 +1,3 @@ +A Python port of the YUI CSS compression algorithm. + +WWW: https://pypi.python.org/pypi/cssmin/ Added: head/www/py-cssmin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-cssmin/pkg-plist Thu Aug 15 21:37:32 2013 (r324785) @@ -0,0 +1,2 @@ +bin/cssmin +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 22:13:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BB67FEF; Thu, 15 Aug 2013 22:13:43 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6932D03; Thu, 15 Aug 2013 22:13:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FMDhCS040209; Thu, 15 Aug 2013 22:13:43 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FMDggR040206; Thu, 15 Aug 2013 22:13:42 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308152213.r7FMDggR040206@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 15 Aug 2013 22:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324786 - in head/math: R libmissing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 22:13:43 -0000 Author: bf Date: Thu Aug 15 22:13:42 2013 New Revision: 324786 URL: http://svnweb.freebsd.org/changeset/ports/324786 Log: Update math/libmissing to 20130815, and adjust a dependent port Modified: head/math/R/Makefile head/math/libmissing/Makefile head/math/libmissing/distinfo Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Thu Aug 15 21:37:32 2013 (r324785) +++ head/math/R/Makefile Thu Aug 15 22:13:42 2013 (r324786) @@ -115,13 +115,13 @@ CONFIGURE_ENV += SHLIB_${flag}FLAGS="${P .if ${PORT_OPTIONS:MMISSING} LIB_DEPENDS+= missing:${PORTSDIR}/math/libmissing -LIBM= -L${LOCALBASE}/lib -lmissing +LIBM= -lm -L${LOCALBASE}/lib -lmissing LIBMH= "missing_math.h" .if defined(LIBRMATH_SLAVEPORT) CPPFLAGS+= -I${LOCALBASE}/include .endif .else -LIBM= -lquadmath +LIBM= -lm -lquadmath LIBMH= .endif Modified: head/math/libmissing/Makefile ============================================================================== --- head/math/libmissing/Makefile Thu Aug 15 21:37:32 2013 (r324785) +++ head/math/libmissing/Makefile Thu Aug 15 22:13:42 2013 (r324786) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libmissing -DISTVERSION= 20121222 +DISTVERSION= 20130815 CATEGORIES= math MASTER_SITES= LOCAL/bf @@ -10,7 +10,7 @@ COMMENT= Standard math functions missing LICENSE= BSD -LIB_DEPENDS= mpc:${PORTSDIR}/math/mpc +LIB_DEPENDS= libmpc.so:${PORTSDIR}/math/mpc USE_LDCONFIG= yes USE_XZ= yes @@ -25,7 +25,7 @@ PLIST_FILES= include/missing_complex.h \ lib/libmissing.a lib/libmissing.so \ lib/libmissing.so.${SHLIB_MAJOR} -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 SRCS= libmissing.c CFLAGS+= -fno-builtin -fno-math-errno -I. -I${LOCALBASE}/include Modified: head/math/libmissing/distinfo ============================================================================== --- head/math/libmissing/distinfo Thu Aug 15 21:37:32 2013 (r324785) +++ head/math/libmissing/distinfo Thu Aug 15 22:13:42 2013 (r324786) @@ -1,2 +1,2 @@ -SHA256 (libmissing-20121222.tar.xz) = 5656e15609c1ec4d1ff58b81691e9c5926f6aa067d758eff5e4c7b12c14bb3eb -SIZE (libmissing-20121222.tar.xz) = 130312 +SHA256 (libmissing-20130815.tar.xz) = 44872006f607c34e0a85dd18a3c890d2f380fbcd87b885fdb5a17b46e1a3f422 +SIZE (libmissing-20130815.tar.xz) = 130232 From owner-svn-ports-all@FreeBSD.ORG Thu Aug 15 23:01:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D72E7989; Thu, 15 Aug 2013 23:01:28 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2A4D2EF6; Thu, 15 Aug 2013 23:01:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FN1S0n058443; Thu, 15 Aug 2013 23:01:28 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FN1RXV058436; Thu, 15 Aug 2013 23:01:27 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308152301.r7FN1RXV058436@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 15 Aug 2013 23:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324787 - in head/math: . sfft sfft/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 23:01:28 -0000 Author: bf Date: Thu Aug 15 23:01:27 2013 New Revision: 324787 URL: http://svnweb.freebsd.org/changeset/ports/324787 Log: Add sfft 0.1.0, optimized Sparse Fast Fourier Transform. Added: head/math/sfft/ head/math/sfft/Makefile (contents, props changed) head/math/sfft/distinfo (contents, props changed) head/math/sfft/files/ head/math/sfft/files/patch-src__computefourier-1.0-2.0.cc (contents, props changed) head/math/sfft/files/patch-src__computefourier-3.0.cc (contents, props changed) head/math/sfft/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Aug 15 22:13:42 2013 (r324786) +++ head/math/Makefile Thu Aug 15 23:01:27 2013 (r324787) @@ -610,6 +610,7 @@ SUBDIR += sdpa-gmp SUBDIR += sdpara SUBDIR += sedumi + SUBDIR += sfft SUBDIR += simd-viterbi SUBDIR += slatec SUBDIR += slgrace Added: head/math/sfft/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sfft/Makefile Thu Aug 15 23:01:27 2013 (r324787) @@ -0,0 +1,123 @@ +# Created by: bf@FreeBSD.org +# $FreeBSD$ + +PORTNAME= sfft +PORTVERSION= 0.1.0 +CATEGORIES= math +MASTER_SITES= http://spiral.net/software/sfft/ LOCAL/bf +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= bf@FreeBSD.org +COMMENT= Optimized Sparse Fast Fourier Transform + +LICENSE= GPLv2 + +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 + +USE_GCC= yes +USE_LDCONFIG= yes +USE_ZIP= yes + +OPTIONS_DEFINE= OPTIMIZED_CFLAGS PROFILE +OPTIONS_DEFAULT= OPTIMIZED_CFLAGS + +BUILD_WRKSRC= ${WRKSRC}/src +INSTALL_WRKSRC= ${BUILD_WRKSRC} +CFLAGS+= -fopenmp -msse2 -Iflopcount -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +HEADERS= sfft.h +HDIR= include/sfft +MAKE_ENV= LDADD="-lfftw3 ${LIBM}" LIB=sfft SHLIB_MAJOR="${SHLIB_MAJOR}" \ + SRCCONF=/dev/null SRCS="${SRCS}" + +PLIST_DIRS= ${HDIR} +PLIST_FILES= ${HEADERS:S|^|${HDIR}/|} lib/libsfft.a lib/libsfft.so \ + lib/libsfft.so.${SHLIB_MAJOR} + +SHLIB_MAJOR= 1 +SRCS= common.cc computefourier-1.0-2.0.cc \ + computefourier-3.0.cc fftw.cc filters.cc parameters.cc \ + sfft.cc simulation.cc timer.cc utils.cc + +.include + +.if !${ARCH:Mamd64} && !${MACHINE_CPU:Msse2} +IGNORE= this port requires SSE2, and benefits from SSE3 -- set CPUTYPE\ +appropriately +.endif + +LIBM= -lm +.if ${OSVERSION} < 1000034 +LIB_DEPENDS+= libmissing.so:${PORTSDIR}/math/libmissing +LIBM+= -lmissing +.endif + +.if ${PORT_OPTIONS:MDOCS} || make(makesum) +DISTFILES+= sfft-doc.pdf +PORTDOCS= sfft-doc.pdf +.endif + +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} +CFLAGS+= -O3 -ffast-math +.endif + +.if ${PORT_OPTIONS:MPROFILE} +.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE) +IGNORE = you have defined WITH_PROFILE, but have also defined\ +WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE +.elif !exists(/usr/lib/libc_p.a) +IGNORE = you have chosen WITH_PROFILE, but have not installed the\ +base system profiling libraries +.endif +PLIST_FILES+= lib/libsfft_p.a +.else +MAKE_ENV+= NO_PROFILE=yes +.endif + +post-extract: + @${CP} /usr/include/complex.h ${BUILD_WRKSRC}/sfftcomplex.h + @${PRINTF} "LIBDIR=\t${PREFIX}/lib\n.include \n" > \ + ${BUILD_WRKSRC}/Makefile + +post-patch: + @${REINPLACE_CMD} -e 's/string\.h/cstring/' \ + ${WRKSRC}/src/utils.cc +.if ${OSVERSION} < 1000034 + @${REINPLACE_CMD} -e '\||{x; \ + s|^.*$$|#include "missing_complex.h"|; H; x;}' \ + ${WRKSRC}/src/fft.h +.endif + @${REINPLACE_CMD} -E -e '// \ + {s// "sfftcomplex.h"/; x ; \ + s|^.*$$|#endif|; G; x; \ + s|^.*$$|extern "C" {|; G; x; \ + s|^.*$$|#ifdef __cplusplus|; G; x; \ + s|^.*$$|#ifdef __cplusplus|; H; \ + s|^.*$$|}|; H; \ + s|^.*$$|#endif|; H; x;}' \ + ${WRKSRC}/src/computefourier-1.0-2.0.h \ + ${WRKSRC}/src/computefourier-3.0.h \ + ${WRKSRC}/src/fft.h + +CORELIMIT?= /usr/bin/limits -Sc 0 + +check regression-test test: build + @cd ${BUILD_WRKSRC}; \ + ${CXX} ${CXXFLAGS} -o sfft-verification verification.cc \ + ${LDFLAGS} libsfft.a -lfftw3 ${LIBM} ; \ + for _v in 1 2 3 ; do \ + for _k in 5 10 50; do \ + echo "Checking sfft version $${_v} with $${_k} frequency components:"; \ + ${CORELIMIT} ./sfft-verification -k $${_k} -r 3 -v $${_v} || ${TRUE} ; \ + done ; done + +post-install: + @${MKDIR} ${PREFIX}/${HDIR} + @cd ${BUILD_WRKSRC}; ${INSTALL_DATA} ${HEADERS} ${PREFIX}/${HDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${DOCSDIR} +.endif + +.include Added: head/math/sfft/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sfft/distinfo Thu Aug 15 23:01:27 2013 (r324787) @@ -0,0 +1,4 @@ +SHA256 (sfft-0.1.0.zip) = b52d53f020e82f67cc7da2ad9cacb428752ec3229ce00f435a527d6180ddd494 +SIZE (sfft-0.1.0.zip) = 466599 +SHA256 (sfft-doc.pdf) = d9416944b2ca7bd068320a1b45ed0cc4a311b0bfbac5ed43e68f46bdc3a93454 +SIZE (sfft-doc.pdf) = 122378 Added: head/math/sfft/files/patch-src__computefourier-1.0-2.0.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sfft/files/patch-src__computefourier-1.0-2.0.cc Thu Aug 15 23:01:27 2013 (r324787) @@ -0,0 +1,55 @@ +--- src/computefourier-1.0-2.0.cc.orig 2013-06-13 08:12:25.000000000 -0400 ++++ src/computefourier-1.0-2.0.cc 2013-08-09 00:26:54.000000000 -0400 +@@ -248,8 +248,13 @@ + __m128d ad_bc = _mm_mul_pd(ab, dc); + __m128d ac_mbd = _mm_mul_pd(ac_bd, signs); + ++#ifdef __SSE3__ + __m128d ab_times_cd = _mm_hadd_pd(ac_mbd, ad_bc); +- ++#else ++ __m128d ab_times_cd_lo = _mm_shuffle_pd(ac_mbd, ad_bc, 0); ++ __m128d ab_times_cd_hi = _mm_shuffle_pd(ac_mbd, ad_bc, 3); ++ __m128d ab_times_cd = _mm_add_pd(ab_times_cd_lo, ab_times_cd_hi); ++#endif + unsigned int i_mod_B_p_offset = (i & B2_m_1) + offset; + __m128d xy = _mm_load_pd(d_x_sampt + i_mod_B_p_offset); + __m128d st = _mm_add_pd(xy, ab_times_cd); +@@ -283,7 +288,13 @@ + __m128d ab_square = _mm_mul_pd(ab, ab); + __m128d cd_square = _mm_mul_pd(cd, cd); + ++#ifdef __SSE3__ + __m128d r = _mm_hadd_pd(ab_square, cd_square); ++#else ++ __m128d r_lo = _mm_shuffle_pd(ab_square, cd_square, 0); ++ __m128d r_hi = _mm_shuffle_pd(ab_square, cd_square, 3); ++ __m128d r = _mm_add_pd(r_lo, r_hi); ++#endif + + _mm_store_pd(samples + j, r); + } +@@ -390,11 +401,23 @@ + __m128d ad_bc = _mm_mul_pd(ab, dc); + __m128d mad_bc = _mm_mul_pd(ad_bc, signs); + ++#ifdef __SSE3__ + __m128d acpbd_bcmad = _mm_hadd_pd(ac_bd, mad_bc); ++#else ++ __m128d acpbd_bcmad_lo = _mm_shuffle_pd(ac_bd, mad_bc, 0); ++ __m128d acpbd_bcmad_hi = _mm_shuffle_pd(ac_bd, mad_bc, 3); ++ __m128d acpbd_bcmad = _mm_add_pd(acpbd_bcmad_lo, acpbd_bcmad_hi); ++#endif + + __m128d cd_squares = _mm_mul_pd(cd, cd); ++ ++#ifdef __SSE3__ + __m128d cd_squares_sum = + _mm_hadd_pd(cd_squares, cd_squares); ++#else ++ __m128d cd_squares_flip = _mm_shuffle_pd(cd_squares, cd_squares, 1); ++ __m128d cd_squares_sum = _mm_add_pd(cd_squares, cd_squares_flip); ++#endif + + __m128d r = _mm_div_pd(acpbd_bcmad, cd_squares_sum); + Added: head/math/sfft/files/patch-src__computefourier-3.0.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sfft/files/patch-src__computefourier-3.0.cc Thu Aug 15 23:01:27 2013 (r324787) @@ -0,0 +1,132 @@ +--- src/computefourier-3.0.cc.orig 2013-06-13 08:12:26.000000000 -0400 ++++ src/computefourier-3.0.cc 2013-08-10 17:02:52.000000000 -0400 +@@ -416,27 +416,64 @@ + + __m128d t1r = _mm_mul_pd(v1r, ab31); + __m128d t1i = _mm_mul_pd(v1i, ba31); ++ ++#ifdef __SSE3__ + __m128d remove1 = _mm_addsub_pd(t1r, t1i); ++#else ++__m128i mask_fliplo = _mm_set_epi32(0, 0, 0x80000000, 0); ++__m128d t1i_fliplo = _mm_xor_pd(t1i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove1 = _mm_add_pd(t1r, t1i_fliplo); ++#endif + + __m128d t2r = _mm_mul_pd(v1r, ab32); + __m128d t2i = _mm_mul_pd(v1i, ba32); ++ ++#ifdef __SSE3__ + __m128d remove2 = _mm_addsub_pd(t2r, t2i); ++#else ++__m128d t2i_fliplo = _mm_xor_pd(t2i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove2 = _mm_add_pd(t2r, t2i_fliplo); ++#endif + + __m128d t3r = _mm_mul_pd(v1r, ab33); + __m128d t3i = _mm_mul_pd(v1i, ba33); ++ ++#ifdef __SSE3__ + __m128d remove3 = _mm_addsub_pd(t3r, t3i); ++#else ++__m128d t3i_fliplo = _mm_xor_pd(t3i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove3 = _mm_add_pd(t3r, t3i_fliplo); ++#endif + + __m128d t4r = _mm_mul_pd(v2r, ab31); + __m128d t4i = _mm_mul_pd(v2i, ba31); ++ ++#ifdef __SSE3__ + __m128d remove4 = _mm_addsub_pd(t4r, t4i); ++#else ++__m128d t4i_fliplo = _mm_xor_pd(t4i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove4 = _mm_add_pd(t4r, t4i_fliplo); ++#endif + + __m128d t5r = _mm_mul_pd(v2r, ab32); + __m128d t5i = _mm_mul_pd(v2i, ba32); ++ ++#ifdef __SSE3__ + __m128d remove5 = _mm_addsub_pd(t5r, t5i); ++#else ++__m128d t5i_fliplo = _mm_xor_pd(t5i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove5 = _mm_add_pd(t5r, t5i_fliplo); ++#endif + + __m128d t6r = _mm_mul_pd(v2r, ab33); + __m128d t6i = _mm_mul_pd(v2i, ba33); ++ ++#ifdef __SSE3__ + __m128d remove6 = _mm_addsub_pd(t6r, t6i); ++#else ++__m128d t6i_fliplo = _mm_xor_pd(t6i, _mm_castsi128_pd(mask_fliplo)); ++__m128d remove6 = _mm_add_pd(t6r, t6i_fliplo); ++#endif + + FLOPCOUNT_INCREMENT(6 * (4 + 2)); + +@@ -524,11 +561,28 @@ + __m128d a3b3_sq = _mm_mul_pd(a3b3, a3b3); + FLOPCOUNT_INCREMENT(8); + ++#ifdef __SSE3__ + __m128d c0c1 = _mm_hadd_pd(a0b0_sq, a1b1_sq); + __m128d c2c3 = _mm_hadd_pd(a2b2_sq, a3b3_sq); ++#else ++ __m128d c0c1_lo = _mm_shuffle_pd(a0b0_sq, a1b1_sq, 0); ++ __m128d c0c1_hi = _mm_shuffle_pd(a0b0_sq, a1b1_sq, 3); ++ __m128d c0c1 = _mm_add_pd(c0c1_lo, c0c1_hi); ++ __m128d c2c3_lo = _mm_shuffle_pd(a2b2_sq, a3b3_sq, 0); ++ __m128d c2c3_hi = _mm_shuffle_pd(a2b2_sq, a3b3_sq, 3); ++ __m128d c2c3 = _mm_add_pd(c2c3_lo, c2c3_hi); ++#endif ++ + FLOPCOUNT_INCREMENT(4); + ++#ifdef __SSE3__ + __m128d zbc = _mm_hadd_pd(c0c1, c2c3); ++#else ++ __m128d zbc_lo = _mm_shuffle_pd(c0c1, c2c3, 0); ++ __m128d zbc_hi = _mm_shuffle_pd(c0c1, c2c3, 3); ++ __m128d zbc = _mm_add_pd(zbc_lo, zbc_hi); ++#endif ++ + FLOPCOUNT_INCREMENT(1); + + _mm_store_pd(zero_buck_check, zbc); +@@ -681,13 +735,35 @@ + __m128d a3b3_sq = _mm_mul_pd(a3b3, a3b3); + FLOPCOUNT_INCREMENT(8); + ++#ifdef __SSE3__ + __m128d c0c1 = _mm_hadd_pd(a0b0_sq, a1b1_sq); ++#else ++ __m128d c0c1_lo = _mm_shuffle_pd(a0b0_sq, a1b1_sq, 0); ++ __m128d c0c1_hi = _mm_shuffle_pd(a0b0_sq, a1b1_sq, 3); ++ __m128d c0c1 = _mm_add_pd(c0c1_lo, c0c1_hi); ++#endif ++ + __m128d c0c1_normed = _mm_mul_pd(c0c1, norm2vec); ++ ++#ifdef __SSE3__ + __m128d c2c3 = _mm_hadd_pd(a2b2_sq, a3b3_sq); ++#else ++ __m128d c2c3_lo = _mm_shuffle_pd(a2b2_sq, a3b3_sq, 0); ++ __m128d c2c3_hi = _mm_shuffle_pd(a2b2_sq, a3b3_sq, 3); ++ __m128d c2c3 = _mm_add_pd(c2c3_lo, c2c3_hi); ++#endif ++ + __m128d c2c3_normed = _mm_mul_pd(c2c3, norm2vec); + FLOPCOUNT_INCREMENT(8); + ++#ifdef __SSE3__ + __m128d zbc = _mm_hadd_pd(c0c1_normed, c2c3_normed); ++#else ++ __m128d zbc_lo = _mm_shuffle_pd(c0c1_normed, c2c3_normed, 0); ++ __m128d zbc_hi = _mm_shuffle_pd(c0c1_normed, c2c3_normed, 3); ++ __m128d zbc = _mm_add_pd(zbc_lo, zbc_hi); ++#endif ++ + FLOPCOUNT_INCREMENT(1); + + _mm_store_pd(zero_buck_check, zbc); Added: head/math/sfft/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sfft/pkg-descr Thu Aug 15 23:01:27 2013 (r324787) @@ -0,0 +1,8 @@ +sfft is a library to compute discrete Fourier transforms of signals with +a sparse frequency domain, using an algorithm that is more efficient than +other known FFT algorithms. It was developed by Haitham Hassanieh, Piotr +Indyk, Dina Katabi, and Eric Price at the Computer Science and Artifical +Intelligence Lab at MIT. Performance optimizations were developed by J. +Schumacher at the Computer Science Department of ETH Zurich in 2013. + +WWW: http://spiral.net/software/sfft.html From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 01:29:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E1D042B; Fri, 16 Aug 2013 01:29:01 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3FB9251E; Fri, 16 Aug 2013 01:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G1T0eb012713; Fri, 16 Aug 2013 01:29:00 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G1T0dU012711; Fri, 16 Aug 2013 01:29:00 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201308160129.r7G1T0dU012711@svn.freebsd.org> From: Maho Nakata Date: Fri, 16 Aug 2013 01:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324788 - in head/math/octave: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 01:29:01 -0000 Author: maho Date: Fri Aug 16 01:29:00 2013 New Revision: 324788 URL: http://svnweb.freebsd.org/changeset/ports/324788 Log: Unbreak for texinfo 5.1, patch was taken from Gentoo site. Portrevision bumped. > Octave-3.6.4 in Gentoo has the identical bug. > https://bugs.gentoo.org/show_bug.cgi?id=465536 > Their texinfo.patch is here: > https://465536.bugs.gentoo.org/attachment.cgi?id=347084 PR: 179105 Submitted by: Chen Xie Added: head/math/octave/files/patch-octave-doc (contents, props changed) Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Thu Aug 15 23:01:27 2013 (r324787) +++ head/math/octave/Makefile Fri Aug 16 01:29:00 2013 (r324788) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ Added: head/math/octave/files/patch-octave-doc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave/files/patch-octave-doc Fri Aug 16 01:29:00 2013 (r324788) @@ -0,0 +1,360 @@ + +--- doc/interpreter/audio.texi 2013-02-21 21:37:50.000000000 +0100 ++++ doc/interpreter/audio.texi 2013-05-01 23:23:21.338665377 +0200 +@@ -146,18 +146,18 @@ + Load the RIFF/WAVE sound file @var{filename}, and return the samples + in vector @var{y}. If the file contains multichannel data, then + @var{y} is a matrix with the channels represented as columns. +- +-@deftypefnx {Function File} {[@var{y}, @var{Fs}, @var{bps}] =} wavread (@var{filename}) ++@end deftypefn ++@deftypefn {Function File} {[@var{y}, @var{Fs}, @var{bps}] =} wavread (@var{filename}) + Additionally return the sample rate (@var{fs}) in Hz and the number of bits + per sample (@var{bps}). +- +-@deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n}) ++@end deftypefn ++@deftypefn {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n}) + Read only the first @var{n} samples from each channel. +- +-@deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n1} @var{n2}) ++@end deftypefn ++@deftypefn {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n1} @var{n2}) + Read only samples @var{n1} through @var{n2} from each channel. +- +-@deftypefnx {Function File} {[@var{samples}, @var{channels}] =} wavread (@var{filename}, "size") ++@end deftypefn ++@deftypefn {Function File} {[@var{samples}, @var{channels}] =} wavread (@var{filename}, "size") + Return the number of samples (@var{n}) and channels (@var{ch}) + instead of the audio data. + @seealso{@ref{doc-wavwrite,,wavwrite}} + +--- doc/interpreter/io.texi 2013-02-21 21:37:51.000000000 +0100 ++++ doc/interpreter/io.texi 2013-05-01 22:59:08.537582265 +0200 +@@ -1391,22 +1391,22 @@ + for the file. Valid values for @var{arch} are: + + @table @asis +-@samp{native} ++@item @samp{native} + The format of the current machine (this is the default). + +-@samp{ieee-be} ++@item @samp{ieee-be} + IEEE big endian format. + +-@samp{ieee-le} ++@item @samp{ieee-le} + IEEE little endian format. + +-@samp{vaxd} ++@item @samp{vaxd} + VAX D floating format. + +-@samp{vaxg} ++@item @samp{vaxg} + VAX G floating format. + +-@samp{cray} ++@item @samp{cray} + Cray floating format. + @end table + + +--- doc/interpreter/octave.texi 2013-02-21 21:19:23.000000000 +0100 ++++ doc/interpreter/octave.texi 2013-05-01 22:58:26.561420772 +0200 +@@ -129,7 +129,9 @@ + @sp 2 + @multitable @columnfractions 0.4 0.025 0.65 + @item +-@flushright @image{octave_logo,2.1in} @end flushright ++@flushright ++@image{octave_logo,2.1in} ++@end flushright + @tab + @c this is a spacer column + @tab + +--- doc/interpreter/plot.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/plot.texi 2013-05-01 23:07:36.586442176 +0200 +@@ -2707,21 +2707,20 @@ + Set the data aspect ratio of the current axes. The aspect ratio is + a normalized 3-element vector representing the span of the x, y, and + z-axes limits. +- +-@deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( ) ++@end deftypefn ++@deftypefn {Function File} {@var{data_aspect_ratio} =} daspect ( ) + Return the data aspect ratio of the current axes. +- +-@deftypefnx {Function File} {} daspect (@var{mode}) ++@end deftypefn ++@deftypefn {Function File} {} daspect (@var{mode}) + Set the data aspect ratio mode of the current axes. +- +-@deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode") ++@end deftypefn ++@deftypefn {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode") + Return the data aspect ratio mode of the current axes. +- +-@deftypefnx {Function File} {} daspect (@var{hax}, @dots{}) ++@end deftypefn ++@deftypefn {Function File} {} daspect (@var{hax}, @dots{}) + Use the axes, with handle @var{hax}, instead of the current axes. +- +-@seealso{@ref{doc-axis,,axis}, @ref{doc-pbaspect,,pbaspect}, @ref{doc-xlim,,xlim}, @ref{doc-ylim,,ylim}, @ref{doc-zlim,,zlim}} + @end deftypefn ++@seealso{@ref{doc-axis,,axis}, @ref{doc-pbaspect,,pbaspect}, @ref{doc-xlim,,xlim}, @ref{doc-ylim,,ylim}, @ref{doc-zlim,,zlim}} + + + @c pbaspect scripts/plot/pbaspect.m +@@ -2730,21 +2729,20 @@ + Set the plot box aspect ratio of the current axes. The aspect ratio + is a normalized 3-element vector representing the rendered lengths of + the x, y, and z-axes. +- +-@deftypefnx {Function File} {@var{plot_box_aspect_ratio} =} pbaspect ( ) ++@end deftypefn ++@deftypefn {Function File} {@var{plot_box_aspect_ratio} =} pbaspect ( ) + Return the plot box aspect ratio of the current axes. +- +-@deftypefnx {Function File} {} pbaspect (@var{mode}) ++@end deftypefn ++@deftypefn {Function File} {} pbaspect (@var{mode}) + Set the plot box aspect ratio mode of the current axes. +- +-@deftypefnx {Function File} {@var{plot_box_aspect_ratio_mode} =} pbaspect ("mode") ++@end deftypefn ++@deftypefn {Function File} {@var{plot_box_aspect_ratio_mode} =} pbaspect ("mode") + Return the plot box aspect ratio mode of the current axes. +- +-@deftypefnx {Function File} {} pbaspect (@var{hax}, @dots{}) ++@end deftypefn ++@deftypefn {Function File} {} pbaspect (@var{hax}, @dots{}) + Use the axes, with handle @var{hax}, instead of the current axes. +- +-@seealso{@ref{doc-axis,,axis}, @ref{doc-daspect,,daspect}, @ref{doc-xlim,,xlim}, @ref{doc-ylim,,ylim}, @ref{doc-zlim,,zlim}} + @end deftypefn ++@seealso{@ref{doc-axis,,axis}, @ref{doc-daspect,,daspect}, @ref{doc-xlim,,xlim}, @ref{doc-ylim,,ylim}, @ref{doc-zlim,,zlim}} + + + @node Three-dimensional Function Plotting +@@ -3147,7 +3145,7 @@ + @item "hide" + Hide legend on the plot + +-@itemx "toggle" ++@item "toggle" + Toggles between "hide" and "show" + + @item "boxon" +@@ -3162,7 +3160,7 @@ + @item "right" + Place text to the right of the keys + +-@itemx "off" ++@item "off" + Delete the legend object + @end table + @end deftypefn +@@ -4139,11 +4137,11 @@ + is sent to a file the size is determined by the plot box defined by + the figure's "paperposition" property. + +-@itemx -append ++@item -append + Appends the PS, or PDF output to a pre-existing file of the + same type. + +-@itemx -r@var{NUM} ++@item -r@var{NUM} + Resolution of bitmaps in pixels per inch. For both metafiles and + SVG the default is the screen resolution, for other it is 150 dpi. + To specify screen resolution, use "-r0". +@@ -6296,15 +6294,15 @@ + A character indicating a plot marker to be place at each data point, or + @code{"none"}, meaning no markers should be displayed. + +-@itemx markeredgecolor ++@item markeredgecolor + The color of the edge around the marker, or @code{"auto"}, meaning that + the edge color is the same as the face color. @xref{Colors}. + +-@itemx markerfacecolor ++@item markerfacecolor + The color of the marker, or @code{"none"} to indicate that the marker + should not be filled. @xref{Colors}. + +-@itemx markersize ++@item markersize + A number specifying the size of the marker. The default is 1. A value + of 2 is twice as large as the default, etc. + @end table +@@ -6442,7 +6440,8 @@ + @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name}) + Return the @var{value} for named application data for the object(s) with + handle(s) @var{h}. +-@deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h}) ++@end deftypefn ++@deftypefn {Function File} {@var{appdata} =} getappdata (@var{h}) + Return a structure, @var{appdata}, whose fields correspond to the appdata + properties. + @end deftypefn + +--- doc/interpreter/poly.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/poly.texi 2013-05-01 23:28:59.515000917 +0200 +@@ -82,8 +82,8 @@ + (@var{x}-@var{mu}(1))/@var{mu}(2). + If @var{x} is a vector or matrix, the polynomial is evaluated for each of + the elements of @var{x}. +- +-@deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s}) ++@end deftypefn ++@deftypefn {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s}) + @deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s}, @var{mu}) + In addition to evaluating the polynomial, the second output + represents the prediction interval, @var{y} +/- @var{dy}, which + +--- doc/interpreter/set.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/set.texi 2013-05-01 23:30:00.161810855 +0200 +@@ -150,8 +150,9 @@ + 3 4 + @end group + @end example ++@end deftypefn + +-@deftypefnx {Function File} {[@var{c}, @var{ia}, @var{ib}] =} union (@var{a}, @var{b}) ++@deftypefn {Function File} {[@var{c}, @var{ia}, @var{ib}] =} union (@var{a}, @var{b}) + + Return index vectors @var{ia} and @var{ib} such that @code{a(ia)} and + @code{b(ib)} are disjoint sets whose union is @var{c}. + +--- doc/interpreter/signal.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/signal.texi 2013-05-01 23:31:41.111833440 +0200 +@@ -454,17 +454,17 @@ + + For fastest computation, @var{n} should factor into a small number of + small primes. +- +-@deftypefnx {Function File} {@var{h} =} freqz (@var{b}, @var{a}, @var{w}) ++@end deftypefn ++@deftypefn {Function File} {@var{h} =} freqz (@var{b}, @var{a}, @var{w}) + Evaluate the response at the specific frequencies in the vector @var{w}. + The values for @var{w} are measured in radians. +- +-@deftypefnx {Function File} {[@dots{}] =} freqz (@dots{}, @var{Fs}) ++@end deftypefn ++@deftypefn {Function File} {[@dots{}] =} freqz (@dots{}, @var{Fs}) + Return frequencies in Hz instead of radians assuming a sampling rate + @var{Fs}. If you are evaluating the response at specific frequencies + @var{w}, those frequencies should be requested in Hz rather than radians. +- +-@deftypefnx {Function File} {} freqz (@dots{}) ++@end deftypefn ++@deftypefn {Function File} {} freqz (@dots{}) + Plot the pass band, stop band and phase response of @var{h} rather + than returning them. + @end deftypefn + +--- doc/interpreter/strings.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/strings.texi 2013-05-01 22:27:29.646311770 +0200 +@@ -1136,7 +1136,7 @@ + @item %s + The word is parsed as a string. + +-@itemx %f ++@item %f + @itemx %n + The word is parsed as a number and converted to double. + + +--- doc/interpreter/system.texi 2013-02-21 21:37:52.000000000 +0100 ++++ doc/interpreter/system.texi 2013-05-01 23:45:09.981978551 +0200 +@@ -839,7 +839,7 @@ + @deftypefnx {Function File} {} datetick (@var{axis}, @var{form}) + @deftypefnx {Function File} {} datetick (@dots{}, "keeplimits") + @deftypefnx {Function File} {} datetick (@dots{}, "keepticks") +-@deftypefnx {Function File} {} datetick (@dots{ax}, @dots{}) ++@comment @deftypefnx {Function File} {} datetick (@dots{ax}, @dots{}) + Add date formatted tick labels to an axis. The axis the apply the + ticks to is determined by @var{axis} that can take the values "x", + "y" or "z". The default value is "x". The formatting of the labels is +@@ -1261,9 +1261,10 @@ + interpreted as filename globbing patterns (as they are used by Unix shells). + Within a pattern + @table @code +-@itemx * ++ ++@item * + matches any string, including the null string, +-@itemx ? ++@item ? + matches any single character, and + + @item [@dots{}] +@@ -2789,8 +2790,8 @@ + Display a header containing the current Octave version number, license + string and operating system, followed by the installed package names, + versions, and installation directories. +- +-@deftypefnx {Function File} {v =} ver () ++@end deftypefn ++@deftypefn {Function File} {v =} ver () + Return a vector of structures, respecting Octave and each installed package. + The structure includes the following fields. + +@@ -2807,11 +2808,11 @@ + @item Date + Date respecting the version/revision. + @end table +- +-@deftypefnx {Function File} {v =} ver ("Octave") ++@end deftypefn ++@deftypefn {Function File} {v =} ver ("Octave") + Return version information for Octave only. +- +-@deftypefnx {Function File} {v =} ver (@var{package}) ++@end deftypefn ++@deftypefn {Function File} {v =} ver (@var{package}) + Return version information for @var{package}. + + @seealso{@ref{doc-version,,version}, @ref{doc-octave_config_info,,octave_config_info}} +@@ -2878,19 +2879,19 @@ + @anchor{doc-license} + @deftypefn {Function File} {} license + Display the license of Octave. +- +-@deftypefnx {Function File} {} license ("inuse") ++@end deftypefn ++@deftypefn {Function File} {} license ("inuse") + Display a list of packages currently being used. +- +-@deftypefnx {Function File} {@var{retval} =} license ("inuse") ++@end deftypefn ++@deftypefn {Function File} {@var{retval} =} license ("inuse") + Return a structure containing the fields @code{feature} and @code{user}. +- +-@deftypefnx {Function File} {@var{retval} =} license ("test", @var{feature}) ++@end deftypefn ++@deftypefn {Function File} {@var{retval} =} license ("test", @var{feature}) + Return 1 if a license exists for the product identified by the string + @var{feature} and 0 otherwise. The argument @var{feature} is case + insensitive and only the first 27 characters are checked. +- +-@deftypefnx {Function File} {} license ("test", @var{feature}, @var{toggle}) ++@end deftypefn ++@deftypefn {Function File} {} license ("test", @var{feature}, @var{toggle}) + Enable or disable license testing for @var{feature}, depending on + @var{toggle}, which may be one of: + +@@ -2902,8 +2903,8 @@ + @item "disable" + Future tests for the specified license of @var{feature} return 0. + @end table +- +-@deftypefnx {Function File} {@var{retval} =} license ("checkout", @var{feature}) ++@end deftypefn ++@deftypefn {Function File} {@var{retval} =} license ("checkout", @var{feature}) + Check out a license for @var{feature}, returning 1 on success and 0 + on failure. + From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 01:45:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D7D05A3; Fri, 16 Aug 2013 01:45:15 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBCF425B5; Fri, 16 Aug 2013 01:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G1jEl5019741; Fri, 16 Aug 2013 01:45:14 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G1jDVf019731; Fri, 16 Aug 2013 01:45:13 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201308160145.r7G1jDVf019731@svn.freebsd.org> From: Maho Nakata Date: Fri, 16 Aug 2013 01:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324789 - in head/cad/calculix: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 01:45:15 -0000 Author: maho Date: Fri Aug 16 01:45:13 2013 New Revision: 324789 URL: http://svnweb.freebsd.org/changeset/ports/324789 Log: update to 2.6.1 PR: 181234 Submitted by: Pedro Giffuni Modified: head/cad/calculix/Makefile head/cad/calculix/distinfo head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h head/cad/calculix/files/patch-ccx_VER+src+Makefile head/cad/calculix/files/patch-cgx_VER+src+Makefile head/cad/calculix/files/patch-cgx_VER+src+cgx.h head/cad/calculix/pkg-plist Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/Makefile Fri Aug 16 01:45:13 2013 (r324789) @@ -6,8 +6,7 @@ # PORTNAME= CalculiX -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.6.1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} @@ -55,6 +54,9 @@ USE_GL= glut BROWSER?= firefox PSVIEWER?= gv +CCX_VER= ccx_${PORTVERSION} +CGX_VER= cgx_2.6 + .include .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) @@ -98,44 +100,43 @@ pre-build: s+%%BLAS_LIBS%%+${BLAS_LIBS}+ ; \ s+%%LAPACK_LIBS%%+${LAPACK_LIBS}+ ; \ s+%%LOCALBASE%%+${LOCALBASE}+g;' \ - ${WRKSRC}/ccx_${PORTVERSION}/src/Makefile + ${WRKSRC}/${CCX_VER}/src/Makefile @${REINPLACE_CMD} -e 's/c++/${CXX}/g;' \ ${WRKSRC}/libSNL/src/makefile @${REINPLACE_CMD} -e 's+%%DOCSDIR%%+${DOCSDIR}+g; \ s+"firefox"+"${BROWSER}"+ ; \ s+"gv"+"${PSVIEWER}"+ ;' \ - ${WRKSRC}/cgx_${PORTVERSION}/src/cgx.h + ${WRKSRC}/${CGX_VER}/src/cgx.h do-build: - @(cd ${WRKSRC}/ccx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) ) + @(cd ${WRKSRC}/${CCX_VER}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) ) @(cd ${WRKSRC}/libSNL/src; ${SETENV} ${MAKE_ENV} $(GMAKE) ) - @(cd ${WRKSRC}/cgx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) ) + @(cd ${WRKSRC}/${CGX_VER}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) ) do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/ccx_${PORTVERSION}/src/ccx_${PORTVERSION} \ + @${INSTALL_PROGRAM} ${WRKSRC}/${CCX_VER}/src/${CCX_VER} \ ${PREFIX}/bin/ccx - @${INSTALL_PROGRAM} ${WRKSRC}/cgx_${PORTVERSION}/src/cgx \ + @${INSTALL_PROGRAM} ${WRKSRC}/${CGX_VER}/src/cgx \ ${PREFIX}/bin/cgx .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/ccx - @${INSTALL_DATA} ${WRKSRC}/ccx_${PORTVERSION}/doc/ccx/* \ + @${INSTALL_DATA} ${WRKSRC}/${CCX_VER}/doc/ccx/* \ ${DOCSDIR}/ccx @${MKDIR} ${DOCSDIR}/cgx - @${INSTALL_DATA} ${WRKSRC}/cgx_${PORTVERSION}/doc/cgx/* \ + @${INSTALL_DATA} ${WRKSRC}/${CGX_VER}/doc/cgx/* \ ${DOCSDIR}/cgx - @${INSTALL_DATA} ${WRKSRC}/ccx_${PORTVERSION}/doc/*.ps ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${CCX_VER}/doc/*.ps ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/cgx_${PORTVERSION}.pdf \ ${DOCSDIR} - #bunzip2 ${DOCSDIR}/cgx_${PORTVERSION}.ps.bz2 @${GZIP_CMD} ${DOCSDIR}/*.ps .endif .ifdef WITH_EXAMPLES @${MKDIR} ${EXAMPLESDIR} - @${TAR} cf - -C ${WRKSRC}/cgx_${PORTVERSION}/examples . | ${TAR} xf - -C ${EXAMPLESDIR} + @${TAR} cf - -C ${WRKSRC}/${CGX_VER}/examples . | ${TAR} xf - -C ${EXAMPLESDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}/test - @${TAR} cf - -C ${WRKSRC}/ccx_${PORTVERSION}/test . | ${TAR} xf - -C ${EXAMPLESDIR}/test + @${TAR} cf - -C ${WRKSRC}/${CCX_VER}/test . | ${TAR} xf - -C ${EXAMPLESDIR}/test @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif Modified: head/cad/calculix/distinfo ============================================================================== --- head/cad/calculix/distinfo Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/distinfo Fri Aug 16 01:45:13 2013 (r324789) @@ -1,16 +1,16 @@ -SHA256 (calculix/ccx_2.5.src.tar.bz2) = 7b695c8dbcf3b7680dad31d2f5403c3115bc48d526815182245ba4d7986b24a5 -SIZE (calculix/ccx_2.5.src.tar.bz2) = 923149 -SHA256 (calculix/cgx_2.5.all.tar.bz2) = e3654991d527a14917da30f2b7f85382dbce33b5e2db9a67c9a27fc85f6ed319 -SIZE (calculix/cgx_2.5.all.tar.bz2) = 1279480 -SHA256 (calculix/ccx_2.5.htm.tar.bz2) = c1007b4c675d304c451b46520efce9d48f45b722c527c6dfef7bb5140a2684b9 -SIZE (calculix/ccx_2.5.htm.tar.bz2) = 1594504 -SHA256 (calculix/cgx_2.5.htm.tar.bz2) = bfd507c25fdf24faf8c6dcc8c3301d1ce984ea00a93907cd432fe1644c52b445 -SIZE (calculix/cgx_2.5.htm.tar.bz2) = 339355 -SHA256 (calculix/ccx_2.5.ps.tar.bz2) = 15849be1a5e4488216879c3c95e58edf3ae171244888529fbc31e6afa53ced30 -SIZE (calculix/ccx_2.5.ps.tar.bz2) = 2114004 -SHA256 (calculix/cgx_2.5.pdf) = 8795cd1a934512dad22779d638d4bd1e3d8e5d977aa941a1c12c15e80f7694df -SIZE (calculix/cgx_2.5.pdf) = 1047195 -SHA256 (calculix/ccx_2.5.test.tar.bz2) = 48e428a483e7d099bd19b5ebb2416c29437bad6e5f12dff5eeb4e0fb791756e7 -SIZE (calculix/ccx_2.5.test.tar.bz2) = 7630079 -SHA256 (calculix/cgx_2.5.exa.tar.bz2) = 10e73a42a6730f3d22237175513337117f3ad29bfdb4f6ec0771dbcacac90ba9 -SIZE (calculix/cgx_2.5.exa.tar.bz2) = 185001 +SHA256 (calculix/ccx_2.6.1.src.tar.bz2) = 955980e51dab068e8b5afd0d3e06916d5cb23663643d8c4107c32e2eecb90143 +SIZE (calculix/ccx_2.6.1.src.tar.bz2) = 979296 +SHA256 (calculix/cgx_2.6.1.all.tar.bz2) = 42ba77732370d675d3a9ddb8fe1bf86aa5c63c393a9434c7ee94eacc72a454ae +SIZE (calculix/cgx_2.6.1.all.tar.bz2) = 1333790 +SHA256 (calculix/ccx_2.6.1.htm.tar.bz2) = 590a2af8e90b71b783ab20247267a39b47c19b8a947baf72101aec76c47cd0ac +SIZE (calculix/ccx_2.6.1.htm.tar.bz2) = 1675847 +SHA256 (calculix/cgx_2.6.1.htm.tar.bz2) = bb4a9d6cc41fc812fa4a908e4981c0cd323e3e389c379a442b88585b7c245edc +SIZE (calculix/cgx_2.6.1.htm.tar.bz2) = 341597 +SHA256 (calculix/ccx_2.6.1.ps.tar.bz2) = dd2881ee861adceff753e11055181bd9e5420ffd6d33cf144a5fb518f2081ab2 +SIZE (calculix/ccx_2.6.1.ps.tar.bz2) = 2250619 +SHA256 (calculix/cgx_2.6.1.pdf) = 7876a534eb14c3380d36d6d68ce280ed9d123038e734c785d73f8a269b1d655f +SIZE (calculix/cgx_2.6.1.pdf) = 1066850 +SHA256 (calculix/ccx_2.6.1.test.tar.bz2) = 83f710b4d7b69067782543034e1e87af5da107f82817880ee1b98e6a1b62226c +SIZE (calculix/ccx_2.6.1.test.tar.bz2) = 8259134 +SHA256 (calculix/cgx_2.6.1.exa.tar.bz2) = bdb272c9c1f02c3d25529c1e83e33f715a205a71b29c0617bc257c7e17cb0ec5 +SIZE (calculix/cgx_2.6.1.exa.tar.bz2) = 213870 Modified: head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h ============================================================================== --- head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h Fri Aug 16 01:45:13 2013 (r324789) @@ -1,5 +1,5 @@ ---- ccx_2.5/src/CalculiX.h.orig 2012-10-06 08:13:06.000000000 -0500 -+++ ccx_2.5/src/CalculiX.h 2013-03-04 15:33:04.000000000 -0500 +--- ccx_2.6.1/src/CalculiX.h.orig 2012-10-06 08:13:06.000000000 -0500 ++++ ccx_2.6.1/src/CalculiX.h 2013-03-04 15:33:04.000000000 -0500 @@ -15,6 +15,8 @@ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Modified: head/cad/calculix/files/patch-ccx_VER+src+Makefile ============================================================================== --- head/cad/calculix/files/patch-ccx_VER+src+Makefile Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/files/patch-ccx_VER+src+Makefile Fri Aug 16 01:45:13 2013 (r324789) @@ -1,5 +1,5 @@ ---- ccx_2.5/src/Makefile.orig 2012-10-06 08:13:07.000000000 -0500 -+++ ccx_2.5/src/Makefile 2013-03-02 22:17:29.000000000 -0500 +--- ccx_2.6.1/src/Makefile.orig 2012-10-06 08:13:07.000000000 -0500 ++++ ccx_2.6.1/src/Makefile 2013-03-02 22:17:29.000000000 -0500 @@ -1,9 +1,9 @@ -CFLAGS = -Wall -O3 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE @@ -25,9 +25,9 @@ - -lpthread -lm -lc +LIBS = -lspooles -larpack %%BLAS_LIBS%% %%LAPACK_LIBS%% -lm - ccx_2.5: $(OCCXMAIN) ccx_2.5.a $(LIBS) -- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.5.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.5.a $(LIBS) -+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.5.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.5.a -lpthread $(LIBS) + ccx_2.6.1: $(OCCXMAIN) ccx_2.6.1.a $(LIBS) +- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.6.1.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.6.1.a $(LIBS) ++ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.6.1.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.6.1.a -lpthread $(LIBS) - ccx_2.5.a: $(OCCXF) $(OCCXC) + ccx_2.6.1.a: $(OCCXF) $(OCCXC) ar vr $@ $? Modified: head/cad/calculix/files/patch-cgx_VER+src+Makefile ============================================================================== --- head/cad/calculix/files/patch-cgx_VER+src+Makefile Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/files/patch-cgx_VER+src+Makefile Fri Aug 16 01:45:13 2013 (r324789) @@ -1,5 +1,5 @@ ---- cgx_2.5/src/Makefile.orig 2011-03-23 06:14:10.000000000 +0900 -+++ cgx_2.5/src/Makefile 2011-05-11 11:56:10.000000000 +0900 +--- cgx_2.6/src/Makefile.orig 2011-03-23 06:14:10.000000000 +0900 ++++ cgx_2.6/src/Makefile 2011-05-11 11:56:10.000000000 +0900 @@ -1,14 +1,14 @@ CFLAGS = -O3 -Wall \ -I./ \ Modified: head/cad/calculix/files/patch-cgx_VER+src+cgx.h ============================================================================== --- head/cad/calculix/files/patch-cgx_VER+src+cgx.h Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/files/patch-cgx_VER+src+cgx.h Fri Aug 16 01:45:13 2013 (r324789) @@ -1,11 +1,11 @@ ---- cgx_2.5/src/cgx.h.orig 2009-08-13 15:58:59.000000000 +0900 -+++ cgx_2.5/src/cgx.h 2009-09-03 15:07:10.000000000 +0900 +--- cgx_2.6/src/cgx.h.orig 2009-08-13 15:58:59.000000000 +0900 ++++ cgx_2.6/src/cgx.h 2009-09-03 15:07:10.000000000 +0900 @@ -86,8 +86,8 @@ "/yaprod/cae/application/CalculiX/doc/ccx_2.0/ccx.html"} #endif #else -- #define HELPFILE {"/usr/local/CalculiX/cgx_2.5/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_2.5/doc/ccx/ccx.html"} +- #define HELPFILE {"/usr/local/CalculiX/cgx_2.6/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_2.6/doc/ccx/ccx.html"} + #define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\ + "%%DOCSDIR%%/ccx/ccx.html"} #endif Modified: head/cad/calculix/pkg-plist ============================================================================== --- head/cad/calculix/pkg-plist Fri Aug 16 01:29:00 2013 (r324788) +++ head/cad/calculix/pkg-plist Fri Aug 16 01:45:13 2013 (r324789) @@ -286,13 +286,77 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/ccx/img1252.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img1253.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img1254.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1255.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1256.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1257.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1258.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1259.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img126.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1260.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1261.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1262.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1263.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1264.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1265.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1266.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1267.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1268.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1269.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img127.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1270.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1271.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1272.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1273.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1274.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1275.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1276.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1277.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1278.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1279.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img128.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1280.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1281.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1282.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1283.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1284.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1285.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1286.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1287.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1288.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1289.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img129.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1290.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1291.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1292.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1293.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1294.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1295.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1296.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1297.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1298.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1299.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img13.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img130.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1300.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1301.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1302.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1303.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1304.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1305.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1306.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1307.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1308.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1309.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img131.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1310.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1311.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1312.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1313.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1314.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1315.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1316.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1317.png +%%PORTDOCS%%%%DOCSDIR%%/ccx/img1318.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img132.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img133.png %%PORTDOCS%%%%DOCSDIR%%/ccx/img134.png @@ -1843,7 +1907,36 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/ccx/node625.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node626.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node627.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node628.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node629.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node63.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node630.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node631.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node632.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node633.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node634.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node635.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node636.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node637.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node638.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node639.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node640.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node641.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node642.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node643.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node644.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node645.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node646.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node647.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node648.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node649.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node650.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node651.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node652.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node653.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node654.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node655.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node656.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node64.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node65.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node66.html @@ -1883,7 +1976,7 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/ccx/node97.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html -%%PORTDOCS%%%%DOCSDIR%%/ccx_2.5.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/ccx_2.6.1.ps.gz %%PORTDOCS%%%%DOCSDIR%%/cgx/WARNINGS %%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.css %%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.html @@ -2052,7 +2145,12 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node206.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node207.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node208.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node209.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node21.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node210.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node211.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node212.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node213.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node22.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node23.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node24.html @@ -2138,41 +2236,34 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node97.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html -%%PORTDOCS%%%%DOCSDIR%%/cgx_2.5.pdf +%%PORTDOCS%%%%DOCSDIR%%/cgx_2.6.1.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/cgx %%PORTDOCS%%@dirrm %%DOCSDIR%%/ccx %%PORTDOCS%%@dirrm %%DOCSDIR%% %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.dat %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/clean -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh @@ -2180,21 +2271,25 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/nurbs +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/README +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/nurbs/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/nurbs/halter.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/result.frd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/README +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/README %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.fbd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp @@ -2429,6 +2524,10 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.dat.ref @@ -2481,6 +2580,8 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cent.dat.ref @@ -2546,12 +2647,26 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette3.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette4.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette4.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette5.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couette5.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecycsym.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecycsym.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecyl.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecyl.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylsegment.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylsegment.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylsegment2.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylsegment2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall.frd.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall2.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall2.frd.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/couettecylwall2.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.dat.ref @@ -2582,6 +2697,12 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/frdcheck.pl %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.inp @@ -2619,6 +2740,10 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.dat.ref @@ -2677,6 +2802,9 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.frd.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pois1.dat.ref @@ -2688,6 +2816,8 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch2.dat.ref @@ -2706,6 +2836,12 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot2.dat.ref @@ -2796,6 +2932,8 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.inp +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.dat.ref +%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.inp %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/twobeam.frd %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.inp @@ -2806,9 +2944,11 @@ bin/cgx %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref %%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbine +%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/therm %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/test %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/pressfit %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/nurbs +%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/map %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/glue %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/dolfyn/mirror %%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/dolfyn From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 02:28:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4AD51C61; Fri, 16 Aug 2013 02:28:51 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 385C12748; Fri, 16 Aug 2013 02:28:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G2SpO4035586; Fri, 16 Aug 2013 02:28:51 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G2Sod2035584; Fri, 16 Aug 2013 02:28:50 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308160228.r7G2Sod2035584@svn.freebsd.org> From: Jason Helfman Date: Fri, 16 Aug 2013 02:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324790 - head/sysutils/jvmtop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 02:28:51 -0000 Author: jgh Date: Fri Aug 16 02:28:50 2013 New Revision: 324790 URL: http://svnweb.freebsd.org/changeset/ports/324790 Log: - update to 0.8.0 Changes: - improved attach compatibility for all IBM jvms - fixed wrong CPU/GC values for IBM J9 jvms - in case of unsupported heap size metric retrieval, n/a will be displayed instead of 0m - improved argument parsing, support for short-options, added help (pass --help), see issue #28 (now using the great jopt-simple library) - when passing the --once option, terminal will not be cleared anymore (see issue #27) - improved shell script for guessing the path if a JAVA_HOME environment variable is not present (thanks to Markus Kolb) Modified: head/sysutils/jvmtop/Makefile head/sysutils/jvmtop/distinfo Modified: head/sysutils/jvmtop/Makefile ============================================================================== --- head/sysutils/jvmtop/Makefile Fri Aug 16 01:45:13 2013 (r324789) +++ head/sysutils/jvmtop/Makefile Fri Aug 16 02:28:50 2013 (r324790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jvmtop -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= sysutils java MASTER_SITES= GOOGLE_CODE Modified: head/sysutils/jvmtop/distinfo ============================================================================== --- head/sysutils/jvmtop/distinfo Fri Aug 16 01:45:13 2013 (r324789) +++ head/sysutils/jvmtop/distinfo Fri Aug 16 02:28:50 2013 (r324790) @@ -1,2 +1,2 @@ -SHA256 (jvmtop-0.7.1.tar.gz) = 0f73b5f001f0666dcef420d732dd08206b14b262074f27ec88f2a7a2a39943e2 -SIZE (jvmtop-0.7.1.tar.gz) = 49631 +SHA256 (jvmtop-0.8.0.tar.gz) = f9de8159240b400a51b196520b4c4f0ddbcaa8e587fab1f0a59be8a00dc128c4 +SIZE (jvmtop-0.8.0.tar.gz) = 93680 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 05:35:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF3DC208; Fri, 16 Aug 2013 05:35:00 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD0FF2FFC; Fri, 16 Aug 2013 05:35:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G5Z09S007105; Fri, 16 Aug 2013 05:35:00 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G5Z0Sn007103; Fri, 16 Aug 2013 05:35:00 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201308160535.r7G5Z0Sn007103@svn.freebsd.org> From: Remko Lodder Date: Fri, 16 Aug 2013 05:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324791 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 05:35:01 -0000 Author: remko (src,doc committer) Date: Fri Aug 16 05:35:00 2013 New Revision: 324791 URL: http://svnweb.freebsd.org/changeset/ports/324791 Log: Correct polarssl entry, the lines were way to long, indentation was incorrect, and the topic description does not need too many details since that is explained in the description itself. Also correct the url's since c comes before u ;-) Prodded by: stas Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Aug 16 02:28:50 2013 (r324790) +++ head/security/vuxml/vuln.xml Fri Aug 16 05:35:00 2013 (r324791) @@ -83,7 +83,7 @@ Note: Please add new entries to the beg - polarssl -- denial of service through unterminated loop in certificate parser + polarssl -- denial of service vulnerability polarssl @@ -94,21 +94,33 @@ Note: Please add new entries to the beg

    Paul Bakker reports:

    -

    A bug in the logic of the parsing of PEM encoded certificates in x509parse_crt() can result in an infinite loop, thus hogging processing power. -

    - While parsing a Certificate message during the SSL/TLS handshake, PolarSSL extracts the presented certificates and sends them on to be parsed. As the RFC specifies that the certificates in the Certificate message are always X.509 certificates in DER format, bugs in the decoding of PEM certificates should normally not be triggerable via the SSL/TLS handshake. -

    - Versions of PolarSSL prior to 1.1.7 in the 1.1 branch and prior to 1.2.8 in the 1.2 branch call the generic x509parse_crt() function for parsing during the handshake. x509parse_crt() is a generic functions that wraps parsing of both PEM-encoded and DER-formatted certificates. As a result it is possible to craft a Certificate message that includes a PEM encoded certificate in the Certificate message that triggers the infinite loop.

    +

    A bug in the logic of the parsing of PEM encoded certificates in + x509parse_crt() can result in an infinite loop, thus hogging processing + power.

    +

    While parsing a Certificate message during the SSL/TLS handshake, + PolarSSL extracts the presented certificates and sends them on to + be parsed. As the RFC specifies that the certificates in the + Certificate message are always X.509 certificates in DER format, + bugs in the decoding of PEM certificates should normally not be + triggerable via the SSL/TLS handshake.

    +

    Versions of PolarSSL prior to 1.1.7 in the 1.1 branch and prior + to 1.2.8 in the 1.2 branch call the generic x509parse_crt() + function for parsing during the handshake. x509parse_crt() is a + generic functions that wraps parsing of both PEM-encoded and + DER-formatted certificates. As a result it is possible to craft + a Certificate message that includes a PEM encoded certificate in + the Certificate message that triggers the infinite loop.

    - https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 CVE-2013-4623 + https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 2013-06-21 2013-08-13 + 2013-08-15
    From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 06:12:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68DEB660; Fri, 16 Aug 2013 06:12:29 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57126217F; Fri, 16 Aug 2013 06:12:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G6CTp6021775; Fri, 16 Aug 2013 06:12:29 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G6CTPC021774; Fri, 16 Aug 2013 06:12:29 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308160612.r7G6CTPC021774@svn.freebsd.org> From: Marcus von Appen Date: Fri, 16 Aug 2013 06:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324792 - head/devel/py-dynrules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 06:12:29 -0000 Author: mva Date: Fri Aug 16 06:12:28 2013 New Revision: 324792 URL: http://svnweb.freebsd.org/changeset/ports/324792 Log: - properly prefix the package name Modified: head/devel/py-dynrules/Makefile Modified: head/devel/py-dynrules/Makefile ============================================================================== --- head/devel/py-dynrules/Makefile Fri Aug 16 05:35:00 2013 (r324791) +++ head/devel/py-dynrules/Makefile Fri Aug 16 06:12:28 2013 (r324792) @@ -2,8 +2,10 @@ PORTNAME= dynrules PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-dynrules/downloads/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= Dynamic Scripting for adaptive AI systems From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:46:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AA36F82; Fri, 16 Aug 2013 15:46:24 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id E3E512F7D; Fri, 16 Aug 2013 15:46:23 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 76C9321F01; Fri, 16 Aug 2013 11:40:09 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xnP-B18Xhsj2; Fri, 16 Aug 2013 11:40:09 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <520E47D9.1010308@egr.msu.edu> Date: Fri, 16 Aug 2013 11:40:09 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: svn-ports-all@freebsd.org, stas@freebsd.org Subject: Re: svn commit: r324781 - head/security/vuxml References: <201308151902.r7FJ2Ydj066062@svn.freebsd.org> In-Reply-To: <201308151902.r7FJ2Ydj066062@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:46:24 -0000 On 08/15/13 15:02, Stanislav Sedov wrote: > Author: stas (src committer) > Date: Thu Aug 15 19:02:34 2013 > New Revision: 324781 > URL: http://svnweb.freebsd.org/changeset/ports/324781 > > Log: > - Add lcms2 DoS vulnerability entry. > > Hat: secteam > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Thu Aug 15 18:56:01 2013 (r324780) > +++ head/security/vuxml/vuln.xml Thu Aug 15 19:02:34 2013 (r324781) > @@ -51,6 +51,37 @@ Note: Please add new entries to the beg > > --> > > + > + lcms2 -- Null Pointer Dereference Denial of Service Vulnerability > + > + > + lcms2 > + 0 I can't tell that this affects 2.5 which is in ports. Does it? Thanks. From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:47:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED584FBC; Fri, 16 Aug 2013 15:47:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB0F22F90; Fri, 16 Aug 2013 15:47:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFlZqu037268; Fri, 16 Aug 2013 15:47:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFlZDO037266; Fri, 16 Aug 2013 15:47:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161547.r7GFlZDO037266@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324793 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:47:36 -0000 Author: sunpoet Date: Fri Aug 16 15:47:35 2013 New Revision: 324793 URL: http://svnweb.freebsd.org/changeset/ports/324793 Log: - Update to 20130811 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Fri Aug 16 06:12:28 2013 (r324792) +++ head/polish/hunspell/Makefile Fri Aug 16 15:47:35 2013 (r324793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20130505 +PORTVERSION= 20130811 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Fri Aug 16 06:12:28 2013 (r324792) +++ head/polish/hunspell/distinfo Fri Aug 16 15:47:35 2013 (r324793) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20130505.zip) = b5ff7dd187cb20fbbdc04c8a109a6620052e9c342ee8293bdce6aee0e3269a6d -SIZE (hunspell/sjp-myspell-pl-20130505.zip) = 1127026 +SHA256 (hunspell/sjp-myspell-pl-20130811.zip) = 8de8883ba5613569e77f59f9a2276972efaf41aca0a5291aa3020302108d4564 +SIZE (hunspell/sjp-myspell-pl-20130811.zip) = 1127259 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:47:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24633FBF; Fri, 16 Aug 2013 15:47:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11F072F92; Fri, 16 Aug 2013 15:47:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFldd0037350; Fri, 16 Aug 2013 15:47:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFldaI037348; Fri, 16 Aug 2013 15:47:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161547.r7GFldaI037348@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:47:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324794 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:47:40 -0000 Author: sunpoet Date: Fri Aug 16 15:47:39 2013 New Revision: 324794 URL: http://svnweb.freebsd.org/changeset/ports/324794 Log: - Update to 2013.08.11 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Fri Aug 16 15:47:35 2013 (r324793) +++ head/german/mythes/Makefile Fri Aug 16 15:47:39 2013 (r324794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.05.05 +PORTVERSION= 2013.08.11 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Fri Aug 16 15:47:35 2013 (r324793) +++ head/german/mythes/distinfo Fri Aug 16 15:47:39 2013 (r324794) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20130505.oxt) = 0fccd9956b2dafa78d0bca4d06e4ff5b67c22449b3bdcf20af7b5d33966b29eb -SIZE (mythes/Deutscher-Thesaurus-20130505.oxt) = 4413659 +SHA256 (mythes/Deutscher-Thesaurus-20130811.oxt) = cf7edb0ace79339433f0d9eb01bf1f9ed653933ba4e19c77014d70c2bb488323 +SIZE (mythes/Deutscher-Thesaurus-20130811.oxt) = 4657069 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:47:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72F0610F; Fri, 16 Aug 2013 15:47:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60DAE2F95; Fri, 16 Aug 2013 15:47:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFli7T037430; Fri, 16 Aug 2013 15:47:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFliHO037428; Fri, 16 Aug 2013 15:47:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161547.r7GFliHO037428@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324795 - head/textproc/es-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:47:44 -0000 Author: sunpoet Date: Fri Aug 16 15:47:43 2013 New Revision: 324795 URL: http://svnweb.freebsd.org/changeset/ports/324795 Log: - Update to 20130802 Modified: head/textproc/es-mythes/Makefile head/textproc/es-mythes/distinfo Modified: head/textproc/es-mythes/Makefile ============================================================================== --- head/textproc/es-mythes/Makefile Fri Aug 16 15:47:39 2013 (r324794) +++ head/textproc/es-mythes/Makefile Fri Aug 16 15:47:43 2013 (r324795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 20130502 +PORTVERSION= 20130802 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- Modified: head/textproc/es-mythes/distinfo ============================================================================== --- head/textproc/es-mythes/distinfo Fri Aug 16 15:47:39 2013 (r324794) +++ head/textproc/es-mythes/distinfo Fri Aug 16 15:47:43 2013 (r324795) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo2-thes_es_ES-20130502.tar.bz2) = 420543cf97437aa0bcbf06904eb67fb434533c6b52d0fb2eae42a076f3d4b7c3 -SIZE (mythes/OOo2-thes_es_ES-20130502.tar.bz2) = 829641 +SHA256 (mythes/OOo2-thes_es_ES-20130802.tar.bz2) = 71523ff6b140d3ef47f698235b3ed0a8c5253edc0376139db2b269e25c6a34da +SIZE (mythes/OOo2-thes_es_ES-20130802.tar.bz2) = 830403 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:47:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B40581EE; Fri, 16 Aug 2013 15:47:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A24E92F99; Fri, 16 Aug 2013 15:47:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFlmBp037516; Fri, 16 Aug 2013 15:47:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFlmW3037514; Fri, 16 Aug 2013 15:47:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161547.r7GFlmW3037514@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324796 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:47:48 -0000 Author: sunpoet Date: Fri Aug 16 15:47:47 2013 New Revision: 324796 URL: http://svnweb.freebsd.org/changeset/ports/324796 Log: - Update to 2013.08.11 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Fri Aug 16 15:47:43 2013 (r324795) +++ head/textproc/sk-mythes/Makefile Fri Aug 16 15:47:47 2013 (r324796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.05.05 +PORTVERSION= 2013.08.11 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Fri Aug 16 15:47:43 2013 (r324795) +++ head/textproc/sk-mythes/distinfo Fri Aug 16 15:47:47 2013 (r324796) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130505.zip) = 2872ffb17c279ce2336fc1bda0673139c3adf524941d3119539f7b08fa0bf6a9 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20130505.zip) = 332410 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130811.zip) = f2275298a61d7bee15f41fcce7a6c663a2a05f8144588cc4e18f849bb0d5881d +SIZE (mythes/OOo-Thesaurus2-sk_SK-20130811.zip) = 332469 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:47:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DD422A9; Fri, 16 Aug 2013 15:47:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6C082F9B; Fri, 16 Aug 2013 15:47:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFlq5U037600; Fri, 16 Aug 2013 15:47:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFlqBu037598; Fri, 16 Aug 2013 15:47:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161547.r7GFlqBu037598@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324797 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:47:53 -0000 Author: sunpoet Date: Fri Aug 16 15:47:52 2013 New Revision: 324797 URL: http://svnweb.freebsd.org/changeset/ports/324797 Log: - Update to 2013.08.11 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Fri Aug 16 15:47:47 2013 (r324796) +++ head/textproc/sl-mythes/Makefile Fri Aug 16 15:47:52 2013 (r324797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.05.05 +PORTVERSION= 2013.08.11 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Fri Aug 16 15:47:47 2013 (r324796) +++ head/textproc/sl-mythes/distinfo Fri Aug 16 15:47:52 2013 (r324797) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20130505.zip) = c0c7abc49490f26a3e70ce6f5e7ca15978469ccb96d6e9f419e033dd247a49c8 -SIZE (mythes/thes_sl_SI_v2-20130505.zip) = 338315 +SHA256 (mythes/thes_sl_SI_v2-20130811.zip) = 4a73019ca328aeb0c312e971ff5a1b6a93198e75052ce58e3fc61af9f8887304 +SIZE (mythes/thes_sl_SI_v2-20130811.zip) = 340832 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 15:48:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97EE7445; Fri, 16 Aug 2013 15:48:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C66AC2FA2; Fri, 16 Aug 2013 15:48:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GFm3sY037716; Fri, 16 Aug 2013 15:48:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GFm3Yl037711; Fri, 16 Aug 2013 15:48:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161548.r7GFm3Yl037711@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 15:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324798 - head/www/httrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 15:48:05 -0000 Author: sunpoet Date: Fri Aug 16 15:48:03 2013 New Revision: 324798 URL: http://svnweb.freebsd.org/changeset/ports/324798 Log: - Update to 3.47.22 Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Modified: head/www/httrack/Makefile head/www/httrack/distinfo Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Fri Aug 16 15:47:52 2013 (r324797) +++ head/www/httrack/Makefile Fri Aug 16 15:48:03 2013 (r324798) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.47.21 +PORTVERSION= 3.47.22 CATEGORIES= www MASTER_SITES= http://download.httrack.com/ \ http://mirror.httrack.com/historical/ \ Modified: head/www/httrack/distinfo ============================================================================== --- head/www/httrack/distinfo Fri Aug 16 15:47:52 2013 (r324797) +++ head/www/httrack/distinfo Fri Aug 16 15:48:03 2013 (r324798) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.47.21.tar.gz) = e0eac0d611eac981b8e32ec5a5139c2eb31e879210ef1db706f14a72fa071ccb -SIZE (httrack-3.47.21.tar.gz) = 1777738 +SHA256 (httrack-3.47.22.tar.gz) = b9df1bab5e1ce2c9554051a8edddc3f4c71a09adecca108ee1084ed2367d282a +SIZE (httrack-3.47.22.tar.gz) = 1777945 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 16:47:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5310D145; Fri, 16 Aug 2013 16:47:51 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40EAC2364; Fri, 16 Aug 2013 16:47:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GGlpUI060332; Fri, 16 Aug 2013 16:47:51 GMT (envelope-from timur@svn.freebsd.org) Received: (from timur@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GGlowD060330; Fri, 16 Aug 2013 16:47:50 GMT (envelope-from timur@svn.freebsd.org) Message-Id: <201308161647.r7GGlowD060330@svn.freebsd.org> From: "Timur I. Bakeyev" Date: Fri, 16 Aug 2013 16:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324799 - in head/net/samba36: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 16:47:51 -0000 Author: timur Date: Fri Aug 16 16:47:50 2013 New Revision: 324799 URL: http://svnweb.freebsd.org/changeset/ports/324799 Log: Update port to the 3.6.18 version Deleted: head/net/samba36/files/patch-lib__replace__libreplace_macros.m4 Modified: head/net/samba36/Makefile head/net/samba36/distinfo Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Fri Aug 16 15:48:03 2013 (r324798) +++ head/net/samba36/Makefile Fri Aug 16 16:47:50 2013 (r324799) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ${SAMBA_BASENAME}36 -PORTVERSION= 3.6.17 +PORTVERSION= 3.6.18 PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} Modified: head/net/samba36/distinfo ============================================================================== --- head/net/samba36/distinfo Fri Aug 16 15:48:03 2013 (r324798) +++ head/net/samba36/distinfo Fri Aug 16 16:47:50 2013 (r324799) @@ -1,2 +1,2 @@ -SHA256 (samba-3.6.17.tar.gz) = f320c82db2ad470f4fb6f9381f164c5b8a4b4f89b28dc94c24796f97d22cbd5c -SIZE (samba-3.6.17.tar.gz) = 34110538 +SHA256 (samba-3.6.18.tar.gz) = 6d71a9ba77567eae863b9599e451479b99f6acb6042a1d98e7a22422ce599992 +SIZE (samba-3.6.18.tar.gz) = 34112906 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FAF88C7; Fri, 16 Aug 2013 17:13:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7852510; Fri, 16 Aug 2013 17:13:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHD1tm071108; Fri, 16 Aug 2013 17:13:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHD1q0071106; Fri, 16 Aug 2013 17:13:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHD1q0071106@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324800 - head/devel/p5-Test-Fixme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:01 -0000 Author: sunpoet Date: Fri Aug 16 17:13:00 2013 New Revision: 324800 URL: http://svnweb.freebsd.org/changeset/ports/324800 Log: - Update to 0.10 Changes: http://search.cpan.org/dist/Test-Fixme/Changes Modified: head/devel/p5-Test-Fixme/Makefile head/devel/p5-Test-Fixme/distinfo Modified: head/devel/p5-Test-Fixme/Makefile ============================================================================== --- head/devel/p5-Test-Fixme/Makefile Fri Aug 16 16:47:50 2013 (r324799) +++ head/devel/p5-Test-Fixme/Makefile Fri Aug 16 17:13:00 2013 (r324800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Fixme -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Fixme/distinfo ============================================================================== --- head/devel/p5-Test-Fixme/distinfo Fri Aug 16 16:47:50 2013 (r324799) +++ head/devel/p5-Test-Fixme/distinfo Fri Aug 16 17:13:00 2013 (r324800) @@ -1,2 +1,2 @@ -SHA256 (Test-Fixme-0.09.tar.gz) = 66d06902ef12d88188f6adec649b7bdc027a7cd01e547da662c124c8cc228be5 -SIZE (Test-Fixme-0.09.tar.gz) = 15542 +SHA256 (Test-Fixme-0.10.tar.gz) = d7eb023e324d559328a5d3fb95850945f496d283fa84b578bc23c51b3e5e9c53 +SIZE (Test-Fixme-0.10.tar.gz) = 17872 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7476E9EC; Fri, 16 Aug 2013 17:13:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6262C2517; Fri, 16 Aug 2013 17:13:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDK7G071239; Fri, 16 Aug 2013 17:13:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDKfo071234; Fri, 16 Aug 2013 17:13:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDKfo071234@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324801 - head/archivers/p5-Compress-Raw-Bzip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:20 -0000 Author: sunpoet Date: Fri Aug 16 17:13:19 2013 New Revision: 324801 URL: http://svnweb.freebsd.org/changeset/ports/324801 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Bzip2/distinfo Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Fri Aug 16 17:13:00 2013 (r324800) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Fri Aug 16 17:13:19 2013 (r324801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Bzip2/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/distinfo Fri Aug 16 17:13:00 2013 (r324800) +++ head/archivers/p5-Compress-Raw-Bzip2/distinfo Fri Aug 16 17:13:19 2013 (r324801) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Bzip2-2.061.tar.gz) = de8e39e738e05d7e7c6c855ce059dd90f4907bc5968292e3d43d0f003117c62d -SIZE (Compress-Raw-Bzip2-2.061.tar.gz) = 135934 +SHA256 (Compress-Raw-Bzip2-2.062.tar.gz) = 5c4625e74f184e9d656e9fd523553cecdc92831ae1d764cb40dbb9db969a5481 +SIZE (Compress-Raw-Bzip2-2.062.tar.gz) = 135942 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5A65AA8; Fri, 16 Aug 2013 17:13:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 587CD2518; Fri, 16 Aug 2013 17:13:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDOdG071331; Fri, 16 Aug 2013 17:13:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDO9e071325; Fri, 16 Aug 2013 17:13:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDO9e071325@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324802 - head/archivers/p5-Compress-Raw-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:25 -0000 Author: sunpoet Date: Fri Aug 16 17:13:23 2013 New Revision: 324802 URL: http://svnweb.freebsd.org/changeset/ports/324802 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Lzma/distinfo Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Fri Aug 16 17:13:19 2013 (r324801) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Fri Aug 16 17:13:23 2013 (r324802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Lzma/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/distinfo Fri Aug 16 17:13:19 2013 (r324801) +++ head/archivers/p5-Compress-Raw-Lzma/distinfo Fri Aug 16 17:13:23 2013 (r324802) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Lzma-2.061.tar.gz) = 65fdb05ef1617fdfb74f309a0a6e78eff4d68612b37ccfc7424670f74f4a8d3f -SIZE (Compress-Raw-Lzma-2.061.tar.gz) = 112805 +SHA256 (Compress-Raw-Lzma-2.062.tar.gz) = e6fa9273cca06e1706e0a6be70d81e208b0f1aea50aca2b76b30216a2d157784 +SIZE (Compress-Raw-Lzma-2.062.tar.gz) = 112843 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 584E0BBE; Fri, 16 Aug 2013 17:13:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 468A7251A; Fri, 16 Aug 2013 17:13:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDS6N071420; Fri, 16 Aug 2013 17:13:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDRWt071416; Fri, 16 Aug 2013 17:13:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDRWt071416@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324803 - head/archivers/p5-Compress-Raw-Zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:28 -0000 Author: sunpoet Date: Fri Aug 16 17:13:27 2013 New Revision: 324803 URL: http://svnweb.freebsd.org/changeset/ports/324803 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Raw-Zlib/distinfo Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Fri Aug 16 17:13:23 2013 (r324802) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Fri Aug 16 17:13:27 2013 (r324803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS Modified: head/archivers/p5-Compress-Raw-Zlib/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/distinfo Fri Aug 16 17:13:23 2013 (r324802) +++ head/archivers/p5-Compress-Raw-Zlib/distinfo Fri Aug 16 17:13:27 2013 (r324803) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Zlib-2.061.tar.gz) = 244804a39b93a18f5878e107c280f14a0263876d975e6146b9907b2ee4442319 -SIZE (Compress-Raw-Zlib-2.061.tar.gz) = 236506 +SHA256 (Compress-Raw-Zlib-2.062.tar.gz) = dd6f72f30f9f5a7960088a3e1ca6ef7c4195fd3e5c0f69037262cd2c7a69a5c6 +SIZE (Compress-Raw-Zlib-2.062.tar.gz) = 236613 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AD70C74; Fri, 16 Aug 2013 17:13:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4645C251C; Fri, 16 Aug 2013 17:13:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDW0V071503; Fri, 16 Aug 2013 17:13:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDVU5071500; Fri, 16 Aug 2013 17:13:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDVU5071500@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324804 - head/archivers/p5-IO-Compress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:33 -0000 Author: sunpoet Date: Fri Aug 16 17:13:31 2013 New Revision: 324804 URL: http://svnweb.freebsd.org/changeset/ports/324804 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/IO-Compress/Changes Modified: head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Compress/distinfo Modified: head/archivers/p5-IO-Compress/Makefile ============================================================================== --- head/archivers/p5-IO-Compress/Makefile Fri Aug 16 17:13:27 2013 (r324803) +++ head/archivers/p5-IO-Compress/Makefile Fri Aug 16 17:13:31 2013 (r324804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -14,8 +14,8 @@ COMMENT= Perl5 compression modules (bzip LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.061:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.061:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.062:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.062:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress/distinfo ============================================================================== --- head/archivers/p5-IO-Compress/distinfo Fri Aug 16 17:13:27 2013 (r324803) +++ head/archivers/p5-IO-Compress/distinfo Fri Aug 16 17:13:31 2013 (r324804) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.061.tar.gz) = c8fdbc7d8d3601bc4c6d43455d405e0772098ceb1a38fefa72adef5083c6beba -SIZE (IO-Compress-2.061.tar.gz) = 243410 +SHA256 (IO-Compress-2.062.tar.gz) = 71ec41542ce454f28bfd8286db26dd136ae666e6d3b05673628ef7f14f0f5835 +SIZE (IO-Compress-2.062.tar.gz) = 242704 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BF41CB9; Fri, 16 Aug 2013 17:13:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A91E251F; Fri, 16 Aug 2013 17:13:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDaaU071589; Fri, 16 Aug 2013 17:13:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDZw1071584; Fri, 16 Aug 2013 17:13:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDZw1071584@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324805 - head/archivers/p5-IO-Compress-Lzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:36 -0000 Author: sunpoet Date: Fri Aug 16 17:13:35 2013 New Revision: 324805 URL: http://svnweb.freebsd.org/changeset/ports/324805 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Modified: head/archivers/p5-IO-Compress-Lzf/Makefile head/archivers/p5-IO-Compress-Lzf/distinfo Modified: head/archivers/p5-IO-Compress-Lzf/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/Makefile Fri Aug 16 17:13:31 2013 (r324804) +++ head/archivers/p5-IO-Compress-Lzf/Makefile Fri Aug 16 17:13:35 2013 (r324805) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZF>=0:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-IO-Compress>=2.061:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.062:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress-Lzf/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/distinfo Fri Aug 16 17:13:31 2013 (r324804) +++ head/archivers/p5-IO-Compress-Lzf/distinfo Fri Aug 16 17:13:35 2013 (r324805) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzf-2.061.tar.gz) = 04d4a9ed08c82be3102ecb805bdfca865add1b94a5271266cbba24827711f193 -SIZE (IO-Compress-Lzf-2.061.tar.gz) = 73436 +SHA256 (IO-Compress-Lzf-2.062.tar.gz) = eee81af07b1f90e4b2768a4b596e19d13504bb5daaa1503e6e54b870429103e8 +SIZE (IO-Compress-Lzf-2.062.tar.gz) = 73467 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:13:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 301EFD7C; Fri, 16 Aug 2013 17:13:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E21F2521; Fri, 16 Aug 2013 17:13:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHDddp071669; Fri, 16 Aug 2013 17:13:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHDdJa071667; Fri, 16 Aug 2013 17:13:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161713.r7GHDdJa071667@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324806 - head/archivers/p5-IO-Compress-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:13:40 -0000 Author: sunpoet Date: Fri Aug 16 17:13:39 2013 New Revision: 324806 URL: http://svnweb.freebsd.org/changeset/ports/324806 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Modified: head/archivers/p5-IO-Compress-Lzma/Makefile head/archivers/p5-IO-Compress-Lzma/distinfo Modified: head/archivers/p5-IO-Compress-Lzma/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/Makefile Fri Aug 16 17:13:35 2013 (r324805) +++ head/archivers/p5-IO-Compress-Lzma/Makefile Fri Aug 16 17:13:39 2013 (r324806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzma -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -14,8 +14,8 @@ COMMENT= Write lzma files / buffers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Lzma>=2.061:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ - p5-IO-Compress>=2.061:${PORTSDIR}/archivers/p5-IO-Compress +BUILD_DEPENDS= p5-Compress-Raw-Lzma>=2.062:${PORTSDIR}/archivers/p5-Compress-Raw-Lzma \ + p5-IO-Compress>=2.062:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ Modified: head/archivers/p5-IO-Compress-Lzma/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/distinfo Fri Aug 16 17:13:35 2013 (r324805) +++ head/archivers/p5-IO-Compress-Lzma/distinfo Fri Aug 16 17:13:39 2013 (r324806) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzma-2.061.tar.gz) = bc88e4915d4d9d4f9bc184fc02c9ef6dbc332456cdf79d0e77dabac21ff8ef90 -SIZE (IO-Compress-Lzma-2.061.tar.gz) = 88982 +SHA256 (IO-Compress-Lzma-2.062.tar.gz) = ef3c6f5d7a9aeb0b45478ec0129df9ff115e96820632923dc30b6084da2437de +SIZE (IO-Compress-Lzma-2.062.tar.gz) = 89024 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:14:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3852B0; Fri, 16 Aug 2013 17:14:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B183B2533; Fri, 16 Aug 2013 17:14:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHEG51071867; Fri, 16 Aug 2013 17:14:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHEGFb071865; Fri, 16 Aug 2013 17:14:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161714.r7GHEGFb071865@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 17:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324807 - head/archivers/p5-IO-Compress-Lzop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:14:16 -0000 Author: sunpoet Date: Fri Aug 16 17:14:16 2013 New Revision: 324807 URL: http://svnweb.freebsd.org/changeset/ports/324807 Log: - Update to 2.062 Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Modified: head/archivers/p5-IO-Compress-Lzop/Makefile head/archivers/p5-IO-Compress-Lzop/distinfo Modified: head/archivers/p5-IO-Compress-Lzop/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/Makefile Fri Aug 16 17:13:39 2013 (r324806) +++ head/archivers/p5-IO-Compress-Lzop/Makefile Fri Aug 16 17:14:16 2013 (r324807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-IO-Compress>=2.061:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.062:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod Modified: head/archivers/p5-IO-Compress-Lzop/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/distinfo Fri Aug 16 17:13:39 2013 (r324806) +++ head/archivers/p5-IO-Compress-Lzop/distinfo Fri Aug 16 17:14:16 2013 (r324807) @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-Lzop-2.061.tar.gz) = 9cbda844ec8e377ca3d6e676cd5b84abced57b1612bff7de3e13c6ebcaee2670 -SIZE (IO-Compress-Lzop-2.061.tar.gz) = 78025 +SHA256 (IO-Compress-Lzop-2.062.tar.gz) = 627f4fbfcb91f5f2cacb310436980870ac26453b6a303438d19ab25879f7972f +SIZE (IO-Compress-Lzop-2.062.tar.gz) = 78071 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 17:54:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F4F88F5; Fri, 16 Aug 2013 17:54:43 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2BFB2744; Fri, 16 Aug 2013 17:54:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GHsgCb086443; Fri, 16 Aug 2013 17:54:42 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GHsgSv086440; Fri, 16 Aug 2013 17:54:42 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201308161754.r7GHsgSv086440@svn.freebsd.org> From: Brad Davis Date: Fri, 16 Aug 2013 17:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324808 - in head: security/vuxml 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 17:54:43 -0000 Author: brd (doc committer) Date: Fri Aug 16 17:54:41 2013 New Revision: 324808 URL: http://svnweb.freebsd.org/changeset/ports/324808 Log: - Update puppet to 3.2.4 which fixes CVE-2013-4761 and CVE-2013-4956 Approved by: swills@ Security: 2b2f6092-0694-11e3-9e8e-000c29f6ae42 Modified: head/security/vuxml/vuln.xml head/sysutils/puppet/Makefile head/sysutils/puppet/distinfo Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Aug 16 17:14:16 2013 (r324807) +++ head/security/vuxml/vuln.xml Fri Aug 16 17:54:41 2013 (r324808) @@ -51,6 +51,43 @@ Note: Please add new entries to the beg --> + + puppet -- multiple vulnerabilities + + + puppet + 2.72.7.23 + 3.03.2.4 + + + + +

    Puppet Labs reports:

    +
    +

    By using the `resource_type` service, an attacker could + cause puppet to load arbitrary Ruby files from the puppet + master node's file system. While this behavior is not + enabled by default, `auth.conf` settings could be modified + to allow it. The exploit requires local file system access + to the Puppet Master.

    +

    Puppet Module Tool (PMT) did not correctly control + permissions of modules it installed, instead transferring + permissions that existed when the module was built.

    +
    + +
    + + CVE-2013-4761 + CVE-2013-4956 + http://puppetlabs.com/security/cve/cve-2013-4761/ + http://puppetlabs.com/security/cve/cve-2013-4956/ + + + 2013-07-05 + 2013-08-16 + +
    + lcms2 -- Null Pointer Dereference Denial of Service Vulnerability Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Aug 16 17:14:16 2013 (r324807) +++ head/sysutils/puppet/Makefile Fri Aug 16 17:54:41 2013 (r324808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppet/distinfo ============================================================================== --- head/sysutils/puppet/distinfo Fri Aug 16 17:14:16 2013 (r324807) +++ head/sysutils/puppet/distinfo Fri Aug 16 17:54:41 2013 (r324808) @@ -1,2 +1,2 @@ -SHA256 (puppet-3.2.3.tar.gz) = 6a19927d6126b9f6f40e94997c0896a618da8983178ca0e30264122b70edf819 -SIZE (puppet-3.2.3.tar.gz) = 1782059 +SHA256 (puppet-3.2.4.tar.gz) = 8b38f4adee6237b8dd7b1956d90af97f2d0091245d6e30b708bbc8e333001358 +SIZE (puppet-3.2.4.tar.gz) = 1786216 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:01:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 43EDBAD6; Fri, 16 Aug 2013 18:01:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3176627AF; Fri, 16 Aug 2013 18:01:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GI1k4X089817; Fri, 16 Aug 2013 18:01:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GI1jq8089814; Fri, 16 Aug 2013 18:01:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308161801.r7GI1jq8089814@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Aug 2013 18:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324809 - head/devel/rubygem-listen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:01:46 -0000 Author: sunpoet Date: Fri Aug 16 18:01:45 2013 New Revision: 324809 URL: http://svnweb.freebsd.org/changeset/ports/324809 Log: - Update to 1.3.0 Changes: https://github.com/guard/listen/blob/master/CHANGELOG.md Modified: head/devel/rubygem-listen/Makefile head/devel/rubygem-listen/distinfo Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Fri Aug 16 17:54:41 2013 (r324808) +++ head/devel/rubygem-listen/Makefile Fri Aug 16 18:01:45 2013 (r324809) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= listen -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-listen/distinfo ============================================================================== --- head/devel/rubygem-listen/distinfo Fri Aug 16 17:54:41 2013 (r324808) +++ head/devel/rubygem-listen/distinfo Fri Aug 16 18:01:45 2013 (r324809) @@ -1,2 +1,2 @@ -SHA256 (rubygem/listen-1.2.3.gem) = 0abd12318185fe28191762391566717f0348c3dcb6a09c7a9a56cdf3f37cc77b -SIZE (rubygem/listen-1.2.3.gem) = 23040 +SHA256 (rubygem/listen-1.3.0.gem) = 3e4b6289551cf8e1baf07609a02f8dabc5eae83a3c6b5c0bff04e1e23f341af7 +SIZE (rubygem/listen-1.3.0.gem) = 23040 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:22:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE09BEC8; Fri, 16 Aug 2013 18:22:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC04A28D2; Fri, 16 Aug 2013 18:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIM70o097743; Fri, 16 Aug 2013 18:22:07 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIM7il097741; Fri, 16 Aug 2013 18:22:07 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308161822.r7GIM7il097741@svn.freebsd.org> From: Guido Falsi Date: Fri, 16 Aug 2013 18:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324810 - head/x11-toolkits/girara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:22:07 -0000 Author: madpilot Date: Fri Aug 16 18:22:07 2013 New Revision: 324810 URL: http://svnweb.freebsd.org/changeset/ports/324810 Log: - Update to 0.1.7 - Base gcc is unable to compile this new version, make it use clang where available, or a newer gcc otherwise Modified: head/x11-toolkits/girara/Makefile head/x11-toolkits/girara/distinfo Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Fri Aug 16 18:01:45 2013 (r324809) +++ head/x11-toolkits/girara/Makefile Fri Aug 16 18:22:07 2013 (r324810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -15,6 +15,14 @@ USE_LDCONFIG= yes .include +.if exists(/usr/bin/clang) && ${OSVERSION} > 900014 +CC= /usr/bin/clang +CPP= /usr/bin/clang-cpp +CXX= /usr/bin/clang++ +.else +USE_GCC= 4.6+ +.endif + .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" Modified: head/x11-toolkits/girara/distinfo ============================================================================== --- head/x11-toolkits/girara/distinfo Fri Aug 16 18:01:45 2013 (r324809) +++ head/x11-toolkits/girara/distinfo Fri Aug 16 18:22:07 2013 (r324810) @@ -1,2 +1,2 @@ -SHA256 (girara-0.1.6.tar.gz) = db12e6bf1f84fbda3c327ca89490b8a87182cc121fdf60297fbd10646e392b28 -SIZE (girara-0.1.6.tar.gz) = 79941 +SHA256 (girara-0.1.7.tar.gz) = 2374b8951d1276638dfca9f6d7570ce12313c8af482426a9a057a0227ea01c8e +SIZE (girara-0.1.7.tar.gz) = 82277 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:34:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F912D3; Fri, 16 Aug 2013 18:34:04 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3AFF2991; Fri, 16 Aug 2013 18:34:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIY43Y001841; Fri, 16 Aug 2013 18:34:04 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIY3Oh001833; Fri, 16 Aug 2013 18:34:03 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201308161834.r7GIY3Oh001833@svn.freebsd.org> From: Jase Thew Date: Fri, 16 Aug 2013 18:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324811 - in head/irc/weechat-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:34:04 -0000 Author: jase Date: Fri Aug 16 18:34:03 2013 New Revision: 324811 URL: http://svnweb.freebsd.org/changeset/ports/324811 Log: - Update to 20130812 - Add pre-built manpage as build requirements for creating the manpage are somewhat excessive. Added: head/irc/weechat-devel/files/weechat.1.in (contents, props changed) Modified: head/irc/weechat-devel/Makefile head/irc/weechat-devel/distinfo head/irc/weechat-devel/pkg-plist Modified: head/irc/weechat-devel/Makefile ============================================================================== --- head/irc/weechat-devel/Makefile Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/Makefile Fri Aug 16 18:34:03 2013 (r324811) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20130514 -PORTREVISION= 1 +PORTVERSION= 20130812 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -19,14 +18,14 @@ CONFLICTS= weechat-0.3* USE_LDCONFIG= yes USES= cmake iconv -CMAKE_ARGS+= -DENABLE_GUILE=no +CMAKE_ARGS+= -DENABLE_GUILE=no -DENABLE_MAN=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITDESC= v0.4.1-rc2-2-g0c66b91 +GITDESC= v0.4.1-164-g7dea560 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' #GITREV= 01a1316 WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} @@ -133,8 +132,13 @@ PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MDOCUMENTATION} -BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc -BUILD_DEPENDS+= source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight +.if defined(MAINTAINER_BUILD) +BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +.endif +BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ + source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight +CMAKE_ARGS+= -DENABLE_DOC=yes PLIST_SUB+= DOCUMENTATION="" .else CMAKE_ARGS+= -DENABLE_DOC=no @@ -158,7 +162,7 @@ PLIST_SUB+= ICON="" PLIST_SUB+= ICON="@comment " .endif -MAN1= weechat-curses.1 +MAN1= weechat.1 post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @@ -186,6 +190,6 @@ pre-configure: .endif post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/weechat-curses.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/weechat.1.in ${MAN1PREFIX}/man/man1/weechat.1 .include Modified: head/irc/weechat-devel/distinfo ============================================================================== --- head/irc/weechat-devel/distinfo Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/distinfo Fri Aug 16 18:34:03 2013 (r324811) @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-0c66b91.tar.gz) = a1e7d042babdf7a5bdff1a85855f928218e78cf7ed19d039ac0e95935278bbc3 -SIZE (weechat-devel-0c66b91.tar.gz) = 2567140 +SHA256 (weechat-devel-7dea560.tar.gz) = 0b35acaa1b59f29db359d730c066ed0327719ddb3705fcceef16c168802727cb +SIZE (weechat-devel-7dea560.tar.gz) = 2699990 Added: head/irc/weechat-devel/files/weechat.1.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/weechat-devel/files/weechat.1.in Fri Aug 16 18:34:03 2013 (r324811) @@ -0,0 +1,261 @@ +'\" t +.\" Title: weechat +.\" Author: [see the "AUTHORS" section] +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 08/14/2013 +.\" Manual: \ \& +.\" Source: \ \& WeeChat 0.4.2-dev +.\" Language: English +.\" +.TH "WEECHAT" "1" "08/14/2013" "\ \& WeeChat 0\&.4\&.2\-dev" "\ \&" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +weechat \- the extensible chat client +.SH "SYNOPSIS" +.sp +.nf +\fIweechat\fR [\-a|\-\-no\-connect] [\-d|\-\-dir ] [\-p|\-\-no\-plugin] [\-r|\-\-run\-command ] [\-s|\-\-no\-script] [\-\-upgrade] [plugin:option\&...] +\fIweechat\fR [\-c|\-\-colors] +\fIweechat\fR [\-h|\-\-help] +\fIweechat\fR [\-k|\-\-keys] +\fIweechat\fR [\-l|\-\-license] +\fIweechat\fR [\-v|\-\-version] +.fi +.SH "DESCRIPTION" +.sp +WeeChat is a fast, light and extensible chat client\&. +.sp +It is modular (lightweight core with plugins), multi\-protocols (IRC and Jabber), extensible with C and scripts written in several languages\&. +.SH "OPTIONS" +.PP +\fB\-a\fR, \fB\-\-no\-connect\fR +.RS 4 +Disable auto\-connect to servers when WeeChat is starting\&. +.RE +.PP +\fB\-c\fR, \fB\-\-colors\fR +.RS 4 +Display default colors in terminal\&. +.RE +.PP +\fB\-d\fR, \fB\-\-dir\fR \fI\fR +.RS 4 +Set path as home for WeeChat (used for configuration files, logs, user plugins and scripts), default value is +\fI~/\&.weechat\fR +(note: directory is created if not found by WeeChat)\&. +.RE +.PP +\fB\-h\fR, \fB\-\-help\fR +.RS 4 +Display help\&. +.RE +.PP +\fB\-l\fR, \fB\-\-license\fR +.RS 4 +Display WeeChat license\&. +.RE +.PP +\fB\-p\fR, \fB\-\-no\-plugin\fR +.RS 4 +Disable plugins auto\-load\&. +.RE +.PP +\fB\-r\fR, \fB\-\-run\-command\fR \fI\fR +.RS 4 +Run command(s) after startup (many commands can be separated by semicolons)\&. +.RE +.PP +\fB\-s\fR, \fB\-\-no\-script\fR +.RS 4 +Disable scripts auto\-load\&. +.RE +.PP +\fB\-\-upgrade\fR +.RS 4 +Upgrade WeeChat using session files generated with command +/upgrade \-quit\&. +.RE +.PP +\fB\-v\fR, \fB\-\-version\fR +.RS 4 +Display WeeChat version\&. +.RE +.PP +\fBplugin:option\fR +.RS 4 +Option for a plugin\&. +.RE +.SH "PLUGIN OPTIONS" +.sp +For complete doc on plugin options, please look at plugins documentation in WeeChat user\(cqs guide\&. +.sp +With irc plugin, you can connect to temporary server with an URL like: +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2\&.\&.\&.]] +.fi +.if n \{\ +.RE +.\} +.sp +To join WeeChat IRC channel support with nick "mynick": +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc://mynick@irc\&.freenode\&.net/#weechat +.fi +.if n \{\ +.RE +.\} +.sp +IPv6 address can be enclosed in brackets to add a port after address, for example: +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test +.fi +.if n \{\ +.RE +.\} +.SH "FILES" +.PP +$HOME/\&.weechat/weechat\&.conf +.RS 4 +main WeeChat configuration file +.RE +.PP +$HOME/\&.weechat/plugins\&.conf +.RS 4 +plugins configuration file +.RE +.PP +$HOME/\&.weechat/alias\&.conf +.RS 4 +configuration file for +\fIalias\fR +plugin +.RE +.PP +$HOME/\&.weechat/aspell\&.conf +.RS 4 +configuration file for +\fIaspell\fR +plugin +.RE +.PP +$HOME/\&.weechat/charset\&.conf +.RS 4 +configuration file for +\fIcharset\fR +plugin +.RE +.PP +$HOME/\&.weechat/irc\&.conf +.RS 4 +configuration file for +\fIirc\fR +plugin +.RE +.PP +$HOME/\&.weechat/logger\&.conf +.RS 4 +configuration file for +\fIlogger\fR +plugin +.RE +.PP +$HOME/\&.weechat/relay\&.conf +.RS 4 +configuration file for +\fIrelay\fR +plugin +.RE +.PP +$HOME/\&.weechat/rmodifier\&.conf +.RS 4 +configuration file for +\fIrmodifier\fR +plugin +.RE +.PP +$HOME/\&.weechat/script\&.conf +.RS 4 +configuration file for +\fIscript\fR +plugin +.RE +.PP +$HOME/\&.weechat/xfer\&.conf +.RS 4 +configuration file for +\fIxfer\fR +plugin +.RE +.PP +$HOME/\&.weechat/weechat\&.log +.RS 4 +WeeChat log file +.RE +.SH "AUTHORS" +.sp +WeeChat is written by Sébastien Helleu and contributors (complete list is in the AUTHORS file)\&. +.sp +Copyright \(co 2003\-2013 Sébastien Helleu +.sp +WeeChat is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version\&. +.sp +Please read the COPYING file for more information\&. +.sp +Web: http://weechat\&.org/ +.SH "REPORTING BUGS" +.sp +Please report bugs or feature requests at Savannah website: +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +bugs: +http://savannah\&.nongnu\&.org/bugs/?group=weechat +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +feature requests: +http://savannah\&.nongnu\&.org/task/?group=weechat +.RE Modified: head/irc/weechat-devel/pkg-plist ============================================================================== --- head/irc/weechat-devel/pkg-plist Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/pkg-plist Fri Aug 16 18:34:03 2013 (r324811) @@ -1,3 +1,4 @@ +bin/weechat bin/weechat-curses include/weechat/weechat-plugin.h lib/weechat/plugins/alias.so @@ -63,6 +64,7 @@ libdata/pkgconfig/weechat.pc %%NLS%%share/locale/pl/LC_MESSAGES/weechat.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/weechat.mo %%NLS%%share/locale/ru/LC_MESSAGES/weechat.mo +%%NLS%%share/locale/tr/LC_MESSAGES/weechat.mo @dirrmtry lib/weechat/plugins @dirrmtry lib/weechat %%DOCUMENTATION%%@dirrmtry share/doc/weechat From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:40:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B690D41F; Fri, 16 Aug 2013 18:40:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A398E29EC; Fri, 16 Aug 2013 18:40:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIeNJn003286; Fri, 16 Aug 2013 18:40:23 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIeNwt003281; Fri, 16 Aug 2013 18:40:23 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201308161840.r7GIeNwt003281@svn.freebsd.org> From: Xin LI Date: Fri, 16 Aug 2013 18:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324812 - in head/databases/lmdb: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:40:23 -0000 Author: delphij Date: Fri Aug 16 18:40:22 2013 New Revision: 324812 URL: http://svnweb.freebsd.org/changeset/ports/324812 Log: Update to 0.9.7. Modified: head/databases/lmdb/Makefile head/databases/lmdb/distinfo head/databases/lmdb/files/patch-Makefile Modified: head/databases/lmdb/Makefile ============================================================================== --- head/databases/lmdb/Makefile Fri Aug 16 18:34:03 2013 (r324811) +++ head/databases/lmdb/Makefile Fri Aug 16 18:40:22 2013 (r324812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lmdb -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= databases MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy= @@ -18,7 +18,7 @@ MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" GO_ACCOUNT= mdb GO_PROJECT= mdb -GO_TAGNAME= ${PORTNAME:U}_${PORTVERSION:S/./_/g} +GO_TAGNAME= ${PORTNAME:U}_${PORTVERSION} FETCH_ARGS?= -o - > ${DISTDIR}/${DISTFILES} MAN1= mdb_stat.1 mdb_copy.1 Modified: head/databases/lmdb/distinfo ============================================================================== --- head/databases/lmdb/distinfo Fri Aug 16 18:34:03 2013 (r324811) +++ head/databases/lmdb/distinfo Fri Aug 16 18:40:22 2013 (r324812) @@ -1,2 +1,2 @@ -SHA256 (lmdb-0.9.6.tar.gz) = dddbf8de3f1802d6060f14bbcd37397fbebaf10971a20bfe5f2dcb008a44f14d -SIZE (lmdb-0.9.6.tar.gz) = 96903 +SHA256 (lmdb-0.9.7.tar.gz) = 9f054dc62f4b24c85347568196b94501a70b04e4eb54235a0e9ab7a1e3e43390 +SIZE (lmdb-0.9.7.tar.gz) = 108534 Modified: head/databases/lmdb/files/patch-Makefile ============================================================================== --- head/databases/lmdb/files/patch-Makefile Fri Aug 16 18:34:03 2013 (r324811) +++ head/databases/lmdb/files/patch-Makefile Fri Aug 16 18:40:22 2013 (r324812) @@ -1,17 +1,22 @@ ---- ./Makefile.orig 2013-02-25 05:06:51.000000000 -0800 -+++ ./Makefile 2013-03-11 12:29:40.265384057 -0700 -@@ -1,23 +1,21 @@ +--- ./Makefile.orig 2013-08-14 09:57:25.000000000 -0700 ++++ ./Makefile 2013-08-16 11:35:51.697680677 -0700 +@@ -16,14 +16,12 @@ + # There may be other macros in mdb.c of interest. You should + # read mdb.c before changing any of them. + # -CC = gcc W = -W -Wall -Wno-unused-parameter -Wbad-function-cast + THREADS = -pthread OPT = -O2 -g --CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS) +-CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) +CFLAGS = $(XCFLAGS) LDLIBS = SOLIBS = -prefix = /usr/local - IHDRS = lmdb.h - ILIBS = liblmdb.a liblmdb.so + ######################################################################## + +@@ -32,13 +30,13 @@ IPROGS = mdb_stat mdb_copy IDOCS = mdb_stat.1 mdb_copy.1 PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5 @@ -19,18 +24,18 @@ +all: $(ILIBS) $(IPROGS) install: $(ILIBS) $(IPROGS) $(IHDRS) -- cp $(IPROGS) $(DESTDIR)$(prefix)/bin -- cp $(ILIBS) $(DESTDIR)$(prefix)/lib -- cp $(IHDRS) $(DESTDIR)$(prefix)/include -- cp $(IDOCS) $(DESTDIR)$(prefix)/man/man1 -+ ${INSTALL_PROGRAM} $(IPROGS) $(DESTDIR)$(prefix)/bin -+ ${INSTALL_LIB} $(ILIBS) $(DESTDIR)$(prefix)/lib -+ ${INSTALL_DATA} $(IHDRS) $(DESTDIR)$(prefix)/include -+ ${INSTALL_MAN} $(IDOCS) $(DESTDIR)$(prefix)/man/man1 +- for f in $(IPROGS); do cp $$f $(DESTDIR)$(prefix)/bin; done +- for f in $(ILIBS); do cp $$f $(DESTDIR)$(prefix)/lib; done +- for f in $(IHDRS); do cp $$f $(DESTDIR)$(prefix)/include; done +- for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done ++ for f in $(IPROGS); do ${INSTALL_PROGRAM} $$f $(DESTDIR)$(prefix)/bin; done ++ for f in $(ILIBS); do ${INSTALL_LIB} $$f $(DESTDIR)$(prefix)/lib; done ++ for f in $(IHDRS); do ${INSTALL_DATA} $$f $(DESTDIR)$(prefix)/include; done ++ for f in $(IDOCS); do ${INSTALL_MAN} $$f $(DESTDIR)$(prefix)/man/man1; done clean: rm -rf $(PROGS) *.[ao] *.so *~ testdb -@@ -33,7 +31,9 @@ +@@ -54,7 +52,9 @@ $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.o midl.o $(SOLIBS) mdb_stat: mdb_stat.o liblmdb.a From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:52:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6737BA90; Fri, 16 Aug 2013 18:52:45 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54DE32AB8; Fri, 16 Aug 2013 18:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIqjL7009048; Fri, 16 Aug 2013 18:52:45 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIqiKH009046; Fri, 16 Aug 2013 18:52:44 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201308161852.r7GIqiKH009046@svn.freebsd.org> From: Brad Davis Date: Fri, 16 Aug 2013 18:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324813 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:52:45 -0000 Author: brd (doc committer) Date: Fri Aug 16 18:52:44 2013 New Revision: 324813 URL: http://svnweb.freebsd.org/changeset/ports/324813 Log: - Update puppet27 to 2.7.23 which fixes CVE-2013-4761 and CVE-2013-4956 Approved by: swills@ Security: 2b2f6092-0694-11e3-9e8e-000c29f6ae42 Modified: head/sysutils/puppet27/Makefile head/sysutils/puppet27/distinfo Modified: head/sysutils/puppet27/Makefile ============================================================================== --- head/sysutils/puppet27/Makefile Fri Aug 16 18:40:22 2013 (r324812) +++ head/sysutils/puppet27/Makefile Fri Aug 16 18:52:44 2013 (r324813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 2.7.22 +PORTVERSION= 2.7.23 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppet27/distinfo ============================================================================== --- head/sysutils/puppet27/distinfo Fri Aug 16 18:40:22 2013 (r324812) +++ head/sysutils/puppet27/distinfo Fri Aug 16 18:52:44 2013 (r324813) @@ -1,2 +1,2 @@ -SHA256 (puppet-2.7.22.tar.gz) = bfd79c0aecdeea4e1a8573e9325fbcb48778603d908180e88897458f01fe06de -SIZE (puppet-2.7.22.tar.gz) = 2023230 +SHA256 (puppet-2.7.23.tar.gz) = 73bc0d5a2334dc484148141a32274703b65b78bf87ca41f7e2da1c38518ba490 +SIZE (puppet-2.7.23.tar.gz) = 2025639 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:52:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2266B66; Fri, 16 Aug 2013 18:52:54 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF6272AB9; Fri, 16 Aug 2013 18:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIqskj009139; Fri, 16 Aug 2013 18:52:54 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIqsXa009137; Fri, 16 Aug 2013 18:52:54 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201308161852.r7GIqsXa009137@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 16 Aug 2013 18:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324814 - head/www/nginx-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:52:55 -0000 Author: osa Date: Fri Aug 16 18:52:54 2013 New Revision: 324814 URL: http://svnweb.freebsd.org/changeset/ports/324814 Log: Update from 1.5.2 to 1.5.3. Temporary ignore following third-party modules support: o) HTTP_UPSTREAM_STICKY o) DRIZZLE o) POSTGRES o) RTMP o) SYSLOG o) TCP_PROXY *) Change in internal API: now u->length defaults to -1 if working with backends in unbuffered mode. *) Change: now after receiving an incomplete response from a backend server nginx tries to send an available part of the response to a client, and then closes client connection. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_spdy_module was used with the "client_body_in_file_only" directive. *) Bugfix: the "so_keepalive" parameter of the "listen" directive might be handled incorrectly on DragonFlyBSD. Thanks to Sepherosa Ziehau. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: in the ngx_http_sub_filter_module. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Aug 16 18:52:44 2013 (r324813) +++ head/www/nginx-devel/Makefile Fri Aug 16 18:52:54 2013 (r324814) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -536,6 +536,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} +IGNORE= HTTP_UPSTREAM_STICKY: update require USE_HTTP_SSL= yes NGINX_UPSTREAM_STICKY_VERSION= 1.1 MASTER_SITES+= http://nginx-sticky-module.googlecode.com/files/:upstreamsticky @@ -556,6 +557,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/m .endif .if ${PORT_OPTIONS:MDRIZZLE} +IGNORE= DRIZZLE: update require LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/libdrizzle NGINX_DRIZZLE_VERSION= 0.1.5 GIT_DRIZZLE_VERSION= 0-g943c915 @@ -668,6 +670,7 @@ CFLAGS+= -DNDEBUG .endif .if ${PORT_OPTIONS:MPOSTGRES} +IGNORE= POSTGRES: update require USE_PGSQL= yes NGINX_POSTGRES_VERSION= 0.9 MASTER_SITES+= http://labs.frickle.com/files/:postgres @@ -704,6 +707,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MRTMP} +IGNORE= RTMP: update require NGINX_RTMP_VERSION= 1.0.1 GIT_RTMP_VERSION= 0-g421d9ff FETCH_ARGS= -pRr @@ -755,13 +759,14 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .endif .if ${PORT_OPTIONS:MSYSLOG_SUPPORT} -IGNORE= update require +IGNORE= SYSLOG: update require NGINX_SYSLOG_SUPPORT_FACILITY?= LOG_DAEMON CONFIGURE_ARGS+=--with-syslog --with-syslog-facility=${NGINX_SYSLOG_SUPPORT_FACILITY} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-syslog_support .endif .if ${PORT_OPTIONS:MTCP_PROXY} +IGNORE= TCP_PROXY: update require NGINX_TCP_PROXY_VERSION= 0.26 GIT_TCP_PROXY_VERSION= 0-gb83e5a6 FETCH_ARGS= -pRr Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Aug 16 18:52:44 2013 (r324813) +++ head/www/nginx-devel/distinfo Fri Aug 16 18:52:54 2013 (r324814) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.2.tar.gz) = 90c2296920e52d56f3c6ba0f46f8ab33d2a78161001407c542c268db66078324 -SIZE (nginx-1.5.2.tar.gz) = 769040 +SHA256 (nginx-1.5.3.tar.gz) = edcdf2030750b4eb1ba8cd79365c16a3e33e6136b7fdd8a1a7b4082397f4e92b +SIZE (nginx-1.5.3.tar.gz) = 769755 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 19:14:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6394199; Fri, 16 Aug 2013 19:14:57 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D24122BAF; Fri, 16 Aug 2013 19:14:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GJEvhh017538; Fri, 16 Aug 2013 19:14:57 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GJEure017527; Fri, 16 Aug 2013 19:14:56 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201308161914.r7GJEure017527@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 16 Aug 2013 19:14:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324815 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 19:14:58 -0000 Author: osa Date: Fri Aug 16 19:14:55 2013 New Revision: 324815 URL: http://svnweb.freebsd.org/changeset/ports/324815 Log: Update from 4.0.10 to 4.0.13: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx-devel/Makefile Fri Aug 16 19:14:55 2013 (r324815) @@ -658,7 +658,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.10 +PASSENGER_VERSION= 4.0.13 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx-devel/distinfo Fri Aug 16 19:14:55 2013 (r324815) @@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.4.tar.gz) SIZE (modsecurity-apache_2.7.4.tar.gz) = 1014983 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.10.tar.gz) = e83248bb54769fff87ad4778277240153f9972d9d5fb8fcda2eec45feb51dcc6 -SIZE (passenger-4.0.10.tar.gz) = 3623488 +SHA256 (passenger-4.0.13.tar.gz) = 528b734bba041a7f1af7327534f9d5c22b581e477b19b49646cfc6c5a43e5a96 +SIZE (passenger-4.0.13.tar.gz) = 3867086 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Fri Aug 16 19:14:55 2013 (r324815) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.10/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 -+++ ../passenger-4.0.10/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 +--- ../passenger-4.0.13/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 ++++ ../passenger-4.0.13/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 @@ -24,14 +24,11 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx/Makefile Fri Aug 16 19:14:55 2013 (r324815) @@ -656,7 +656,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.10 +PASSENGER_VERSION= 4.0.13 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx/distinfo Fri Aug 16 19:14:55 2013 (r324815) @@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.4.tar.gz) SIZE (modsecurity-apache_2.7.4.tar.gz) = 1014983 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.10.tar.gz) = e83248bb54769fff87ad4778277240153f9972d9d5fb8fcda2eec45feb51dcc6 -SIZE (passenger-4.0.10.tar.gz) = 3623488 +SHA256 (passenger-4.0.13.tar.gz) = 528b734bba041a7f1af7327534f9d5c22b581e477b19b49646cfc6c5a43e5a96 +SIZE (passenger-4.0.13.tar.gz) = 3867086 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Fri Aug 16 19:14:55 2013 (r324815) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.10/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 -+++ ../passenger-4.0.10/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 +--- ../passenger-4.0.13/build/nginx.rb.orig 2013-05-28 01:13:38.000000000 +0400 ++++ ../passenger-4.0.13/build/nginx.rb 2013-05-28 19:21:20.000000000 +0400 @@ -24,14 +24,11 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/rubygem-passenger/Makefile Fri Aug 16 19:14:55 2013 (r324815) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 4.0.13 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -80,7 +79,7 @@ post-install: s!#{PlatformInfo.debugging_cflags}!${CFLAGS}!g; \ s!-O2!!g; \ s! -feliminate-unused-debug-symbols -feliminate-unused-debug-types!!g; \ - 190,192s!true!false!' \ + 196,198s!true!false!' \ ${PREFIX}/${GEM_LIB_DIR}/build/basics.rb .if ${PORT_OPTIONS:NDEBUG} @${REINPLACE_CMD} \ Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Fri Aug 16 18:52:54 2013 (r324814) +++ head/www/rubygem-passenger/distinfo Fri Aug 16 19:14:55 2013 (r324815) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-4.0.10.gem) = e8e64a8047fc6d336c92296d5dfea3f33c11938fb6633702aff004ae2f350883 -SIZE (rubygem/passenger-4.0.10.gem) = 3667968 +SHA256 (rubygem/passenger-4.0.13.gem) = 3c292006805b67c61a650ff0a6ea8d4dfe497c6b00ccdece5c7079571d02875e +SIZE (rubygem/passenger-4.0.13.gem) = 3909632 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 19:35:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13E69D2E; Fri, 16 Aug 2013 19:35:30 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00D042CD6; Fri, 16 Aug 2013 19:35:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GJZTFC025131; Fri, 16 Aug 2013 19:35:29 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GJZTEB025127; Fri, 16 Aug 2013 19:35:29 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201308161935.r7GJZTEB025127@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 16 Aug 2013 19:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324816 - in head/www: nginx nginx-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 19:35:30 -0000 Author: osa Date: Fri Aug 16 19:35:28 2013 New Revision: 324816 URL: http://svnweb.freebsd.org/changeset/ports/324816 Log: Update third-party rtmp module from 1.0.1 to 1.0.2. Enable it for www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Aug 16 19:14:55 2013 (r324815) +++ head/www/nginx-devel/Makefile Fri Aug 16 19:35:28 2013 (r324816) @@ -707,9 +707,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MRTMP} -IGNORE= RTMP: update require -NGINX_RTMP_VERSION= 1.0.1 -GIT_RTMP_VERSION= 0-g421d9ff +NGINX_RTMP_VERSION= 1.0.2 +GIT_RTMP_VERSION= 0-ge1ec6d2 FETCH_ARGS= -pRr MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/tarball/v${NGINX_RTMP_VERSION}/:rtmp DISTFILES+= arut-rtmp-nginx-module-v${NGINX_RTMP_VERSION}-${GIT_RTMP_VERSION}.tar.gz:rtmp Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Aug 16 19:14:55 2013 (r324815) +++ head/www/nginx-devel/distinfo Fri Aug 16 19:35:28 2013 (r324816) @@ -84,8 +84,8 @@ SHA256 (agentzh-rds-json-nginx-module-v0 SIZE (agentzh-rds-json-nginx-module-v0.12rc10-0-g74c21b3.tar.gz) = 32794 SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897 SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 -SHA256 (arut-rtmp-nginx-module-v1.0.1-0-g421d9ff.tar.gz) = 40a01313fc35d1a2a09559fd5795efce9e69a483164912661899dec6b35f3a2a -SIZE (arut-rtmp-nginx-module-v1.0.1-0-g421d9ff.tar.gz) = 445856 +SHA256 (arut-rtmp-nginx-module-v1.0.2-0-ge1ec6d2.tar.gz) = 579d2885897cd123be8f19a60b307dd9d24863ac16c24376d8856c56bce58e0f +SIZE (arut-rtmp-nginx-module-v1.0.2-0-ge1ec6d2.tar.gz) = 446979 SHA256 (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 7ade6dc6d18b5ab3c2e21a4a1139359e351525ac03f34e2508e5704f157024bd SIZE (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 37053 SHA256 (nginx-sflow-module-0.9.6.tar.gz) = 5e80d1f8e5ba0963445d8245e09de0cf289936ae9feecb11c5e3a77d021f1ad0 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Aug 16 19:14:55 2013 (r324815) +++ head/www/nginx/Makefile Fri Aug 16 19:35:28 2013 (r324816) @@ -704,8 +704,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MRTMP} -NGINX_RTMP_VERSION= 1.0.1 -GIT_RTMP_VERSION= 0-g421d9ff +NGINX_RTMP_VERSION= 1.0.2 +GIT_RTMP_VERSION= 0-ge1ec6d2 FETCH_ARGS= -pRr MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/tarball/v${NGINX_RTMP_VERSION}/:rtmp DISTFILES+= arut-rtmp-nginx-module-v${NGINX_RTMP_VERSION}-${GIT_RTMP_VERSION}.tar.gz:rtmp Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Aug 16 19:14:55 2013 (r324815) +++ head/www/nginx/distinfo Fri Aug 16 19:35:28 2013 (r324816) @@ -84,8 +84,8 @@ SHA256 (agentzh-rds-json-nginx-module-v0 SIZE (agentzh-rds-json-nginx-module-v0.12rc10-0-g74c21b3.tar.gz) = 32794 SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897 SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 -SHA256 (arut-rtmp-nginx-module-v1.0.1-0-g421d9ff.tar.gz) = 40a01313fc35d1a2a09559fd5795efce9e69a483164912661899dec6b35f3a2a -SIZE (arut-rtmp-nginx-module-v1.0.1-0-g421d9ff.tar.gz) = 445856 +SHA256 (arut-rtmp-nginx-module-v1.0.2-0-ge1ec6d2.tar.gz) = 579d2885897cd123be8f19a60b307dd9d24863ac16c24376d8856c56bce58e0f +SIZE (arut-rtmp-nginx-module-v1.0.2-0-ge1ec6d2.tar.gz) = 446979 SHA256 (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 7ade6dc6d18b5ab3c2e21a4a1139359e351525ac03f34e2508e5704f157024bd SIZE (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 37053 SHA256 (nginx-sflow-module-0.9.6.tar.gz) = 5e80d1f8e5ba0963445d8245e09de0cf289936ae9feecb11c5e3a77d021f1ad0 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 21:50:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CEABEBA; Fri, 16 Aug 2013 21:50:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7B7231B; Fri, 16 Aug 2013 21:50:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GLoSq6074886; Fri, 16 Aug 2013 21:50:28 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GLoSus074884; Fri, 16 Aug 2013 21:50:28 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201308162150.r7GLoSus074884@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 16 Aug 2013 21:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324817 - head/textproc/libwpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 21:50:29 -0000 Author: jkim Date: Fri Aug 16 21:50:28 2013 New Revision: 324817 URL: http://svnweb.freebsd.org/changeset/ports/324817 Log: Update to 0.9.9. Modified: head/textproc/libwpd/Makefile head/textproc/libwpd/distinfo Modified: head/textproc/libwpd/Makefile ============================================================================== --- head/textproc/libwpd/Makefile Fri Aug 16 19:35:28 2013 (r324816) +++ head/textproc/libwpd/Makefile Fri Aug 16 21:50:28 2013 (r324817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwpd -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,12 +12,12 @@ COMMENT= Tools for importing and exporti LICENSE= LGPL21 MPL LICENSE_COMB= dual -USE_BZIP2= yes GNU_CONFIGURE= yes +USE_BZIP2= yes USE_GNOME= gnomehack libgsf USE_LDCONFIG= yes -CONFIGURE_ARGS+=--disable-werror --without-docs +CONFIGURE_ARGS= --without-docs PLIST_SUB= MAJVER=${PORTVERSION:R} post-patch: Modified: head/textproc/libwpd/distinfo ============================================================================== --- head/textproc/libwpd/distinfo Fri Aug 16 19:35:28 2013 (r324816) +++ head/textproc/libwpd/distinfo Fri Aug 16 21:50:28 2013 (r324817) @@ -1,2 +1,2 @@ -SHA256 (libwpd-0.9.8.tar.bz2) = 489541f969b3c54bca863a986eb4c322cd480af946fff17f922022234c985304 -SIZE (libwpd-0.9.8.tar.bz2) = 698026 +SHA256 (libwpd-0.9.9.tar.bz2) = 210c216bbbf67603f891373362ec0427aeb36bfcaf881d43433db85ca2160d7c +SIZE (libwpd-0.9.9.tar.bz2) = 684918 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:37:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 623C5427; Fri, 16 Aug 2013 22:37:37 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 402E52535; Fri, 16 Aug 2013 22:37:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMbbpo093079; Fri, 16 Aug 2013 22:37:37 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMba8Q093073; Fri, 16 Aug 2013 22:37:36 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308162237.r7GMba8Q093073@svn.freebsd.org> From: Cy Schubert Date: Fri, 16 Aug 2013 22:37:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324818 - in head/x11-toolkits/p5-Tk: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:37:37 -0000 Author: cy Date: Fri Aug 16 22:37:36 2013 New Revision: 324818 URL: http://svnweb.freebsd.org/changeset/ports/324818 Log: Update 804.030 --> 804.031 This fixes build under perl5.18. Reviewed by: perl@ mailing list Modified: head/x11-toolkits/p5-Tk/Makefile head/x11-toolkits/p5-Tk/distinfo head/x11-toolkits/p5-Tk/files/patch-PNG_Makefile.PL head/x11-toolkits/p5-Tk/pkg-plist Modified: head/x11-toolkits/p5-Tk/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk/Makefile Fri Aug 16 21:50:28 2013 (r324817) +++ head/x11-toolkits/p5-Tk/Makefile Fri Aug 16 22:37:36 2013 (r324818) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tk -PORTVERSION= 804.030 -PORTREVISION= 1 +PORTVERSION= 804.031 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -42,7 +41,6 @@ MAN3= Tie::Watch.3 \ Tk::Clipboard.3 \ Tk::CmdLine.3 \ Tk::ColorEditor.3 \ - Tk::Common.3 \ Tk::Compound.3 \ Tk::ConfigSpecs.3 \ Tk::DItem.3 \ @@ -93,7 +91,6 @@ MAN3= Tie::Watch.3 \ Tk::Scrolled.3 \ Tk::Spinbox.3 \ Tk::Submethods.3 \ - Tk::SunConst.3 \ Tk::TList.3 \ Tk::Table.3 \ Tk::Tcl-perl.3 \ Modified: head/x11-toolkits/p5-Tk/distinfo ============================================================================== --- head/x11-toolkits/p5-Tk/distinfo Fri Aug 16 21:50:28 2013 (r324817) +++ head/x11-toolkits/p5-Tk/distinfo Fri Aug 16 22:37:36 2013 (r324818) @@ -1,2 +1,2 @@ -SHA256 (Tk-804.030.tar.gz) = 8b3d55ae2e9ae950a170cd46399660064920d6d7c3ba167bca40e533d26e8d78 -SIZE (Tk-804.030.tar.gz) = 6928048 +SHA256 (Tk-804.031.tar.gz) = ce8d857a82a77f6bad3f94c1a8c3e3f32d5489bfb41619c3b8cae00103428054 +SIZE (Tk-804.031.tar.gz) = 6932339 Modified: head/x11-toolkits/p5-Tk/files/patch-PNG_Makefile.PL ============================================================================== --- head/x11-toolkits/p5-Tk/files/patch-PNG_Makefile.PL Fri Aug 16 21:50:28 2013 (r324817) +++ head/x11-toolkits/p5-Tk/files/patch-PNG_Makefile.PL Fri Aug 16 22:37:36 2013 (r324818) @@ -1,22 +1,13 @@ ---- PNG/Makefile.PL.orig 2010-01-12 08:23:36.000000000 -0500 -+++ PNG/Makefile.PL 2010-01-12 08:26:18.000000000 -0500 -@@ -16,7 +16,7 @@ - } +--- PNG/Makefile.PL.orig 2013-05-21 06:25:13.000000000 -0700 ++++ PNG/Makefile.PL 2013-08-16 13:56:20.750936409 -0700 +@@ -23,8 +23,8 @@ + chomp($libpng_libs = `pkg-config --libs libpng`); + } else { + warn "'pkg-config libpng' failed, continue with fallback values for cflags and libs...\n"; +- $libpng_cflags = '-I/usr/local/include'; +- $libpng_libs = '-lpng -lz -lm'; ++ $libpng_cflags = '-I%%LOCALBASE%%/include'; ++ $libpng_libs = '-L%%LOCALBASE%%/lib -lpng -lz -lm'; + } if ($Tk::MMtry::VERSION ge '4.007' && -- try_run("config/has_png.c",['-I/usr/local/include'],['-lpng -lz -lm'])) -+ try_run("config/has_png.c",['-I%%LOCALBASE%%/include'],['-L%%LOCALBASE%%/lib -lpng -lz -lm'])) - { - Tk::MMutil::TkExtMakefile( - NAME => 'Tk::PNG', -@@ -24,8 +24,8 @@ - XS_VERSION => $Tk::Config::VERSION, - dist => { COMPRESS => 'gzip -f9', SUFFIX => '.gz' }, - OBJECT => '$(O_FILES)', -- INC => '-I/usr/local/include', -- LIBS => ['-lpng -lz -lm'], -+ INC => '-I%%LOCALBASE%%/include', -+ LIBS => ['-L%%LOCALBASE%%/lib -lpng -lz -lm'], - ); - } - else Modified: head/x11-toolkits/p5-Tk/pkg-plist ============================================================================== --- head/x11-toolkits/p5-Tk/pkg-plist Fri Aug 16 21:50:28 2013 (r324817) +++ head/x11-toolkits/p5-Tk/pkg-plist Fri Aug 16 22:37:36 2013 (r324818) @@ -32,7 +32,6 @@ bin/widget %%SITE_PERL%%/%%PERL_ARCH%%/Tk/ColorEdit.xpm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/ColorEditor.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/ColorEditor.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Tk/Common.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Compound.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Compound.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Config.pm @@ -51,9 +50,11 @@ bin/widget %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Dirlist.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/Common.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/Common.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/LocalDrop.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/Rect.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/SunConst.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/SunConst.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/SunDrop.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/SunSite.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/DragDrop/XDNDDrop.pm @@ -154,7 +155,6 @@ bin/widget %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Stats.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Submethods.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Submethods.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Tk/SunConst.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TList.pm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TList.pod %%SITE_PERL%%/%%PERL_ARCH%%/Tk/Table.pm From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:40:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7D2C546; Fri, 16 Aug 2013 22:40:22 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3CBF254E; Fri, 16 Aug 2013 22:40:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMeMew094574; Fri, 16 Aug 2013 22:40:22 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMeMdp094272; Fri, 16 Aug 2013 22:40:22 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162240.r7GMeMdp094272@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 22:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324819 - head/math/octave-forge-statistics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:40:22 -0000 Author: stephen Date: Fri Aug 16 22:40:22 2013 New Revision: 324819 URL: http://svnweb.freebsd.org/changeset/ports/324819 Log: - Update to 1.2.2. Modified: head/math/octave-forge-statistics/Makefile head/math/octave-forge-statistics/distinfo Modified: head/math/octave-forge-statistics/Makefile ============================================================================== --- head/math/octave-forge-statistics/Makefile Fri Aug 16 22:37:36 2013 (r324818) +++ head/math/octave-forge-statistics/Makefile Fri Aug 16 22:40:22 2013 (r324819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-statistics -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-statistics/distinfo ============================================================================== --- head/math/octave-forge-statistics/distinfo Fri Aug 16 22:37:36 2013 (r324818) +++ head/math/octave-forge-statistics/distinfo Fri Aug 16 22:40:22 2013 (r324819) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/statistics-1.2.1.tar.gz) = ad81408825a99d4cafcf254961097e2e3ba4360f9347d29f6375724ba3d0282b -SIZE (octave-forge/statistics-1.2.1.tar.gz) = 95903 +SHA256 (octave-forge/statistics-1.2.2.tar.gz) = 87219eeff132657952579044bca84e85e39c9c4a699dc2d5d51a86fc40d06be2 +SIZE (octave-forge/statistics-1.2.2.tar.gz) = 95900 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:41:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B23A762B; Fri, 16 Aug 2013 22:41:02 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E54D2576; Fri, 16 Aug 2013 22:41:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMf2qc095734; Fri, 16 Aug 2013 22:41:02 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMf2HV095732; Fri, 16 Aug 2013 22:41:02 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162241.r7GMf2HV095732@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 22:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324820 - head/math/octave-forge-splines X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:41:02 -0000 Author: stephen Date: Fri Aug 16 22:41:01 2013 New Revision: 324820 URL: http://svnweb.freebsd.org/changeset/ports/324820 Log: - Update to 1.2.4. Modified: head/math/octave-forge-splines/Makefile head/math/octave-forge-splines/distinfo Modified: head/math/octave-forge-splines/Makefile ============================================================================== --- head/math/octave-forge-splines/Makefile Fri Aug 16 22:40:22 2013 (r324819) +++ head/math/octave-forge-splines/Makefile Fri Aug 16 22:41:01 2013 (r324820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-splines -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-splines/distinfo ============================================================================== --- head/math/octave-forge-splines/distinfo Fri Aug 16 22:40:22 2013 (r324819) +++ head/math/octave-forge-splines/distinfo Fri Aug 16 22:41:01 2013 (r324820) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/splines-1.2.2.tar.gz) = 3a84a2583037845bed0ac20976252c7c6703c37df30ce92a9c1f190aee2be47b -SIZE (octave-forge/splines-1.2.2.tar.gz) = 23498 +SHA256 (octave-forge/splines-1.2.4.tar.gz) = f9494e0fbc2dba1416fd51afa2ef0fad07311269b446305aef2583e04284baf0 +SIZE (octave-forge/splines-1.2.4.tar.gz) = 24650 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:41:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65EA173C; Fri, 16 Aug 2013 22:41:44 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 524D8258A; Fri, 16 Aug 2013 22:41:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMfiSL095899; Fri, 16 Aug 2013 22:41:44 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMfhHo095897; Fri, 16 Aug 2013 22:41:43 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162241.r7GMfhHo095897@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 22:41:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324821 - head/math/octave-forge-control X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:41:44 -0000 Author: stephen Date: Fri Aug 16 22:41:43 2013 New Revision: 324821 URL: http://svnweb.freebsd.org/changeset/ports/324821 Log: - Update 2.4.4. Modified: head/math/octave-forge-control/Makefile head/math/octave-forge-control/distinfo Modified: head/math/octave-forge-control/Makefile ============================================================================== --- head/math/octave-forge-control/Makefile Fri Aug 16 22:41:01 2013 (r324820) +++ head/math/octave-forge-control/Makefile Fri Aug 16 22:41:43 2013 (r324821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-control -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-control/distinfo ============================================================================== --- head/math/octave-forge-control/distinfo Fri Aug 16 22:41:01 2013 (r324820) +++ head/math/octave-forge-control/distinfo Fri Aug 16 22:41:43 2013 (r324821) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/control-2.4.3.tar.gz) = 6caedc146ef2d6e066abdd6f87f9290e075257db4a12e82b05c8bd239c757b4f -SIZE (octave-forge/control-2.4.3.tar.gz) = 3341441 +SHA256 (octave-forge/control-2.4.4.tar.gz) = bc0eb64443f677d83d50785206636f5c05005ef69cc97fed2b00c70b0319799a +SIZE (octave-forge/control-2.4.4.tar.gz) = 3359882 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:42:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 632BA822; Fri, 16 Aug 2013 22:42:34 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FEEC258F; Fri, 16 Aug 2013 22:42:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMgY6f096089; Fri, 16 Aug 2013 22:42:34 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMgXCx096087; Fri, 16 Aug 2013 22:42:33 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162242.r7GMgXCx096087@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 22:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324822 - head/math/octave-forge-io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:42:34 -0000 Author: stephen Date: Fri Aug 16 22:42:33 2013 New Revision: 324822 URL: http://svnweb.freebsd.org/changeset/ports/324822 Log: - Update to 1.2.3. Modified: head/math/octave-forge-io/Makefile head/math/octave-forge-io/distinfo Modified: head/math/octave-forge-io/Makefile ============================================================================== --- head/math/octave-forge-io/Makefile Fri Aug 16 22:41:43 2013 (r324821) +++ head/math/octave-forge-io/Makefile Fri Aug 16 22:42:33 2013 (r324822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-io -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-io/distinfo ============================================================================== --- head/math/octave-forge-io/distinfo Fri Aug 16 22:41:43 2013 (r324821) +++ head/math/octave-forge-io/distinfo Fri Aug 16 22:42:33 2013 (r324822) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/io-1.2.2.tar.gz) = a1f3f63eb31773a3fdbaa60ecfdf9f3ad1f1423252589084b6d10b2b61970e01 -SIZE (octave-forge/io-1.2.2.tar.gz) = 186967 +SHA256 (octave-forge/io-1.2.3.tar.gz) = d0766a2b665f5263518f2b74378ce34a280ef75cbffb79404ac85bb26b2162a3 +SIZE (octave-forge/io-1.2.3.tar.gz) = 187911 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 22:43:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F0DF926; Fri, 16 Aug 2013 22:43:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C88725A2; Fri, 16 Aug 2013 22:43:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GMhFvd096268; Fri, 16 Aug 2013 22:43:15 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GMhFhg096266; Fri, 16 Aug 2013 22:43:15 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162243.r7GMhFhg096266@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 22:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324823 - head/math/octave-forge-fits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 22:43:16 -0000 Author: stephen Date: Fri Aug 16 22:43:15 2013 New Revision: 324823 URL: http://svnweb.freebsd.org/changeset/ports/324823 Log: - Update to 1.0.3. Modified: head/math/octave-forge-fits/Makefile head/math/octave-forge-fits/distinfo Modified: head/math/octave-forge-fits/Makefile ============================================================================== --- head/math/octave-forge-fits/Makefile Fri Aug 16 22:42:33 2013 (r324822) +++ head/math/octave-forge-fits/Makefile Fri Aug 16 22:43:15 2013 (r324823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-fits -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Octave-forge package ${OCTAVE_P # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${DISTNAME} +OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src Modified: head/math/octave-forge-fits/distinfo ============================================================================== --- head/math/octave-forge-fits/distinfo Fri Aug 16 22:42:33 2013 (r324822) +++ head/math/octave-forge-fits/distinfo Fri Aug 16 22:43:15 2013 (r324823) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/fits-1.0.2.tar.gz) = c85c16ffff2a513ae2242d3ce80beffde79db0fb5efe5090c82b5705813d5d1c -SIZE (octave-forge/fits-1.0.2.tar.gz) = 16737 +SHA256 (octave-forge/fits-1.0.3.tar.gz) = 5636b93a151e6dfc8dd97cd89166c40b1b1dae47a6c4568f5b99db293d72fd56 +SIZE (octave-forge/fits-1.0.3.tar.gz) = 16605 From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 23:43:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CCB9F4E; Fri, 16 Aug 2013 23:43:29 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ABA227DE; Fri, 16 Aug 2013 23:43:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GNhTv6019250; Fri, 16 Aug 2013 23:43:29 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GNhSJV019244; Fri, 16 Aug 2013 23:43:28 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162343.r7GNhSJV019244@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 23:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324824 - in head: . graphics/opendx math/octave-forge-octcdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 23:43:29 -0000 Author: stephen Date: Fri Aug 16 23:43:28 2013 New Revision: 324824 URL: http://svnweb.freebsd.org/changeset/ports/324824 Log: - Change dependency science/netcdf to science/netcdf4. - Fix some portlint errors. Modified: head/UPDATING head/graphics/opendx/Makefile head/math/octave-forge-octcdf/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Aug 16 22:43:15 2013 (r324823) +++ head/UPDATING Fri Aug 16 23:43:28 2013 (r324824) @@ -5,6 +5,15 @@ 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. +20130816: + AFFECTS: users of graphics/opendx and math/octave-forge-octcdf + AUTHOR: stephen@FreeBSD.org + + These two ports have changed the science/netcdf dependency to + science/netcdf4. It is recommended that the science/netcdf package + be deinstalled before rebuilding these ports, otherwise you are likely + to face port conflicts when building future ports. + 20130806: AFFECTS: users of devel/eric4 AUTHOR: bsam@FreeBSD.org Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Fri Aug 16 22:43:15 2013 (r324823) +++ head/graphics/opendx/Makefile Fri Aug 16 23:43:28 2013 (r324824) @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -12,10 +12,10 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ - tiff.4:${PORTSDIR}/graphics/tiff \ - cdf.0:${PORTSDIR}/science/cdf + tiff:${PORTSDIR}/graphics/tiff \ + cdf:${PORTSDIR}/science/cdf -USE_XORG= xinerama xext xpm xmu sm ice +USE_XORG= xinerama xext xpm xmu sm ice USES= bison motif gmake USE_GCC= any USE_GL= yes @@ -33,13 +33,13 @@ IGNORE= HDF and NETCDF are conflicting .endif .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf:${PORTSDIR}/science/hdf .else CONFIGURE_ARGS+= --without-hdf .endif .if !defined(WITHOUT_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 .else CONFIGURE_ARGS+= --without-netcdf .endif Modified: head/math/octave-forge-octcdf/Makefile ============================================================================== --- head/math/octave-forge-octcdf/Makefile Fri Aug 16 22:43:15 2013 (r324823) +++ head/math/octave-forge-octcdf/Makefile Fri Aug 16 23:43:28 2013 (r324824) @@ -3,6 +3,7 @@ PORTNAME= octave-forge-octcdf PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,7 +15,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 .include "${.CURDIR}/../../Mk/bsd.octave.mk" From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 23:53:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4531711F; Fri, 16 Aug 2013 23:53:10 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 321EE282F; Fri, 16 Aug 2013 23:53:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GNrAiL022995; Fri, 16 Aug 2013 23:53:10 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GNr9OG022987; Fri, 16 Aug 2013 23:53:09 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308162353.r7GNr9OG022987@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 16 Aug 2013 23:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324825 - in head/math: . octave-forge-netcdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 23:53:10 -0000 Author: stephen Date: Fri Aug 16 23:53:08 2013 New Revision: 324825 URL: http://svnweb.freebsd.org/changeset/ports/324825 Log: - New port math/octave-forge-netcdf 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 netcdf: A MATLAB compatible NetCDF interface for Octave. Added: head/math/octave-forge-netcdf/ head/math/octave-forge-netcdf/Makefile (contents, props changed) head/math/octave-forge-netcdf/distinfo (contents, props changed) head/math/octave-forge-netcdf/pkg-descr (contents, props changed) head/math/octave-forge-netcdf/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Aug 16 23:43:28 2013 (r324824) +++ head/math/Makefile Fri Aug 16 23:53:08 2013 (r324825) @@ -321,6 +321,7 @@ SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan SUBDIR += octave-forge-ncarray + SUBDIR += octave-forge-netcdf SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs Added: head/math/octave-forge-netcdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-netcdf/Makefile Fri Aug 16 23:53:08 2013 (r324825) @@ -0,0 +1,25 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-netcdf +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 + +.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-netcdf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-netcdf/distinfo Fri Aug 16 23:53:08 2013 (r324825) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/netcdf-1.0.0.tar.gz) = e3235ce7767666e6424cb3bf3338a0346243eaea4a3ad6ecd742a1638704f81e +SIZE (octave-forge/netcdf-1.0.0.tar.gz) = 68266 Added: head/math/octave-forge-netcdf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-netcdf/pkg-descr Fri Aug 16 23:53:08 2013 (r324825) @@ -0,0 +1,10 @@ +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 netcdf. + + A MATLAB compatible NetCDF interface for Octave. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-netcdf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-netcdf/pkg-plist Fri Aug 16 23:53:08 2013 (r324825) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 00:06:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3E7653C0; Sat, 17 Aug 2013 00:06:17 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 119BD28E3; Sat, 17 Aug 2013 00:06:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H06GUO027603; Sat, 17 Aug 2013 00:06:16 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H06GeI027602; Sat, 17 Aug 2013 00:06:16 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308170006.r7H06GeI027602@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 17 Aug 2013 00:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324826 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 00:06:17 -0000 Author: stephen Date: Sat Aug 17 00:06:16 2013 New Revision: 324826 URL: http://svnweb.freebsd.org/changeset/ports/324826 Log: - Add optional dependency math/octave-forge-netcdf. - Update to 20130816. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Fri Aug 16 23:53:08 2013 (r324825) +++ head/math/octave-forge/Makefile Sat Aug 17 00:06:16 2013 (r324826) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20130203 +PORTVERSION= 20130816 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -18,12 +18,12 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH GENERATE_HTML GNUPLOT GSL IDENT IMAGE INFORMATIONTHEORY \ INTEGRATION IO IRSA JAVA LINEAR_ALGEBRA LSSA MAPPING \ MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH MULTICORE NAN \ - NCARRAY NLWING2 NNET NURBS OCS OCT2MAT OCTCDF OCTCLIP OCTGPR \ - OCTPROJ ODEBVP ODEPKG OPTIM OPTIMINTERP OUTLIERS PARALLEL \ - PDB PLOT PT_BR QUATERNION QUEUEING SECS1D SECS2D SECS3D \ - SIGNAL SIMP SOCKETS SPECFUN SPECIAL_MATRIX SPLINE_GCVSPL \ - SPLINES STATISTICS STRINGS STRUCT SYMBAND SYMBOLIC \ - TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY + NCARRAY NETCDF NLWING2 NNET NURBS OCS OCT2MAT OCTCDF OCTCLIP \ + OCTGPR OCTPROJ ODEBVP ODEPKG OPTIM OPTIMINTERP OUTLIERS \ + PARALLEL PDB PLOT PT_BR QUATERNION QUEUEING SECS1D SECS2D \ + SECS3D SIGNAL SIMP SOCKETS SPECFUN SPECIAL_MATRIX \ + SPLINE_GCVSPL SPLINES STATISTICS STRINGS STRUCT SYMBAND \ + SYMBOLIC TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY ACTUARIAL_DESC= Install package: actuarial AD_DESC= Install package: ad @@ -71,6 +71,7 @@ MSH_DESC= Install package: msh MULTICORE_DESC= Install package: multicore NAN_DESC= Install package: nan NCARRAY_DESC= Install package: ncarray +NETCDF_DESC= Install package: netcdf NLWING2_DESC= Install package: nlwing2 NNET_DESC= Install package: nnet NURBS_DESC= Install package: nurbs @@ -254,6 +255,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz .if ${PORT_OPTIONS:MNCARRAY} RUN_DEPENDS+= ${TARBALLS_DIR}/ncarray.tar.gz:${PORTSDIR}/math/octave-forge-ncarray .endif +.if ${PORT_OPTIONS:MNETCDF} +RUN_DEPENDS+= ${TARBALLS_DIR}/netcdf.tar.gz:${PORTSDIR}/math/octave-forge-netcdf +.endif .if ${PORT_OPTIONS:MNLWING2} RUN_DEPENDS+= ${TARBALLS_DIR}/nlwing2.tar.gz:${PORTSDIR}/math/octave-forge-nlwing2 .endif From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 00:16:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A5F081D; Sat, 17 Aug 2013 00:16:13 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 378AB2974; Sat, 17 Aug 2013 00:16:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H0GD2l031624; Sat, 17 Aug 2013 00:16:13 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H0GDX4031623; Sat, 17 Aug 2013 00:16:13 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201308170016.r7H0GDX4031623@svn.freebsd.org> From: Cy Schubert Date: Sat, 17 Aug 2013 00:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324827 - head/x11-toolkits/p5-Tk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 00:16:13 -0000 Author: cy Date: Sat Aug 17 00:16:12 2013 New Revision: 324827 URL: http://svnweb.freebsd.org/changeset/ports/324827 Log: PLIST fixup. Modified: head/x11-toolkits/p5-Tk/Makefile Modified: head/x11-toolkits/p5-Tk/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk/Makefile Sat Aug 17 00:06:16 2013 (r324826) +++ head/x11-toolkits/p5-Tk/Makefile Sat Aug 17 00:16:12 2013 (r324827) @@ -3,6 +3,7 @@ PORTNAME= Tk PORTVERSION= 804.031 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -48,6 +49,8 @@ MAN3= Tie::Watch.3 \ Tk::Dialog.3 \ Tk::DialogBox.3 \ Tk::DirTree.3 \ + Tk::DragDrop::Common.3 \ + Tk::DragDrop::SunConst.3 \ Tk::DropSite.3 \ Tk::Entry.3 \ Tk::Error.3 \ From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 02:24:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7557AE0; Sat, 17 Aug 2013 02:24:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60B942E41; Sat, 17 Aug 2013 02:24:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H2OeqG080594; Sat, 17 Aug 2013 02:24:40 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H2OdmQ080585; Sat, 17 Aug 2013 02:24:39 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201308170224.r7H2OdmQ080585@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Aug 2013 02:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324828 - in head/archivers: . lz4 lz4/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 02:24:40 -0000 Author: vanilla Date: Sat Aug 17 02:24:38 2013 New Revision: 324828 URL: http://svnweb.freebsd.org/changeset/ports/324828 Log: Add lz4 r101, fast compressor using LZ4 algorithm. PR: ports/181287 Submitted by: Alexey Degtyarev Added: head/archivers/lz4/ head/archivers/lz4/Makefile (contents, props changed) head/archivers/lz4/distinfo (contents, props changed) head/archivers/lz4/files/ head/archivers/lz4/files/patch-Makefile (contents, props changed) head/archivers/lz4/patch-Makefile (contents, props changed) head/archivers/lz4/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sat Aug 17 00:16:12 2013 (r324827) +++ head/archivers/Makefile Sat Aug 17 02:24:38 2013 (r324828) @@ -70,6 +70,7 @@ SUBDIR += linux-f10-ucl SUBDIR += linux-f10-upx SUBDIR += lrzip + SUBDIR += lz4 SUBDIR += lzip SUBDIR += lzlib SUBDIR += lzma Added: head/archivers/lz4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lz4/Makefile Sat Aug 17 02:24:38 2013 (r324828) @@ -0,0 +1,21 @@ +# Created by: Alexey Degtyarev +# $FreeBSD$ + +PORTNAME= lz4 +PORTVERSION= r101 +CATEGORIES= archivers +MASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= alexey@renatasystems.org +COMMENT= Fast compressor using LZ4 algorithm + +USES= gmake +ALL_TARGET= lz4c + +PLIST_FILES= bin/lz4c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${PREFIX}/bin/lz4c + +.include Added: head/archivers/lz4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lz4/distinfo Sat Aug 17 02:24:38 2013 (r324828) @@ -0,0 +1,2 @@ +SHA256 (lz4-r101.tar.gz) = db645ba773002b40394875779d35c447450fcf0c459968a0776899f0c7d1435c +SIZE (lz4-r101.tar.gz) = 128678 Added: head/archivers/lz4/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lz4/files/patch-Makefile Sat Aug 17 02:24:38 2013 (r324828) @@ -0,0 +1,10 @@ +--- Makefile.orig 2013-08-17 10:13:57.000000000 +0800 ++++ Makefile 2013-08-17 10:14:10.000000000 +0800 +@@ -1,5 +1,5 @@ +-CC=gcc +-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration ++CC:=$(CC) ++CFLAGS:=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration + + OS := $(shell uname) + ifeq ($(OS),Linux) Added: head/archivers/lz4/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lz4/patch-Makefile Sat Aug 17 02:24:38 2013 (r324828) @@ -0,0 +1,18 @@ +--- Makefile.orig 2013-08-08 02:43:06.000000000 +0800 ++++ Makefile 2013-08-17 10:11:19.000000000 +0800 +@@ -1,12 +1,7 @@ +-CC=gcc +-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration ++CC:=$(CC) ++CFLAGS+=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration + +-OS := $(shell uname) +-ifeq ($(OS),Linux) +-EXT = +-else +-EXT =.exe +-endif ++EXT= + + default: lz4c + Added: head/archivers/lz4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lz4/pkg-descr Sat Aug 17 02:24:38 2013 (r324828) @@ -0,0 +1,6 @@ +LZ4 is a very fast lossless compression algorithm, providing compression speed +at 300 MB/s per core, scalable with multi-cores CPU. It also features an +extremely fast decoder, with speed in GB/s per core, typically reaching RAM +speed limits on multi-core systems. + +WWW: https://code.google.com/p/lz4/ From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 07:44:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 913B1ADF; Sat, 17 Aug 2013 07:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E1512A51; Sat, 17 Aug 2013 07:44:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H7iaYm000960; Sat, 17 Aug 2013 07:44:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H7iaf8000958; Sat, 17 Aug 2013 07:44:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308170744.r7H7iaf8000958@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Aug 2013 07:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324829 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 07:44:36 -0000 Author: sunpoet Date: Sat Aug 17 07:44:35 2013 New Revision: 324829 URL: http://svnweb.freebsd.org/changeset/ports/324829 Log: - Update to 20130816 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130816.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sat Aug 17 02:24:38 2013 (r324828) +++ head/misc/pciids/Makefile Sat Aug 17 07:44:35 2013 (r324829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20130718 +PORTVERSION= 20130816 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sat Aug 17 02:24:38 2013 (r324828) +++ head/misc/pciids/distinfo Sat Aug 17 07:44:35 2013 (r324829) @@ -1,2 +1,2 @@ -SHA256 (pciids-20130718.tar.xz) = ed510ae0ee3ce6d5c958a4f08f7d0cbda500d1bd3c7506ccf1210c4777baf64a -SIZE (pciids-20130718.tar.xz) = 161712 +SHA256 (pciids-20130816.tar.xz) = 48f585e16bdd5315def9a6dc7e311c3a53622508397a65ce92fba32f08486bfb +SIZE (pciids-20130816.tar.xz) = 162136 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 07:56:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA613DBA; Sat, 17 Aug 2013 07:56:13 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88F552AC5; Sat, 17 Aug 2013 07:56:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H7uDnY004916; Sat, 17 Aug 2013 07:56:13 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H7uCEF004913; Sat, 17 Aug 2013 07:56:12 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308170756.r7H7uCEF004913@svn.freebsd.org> From: Brendan Fabeny Date: Sat, 17 Aug 2013 07:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324830 - in head/security: libgcrypt 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 07:56:13 -0000 Author: bf Date: Sat Aug 17 07:56:12 2013 New Revision: 324830 URL: http://svnweb.freebsd.org/changeset/ports/324830 Log: Update security/libgcrypt to 1.5.3 [1], and document the latest gnupg and libgcrypt vulnerability PR: 181231 Submitted by: Hirohisa Yamaguchi (maintainer) [1] Security: http://www.vuxml.org/freebsd/689c2bf7-0701-11e3-9a25-002590860428.html Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo (contents, props changed) head/security/vuxml/vuln.xml Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Sat Aug 17 07:44:35 2013 (r324829) +++ head/security/libgcrypt/Makefile Sat Aug 17 07:56:12 2013 (r324830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Sat Aug 17 07:44:35 2013 (r324829) +++ head/security/libgcrypt/distinfo Sat Aug 17 07:56:12 2013 (r324830) @@ -1,2 +1,2 @@ -SHA256 (libgcrypt-1.5.2.tar.bz2) = e41a4339f50294f3c925f2f71aaf2427eb162d2994da91666dfc32621afe963f -SIZE (libgcrypt-1.5.2.tar.bz2) = 1507418 +SHA256 (libgcrypt-1.5.3.tar.bz2) = bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1 +SIZE (libgcrypt-1.5.3.tar.bz2) = 1508530 Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 17 07:44:35 2013 (r324829) +++ head/security/vuxml/vuln.xml Sat Aug 17 07:56:12 2013 (r324830) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> + + GnuPG and Libgcrypt -- side-channel attack vulnerability + + + gnupg + 1.4.14 + + + libgcrypt + 1.5.3 + + + + +

    Werner Koch of the GNU project reports:

    +
    +

    Noteworthy changes in version 1.5.3:

    +

    Mitigate the Yarom/Falkner flush+reload side-channel attack on RSA secret keys...

    +

    Note that Libgcrypt is used by GnuPG 2.x and thus this release fixes the above + problem. The fix for GnuPG less than 2.0 can be found in the just released GnuPG + 1.4.14.

    +
    + +
    + + http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000329.html + http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html + http://eprint.iacr.org/2013/448 + + + 2013-07-18 + 2013-08-17 + +
    + puppet -- multiple vulnerabilities From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:24:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13FB9416; Sat, 17 Aug 2013 08:24:36 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0010B2BD5; Sat, 17 Aug 2013 08:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8OZS4016547; Sat, 17 Aug 2013 08:24:35 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8OZWe016546; Sat, 17 Aug 2013 08:24:35 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201308170824.r7H8OZWe016546@svn.freebsd.org> From: Brendan Fabeny Date: Sat, 17 Aug 2013 08:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324831 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:24:36 -0000 Author: bf Date: Sat Aug 17 08:24:35 2013 New Revision: 324831 URL: http://svnweb.freebsd.org/changeset/ports/324831 Log: Amend 689c2bf7-0701-11e3-9a25-002590860428 so that it doesn't overlap with 80771b89-f57b-11e2-bf21-b499baab0cbe, but keep both entries rather than augmenting the old one, because I've cited the new one in a commit message. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 17 07:56:12 2013 (r324830) +++ head/security/vuxml/vuln.xml Sat Aug 17 08:24:35 2013 (r324831) @@ -55,10 +55,6 @@ Note: Please add new entries to the beg GnuPG and Libgcrypt -- side-channel attack vulnerability - gnupg - 1.4.14 - - libgcrypt 1.5.3 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:28:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A17D653C; Sat, 17 Aug 2013 08:28:02 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8762BE8; Sat, 17 Aug 2013 08:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8S2UX017259; Sat, 17 Aug 2013 08:28:02 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8S1vR017254; Sat, 17 Aug 2013 08:28:01 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201308170828.r7H8S1vR017254@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 17 Aug 2013 08:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324832 - in head/x11: . xfce4-whiskermenu-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:28:02 -0000 Author: olivierd Date: Sat Aug 17 08:28:01 2013 New Revision: 324832 URL: http://svnweb.freebsd.org/changeset/ports/324832 Log: Whisker Menu is an alternate application launcher for the Xfce Desktop. WWW: http://gottcode.org/xfce4-whiskermenu-plugin/ Added: head/x11/xfce4-whiskermenu-plugin/ head/x11/xfce4-whiskermenu-plugin/Makefile (contents, props changed) head/x11/xfce4-whiskermenu-plugin/distinfo (contents, props changed) head/x11/xfce4-whiskermenu-plugin/pkg-descr (contents, props changed) head/x11/xfce4-whiskermenu-plugin/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sat Aug 17 08:24:35 2013 (r324831) +++ head/x11/Makefile Sat Aug 17 08:28:01 2013 (r324832) @@ -367,6 +367,7 @@ SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin + SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-wmdock-plugin SUBDIR += xfce4-xfapplet-plugin SUBDIR += xfd Added: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Sat Aug 17 08:28:01 2013 (r324832) @@ -0,0 +1,25 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= xfce4-whiskermenu-plugin +PORTVERSION= 1.1.1 +CATEGORIES= x11 xfce +MASTER_SITES= http://gottcode.org/${PORTNAME}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Alternate menu for the Xfce Desktop + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_BZIP2= yes +USES= pkgconfig cmake gettext +USE_GNOME= gtk20 +USE_XFCE= configenv garcon libexo libmenu libutil panel +INSTALLS_ICONS= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Sat Aug 17 08:28:01 2013 (r324832) @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2) = cfb86e9604c58a4657149950bfb693600a364ce4d64e4100c72bda489385dead +SIZE (xfce4/xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2) = 91002 Added: head/x11/xfce4-whiskermenu-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-whiskermenu-plugin/pkg-descr Sat Aug 17 08:28:01 2013 (r324832) @@ -0,0 +1,3 @@ +Whisker Menu is an alternate application launcher for the Xfce Desktop. + +WWW: http://gottcode.org/xfce4-whiskermenu-plugin/ Added: head/x11/xfce4-whiskermenu-plugin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-whiskermenu-plugin/pkg-plist Sat Aug 17 08:28:01 2013 (r324832) @@ -0,0 +1,45 @@ +bin/xfce4-popup-whiskermenu +lib/xfce4/panel/plugins/libwhiskermenu.so +share/icons/hicolor/128x128/apps/xfce4-whiskermenu.png +share/icons/hicolor/16x16/apps/xfce4-whiskermenu.png +share/icons/hicolor/22x22/apps/xfce4-whiskermenu.png +share/icons/hicolor/24x24/apps/xfce4-whiskermenu.png +share/icons/hicolor/256x256/apps/xfce4-whiskermenu.png +share/icons/hicolor/32x32/apps/xfce4-whiskermenu.png +share/icons/hicolor/48x48/apps/xfce4-whiskermenu.png +share/icons/hicolor/64x64/apps/xfce4-whiskermenu.png +share/icons/hicolor/scalable/apps/xfce4-whiskermenu.svg +share/locale/ar/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/bg/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ca/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/da/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/de/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/el/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/en_GB/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/es/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/fr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/he/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/id/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/it/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ja/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/kk/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ms/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/nb/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/nl/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/pl/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/pt/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ro/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/ru/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/sk/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/sv/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/tr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/vi/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/xfce4/panel/plugins/whiskermenu.desktop +@dirrmtry share/xfce4/panel/plugins +@dirrmtry share/xfce4/panel +@dirrmtry share/xfce4 +@dirrmtry lib/xfce4/panel/plugins +@dirrmtry lib/xfce4/panel +@dirrmtry lib/xfce4 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:29:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E574621; Sat, 17 Aug 2013 08:29:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AA3F2BEE; Sat, 17 Aug 2013 08:29:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8TF8J017554; Sat, 17 Aug 2013 08:29:15 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8TE1R017544; Sat, 17 Aug 2013 08:29:14 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201308170829.r7H8TE1R017544@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Aug 2013 08:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324833 - in head/databases/py-odbc: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:29:15 -0000 Author: vanilla Date: Sat Aug 17 08:29:14 2013 New Revision: 324833 URL: http://svnweb.freebsd.org/changeset/ports/324833 Log: 1: Upgrade to 3.0.6. 2: trim Makefile header, fix pkg-plist. PR: ports/174242 Submitted by: maintainer [1], me [2] Added: head/databases/py-odbc/files/patch-src_pyodbc.h (contents, props changed) Modified: head/databases/py-odbc/Makefile head/databases/py-odbc/distinfo head/databases/py-odbc/files/patch-setup-libs head/databases/py-odbc/pkg-plist Modified: head/databases/py-odbc/Makefile ============================================================================== --- head/databases/py-odbc/Makefile Sat Aug 17 08:28:01 2013 (r324832) +++ head/databases/py-odbc/Makefile Sat Aug 17 08:29:14 2013 (r324833) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyodbc -# Date created: April 15 2009 -# Whom: rkruus -# +# Created by: April 15 2009 # $FreeBSD$ -# # Like they say in the postgres-odbc Makefile (and I quote): # @@ -18,12 +14,11 @@ # PORTNAME= pyodbc -PORTVERSION= 2.1.5 -PORTREVISION= 2 +PORTVERSION= 3.0.6 CATEGORIES= databases python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyodbc-${PORTVERSION} +#DISTNAME= pyodbc-${PORTVERSION} MAINTAINER= rob.kruus@gmail.com COMMENT= ODBC connections for python @@ -31,7 +26,8 @@ COMMENT= ODBC connections for python USE_ZIP= yes USE_GMAKE= yes USE_PYTHON= 2.5+ -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install +PYEASYINSTALL_ARCHDEP= yes # again, shamelessly copied from datebase/postgres-odbc .if !defined(WITH_IODBC) @@ -40,28 +36,17 @@ WITH_UNIXODBC= yes .if defined(WITH_UNIXODBC) # I.e. even if WITH_IODBC is defined -LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC BUILD_DEPENDS+= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC .else -LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc .endif do-build: @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build) do-install: - @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install) - -DOCSDIR= ${PREFIX}/share/doc/py-odbc - -DOCS= docs.html index.html license.html styles.css tutorial.html - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/web/${f} ${DOCSDIR} -.endfor -.endif + ${MKDIR} ${PYTHONPREFIX_SITELIBDIR} + @(cd ${WRKSRC}; ${SETENV} PYTHONPATH=${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} setup.py install --prefix=${PREFIX}) .include Modified: head/databases/py-odbc/distinfo ============================================================================== --- head/databases/py-odbc/distinfo Sat Aug 17 08:28:01 2013 (r324832) +++ head/databases/py-odbc/distinfo Sat Aug 17 08:29:14 2013 (r324833) @@ -1,2 +1,2 @@ -SHA256 (pyodbc-2.1.5.zip) = 0e47fbe829e2295ea43c00ddcb268c274dc37a8a5a7963fb6f64080203278793 -SIZE (pyodbc-2.1.5.zip) = 147862 +SHA256 (pyodbc-3.0.6.zip) = e5a7f12deddf4b258bed904b5a071dd43c40c78de8e24c9228f8174e69f5366d +SIZE (pyodbc-3.0.6.zip) = 85518 Modified: head/databases/py-odbc/files/patch-setup-libs ============================================================================== --- head/databases/py-odbc/files/patch-setup-libs Sat Aug 17 08:28:01 2013 (r324832) +++ head/databases/py-odbc/files/patch-setup-libs Sat Aug 17 08:29:14 2013 (r324833) @@ -1,22 +1,18 @@ ---- setup.py.orig 2009-04-15 14:10:36.000000000 -0600 -+++ setup.py 2009-06-24 09:15:04.203757061 -0600 -@@ -54,8 +54,16 @@ - else: - # Other posix-like: Linux, Solaris, etc. +--- setup.py.orig 2012-06-24 17:49:34.000000000 -0600 ++++ setup.py 2012-12-06 11:47:02.121782861 -0600 +@@ -156,6 +156,15 @@ + # What is the proper way to detect iODBC, MyODBC, unixODBC, etc.? + settings['libraries'].append('odbc') -+ try: -+ include = '-I'+os.environ['PREFIX']+'/include' -+ lib = '-L'+os.environ['PREFIX']+'/lib' -+ except: -+ include = '-I/usr/local/include' -+ lib = '-L/usr/local/lib' ++ if sys.platform.startswith('freebsd'): ++ settings['library_dirs'] = ['/usr/local/lib/'] ++ settings['include_dirs'] = ['/usr/local/include/'] ++ freebsd_prefix = '/usr/local' ++ if 'PREFIX' in os.environ: ++ freebsd_prefix = os.environ['PREFIX'] ++ if 'PYTHONPREFIX_SITELIBDIR' in os.environ: ++ sys.path.append('/'.join(freebsd_prefix, os.environ['PYTHONPREFIX_SITELIBDIR'])) + - # Python functions take a lot of 'char *' that really should be const. gcc complains about this *a lot* -- extra_compile_args = ['-Wno-write-strings'] -+ extra_compile_args = ['-Wno-write-strings', include, lib] -+ extra_link_args = [ lib ] + return settings + - # What is the proper way to detect iODBC, MyODBC, unixODBC, etc.? - libraries.append('odbc') - - Added: head/databases/py-odbc/files/patch-src_pyodbc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-odbc/files/patch-src_pyodbc.h Sat Aug 17 08:29:14 2013 (r324833) @@ -0,0 +1,12 @@ +--- src/pyodbc.h.orig 2012-01-13 13:10:48.000000000 -0600 ++++ src/pyodbc.h 2012-12-06 10:21:36.527165345 -0600 +@@ -76,7 +76,9 @@ + #include + + #if defined(__SUNPRO_CC) || defined(__SUNPRO_C) || (defined(__GNUC__) && !defined(__MINGW32__)) ++#ifndef __FreeBSD__ + #include ++#endif + #define CDECL cdecl + #define min(X,Y) ((X) < (Y) ? (X) : (Y)) + #define max(X,Y) ((X) > (Y) ? (X) : (Y)) Modified: head/databases/py-odbc/pkg-plist ============================================================================== --- head/databases/py-odbc/pkg-plist Sat Aug 17 08:28:01 2013 (r324832) +++ head/databases/py-odbc/pkg-plist Sat Aug 17 08:29:14 2013 (r324833) @@ -1,7 +1 @@ -%%PYTHON_SITELIBDIR%%/pyodbc.so -%%PORTDOCS%%%%DOCSDIR%%/docs.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/styles.css -%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:36:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E368950; Sat, 17 Aug 2013 08:36:31 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 198882C4B; Sat, 17 Aug 2013 08:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8aUhF020881; Sat, 17 Aug 2013 08:36:30 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8aUSa020880; Sat, 17 Aug 2013 08:36:30 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201308170836.r7H8aUSa020880@svn.freebsd.org> From: Remko Lodder Date: Sat, 17 Aug 2013 08:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324834 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:36:31 -0000 Author: remko (src,doc committer) Date: Sat Aug 17 08:36:30 2013 New Revision: 324834 URL: http://svnweb.freebsd.org/changeset/ports/324834 Log: Correct latest entry, properly indent the paragraphs and sort the url list alphabetically. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 17 08:29:14 2013 (r324833) +++ head/security/vuxml/vuln.xml Sat Aug 17 08:36:30 2013 (r324834) @@ -66,15 +66,15 @@ Note: Please add new entries to the beg

    Noteworthy changes in version 1.5.3:

    Mitigate the Yarom/Falkner flush+reload side-channel attack on RSA secret keys...

    Note that Libgcrypt is used by GnuPG 2.x and thus this release fixes the above - problem. The fix for GnuPG less than 2.0 can be found in the just released GnuPG - 1.4.14.

    + problem. The fix for GnuPG less than 2.0 can be found in the just released GnuPG + 1.4.14.

    + http://eprint.iacr.org/2013/448 http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000329.html http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html - http://eprint.iacr.org/2013/448 2013-07-18 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:40:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11FDEA8F; Sat, 17 Aug 2013 08:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D99922C88; Sat, 17 Aug 2013 08:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8eZpH023287; Sat, 17 Aug 2013 08:40:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8eZcp023284; Sat, 17 Aug 2013 08:40:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308170840.r7H8eZcp023284@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Aug 2013 08:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324835 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:40:36 -0000 Author: sunpoet Date: Sat Aug 17 08:40:34 2013 New Revision: 324835 URL: http://svnweb.freebsd.org/changeset/ports/324835 Log: - Update to 0.16.3 - While I'm here, add PyPI link as WWW Changes: http://docs.saltstack.com/topics/releases/0.16.3.html http://docs.saltstack.com/topics/releases/0.16.2.html PR: ports/181001, ports/181168 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-descr Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/Makefile Sat Aug 17 08:40:34 2013 (r324835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/distinfo Sat Aug 17 08:40:34 2013 (r324835) @@ -1,2 +1,2 @@ -SHA256 (salt-0.16.0.tar.gz) = 2f79012838a5e674f5cd2126326606bffc3b3cb24c33d8667a11158241b656fc -SIZE (salt-0.16.0.tar.gz) = 3523789 +SHA256 (salt-0.16.3.tar.gz) = 6ddf6802ea8957dcc4434c2b0177a9bcadc9979f6a1c370f5ef20859ffadd18f +SIZE (salt-0.16.3.tar.gz) = 3543283 Modified: head/sysutils/py-salt/pkg-descr ============================================================================== --- head/sysutils/py-salt/pkg-descr Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/pkg-descr Sat Aug 17 08:40:34 2013 (r324835) @@ -4,4 +4,5 @@ Salt : Remote Execution and State Manage Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. -WWW: http://saltstack.org +WWW: https://pypi.python.org/pypi/salt +WWW: http://saltstack.org/ From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:48:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF49FBE9; Sat, 17 Aug 2013 08:48:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1722CAD; Sat, 17 Aug 2013 08:48:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8m2fm024938; Sat, 17 Aug 2013 08:48:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8m222024933; Sat, 17 Aug 2013 08:48:02 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201308170848.r7H8m222024933@svn.freebsd.org> From: Antoine Brodin Date: Sat, 17 Aug 2013 08:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324836 - head/devel/liblnk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:48:02 -0000 Author: antoine Date: Sat Aug 17 08:48:01 2013 New Revision: 324836 URL: http://svnweb.freebsd.org/changeset/ports/324836 Log: Update liblnk to 20130815 Modified: head/devel/liblnk/Makefile head/devel/liblnk/distinfo Modified: head/devel/liblnk/Makefile ============================================================================== --- head/devel/liblnk/Makefile Sat Aug 17 08:40:34 2013 (r324835) +++ head/devel/liblnk/Makefile Sat Aug 17 08:48:01 2013 (r324836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20130806 +PORTVERSION= 20130815 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ LOCAL/antoine Modified: head/devel/liblnk/distinfo ============================================================================== --- head/devel/liblnk/distinfo Sat Aug 17 08:40:34 2013 (r324835) +++ head/devel/liblnk/distinfo Sat Aug 17 08:48:01 2013 (r324836) @@ -1,2 +1,2 @@ -SHA256 (liblnk-alpha-20130806.tar.gz) = dca128eac5f1ed85c949ffc82697ebda155302bb117b47c9fb07a6f9af26cc73 -SIZE (liblnk-alpha-20130806.tar.gz) = 1283690 +SHA256 (liblnk-alpha-20130815.tar.gz) = c9bbceae93a1a9cfc3994b2a8e13b7a9a73c025d543d307d934ec0d3d68dd9f2 +SIZE (liblnk-alpha-20130815.tar.gz) = 1284512 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 08:49:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF2BCCE7; Sat, 17 Aug 2013 08:49:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC1882CB9; Sat, 17 Aug 2013 08:49:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8nnxV025523; Sat, 17 Aug 2013 08:49:49 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8nnwV025519; Sat, 17 Aug 2013 08:49:49 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201308170849.r7H8nnwV025519@svn.freebsd.org> From: Antoine Brodin Date: Sat, 17 Aug 2013 08:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324837 - head/security/py-python-registry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 08:49:49 -0000 Author: antoine Date: Sat Aug 17 08:49:49 2013 New Revision: 324837 URL: http://svnweb.freebsd.org/changeset/ports/324837 Log: Update python-registry to 0.2.7 Modified: head/security/py-python-registry/Makefile head/security/py-python-registry/distinfo Modified: head/security/py-python-registry/Makefile ============================================================================== --- head/security/py-python-registry/Makefile Sat Aug 17 08:48:01 2013 (r324836) +++ head/security/py-python-registry/Makefile Sat Aug 17 08:49:49 2013 (r324837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-registry -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.7 CATEGORIES= security devel python MASTER_SITES= GH \ LOCAL/antoine @@ -16,7 +16,7 @@ LICENSE= AL2 USE_GITHUB= yes GH_ACCOUNT= williballenthin GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= f4930a1 +GH_COMMIT= ca12109 USE_PYTHON= -2.7 USE_PYDISTUTILS= yes @@ -29,8 +29,8 @@ PORTEXAMPLES= * .include post-patch: - ${REINPLACE_CMD} 's|0.2.4.1|${PORTVERSION}|' ${WRKSRC}/Registry/__init__.py - ${REINPLACE_CMD} 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/samples/*.py + ${REINPLACE_CMD} 's|0.2.6|${PORTVERSION}|' ${WRKSRC}/Registry/__init__.py + ${REINPLACE_CMD} '1s|.*|#!${PYTHON_CMD}|' ${WRKSRC}/samples/*.py post-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/security/py-python-registry/distinfo ============================================================================== --- head/security/py-python-registry/distinfo Sat Aug 17 08:48:01 2013 (r324836) +++ head/security/py-python-registry/distinfo Sat Aug 17 08:49:49 2013 (r324837) @@ -1,2 +1,2 @@ -SHA256 (python-registry-0.2.6.tar.gz) = 04487f256199f9d19b2afd40a5603d22fb655ba4a292d6fdc180ddc0154f5e2c -SIZE (python-registry-0.2.6.tar.gz) = 133035 +SHA256 (python-registry-0.2.7.tar.gz) = c5f17f05970b6901b54536b255b2a4f4d962a1cc64aadba8279266a9bec66e59 +SIZE (python-registry-0.2.7.tar.gz) = 136060 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 10:43:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D652CD52; Sat, 17 Aug 2013 10:43:22 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C361D215D; Sat, 17 Aug 2013 10:43:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HAhMs4079495; Sat, 17 Aug 2013 10:43:22 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HAhM31079494; Sat, 17 Aug 2013 10:43:22 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171043.r7HAhM31079494@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 10:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324838 - head/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 10:43:22 -0000 Author: flo Date: Sat Aug 17 10:43:22 2013 New Revision: 324838 URL: http://svnweb.freebsd.org/changeset/ports/324838 Log: Add a work around for crashes on i386. PR: ports/180473 Submitted by: Jan Beich Reported by: Heino Tiedemann Modified: head/www/seamonkey/Makefile Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Aug 17 08:49:49 2013 (r324837) +++ head/www/seamonkey/Makefile Sat Aug 17 10:43:22 2013 (r324838) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -82,6 +83,9 @@ MOZ_OPTIONS+= --disable-ldap --disable-m .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else +. if ${ARCH} == i386 +USE_GCC?= yes +. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 10:57:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C45D12A; Sat, 17 Aug 2013 10:57:31 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0829D21D7; Sat, 17 Aug 2013 10:57:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HAvUd8083862; Sat, 17 Aug 2013 10:57:30 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HAvToq083856; Sat, 17 Aug 2013 10:57:29 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201308171057.r7HAvToq083856@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 17 Aug 2013 10:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324839 - in head/www: nginx nginx-devel nginx-devel/files nginx/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 10:57:31 -0000 Author: osa Date: Sat Aug 17 10:57:29 2013 New Revision: 324839 URL: http://svnweb.freebsd.org/changeset/ports/324839 Log: Update third-party modsecurity module from 2.7.4 to 2.7.5. 23 Jul 2013 - 2.7.5 ------------------- Improvements: * SecUnicodeCodePage is deprecated. SecUnicodeMapFile now accepts the code page as a second parameter. * Updated Libinjection to version 3.4.1. Many improvements were made. * Severity action now supports strings (emergency, alert, critical, error, warning, notice, info, debug). Bug Fixes: * Fixed utf8toUnicode tfn null byte conversion. * Fixed NGINX crash when issue reload command. * Fixed flush output buffer before inject modified hashed response body. * Fixed url normalization for Hash Engine. * Fixed NGINX ap_unixd_set_global_perms_mutex compilation error with apache 2.4 devel files. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-nginx-modsecurity-config head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-nginx-modsecurity-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx-devel/Makefile Sat Aug 17 10:57:29 2013 (r324839) @@ -630,7 +630,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.7.4 +NGINX_MODSECURITY_VERSION= 2.7.5 LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ apr-1:${PORTSDIR}/devel/apr1 USE_APACHE= 22+ Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx-devel/distinfo Sat Aug 17 10:57:29 2013 (r324839) @@ -70,8 +70,8 @@ SHA256 (chaoslawful-lua-nginx-module-v0. SIZE (chaoslawful-lua-nginx-module-v0.8.2-0-g3915187.tar.gz) = 480845 SHA256 (agentzh-memc-nginx-module-v0.13rc3-0-g4007350.tar.gz) = 8c6f7a421346be1f53240b370cd29edd833f8ca32f6f9b926d66230b15727f0c SIZE (agentzh-memc-nginx-module-v0.13rc3-0-g4007350.tar.gz) = 39778 -SHA256 (modsecurity-apache_2.7.4.tar.gz) = 605d6f1b03e648001ef1c7db7b18d51c01edd443b57cbbd4e298770ffdcd0eb9 -SIZE (modsecurity-apache_2.7.4.tar.gz) = 1014983 +SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37ce9b641035b2da64e993135647a2 +SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 SHA256 (passenger-4.0.13.tar.gz) = 528b734bba041a7f1af7327534f9d5c22b581e477b19b49646cfc6c5a43e5a96 Modified: head/www/nginx-devel/files/extra-patch-nginx-modsecurity-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-nginx-modsecurity-config Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx-devel/files/extra-patch-nginx-modsecurity-config Sat Aug 17 10:57:29 2013 (r324839) @@ -1,5 +1,5 @@ ---- ../modsecurity-apache_2.7.4/nginx/modsecurity/config.orig 2013-06-04 10:14:07.000000000 +0400 -+++ ../modsecurity-apache_2.7.4/nginx/modsecurity/config 2013-06-04 10:17:30.000000000 +0400 +--- ../modsecurity-apache_2.7.5/nginx/modsecurity/config.orig 2013-06-04 10:14:07.000000000 +0400 ++++ ../modsecurity-apache_2.7.5/nginx/modsecurity/config 2013-06-04 10:17:30.000000000 +0400 @@ -3,5 +3,5 @@ HTTP_AUX_FILTER_MODULES="ngx_http_modsecurity $HTTP_AUX_FILTER_MODULES" NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_modsecurity.c $ngx_addon_dir/apr_bucket_nginx.c $ngx_addon_dir/ngx_pool_context.c" Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx/Makefile Sat Aug 17 10:57:29 2013 (r324839) @@ -628,7 +628,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MMODSECURITY} -NGINX_MODSECURITY_VERSION= 2.7.4 +NGINX_MODSECURITY_VERSION= 2.7.5 LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ apr-1:${PORTSDIR}/devel/apr1 USE_APACHE= 22+ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx/distinfo Sat Aug 17 10:57:29 2013 (r324839) @@ -70,8 +70,8 @@ SHA256 (chaoslawful-lua-nginx-module-v0. SIZE (chaoslawful-lua-nginx-module-v0.8.2-0-g3915187.tar.gz) = 480845 SHA256 (agentzh-memc-nginx-module-v0.13rc3-0-g4007350.tar.gz) = 8c6f7a421346be1f53240b370cd29edd833f8ca32f6f9b926d66230b15727f0c SIZE (agentzh-memc-nginx-module-v0.13rc3-0-g4007350.tar.gz) = 39778 -SHA256 (modsecurity-apache_2.7.4.tar.gz) = 605d6f1b03e648001ef1c7db7b18d51c01edd443b57cbbd4e298770ffdcd0eb9 -SIZE (modsecurity-apache_2.7.4.tar.gz) = 1014983 +SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37ce9b641035b2da64e993135647a2 +SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 SHA256 (passenger-4.0.13.tar.gz) = 528b734bba041a7f1af7327534f9d5c22b581e477b19b49646cfc6c5a43e5a96 Modified: head/www/nginx/files/extra-patch-nginx-modsecurity-config ============================================================================== --- head/www/nginx/files/extra-patch-nginx-modsecurity-config Sat Aug 17 10:43:22 2013 (r324838) +++ head/www/nginx/files/extra-patch-nginx-modsecurity-config Sat Aug 17 10:57:29 2013 (r324839) @@ -1,5 +1,5 @@ ---- ../modsecurity-apache_2.7.4/nginx/modsecurity/config.orig 2013-06-04 10:14:07.000000000 +0400 -+++ ../modsecurity-apache_2.7.4/nginx/modsecurity/config 2013-06-04 10:17:30.000000000 +0400 +--- ../modsecurity-apache_2.7.5/nginx/modsecurity/config.orig 2013-06-04 10:14:07.000000000 +0400 ++++ ../modsecurity-apache_2.7.5/nginx/modsecurity/config 2013-06-04 10:17:30.000000000 +0400 @@ -3,5 +3,5 @@ HTTP_AUX_FILTER_MODULES="ngx_http_modsecurity $HTTP_AUX_FILTER_MODULES" NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_modsecurity.c $ngx_addon_dir/apr_bucket_nginx.c $ngx_addon_dir/ngx_pool_context.c" From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 12:09:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3779797D; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 242F424FC; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HC98as010836; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HC98LB010835; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171209.r7HC98LB010835@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 12:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324840 - branches/RELENG_9_2_0/www/seamonkey X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 12:09:09 -0000 Author: flo Date: Sat Aug 17 12:09:08 2013 New Revision: 324840 URL: http://svnweb.freebsd.org/changeset/ports/324840 Log: MFH r324838: Add a workaround for crashes on i386. PR: ports/180473 Submitted by: Jan Beich Reported by: Heino Tiedemann Approved by: portmgr (bdrewery) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile ============================================================================== --- branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 10:57:29 2013 (r324839) +++ branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 12:09:08 2013 (r324840) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -83,6 +84,9 @@ MOZ_OPTIONS+= --disable-ldap --disable-m .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else +. if ${ARCH} == i386 +USE_GCC?= yes +. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 13:08:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F8A0189; Sat, 17 Aug 2013 13:08:14 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72CE52779; Sat, 17 Aug 2013 13:08:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HD8Ehb032965; Sat, 17 Aug 2013 13:08:14 GMT (envelope-from dryice@svn.freebsd.org) Received: (from dryice@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HD8DGl032962; Sat, 17 Aug 2013 13:08:13 GMT (envelope-from dryice@svn.freebsd.org) Message-Id: <201308171308.r7HD8DGl032962@svn.freebsd.org> From: Dryice Dong Liu Date: Sat, 17 Aug 2013 13:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324841 - head/devel/py-simplejson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 13:08:14 -0000 Author: dryice Date: Sat Aug 17 13:08:13 2013 New Revision: 324841 URL: http://svnweb.freebsd.org/changeset/ports/324841 Log: - update to 3.3.0 Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo head/devel/py-simplejson/pkg-plist Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sat Aug 17 12:09:08 2013 (r324840) +++ head/devel/py-simplejson/Makefile Sat Aug 17 13:08:13 2013 (r324841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.0.3 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sat Aug 17 12:09:08 2013 (r324840) +++ head/devel/py-simplejson/distinfo Sat Aug 17 13:08:13 2013 (r324841) @@ -1,2 +1,2 @@ -SHA256 (simplejson-3.0.3.tar.gz) = 728f86c3a90a4c403281199bf203c71e39220d310559af1936d34ed29f897b50 -SIZE (simplejson-3.0.3.tar.gz) = 58773 +SHA256 (simplejson-3.3.0.tar.gz) = 7a8a6bd82e111976aeb06138316ab10847adf612925072eaff8512228bcf9a1f +SIZE (simplejson-3.3.0.tar.gz) = 67250 Modified: head/devel/py-simplejson/pkg-plist ============================================================================== --- head/devel/py-simplejson/pkg-plist Sat Aug 17 12:09:08 2013 (r324840) +++ head/devel/py-simplejson/pkg-plist Sat Aug 17 13:08:13 2013 (r324841) @@ -53,6 +53,9 @@ %%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.py %%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.pyc %%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.pyo +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.py +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.pyc +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.pyo %%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.py %%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.pyc %%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.pyo @@ -83,6 +86,9 @@ %%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.py %%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.pyc %%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.pyo +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.py +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.pyc +%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.pyo %%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.py %%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.pyc %%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.pyo From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 13:18:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B4BD3F9; Sat, 17 Aug 2013 13:18:00 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48FE927ED; Sat, 17 Aug 2013 13:18:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HDI0KC036864; Sat, 17 Aug 2013 13:18:00 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HDHxnw036849; Sat, 17 Aug 2013 13:17:59 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171317.r7HDHxnw036849@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 13:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324842 - in head/www: firefox firefox-i18n firefox/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 13:18:00 -0000 Author: flo Date: Sat Aug 17 13:17:58 2013 New Revision: 324842 URL: http://svnweb.freebsd.org/changeset/ports/324842 Log: Update to 23.0.1 Modified: head/www/firefox-i18n/Makefile head/www/firefox-i18n/distinfo head/www/firefox/Makefile head/www/firefox/distinfo head/www/firefox/files/patch-bug897300 Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Sat Aug 17 13:08:13 2013 (r324841) +++ head/www/firefox-i18n/Makefile Sat Aug 17 13:17:58 2013 (r324842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 23.0 +PORTVERSION= 23.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 Sat Aug 17 13:08:13 2013 (r324841) +++ head/www/firefox-i18n/distinfo Sat Aug 17 13:17:58 2013 (r324842) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-23.0/af.xpi) = 605c80e630208861999267baaa26116318348abaacb89046bd0c8f31fefcdc72 -SIZE (xpi/firefox-i18n-23.0/af.xpi) = 327802 -SHA256 (xpi/firefox-i18n-23.0/ak.xpi) = 94729a66479b1b4fc646b23a0c5030e845730b1fb9171b2766bf6170dff41d4f -SIZE (xpi/firefox-i18n-23.0/ak.xpi) = 337922 -SHA256 (xpi/firefox-i18n-23.0/ar.xpi) = e54c34292e9e82745ae52b1207da0a7a30a529a383a3faeb9fb57a4eb100e24e -SIZE (xpi/firefox-i18n-23.0/ar.xpi) = 357354 -SHA256 (xpi/firefox-i18n-23.0/ast.xpi) = 0437e02a78cf70be598bc09d11d555a594bfa7ac2c9dec2a82b1a5f6dfc91244 -SIZE (xpi/firefox-i18n-23.0/ast.xpi) = 292709 -SHA256 (xpi/firefox-i18n-23.0/be.xpi) = ee292fe369503b49af7d4dedb61454104315ecde961ce5d05b5ea135d8ae922d -SIZE (xpi/firefox-i18n-23.0/be.xpi) = 317611 -SHA256 (xpi/firefox-i18n-23.0/bg.xpi) = 72d8a52728d620620154a5759a12596ba1da28729c340f60277d4ffd12654c89 -SIZE (xpi/firefox-i18n-23.0/bg.xpi) = 369539 -SHA256 (xpi/firefox-i18n-23.0/bn-BD.xpi) = 732884ad98bcd3cef1ccc9d8793f21577e35aee4034985bdd104674069aad59e -SIZE (xpi/firefox-i18n-23.0/bn-BD.xpi) = 391947 -SHA256 (xpi/firefox-i18n-23.0/bn-IN.xpi) = 540ec878c270af9f725de827f622a7f545dd405b341faae96fd325daeeddbc3b -SIZE (xpi/firefox-i18n-23.0/bn-IN.xpi) = 425722 -SHA256 (xpi/firefox-i18n-23.0/br.xpi) = 2b45cafe2c587397297e8beb76fb56041f4683abba3b73ae00d8223b46a2e429 -SIZE (xpi/firefox-i18n-23.0/br.xpi) = 328980 -SHA256 (xpi/firefox-i18n-23.0/bs.xpi) = c7bbabddd4ea8563426f1be0a4e7ed5b8577a81c81816f8ed7a9e98adf9fce1f -SIZE (xpi/firefox-i18n-23.0/bs.xpi) = 338261 -SHA256 (xpi/firefox-i18n-23.0/ca.xpi) = ac67c1116654263980fb554e99a02057285cd1684d034a9d125826ac9e74060b -SIZE (xpi/firefox-i18n-23.0/ca.xpi) = 339906 -SHA256 (xpi/firefox-i18n-23.0/cs.xpi) = 32dfeaad473ed1fbfd6a4948d4654004c0a22a8db7ab9ba0b6f9cd0873f0a3df -SIZE (xpi/firefox-i18n-23.0/cs.xpi) = 335900 -SHA256 (xpi/firefox-i18n-23.0/cy.xpi) = 110a9c2ff2009ed95fc31adb175679f60c87fd7896089e8177541e783a0b57bf -SIZE (xpi/firefox-i18n-23.0/cy.xpi) = 329223 -SHA256 (xpi/firefox-i18n-23.0/da.xpi) = bce47ff39d42d08c51d3d988e83229df2146a42ab2f3cdf996d1d43e781f9307 -SIZE (xpi/firefox-i18n-23.0/da.xpi) = 325405 -SHA256 (xpi/firefox-i18n-23.0/de.xpi) = fb8e6ca9f0f1c1f8f6dec458964ec39eec236c8cd4734cd245c5ac3b8b21c82d -SIZE (xpi/firefox-i18n-23.0/de.xpi) = 321446 -SHA256 (xpi/firefox-i18n-23.0/el.xpi) = d69824a235a0cb67c7a4396264c058a74d06ede2e6af1eb725403ccf3e56f1c5 -SIZE (xpi/firefox-i18n-23.0/el.xpi) = 361848 -SHA256 (xpi/firefox-i18n-23.0/en-GB.xpi) = 0c5a97be0cb3387b2f670cd7861bbeed61f6420938ad3679f0ffd99850de2305 -SIZE (xpi/firefox-i18n-23.0/en-GB.xpi) = 317404 -SHA256 (xpi/firefox-i18n-23.0/en-US.xpi) = 06dbda07dbc033627f7cf4d520ded4fa6c3b26ad42be629ca4ce86ce699f15e6 -SIZE (xpi/firefox-i18n-23.0/en-US.xpi) = 319723 -SHA256 (xpi/firefox-i18n-23.0/en-ZA.xpi) = 20fda947dd17ff761d562123d9070af34a8d0fcc61896021d65bbb282e8aeb36 -SIZE (xpi/firefox-i18n-23.0/en-ZA.xpi) = 315913 -SHA256 (xpi/firefox-i18n-23.0/eo.xpi) = 4e8d924d34755d987eea58cf4f285284003f42696f8ac53e5b34d94ed8d031ae -SIZE (xpi/firefox-i18n-23.0/eo.xpi) = 333550 -SHA256 (xpi/firefox-i18n-23.0/es-AR.xpi) = 1ce72cec98422a6bf65a9ba7315ecaaef97fbff8185f26416c06301307c8e8ae -SIZE (xpi/firefox-i18n-23.0/es-AR.xpi) = 332702 -SHA256 (xpi/firefox-i18n-23.0/es-CL.xpi) = e7883be5d3f1bf90e44df1cb264accdc7027c86fecb10be813ebfb86580b0fa9 -SIZE (xpi/firefox-i18n-23.0/es-CL.xpi) = 288650 -SHA256 (xpi/firefox-i18n-23.0/es-ES.xpi) = b611cd894d257959b786f26700a4a0517da46c7abea010a7160c4a019d20d8bd -SIZE (xpi/firefox-i18n-23.0/es-ES.xpi) = 278341 -SHA256 (xpi/firefox-i18n-23.0/es-MX.xpi) = 1968519496ab24388153d129b289641c057960c95eabcb1a41644c3cc5e61294 -SIZE (xpi/firefox-i18n-23.0/es-MX.xpi) = 299977 -SHA256 (xpi/firefox-i18n-23.0/et.xpi) = df10cd8da1bab2b68d9f8e62fad603dcae092a213255f093e334d169ad34d934 -SIZE (xpi/firefox-i18n-23.0/et.xpi) = 326111 -SHA256 (xpi/firefox-i18n-23.0/eu.xpi) = 6724f528629c17c4aa1c08291804384232b2aca9dec29daddc334afe318fc67b -SIZE (xpi/firefox-i18n-23.0/eu.xpi) = 331012 -SHA256 (xpi/firefox-i18n-23.0/fa.xpi) = d793eb9f4b3f87cff198f97d58d097cb57478dff19f8d3558f2b4d72516c65d3 -SIZE (xpi/firefox-i18n-23.0/fa.xpi) = 372628 -SHA256 (xpi/firefox-i18n-23.0/fi.xpi) = 729f3fa0261730ae0a81f6fdce83cf990ba5e2be3a458fb5c0e61c2edd1ae02c -SIZE (xpi/firefox-i18n-23.0/fi.xpi) = 331330 -SHA256 (xpi/firefox-i18n-23.0/fr.xpi) = 0b68515b49cd129dabe371596b2f7149629028eab574ff80413685c7ab6eb327 -SIZE (xpi/firefox-i18n-23.0/fr.xpi) = 338028 -SHA256 (xpi/firefox-i18n-23.0/fy-NL.xpi) = 53a0d9a6f28ecf06c58a981b6f2eccd1cbec4c62f073ed47b87731e8a97f1ac6 -SIZE (xpi/firefox-i18n-23.0/fy-NL.xpi) = 335449 -SHA256 (xpi/firefox-i18n-23.0/ga-IE.xpi) = e2c6bf5fe75efcb334e53ce4df92d5be8243fb3622e4bc5a56a9aaff6d769dce -SIZE (xpi/firefox-i18n-23.0/ga-IE.xpi) = 343744 -SHA256 (xpi/firefox-i18n-23.0/gl.xpi) = 7ce8d52a43c88ca41f9211df7bce7308112cb7798b4c3e7a72b96ffd55215253 -SIZE (xpi/firefox-i18n-23.0/gl.xpi) = 333639 -SHA256 (xpi/firefox-i18n-23.0/gu-IN.xpi) = 6101fba9779ca0e849d886c6b4949cea7d00fe1cc081a7bd4a71f746574109a9 -SIZE (xpi/firefox-i18n-23.0/gu-IN.xpi) = 360068 -SHA256 (xpi/firefox-i18n-23.0/he.xpi) = 0ff4ec4b6bc33538de55028733ff8fb7f551405b064cf4708874e82027ed7d05 -SIZE (xpi/firefox-i18n-23.0/he.xpi) = 351645 -SHA256 (xpi/firefox-i18n-23.0/hi-IN.xpi) = d47db705f8b35c9f0328fefd51f527840a60faad5ce42e62e9b2821c18d7b9d9 -SIZE (xpi/firefox-i18n-23.0/hi-IN.xpi) = 377468 -SHA256 (xpi/firefox-i18n-23.0/hr.xpi) = bda10cfe04a21aaa4b41d5fcb1ec85ec43e735de9c0cbba67cbd4080d9a62eea -SIZE (xpi/firefox-i18n-23.0/hr.xpi) = 335431 -SHA256 (xpi/firefox-i18n-23.0/hu.xpi) = 6ce9c6beda803ded950c8cfdbe48a0bc57ecd09a85abb84517ffbf58c49406a0 -SIZE (xpi/firefox-i18n-23.0/hu.xpi) = 342505 -SHA256 (xpi/firefox-i18n-23.0/hy-AM.xpi) = 49632ab2496f730ed239fd71a206b8da43960adf62155d391e0b820951244deb -SIZE (xpi/firefox-i18n-23.0/hy-AM.xpi) = 378651 -SHA256 (xpi/firefox-i18n-23.0/id.xpi) = 1cfbd74bb35a908f7ec1a7afefcc1f322b01ab1b6da932c46608c8698ee92fb3 -SIZE (xpi/firefox-i18n-23.0/id.xpi) = 318472 -SHA256 (xpi/firefox-i18n-23.0/is.xpi) = 357a21c539058667c4e021e5b8d8fc23ceefe6e4653e10f8d232ca15e0f5b275 -SIZE (xpi/firefox-i18n-23.0/is.xpi) = 330561 -SHA256 (xpi/firefox-i18n-23.0/it.xpi) = 9c379ad73c5e4e8a5d90209bb50487f484350215bb55ef779d768b0cf6eae6bf -SIZE (xpi/firefox-i18n-23.0/it.xpi) = 272505 -SHA256 (xpi/firefox-i18n-23.0/ja.xpi) = fdd2297d43f154bebcefcee627cc7da6f2e75f5621f3e88872fcea6db6a495c9 -SIZE (xpi/firefox-i18n-23.0/ja.xpi) = 369564 -SHA256 (xpi/firefox-i18n-23.0/kk.xpi) = 4aa9907ac906bf479a6162dd0ce2362674002132afa113976c5ccbecc126caf7 -SIZE (xpi/firefox-i18n-23.0/kk.xpi) = 381213 -SHA256 (xpi/firefox-i18n-23.0/kn.xpi) = 1ff2a0d92a0574d7ffba7de2ab68c56304a38c958b4b954f5d8e9ad3cf19203c -SIZE (xpi/firefox-i18n-23.0/kn.xpi) = 386149 -SHA256 (xpi/firefox-i18n-23.0/ko.xpi) = 338b7d3aee28efad489e93a95cc05b5c5d8cde9d181bec41eb36a40b483d3c36 -SIZE (xpi/firefox-i18n-23.0/ko.xpi) = 344588 -SHA256 (xpi/firefox-i18n-23.0/ku.xpi) = bf3afcd47186d91327ab89ee22c3fbc164c33af8b42bbe07eaa1ad21cbed85cf -SIZE (xpi/firefox-i18n-23.0/ku.xpi) = 353895 -SHA256 (xpi/firefox-i18n-23.0/lg.xpi) = 5c72dc67efd5956b15623f4011473d25994e23a7edaeecd03c37d7847257360a -SIZE (xpi/firefox-i18n-23.0/lg.xpi) = 348084 -SHA256 (xpi/firefox-i18n-23.0/lt.xpi) = df098d7ca24230be34740fb8f87859de3729bfc20ad494e00c147de79175462b -SIZE (xpi/firefox-i18n-23.0/lt.xpi) = 350812 -SHA256 (xpi/firefox-i18n-23.0/lv.xpi) = b84705c5d91088b6244d87d7c21ada96d4561c031166806c1af1c21eb78ded01 -SIZE (xpi/firefox-i18n-23.0/lv.xpi) = 328567 -SHA256 (xpi/firefox-i18n-23.0/mai.xpi) = fa333d8f8a11b074e234a24cd54e9303f62571d0950003559e0ff60795af4486 -SIZE (xpi/firefox-i18n-23.0/mai.xpi) = 375990 -SHA256 (xpi/firefox-i18n-23.0/mk.xpi) = 7bf6fc032634ab18a448d88ac6926324bf3d775c832418903ff8500136056d36 -SIZE (xpi/firefox-i18n-23.0/mk.xpi) = 373116 -SHA256 (xpi/firefox-i18n-23.0/ml.xpi) = 6c2e63577d468dddbbd05aeadd9ce39194ded56e96240a3a856029cf4b3604d7 -SIZE (xpi/firefox-i18n-23.0/ml.xpi) = 397891 -SHA256 (xpi/firefox-i18n-23.0/mr.xpi) = b286f29c15b3dadac1a8f57e360578012657a683d19819c62738e0152992a68b -SIZE (xpi/firefox-i18n-23.0/mr.xpi) = 374966 -SHA256 (xpi/firefox-i18n-23.0/nb-NO.xpi) = d92fa4fd8f9905e070177ddc3c3e4ed724f0689f4a71108472067c312f9e9da4 -SIZE (xpi/firefox-i18n-23.0/nb-NO.xpi) = 329365 -SHA256 (xpi/firefox-i18n-23.0/nl.xpi) = e8c107b030c791b839637c393ff465d47a9e851171dd14c54e0a0a7d036a0f91 -SIZE (xpi/firefox-i18n-23.0/nl.xpi) = 330284 -SHA256 (xpi/firefox-i18n-23.0/nn-NO.xpi) = a40e3879b8eb2096fbbb65d05248a884f8fc16524af11424dc30db5e62d4fa93 -SIZE (xpi/firefox-i18n-23.0/nn-NO.xpi) = 330070 -SHA256 (xpi/firefox-i18n-23.0/nso.xpi) = 28004f5b3dbfa6706886994ababafd40fb51da15cc2ad13226d729b647998a48 -SIZE (xpi/firefox-i18n-23.0/nso.xpi) = 332702 -SHA256 (xpi/firefox-i18n-23.0/or.xpi) = a2499a51416b9df5ff552a596515056cc77eef2be22c2c1d6ab632974b366def -SIZE (xpi/firefox-i18n-23.0/or.xpi) = 366758 -SHA256 (xpi/firefox-i18n-23.0/pa-IN.xpi) = b0247b3bd127b2f3706893e4820a707a8276184c3c32b9326df3bbb316252917 -SIZE (xpi/firefox-i18n-23.0/pa-IN.xpi) = 365286 -SHA256 (xpi/firefox-i18n-23.0/pl.xpi) = 46303bca8ef23942b700675c7283e5986fdc6651676762d56bea12dea405b72c -SIZE (xpi/firefox-i18n-23.0/pl.xpi) = 340767 -SHA256 (xpi/firefox-i18n-23.0/pt-BR.xpi) = dc389f8085c11c4e5cfd82409a2280583b22bd795c0240cf8eafafa85e517321 -SIZE (xpi/firefox-i18n-23.0/pt-BR.xpi) = 333263 -SHA256 (xpi/firefox-i18n-23.0/pt-PT.xpi) = 77df87937ac1a14e8b84617b2ebd4e3dcf90a84211ff58d8eee048b78b50e065 -SIZE (xpi/firefox-i18n-23.0/pt-PT.xpi) = 331617 -SHA256 (xpi/firefox-i18n-23.0/rm.xpi) = dd54ca9ad65acffeb4d68c5110d32cd889f1aa688acb8d638977fd2effe49da1 -SIZE (xpi/firefox-i18n-23.0/rm.xpi) = 336476 -SHA256 (xpi/firefox-i18n-23.0/ro.xpi) = 4506239b3f8a7c2cf61c390a3341004c13ba0200cbbc023ddb6b7bc183dc2f8d -SIZE (xpi/firefox-i18n-23.0/ro.xpi) = 363859 -SHA256 (xpi/firefox-i18n-23.0/ru.xpi) = f9c4e988f717a24022b5d53726381fc3501e86e36b276307b860d6d4847f8fc4 -SIZE (xpi/firefox-i18n-23.0/ru.xpi) = 323396 -SHA256 (xpi/firefox-i18n-23.0/si.xpi) = c90411a77609f29a9186651ad17c2e536eebdb1a75ea6f05deae19730a4f04dd -SIZE (xpi/firefox-i18n-23.0/si.xpi) = 371040 -SHA256 (xpi/firefox-i18n-23.0/sk.xpi) = b107525402df0cf159fe39de63e4d723ce5fcbb05a916988fb38d9f72408c680 -SIZE (xpi/firefox-i18n-23.0/sk.xpi) = 346642 -SHA256 (xpi/firefox-i18n-23.0/sl.xpi) = a79940578e590ce58814d9fb29a160f4ed83aefa71f52ac19354b239ea0523e5 -SIZE (xpi/firefox-i18n-23.0/sl.xpi) = 331750 -SHA256 (xpi/firefox-i18n-23.0/son.xpi) = 2c4dc8f4bcbf4bf61a6fea66a95d399d0562a8005945167d0cca32e0e7a141c1 -SIZE (xpi/firefox-i18n-23.0/son.xpi) = 327536 -SHA256 (xpi/firefox-i18n-23.0/sq.xpi) = a4be91ec74e1d1d9c38dc6a5dd617cd9257f2a7ac0acda296f357373f083f565 -SIZE (xpi/firefox-i18n-23.0/sq.xpi) = 337351 -SHA256 (xpi/firefox-i18n-23.0/sr.xpi) = dee5a813cbba7291986e7480763865a58761b6986f0bf419da7f443bfb69fca7 -SIZE (xpi/firefox-i18n-23.0/sr.xpi) = 383307 -SHA256 (xpi/firefox-i18n-23.0/sv-SE.xpi) = f7bf67cc9a40f4ffd0cfc29b5e97cacf6e0527a38934a86bb05e231e6adf00f2 -SIZE (xpi/firefox-i18n-23.0/sv-SE.xpi) = 332160 -SHA256 (xpi/firefox-i18n-23.0/ta-LK.xpi) = b25166fb6f6f4d3a247333a80f1627fe8f395438415b62a00d641576832ffd48 -SIZE (xpi/firefox-i18n-23.0/ta-LK.xpi) = 382507 -SHA256 (xpi/firefox-i18n-23.0/ta.xpi) = f755bb60998ec6e96c7be1560a2cc04671800fe1b5f55bc14a5db6a0ac640e71 -SIZE (xpi/firefox-i18n-23.0/ta.xpi) = 379873 -SHA256 (xpi/firefox-i18n-23.0/te.xpi) = 72ea93ea5aeda66aea71b5cf5c6db87527d5ac63f166521bf2a2579fdb44670e -SIZE (xpi/firefox-i18n-23.0/te.xpi) = 393197 -SHA256 (xpi/firefox-i18n-23.0/th.xpi) = cacbde5afef3b4eea276943c892d27a18f733d6624a6f40499f4c31951aa2ad0 -SIZE (xpi/firefox-i18n-23.0/th.xpi) = 376175 -SHA256 (xpi/firefox-i18n-23.0/tr.xpi) = 5a41abe1e2e4e24afb4f363d2a2f9a311e500f0010342cf29288e595557a7b46 -SIZE (xpi/firefox-i18n-23.0/tr.xpi) = 338837 -SHA256 (xpi/firefox-i18n-23.0/uk.xpi) = 1a7dbd32d6866763b5531da43fc237469ea9a6b623ded6ea164f46cfd60d8ec1 -SIZE (xpi/firefox-i18n-23.0/uk.xpi) = 364675 -SHA256 (xpi/firefox-i18n-23.0/vi.xpi) = 9e55c6ce9b91e2d4831fe56e0dfbfcc9e533fe858496191a6a2d36e6f84e771a -SIZE (xpi/firefox-i18n-23.0/vi.xpi) = 353841 -SHA256 (xpi/firefox-i18n-23.0/zh-CN.xpi) = 872efce7eeaeb3360de14960a4e3e0dd984e1717d9b547ab8bda8db3d6f32628 -SIZE (xpi/firefox-i18n-23.0/zh-CN.xpi) = 356629 -SHA256 (xpi/firefox-i18n-23.0/zh-TW.xpi) = cb81271870355cac22150d00b1d0dee88a17b5b810160a2151295695d703024c -SIZE (xpi/firefox-i18n-23.0/zh-TW.xpi) = 350212 -SHA256 (xpi/firefox-i18n-23.0/zu.xpi) = 2b04eb6c9cc7aae57c4fffc4e77d2c8271122073c1eb568078a326659ac329b8 -SIZE (xpi/firefox-i18n-23.0/zu.xpi) = 332833 +SHA256 (xpi/firefox-i18n-23.0.1/af.xpi) = f4ff8b0b133fa145cd59ab900533a26391b06153d964bc595a734f8cdef37a2a +SIZE (xpi/firefox-i18n-23.0.1/af.xpi) = 327796 +SHA256 (xpi/firefox-i18n-23.0.1/ak.xpi) = f0ed7470ed044f20a2e6985eb7b992ac0ebd8b0fcf888644e559bb699d8f5436 +SIZE (xpi/firefox-i18n-23.0.1/ak.xpi) = 337916 +SHA256 (xpi/firefox-i18n-23.0.1/ar.xpi) = ffefd8a9619b7b718400e520c6eb8f5f74c300988e13a53876332f2f87aa83d7 +SIZE (xpi/firefox-i18n-23.0.1/ar.xpi) = 357346 +SHA256 (xpi/firefox-i18n-23.0.1/ast.xpi) = 5d072e0095a2e8a235af988d52fdce571e244063486312518448a7494553cba6 +SIZE (xpi/firefox-i18n-23.0.1/ast.xpi) = 292700 +SHA256 (xpi/firefox-i18n-23.0.1/be.xpi) = 184bb8fd71c5bdba6741f747ecead67dae59c5bc717a8e84aa2697659fd867da +SIZE (xpi/firefox-i18n-23.0.1/be.xpi) = 317603 +SHA256 (xpi/firefox-i18n-23.0.1/bg.xpi) = ed667eff766d403d37fe51d99e1409c3ac4903e3693ce64daf2b9d0a7ae15d31 +SIZE (xpi/firefox-i18n-23.0.1/bg.xpi) = 369531 +SHA256 (xpi/firefox-i18n-23.0.1/bn-BD.xpi) = 3f3924a2b0d57b901f054727384ce3d5b6c70c4da727d38c55e55802fa754699 +SIZE (xpi/firefox-i18n-23.0.1/bn-BD.xpi) = 391939 +SHA256 (xpi/firefox-i18n-23.0.1/bn-IN.xpi) = 0ee5943baf77a1719a56cf6df031adb2fc18dacc40962acb4dcedef3ea90c56c +SIZE (xpi/firefox-i18n-23.0.1/bn-IN.xpi) = 425715 +SHA256 (xpi/firefox-i18n-23.0.1/br.xpi) = 520217db2b38fb2c1c5fec1d97fb73a05d0fd4487704fe2c34627ad5d096060a +SIZE (xpi/firefox-i18n-23.0.1/br.xpi) = 328973 +SHA256 (xpi/firefox-i18n-23.0.1/bs.xpi) = 1d613fdd64eabd71225221ff80123f6a885938cb5c6345e6a35e1d1a8955ab4b +SIZE (xpi/firefox-i18n-23.0.1/bs.xpi) = 338255 +SHA256 (xpi/firefox-i18n-23.0.1/ca.xpi) = 4f9590d663658e509930999e6899e01ced87b23fcdab532380e5c5216574ab82 +SIZE (xpi/firefox-i18n-23.0.1/ca.xpi) = 339900 +SHA256 (xpi/firefox-i18n-23.0.1/cs.xpi) = 3d26a75900e9cce6f5e726336871733f78fc153a6f6ee2658197a3cc7547c2d8 +SIZE (xpi/firefox-i18n-23.0.1/cs.xpi) = 335893 +SHA256 (xpi/firefox-i18n-23.0.1/cy.xpi) = 69f5dd119b6438d30094ffcf32ebe10d3621ac9eae614a75fd66b6d122497e6d +SIZE (xpi/firefox-i18n-23.0.1/cy.xpi) = 329217 +SHA256 (xpi/firefox-i18n-23.0.1/da.xpi) = e8b2c5535b094c0227b1de1238ba3ef342d39197e0842b6dcc22b74efad9aa86 +SIZE (xpi/firefox-i18n-23.0.1/da.xpi) = 325396 +SHA256 (xpi/firefox-i18n-23.0.1/de.xpi) = fd64e657cff95edd893e95404b9d4b64703f6e0af7e719a608015c5be87db38f +SIZE (xpi/firefox-i18n-23.0.1/de.xpi) = 321439 +SHA256 (xpi/firefox-i18n-23.0.1/el.xpi) = 1049af74d18618d9e319f4b3e12e4c1b6b11eac7a3ef3dcc6b2f056f8d2edd13 +SIZE (xpi/firefox-i18n-23.0.1/el.xpi) = 361841 +SHA256 (xpi/firefox-i18n-23.0.1/en-GB.xpi) = b6e4a686bb7d0874f7be82ccb1bfe1e74ead0a8e300585513c8e138842ec8f3a +SIZE (xpi/firefox-i18n-23.0.1/en-GB.xpi) = 317396 +SHA256 (xpi/firefox-i18n-23.0.1/en-US.xpi) = e0c699fef8d9236cb2d36fa17380ad726eb91c0e00a2c509011c6397060918b5 +SIZE (xpi/firefox-i18n-23.0.1/en-US.xpi) = 319723 +SHA256 (xpi/firefox-i18n-23.0.1/en-ZA.xpi) = 4329140bf5fad45d82bcdf3059a04d5bb337f698f4ba8454d1e4c7c3fba09170 +SIZE (xpi/firefox-i18n-23.0.1/en-ZA.xpi) = 315905 +SHA256 (xpi/firefox-i18n-23.0.1/eo.xpi) = 042034ed962bb7bb7bb1e1b7a667feec4cd3a39225d3d1f2e6d46a571e3add02 +SIZE (xpi/firefox-i18n-23.0.1/eo.xpi) = 333542 +SHA256 (xpi/firefox-i18n-23.0.1/es-AR.xpi) = 1702463fdff15dcaca0c16a2224562502bd715c328baa3b1241d632eabad21d5 +SIZE (xpi/firefox-i18n-23.0.1/es-AR.xpi) = 332695 +SHA256 (xpi/firefox-i18n-23.0.1/es-CL.xpi) = 634f4eb908cbad3f0300c43b576f3957d68d4f328622bbe79f10cc66c606f3ab +SIZE (xpi/firefox-i18n-23.0.1/es-CL.xpi) = 288643 +SHA256 (xpi/firefox-i18n-23.0.1/es-ES.xpi) = e49080d8b76693f1b85c2eab6861757ddd2cd776b33045ad53fbd560d73d2b2a +SIZE (xpi/firefox-i18n-23.0.1/es-ES.xpi) = 278333 +SHA256 (xpi/firefox-i18n-23.0.1/es-MX.xpi) = cf835fdc7aada4d457721b498e439edefa93deeb580daa04a214d331ed8480b1 +SIZE (xpi/firefox-i18n-23.0.1/es-MX.xpi) = 299970 +SHA256 (xpi/firefox-i18n-23.0.1/et.xpi) = f1591718cc63ab87ec4a29fb724d7ffc30e93687f55405731c04bd9078c2f3a8 +SIZE (xpi/firefox-i18n-23.0.1/et.xpi) = 326104 +SHA256 (xpi/firefox-i18n-23.0.1/eu.xpi) = 00aaa513c5abd90e94d38556ea18f5df6fabfae49e2207910f9029a0a97dce28 +SIZE (xpi/firefox-i18n-23.0.1/eu.xpi) = 331004 +SHA256 (xpi/firefox-i18n-23.0.1/fa.xpi) = 551edf46a56ba9e5bdfa67e5e8e45144b334809d6032ce4736143794ecf8e1c1 +SIZE (xpi/firefox-i18n-23.0.1/fa.xpi) = 372623 +SHA256 (xpi/firefox-i18n-23.0.1/fi.xpi) = 9dc4ae7b2d742019041cfef325d9fe1422526ea3d01b6bc0e01d9d6137a88e4b +SIZE (xpi/firefox-i18n-23.0.1/fi.xpi) = 331323 +SHA256 (xpi/firefox-i18n-23.0.1/fr.xpi) = e25a14b688ff18183084d85cc1873d2e752e3130298e1d7722ccfebc88e02b10 +SIZE (xpi/firefox-i18n-23.0.1/fr.xpi) = 338010 +SHA256 (xpi/firefox-i18n-23.0.1/fy-NL.xpi) = 4469b60003cfef7cc988942c378f1c342b1d87b0c85f528d0ab1e2ea7abe7922 +SIZE (xpi/firefox-i18n-23.0.1/fy-NL.xpi) = 335444 +SHA256 (xpi/firefox-i18n-23.0.1/ga-IE.xpi) = 60b8248fef50ada3a91efed816b0df09370161f9584f857485f02c115879419e +SIZE (xpi/firefox-i18n-23.0.1/ga-IE.xpi) = 343736 +SHA256 (xpi/firefox-i18n-23.0.1/gl.xpi) = baf4b2c0b6857d1ca3b1a4aa03417ba43d2241dd347f009215529e30c4bfff52 +SIZE (xpi/firefox-i18n-23.0.1/gl.xpi) = 333632 +SHA256 (xpi/firefox-i18n-23.0.1/gu-IN.xpi) = 715617c0dc8bc9ad80e38f6bacf9d9b6ece8c26c4a0e1bf938667b0bd406fa28 +SIZE (xpi/firefox-i18n-23.0.1/gu-IN.xpi) = 360063 +SHA256 (xpi/firefox-i18n-23.0.1/he.xpi) = 1fba8f68248e853e252820e7d4c9833847654987b0bc9a924bac0ac82b314075 +SIZE (xpi/firefox-i18n-23.0.1/he.xpi) = 351639 +SHA256 (xpi/firefox-i18n-23.0.1/hi-IN.xpi) = 7f3cb1789d9d4dfe0d053cc73bb769f4bb3a4e99ba5a04d5abf93bc0c5d8927a +SIZE (xpi/firefox-i18n-23.0.1/hi-IN.xpi) = 377459 +SHA256 (xpi/firefox-i18n-23.0.1/hr.xpi) = 5f4f9cb9a8169ff5097fc4a52eb4f47426a04e48a793ff3537600597e573940a +SIZE (xpi/firefox-i18n-23.0.1/hr.xpi) = 335424 +SHA256 (xpi/firefox-i18n-23.0.1/hu.xpi) = 10c071a1c733675d6a5a7a0604e02d67760bd75786ae39db4b3d424ed4138497 +SIZE (xpi/firefox-i18n-23.0.1/hu.xpi) = 342497 +SHA256 (xpi/firefox-i18n-23.0.1/hy-AM.xpi) = 734820393af49dbf4b4083bb467aaa2d064ec0ab7ee54c97aeabd25d6b67c1e1 +SIZE (xpi/firefox-i18n-23.0.1/hy-AM.xpi) = 378643 +SHA256 (xpi/firefox-i18n-23.0.1/id.xpi) = a414f9008902781cf3c9327ec1a6e98ebe7a7bf326c80eb62e8a08fc8d24c82b +SIZE (xpi/firefox-i18n-23.0.1/id.xpi) = 318464 +SHA256 (xpi/firefox-i18n-23.0.1/is.xpi) = f6b0e00c7e5d8d1dcdcaee9a25113f2aa6775cb324ba1a77ced65fef79ff7a16 +SIZE (xpi/firefox-i18n-23.0.1/is.xpi) = 330554 +SHA256 (xpi/firefox-i18n-23.0.1/it.xpi) = 27973a8196c0b05b9c3e39ed9ce5f9ddf1cf794383dec2369fdc43e1a9ebd078 +SIZE (xpi/firefox-i18n-23.0.1/it.xpi) = 272498 +SHA256 (xpi/firefox-i18n-23.0.1/ja.xpi) = 1d0db6ea591314328be18a97c6fc40f7a59916b7cf1103f1b565f342c48b845c +SIZE (xpi/firefox-i18n-23.0.1/ja.xpi) = 369558 +SHA256 (xpi/firefox-i18n-23.0.1/kk.xpi) = a39a46e8d51282ed1616ede59c55d614bfd26657f99c8d51ec2420525e61363e +SIZE (xpi/firefox-i18n-23.0.1/kk.xpi) = 381206 +SHA256 (xpi/firefox-i18n-23.0.1/kn.xpi) = e5dfbac4c77d025fbfb98d3907d3b055113fe27631efef6161f6de92865b1f30 +SIZE (xpi/firefox-i18n-23.0.1/kn.xpi) = 386143 +SHA256 (xpi/firefox-i18n-23.0.1/ko.xpi) = 79aa94806a8a5f9bc7bd7c0edf9450c7ab9c25c864b8ecd18f43749909badd94 +SIZE (xpi/firefox-i18n-23.0.1/ko.xpi) = 344582 +SHA256 (xpi/firefox-i18n-23.0.1/ku.xpi) = f58755a571eb34e319fce4da0be054693391b7126b49983da0c7aeb67fde7938 +SIZE (xpi/firefox-i18n-23.0.1/ku.xpi) = 353893 +SHA256 (xpi/firefox-i18n-23.0.1/lg.xpi) = 72ea6146355d150eb3f8f158984da22b07345e2d07eb479738d6cbcf47c4eadf +SIZE (xpi/firefox-i18n-23.0.1/lg.xpi) = 348076 +SHA256 (xpi/firefox-i18n-23.0.1/lt.xpi) = 8a5f00578b4dc77fe7dba138fb285009d44c0572b394fbf9bb7f57586f6238d4 +SIZE (xpi/firefox-i18n-23.0.1/lt.xpi) = 350804 +SHA256 (xpi/firefox-i18n-23.0.1/lv.xpi) = c589434dd4ddce76434347c3687dc0b68b4e8024b23006a56a9c98bd76e4948d +SIZE (xpi/firefox-i18n-23.0.1/lv.xpi) = 328561 +SHA256 (xpi/firefox-i18n-23.0.1/mai.xpi) = 47629ea9d240587833300946e8ee5119707531691a9ea164d820779e9d74aaca +SIZE (xpi/firefox-i18n-23.0.1/mai.xpi) = 375980 +SHA256 (xpi/firefox-i18n-23.0.1/mk.xpi) = c1dfa311908b00dc519ca5a35b45c87c7f142ea704f2d6037d09f031899c060f +SIZE (xpi/firefox-i18n-23.0.1/mk.xpi) = 373110 +SHA256 (xpi/firefox-i18n-23.0.1/ml.xpi) = 8126fd67bbe4cffe9b0f4678b2da0677fa0741a60d4dd1e3295b54401e6267a8 +SIZE (xpi/firefox-i18n-23.0.1/ml.xpi) = 397885 +SHA256 (xpi/firefox-i18n-23.0.1/mr.xpi) = 57184fd57a5b27c2cc4f3ec4f0347944fad12dd7e0f73d3cdd39e120199c6c22 +SIZE (xpi/firefox-i18n-23.0.1/mr.xpi) = 374960 +SHA256 (xpi/firefox-i18n-23.0.1/nb-NO.xpi) = ed84824080fc2d9a3f183a40b589d04384f5bd7b1b8367eb323a40bb6d769ce8 +SIZE (xpi/firefox-i18n-23.0.1/nb-NO.xpi) = 329357 +SHA256 (xpi/firefox-i18n-23.0.1/nl.xpi) = df5c8b4d678a07f1bbb5027c5b00b6cd99a18c0113980737efde73269f0293f6 +SIZE (xpi/firefox-i18n-23.0.1/nl.xpi) = 330276 +SHA256 (xpi/firefox-i18n-23.0.1/nn-NO.xpi) = 332ee86f60f4465c9ad1888ede13ba9701149b2ecf4c5b5b25c3f310a09667ad +SIZE (xpi/firefox-i18n-23.0.1/nn-NO.xpi) = 330063 +SHA256 (xpi/firefox-i18n-23.0.1/nso.xpi) = a289fac6d9d40cdccfdc261fe12c058c5fd3f94d4d5ebdaa90a3628558551dfa +SIZE (xpi/firefox-i18n-23.0.1/nso.xpi) = 332692 +SHA256 (xpi/firefox-i18n-23.0.1/or.xpi) = 27b50cb2079ced76218dd4e56d20ed885faffb4d49ff80f8fd10d8b6848e79cd +SIZE (xpi/firefox-i18n-23.0.1/or.xpi) = 366750 +SHA256 (xpi/firefox-i18n-23.0.1/pa-IN.xpi) = bf716bc5df76fa8ddd878e4a1825a4f6b41f8ebb0546bacd3de29efb6dea7048 +SIZE (xpi/firefox-i18n-23.0.1/pa-IN.xpi) = 365279 +SHA256 (xpi/firefox-i18n-23.0.1/pl.xpi) = 09b9ef8ac7a1c811549018e8ccf8e1c5a48771a56aabd82ff69584c73fcfae9f +SIZE (xpi/firefox-i18n-23.0.1/pl.xpi) = 340759 +SHA256 (xpi/firefox-i18n-23.0.1/pt-BR.xpi) = 932d33ceb971c3a1b0ce1f9f0989153f7df899c6fd610137cca0252f13dbe5ce +SIZE (xpi/firefox-i18n-23.0.1/pt-BR.xpi) = 333255 +SHA256 (xpi/firefox-i18n-23.0.1/pt-PT.xpi) = 9f7f939eea9d39431dcf18fd7c5d5e3d175849354ffb4223e26f13e8147ed0ec +SIZE (xpi/firefox-i18n-23.0.1/pt-PT.xpi) = 331609 +SHA256 (xpi/firefox-i18n-23.0.1/rm.xpi) = d00f3a87ac3cc917994a5f73956b633eb1ec5cbe0a5cc0dcde60319770d86df7 +SIZE (xpi/firefox-i18n-23.0.1/rm.xpi) = 336471 +SHA256 (xpi/firefox-i18n-23.0.1/ro.xpi) = 9e43f3750e6a09782c460a45ca5d590ef89cc58977cb4cb49c91d72d6239e2da +SIZE (xpi/firefox-i18n-23.0.1/ro.xpi) = 363851 +SHA256 (xpi/firefox-i18n-23.0.1/ru.xpi) = 8c82b6b3e31d9c5b82149c7d5bd4109b852fc3303d6b6f1eaa98a88a9a7079e9 +SIZE (xpi/firefox-i18n-23.0.1/ru.xpi) = 323389 +SHA256 (xpi/firefox-i18n-23.0.1/si.xpi) = 5f7908cfd0ec3fd36c883fda7eae42f822190a34b4e4a1bd7bff77d3674db238 +SIZE (xpi/firefox-i18n-23.0.1/si.xpi) = 371034 +SHA256 (xpi/firefox-i18n-23.0.1/sk.xpi) = 110dc0908c0e9f8eddc1a58d72d1c931533da48c03eb4f2a1d18cd6435b758a3 +SIZE (xpi/firefox-i18n-23.0.1/sk.xpi) = 346634 +SHA256 (xpi/firefox-i18n-23.0.1/sl.xpi) = 4f185ff521f9239d7c2e66bad1934d6fe563a0e11556d342c771fced57f7b067 +SIZE (xpi/firefox-i18n-23.0.1/sl.xpi) = 331742 +SHA256 (xpi/firefox-i18n-23.0.1/son.xpi) = 66ea2802f06a3dfb6377a6c3011473cec23ca5239e2734abcf261141bb08e2a4 +SIZE (xpi/firefox-i18n-23.0.1/son.xpi) = 327531 +SHA256 (xpi/firefox-i18n-23.0.1/sq.xpi) = 627efd49ee5f60065541770375fbfc1d131b501c9877402aedb5f4468bafd9f1 +SIZE (xpi/firefox-i18n-23.0.1/sq.xpi) = 337344 +SHA256 (xpi/firefox-i18n-23.0.1/sr.xpi) = d3706463e179630e33fae2ac796c92ede69ea22094d4590225f3b5e9784fcac3 +SIZE (xpi/firefox-i18n-23.0.1/sr.xpi) = 383301 +SHA256 (xpi/firefox-i18n-23.0.1/sv-SE.xpi) = 86b34a81d88e658024e15635472b93f0549248649baf33e1e31f3dbefbbcff84 +SIZE (xpi/firefox-i18n-23.0.1/sv-SE.xpi) = 332153 +SHA256 (xpi/firefox-i18n-23.0.1/ta-LK.xpi) = ae46608b0c9bb9eeafcc9a81e76616a9c51a01ec3137aeb70bd10e661f8a0480 +SIZE (xpi/firefox-i18n-23.0.1/ta-LK.xpi) = 382499 +SHA256 (xpi/firefox-i18n-23.0.1/ta.xpi) = ae0be3c5e834a9bb864aa2f5ea80040a6a231035dc4fe5c4c4f62696d601ce83 +SIZE (xpi/firefox-i18n-23.0.1/ta.xpi) = 379865 +SHA256 (xpi/firefox-i18n-23.0.1/te.xpi) = 42dc298216d9f8403aae4b9fb75a0b27fb6d7aff2cf574ec86d630140edc8ae5 +SIZE (xpi/firefox-i18n-23.0.1/te.xpi) = 393187 +SHA256 (xpi/firefox-i18n-23.0.1/th.xpi) = 9d089cab64ac373cba75c9fd63dbb81e643e231e1ec424a29b505ae95258381b +SIZE (xpi/firefox-i18n-23.0.1/th.xpi) = 376169 +SHA256 (xpi/firefox-i18n-23.0.1/tr.xpi) = b6ab3c207ad12a24b21d2432ca4dfb4ed1b90248cdea1b56c827aea405adbb42 +SIZE (xpi/firefox-i18n-23.0.1/tr.xpi) = 338830 +SHA256 (xpi/firefox-i18n-23.0.1/uk.xpi) = b2de82609267ae0ccf066eecd72cbfaade193f6f507136c27b94070614d9a3d9 +SIZE (xpi/firefox-i18n-23.0.1/uk.xpi) = 364668 +SHA256 (xpi/firefox-i18n-23.0.1/vi.xpi) = 788f72f616132da8f122e79f5c249ca2f7436e119239ab85ac5df773554b4d22 +SIZE (xpi/firefox-i18n-23.0.1/vi.xpi) = 353834 +SHA256 (xpi/firefox-i18n-23.0.1/zh-CN.xpi) = b5411b628f85f67f8681afadb939d438caf2ee5c614992101e3682e9a3387afb +SIZE (xpi/firefox-i18n-23.0.1/zh-CN.xpi) = 356623 +SHA256 (xpi/firefox-i18n-23.0.1/zh-TW.xpi) = 9d6a4c277f83ca8b3a7cff939d3ae3b0a43870aab7114263a8c7b3ffdc61ecac +SIZE (xpi/firefox-i18n-23.0.1/zh-TW.xpi) = 350205 +SHA256 (xpi/firefox-i18n-23.0.1/zu.xpi) = 0c76121f2ac9a91ccd5dc10fb7733d3337d0245d2c70fa46f8ab56724f2c5db4 +SIZE (xpi/firefox-i18n-23.0.1/zu.xpi) = 332827 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Aug 17 13:08:13 2013 (r324841) +++ head/www/firefox/Makefile Sat Aug 17 13:17:58 2013 (r324842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 23.0 +DISTVERSION= 23.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sat Aug 17 13:08:13 2013 (r324841) +++ head/www/firefox/distinfo Sat Aug 17 13:17:58 2013 (r324842) @@ -1,2 +1,2 @@ -SHA256 (firefox-23.0.source.tar.bz2) = 2d64bd12cfa80c57e4a7f4156c7b4fde725a6173dfe48e2fac12e1927faf563e -SIZE (firefox-23.0.source.tar.bz2) = 115821591 +SHA256 (firefox-23.0.1.source.tar.bz2) = bb2c2e99a03859ebd8c02b8bc4c57b39ccc97c55872c2737c433212c0ebe01cf +SIZE (firefox-23.0.1.source.tar.bz2) = 115727982 Modified: head/www/firefox/files/patch-bug897300 ============================================================================== --- head/www/firefox/files/patch-bug897300 Sat Aug 17 13:08:13 2013 (r324841) +++ head/www/firefox/files/patch-bug897300 Sat Aug 17 13:17:58 2013 (r324842) @@ -6,25 +6,14 @@ Bug897300: Correct mis-merge for pulse audio on Aurora from bug 886886 r=padenot a=bajaj diff --git a/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h b/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h ---- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h -+++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h -@@ -305,17 +305,17 @@ private: - - AudioMixerManagerLinuxPulse _mixerManager; - - WebRtc_UWord16 _inputDeviceIndex; - WebRtc_UWord16 _outputDeviceIndex; +--- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h.orig 2013-08-14 15:49:41.000000000 +0200 ++++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h 2013-08-17 12:47:34.551632139 +0200 +@@ -313,7 +313,7 @@ bool _inputDeviceIsSpecified; bool _outputDeviceIsSpecified; -- WebRtc_Word32 sampling_rate_hz; -+ WebRtc_Word32 sample_rate_hz_; +- WebRtc_UWord32 _samplingFreq; ++ WebRtc_UWord32 sample_rate_hz_; WebRtc_UWord8 _recChannels; WebRtc_UWord8 _playChannels; - AudioDeviceModule::BufferType _playBufType; - - private: - bool _initialized; - bool _recording; - From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 14:05:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3FD9773; Sat, 17 Aug 2013 14:05:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A18EB2992; Sat, 17 Aug 2013 14:05:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HE5DmQ055569; Sat, 17 Aug 2013 14:05:13 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HE5D5o055567; Sat, 17 Aug 2013 14:05:13 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308171405.r7HE5D5o055567@svn.freebsd.org> From: William Grzybowski Date: Sat, 17 Aug 2013 14:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324843 - head/net/py-kombu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 14:05:13 -0000 Author: wg Date: Sat Aug 17 14:05:12 2013 New Revision: 324843 URL: http://svnweb.freebsd.org/changeset/ports/324843 Log: net/py-kombu: update to 2.5.13 - Update to 2.5.13 Changes: https://github.com/celery/kombu/blob/2.5/Changelog Modified: head/net/py-kombu/Makefile head/net/py-kombu/distinfo Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Sat Aug 17 13:17:58 2013 (r324842) +++ head/net/py-kombu/Makefile Sat Aug 17 14:05:12 2013 (r324843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kombu -PORTVERSION= 2.5.12 +PORTVERSION= 2.5.13 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= AMQP messaging framework for Py LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.0.12:${PORTSDIR}/net/py-amqp \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.0.13:${PORTSDIR}/net/py-amqp \ ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson OPTIONS_DEFINE= BEANSTALK BOTO MONGODB REDIS SQLALCHEMY ZMQ Modified: head/net/py-kombu/distinfo ============================================================================== --- head/net/py-kombu/distinfo Sat Aug 17 13:17:58 2013 (r324842) +++ head/net/py-kombu/distinfo Sat Aug 17 14:05:12 2013 (r324843) @@ -1,2 +1,2 @@ -SHA256 (kombu-2.5.12.tar.gz) = cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09 -SIZE (kombu-2.5.12.tar.gz) = 306807 +SHA256 (kombu-2.5.13.tar.gz) = 017c8fd904797d8a7c5a902e048e3d1148e77f9c487a4a9e8a270abe9032895c +SIZE (kombu-2.5.13.tar.gz) = 307041 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 14:06:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D22185E; Sat, 17 Aug 2013 14:06:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFA84299C; Sat, 17 Aug 2013 14:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HE6o1n055946; Sat, 17 Aug 2013 14:06:50 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HE6oXQ055941; Sat, 17 Aug 2013 14:06:50 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308171406.r7HE6oXQ055941@svn.freebsd.org> From: William Grzybowski Date: Sat, 17 Aug 2013 14:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324844 - head/devel/py-billiard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 14:06:51 -0000 Author: wg Date: Sat Aug 17 14:06:50 2013 New Revision: 324844 URL: http://svnweb.freebsd.org/changeset/ports/324844 Log: devel/py-billiard: update to 2.7.3.32 - Update to 2.7.3.32 Changes: https://github.com/celery/billiard/blob/2.7/CHANGES.txt Modified: head/devel/py-billiard/Makefile head/devel/py-billiard/distinfo Modified: head/devel/py-billiard/Makefile ============================================================================== --- head/devel/py-billiard/Makefile Sat Aug 17 14:05:12 2013 (r324843) +++ head/devel/py-billiard/Makefile Sat Aug 17 14:06:50 2013 (r324844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= billiard -PORTVERSION= 2.7.3.31 +PORTVERSION= 2.7.3.32 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-billiard/distinfo ============================================================================== --- head/devel/py-billiard/distinfo Sat Aug 17 14:05:12 2013 (r324843) +++ head/devel/py-billiard/distinfo Sat Aug 17 14:06:50 2013 (r324844) @@ -1,2 +1,2 @@ -SHA256 (billiard-2.7.3.31.tar.gz) = 4e0f290d73a7fde7dbb0917e5a0542e454f0e0e459a27b2077d4782600acd4ae -SIZE (billiard-2.7.3.31.tar.gz) = 134743 +SHA256 (billiard-2.7.3.32.tar.gz) = 42e7ec8451bb5fd5888756da3a66bd5a8c075dd5717027cc6a20c3eb099273cd +SIZE (billiard-2.7.3.32.tar.gz) = 134769 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 14:14:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02C18C10; Sat, 17 Aug 2013 14:14:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E43FF29F4; Sat, 17 Aug 2013 14:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HEECDK059537; Sat, 17 Aug 2013 14:14:12 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HEECfd059535; Sat, 17 Aug 2013 14:14:12 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308171414.r7HEECfd059535@svn.freebsd.org> From: William Grzybowski Date: Sat, 17 Aug 2013 14:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324845 - head/devel/py-celery X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 14:14:13 -0000 Author: wg Date: Sat Aug 17 14:14:12 2013 New Revision: 324845 URL: http://svnweb.freebsd.org/changeset/ports/324845 Log: devel/py-celery: update to 3.0.22 - Update to 3.0.22 Changes: https://github.com/celery/celery/blob/3.0/Changelog Modified: head/devel/py-celery/Makefile head/devel/py-celery/distinfo Modified: head/devel/py-celery/Makefile ============================================================================== --- head/devel/py-celery/Makefile Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/py-celery/Makefile Sat Aug 17 14:14:12 2013 (r324845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celery -PORTVERSION= 3.0.21 +PORTVERSION= 3.0.22 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,9 @@ COMMENT= Asynchronous task queue/job que LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqplib>=0:${PORTSDIR}/net/py-amqplib \ - ${PYTHON_PKGNAMEPREFIX}billiard>=2.7.3.31:${PORTSDIR}/devel/py-billiard \ + ${PYTHON_PKGNAMEPREFIX}billiard>=2.7.3.32:${PORTSDIR}/devel/py-billiard \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}kombu>=2.5.12:${PORTSDIR}/net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}kombu>=2.5.13:${PORTSDIR}/net/py-kombu \ ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached USE_PYTHON= yes Modified: head/devel/py-celery/distinfo ============================================================================== --- head/devel/py-celery/distinfo Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/py-celery/distinfo Sat Aug 17 14:14:12 2013 (r324845) @@ -1,2 +1,2 @@ -SHA256 (celery-3.0.21.tar.gz) = c1a76a94ba0d766630678df4912e211dc916f73143a189f8a6e37148ad2ffa53 -SIZE (celery-3.0.21.tar.gz) = 1094747 +SHA256 (celery-3.0.22.tar.gz) = 2ba77bc0dc0c9079e6aa1b3649174c3d002bc0896e9a155f435ef5d761406e89 +SIZE (celery-3.0.22.tar.gz) = 1095861 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 15:17:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55017141; Sat, 17 Aug 2013 15:17:01 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 401CF2C89; Sat, 17 Aug 2013 15:17:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HFH16S082839; Sat, 17 Aug 2013 15:17:01 GMT (envelope-from dryice@svn.freebsd.org) Received: (from dryice@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HFH0MF082833; Sat, 17 Aug 2013 15:17:00 GMT (envelope-from dryice@svn.freebsd.org) Message-Id: <201308171517.r7HFH0MF082833@svn.freebsd.org> From: Dryice Dong Liu Date: Sat, 17 Aug 2013 15:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324846 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 15:17:01 -0000 Author: dryice Date: Sat Aug 17 15:17:00 2013 New Revision: 324846 URL: http://svnweb.freebsd.org/changeset/ports/324846 Log: - update to 0.12.0 Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Sat Aug 17 14:14:12 2013 (r324845) +++ head/science/py-scipy/Makefile Sat Aug 17 15:17:00 2013 (r324846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Sat Aug 17 14:14:12 2013 (r324845) +++ head/science/py-scipy/distinfo Sat Aug 17 15:17:00 2013 (r324846) @@ -1,4 +1,4 @@ -SHA256 (scipy-0.11.0.tar.gz) = b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee -SIZE (scipy-0.11.0.tar.gz) = 6776998 +SHA256 (scipy-0.12.0.tar.gz) = b967e802dafe2db043cfbdf0043e1312f9ce9c1386863e1c801a08ddfccf9de6 +SIZE (scipy-0.12.0.tar.gz) = 9095801 SHA256 (scipy-ref.pdf) = 04587215578188396723cea2eb7387460fd957706eec61ea1b67326822fdcb68 SIZE (scipy-ref.pdf) = 7382958 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 15:49:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A77753D; Sat, 17 Aug 2013 15:49:24 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78A2F2D9F; Sat, 17 Aug 2013 15:49:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HFnOOK094363; Sat, 17 Aug 2013 15:49:24 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HFnMJc094347; Sat, 17 Aug 2013 15:49:22 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201308171549.r7HFnMJc094347@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 17 Aug 2013 15:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324847 - in head: . devel devel/go-pretty devel/prettygo textproc textproc/go-text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 15:49:24 -0000 Author: gblach Date: Sat Aug 17 15:49:21 2013 New Revision: 324847 URL: http://svnweb.freebsd.org/changeset/ports/324847 Log: - devel/prettygo rename to devel/go-pretty - devel/go-pretty update to 20130510 - Add textproc/go-text Approved by: crees (mentor) Added: head/devel/go-pretty/ - copied from r324844, head/devel/prettygo/ head/textproc/go-text/ head/textproc/go-text/Makefile (contents, props changed) head/textproc/go-text/distinfo (contents, props changed) head/textproc/go-text/pkg-descr (contents, props changed) head/textproc/go-text/pkg-plist (contents, props changed) Deleted: head/devel/prettygo/ Modified: head/MOVED head/devel/Makefile head/devel/go-pretty/Makefile head/devel/go-pretty/distinfo head/devel/go-pretty/pkg-descr head/devel/go-pretty/pkg-plist head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Aug 17 15:17:00 2013 (r324846) +++ head/MOVED Sat Aug 17 15:49:21 2013 (r324847) @@ -4839,3 +4839,4 @@ games/kaid||2013-08-07|Has expired: Does lang/q||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead audio/q-audio||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead graphics/q-graph||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead +devel/prettygo|devel/go-pretty|2013-08-17|Project was renamed Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 17 15:17:00 2013 (r324846) +++ head/devel/Makefile Sat Aug 17 15:49:21 2013 (r324847) @@ -589,6 +589,7 @@ SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make + SUBDIR += go-pretty SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += goffice @@ -3340,7 +3341,6 @@ SUBDIR += premake4 SUBDIR += preps-gui SUBDIR += prepstools - SUBDIR += prettygo SUBDIR += privman SUBDIR += projectcenter SUBDIR += projectmanager Modified: head/devel/go-pretty/Makefile ============================================================================== --- head/devel/prettygo/Makefile Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/go-pretty/Makefile Sat Aug 17 15:49:21 2013 (r324847) @@ -1,23 +1,25 @@ # Created by: Grzegorz Blach # $FreeBSD$ -PORTNAME= prettygo -PORTVERSION= 20120306 +PORTNAME= go-pretty +PORTVERSION= 20130510 CATEGORIES= devel -MASTER_SITES= LOCAL/jlaffaye +MASTER_SITES= LOCAL/gblach/ MAINTAINER= gblach@FreeBSD.org COMMENT= Pretty-printing package for go values -GO_PKGNAME= github.com/kr/pretty +BUILD_DEPENDS= ${LOCALBASE}/go/pkg/${OPSYS:L}_${GOARCH}/github.com/kr/text.a:${PORTSDIR}/textproc/go-text +RUN_DEPENDS= ${LOCALBASE}/go/pkg/${OPSYS:L}_${GOARCH}/github.com/kr/text.a:${PORTSDIR}/textproc/go-text SUBLIBDIR= github.com/kr +GO_PKGNAME= ${SUBLIBDIR}/pretty do-install: ${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} ${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/pretty.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} ${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME} -.for f in diff.go formatter.go pretty.go +.for f in diff.go formatter.go pretty.go zero.go ${INSTALL_DATA} ${GO_WRKSRC}/${f} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME} .endfor Modified: head/devel/go-pretty/distinfo ============================================================================== --- head/devel/prettygo/distinfo Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/go-pretty/distinfo Sat Aug 17 15:49:21 2013 (r324847) @@ -1,2 +1,2 @@ -SHA256 (prettygo-20120306.tar.gz) = 5311ea747b7369c3606b440ad0195fbf5cbb9c47a763e0a36cf7fbb2bb05ddd2 -SIZE (prettygo-20120306.tar.gz) = 3975 +SHA256 (go-pretty-20130510.tar.gz) = 871a9ecb2409bc4d323f506d13215dd481d5bb81f81337186327895ae7bbb715 +SIZE (go-pretty-20130510.tar.gz) = 5953 Modified: head/devel/go-pretty/pkg-descr ============================================================================== --- head/devel/prettygo/pkg-descr Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/go-pretty/pkg-descr Sat Aug 17 15:49:21 2013 (r324847) @@ -1,7 +1,7 @@ -Package pretty provides pretty-printing for go values. This is useful during +Go package which provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string. -www: https://github.com/kr/pretty +WWW: https://github.com/kr/pretty Modified: head/devel/go-pretty/pkg-plist ============================================================================== --- head/devel/prettygo/pkg-plist Sat Aug 17 14:06:50 2013 (r324844) +++ head/devel/go-pretty/pkg-plist Sat Aug 17 15:49:21 2013 (r324847) @@ -2,6 +2,7 @@ %%GO_SRCDIR%%/github.com/kr/pretty/diff.go %%GO_SRCDIR%%/github.com/kr/pretty/formatter.go %%GO_SRCDIR%%/github.com/kr/pretty/pretty.go +%%GO_SRCDIR%%/github.com/kr/pretty/zero.go @dirrmtry %%GO_LIBDIR%%/github.com/kr @dirrmtry %%GO_LIBDIR%%/github.com @dirrm %%GO_SRCDIR%%/github.com/kr/pretty Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 17 15:17:00 2013 (r324846) +++ head/textproc/Makefile Sat Aug 17 15:49:21 2013 (r324847) @@ -210,6 +210,7 @@ SUBDIR += gnome-spell SUBDIR += gnome-translate SUBDIR += gnugrep + SUBDIR += go-text SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += gpp Added: head/textproc/go-text/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/go-text/Makefile Sat Aug 17 15:49:21 2013 (r324847) @@ -0,0 +1,23 @@ +# Created by: Grzegorz Blach +# $FreeBSD$ + +PORTNAME= go-text +PORTVERSION= 20130502 +CATEGORIES= textproc +MASTER_SITES= LOCAL/gblach/ + +MAINTAINER= gblach@FreeBSD.org +COMMENT= Go package for manipulating paragraphs of text + +SUBLIBDIR= github.com/kr +GO_PKGNAME= ${SUBLIBDIR}/text + +do-install: + ${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} + ${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/text.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} + ${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME} + ${INSTALL_DATA} ${GO_WRKSRC}/indent.go ${GO_LOCAL_SRCDIR}/${GO_PKGNAME} + +.include +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include Added: head/textproc/go-text/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/go-text/distinfo Sat Aug 17 15:49:21 2013 (r324847) @@ -0,0 +1,2 @@ +SHA256 (go-text-20130502.tar.gz) = 84b386efc3a51870a1e931019fac9bcb89883b287badcc48ffa29afaae9d0a18 +SIZE (go-text-20130502.tar.gz) = 9729 Added: head/textproc/go-text/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/go-text/pkg-descr Sat Aug 17 15:49:21 2013 (r324847) @@ -0,0 +1,4 @@ +Go package which provides rudimentary functions for manipulating text +in paragraphs. + +WWW: https://github.com/kr/text Added: head/textproc/go-text/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/go-text/pkg-plist Sat Aug 17 15:49:21 2013 (r324847) @@ -0,0 +1,7 @@ +%%GO_LIBDIR%%/github.com/kr/text.a +%%GO_SRCDIR%%/github.com/kr/text/indent.go +@dirrmtry %%GO_LIBDIR%%/github.com/kr +@dirrmtry %%GO_LIBDIR%%/github.com +@dirrm %%GO_SRCDIR%%/github.com/kr/text +@dirrmtry %%GO_SRCDIR%%/github.com/kr +@dirrmtry %%GO_SRCDIR%%/github.com From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:02:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A257E7A6; Sat, 17 Aug 2013 16:02:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F16F2E4B; Sat, 17 Aug 2013 16:02:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HG2F8e000851; Sat, 17 Aug 2013 16:02:15 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HG2FOP000850; Sat, 17 Aug 2013 16:02:15 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171602.r7HG2FOP000850@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r324848 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:02:15 -0000 Author: bdrewery Date: Sat Aug 17 16:02:14 2013 New Revision: 324848 URL: http://svnweb.freebsd.org/changeset/ports/324848 Log: - Take chinsan's commit bit in for safekeeping Approved by: portmgr (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Sat Aug 17 15:49:21 2013 (r324847) +++ svnadmin/conf/access Sat Aug 17 16:02:14 2013 (r324848) @@ -45,7 +45,6 @@ brian freebsd-ports-committers@Awfulhak brix brooks bsam -chinsan clement clsung cperciva From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:21:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A76DA68; Sat, 17 Aug 2013 16:21:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 862642F1B; Sat, 17 Aug 2013 16:21:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGLcPb008529; Sat, 17 Aug 2013 16:21:38 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGLb3T008523; Sat, 17 Aug 2013 16:21:37 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171621.r7HGLb3T008523@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324849 - in head: games/gnake misc/p5-Array-FileReader misc/p5-Array-LineReader textproc/p5-HTML-QRCode textproc/p5-Text-QRCode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:21:38 -0000 Author: bdrewery Date: Sat Aug 17 16:21:37 2013 New Revision: 324849 URL: http://svnweb.freebsd.org/changeset/ports/324849 Log: - Reset chinsan's ports With hat: portmgr Modified: head/games/gnake/Makefile head/misc/p5-Array-FileReader/Makefile head/misc/p5-Array-LineReader/Makefile head/textproc/p5-HTML-QRCode/Makefile head/textproc/p5-Text-QRCode/Makefile Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Sat Aug 17 16:02:14 2013 (r324848) +++ head/games/gnake/Makefile Sat Aug 17 16:21:37 2013 (r324849) @@ -1,9 +1,5 @@ -# Ports collection makefile for: gnake -# Date created: 2011/02/20 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= gnake PORTVERSION= 0.94b @@ -12,7 +8,7 @@ MASTER_SITES= LOCAL/chinsan \ http://lightless.org/files/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 Modified: head/misc/p5-Array-FileReader/Makefile ============================================================================== --- head/misc/p5-Array-FileReader/Makefile Sat Aug 17 16:02:14 2013 (r324848) +++ head/misc/p5-Array-FileReader/Makefile Sat Aug 17 16:21:37 2013 (r324849) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-FileReader -# Date created: 2011/02/20 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Array-FileReader PORTVERSION= 0.03 @@ -11,7 +7,7 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Lazily tie files to arrays for reading BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO Modified: head/misc/p5-Array-LineReader/Makefile ============================================================================== --- head/misc/p5-Array-LineReader/Makefile Sat Aug 17 16:02:14 2013 (r324848) +++ head/misc/p5-Array-LineReader/Makefile Sat Aug 17 16:21:37 2013 (r324849) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-LineReader -# Date created: 2010/11/09 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Array-LineReader PORTVERSION= 1.01 @@ -11,7 +7,7 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Access lines of a file via an array BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO Modified: head/textproc/p5-HTML-QRCode/Makefile ============================================================================== --- head/textproc/p5-HTML-QRCode/Makefile Sat Aug 17 16:02:14 2013 (r324848) +++ head/textproc/p5-HTML-QRCode/Makefile Sat Aug 17 16:21:37 2013 (r324849) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-QRCode -# Date created: 2011/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= HTML-QRCode PORTVERSION= 0.01 @@ -12,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate HTML based QR Code BUILD_DEPENDS= p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode \ Modified: head/textproc/p5-Text-QRCode/Makefile ============================================================================== --- head/textproc/p5-Text-QRCode/Makefile Sat Aug 17 16:02:14 2013 (r324848) +++ head/textproc/p5-Text-QRCode/Makefile Sat Aug 17 16:21:37 2013 (r324849) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-QRCode -# Date created: 2011/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Text-QRCode PORTVERSION= 0.01 @@ -12,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate text based QR Code BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:25:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F736CAD; Sat, 17 Aug 2013 16:25:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13AEE2F3C; Sat, 17 Aug 2013 16:25:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGPGcG009157; Sat, 17 Aug 2013 16:25:16 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGPGBQ009156; Sat, 17 Aug 2013 16:25:16 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171625.r7HGPGBQ009156@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r324850 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:25:17 -0000 Author: bdrewery Date: Sat Aug 17 16:25:16 2013 New Revision: 324850 URL: http://svnweb.freebsd.org/changeset/ports/324850 Log: - Take yzlin's commit bit in for safekeeping Approved by: portmgr (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Sat Aug 17 16:21:37 2013 (r324849) +++ svnadmin/conf/access Sat Aug 17 16:25:16 2013 (r324850) @@ -195,6 +195,5 @@ wen wg wxs xride -yzlin zeising zi From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:27:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 249D8E12; Sat, 17 Aug 2013 16:27:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FB8C2F5A; Sat, 17 Aug 2013 16:27:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGRgdE010824; Sat, 17 Aug 2013 16:27:42 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGRO3I010693; Sat, 17 Aug 2013 16:27:24 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201308171627.r7HGRO3I010693@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 17 Aug 2013 16:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324851 - in head: archivers/rvm audio/beast audio/py-tagpy biology/seqan cad/calculix cad/gspiceui chinese/ibus-pinyin comms/dabstick-radio comms/efax-gtk comms/ems-flasher databases/d... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:27:42 -0000 Author: gerald Date: Sat Aug 17 16:27:24 2013 New Revision: 324851 URL: http://svnweb.freebsd.org/changeset/ports/324851 Log: Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes. Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Modified: head/archivers/rvm/Makefile head/audio/beast/Makefile head/audio/py-tagpy/Makefile head/biology/seqan/Makefile head/cad/calculix/Makefile head/cad/gspiceui/Makefile head/chinese/ibus-pinyin/Makefile head/comms/dabstick-radio/Makefile head/comms/efax-gtk/Makefile head/comms/ems-flasher/Makefile head/databases/dbf/Makefile head/databases/tarantool/Makefile head/deskutils/notify-osd/Makefile head/devel/astyle/Makefile head/devel/clanlib/Makefile head/devel/cocaine-core/Makefile head/devel/covtool/Makefile head/devel/freeocl/Makefile head/devel/kdevelop-pg-qt/Makefile head/devel/libYGP/Makefile head/devel/libclaw/Makefile head/devel/msgpack/Makefile head/devel/nemiver/Makefile head/devel/p5-perlkde/Makefile head/devel/pure-stldict/Makefile head/devel/raknet/Makefile head/editors/emacs-devel/Makefile head/editors/libreoffice/Makefile head/editors/openoffice-3/Makefile head/emulators/dolphin-emu-devel/Makefile head/emulators/fceux/Makefile head/emulators/higan/Makefile head/emulators/mame/Makefile head/emulators/mess/Makefile head/finance/qhacc/Makefile head/games/bastet/Makefile head/games/battletanks/Makefile head/games/corsix-th/Makefile head/games/openlierox/Makefile head/games/openxcom/Makefile head/games/openyahtzee/Makefile head/games/plee-the-bear/Makefile head/games/super_methane_brothers/Makefile head/games/warzone2100/Makefile head/games/xonotic/Makefile head/graphics/darktable/Makefile head/graphics/enblend/Makefile head/graphics/k3d/Makefile head/graphics/libosmesa/Makefile head/graphics/libraw/Makefile head/graphics/mahotas/Makefile head/graphics/oyranos/Makefile head/graphics/rawtherapee/Makefile head/graphics/vigra/Makefile head/java/classpath/Makefile head/lang/bigloo/Makefile head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang/Makefile head/lang/ghc/Makefile head/lang/intercal/Makefile head/math/fftw3/Makefile head/math/ised/Makefile head/math/p5-Math-Int128/Makefile head/math/py-graphtool/Makefile head/math/sage/Makefile head/misc/libmetalink/Makefile head/multimedia/assimp/Makefile head/multimedia/mkvtoolnix/Makefile head/multimedia/mplayer/Makefile.options head/multimedia/vlc/Makefile head/multimedia/x264/Makefile head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/print/pdftk/Makefile head/science/gnudatalanguage/Makefile head/science/harminv/Makefile head/science/kalzium/Makefile head/science/meep/Makefile head/science/peekabot/Makefile head/security/cryptopp/Makefile head/sysutils/grub2/Makefile head/www/chromium/Makefile head/www/mod_pagespeed/Makefile head/www/mod_spdy/Makefile head/www/node-devel/Makefile head/www/openvrml/Makefile head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/gigi/Makefile head/x11-toolkits/mygui/Makefile head/x11/kactivitymanagerd/Makefile Modified: head/archivers/rvm/Makefile ============================================================================== --- head/archivers/rvm/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/archivers/rvm/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER NO_LATEST_LINK= yes USE_GMAKE= yes -USE_GCC= 4.6+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \ --enable-assume-stl-memory-exception Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/audio/beast/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -22,7 +22,7 @@ OPTIONS_DEFINE_i386= SSE USE_BZIP2= yes USES= pathfix gettext -USE_GCC= 4.6+ +USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/audio/py-tagpy/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --taglib-inc-dir="${LOCA PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_GCC= 4.4+ +USE_GCC= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes Modified: head/biology/seqan/Makefile ============================================================================== --- head/biology/seqan/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/biology/seqan/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -33,7 +33,7 @@ PKG_MESSAGE= ${WRKDIR}/pkg-message .if ${ARCH} == i386 # triggers internal error in system gcc -USE_GCC= 4.6+ +USE_GCC= yes .endif # unsafe workaround because FreeBSD lacks logl and expl Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/cad/calculix/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -74,7 +74,7 @@ LAPACK_LIBS= -llapack .endif USE_FORTRAN= yes -USE_GCC= 4.6+ +USE_GCC= yes .if ${ARCH} == "sparc64" CFLAGS+= -fPIC Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/cad/gspiceui/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= NGSPICE GWAVE USE_WX= 2.6+ WX_UNICODE= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes DESKTOP_ENTRIES= "GSpiceUI" "Circuit Simulator GUI" \ Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/chinese/ibus-pinyin/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/tex USE_PYTHON= yes USE_GNOME= pygtk2 -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension Modified: head/comms/dabstick-radio/Makefile ============================================================================== --- head/comms/dabstick-radio/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/comms/dabstick-radio/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -40,7 +40,7 @@ CC= clang CXX= clang++ CPP= clang-cpp .else -USE_GCC= 4.6+ +USE_GCC= yes .endif do-configure: Modified: head/comms/efax-gtk/Makefile ============================================================================== --- head/comms/efax-gtk/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/comms/efax-gtk/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ USES= pkgconfig USE_GHOSTSCRIPT_RUN=yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GCC= 4.4+ +USE_GCC= yes CONFLICTS= efax-[0-9]* Modified: head/comms/ems-flasher/Makefile ============================================================================== --- head/comms/ems-flasher/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/comms/ems-flasher/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ LICENSE= MIT USE_GMAKE= yes CFLAGS+= -g -Wall LDFLAGS+= -lusb -USE_GCC= 4.6+ +USE_GCC= yes PLIST_FILES= bin/ems-flasher Modified: head/databases/dbf/Makefile ============================================================================== --- head/databases/dbf/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/databases/dbf/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/lib${PORTNAME} USE_ZIP= yes USES= pathfix USE_GNOME= intltool -USE_GCC= 4.6+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" USE_LDCONFIG= yes Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/databases/tarantool/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -14,7 +14,7 @@ LICENSE= BSD TR_REV= 45-g2f7b3f9 USES= cmake gettext:build -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5= yes Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/deskutils/notify-osd/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -22,6 +22,6 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/dev GNU_CONFIGURE= yes USES= gmake USE_GNOME= libwnck gconf2 -USE_GCC= 4.4+ +USE_GCC= yes .include Modified: head/devel/astyle/Makefile ============================================================================== --- head/devel/astyle/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/astyle/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -15,7 +15,7 @@ CFLAGS+= -W -Wall -fno-rtti -fno-excepti LDFLAGS+= -s MAKE_ARGS+= CFLAGS="${CFLAGS}" USE_GMAKE= yes -USE_GCC= 4.4+ +USE_GCC= yes WRKSRC= ${WRKDIR}/astyle/build/gcc Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/clanlib/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j pcre:${PORTSDIR}/devel/pcre USE_GMAKE= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_XORG= x11 USES= pathfix pkgconfig USE_LDCONFIG= yes Modified: head/devel/cocaine-core/Makefile ============================================================================== --- head/devel/cocaine-core/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/cocaine-core/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ LIB_DEPENDS= boost_iostreams:${PORTSDIR} zmq:${PORTSDIR}/devel/zmq USES= cmake -USE_GCC= 4.6+ +USE_GCC= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= zloidemon Modified: head/devel/covtool/Makefile ============================================================================== --- head/devel/covtool/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/covtool/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -11,7 +11,7 @@ COMMENT= C++ test coverage analyzer WRKSRC= ${WRKDIR} USE_ZIP= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes MAKEFILE= makefile Modified: head/devel/freeocl/Makefile ============================================================================== --- head/devel/freeocl/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/freeocl/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ LICENSE= LGPL3 WRKSRC= ${WRKDIR}/FreeOCL-${PORTVERSION}-Source -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake USE_LDCONFIG= yes CMAKE_BUILD_TYPE=Release Modified: head/devel/kdevelop-pg-qt/Makefile ============================================================================== --- head/devel/kdevelop-pg-qt/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/kdevelop-pg-qt/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -16,7 +16,7 @@ COMMENT= Parser-generator from KDevplatf BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -USE_GCC= 4.6+ +USE_GCC= yes USE_BZIP2= yes USES= bison cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix Modified: head/devel/libYGP/Makefile ============================================================================== --- head/devel/libYGP/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/libYGP/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -15,7 +15,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp boost_filesystem:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes -USE_GCC= 4.6+ +USE_GCC= yes GNU_CONFIGURE= yes USES= pathfix pkgconfig gettext USE_LDCONFIG= yes Modified: head/devel/libclaw/Makefile ============================================================================== --- head/devel/libclaw/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/libclaw/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos USES= cmake gettext CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake" USE_LDCONFIG= yes -USE_GCC= 4.6+ +USE_GCC= yes post-patch: @${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt Modified: head/devel/msgpack/Makefile ============================================================================== --- head/devel/msgpack/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/msgpack/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ USE_LDCONFIG= yes .if ${ARCH} == "sparc64" # required for __sync _* atomic operations on sparc -USE_GCC= 4.4+ +USE_GCC= yes .else USE_GCC= 4.2+ .endif Modified: head/devel/nemiver/Makefile ============================================================================== --- head/devel/nemiver/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/nemiver/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -28,7 +28,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH} CONFIGURE_ENV= ac_cv_path_GDB_PROG=${LOCALBASE}/bin/gdb USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2 vte -USE_GCC= 4.4+ +USE_GCC= yes USE_LDCONFIG= yes USES= gettext INSTALLS_OMF= yes Modified: head/devel/p5-perlkde/Makefile ============================================================================== --- head/devel/p5-perlkde/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/p5-perlkde/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -14,7 +14,7 @@ COMMENT= Perl bindings for KDE USE_XZ= yes USE_PERL5= yes # Build fails with system gcc -USE_GCC= 4.6+ +USE_GCC= yes USE_KDE4= kdehier kdeprefix perlqt smokekde automoc4 USE_QT4= network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/pure-stldict/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -10,8 +10,7 @@ COMMENT= Pure interface to C++ STL map/u USE_PURE= yes -USE_GCC= 4.6+ -CXX= g++${GCC_DEFAULT_V} +USE_GCC= yes CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION .include "${.CURDIR}/../../lang/pure/bsd.pure.mk" Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/devel/raknet/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -28,7 +28,7 @@ USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h|txt) -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes USES= cmake Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/editors/emacs-devel/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -232,7 +232,7 @@ CONFIGURE_ARGS+= --without-gnutls .endif .if ${PORT_OPTIONS:MLTO} -USE_GCC= 4.6+ +USE_GCC= yes CONFIGURE_ARGS+= --enable-link-time-optimization .endif Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/editors/libreoffice/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -339,7 +339,7 @@ CONFIGURE_ARGS+= --disable-neon .include .if defined(WITH_GCC) -USE_GCC= 4.6+ +USE_GCC= yes CONFIGURE_ENV+= CXXCPP="${CPP}" .else .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 Modified: head/editors/openoffice-3/Makefile ============================================================================== --- head/editors/openoffice-3/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/editors/openoffice-3/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -24,7 +24,7 @@ USE_XORG= x11 ice xaw xau xext xrender x xi xt xcursor xdamage xcomposite xfixes USE_GL= gl glu USE_GSTREAMER= yes -#USE_GCC= 4.6+ +#USE_GCC= yes USE_GMAKE= yes USE_PYTHON= yes USE_PERL5= build Modified: head/emulators/dolphin-emu-devel/Makefile ============================================================================== --- head/emulators/dolphin-emu-devel/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/emulators/dolphin-emu-devel/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -34,7 +34,7 @@ DOS2UNIX_REGEX= .*\.(h|c|cpp) # XXX Has only been tested with clang and gcc .if ${CC} != "clang" && ${CXX} != "clang++" -USE_GCC= 4.6+ +USE_GCC= yes .endif USES= cmake pkgconfig iconv Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/emulators/fceux/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -110,7 +110,7 @@ CC= /usr/bin/clang CXX= /usr/bin/clang++ CPP= /usr/bin/clang-cpp .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .endif Modified: head/emulators/higan/Makefile ============================================================================== --- head/emulators/higan/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/emulators/higan/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -14,7 +14,7 @@ COMMENT= Nintendo multi-system emulator USES= pkgconfig USE_XZ= yes USE_GMAKE= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/emulators/mame/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -91,7 +91,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/emulators/mess/Makefile ============================================================================== --- head/emulators/mess/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/emulators/mess/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -91,7 +91,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/finance/qhacc/Makefile ============================================================================== --- head/finance/qhacc/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/finance/qhacc/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ LIB_DEPENDS= qwt6:${PORTSDIR}/x11-toolki OPTIONS_DEFINE= DOCS USE_QT4= corelib gui sql moc_build qmake_build rcc_build uic_build -USE_GCC= 4.6+ +USE_GCC= yes USE_LDCONFIG= yes CXXFLAGS+= -fpermissive Modified: head/games/bastet/Makefile ============================================================================== --- head/games/bastet/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/bastet/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -27,7 +27,7 @@ PLIST_FILES= bin/bastet .include .if ${ARCH} != "i386" -USE_GCC= 4.6+ +USE_GCC= yes .endif post-patch: Modified: head/games/battletanks/Makefile ============================================================================== --- head/games/battletanks/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/battletanks/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/deve smpeg.1:${PORTSDIR}/multimedia/smpeg USE_BZIP2= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_LDCONFIG= yes USE_LUA= 5.0+ USE_OPENAL= al Modified: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/corsix-th/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -38,7 +38,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .endif .else Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/openlierox/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_SDL= sdl image USE_GNOME= libxml2 USE_OPENAL= yes -USE_GCC= 4.6+ +USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include Modified: head/games/openxcom/Makefile ============================================================================== --- head/games/openxcom/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/openxcom/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -23,7 +23,7 @@ GH_COMMIT= 5c8b540 USE_GMAKE= yes USE_SDL= sdl mixer image gfx USE_GL= gl -USE_GCC= 4.6+ +USE_GCC= yes BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= Makefile.simple Modified: head/games/openyahtzee/Makefile ============================================================================== --- head/games/openyahtzee/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/openyahtzee/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_WX= 2.8+ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes Modified: head/games/plee-the-bear/Makefile ============================================================================== --- head/games/plee-the-bear/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/plee-the-bear/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -25,7 +25,7 @@ USE_GL= gl glu WANT_GNOME= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/super_methane_brothers/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ LIB_DEPENDS= clan23Core:${PORTSDIR}/deve execinfo:${PORTSDIR}/devel/libexecinfo USES= pkgconfig -USE_GCC= 4.6+ +USE_GCC= yes USE_GL= glu USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/warzone2100/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -41,7 +41,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib REINPLACE_ARGS= -i '' PORTDOCS= * -USE_GCC= 4.6+ +USE_GCC= yes .include Modified: head/games/xonotic/Makefile ============================================================================== --- head/games/xonotic/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/games/xonotic/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -28,7 +28,7 @@ MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ MAKE_JOBS_UNSAFE=yes ALL_TARGET= # BINARIES= # -USE_GCC= 4.6+ +USE_GCC= yes OPTIONS_DEFAULT=CLIENT DEDICATED OPTIONS_MULTI= COMPONENTS Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/darktable/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -32,15 +32,15 @@ MAN1= ${PORTNAME}.1 LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= GPHOTO GEO FLICKR FACEBOOK KWALLET GNOMEKEYRING RAWSPEED \ - OPENJPEG SLIDESHOW NLS GCC46 + OPENJPEG SLIDESHOW NLS GCC GEO_DESC= Geotagging support FACEBOOK_DESC= Support images export to Facebook RAWSPEED_DESC= Compile with rawspeed backend SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer -GCC46_DESC= Build with GCC 4.6+ (better OpenMP support) +GCC_DESC= Build with a current version of GCC (better OpenMP support) -OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC46 +OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC .include @@ -114,8 +114,8 @@ USES+= gettext CMAKE_ARGS+= -DUSE_NLS:BOOL=OFF .endif -.if ${PORT_OPTIONS:MGCC46} -USE_GCC= 4.6+ +.if ${PORT_OPTIONS:MGCC} +USE_GCC= yes # libdarktable.so has parts written in C++ (built-in rawspeed and libraw) # and is linked to GCC 4.6's libstdc++. However CMake removes RPATH from # this library, and libstdc++ from base (GCC 4.2.1) is pulled at runtime, Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/enblend/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -29,8 +29,7 @@ CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/b # GCC 4.2 has some problems, see # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a -# Gerald Pfeifer asked to use 4.4+ instead of 4.3+ -USE_GCC= 4.4+ +USE_GCC= yes USE_GL= glew glut GNU_CONFIGURE= yes CONFIGURE_ENV+= "LIBS=-lboost_system" Modified: head/graphics/k3d/Makefile ============================================================================== --- head/graphics/k3d/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/k3d/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -37,7 +37,7 @@ USE_BZIP2= yes USE_GL= glu USE_GNOME= gtksourceview2 USE_DOS2UNIX= *.hpp -USE_GCC= 4.6+ +USE_GCC= yes USE_PYTHON= yes USES= cmake:outsource gettext CMAKE_ARGS= -DK3D_INTL_INCLUDE_DIRS:STRING="-I${LOCALBASE}/include" \ Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/libosmesa/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -45,7 +45,7 @@ CC= /usr/bin/clang CXX= /usr/bin/clang++ CPP= /usr/bin/clang-cpp .else -USE_GCC=4.6+ +USE_GCC=yes .endif .endif Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/libraw/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -42,7 +42,7 @@ CFLAGS+= -O3 .endif .if ${PORT_OPTIONS:MOPENMP} -USE_GCC= 4.6+ +USE_GCC= yes CONFIGURE_ARGS+=--enable-openmp .else CONFIGURE_ARGS+=--disable-openmp Modified: head/graphics/mahotas/Makefile ============================================================================== --- head/graphics/mahotas/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/mahotas/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -13,7 +13,7 @@ COMMENT= Computer vision and image proce BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage -USE_GCC= 4.6+ +USE_GCC= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/oyranos/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -45,7 +45,7 @@ MAN3= oyranos-config.3 oyranos.3 CC= /usr/bin/clang CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .include Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/rawtherapee/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -27,7 +27,7 @@ USE_XZ= yes USE_GNOME= gtk20 glib20 USE_LDCONFIG= yes # base GCC and clang in 9.1-RELEASE are insufficient: -USE_GCC= 4.6+ +USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} CXXFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/graphics/vigra/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -44,7 +44,7 @@ CMAKE_ARGS+= -DWITH_OPENEXR=0 .if ${PORT_OPTIONS:MNUMPY} CONFLICTS_BUILD= python3* CMAKE_ARGS+= -DWITH_VIGRANUMPY=1 -USE_GCC= 4.6+ +USE_GCC= yes USE_FORTRAN= yes USE_PYTHON= 2.6-2.7 BUILD_DEPENDS+= nosetests:${PORTSDIR}/devel/py-nose @@ -92,8 +92,8 @@ pre-everything:: .if ${PORT_OPTIONS:MNUMPY} @${ECHO} "" @${ECHO} "* BEWARE!" - @${ECHO} "* Using py-NumPY implies Fortran and GCC4.6+ as hard dependencies" - @${ECHO} "* and require to all ports, depended on vigra, set USE_GCC=4.6+" + @${ECHO} "* Using py-NumPY implies Fortran and GCC 4.6+ as hard dependencies" + @${ECHO} "* and require all ports, depending on vigra, to set USE_GCC=yes" @${ECHO} "" .endif Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/java/classpath/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -141,7 +141,7 @@ JAVA?= ${LOCALBASE}/bootstrap-openjdk/ JAVAC?= ${LOCALBASE}/bootstrap-openjdk/bin/javac .else USE_BINUTILS= yes -USE_GCC= 4.6+ +USE_GCC= yes GCC_SUFX= ${_USE_GCC:S/.//} JAR?= ${LOCALBASE}/bin/gjar${GCC_SUFX} JAVA?= ${LOCALBASE}/bin/gij${GCC_SUFX} Modified: head/lang/bigloo/Makefile ============================================================================== --- head/lang/bigloo/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/bigloo/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= AVAHI ALSA FLAC GSTREAMER MPG123 SQLITE OPENSSL DOCS OPTIONS_DEFAULT=OPENSSL -USE_GCC= 4.6+ +USE_GCC= yes USE_EMACS= yes USE_GMAKE= yes HAS_CONFIGURE= yes Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/erlang-runtime15/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -36,11 +36,11 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= GCC46 DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE +OPTIONS_DEFINE= GCC DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC -GCC46_DESC= Use gcc 4.6 +GCC_DESC= Use current GCC HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support @@ -67,12 +67,12 @@ DISTFILES+= ${ERLANG_DOCS}:erlangorg # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC46} -IGNORE= DTRACE support on amd64 requires GCC46 option +.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC} +IGNORE= DTRACE support on amd64 requires GCC option .endif -.if ${PORT_OPTIONS:MGCC46} -USE_GCC?= 4.6+ +.if ${PORT_OPTIONS:MGCC} +USE_GCC?= yes .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/erlang-runtime16/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -35,11 +35,11 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= GCC46 DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE +OPTIONS_DEFINE= GCC DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC -GCC46_DESC= Use gcc 4.6 +GCC_DESC= Use current GCC HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support @@ -66,12 +66,12 @@ DISTFILES+= ${ERLANG_DOCS}:erlangorg # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC46} -IGNORE= DTRACE support on amd64 requires GCC46 option +.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC} +IGNORE= DTRACE support on amd64 requires GCC option .endif -.if ${PORT_OPTIONS:MGCC46} -USE_GCC?= 4.6+ +.if ${PORT_OPTIONS:MGCC} +USE_GCC?= yes .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/erlang/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -34,11 +34,11 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= GCC46 DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE +OPTIONS_DEFINE= GCC DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC -GCC46_DESC= Use gcc 4.6 +GCC_DESC= Use current GCC HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support @@ -72,12 +72,12 @@ DOC_DISTFILES= armstrong_thesis_2003.pdf # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC46} -IGNORE= DTRACE support on amd64 requires GCC46 option +.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC} +IGNORE= DTRACE support on amd64 requires GCC option .endif -.if ${PORT_OPTIONS:MGCC46} -USE_GCC?= 4.6+ +.if ${PORT_OPTIONS:MGCC} +USE_GCC?= yes .endif .if ${PORT_OPTIONS:MDTRACE} Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/ghc/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -31,7 +31,7 @@ USE_PERL5_BUILD= yes USE_GMAKE= yes USES= iconv ncurses USE_BINUTILS= yes -USE_GCC= 4.6+ +USE_GCC= yes LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/lang/intercal/Makefile ============================================================================== --- head/lang/intercal/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/lang/intercal/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -25,7 +25,7 @@ post-patch: .include .if ${OSVERSION} < 900000 -USE_GCC= 4.6+ +USE_GCC= yes .endif .include Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/math/fftw3/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -98,7 +98,7 @@ FFTW3_SUFX= q FFTW3_PKGNAMESUFFIX= -quad CONFIGURE_ARGS+=--enable-quad-precision ONLY_FOR_ARCHS = i386 amd64 -USE_GCC= 4.6+ +USE_GCC= yes .endif .if ${FFTW3_FLAVOR} == "default" Modified: head/math/ised/Makefile ============================================================================== --- head/math/ised/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/math/ised/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -13,7 +13,7 @@ LICENSE= GPLv3 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GCC= 4.6+ +USE_GCC= yes MAN1= ${PORTNAME}.1 Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/math/p5-Math-Int128/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PO USES= perl5 USE_PERL5= configure -USE_GCC= 4.6+ +USE_GCC= yes MAN3= Math::Int128.3 \ Math::Int128::die_on_overflow.3 Modified: head/math/py-graphtool/Makefile ============================================================================== --- head/math/py-graphtool/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/math/py-graphtool/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -19,7 +19,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/de CGAL.5:${PORTSDIR}/math/cgal USE_BZIP2= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/math/sage/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -29,7 +29,7 @@ OPTIONS_DEFINE_amd64= 387 PLIST_FILES= bin/sage USE_FORTRAN= yes -USE_GCC= 4.6+ +USE_GCC= yes USE_TK= yes USE_GMAKE= yes USE_TEX= latex:build Modified: head/misc/libmetalink/Makefile ============================================================================== --- head/misc/libmetalink/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/misc/libmetalink/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING FETCH_ARGS= USE_BZIP2= yes -USE_GCC= 4.4+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= \ --with-libexpat-prefix="${LOCALBASE}" \ Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/multimedia/assimp/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -18,7 +18,7 @@ LIB_DEPENDS= boost_filesystem:${PORTSDIR USE_ZIP= yes USES= cmake pkgconfig -USE_GCC= 4.6+ # 4.2+ causes compiler warnings +USE_GCC= yes # GCC 4.2 causes compiler warnings USE_LDCONFIG= yes # CMAKE_ARGS instructs cmake to skip runtime path removal during install Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/multimedia/mkvtoolnix/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -22,7 +22,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/li USES= pkgconfig gettext iconv USE_XZ= yes -USE_GCC= 4.6+ +USE_GCC= yes GNU_CONFIGURE= yes USE_RAKE= yes USE_RUBY= yes Modified: head/multimedia/mplayer/Makefile.options ============================================================================== --- head/multimedia/mplayer/Makefile.options Sat Aug 17 16:25:16 2013 (r324850) +++ head/multimedia/mplayer/Makefile.options Sat Aug 17 16:27:24 2013 (r324851) @@ -71,7 +71,7 @@ CPP= clang-cpp EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang-version .else .if ${PORT_OPTIONS:MOTCHAIN} -USE_GCC?= 4.6+ +USE_GCC?= yes BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .else CONFIGURE_ARGS+=--disable-ssse3 --disable-sse4 --disable-sse42 \ Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/multimedia/vlc/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -694,7 +694,7 @@ CXX= clang++ CPP= clang-cpp .else .if ${ARCH} == "i386" -USE_GCC?= 4.6+ # sse/3dnow detection on i386 needs newer gcc +USE_GCC?= yes # sse/3dnow detection on i386 needs newer GCC .endif .endif Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/multimedia/x264/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -40,7 +40,7 @@ HAS_CONFIGURE= yes OPTIONS_DEFINE= ASM DEBUG PGO GCC44 GPAC X11_OUTPUT OPTIONS_DEFAULT= ASM PGO GPAC ASM_DESC= Assembly optimizations (devel/binutils) -GCC44_DESC= Use gcc 4.4+ (implies WITH_ASM) +GCC44_DESC= Use current GCC (implies WITH_ASM) GPAC_DESC= Enable MPEG-4 Output X11_OUTPUT_DESC= Enable X11 Output @@ -53,7 +53,7 @@ PLIST_SUB+= X264_BUILD=${X264_BUILD} .include .if ${PORT_OPTIONS:MGCC44} -USE_GCC?= 4.4+ +USE_GCC?= yes .endif .include Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -19,7 +19,7 @@ BUILD_DEPENDS+= chrpath:${PORTSDIR}/deve PROJECTHOST= eiskaltdc USE_XZ= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake gettext USE_OPENSSL= yes Modified: head/net-p2p/eiskaltdcpp-gtk/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -21,7 +21,7 @@ CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF PROJECTHOST= eiskaltdc USE_XZ= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake gettext USE_OPENSSL= yes Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -19,7 +19,7 @@ BUILD_DEPENDS+= chrpath:${PORTSDIR}/deve PROJECTHOST= eiskaltdc USE_XZ= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake gettext USE_OPENSSL= yes USE_LDCONFIG= yes Modified: head/net-p2p/eiskaltdcpp-qt/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-qt/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/net-p2p/eiskaltdcpp-qt/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -24,7 +24,7 @@ CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF PROJECTHOST= eiskaltdc USE_XZ= yes -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake gettext USE_OPENSSL= yes Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/print/pdftk/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,10 +17,10 @@ BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/l gcjh${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} \ cpp${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} -# Get gcc version suffix without the dot in USE_GCC +# Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} -USE_GCC= 4.6+ +USE_GCC= yes USE_GMAKE= yes USES= iconv USE_LDCONFIG= ${PREFIX}/lib/gcc${CSUFF} Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/science/gnudatalanguage/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -33,7 +33,7 @@ LIB_DEPENDS+= plplotd.11:${PORTSDIR}/mat gsl.16:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs -USE_GCC= 4.6+ +USE_GCC= yes USE_WX= 2.8 USES= pkgconfig GNU_CONFIGURE= yes Modified: head/science/harminv/Makefile ============================================================================== --- head/science/harminv/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/science/harminv/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -17,7 +17,7 @@ COMMENT= Solver of harmonic inversion USE_GMAKE= yes GNU_CONFIGURE= yes USE_FORTRAN= yes -USE_GCC= 4.4+ +USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib LDFLAGS+= -L${LOCALBASE}/lib Modified: head/science/kalzium/Makefile ============================================================================== --- head/science/kalzium/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/science/kalzium/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -18,8 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc CONFLICTS= kdeedu-4.[0-6].* -# Keep USE_GCC in sync with science/avogadro. -USE_GCC= 4.4+ +USE_GCC= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_OCAML= yes Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Sat Aug 17 16:25:16 2013 (r324850) +++ head/science/meep/Makefile Sat Aug 17 16:27:24 2013 (r324851) @@ -22,7 +22,7 @@ RUN_DEPENDS+= harminv:${PORTSDIR}/scienc USE_GMAKE= yes GNU_CONFIGURE= yes USE_FORTRAN= yes -USE_GCC= 4.6+ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:32:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9826DF95; Sat, 17 Aug 2013 16:32:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8347A2FB3; Sat, 17 Aug 2013 16:32:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGWlXu014123; Sat, 17 Aug 2013 16:32:47 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGWfAk014084; Sat, 17 Aug 2013 16:32:41 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171632.r7HGWfAk014084@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324852 - in head: devel/bpython devel/cppunit devel/p5-IO-BufferedSelect devel/py-cmdln devel/py-extremes devel/py-hashring devel/py-iniparse devel/py-polib devel/shflags graphics/py-g... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:32:47 -0000 Author: bdrewery Date: Sat Aug 17 16:32:41 2013 New Revision: 324852 URL: http://svnweb.freebsd.org/changeset/ports/324852 Log: - Reset yzlin's ports With hat: portmgr Modified: head/devel/bpython/Makefile head/devel/cppunit/Makefile head/devel/p5-IO-BufferedSelect/Makefile head/devel/py-cmdln/Makefile head/devel/py-extremes/Makefile head/devel/py-hashring/Makefile head/devel/py-iniparse/Makefile head/devel/py-polib/Makefile head/devel/shflags/Makefile head/graphics/py-graph-core/Makefile head/graphics/py-graph-dot/Makefile head/graphics/py-graph/Makefile head/irc/rbot/Makefile head/net/p5-BBS-Client/Makefile head/net/py-netaddr/Makefile head/sysutils/lxsplit/Makefile head/sysutils/monkeytail/Makefile head/sysutils/pciutils/Makefile head/sysutils/safe-rm/Makefile head/textproc/ansifilter/Makefile head/textproc/highlight/Makefile head/textproc/libparsifal/Makefile head/www/gaeo/Makefile head/www/py-beautifulsoup30/Makefile head/www/py-cssutils/Makefile head/www/py-textile/Makefile head/www/suphp/Makefile head/www/yii/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/bpython/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpython -# Date created: 2010-03-09 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= bpython PORTVERSION= 0.11 @@ -11,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= http://bpython-interpreter.org/releases/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fancy interface to the Python interpreter RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments Modified: head/devel/cppunit/Makefile ============================================================================== --- head/devel/cppunit/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/cppunit/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cppunit -# Date created: 14 Feb 2002 -# Whom: Graeme Cross -# +# Created by: Graeme Cross # $FreeBSD$ PORTNAME= cppunit @@ -9,7 +6,7 @@ PORTVERSION= 1.12.1 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ port of the JUnit framework for unit testing USE_AUTOTOOLS= libtool Modified: head/devel/p5-IO-BufferedSelect/Makefile ============================================================================== --- head/devel/p5-IO-BufferedSelect/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/p5-IO-BufferedSelect/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-BufferedSelect -# Date created: 2008-11-19 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= IO-BufferedSelect PORTVERSION= 1.0 @@ -11,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Line-buffered select interface PERL_CONFIGURE= yes Modified: head/devel/py-cmdln/Makefile ============================================================================== --- head/devel/py-cmdln/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/py-cmdln/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-cmdln -# Date created: 2008-09-05 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= cmdln PORTVERSION= 1.1.2 @@ -12,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python module for easily building good multi-command scripts USE_ZIP= yes Modified: head/devel/py-extremes/Makefile ============================================================================== --- head/devel/py-extremes/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/py-extremes/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-Extremes -# Date created: 22-jan-2008 -# Whom: alexander smishlajev -# +# Created by: alexander smishlajev # $FreeBSD$ -# PORTNAME= Extremes PORTVERSION= 1.1.1 @@ -12,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/E/Extremes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Production-quality 'Min' and 'Max' objects (adapted from PEP 326) USE_PYTHON= yes Modified: head/devel/py-hashring/Makefile ============================================================================== --- head/devel/py-hashring/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/py-hashring/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-hashring -# Date created: 2008-12-24 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= hashring PORTVERSION= 1.2 @@ -12,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= hash_ring-${PORTVERSION} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of consistent hashing in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached Modified: head/devel/py-iniparse/Makefile ============================================================================== --- head/devel/py-iniparse/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/py-iniparse/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-iniparse -# Date created: 2009-03-16 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= iniparse PORTVERSION= 0.4 @@ -12,7 +8,7 @@ MASTER_SITES= GOOGLE_CODE \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A better INI parser for Python USE_PYTHON= yes Modified: head/devel/py-polib/Makefile ============================================================================== --- head/devel/py-polib/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/py-polib/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-polib -# Date created: 10 January 2008 -# Whom: Oleg Ukraincev -# +# Created by: Oleg Ukraincev # $FreeBSD$ -# PORTNAME= polib PORTVERSION= 0.7.0 @@ -11,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python library to parse and manage gettext catalogs USE_PYTHON= yes Modified: head/devel/shflags/Makefile ============================================================================== --- head/devel/shflags/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/devel/shflags/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: shflags -# Date created: 2009-12-17 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= shflags PORTVERSION= 1.0.3 @@ -11,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Command-line flags module for Unix shell scripts NO_BUILD= yes Modified: head/graphics/py-graph-core/Makefile ============================================================================== --- head/graphics/py-graph-core/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/graphics/py-graph-core/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-graph -# Date created: 2008-08-29 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= graph-core PORTVERSION= 1.7.0 @@ -12,7 +8,7 @@ MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for working with graphs in Python, core module PROJECTHOST= python-graph Modified: head/graphics/py-graph-dot/Makefile ============================================================================== --- head/graphics/py-graph-dot/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/graphics/py-graph-dot/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-graph -# Date created: 2008-08-29 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= graph-dot PORTVERSION= 1.7.0 @@ -13,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for working with graphs in Python, dot module RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \ Modified: head/graphics/py-graph/Makefile ============================================================================== --- head/graphics/py-graph/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/graphics/py-graph/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-graph -# Date created: 2008-08-29 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= graph PORTVERSION= 1.7.0 @@ -13,7 +9,7 @@ DISTFILES= # none EXTRACT_ONLY= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for working with graphs in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/irc/rbot/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbot -# Date created: 14 Apr 2002 -# Whom: David Bushong -# +# Created by: David Bushong # $FreeBSD$ -# PORTNAME= rbot PORTVERSION= 0.9.15 @@ -12,7 +8,7 @@ CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ Modified: head/net/p5-BBS-Client/Makefile ============================================================================== --- head/net/p5-BBS-Client/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/net/p5-BBS-Client/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-BBS-Client -# Date created: 2008-05-30 -# Whom: Yi-Jheng, Lin -# +# Created by: Yi-Jheng, Lin # $FreeBSD$ -# PORTNAME= BBS-Client PORTVERSION= 0.03 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORNELIUS PKGNAMEPREFIX= p5- -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A Client Module For BBS Systems BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet Modified: head/net/py-netaddr/Makefile ============================================================================== --- head/net/py-netaddr/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/net/py-netaddr/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-netaddr -# Date created: 2008-10-14 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= netaddr PORTVERSION= 0.7.7 @@ -12,7 +8,7 @@ MASTER_SITES= https://github.com/drkjam/ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python library for the manipulation of network addresses LICENSE= BSD Modified: head/sysutils/lxsplit/Makefile ============================================================================== --- head/sysutils/lxsplit/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/sysutils/lxsplit/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple program to split or join files LICENSE= GPLv2 Modified: head/sysutils/monkeytail/Makefile ============================================================================== --- head/sysutils/monkeytail/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/sysutils/monkeytail/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: monkeytail -# Date created: 2008-09-13 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= monkeytail PORTVERSION= 0.3.2 @@ -12,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= http://git.dollyfish.net.nz/releases/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A multi-file tail on both local and remote hosts RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/sysutils/pciutils/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pciutils -# Date created: June 12, 2003 -# Whom: Samy Al Bahra -# +# Created by: Samy Al Bahra # $FreeBSD$ -# PORTNAME= pciutils PORTVERSION= 3.1.9 @@ -13,7 +9,7 @@ MASTER_SITES= ftp://atrey.karlin.mff.cun ftp://metalab.unc.edu/pub/Linux/hardware/ MASTER_SITE_SUBDIR= software/utils/pciutils -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PCI configuration utilities USE_GMAKE= yes Modified: head/sysutils/safe-rm/Makefile ============================================================================== --- head/sysutils/safe-rm/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/sysutils/safe-rm/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,16 +1,12 @@ -# New ports collection makefile for: safe-rm -# Date created: 2008-09-13 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= safe-rm PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the rm command to prevent accidental deletions USE_PERL5_RUN= yes Modified: head/textproc/ansifilter/Makefile ============================================================================== --- head/textproc/ansifilter/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/textproc/ansifilter/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,16 +1,12 @@ -# New ports collection makefile for: ansifilter -# Date created: 09 July 2008 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= ansifilter PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Customizable ANSI Code Converter USE_BZIP2= yes Modified: head/textproc/highlight/Makefile ============================================================================== --- head/textproc/highlight/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/textproc/highlight/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: highlight -# Date created: 05 August 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= highlight PORTVERSION= 2.16 @@ -11,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Customizable syntax highlighter USE_GMAKE= yes Modified: head/textproc/libparsifal/Makefile ============================================================================== --- head/textproc/libparsifal/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/textproc/libparsifal/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,17 +1,12 @@ -# ex:ts=8 -# Ports collection makefile for: libparsifal -# Date created: Jan 6, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libparsifal PORTVERSION= 1.1.0 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XML Parser USE_AUTOTOOLS= libtool Modified: head/www/gaeo/Makefile ============================================================================== --- head/www/gaeo/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/gaeo/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gaeo -# Date created: 2008-07-24 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= gaeo PORTVERSION= 0.3 @@ -11,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An open-source web framework running on Google App Engine RUN_DEPENDS= google-appengine>=1.1.0:${PORTSDIR}/www/google-appengine \ Modified: head/www/py-beautifulsoup30/Makefile ============================================================================== --- head/www/py-beautifulsoup30/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/py-beautifulsoup30/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: beautifulsoup -# Date created: 15 July 2005 -# Whom: Mike Meyer -# +# Created by: Mike Meyer # $FreeBSD$ -# PORTNAME= beautifulsoup PORTVERSION= 3.0.8.1 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.crummy.com/soft PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BeautifulSoup-${PORTVERSION} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= HTML/XML Parser for Python USE_PYTHON= yes Modified: head/www/py-cssutils/Makefile ============================================================================== --- head/www/py-cssutils/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/py-cssutils/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-cssutils -# Date created: Aug 26, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cssutils PORTVERSION= 0.9.9 @@ -13,7 +8,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= CSS Cascading Style Sheets library for Python USE_ZIP= yes Modified: head/www/py-textile/Makefile ============================================================================== --- head/www/py-textile/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/py-textile/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-textile -# Date created: 2008-09-05 -# Whom: Yi-Jheng Lin -# +# Created by: Yi-Jheng Lin # $FreeBSD$ -# PORTNAME= textile PORTVERSION= 2.1.5 @@ -12,7 +8,7 @@ MASTER_SITES= CHEESESHOP \ GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Textile markup generator written in Python LICENSE= BSD Modified: head/www/suphp/Makefile ============================================================================== --- head/www/suphp/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/suphp/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes Modified: head/www/yii/Makefile ============================================================================== --- head/www/yii/Makefile Sat Aug 17 16:27:24 2013 (r324851) +++ head/www/yii/Makefile Sat Aug 17 16:32:41 2013 (r324852) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= GOOGLE_CODE \ SF -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A high-performance component-based PHP framework LICENSE= BSD From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:33:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0882107; Sat, 17 Aug 2013 16:33:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DCAA2FBA; Sat, 17 Aug 2013 16:33:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGXRnp014366; Sat, 17 Aug 2013 16:33:27 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGXRJ2014364; Sat, 17 Aug 2013 16:33:27 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171633.r7HGXRJ2014364@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324853 - in head: devel/cppunit irc/rbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:33:27 -0000 Author: bdrewery Date: Sat Aug 17 16:33:26 2013 New Revision: 324853 URL: http://svnweb.freebsd.org/changeset/ports/324853 Log: Take maintainership Modified: head/devel/cppunit/Makefile head/irc/rbot/Makefile Modified: head/devel/cppunit/Makefile ============================================================================== --- head/devel/cppunit/Makefile Sat Aug 17 16:32:41 2013 (r324852) +++ head/devel/cppunit/Makefile Sat Aug 17 16:33:26 2013 (r324853) @@ -6,7 +6,7 @@ PORTVERSION= 1.12.1 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= C++ port of the JUnit framework for unit testing USE_AUTOTOOLS= libtool Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Sat Aug 17 16:32:41 2013 (r324852) +++ head/irc/rbot/Makefile Sat Aug 17 16:33:26 2013 (r324853) @@ -8,7 +8,7 @@ CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:40:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 871662DC; Sat, 17 Aug 2013 16:40:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74CF32FE9; Sat, 17 Aug 2013 16:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGeC8L015619; Sat, 17 Aug 2013 16:40:12 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGeCfS015617; Sat, 17 Aug 2013 16:40:12 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171640.r7HGeCfS015617@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324854 - head/www/suphp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:40:12 -0000 Author: bdrewery Date: Sat Aug 17 16:40:11 2013 New Revision: 324854 URL: http://svnweb.freebsd.org/changeset/ports/324854 Log: - Mark DEPRECATED as upstream is dead and has marked this EOL [1], which is not good for a port that is supposed to improve security. Suggest using nginx+php-fpm with a separate user for each site. [1] https://lists.marsching.com/pipermail/suphp/2013-May/002554.html Modified: head/www/suphp/Makefile Modified: head/www/suphp/Makefile ============================================================================== --- head/www/suphp/Makefile Sat Aug 17 16:33:26 2013 (r324853) +++ head/www/suphp/Makefile Sat Aug 17 16:40:11 2013 (r324854) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.suphp.org/downl MAINTAINER= ports@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache +DEPRECATED= Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html +EXPIRATION_DATE=2013-12-17 + GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal:env automake autoconf:env libtool:env AUTOMAKE_ARGS+= --add-missing From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:45:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AC3263A; Sat, 17 Aug 2013 16:45:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DEB72068; Sat, 17 Aug 2013 16:45:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGjuHV018555; Sat, 17 Aug 2013 16:45:56 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGjuGb018553; Sat, 17 Aug 2013 16:45:56 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171645.r7HGjuGb018553@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324855 - in head/irc/rbot: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:45:56 -0000 Author: bdrewery Date: Sat Aug 17 16:45:55 2013 New Revision: 324855 URL: http://svnweb.freebsd.org/changeset/ports/324855 Log: - Fix runtime crash due to gettext Obtained from: upstream git Added: head/irc/rbot/files/patch-lib__rbot__load-gettext.rb (contents, props changed) Modified: head/irc/rbot/Makefile Directory Properties: head/irc/rbot/files/pkg-message.in (props changed) Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Sat Aug 17 16:40:11 2013 (r324854) +++ head/irc/rbot/Makefile Sat Aug 17 16:45:55 2013 (r324855) @@ -3,7 +3,7 @@ PORTNAME= rbot PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -23,16 +23,16 @@ SUB_FILES= pkg-message PORTDOCS= REQUIREMENTS ChangeLog -.include +.include pre-install: ${RM} ${WRKSRC}/bin/svnwatch-postcommit-hook post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} -.include +.include Added: head/irc/rbot/files/patch-lib__rbot__load-gettext.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/rbot/files/patch-lib__rbot__load-gettext.rb Sat Aug 17 16:45:55 2013 (r324855) @@ -0,0 +1,26 @@ +commit 3342d4b9a510655d320590f7333f616355d0201d +Author: Giuseppe Bilotta +Date: Sat Jul 14 13:24:33 2012 +0200 + + Update gettext support + + Somewhere along the line between 2.0.0 and 2.2.1 gettext switched from + locale to lang for the hash key name. Support both. + +diff --git lib/rbot/load-gettext.rb lib/rbot/load-gettext.rb +index ba9b09b..252e1e3 100644 +--- lib/rbot/load-gettext.rb ++++ lib/rbot/load-gettext.rb +@@ -29,7 +29,11 @@ class ::Array + + include GetText + +- rbot_locale_path = File.join(Irc::Bot::Config.datadir, "../locale/%{locale}/LC_MESSAGES/%{name}.mo") ++ rbot_locale_path = File.join(Irc::Bot::Config.datadir, ++ gettext_version < [2, 2, 0] ? ++ "../locale/%{locale}/LC_MESSAGES/%{name}.mo" : ++ "../locale/%{lang}/LC_MESSAGES/%{name}.mo") ++ + if gettext_version < [2, 0, 0] + add_default_locale_path(rbot_locale_path) + else From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:48:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89C4672E; Sat, 17 Aug 2013 16:48:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 774B52074; Sat, 17 Aug 2013 16:48:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGmO7r019018; Sat, 17 Aug 2013 16:48:24 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGmOT5019016; Sat, 17 Aug 2013 16:48:24 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171648.r7HGmOT5019016@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324856 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:48:24 -0000 Author: bdrewery Date: Sat Aug 17 16:48:23 2013 New Revision: 324856 URL: http://svnweb.freebsd.org/changeset/ports/324856 Log: Update to 3.2.0 Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sat Aug 17 16:45:55 2013 (r324855) +++ head/sysutils/pciutils/Makefile Sat Aug 17 16:48:23 2013 (r324856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.1.9 +PORTVERSION= 3.2.0 CATEGORIES= sysutils MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ${MASTER_SITE_KERNEL_ORG} \ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sat Aug 17 16:45:55 2013 (r324855) +++ head/sysutils/pciutils/distinfo Sat Aug 17 16:48:23 2013 (r324856) @@ -1,2 +1,2 @@ -SHA256 (pciutils-3.1.9.tar.gz) = 8ae7d320c50f02b015f5e2bb17a9f815cf201dae81b6bbd46b8a45552d00a178 -SIZE (pciutils-3.1.9.tar.gz) = 340215 +SHA256 (pciutils-3.2.0.tar.gz) = 84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 +SIZE (pciutils-3.2.0.tar.gz) = 357003 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 16:57:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07F798DA; Sat, 17 Aug 2013 16:57:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF56E20BA; Sat, 17 Aug 2013 16:57:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HGvE59022576; Sat, 17 Aug 2013 16:57:14 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HGvEth022567; Sat, 17 Aug 2013 16:57:14 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308171657.r7HGvEth022567@svn.freebsd.org> From: Bryan Drewery Date: Sat, 17 Aug 2013 16:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324857 - head/sysutils/safe-rm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 16:57:15 -0000 Author: bdrewery Date: Sat Aug 17 16:57:13 2013 New Revision: 324857 URL: http://svnweb.freebsd.org/changeset/ports/324857 Log: - Update to 0.10 - Update to new upstream location - Update to new options framework Modified: head/sysutils/safe-rm/Makefile head/sysutils/safe-rm/distinfo head/sysutils/safe-rm/pkg-descr Modified: head/sysutils/safe-rm/Makefile ============================================================================== --- head/sysutils/safe-rm/Makefile Sat Aug 17 16:48:23 2013 (r324856) +++ head/sysutils/safe-rm/Makefile Sat Aug 17 16:57:13 2013 (r324857) @@ -2,25 +2,31 @@ # $FreeBSD$ PORTNAME= safe-rm -PORTVERSION= 0.3 +PORTVERSION= 0.10 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= http://launchpad.net/safe-rm/trunk/0.10/+download/ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the rm command to prevent accidental deletions +LICENSE= GPLv3 + USE_PERL5_RUN= yes NO_BUILD= yes +FETCH_ARGS= -pRr + PORTDOCS= COPYING Changes README PLIST_FILES= bin/safe-rm +.include + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/safe-rm ${PREFIX}/bin post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif Modified: head/sysutils/safe-rm/distinfo ============================================================================== --- head/sysutils/safe-rm/distinfo Sat Aug 17 16:48:23 2013 (r324856) +++ head/sysutils/safe-rm/distinfo Sat Aug 17 16:57:13 2013 (r324857) @@ -1,2 +1,2 @@ -SHA256 (safe-rm-0.3.tar.gz) = f9d1cc2d0aad9fb7067fb817bb003c010b132c88d2d5962e44e9d82dcb4e1e36 -SIZE (safe-rm-0.3.tar.gz) = 14674 +SHA256 (safe-rm-0.10.tar.gz) = be561121f98c3fef45ce2456455b45bfe33116a8e763b667d167bcb0e9ab5576 +SIZE (safe-rm-0.10.tar.gz) = 15974 Modified: head/sysutils/safe-rm/pkg-descr ============================================================================== --- head/sysutils/safe-rm/pkg-descr Sat Aug 17 16:48:23 2013 (r324856) +++ head/sysutils/safe-rm/pkg-descr Sat Aug 17 16:57:13 2013 (r324857) @@ -3,4 +3,4 @@ by replacing /bin/rm with a wrapper, whi against a configurable blacklist of files and directories that should never be removed. -WWW: http://code.google.com/p/safe-rm/ +WWW: https://launchpad.net/safe-rm From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 17:04:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A391C86; Sat, 17 Aug 2013 17:04:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66BE4211D; Sat, 17 Aug 2013 17:04:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HH4Lil026096; Sat, 17 Aug 2013 17:04:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HH4Lqe026095; Sat, 17 Aug 2013 17:04:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308171704.r7HH4Lqe026095@svn.freebsd.org> From: William Grzybowski Date: Sat, 17 Aug 2013 17:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324858 - head/devel/py-polib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 17:04:21 -0000 Author: wg Date: Sat Aug 17 17:04:20 2013 New Revision: 324858 URL: http://svnweb.freebsd.org/changeset/ports/324858 Log: devel/py-polib: take maintainership - Take maintainership - Remove indefinite article from COMMENT Modified: head/devel/py-polib/Makefile Modified: head/devel/py-polib/Makefile ============================================================================== --- head/devel/py-polib/Makefile Sat Aug 17 16:57:13 2013 (r324857) +++ head/devel/py-polib/Makefile Sat Aug 17 17:04:20 2013 (r324858) @@ -7,8 +7,8 @@ CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= A python library to parse and manage gettext catalogs +MAINTAINER= wg@FreeBSD.org +COMMENT= Python library to parse and manage gettext catalogs USE_PYTHON= yes USE_PYDISTUTILS=yes From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 17:19:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EF224CD; Sat, 17 Aug 2013 17:19:08 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA5021E3; Sat, 17 Aug 2013 17:19:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HHJ8Gq031075; Sat, 17 Aug 2013 17:19:08 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HHJ6kI031069; Sat, 17 Aug 2013 17:19:06 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201308171719.r7HHJ6kI031069@svn.freebsd.org> From: Dmitry Sivachenko Date: Sat, 17 Aug 2013 17:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324859 - in head/graphics: py-graph py-graph-core py-graph-core/files py-graph-dot py-graph-dot/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 17:19:08 -0000 Author: demon Date: Sat Aug 17 17:19:06 2013 New Revision: 324859 URL: http://svnweb.freebsd.org/changeset/ports/324859 Log: Update to version 1.8.2, take maintainership. Deleted: head/graphics/py-graph-core/files/patch-setup.py Modified: head/graphics/py-graph-core/Makefile head/graphics/py-graph-core/distinfo head/graphics/py-graph-dot/Makefile head/graphics/py-graph-dot/distinfo head/graphics/py-graph-dot/files/patch-setup.py head/graphics/py-graph/Makefile Modified: head/graphics/py-graph-core/Makefile ============================================================================== --- head/graphics/py-graph-core/Makefile Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph-core/Makefile Sat Aug 17 17:19:06 2013 (r324859) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= graph-core -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= A library for working with graphs in Python, core module PROJECTHOST= python-graph Modified: head/graphics/py-graph-core/distinfo ============================================================================== --- head/graphics/py-graph-core/distinfo Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph-core/distinfo Sat Aug 17 17:19:06 2013 (r324859) @@ -1,2 +1,2 @@ -SHA256 (python-graph-core-1.7.0.tar.gz) = 1e7108441161e5eb6aae3dd5219408305998172879793f606d54c796580bb47a -SIZE (python-graph-core-1.7.0.tar.gz) = 25472 +SHA256 (python-graph-core-1.8.2.tar.gz) = 90834ed30d2c8d1ade30550d82dae2a3bf274270d5bef51d26e7f35b6262ae32 +SIZE (python-graph-core-1.8.2.tar.gz) = 27361 Modified: head/graphics/py-graph-dot/Makefile ============================================================================== --- head/graphics/py-graph-dot/Makefile Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph-dot/Makefile Sat Aug 17 17:19:06 2013 (r324859) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= graph-dot -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= A library for working with graphs in Python, dot module RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \ Modified: head/graphics/py-graph-dot/distinfo ============================================================================== --- head/graphics/py-graph-dot/distinfo Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph-dot/distinfo Sat Aug 17 17:19:06 2013 (r324859) @@ -1,2 +1,2 @@ -SHA256 (python-graph-dot-1.7.0.tar.gz) = 6a603647d81eadefbfe83012ff8cad211da94af221173e574f0761e85fb2b2ec -SIZE (python-graph-dot-1.7.0.tar.gz) = 8037 +SHA256 (python-graph-dot-1.8.2.tar.gz) = bdfe143077f3f47bc0da9618e19bafcba6ea0262f91627a6744985a872f3d401 +SIZE (python-graph-dot-1.8.2.tar.gz) = 8456 Modified: head/graphics/py-graph-dot/files/patch-setup.py ============================================================================== --- head/graphics/py-graph-dot/files/patch-setup.py Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph-dot/files/patch-setup.py Sat Aug 17 17:19:06 2013 (r324859) @@ -3,20 +3,6 @@ $FreeBSD$ --- setup.py.orig +++ setup.py -@@ -4,12 +4,7 @@ - import os - - --try: -- from setuptools import setup, find_packages --except ImportError as ie: -- import ez_setup -- ez_setup.use_setuptools() -- from setuptools import setup, find_packages -+from setuptools import setup, find_packages - - # Startup - appname = "python-graph-dot" @@ -20,7 +15,6 @@ version = appversion, namespace_packages = ["pygraph"], Modified: head/graphics/py-graph/Makefile ============================================================================== --- head/graphics/py-graph/Makefile Sat Aug 17 17:04:20 2013 (r324858) +++ head/graphics/py-graph/Makefile Sat Aug 17 17:19:06 2013 (r324859) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= graph -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= A library for working with graphs in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 17:37:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5263A58; Sat, 17 Aug 2013 17:37:04 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89FC522EE; Sat, 17 Aug 2013 17:37:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HHb4aS040486; Sat, 17 Aug 2013 17:37:04 GMT (envelope-from gnn@svn.freebsd.org) Received: (from gnn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HHb4qY040484; Sat, 17 Aug 2013 17:37:04 GMT (envelope-from gnn@svn.freebsd.org) Message-Id: <201308171737.r7HHb4qY040484@svn.freebsd.org> From: "George V. Neville-Neil" Date: Sat, 17 Aug 2013 17:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324860 - in head/java/eclipse-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 17:37:04 -0000 Author: gnn (src,doc committer) Date: Sat Aug 17 17:37:03 2013 New Revision: 324860 URL: http://svnweb.freebsd.org/changeset/ports/324860 Log: Apply a patch for a bug that effects the Keys preference, wherein switching to and from Emacs and Default keybindings pollutes both sets with duplicates. Bump the port revision. Added: head/java/eclipse-devel/files/BindingModel.java.patch (contents, props changed) Modified: head/java/eclipse-devel/Makefile Modified: head/java/eclipse-devel/Makefile ============================================================================== --- head/java/eclipse-devel/Makefile Sat Aug 17 17:19:06 2013 (r324859) +++ head/java/eclipse-devel/Makefile Sat Aug 17 17:37:03 2013 (r324860) @@ -3,7 +3,7 @@ PORTNAME= eclipse-devel PORTVERSION= 4.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/4.2.x/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/plugins/:2 \ @@ -273,6 +273,11 @@ post-patch: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} applyTestPatches) .endif +pre-build: + @${CP} ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java ${PATCHDIR} + @${PATCH} -d ${PATCHDIR} -E -p0 -i ${PATCHDIR}/BindingModel.java.patch + @${CP} ${PATCHDIR}/BindingModel.java ${BUILD_WRKSRC}/build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.ui.workbench/Eclipse\ UI/org/eclipse/ui/internal/keys/model/BindingModel.java + do-install: @${RM} -rf ${PORTDESTDIR} @${MKDIR} ${PORTDESTDIR} Added: head/java/eclipse-devel/files/BindingModel.java.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-devel/files/BindingModel.java.patch Sat Aug 17 17:37:03 2013 (r324860) @@ -0,0 +1,14 @@ +--- BindingModel.java 2013-08-13 13:47:55.000000000 -0400 ++++ BindingModel.java 2013-08-13 13:48:48.000000000 -0400 +@@ -237,7 +237,10 @@ + if (obj instanceof Binding) { + Binding b = (Binding) obj; + if (!activeManagerBindings.contains(b)) { +- be.fill(b.getParameterizedCommand()); ++ ParameterizedCommand cmd = b.getParameterizedCommand(); ++ if (cmd != null) { ++ commandToElement.remove(cmd); ++ } + bindingToElement.remove(b); + i.remove(); + controller.firePropertyChange(this, PROP_BINDING_REMOVE, From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 18:29:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B38394E9; Sat, 17 Aug 2013 18:29:38 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86B522528; Sat, 17 Aug 2013 18:29:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HITcsJ060443; Sat, 17 Aug 2013 18:29:38 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HITcGp060442; Sat, 17 Aug 2013 18:29:38 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171829.r7HITcGp060442@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 18:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324861 - head/www/firefox/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 18:29:38 -0000 Author: flo Date: Sat Aug 17 18:29:37 2013 New Revision: 324861 URL: http://svnweb.freebsd.org/changeset/ports/324861 Log: Fix build with PULSEAUDIO (again) PR: ports/181355 Submitted by: Christoph Moench-Tegeder Pointyhat to: flo (who now has a poudriere jail with PULSEAUDIO set to on) Deleted: head/www/firefox/files/patch-bug897300 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 18:41:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90614842; Sat, 17 Aug 2013 18:41:46 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D77F25B9; Sat, 17 Aug 2013 18:41:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HIfknn066473; Sat, 17 Aug 2013 18:41:46 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HIfkfD066471; Sat, 17 Aug 2013 18:41:46 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201308171841.r7HIfkfD066471@svn.freebsd.org> From: Koop Mast Date: Sat, 17 Aug 2013 18:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324862 - head/audio/libumidi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 18:41:46 -0000 Author: kwm Date: Sat Aug 17 18:41:45 2013 New Revision: 324862 URL: http://svnweb.freebsd.org/changeset/ports/324862 Log: Update to 2.0.8. Fix crash with system exclusive messages. Submitted by: maintainer Modified: head/audio/libumidi/Makefile head/audio/libumidi/distinfo Modified: head/audio/libumidi/Makefile ============================================================================== --- head/audio/libumidi/Makefile Sat Aug 17 18:29:37 2013 (r324861) +++ head/audio/libumidi/Makefile Sat Aug 17 18:41:45 2013 (r324862) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= libumidi -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ MAINTAINER= hselasky@FreeBSD.org -COMMENT= A universal general purpose MIDI library +COMMENT= Universal general purpose MIDI library LICENSE= BSD USE_BZIP2= yes @@ -25,7 +24,7 @@ MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS .if ${PORT_OPTIONS:MJACK} MAKE_ARGS+=" HAVE_JACK=YES" -LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack +LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack .endif .if ${PORT_OPTIONS:MDEBUG} Modified: head/audio/libumidi/distinfo ============================================================================== --- head/audio/libumidi/distinfo Sat Aug 17 18:29:37 2013 (r324861) +++ head/audio/libumidi/distinfo Sat Aug 17 18:41:45 2013 (r324862) @@ -1,2 +1,2 @@ -SHA256 (libumidi-2.0.7.tar.bz2) = 9d74799fd0567622769b03f1ede9552526fdf778bb890f3e7dc2a778e706fbfe -SIZE (libumidi-2.0.7.tar.bz2) = 22990 +SHA256 (libumidi-2.0.8.tar.bz2) = f66dedeb35afed46764f3042ca6d39c1ba38230a28e00cc20cd72e6d5e502c42 +SIZE (libumidi-2.0.8.tar.bz2) = 23094 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 18:44:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1B4D93F; Sat, 17 Aug 2013 18:44:31 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EE8725CB; Sat, 17 Aug 2013 18:44:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HIiV4F067069; Sat, 17 Aug 2013 18:44:31 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HIiVim067063; Sat, 17 Aug 2013 18:44:31 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201308171844.r7HIiVim067063@svn.freebsd.org> From: Koop Mast Date: Sat, 17 Aug 2013 18:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324863 - head/audio/midipp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 18:44:31 -0000 Author: kwm Date: Sat Aug 17 18:44:30 2013 New Revision: 324863 URL: http://svnweb.freebsd.org/changeset/ports/324863 Log: Update to 1.1.2. UI polish and tweaks. Submitted by: maintainer Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Sat Aug 17 18:41:45 2013 (r324862) +++ head/audio/midipp/Makefile Sat Aug 17 18:44:30 2013 (r324863) @@ -2,24 +2,23 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ MAINTAINER= hselasky@FreeBSD.org -COMMENT= A MIDI playback, recording, and live performance tool +COMMENT= MIDI playback, recording, and live performance tool -BUILD_DEPENDS= libumidi>=2.0.7:${PORTSDIR}/audio/libumidi +LICENSE= BSD -LIB_DEPENDS= umidi20.1:${PORTSDIR}/audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.7:${PORTSDIR}/audio/libumidi +LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi -LICENSE= BSD USE_BZIP2= yes USE_QT4= gui qmake_build moc_build rcc_build network - QMAKE_MIDIPP= ${QMAKE} -unix PREFIX=${PREFIX} -o .include Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Sat Aug 17 18:41:45 2013 (r324862) +++ head/audio/midipp/distinfo Sat Aug 17 18:44:30 2013 (r324863) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.1.0.tar.bz2) = 00cee47322c0f75e8e5aeee72d43c484c95480cfafaca8bc2c8d135bfbaaff05 -SIZE (midipp-1.1.0.tar.bz2) = 62120 +SHA256 (midipp-1.1.2.tar.bz2) = eabb743d1412202f4081d153e21ea23e9d833c2c4a8ab3e541b345302d8746da +SIZE (midipp-1.1.2.tar.bz2) = 72158 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 19:11:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E9D5C62; Sat, 17 Aug 2013 19:11:03 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A09026C5; Sat, 17 Aug 2013 19:11:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJB3Jp078291; Sat, 17 Aug 2013 19:11:03 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HJAxqg078194; Sat, 17 Aug 2013 19:10:59 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308171910.r7HJAxqg078194@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 19:10:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324864 - in head: . lang/python lang/python2 lang/python26 lang/python27 lang/python3 lang/python31 lang/python32 lang/python33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 19:11:03 -0000 Author: mva Date: Sat Aug 17 19:10:59 2013 New Revision: 324864 URL: http://svnweb.freebsd.org/changeset/ports/324864 Log: - Move the symlink magic for the default python version into lang/python and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Added: head/lang/python2/ head/lang/python2/Makefile (contents, props changed) head/lang/python2/pkg-descr (contents, props changed) head/lang/python3/ head/lang/python3/Makefile (contents, props changed) head/lang/python3/pkg-descr (contents, props changed) Modified: head/UPDATING head/lang/python/Makefile (contents, props changed) head/lang/python26/Makefile head/lang/python26/pkg-plist (contents, props changed) head/lang/python27/Makefile head/lang/python27/pkg-plist (contents, props changed) head/lang/python31/Makefile head/lang/python31/pkg-plist (contents, props changed) head/lang/python32/Makefile head/lang/python32/pkg-plist (contents, props changed) head/lang/python33/Makefile head/lang/python33/pkg-plist (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Aug 17 18:44:30 2013 (r324863) +++ head/UPDATING Sat Aug 17 19:10:59 2013 (r324864) @@ -5,6 +5,23 @@ 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. +20130817: + AFFECTS: users of lang/python* + AUTHOR: mva@FreeBSD.org + + The lang/python* ports do not install links to 2to3, idle, pydoc, python + and other binaries anymore. Those were moved into the lang/python2 and + lang/python3 ports respectively. This change brings us closer to the goal + of making Python ports usable with different Python versions at the same + time. + + If you have lang/python2* or lang/python3* installed, please also install + the associated lang/python2 or lang/python3 port. + + 1. update lang/python2* and/or lang/python3* + 2. install lang/python2 and/or lang/python3 + 3. reinstall lang/python (if installed) + 20130816: AFFECTS: users of graphics/opendx and math/octave-forge-octcdf AUTHOR: stephen@FreeBSD.org Modified: head/lang/python/Makefile ============================================================================== --- head/lang/python/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -1,9 +1,5 @@ -# New ports collection makefile for: python -# Date created: 08 August 1995 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= python PORTVERSION= ${PYTHON_VER} @@ -17,11 +13,42 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for the default version of Python interpreter USE_PYTHON_RUN= yes -PYTHON_VERSION= ${PYTHON_DEFAULT_VERSION} NO_BUILD= yes +PLIST_FILES= bin/2to3 \ + bin/idle \ + bin/pydoc \ + bin/python \ + bin/python-config \ + bin/python-shared \ + bin/python-shared-config + +.include + +.if ${PYTHON_MAJOR_VER} == 2 +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 +PLIST_FILES+= bin/smtpd.py +.elif ${PYTHON_MAJOR_VER} == 3 +RUN_DEPENDS+= python3:${PORTSDIR}/lang/python3 +.endif + do-install: - @${DO_NADA} +.for file in python python-shared + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} ${PREFIX}/bin/${file} +.endfor + ${LN} -sf ${PREFIX}/bin/2to3-${PYTHON_MAJOR_VER} ${PREFIX}/bin/2to3 +.if ${PYTHON_MAJOR_VER} == 2 + ${LN} -sf ${PREFIX}/bin/smtpd${PYTHON_MAJOR_VER}.py ${PREFIX}/bin/smtpd.py +.for file in idle pydoc + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} ${PREFIX}/bin/${file} +.endfor +.elif ${PYTHON_MAJOR_VER} == 3 +.for file in idle pydoc + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER}-${PYTHON_VER} ${PREFIX}/bin/${file} +.endfor +.endif + ${LN} -sf ${PREFIX}/bin/python${PYTHON_MAJOR_VER}-config ${PREFIX}/bin/python-config + ${LN} -sf ${PREFIX}/bin/python-shared${PYTHON_MAJOR_VER}-config ${PREFIX}/bin/python-shared-config # Major upgrade support PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portupgrade @@ -61,4 +88,4 @@ upgrade-site-packages: fi; \ fi; \ -.include +.include Added: head/lang/python2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python2/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -0,0 +1,52 @@ +# $FreeBSD$ + +PORTNAME= python2 +PORTVERSION= ${PYTHON_MAJOR_VER} +CATEGORIES= lang python ipv6 +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= python@FreeBSD.org +COMMENT= The "meta-port" for version 2 of the Python interpreter + +USE_PYTHON_RUN= yes +PYTHON_VERSION= ${PYTHON_DEFAULT_VERSION} +NO_BUILD= yes + +PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ + bin/idle${PYTHON_MAJOR_VER} \ + bin/pydoc${PYTHON_MAJOR_VER} \ + bin/python${PYTHON_MAJOR_VER} \ + bin/python${PYTHON_MAJOR_VER}-config \ + bin/python-shared${PYTHON_MAJOR_VER} \ + bin/python-shared${PYTHON_MAJOR_VER}-config \ + bin/smtpd${PYTHON_MAJOR_VER}.py + +.include + +do-install: +.for file in idle pydoc python python-shared + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_VER} ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} +.endfor + ${LN} -sf ${PREFIX}/bin/2to3-${PYTHON_VER} ${PREFIX}/bin/2to3-${PYTHON_MAJOR_VER} + ${LN} -sf ${PREFIX}/bin/smtpd${PYTHON_VER}.py ${PREFIX}/bin/smtpd${PYTHON_MAJOR_VER}.py + ${LN} -sf ${PREFIX}/bin/python${PYTHON_VER}-config ${PREFIX}/bin/python${PYTHON_MAJOR_VER}-config + ${LN} -sf ${PREFIX}/bin/python-shared${PYTHON_VER}-config ${PREFIX}/bin/python-shared${PYTHON_MAJOR_VER}-config + +# Major upgrade support +PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portupgrade + +.if defined(USE_PORTMASTER) +PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portmaster +.endif + +.if defined(WITH_PKGNG) +PKG_LIST= ${PKG_BIN} query -a '%n-%v' +PKG_LIST_FILES= ${PKG_INFO} -l +.else +PKG_LIST= ${PKG_INFO} -Ea +PKG_LIST_FILES= ${PKG_INFO} -L +.endif + +.include Added: head/lang/python2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python2/pkg-descr Sat Aug 17 19:10:59 2013 (r324864) @@ -0,0 +1,4 @@ +Python is an interpreted object-oriented programming language, and is +often compared to Tcl, Perl or Scheme. + +WWW: http://www.python.org/ Modified: head/lang/python26/Makefile ============================================================================== --- head/lang/python26/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python26/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -3,7 +3,7 @@ PORTNAME= python26 PORTVERSION= 2.6.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -50,7 +50,6 @@ BINLINKS_SUB_TMPL= -e 's,smtpd,smtpd%%VE -e 's,2to3,2to3-%%VERSION%%,' \ -e 's,(idle|pydoc|python-shared|python),\1%%VERSION%%,' BINLINKS_SUB_PYTHON_VER= ${BINLINKS_SUB_TMPL:S/%%VERSION%%/${PYTHON_VER}/g} -BINLINKS_SUB_PYTHON_MAJOR_VER= ${BINLINKS_SUB_TMPL:S/%%VERSION%%/${PYTHON_MAJOR_VER}/g} OPTIONS_DEFINE= THREADS SEM PTH PYMALLOC IPV6 FPECTL EXAMPLES NLS OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6 @@ -86,13 +85,6 @@ SEM_MSG= "@comment " SUB_FILES= pkg-message SUB_LIST= SEM=${SEM_MSG} -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} -MLINKS= ${PYTHON_VERSION}.1 python.1 -PLIST_SUB+= IF_DEFAULT="" -.else -PLIST_SUB+= IF_DEFAULT="@comment " -.endif - .if ${PORT_OPTIONS:MTHREADS} PLIST_SUB+= THREADS="" .if ${PORT_OPTIONS:MPTH} @@ -267,15 +259,6 @@ post-install: ${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \ ${MANPREFIX}/man/man1/${PYTHON_VERSION}.1 -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - for f in ${BIN_FILES}; do \ - TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB_PYTHON_VER}`; \ - TARGET_MAJOR=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB_PYTHON_MAJOR_VER}`; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET $$TARGET_MAJOR; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET_MAJOR $$f; \ - done -.endif - .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ Modified: head/lang/python26/pkg-plist ============================================================================== --- head/lang/python26/pkg-plist Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python26/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) @@ -1,26 +1,10 @@ -%%IF_DEFAULT%%bin/2to3 -%%IF_DEFAULT%%bin/2to3-%%PYMAJOR%% bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle -%%IF_DEFAULT%%bin/idle%%PYMAJOR%% bin/idle%%PYVER%% -%%IF_DEFAULT%%bin/pydoc -%%IF_DEFAULT%%bin/pydoc%%PYMAJOR%% bin/pydoc%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared -%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%% bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config -%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%%-config bin/python-shared%%PYVER%%-config -%%IF_DEFAULT%%bin/smtpd.py -%%IF_DEFAULT%%bin/smtpd%%PYMAJOR%%.py bin/smtpd%%PYVER%%.py %%PYTHON_INCLUDEDIR%%/Python-ast.h %%PYTHON_INCLUDEDIR%%/Python.h Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python27/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -3,7 +3,7 @@ PORTNAME= python27 PORTVERSION= 2.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -48,7 +48,6 @@ BINLINKS_SUB_TMPL= -e 's,smtpd,smtpd%%VE -e 's,2to3,2to3-%%VERSION%%,' \ -e 's,(idle|pydoc|python-shared|python),\1%%VERSION%%,' BINLINKS_SUB_PYTHON_VER= ${BINLINKS_SUB_TMPL:S/%%VERSION%%/${PYTHON_VER}/g} -BINLINKS_SUB_PYTHON_MAJOR_VER= ${BINLINKS_SUB_TMPL:S/%%VERSION%%/${PYTHON_MAJOR_VER}/g} OPTIONS_DEFINE= THREADS SEM PTH PYMALLOC IPV6 FPECTL EXAMPLES NLS OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6 @@ -80,13 +79,6 @@ SEM_MSG= "@comment " SUB_FILES= pkg-message SUB_LIST= SEM=${SEM_MSG} -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} -MLINKS= ${PYTHON_VERSION}.1 python.1 -PLIST_SUB+= IF_DEFAULT="" -.else -PLIST_SUB+= IF_DEFAULT="@comment " -.endif - .if ${PORT_OPTIONS:MTHREADS} PLIST_SUB+= THREADS="" .if ${PORT_OPTIONS:MPTH} @@ -274,19 +266,6 @@ post-install: ${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \ ${MANPREFIX}/man/man1/${PYTHON_VERSION}.1 -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - for f in ${BIN_FILES}; do \ - TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB_PYTHON_VER}`; \ - TARGET_MAJOR=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB_PYTHON_MAJOR_VER}`; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET $$TARGET_MAJOR; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET_MAJOR $$f; \ - done -.endif - -.for file in python python-config - cd ${LOCALBASE}/bin && ${LN} -sf ${file:S/python/${PYTHON_VERSION}/} ${file:S/python/python${PYTHON_MAJOR_VER}/} -.endfor - .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ Modified: head/lang/python27/pkg-plist ============================================================================== --- head/lang/python27/pkg-plist Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python27/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) @@ -1,27 +1,11 @@ libdata/pkgconfig/python-2.7.pc -%%IF_DEFAULT%%bin/2to3 -%%IF_DEFAULT%%bin/2to3-%%PYMAJOR%% bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle -%%IF_DEFAULT%%bin/idle%%PYMAJOR%% bin/idle%%PYVER%% -%%IF_DEFAULT%%bin/pydoc -%%IF_DEFAULT%%bin/pydoc%%PYMAJOR%% bin/pydoc%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared -%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%% bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config -%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%%-config bin/python-shared%%PYVER%%-config -%%IF_DEFAULT%%bin/smtpd.py -%%IF_DEFAULT%%bin/smtpd%%PYMAJOR%%.py bin/smtpd%%PYVER%%.py %%PYTHON_INCLUDEDIR%%/Python-ast.h %%PYTHON_INCLUDEDIR%%/Python.h Added: head/lang/python3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python3/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -0,0 +1,53 @@ +# $FreeBSD$ + +PORTNAME= python3 +PORTVERSION= ${PYTHON_MAJOR_VER} +CATEGORIES= lang python ipv6 +MASTER_SITES= +DISTFILES= +EXTRACT_ONLY= + +MAINTAINER= python@FreeBSD.org +COMMENT= The "meta-port" for version 3 of the Python interpreter + +USE_PYTHON_RUN= yes +PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} +NO_BUILD= yes + +PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ + bin/idle${PYTHON_MAJOR_VER} \ + bin/pydoc${PYTHON_MAJOR_VER} \ + bin/python${PYTHON_MAJOR_VER} \ + bin/python${PYTHON_MAJOR_VER}-config \ + bin/python-shared${PYTHON_MAJOR_VER} \ + bin/python-shared${PYTHON_MAJOR_VER}-config + +.include + +do-install: +.for file in python python-shared + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_VER} ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} +.endfor + ${LN} -sf ${PREFIX}/bin/2to3-${PYTHON_VER} ${PREFIX}/bin/2to3-${PYTHON_MAJOR_VER} +.for file in idle pydoc + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER}-${PYTHON_VER} ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} +.endfor + ${LN} -sf ${PREFIX}/bin/python${PYTHON_VER}-config ${PREFIX}/bin/python${PYTHON_MAJOR_VER}-config + ${LN} -sf ${PREFIX}/bin/python-shared${PYTHON_VER}-config ${PREFIX}/bin/python-shared${PYTHON_MAJOR_VER}-config + +# Major upgrade support +PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portupgrade + +.if defined(USE_PORTMASTER) +PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portmaster +.endif + +.if defined(WITH_PKGNG) +PKG_LIST= ${PKG_BIN} query -a '%n-%v' +PKG_LIST_FILES= ${PKG_INFO} -l +.else +PKG_LIST= ${PKG_INFO} -Ea +PKG_LIST_FILES= ${PKG_INFO} -L +.endif + +.include Added: head/lang/python3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python3/pkg-descr Sat Aug 17 19:10:59 2013 (r324864) @@ -0,0 +1,4 @@ +Python is an interpreted object-oriented programming language, and is +often compared to Tcl, Perl or Scheme. + +WWW: http://www.python.org/ Modified: head/lang/python31/Makefile ============================================================================== --- head/lang/python31/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python31/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -2,7 +2,7 @@ PORTNAME= python31 PORTVERSION= 3.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -67,19 +67,6 @@ CONFIGURE_ENV+= ac_cv_lib_intl_textdomai .include -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} -MLINKS= ${PYTHON_VERSION}.1 python.1 -PLIST_SUB+= IF_DEFAULT="" -.else -PLIST_SUB+= IF_DEFAULT="@comment " -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -PLIST_SUB+= IF_DEFAULT_MAJOR="" -.else -PLIST_SUB+= IF_DEFAULT_MAJOR="@comment " -.endif - .if ${PORT_OPTIONS:MTHREADS} PLIST_SUB+= THREADS="" CONFIGURE_ARGS+= --with-threads @@ -222,19 +209,6 @@ post-install: ${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \ ${MANPREFIX}/man/man1/${PYTHON_VERSION}.1 -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - for f in ${BIN_FILES}; do \ - TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB}`; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET $$f; \ - done -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -.for file in python python-config - cd ${LOCALBASE}/bin && ${LN} -sf ${file:S/python/${PYTHON_VERSION}/} ${file:S/python/python${PYTHON_MAJOR_VER}/} -.endfor -.endif - .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ Modified: head/lang/python31/pkg-plist ============================================================================== --- head/lang/python31/pkg-plist Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python31/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) @@ -1,18 +1,9 @@ -%%IF_DEFAULT%%bin/2to3 bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle3 bin/idle3-%%PYVER%% -%%IF_DEFAULT%%bin/pydoc3 bin/pydoc3-%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config bin/python-shared%%PYVER%%-config lib/lib%%PYTHON_VERSION%%.a lib/lib%%PYTHON_VERSION%%.so Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python32/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -2,7 +2,7 @@ PORTNAME= python32 PORTVERSION= 3.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -65,19 +65,6 @@ CONFIGURE_ENV+= ac_cv_lib_intl_textdomai .include -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} -MLINKS= ${PYTHON_VERSION}.1 python.1 -PLIST_SUB+= IF_DEFAULT="" -.else -PLIST_SUB+= IF_DEFAULT="@comment " -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -PLIST_SUB+= IF_DEFAULT_MAJOR="" -.else -PLIST_SUB+= IF_DEFAULT_MAJOR="@comment " -.endif - .if ${PORT_OPTIONS:MTHREADS} PLIST_SUB+= THREADS="" CONFIGURE_ARGS+= --with-threads @@ -212,19 +199,6 @@ post-install: ${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \ ${MANPREFIX}/man/man1/${PYTHON_VERSION}.1 -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - for f in ${BIN_FILES}; do \ - TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB}`; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET $$f; \ - done -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -.for file in python python-config - cd ${LOCALBASE}/bin && ${LN} -sf ${file:S/python/${PYTHON_VERSION}/} ${file:S/python/python${PYTHON_MAJOR_VER}/} -.endfor -.endif - .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ Modified: head/lang/python32/pkg-plist ============================================================================== --- head/lang/python32/pkg-plist Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python32/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) @@ -1,18 +1,9 @@ -%%IF_DEFAULT%%bin/2to3 bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle3 bin/idle3-%%PYVER%% -%%IF_DEFAULT%%bin/pydoc3 bin/pydoc3-%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config bin/python-shared%%PYVER%%-config bin/python%%PYVER%%%%PYABIVER%% bin/python%%PYVER%%%%PYABIVER%%-config Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python33/Makefile Sat Aug 17 19:10:59 2013 (r324864) @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -66,19 +66,6 @@ CONFIGURE_ENV+= ac_cv_lib_intl_textdomai .include -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} -MLINKS= ${PYTHON_VERSION}.1 python.1 -PLIST_SUB+= IF_DEFAULT="" -.else -PLIST_SUB+= IF_DEFAULT="@comment " -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -PLIST_SUB+= IF_DEFAULT_MAJOR="" -.else -PLIST_SUB+= IF_DEFAULT_MAJOR="@comment " -.endif - .if ${PORT_OPTIONS:MTHREADS} PLIST_SUB+= THREADS="" CONFIGURE_ARGS+= --with-threads @@ -208,19 +195,6 @@ post-install: ${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \ ${MANPREFIX}/man/man1/${PYTHON_VERSION}.1 -.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - for f in ${BIN_FILES}; do \ - TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB}`; \ - cd ${PREFIX}/bin && ${LN} -sf $$TARGET $$f; \ - done -.endif - -.if ${PYTHON_VERSION} == ${PYTHON3_DEFAULT_VERSION} -.for file in python python-config - cd ${LOCALBASE}/bin && ${LN} -sf ${file:S/python/${PYTHON_VERSION}/} ${file:S/python/python${PYTHON_MAJOR_VER}/} -.endfor -.endif - .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ Modified: head/lang/python33/pkg-plist ============================================================================== --- head/lang/python33/pkg-plist Sat Aug 17 18:44:30 2013 (r324863) +++ head/lang/python33/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) @@ -1,18 +1,9 @@ -%%IF_DEFAULT%%bin/2to3 bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle3 bin/idle3-%%PYVER%% -%%IF_DEFAULT%%bin/pydoc3 bin/pydoc3-%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config bin/python-shared%%PYVER%%-config bin/python%%PYVER%%%%PYABIVER%% bin/python%%PYVER%%%%PYABIVER%%-config From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 19:17:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 96F24EB6; Sat, 17 Aug 2013 19:17:43 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81C592704; Sat, 17 Aug 2013 19:17:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJHh7L079573; Sat, 17 Aug 2013 19:17:43 GMT (envelope-from netchild@svn.freebsd.org) Received: (from netchild@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HJHg75079569; Sat, 17 Aug 2013 19:17:42 GMT (envelope-from netchild@svn.freebsd.org) Message-Id: <201308171917.r7HJHg75079569@svn.freebsd.org> From: Alexander Leidinger Date: Sat, 17 Aug 2013 19:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324865 - in head/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 19:17:43 -0000 Author: netchild Date: Sat Aug 17 19:17:42 2013 New Revision: 324865 URL: http://svnweb.freebsd.org/changeset/ports/324865 Log: - Update to 1.3. - Add possibility to set serviio_lang in rc.conf. Modified: head/net/serviio/Makefile head/net/serviio/distinfo head/net/serviio/files/serviio.in head/net/serviio/pkg-plist Modified: head/net/serviio/Makefile ============================================================================== --- head/net/serviio/Makefile Sat Aug 17 19:10:59 2013 (r324864) +++ head/net/serviio/Makefile Sat Aug 17 19:17:42 2013 (r324865) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= serviio -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3 +#PORTREVISION= 1 CATEGORIES= net multimedia java www MASTER_SITES= http://download.serviio.org/releases/ EXTRACT_SUFX= -linux.tar.gz Modified: head/net/serviio/distinfo ============================================================================== --- head/net/serviio/distinfo Sat Aug 17 19:10:59 2013 (r324864) +++ head/net/serviio/distinfo Sat Aug 17 19:17:42 2013 (r324865) @@ -1,2 +1,2 @@ -SHA256 (serviio-1.2.1-linux.tar.gz) = deaccbdf01408102f30986099a8efd0ff9d20ac9506922f234d22fcae4c065c6 -SIZE (serviio-1.2.1-linux.tar.gz) = 16440585 +SHA256 (serviio-1.3-linux.tar.gz) = 76900c71307867b5f0a20e1291b14e2588a4ffb7e2ef3b8c279026bb52b7bf09 +SIZE (serviio-1.3-linux.tar.gz) = 20415627 Modified: head/net/serviio/files/serviio.in ============================================================================== --- head/net/serviio/files/serviio.in Sat Aug 17 19:10:59 2013 (r324864) +++ head/net/serviio/files/serviio.in Sat Aug 17 19:17:42 2013 (r324865) @@ -18,7 +18,11 @@ command=%%PREFIX%%/sbin/serviiod load_rc_config $name -serviio_user=${serviio_user-"dlna"} +: ${serviio_user="dlna"} + +if [ -n "${serviio_lang}" ]; then + export LANG=${serviio_lang} +fi _dirs="/var/db/serviio /var/log/serviio" start_precmd="mkdir -p $_dirs; chown $serviio_user $_dirs" Modified: head/net/serviio/pkg-plist ============================================================================== --- head/net/serviio/pkg-plist Sat Aug 17 19:10:59 2013 (r324864) +++ head/net/serviio/pkg-plist Sat Aug 17 19:17:42 2013 (r324865) @@ -1,6 +1,7 @@ sbin/serviiod bin/serviio-console %%JAVAJARDIR%%/serviio/commons-codec.jar +%%JAVAJARDIR%%/serviio/commons-imaging.jar %%JAVAJARDIR%%/serviio/commons-io.jar %%JAVAJARDIR%%/serviio/commons-jxpath.jar %%JAVAJARDIR%%/serviio/commons-lang.jar @@ -16,20 +17,23 @@ bin/serviio-console %%JAVAJARDIR%%/serviio/jdom.jar %%JAVAJARDIR%%/serviio/jnat-pmplib.jar %%JAVAJARDIR%%/serviio/jul-to-slf4j.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.net.jar %%JAVAJARDIR%%/serviio/org.restlet.ext.xstream.jar %%JAVAJARDIR%%/serviio/org.restlet.jar %%JAVAJARDIR%%/serviio/padlock.jar %%JAVAJARDIR%%/serviio/rome-modules.jar %%JAVAJARDIR%%/serviio/rome.jar -%%JAVAJARDIR%%/serviio/sanselan.jar %%JAVAJARDIR%%/serviio/sbbi-upnp.jar %%JAVAJARDIR%%/serviio/serviio-client.jar %%JAVAJARDIR%%/serviio/serviio-media-browser.jar %%JAVAJARDIR%%/serviio/serviio.jar %%JAVAJARDIR%%/serviio/slf4j-api.jar %%JAVAJARDIR%%/serviio/slf4j-log4j12.jar +%%JAVAJARDIR%%/serviio/streamflyer-core.jar %%JAVAJARDIR%%/serviio/winp.jar %%JAVAJARDIR%%/serviio/xstream.jar @dirrm %%JAVAJARDIR%%/serviio/plugins From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 19:23:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BB1C220; Sat, 17 Aug 2013 19:23:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09A292759; Sat, 17 Aug 2013 19:23:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJNi1n082640; Sat, 17 Aug 2013 19:23:44 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HJNiT6082638; Sat, 17 Aug 2013 19:23:44 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201308171923.r7HJNiT6082638@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 17 Aug 2013 19:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324866 - head/lang/gcc48 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 19:23:45 -0000 Author: gerald Date: Sat Aug 17 19:23:44 2013 New Revision: 324866 URL: http://svnweb.freebsd.org/changeset/ports/324866 Log: Replace USE_GMAKE by USES=gmake. Update to the 20130815 snapshot of GCC 4.8.2. Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sat Aug 17 19:17:42 2013 (r324865) +++ head/lang/gcc48/Makefile Sat Aug 17 19:23:44 2013 (r324866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.2.s20130808 +PORTVERSION= 4.8.2.s20130815 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -29,10 +29,9 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9 SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 +USES= bison gmake iconv USE_BINUTILS= yes -USES= bison iconv USE_BZIP2= yes -USE_GMAKE= yes USE_PERL5_BUILD=yes PATCH_WRKSRC= ${SRCDIR} Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sat Aug 17 19:17:42 2013 (r324865) +++ head/lang/gcc48/distinfo Sat Aug 17 19:23:44 2013 (r324866) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130808.tar.bz2) = 97940f3d3ba9ed5e173d30ee0f36cbbd072a9b39f4294e8ed3511b8ee05b1ca8 -SIZE (gcc-4.8-20130808.tar.bz2) = 81696111 +SHA256 (gcc-4.8-20130815.tar.bz2) = 98839a700c0ab8a005a18d7704ef5fa553d3ce5771aa357480b11b5cce94389e +SIZE (gcc-4.8-20130815.tar.bz2) = 81708695 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 19:33:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3FC4642; Sat, 17 Aug 2013 19:33:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 916FB27E2; Sat, 17 Aug 2013 19:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJXVs9086496; Sat, 17 Aug 2013 19:33:31 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HJXVFK086495; Sat, 17 Aug 2013 19:33:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308171933.r7HJXVFK086495@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 19:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324867 - head/lang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 19:33:31 -0000 Author: mva Date: Sat Aug 17 19:33:31 2013 New Revision: 324867 URL: http://svnweb.freebsd.org/changeset/ports/324867 Log: - Update lang/Makefile to include the new lang/python2 and lang/python3 ports Noticed by: cperciva Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Aug 17 19:23:44 2013 (r324866) +++ head/lang/Makefile Sat Aug 17 19:33:31 2013 (r324867) @@ -274,6 +274,8 @@ SUBDIR += pypy-devel SUBDIR += pypy3-devel SUBDIR += python + SUBDIR += python2 + SUBDIR += python3 SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 20:16:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2EA4534D; Sat, 17 Aug 2013 20:16:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC8229E3; Sat, 17 Aug 2013 20:16:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HKGH2n002374; Sat, 17 Aug 2013 20:16:17 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HKGHCB002373; Sat, 17 Aug 2013 20:16:17 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308172016.r7HKGHCB002373@svn.freebsd.org> From: Jason Helfman Date: Sat, 17 Aug 2013 20:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324868 - head/games/gnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 20:16:18 -0000 Author: jgh Date: Sat Aug 17 20:16:17 2013 New Revision: 324868 URL: http://svnweb.freebsd.org/changeset/ports/324868 Log: - take maintainership - trim comment Modified: head/games/gnake/Makefile Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Sat Aug 17 19:33:31 2013 (r324867) +++ head/games/gnake/Makefile Sat Aug 17 20:16:17 2013 (r324868) @@ -8,8 +8,8 @@ MASTER_SITES= LOCAL/chinsan \ http://lightless.org/files/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A Nibbles clone for GNU/Linux and *BSD +MAINTAINER= jgh@FreeBSD.org +COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 LDFLAGS+= -L${LOCALBASE}/lib -lncurses From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 20:37:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECD4A742; Sat, 17 Aug 2013 20:37:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA2552ABD; Sat, 17 Aug 2013 20:37:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HKb0k8009854; Sat, 17 Aug 2013 20:37:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HKb0eO009853; Sat, 17 Aug 2013 20:37:00 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308172037.r7HKb0eO009853@svn.freebsd.org> From: John Marino Date: Sat, 17 Aug 2013 20:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324869 - head/audio/dumb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 20:37:01 -0000 Author: marino Date: Sat Aug 17 20:37:00 2013 New Revision: 324869 URL: http://svnweb.freebsd.org/changeset/ports/324869 Log: audio/dumb: adjust for new devel/allegro A month elapsed between the generation of the previous commit and when it was finally committed. During that time, devel/allegro had a major update which invalidated part of the previous commit, causing breakage of audio/dumb-allegro. This commit corrects the previous one (carrying over the same approval.) Approved by: culot (mentor, implicit) Modified: head/audio/dumb/Makefile Modified: head/audio/dumb/Makefile ============================================================================== --- head/audio/dumb/Makefile Sat Aug 17 20:16:17 2013 (r324868) +++ head/audio/dumb/Makefile Sat Aug 17 20:37:00 2013 (r324869) @@ -21,7 +21,7 @@ ALLEGRO_DESC= Enable allegro support LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" -MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg ${LOCALBASE}/lib/liballeg_unsharable.a" +MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg" PKGNAMESUFFIX= -allegro CONFLICTS= dumb-[0-9]* .else From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 21:32:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AD52C61; Sat, 17 Aug 2013 21:32:16 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 071342CEE; Sat, 17 Aug 2013 21:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HLWFP2031459; Sat, 17 Aug 2013 21:32:15 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HLWFHI031457; Sat, 17 Aug 2013 21:32:15 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201308172132.r7HLWFHI031457@svn.freebsd.org> From: TAKATSU Tomonari Date: Sat, 17 Aug 2013 21:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324870 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 21:32:16 -0000 Author: tota Date: Sat Aug 17 21:32:15 2013 New Revision: 324870 URL: http://svnweb.freebsd.org/changeset/ports/324870 Log: - Update to 0.3.910.0 Modified: head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-RcppArmadillo/distinfo Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Sat Aug 17 20:37:00 2013 (r324869) +++ head/math/R-cran-RcppArmadillo/Makefile Sat Aug 17 21:32:15 2013 (r324870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.3.900.7 +PORTVERSION= 0.3.910.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Sat Aug 17 20:37:00 2013 (r324869) +++ head/math/R-cran-RcppArmadillo/distinfo Sat Aug 17 21:32:15 2013 (r324870) @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.3.900.7.tar.gz) = aa7d8bf972bac7cc8f86b2f4d79222192c24cec8d94d17225755ff62ad237ece -SIZE (RcppArmadillo_0.3.900.7.tar.gz) = 822779 +SHA256 (RcppArmadillo_0.3.910.0.tar.gz) = 58aaa2c49ea9da1819f40a2d36fa6b7411030002aa6673df1343b27efc004f43 +SIZE (RcppArmadillo_0.3.910.0.tar.gz) = 1200765 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:11:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC15559D; Sat, 17 Aug 2013 22:11:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D94DF2E94; Sat, 17 Aug 2013 22:11:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMBuaH046733; Sat, 17 Aug 2013 22:11:56 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMBubV046732; Sat, 17 Aug 2013 22:11:56 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308172211.r7HMBubV046732@svn.freebsd.org> From: John Marino Date: Sat, 17 Aug 2013 22:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324871 - head/graphics/gmt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:11:57 -0000 Author: marino Date: Sat Aug 17 22:11:56 2013 New Revision: 324871 URL: http://svnweb.freebsd.org/changeset/ports/324871 Log: graphics/gmt: Restore accidently removed USE_BZIP2 USE_BZIP2 should not have been removed. The port was unable to get past the fetch stage due to a distinfo mismatch. Approved by: bapt/culot (mentors, implicit) Modified: head/graphics/gmt/Makefile Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Sat Aug 17 21:32:15 2013 (r324870) +++ head/graphics/gmt/Makefile Sat Aug 17 22:11:56 2013 (r324871) @@ -18,6 +18,7 @@ COMMENT= The Generic Mapping Tools data WRKSRC= ${WRKDIR}/${PORTNAME:U}${DISTVERSION} USES= gmake +USE_BZIP2= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${DATADIR} From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:13:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F16E6A1; Sat, 17 Aug 2013 22:13:25 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB672EA9; Sat, 17 Aug 2013 22:13:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMDPH1047117; Sat, 17 Aug 2013 22:13:25 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMDPfW047116; Sat, 17 Aug 2013 22:13:25 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172213.r7HMDPfW047116@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 22:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324872 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:13:25 -0000 Author: mva Date: Sat Aug 17 22:13:24 2013 New Revision: 324872 URL: http://svnweb.freebsd.org/changeset/ports/324872 Log: - Be explicit about the Python version to be used for the CONTRIB and MP4 options Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Sat Aug 17 22:11:56 2013 (r324871) +++ head/devel/git/Makefile Sat Aug 17 22:13:24 2013 (r324872) @@ -227,7 +227,7 @@ ALL_TARGET= all strip .if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB} USE_PYTHON= yes PLIST_SUB+= PYTHON_VER=${PYTHON_VER} PYTHON="" -CONFIGURE_ARGS+= --with-python=${LOCALBASE}/bin/python +CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} .else CONFIGURE_ARGS+= --without-python PLIST_SUB+= PYTHON="@comment " From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:16:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A32A49B6; Sat, 17 Aug 2013 22:16:58 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD772ED0; Sat, 17 Aug 2013 22:16:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMGwiA047853; Sat, 17 Aug 2013 22:16:58 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMGwEq047846; Sat, 17 Aug 2013 22:16:58 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201308172216.r7HMGwEq047846@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 17 Aug 2013 22:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324873 - head/games/tanglet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:16:58 -0000 Author: nemysis Date: Sat Aug 17 22:16:57 2013 New Revision: 324873 URL: http://svnweb.freebsd.org/changeset/ports/324873 Log: - Update to 1.2.2 - Shorten header - Change maintainer email gmx.ch --> FreeBSD.org - USES desktop-file-utils - Trim USE_QT4 - Trim docs - Add REINPLACE_CMD to remove not existent pkgconfig zlib - Trim pkg-plist Approved by: wg (mentor) Modified: head/games/tanglet/Makefile head/games/tanglet/distinfo head/games/tanglet/pkg-plist Modified: head/games/tanglet/Makefile ============================================================================== --- head/games/tanglet/Makefile Sat Aug 17 22:13:24 2013 (r324872) +++ head/games/tanglet/Makefile Sat Aug 17 22:16:57 2013 (r324873) @@ -1,41 +1,40 @@ -# New Ports collection makefile for: tanglet -# Date created: 2012-04-21 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis # $FreeBSD$ -# PORTNAME= tanglet -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.2 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org + COMMENT= Single player word finding game based on Boggle LICENSE= GPLv3 USE_BZIP2= yes -USE_QT4= moc_build qmake_build rcc_build gui +USES= desktop-file-utils +USE_QT4= moc_build qmake_build rcc_build gui iconengines imageformats INSTALLS_ICONS= yes -PORTDOCS= CREDITS ChangeLog +PORTDOCS= CREDITS ChangeLog NEWS .include +post-patch: + @${REINPLACE_CMD} -i '' -e '/PKGCONFIG += zlib/d' \ + ${WRKSRC}/tanglet.pro + do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} post-install: -# Pixmaps ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ -# Documentation .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif Modified: head/games/tanglet/distinfo ============================================================================== --- head/games/tanglet/distinfo Sat Aug 17 22:13:24 2013 (r324872) +++ head/games/tanglet/distinfo Sat Aug 17 22:16:57 2013 (r324873) @@ -1,2 +1,2 @@ -SHA256 (tanglet-1.2.1-src.tar.bz2) = 94f4c5c76020ec1fe502ff076fbe5471e497d4b7bcabd1e9059e1022d1ce80c8 -SIZE (tanglet-1.2.1-src.tar.bz2) = 7814483 +SHA256 (tanglet-1.2.2-src.tar.bz2) = c90d5c36b7e6cca54cdc001c7eecfb333795add16e6ae01f100026c61f4a84da +SIZE (tanglet-1.2.2-src.tar.bz2) = 8102968 Modified: head/games/tanglet/pkg-plist ============================================================================== --- head/games/tanglet/pkg-plist Sat Aug 17 22:13:24 2013 (r324872) +++ head/games/tanglet/pkg-plist Sat Aug 17 22:16:57 2013 (r324873) @@ -10,68 +10,61 @@ share/icons/hicolor/48x48/apps/tanglet.p share/icons/hicolor/64x64/apps/tanglet.png share/icons/hicolor/scalable/apps/tanglet.svg share/pixmaps/tanglet.png -share/pixmaps/tanglet_32.xpm -share/tanglet/data/cs/dice -share/tanglet/data/cs/dictionary -share/tanglet/data/cs/name -share/tanglet/data/cs/words -share/tanglet/data/de/README -share/tanglet/data/de/dice -share/tanglet/data/de/dictionary -share/tanglet/data/de/name -share/tanglet/data/de/words -share/tanglet/data/en/README -share/tanglet/data/en/dice -share/tanglet/data/en/dictionary -share/tanglet/data/en/name -share/tanglet/data/en/scowl-word-lists-used -share/tanglet/data/en/words -share/tanglet/data/fr/dice -share/tanglet/data/fr/dictionary -share/tanglet/data/fr/name -share/tanglet/data/fr/words -share/tanglet/data/he/README -share/tanglet/data/he/dice -share/tanglet/data/he/dictionary -share/tanglet/data/he/name -share/tanglet/data/he/words -share/tanglet/data/nl/dice -share/tanglet/data/nl/dictionary -share/tanglet/data/nl/name -share/tanglet/data/nl/words -share/tanglet/translations/tanglet_cs.qm -share/tanglet/translations/tanglet_de.qm -share/tanglet/translations/tanglet_en.qm -share/tanglet/translations/tanglet_fr.qm -share/tanglet/translations/tanglet_he.qm -share/tanglet/translations/tanglet_nl.qm -@dirrm share/tanglet/translations -@dirrm share/tanglet/data/nl -@dirrm share/tanglet/data/he -@dirrm share/tanglet/data/fr -@dirrm share/tanglet/data/en -@dirrm share/tanglet/data/de -@dirrm share/tanglet/data/cs -@dirrm share/tanglet/data -@dirrm share/tanglet -@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/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@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 +share/pixmaps/tanglet.xpm +%%DATADIR%%/data/cs/dice +%%DATADIR%%/data/cs/dictionary +%%DATADIR%%/data/cs/name +%%DATADIR%%/data/cs/words +%%DATADIR%%/data/de/README +%%DATADIR%%/data/de/dice +%%DATADIR%%/data/de/dictionary +%%DATADIR%%/data/de/name +%%DATADIR%%/data/de/words +%%DATADIR%%/data/en/README +%%DATADIR%%/data/en/dice +%%DATADIR%%/data/en/dictionary +%%DATADIR%%/data/en/name +%%DATADIR%%/data/en/scowl-word-lists-used +%%DATADIR%%/data/en/words +%%DATADIR%%/data/fr/dice +%%DATADIR%%/data/fr/dictionary +%%DATADIR%%/data/fr/name +%%DATADIR%%/data/fr/words +%%DATADIR%%/data/he/README +%%DATADIR%%/data/he/dice +%%DATADIR%%/data/he/dictionary +%%DATADIR%%/data/he/name +%%DATADIR%%/data/he/words +%%DATADIR%%/data/hu/README +%%DATADIR%%/data/hu/dice +%%DATADIR%%/data/hu/dictionary +%%DATADIR%%/data/hu/name +%%DATADIR%%/data/hu/words +%%DATADIR%%/data/nl/dice +%%DATADIR%%/data/nl/dictionary +%%DATADIR%%/data/nl/name +%%DATADIR%%/data/nl/words +%%DATADIR%%/translations/tanglet_cs.qm +%%DATADIR%%/translations/tanglet_de.qm +%%DATADIR%%/translations/tanglet_en.qm +%%DATADIR%%/translations/tanglet_es.qm +%%DATADIR%%/translations/tanglet_es_CL.qm +%%DATADIR%%/translations/tanglet_fr.qm +%%DATADIR%%/translations/tanglet_he.qm +%%DATADIR%%/translations/tanglet_hu.qm +%%DATADIR%%/translations/tanglet_it.qm +%%DATADIR%%/translations/tanglet_nl.qm +%%DATADIR%%/translations/tanglet_ro.qm +%%DATADIR%%/translations/tanglet_tr.qm +%%DATADIR%%/translations/tanglet_uk.qm +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%%/data/nl +@dirrm %%DATADIR%%/data/hu +@dirrm %%DATADIR%%/data/he +@dirrm %%DATADIR%%/data/fr +@dirrm %%DATADIR%%/data/en +@dirrm %%DATADIR%%/data/de +@dirrm %%DATADIR%%/data/cs +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% @dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:22:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D92C4B69; Sat, 17 Aug 2013 22:22:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB9882F17; Sat, 17 Aug 2013 22:22:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMMOMA050782; Sat, 17 Aug 2013 22:22:24 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMMOwb050779; Sat, 17 Aug 2013 22:22:24 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201308172222.r7HMMOwb050779@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 17 Aug 2013 22:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324874 - in head/www/trac-TracDuplicates: . 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:22:24 -0000 Author: rakuco Date: Sat Aug 17 22:22:23 2013 New Revision: 324874 URL: http://svnweb.freebsd.org/changeset/ports/324874 Log: Add patch for Trac 1.0 compatibility. PR: ports/181303 Submitted by: Hung-Yi Chen Approved by: Gea-Suan Lin (maintainer) Added: head/www/trac-TracDuplicates/files/ head/www/trac-TracDuplicates/files/patch-tracduplicates_web_ui.py (contents, props changed) Modified: head/www/trac-TracDuplicates/Makefile Modified: head/www/trac-TracDuplicates/Makefile ============================================================================== --- head/www/trac-TracDuplicates/Makefile Sat Aug 17 22:16:57 2013 (r324873) +++ head/www/trac-TracDuplicates/Makefile Sat Aug 17 22:22:23 2013 (r324874) @@ -3,6 +3,7 @@ PORTNAME= TracDuplicates PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= GH PKGNAMEPREFIX= trac- Added: head/www/trac-TracDuplicates/files/patch-tracduplicates_web_ui.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/trac-TracDuplicates/files/patch-tracduplicates_web_ui.py Sat Aug 17 22:22:23 2013 (r324874) @@ -0,0 +1,20 @@ +--- tracduplicates/web_ui.py.orig 2010-09-26 10:42:18.000000000 +0800 ++++ tracduplicates/web_ui.py 2013-08-15 01:23:26.793491000 +0800 +@@ -12,7 +12,7 @@ + ticket._proxy_old_save = ticket.save_changes + ticket.save_changes = self.save_changes + +- def save_changes(self, author, comment, when=0, db=None, cnum=''): ++ def save_changes(self, author, comment, when=0, db=None, cnum='', replyto=None): + dupeticket = Ticket(self._ticket.env, self._dupe_id, db=db) + dupeticket.save_changes( + author, +@@ -25,7 +25,7 @@ + else: + comment += "\n\n" + comment += "*** Marked duplicate of #%d ***" % self._dupe_id +- return self._ticket._proxy_old_save(author, comment, when=when, db=db, cnum=cnum) ++ return self._ticket._proxy_old_save(author, comment, when=when, db=db, cnum=cnum, replyto=replyto) + + class DuplicatesWorkflow(Component): + implements(ITicketActionController) From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:31:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0E29EB9; Sat, 17 Aug 2013 22:31:07 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEA622F8D; Sat, 17 Aug 2013 22:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMV7Ev054253; Sat, 17 Aug 2013 22:31:07 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMV7Q5054252; Sat, 17 Aug 2013 22:31:07 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172231.r7HMV7Q5054252@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 22:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324875 - head/graphics/libGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:31:08 -0000 Author: mva Date: Sat Aug 17 22:31:07 2013 New Revision: 324875 URL: http://svnweb.freebsd.org/changeset/ports/324875 Log: - Fix Mesa builds by adding lang/python, since it does not support setting an explicit Python version as build dependency Modified: head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Sat Aug 17 22:22:23 2013 (r324874) +++ head/graphics/libGL/bsd.mesalib.mk Sat Aug 17 22:31:07 2013 (r324875) @@ -35,7 +35,10 @@ MASTER_SITES= ftp://ftp.freedesktop.org/ DISTFILES= MesaLib-${MESADISTVERSION}${EXTRACT_SUFX} MAINTAINER?= x11@FreeBSD.org +# HACK: added lang/python as build dependency - we need to check, which +# python versions are cleanly supported by Mesa BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \ + python:${PORTSDIR}/lang/python \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 USES= bison From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:39:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE350379; Sat, 17 Aug 2013 22:39:52 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBC422FEC; Sat, 17 Aug 2013 22:39:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMdqEn055717; Sat, 17 Aug 2013 22:39:52 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMdqux055715; Sat, 17 Aug 2013 22:39:52 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172239.r7HMdqux055715@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 22:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324876 - head/textproc/asciidoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:39:52 -0000 Author: mva Date: Sat Aug 17 22:39:52 2013 New Revision: 324876 URL: http://svnweb.freebsd.org/changeset/ports/324876 Log: - Fix run-time support by adding lang/python2 as dependency Modified: head/textproc/asciidoc/Makefile Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Sat Aug 17 22:31:07 2013 (r324875) +++ head/textproc/asciidoc/Makefile Sat Aug 17 22:39:52 2013 (r324876) @@ -13,6 +13,8 @@ COMMENT= Text document format for writin LICENSE= GPLv2 MIT LICENSE_COMB= multi +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 + USE_PYTHON= -2.7 USE_GMAKE= yes GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:44:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62162492; Sat, 17 Aug 2013 22:44:28 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E60F205A; Sat, 17 Aug 2013 22:44:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMiSAv058609; Sat, 17 Aug 2013 22:44:28 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMiSP8058608; Sat, 17 Aug 2013 22:44:28 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172244.r7HMiSP8058608@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 22:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324877 - head/devel/libsoup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:44:28 -0000 Author: mva Date: Sat Aug 17 22:44:27 2013 New Revision: 324877 URL: http://svnweb.freebsd.org/changeset/ports/324877 Log: - Fix build support by adding lang/python2 as dependency Modified: head/devel/libsoup/Makefile Modified: head/devel/libsoup/Makefile ============================================================================== --- head/devel/libsoup/Makefile Sat Aug 17 22:39:52 2013 (r324876) +++ head/devel/libsoup/Makefile Sat Aug 17 22:44:27 2013 (r324877) @@ -12,7 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A SOAP (Simple Object Access Protocol) implementation in C -BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking +BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking \ + python2:${PORTSDIR}/lang/python2 LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 22:55:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 062E16DE; Sat, 17 Aug 2013 22:55:47 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E825F20C7; Sat, 17 Aug 2013 22:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HMtkVn062442; Sat, 17 Aug 2013 22:55:46 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HMtkVK062441; Sat, 17 Aug 2013 22:55:46 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172255.r7HMtkVK062441@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 22:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324878 - head/devel/scons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 22:55:47 -0000 Author: mva Date: Sat Aug 17 22:55:46 2013 New Revision: 324878 URL: http://svnweb.freebsd.org/changeset/ports/324878 Log: - Fix run-time support by adding lang/python2 as dependency Modified: head/devel/scons/Makefile Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Sat Aug 17 22:44:27 2013 (r324877) +++ head/devel/scons/Makefile Sat Aug 17 22:55:46 2013 (r324878) @@ -9,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= gavin@16degrees.com.au COMMENT= A build tool alternative to make +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 .if !defined (NO_INSTALL_MANPAGES) MAN1= scons.1 sconsign.1 scons-time.1 From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 23:02:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC6E58EB; Sat, 17 Aug 2013 23:02:15 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA33D2126; Sat, 17 Aug 2013 23:02:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HN2FXt065766; Sat, 17 Aug 2013 23:02:15 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HN2FRk065765; Sat, 17 Aug 2013 23:02:15 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172302.r7HN2FRk065765@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 23:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324879 - head/textproc/doclifter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 23:02:15 -0000 Author: mva Date: Sat Aug 17 23:02:15 2013 New Revision: 324879 URL: http://svnweb.freebsd.org/changeset/ports/324879 Log: - Fix run-time support by adding lang/python2 as dependency Modified: head/textproc/doclifter/Makefile Modified: head/textproc/doclifter/Makefile ============================================================================== --- head/textproc/doclifter/Makefile Sat Aug 17 22:55:46 2013 (r324878) +++ head/textproc/doclifter/Makefile Sat Aug 17 23:02:15 2013 (r324879) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.catb.org/~esr/d MAINTAINER= araujo@FreeBSD.org COMMENT= Translates documents written in troff macros to DocBook +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 + USE_PYTHON= -2.7 NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 23:34:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1632FEA; Sat, 17 Aug 2013 23:34:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE540227E; Sat, 17 Aug 2013 23:34:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HNYJC0078203; Sat, 17 Aug 2013 23:34:19 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HNYJAj078202; Sat, 17 Aug 2013 23:34:19 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201308172334.r7HNYJAj078202@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 17 Aug 2013 23:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324880 - head/x11-wm/lxsession X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 23:34:20 -0000 Author: nemysis Date: Sat Aug 17 23:34:19 2013 New Revision: 324880 URL: http://svnweb.freebsd.org/changeset/ports/324880 Log: - Change maintainer email gmx.ch --> FreeBSD.org - Remove dependency for textproc/docbook-to-man - Remove hal version from LIB_DEPENDS - Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt - USES gmake iconv pkgconfig - Trim NLS Approved by:wg (mentor) Modified: head/x11-wm/lxsession/Makefile Modified: head/x11-wm/lxsession/Makefile ============================================================================== --- head/x11-wm/lxsession/Makefile Sat Aug 17 23:02:15 2013 (r324879) +++ head/x11-wm/lxsession/Makefile Sat Aug 17 23:34:19 2013 (r324880) @@ -5,20 +5,18 @@ PORTNAME= lxsession PORTVERSION= 0.4.6.1 PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION} +MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= LXDE Session Manager -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal -BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= hal:${PORTSDIR}/sysutils/hal \ + gee:${PORTSDIR}/devel/libgee \ + dbus-glib:${PORTSDIR}/devel/dbus-glib -CONFLICTS= lxsession-lite-[0-9]* - -USE_GNOME= gtk20 intlhack - -USE_GMAKE= yes -USES= iconv +USES= gmake iconv pkgconfig +USE_GNOME= gtk20 intlhack libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -28,15 +26,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: .if ! ${PORT_OPTIONS:MNLS} From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 23:51:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AB5C446; Sat, 17 Aug 2013 23:51:13 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 088E12333; Sat, 17 Aug 2013 23:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HNpCGF085423; Sat, 17 Aug 2013 23:51:12 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HNpCsA085420; Sat, 17 Aug 2013 23:51:12 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172351.r7HNpCsA085420@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 23:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324881 - head/devel/talloc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 23:51:13 -0000 Author: mva Date: Sat Aug 17 23:51:12 2013 New Revision: 324881 URL: http://svnweb.freebsd.org/changeset/ports/324881 Log: - Fix build after the recent lang/python changes Modified: head/devel/talloc/Makefile Modified: head/devel/talloc/Makefile ============================================================================== --- head/devel/talloc/Makefile Sat Aug 17 23:34:19 2013 (r324880) +++ head/devel/talloc/Makefile Sat Aug 17 23:51:12 2013 (r324881) @@ -75,6 +75,7 @@ INSTALL_TARGET= install IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-patch: + @${REINPLACE_CMD} -e 's|python|python${PYTHON_VER}|' ${BUILD_WRKSRC}/${WAF_TOOL} @${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \ ${BUILD_WRKSRC}/wscript From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 23:54:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39CD1533; Sat, 17 Aug 2013 23:54:22 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26EAD233C; Sat, 17 Aug 2013 23:54:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HNsM1g085955; Sat, 17 Aug 2013 23:54:22 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HNsMLG085954; Sat, 17 Aug 2013 23:54:22 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308172354.r7HNsMLG085954@svn.freebsd.org> From: Marcus von Appen Date: Sat, 17 Aug 2013 23:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324882 - head/databases/tdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 23:54:22 -0000 Author: mva Date: Sat Aug 17 23:54:21 2013 New Revision: 324882 URL: http://svnweb.freebsd.org/changeset/ports/324882 Log: - Fix build after the recent lang/python changes Modified: head/databases/tdb/Makefile Modified: head/databases/tdb/Makefile ============================================================================== --- head/databases/tdb/Makefile Sat Aug 17 23:51:12 2013 (r324881) +++ head/databases/tdb/Makefile Sat Aug 17 23:54:21 2013 (r324882) @@ -77,6 +77,7 @@ INSTALL_TARGET= install IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support post-patch: + @${REINPLACE_CMD} -e 's|python|python${PYTHON_VER}|' ${BUILD_WRKSRC}/${WAF_TOOL} @${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \ ${BUILD_WRKSRC}/wscript