From owner-svn-ports-head@freebsd.org Sun Dec 18 00:30:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C84C71590; Sun, 18 Dec 2016 00:30:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.com (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07571707; Sun, 18 Dec 2016 00:30:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-83-236.fv.ks.cox.net [72.204.83.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.com (Postfix) with ESMTP id C259D43BA5; Sat, 17 Dec 2016 18:29:19 -0600 (CST) Subject: Re: svn commit: r428809 - head/irc/ircII To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612172230.uBHMUkAo015155@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> Date: Sat, 17 Dec 2016 18:30:28 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201612172230.uBHMUkAo015155@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161217-0, 12/17/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 00:30:32 -0000 On 12/17/2016 16:30, Adam Weinberger wrote: > Author: adamw > Date: Sat Dec 17 22:30:45 2016 > New Revision: 428809 > URL: https://svnweb.freebsd.org/changeset/ports/428809 > > Log: > Fix build against SSL from ports. The -L${ICONV_PREFIX}/lib prevents > cc from finding the correct libcrypto/libssl, so quick-fix this by > only adding -L${ICONV_PREFIX}/lib if it's something other than /usr/lib. > > Also, use USES=ssl. PORTREVISION bump for the potential ldd change. > > Modified: > head/irc/ircII/Makefile > > Modified: head/irc/ircII/Makefile > ============================================================================== > --- head/irc/ircII/Makefile Sat Dec 17 21:54:49 2016 (r428808) > +++ head/irc/ircII/Makefile Sat Dec 17 22:30:45 2016 (r428809) > @@ -3,6 +3,7 @@ > > PORTNAME= ircii > PORTVERSION= 20151120 > +PORTREVISION= 1 > CATEGORIES= irc ipv6 > MASTER_SITES= http://ircii.warped.com/ > > @@ -23,7 +24,7 @@ IRCBUG_DESC= Install ircII bug-reporting > EMACS_KEYS_DESC=Use emacs meta keys > > EMACS_KEYS_CONFIGURE_WITH= emacs-meta-keys > -OPENSSL_USE= OPENSSL=yes > +OPENSSL_USES= ssl > > .include > > @@ -33,8 +34,10 @@ CONFIGURE_ARGS+= --with-openssl=${OPENSS > CONFIGURE_ARGS+= --without-openssl > .endif > > +.if ${ICONV_PREFIX} != /usr > CPPFLAGS+= -I${ICONV_PREFIX}/include > LDFLAGS+= -L${ICONV_PREFIX}/lib > +.endif > > post-patch: > @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \ > I don't think ICONV_PREFIX is a factor. You probably just need: OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} Try removing what you added and use these option helpers instead. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-head@freebsd.org Sun Dec 18 00:50:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2421CC71E11; Sun, 18 Dec 2016 00:50:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E223B62B; Sun, 18 Dec 2016 00:50:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI0o7gJ072477; Sun, 18 Dec 2016 00:50:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI0o7NM072476; Sun, 18 Dec 2016 00:50:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180050.uBI0o7NM072476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 00:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428813 - head/irc/ircII X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 00:50:08 -0000 Author: adamw Date: Sun Dec 18 00:50:06 2016 New Revision: 428813 URL: https://svnweb.freebsd.org/changeset/ports/428813 Log: r428809 was, of course, not the right way to fix libssl linkage. marino had the right solution, which is to use the appropriate OPTIONS helper, which puts -L${OPENSSLLIB} in early enough that linkage works correctly. Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sat Dec 17 23:56:02 2016 (r428812) +++ head/irc/ircII/Makefile Sun Dec 18 00:50:06 2016 (r428813) @@ -27,19 +27,15 @@ SCRIPTS_DESC= Install ircII script colle EMACS_KEYS_CONFIGURE_WITH= emacs-meta-keys OPENSSL_USES= ssl +OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} +OPENSSL_LDFLAGS= -L${OPENSSLLIB} .include -.if ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.else -CONFIGURE_ARGS+= --without-openssl -.endif - -.if ${ICONV_PREFIX} != /usr +# The ordering is very specific. This must come after pre.mk or +# ircII won't link against libssl from ports CPPFLAGS+= -I${ICONV_PREFIX}/include LDFLAGS+= -L${ICONV_PREFIX}/lib -.endif post-patch: @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \ From owner-svn-ports-head@freebsd.org Sun Dec 18 00:51:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BE09C71E54; Sun, 18 Dec 2016 00:51:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C33BF7F5; Sun, 18 Dec 2016 00:51:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id cef1ed76 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 17 Dec 2016 17:51:09 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428809 - head/irc/ircII From: Adam Weinberger In-Reply-To: <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> Date: Sat, 17 Dec 2016 17:51:08 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2A9B1D74-30D8-4DB5-B748-C109C032CF45@adamw.org> References: <201612172230.uBHMUkAo015155@repo.freebsd.org> <03711abb-01fd-274d-2a08-50c76cd162c2@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 00:51:12 -0000 > On 17 Dec, 2016, at 17:30, John Marino = wrote: >=20 > On 12/17/2016 16:30, Adam Weinberger wrote: >> Author: adamw >> Date: Sat Dec 17 22:30:45 2016 >> New Revision: 428809 >> URL: https://svnweb.freebsd.org/changeset/ports/428809 >>=20 >> Log: >> Fix build against SSL from ports. The -L${ICONV_PREFIX}/lib prevents >> cc from finding the correct libcrypto/libssl, so quick-fix this by >> only adding -L${ICONV_PREFIX}/lib if it's something other than = /usr/lib. >>=20 >> Also, use USES=3Dssl. PORTREVISION bump for the potential ldd = change. >>=20 >> Modified: >> head/irc/ircII/Makefile >>=20 >> Modified: head/irc/ircII/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/irc/ircII/Makefile Sat Dec 17 21:54:49 2016 = (r428808) >> +++ head/irc/ircII/Makefile Sat Dec 17 22:30:45 2016 = (r428809) >> @@ -3,6 +3,7 @@ >>=20 >> PORTNAME=3D ircii >> PORTVERSION=3D 20151120 >> +PORTREVISION=3D 1 >> CATEGORIES=3D irc ipv6 >> MASTER_SITES=3D http://ircii.warped.com/ >>=20 >> @@ -23,7 +24,7 @@ IRCBUG_DESC=3D Install ircII bug-reporting >> EMACS_KEYS_DESC=3DUse emacs meta keys >>=20 >> EMACS_KEYS_CONFIGURE_WITH=3D emacs-meta-keys >> -OPENSSL_USE=3D OPENSSL=3Dyes >> +OPENSSL_USES=3D ssl >>=20 >> .include >>=20 >> @@ -33,8 +34,10 @@ CONFIGURE_ARGS+=3D --with-openssl=3D${OPENSS >> CONFIGURE_ARGS+=3D --without-openssl >> .endif >>=20 >> +.if ${ICONV_PREFIX} !=3D /usr >> CPPFLAGS+=3D -I${ICONV_PREFIX}/include >> LDFLAGS+=3D -L${ICONV_PREFIX}/lib >> +.endif >>=20 >> post-patch: >> @${REINPLACE_CMD} -e '/^mandir =3D/s/@mandir@/$${DESTDIR}&/' \ >>=20 >=20 > I don't think ICONV_PREFIX is a factor. > You probably just need: > OPENSSL_CPPFLAGS=3D -I${OPENSSLINC} > OPENSSL_LDFLAGS=3D -L${OPENSSLLIB} >=20 > Try removing what you added and use these option helpers instead. > John Thanks, John. That ICONV_PREFIX kludge definitely felt all wrong. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 00:57:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10A33C7110C; Sun, 18 Dec 2016 00:57:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA1B9B36; Sun, 18 Dec 2016 00:57:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI0vJjS076350; Sun, 18 Dec 2016 00:57:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI0vJJ3076346; Sun, 18 Dec 2016 00:57:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180057.uBI0vJJ3076346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 00:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428814 - in head/audio: rioutil rosegarden s3mod zinf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 00:57:21 -0000 Author: marino Date: Sun Dec 18 00:57:19 2016 New Revision: 428814 URL: https://svnweb.freebsd.org/changeset/ports/428814 Log: Four audio ports: USES+= alias (for DF) Modified: head/audio/rioutil/Makefile head/audio/rosegarden/Makefile head/audio/s3mod/Makefile head/audio/zinf/Makefile Modified: head/audio/rioutil/Makefile ============================================================================== --- head/audio/rioutil/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/rioutil/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -13,7 +13,7 @@ COMMENT= Program to interface with the R LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= alias autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/rosegarden/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -23,8 +23,8 @@ RUN_DEPENDS= dssi_osc_update:audio/dssi xdg-open:devel/xdg-utils \ lilypond:print/lilypond -USES= cmake:outsource desktop-file-utils pkgconfig shared-mime-info \ - tar:bzip2 +USES= alias cmake:outsource desktop-file-utils pkgconfig \ + shared-mime-info tar:bzip2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/s3mod/Makefile ============================================================================== --- head/audio/s3mod/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/s3mod/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -11,6 +11,7 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M player +USES= alias ALL_TARGET= freebsd PLIST_FILES= bin/s3mod Modified: head/audio/zinf/Makefile ============================================================================== --- head/audio/zinf/Makefile Sun Dec 18 00:50:06 2016 (r428813) +++ head/audio/zinf/Makefile Sun Dec 18 00:57:19 2016 (r428814) @@ -13,7 +13,7 @@ COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:audio/id3lib \ libgdbm.so:databases/gdbm -USES= gettext gmake libtool ncurses pathfix perl5 pkgconfig +USES= alias gettext gmake libtool ncurses pathfix perl5 pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ From owner-svn-ports-head@freebsd.org Sun Dec 18 01:06:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51EEC71355; Sun, 18 Dec 2016 01:06:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83CCAF40; Sun, 18 Dec 2016 01:06:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI16Eq0080257; Sun, 18 Dec 2016 01:06:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI16E9p080255; Sun, 18 Dec 2016 01:06:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180106.uBI16E9p080255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428815 - head/audio/linuxsampler/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:06:15 -0000 Author: marino Date: Sun Dec 18 01:06:14 2016 New Revision: 428815 URL: https://svnweb.freebsd.org/changeset/ports/428815 Log: audio/linuxsampler: bring in DF support from dports Modified: head/audio/linuxsampler/files/patch-src_common_atomic.h head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Modified: head/audio/linuxsampler/files/patch-src_common_atomic.h ============================================================================== --- head/audio/linuxsampler/files/patch-src_common_atomic.h Sun Dec 18 00:57:19 2016 (r428814) +++ head/audio/linuxsampler/files/patch-src_common_atomic.h Sun Dec 18 01:06:14 2016 (r428815) @@ -5,7 +5,7 @@ #endif -#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) -+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) #ifdef _ARCH_PPC /* Modified: head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp ============================================================================== --- head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Sun Dec 18 00:57:19 2016 (r428814) +++ head/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp Sun Dec 18 01:06:14 2016 (r428815) @@ -5,7 +5,7 @@ #include "../../common/Thread.h" // needed for allocAlignedMem() and freeAlignedMem() -#if defined(__APPLE__) -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) # include #else # include From owner-svn-ports-head@freebsd.org Sun Dec 18 01:13:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 346E6C7197E; Sun, 18 Dec 2016 01:13:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F82157F; Sun, 18 Dec 2016 01:13:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1DjLj084404; Sun, 18 Dec 2016 01:13:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1DjU0084403; Sun, 18 Dec 2016 01:13:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180113.uBI1DjU0084403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428816 - head/audio/gigedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:13:46 -0000 Author: marino Date: Sun Dec 18 01:13:44 2016 New Revision: 428816 URL: https://svnweb.freebsd.org/changeset/ports/428816 Log: audio/gigedit: Fix runtime (imported from DPorts) Modified: head/audio/gigedit/Makefile Modified: head/audio/gigedit/Makefile ============================================================================== --- head/audio/gigedit/Makefile Sun Dec 18 01:06:14 2016 (r428815) +++ head/audio/gigedit/Makefile Sun Dec 18 01:13:44 2016 (r428816) @@ -3,7 +3,7 @@ PORTNAME= gigedit PORTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ @@ -21,7 +21,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/linuxsampler LIBS+= -lsigc-2.0 USES= gettext gmake pkgconfig libtool USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 01:17:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99653C71CDF; Sun, 18 Dec 2016 01:17:31 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6925D17C9; Sun, 18 Dec 2016 01:17:31 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1HUQe084637; Sun, 18 Dec 2016 01:17:30 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1HUpw084635; Sun, 18 Dec 2016 01:17:30 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180117.uBI1HUpw084635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428817 - head/devel/efl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:17:31 -0000 Author: gblach Date: Sun Dec 18 01:17:30 2016 New Revision: 428817 URL: https://svnweb.freebsd.org/changeset/ports/428817 Log: Update to 1.18.4 PR: 215330 Modified: head/devel/efl/Makefile head/devel/efl/distinfo Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Sun Dec 18 01:13:44 2016 (r428816) +++ head/devel/efl/Makefile Sun Dec 18 01:17:30 2016 (r428817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.18.3 +PORTVERSION= 1.18.4 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/devel/efl/distinfo ============================================================================== --- head/devel/efl/distinfo Sun Dec 18 01:13:44 2016 (r428816) +++ head/devel/efl/distinfo Sun Dec 18 01:17:30 2016 (r428817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480166935 -SHA256 (enlightenment/efl-1.18.3.tar.xz) = 0748ec0847f543d96b149cb3a84e6438724e827a38d530922ecb4bd59d3e64c0 -SIZE (enlightenment/efl-1.18.3.tar.xz) = 64608384 +TIMESTAMP = 1481833778 +SHA256 (enlightenment/efl-1.18.4.tar.xz) = 39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025 +SIZE (enlightenment/efl-1.18.4.tar.xz) = 64609944 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:18:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E25F6C71D65; Sun, 18 Dec 2016 01:18:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1E6F18E2; Sun, 18 Dec 2016 01:18:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1I87l084784; Sun, 18 Dec 2016 01:18:08 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1I8Qj084781; Sun, 18 Dec 2016 01:18:08 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180118.uBI1I8Qj084781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428818 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:18:10 -0000 Author: gblach Date: Sun Dec 18 01:18:08 2016 New Revision: 428818 URL: https://svnweb.freebsd.org/changeset/ports/428818 Log: Update to 0.21.5 PR: 215329 Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Sun Dec 18 01:17:30 2016 (r428817) +++ head/x11-wm/enlightenment/Makefile Sun Dec 18 01:18:08 2016 (r428818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.21.3 +PORTVERSION= 0.21.5 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Sun Dec 18 01:17:30 2016 (r428817) +++ head/x11-wm/enlightenment/distinfo Sun Dec 18 01:18:08 2016 (r428818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476274673 -SHA256 (enlightenment/enlightenment-0.21.3.tar.xz) = b90517d3de780023043b6e3ade30f686bd2cdcf5b66d24155b50da720e665fd2 -SIZE (enlightenment/enlightenment-0.21.3.tar.xz) = 25289604 +TIMESTAMP = 1481840934 +SHA256 (enlightenment/enlightenment-0.21.5.tar.xz) = f0745a660f70851c4ada9866b2a525185bfc5cd1685aa86e4cdb68f2c1c154bb +SIZE (enlightenment/enlightenment-0.21.5.tar.xz) = 25305272 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:24:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBE9C821D6; Sun, 18 Dec 2016 01:24:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF04E1DC2; Sun, 18 Dec 2016 01:24:00 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1NxeP088770; Sun, 18 Dec 2016 01:23:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1NxXm088768; Sun, 18 Dec 2016 01:23:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180123.uBI1NxXm088768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428819 - head/audio/gnomoradio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:24:01 -0000 Author: marino Date: Sun Dec 18 01:23:59 2016 New Revision: 428819 URL: https://svnweb.freebsd.org/changeset/ports/428819 Log: audio/gnomoradio: Fix build using GCC (from dports) Added: head/audio/gnomoradio/files/patch-roboradio_state.cc (contents, props changed) Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Modified: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc ============================================================================== --- head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:18:08 2016 (r428818) +++ head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -1,6 +1,14 @@ --- roboradio/audio/ogg.cc.orig 2004-11-06 21:55:32 UTC +++ roboradio/audio/ogg.cc -@@ -193,6 +193,7 @@ void Roboradio::Audio::Ogg::thread_funct +@@ -25,6 +25,7 @@ + + #include + #include ++#include + + #include + +@@ -193,6 +194,7 @@ void Roboradio::Audio::Ogg::thread_funct int device_id = ao_default_driver_id(); ao_sample_format output_fmt; Added: head/audio/gnomoradio/files/patch-roboradio_state.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gnomoradio/files/patch-roboradio_state.cc Sun Dec 18 01:23:59 2016 (r428819) @@ -0,0 +1,10 @@ +--- roboradio/state.cc.orig 2004-10-24 00:24:34 UTC ++++ roboradio/state.cc +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include + #include From owner-svn-ports-head@freebsd.org Sun Dec 18 01:37:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EA63C82958; Sun, 18 Dec 2016 01:37:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C26180C; Sun, 18 Dec 2016 01:37:17 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1bG9C092826; Sun, 18 Dec 2016 01:37:16 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1bGoa092824; Sun, 18 Dec 2016 01:37:16 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201612180137.uBI1bGoa092824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 18 Dec 2016 01:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428820 - head/devel/py-arrow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:37:17 -0000 Author: gblach Date: Sun Dec 18 01:37:16 2016 New Revision: 428820 URL: https://svnweb.freebsd.org/changeset/ports/428820 Log: Update to 0.10.0 Modified: head/devel/py-arrow/Makefile head/devel/py-arrow/distinfo Modified: head/devel/py-arrow/Makefile ============================================================================== --- head/devel/py-arrow/Makefile Sun Dec 18 01:23:59 2016 (r428819) +++ head/devel/py-arrow/Makefile Sun Dec 18 01:37:16 2016 (r428820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arrow -PORTVERSION= 0.8.0 +PORTVERSION= 0.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-arrow/distinfo ============================================================================== --- head/devel/py-arrow/distinfo Sun Dec 18 01:23:59 2016 (r428819) +++ head/devel/py-arrow/distinfo Sun Dec 18 01:37:16 2016 (r428820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466124135 -SHA256 (arrow-0.8.0.tar.gz) = b210c17d6bb850011700b9f54c1ca0eaf8cbbd441f156f0cd292e1fbda84e7af -SIZE (arrow-0.8.0.tar.gz) = 81664 +TIMESTAMP = 1481844025 +SHA256 (arrow-0.10.0.tar.gz) = 805906f09445afc1f0fc80187db8fe07670e3b25cdafa09b8d8ac264a8c0c722 +SIZE (arrow-0.10.0.tar.gz) = 86506 From owner-svn-ports-head@freebsd.org Sun Dec 18 01:41:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E01FC82B56; Sun, 18 Dec 2016 01:41:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 543EAAD9; Sun, 18 Dec 2016 01:41:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1f1FI093112; Sun, 18 Dec 2016 01:41:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1f1cQ093108; Sun, 18 Dec 2016 01:41:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180141.uBI1f1cQ093108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428821 - head/audio/osalp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:41:02 -0000 Author: marino Date: Sun Dec 18 01:41:01 2016 New Revision: 428821 URL: https://svnweb.freebsd.org/changeset/ports/428821 Log: audio/osalp: Fix build for GCC (taken from dports) Added: head/audio/osalp/files/patch-aflib_aflibConfig.h (contents, props changed) head/audio/osalp/files/patch-aflib_aflibDateTime.h (contents, props changed) head/audio/osalp/files/patch-aflib_aflibEnvFile.h (contents, props changed) head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h (contents, props changed) Added: head/audio/osalp/files/patch-aflib_aflibConfig.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibConfig.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,12 @@ +--- aflib/aflibConfig.h.orig 2007-01-16 19:26:39 UTC ++++ aflib/aflibConfig.h +@@ -31,6 +31,9 @@ + // Note that g++ does not really need this. If -O with compile func in .h will be inline + #define INLINE inline + ++#include ++#include ++ + #include "aflib.h" + + Added: head/audio/osalp/files/patch-aflib_aflibDateTime.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibDateTime.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- aflib/aflibDateTime.h.orig 2001-10-29 03:55:30 UTC ++++ aflib/aflibDateTime.h +@@ -28,6 +28,7 @@ + #endif + + #include ++#include + + #include + using std::string; Added: head/audio/osalp/files/patch-aflib_aflibEnvFile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-aflib_aflibEnvFile.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- aflib/aflibEnvFile.h.orig 2001-10-29 03:55:30 UTC ++++ aflib/aflibEnvFile.h +@@ -47,6 +47,7 @@ + + + #include ++#include + + using std::string; + Added: head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/osalp/files/patch-formatlib_ogg_aflibBufferUtils.h Sun Dec 18 01:41:01 2016 (r428821) @@ -0,0 +1,10 @@ +--- formatlib/ogg/aflibBufferUtils.h.orig 2007-01-16 19:26:39 UTC ++++ formatlib/ogg/aflibBufferUtils.h +@@ -38,6 +38,7 @@ this buffer. + #include + #endif + ++#include + + class aflibBufferUtils { + From owner-svn-ports-head@freebsd.org Sun Dec 18 01:48:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89229C71066; Sun, 18 Dec 2016 01:48:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58CC1EE1; Sun, 18 Dec 2016 01:48:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1maGM097214; Sun, 18 Dec 2016 01:48:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1maBY097213; Sun, 18 Dec 2016 01:48:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180148.uBI1maBY097213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 01:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428822 - head/irc/ircII X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:48:37 -0000 Author: adamw Date: Sun Dec 18 01:48:36 2016 New Revision: 428822 URL: https://svnweb.freebsd.org/changeset/ports/428822 Log: Sub ${PREFIX} into the manpage. Modified: head/irc/ircII/Makefile Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Sun Dec 18 01:41:01 2016 (r428821) +++ head/irc/ircII/Makefile Sun Dec 18 01:48:36 2016 (r428822) @@ -42,6 +42,7 @@ post-patch: -e '/^LDFLAGS =/s/$$/ -s ${ICONV_LIB}/' \ -e '/^INCLUDES =/s|$$| -I${ICONV_PREFIX}/include -DHAVE_ICONV_OPEN|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|PREFIX/|${PREFIX}/|' ${WRKSRC}/doc/ircII.1 post-install: ${MV} -f ${STAGEDIR}${PREFIX}/bin/irc-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/irc From owner-svn-ports-head@freebsd.org Sun Dec 18 01:51:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C3B4C71105; Sun, 18 Dec 2016 01:51:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF75F1053; Sun, 18 Dec 2016 01:51:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI1p4kC097417; Sun, 18 Dec 2016 01:51:04 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI1p49C097416; Sun, 18 Dec 2016 01:51:04 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180151.uBI1p49C097416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 01:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428823 - head/audio/py-cddb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:51:05 -0000 Author: marino Date: Sun Dec 18 01:51:03 2016 New Revision: 428823 URL: https://svnweb.freebsd.org/changeset/ports/428823 Log: audio/py-cddb: Fix build on DF (taken from dports) Added: head/audio/py-cddb/files/ head/audio/py-cddb/files/patch-unix_cdrommodule.c (contents, props changed) Added: head/audio/py-cddb/files/patch-unix_cdrommodule.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-cddb/files/patch-unix_cdrommodule.c Sun Dec 18 01:51:03 2016 (r428823) @@ -0,0 +1,20 @@ +--- unix/cdrommodule.c.orig 2003-08-31 23:24:30 UTC ++++ unix/cdrommodule.c +@@ -29,7 +29,7 @@ + #include + #endif + +-#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(sun) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + #include + #endif + +@@ -45,7 +45,7 @@ + * so that we don't have to repeat the code. + */ + +-#ifdef __FreeBSD__ ++#if defined __FreeBSD__ || defined __DragonFly__ + + #define CDDB_TOC_HEADER_STRUCT ioc_toc_header + #define CDDB_STARTING_TRACK_FIELD starting_track From owner-svn-ports-head@freebsd.org Sun Dec 18 02:01:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46302C71483; Sun, 18 Dec 2016 02:01:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1598D170F; Sun, 18 Dec 2016 02:01:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI210iQ002579; Sun, 18 Dec 2016 02:01:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI2109T002578; Sun, 18 Dec 2016 02:01:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180201.uBI2109T002578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 02:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428824 - head/audio/spiralloops/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 02:01:01 -0000 Author: marino Date: Sun Dec 18 02:01:00 2016 New Revision: 428824 URL: https://svnweb.freebsd.org/changeset/ports/428824 Log: audio/spiralloops: Fix build on GCC (taken from dports) Modified: head/audio/spiralloops/files/patch-SpiralSound_Sample.h Modified: head/audio/spiralloops/files/patch-SpiralSound_Sample.h ============================================================================== --- head/audio/spiralloops/files/patch-SpiralSound_Sample.h Sun Dec 18 01:51:03 2016 (r428823) +++ head/audio/spiralloops/files/patch-SpiralSound_Sample.h Sun Dec 18 02:01:00 2016 (r428824) @@ -1,6 +1,14 @@ ---- SpiralSound/Sample.h.orig Fri Dec 22 18:39:01 2006 -+++ SpiralSound/Sample.h Fri Dec 22 18:39:30 2006 -@@ -63,13 +63,13 @@ +--- SpiralSound/Sample.h.orig 2001-04-19 20:48:13 UTC ++++ SpiralSound/Sample.h +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include "SpiralInfo.h" + + static const unsigned short UMAX_LEV = 65535; +@@ -63,13 +64,13 @@ public: void Shrink(int Length); void CropTo(int NewLength); @@ -16,7 +24,7 @@ { assert(i>=0 && i Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622F0C83D24; Sun, 18 Dec 2016 02:42:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED7514C5; Sun, 18 Dec 2016 02:42:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI2goP8021260; Sun, 18 Dec 2016 02:42:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI2gouk021259; Sun, 18 Dec 2016 02:42:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180242.uBI2gouk021259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 02:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428825 - head/audio/tomahawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 02:42:51 -0000 Author: marino Date: Sun Dec 18 02:42:50 2016 New Revision: 428825 URL: https://svnweb.freebsd.org/changeset/ports/428825 Log: audio/tomahawk: explicitly link z library (for gold linker) Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Dec 18 02:01:00 2016 (r428824) +++ head/audio/tomahawk/Makefile Sun Dec 18 02:42:50 2016 (r428825) @@ -29,6 +29,7 @@ LIB_DEPENDS= libattica.so:x11-toolkits/a CMAKE_ARGS= -DBUILD_RELEASE="ON" CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include +LDFLAGS+= -lz GH_ACCOUNT= tomahawk-player From owner-svn-ports-head@freebsd.org Sun Dec 18 03:35:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F06C85385; Sun, 18 Dec 2016 03:35:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E655179F; Sun, 18 Dec 2016 03:35:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI3ZalM042173; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3ZaOh042171; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180335.uBI3ZaOh042171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428826 - head/audio/libworkman/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 03:35:37 -0000 Author: marino Date: Sun Dec 18 03:35:36 2016 New Revision: 428826 URL: https://svnweb.freebsd.org/changeset/ports/428826 Log: audio/libworkman: Bring in DF support from dports Added: head/audio/libworkman/files/patch-include_wm__config.h (contents, props changed) Modified: head/audio/libworkman/files/patch-plat__freebsd.c Added: head/audio/libworkman/files/patch-include_wm__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libworkman/files/patch-include_wm__config.h Sun Dec 18 03:35:36 2016 (r428826) @@ -0,0 +1,11 @@ +--- include/wm_config.h.orig 1999-05-05 16:34:22 UTC ++++ include/wm_config.h +@@ -133,7 +133,7 @@ + *** ****** ** ** ****** ****** ** ****** ** * ********** + *** ****** ** ** ** ** **** *** *********** + ******************************************************************/ +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + #define DEFAULT_CD_DEVICE "/dev/rmatcd0c" + Modified: head/audio/libworkman/files/patch-plat__freebsd.c ============================================================================== --- head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 02:42:50 2016 (r428825) +++ head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 03:35:36 2016 (r428826) @@ -1,5 +1,14 @@ --- plat_freebsd.c.orig 1999-03-07 08:36:40 UTC +++ plat_freebsd.c +@@ -30,7 +30,7 @@ + * + */ + +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + static char freebsd_id[] = "$Id: plat_freebsd.c,v 1.8 1999/03/07 08:36:40 dirk Exp $"; + @@ -49,7 +49,6 @@ static char freebsd_id[] = "$Id: plat_fr #include #include @@ -8,3 +17,13 @@ #if defined(__NetBSD__) # define MSF_MINUTES 1 +@@ -60,9 +59,6 @@ static char freebsd_id[] = "$Id: plat_fr + #else + # define LEFT_PORT 0 + # define RIGHT_PORT 1 +-# if __FreeBSD_version < 300000 +-# include +-# endif + #endif + + #include "include/wm_struct.h" From owner-svn-ports-head@freebsd.org Sun Dec 18 03:55:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682EBC85A9B; Sun, 18 Dec 2016 03:55:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E981153; Sun, 18 Dec 2016 03:55:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI3t3xs050005; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3t3Fa050004; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180355.uBI3t3Fa050004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428827 - head/benchmarks/dkftpbench/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 03:55:04 -0000 Author: marino Date: Sun Dec 18 03:55:03 2016 New Revision: 428827 URL: https://svnweb.freebsd.org/changeset/ports/428827 Log: benchmarks/dkftpbench: fix build on GCC (taken from dports) Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h ============================================================================== --- head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:35:36 2016 (r428826) +++ head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:55:03 2016 (r428827) @@ -1,11 +1,12 @@ --- Platoon.h.orig 2002-02-13 05:06:01 UTC +++ Platoon.h -@@ -1,13 +1,11 @@ +@@ -1,13 +1,12 @@ #ifndef Platoon_H #define Platoon_H #include "robouser.h" -#include +#include ++#include /* FIXME: 'reasonable' upper bound on number of users CPU can handle */ #define Platoon_MAXUSERS (1 << 16) @@ -15,7 +16,7 @@ /**---------------------------------------------------------------------- Platoon of robousers. ----------------------------------------------------------------------*/ -@@ -150,7 +148,7 @@ private: +@@ -150,7 +149,7 @@ private: robouser_t *m_users[Platoon_MAXUSERS]; /** List of dead robousers waiting to be reaped */ From owner-svn-ports-head@freebsd.org Sun Dec 18 04:10:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E10C862C3; Sun, 18 Dec 2016 04:10:03 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA6DAE7; Sun, 18 Dec 2016 04:10:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4A2Fh054170; Sun, 18 Dec 2016 04:10:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4A2FT054168; Sun, 18 Dec 2016 04:10:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180410.uBI4A2FT054168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428828 - head/benchmarks/super-smack/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:10:03 -0000 Author: marino Date: Sun Dec 18 04:10:01 2016 New Revision: 428828 URL: https://svnweb.freebsd.org/changeset/ports/428828 Log: benchmarks/super-smack: fix build for GCC and DF (taken from dports) Added: head/benchmarks/super-smack/files/patch-src_client.cc (contents, props changed) head/benchmarks/super-smack/files/patch-src_dictionary.h (contents, props changed) Added: head/benchmarks/super-smack/files/patch-src_client.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/super-smack/files/patch-src_client.cc Sun Dec 18 04:10:01 2016 (r428828) @@ -0,0 +1,20 @@ +--- src/client.cc.orig 2005-05-30 10:42:52 UTC ++++ src/client.cc +@@ -34,7 +34,7 @@ using namespace std; + + #define MAX_VAR_BUF 512 + +-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) ++#if !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) + #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) + /* union semun is defined by including */ + #else +@@ -57,7 +57,7 @@ using namespace std; + }; + + #endif +-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) ++#if !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !(defined(__MACH__) && defined(__APPLE__)) + #define SUPER_SMACK_RESTART ERESTART + #else + #define SUPER_SMACK_RESTART EINTR Added: head/benchmarks/super-smack/files/patch-src_dictionary.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/super-smack/files/patch-src_dictionary.h Sun Dec 18 04:10:01 2016 (r428828) @@ -0,0 +1,10 @@ +--- src/dictionary.h.orig 2003-05-15 00:14:52 UTC ++++ src/dictionary.h +@@ -22,6 +22,7 @@ using namespace std; + #include "../config.h" + + #include ++#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Sun Dec 18 04:22:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 756F5C86998; Sun, 18 Dec 2016 04:22:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F6E18BB; Sun, 18 Dec 2016 04:22:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4MQoA062342; Sun, 18 Dec 2016 04:22:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4MQ0X062341; Sun, 18 Dec 2016 04:22:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180422.uBI4MQ0X062341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428829 - head/biology/chemeq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:22:27 -0000 Author: marino Date: Sun Dec 18 04:22:26 2016 New Revision: 428829 URL: https://svnweb.freebsd.org/changeset/ports/428829 Log: biology/chemeq: fix build on GCC (taken from dports) Added: head/biology/chemeq/files/ head/biology/chemeq/files/patch-src_chemeq.h (contents, props changed) Added: head/biology/chemeq/files/patch-src_chemeq.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/chemeq/files/patch-src_chemeq.h Sun Dec 18 04:22:26 2016 (r428829) @@ -0,0 +1,11 @@ +--- src/chemeq.h.orig 2003-03-11 22:36:25 UTC ++++ src/chemeq.h +@@ -6,6 +6,8 @@ + #include + #include + #include ++#include ++#include + #include + + typedef struct { From owner-svn-ports-head@freebsd.org Sun Dec 18 04:24:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D527FC86A46; Sun, 18 Dec 2016 04:24:03 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4AAC19FB; Sun, 18 Dec 2016 04:24:03 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4O2A4062514; Sun, 18 Dec 2016 04:24:02 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4O2XS062512; Sun, 18 Dec 2016 04:24:02 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201612180424.uBI4O2XS062512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sun, 18 Dec 2016 04:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428830 - head/x11/nvidia-xconfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:24:03 -0000 Author: bland Date: Sun Dec 18 04:24:02 2016 New Revision: 428830 URL: https://svnweb.freebsd.org/changeset/ports/428830 Log: Update to 375.26 Modified: head/x11/nvidia-xconfig/Makefile head/x11/nvidia-xconfig/distinfo Modified: head/x11/nvidia-xconfig/Makefile ============================================================================== --- head/x11/nvidia-xconfig/Makefile Sun Dec 18 04:22:26 2016 (r428829) +++ head/x11/nvidia-xconfig/Makefile Sun Dec 18 04:24:02 2016 (r428830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvidia-xconfig -PORTVERSION= 367.35 +PORTVERSION= 375.26 CATEGORIES= x11 MAINTAINER= bland@FreeBSD.org Modified: head/x11/nvidia-xconfig/distinfo ============================================================================== --- head/x11/nvidia-xconfig/distinfo Sun Dec 18 04:22:26 2016 (r428829) +++ head/x11/nvidia-xconfig/distinfo Sun Dec 18 04:24:02 2016 (r428830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469537903 -SHA256 (NVIDIA-nvidia-xconfig-367.35_GH0.tar.gz) = 7a0a1ffb7d0aa2dbe6636a77ae19f28e38784df08b1209ae5dfe029a0cadac25 -SIZE (NVIDIA-nvidia-xconfig-367.35_GH0.tar.gz) = 139464 +TIMESTAMP = 1482034850 +SHA256 (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 10b296451e22a466b7915e3a31b492fe26119dd72dcfd00fa20ce096e6d0d5bf +SIZE (NVIDIA-nvidia-xconfig-375.26_GH0.tar.gz) = 139684 From owner-svn-ports-head@freebsd.org Sun Dec 18 04:34:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFA5EC86C9B; Sun, 18 Dec 2016 04:34:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86B7B1EAE; Sun, 18 Dec 2016 04:34:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4YXME066432; Sun, 18 Dec 2016 04:34:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4YXXk066431; Sun, 18 Dec 2016 04:34:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180434.uBI4YXXk066431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428831 - head/biology/lamarc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:34:34 -0000 Author: marino Date: Sun Dec 18 04:34:33 2016 New Revision: 428831 URL: https://svnweb.freebsd.org/changeset/ports/428831 Log: biology/lamarc: Fix build on DF (taken from dports) Added: head/biology/lamarc/files/patch-configure (contents, props changed) Added: head/biology/lamarc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/lamarc/files/patch-configure Sun Dec 18 04:34:33 2016 (r428831) @@ -0,0 +1,11 @@ +--- configure.orig 2012-05-24 23:43:17 UTC ++++ configure +@@ -2612,7 +2612,7 @@ case "$target_os" in + LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX + fi + ;; +- freebsd*|linux*) ++ dragonfly*|freebsd*|linux*) + if test "X${lamCONV}" = "Xyes" ; then + if test "X${lamGUI}" = "Xyes" ; then + if test "X${GUI_TOOLKIT}" = "X" ; then From owner-svn-ports-head@freebsd.org Sun Dec 18 04:43:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2625FC86F71; Sun, 18 Dec 2016 04:43:21 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFC5A5F4; Sun, 18 Dec 2016 04:43:20 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4hKTt070539; Sun, 18 Dec 2016 04:43:20 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4hJld070537; Sun, 18 Dec 2016 04:43:19 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201612180443.uBI4hJld070537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Sun, 18 Dec 2016 04:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428832 - head/x11/nvidia-settings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:43:21 -0000 Author: bland Date: Sun Dec 18 04:43:19 2016 New Revision: 428832 URL: https://svnweb.freebsd.org/changeset/ports/428832 Log: Update to 375.26 PR: 215371 Modified: head/x11/nvidia-settings/Makefile head/x11/nvidia-settings/distinfo Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Sun Dec 18 04:34:33 2016 (r428831) +++ head/x11/nvidia-settings/Makefile Sun Dec 18 04:43:19 2016 (r428832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvidia-settings -PORTVERSION= 355.11 +PORTVERSION= 375.26 PORTREVISION= 3 CATEGORIES= x11 @@ -11,16 +11,18 @@ COMMENT= Display Control Panel for X NVi LICENSE= GPLv2 -LIB_DEPENDS= libjansson.so:devel/jansson \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libjansson.so:devel/jansson \ libvdpau.so:multimedia/libvdpau USE_GITHUB= yes GH_ACCOUNT= NVIDIA -USE_GNOME= gtk20 -USES= gmake pkgconfig +USE_GNOME= gtk20 cairo gdkpixbuf2 +USES= gmake pkgconfig gettext-runtime USE_GL= gl -USE_XORG= xext xv +USE_XORG= x11 xext xv xxf86vm PLIST_FILES= bin/nvidia-settings \ man/man1/nvidia-settings.1.gz \ @@ -31,8 +33,7 @@ PLIST_FILES= bin/nvidia-settings \ LDFLAGS+= -pthread MAKE_ENV= NV_USE_BUNDLED_LIBJANSSON=0 \ NV_VERBOSE= \ - STRIP_CMD=${TRUE} \ - INSTALL_BIN_ARGS="${INSTALL_PROGRAM:Ninstall}" \ + GTK3_AVAILABLE=0 \ INSTALL_DOC_ARGS="${INSTALL_MAN:Ninstall}" \ X_CFLAGS=-I${LOCALBASE}/include \ X_LDFLAGS=-L${LOCALBASE}/lib Modified: head/x11/nvidia-settings/distinfo ============================================================================== --- head/x11/nvidia-settings/distinfo Sun Dec 18 04:34:33 2016 (r428831) +++ head/x11/nvidia-settings/distinfo Sun Dec 18 04:43:19 2016 (r428832) @@ -1,2 +1,3 @@ -SHA256 (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 9d9cb98bb6055895888d2fc9cf15a641c6caabee720d34303037214792eb12f6 -SIZE (NVIDIA-nvidia-settings-355.11_GH0.tar.gz) = 2049318 +TIMESTAMP = 1482028345 +SHA256 (NVIDIA-nvidia-settings-375.26_GH0.tar.gz) = 65da2b5be13f09c8d4366c6ae5d95d08ddc2b41fa164f9f751e65d933b381f4e +SIZE (NVIDIA-nvidia-settings-375.26_GH0.tar.gz) = 2108173 From owner-svn-ports-head@freebsd.org Sun Dec 18 04:44:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80B73C86FBB; Sun, 18 Dec 2016 04:44:04 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 501C7771; Sun, 18 Dec 2016 04:44:04 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4i3eY070690; Sun, 18 Dec 2016 04:44:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4i3Bx070689; Sun, 18 Dec 2016 04:44:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612180444.uBI4i3Bx070689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 18 Dec 2016 04:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428833 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:44:04 -0000 Author: adamw Date: Sun Dec 18 04:44:03 2016 New Revision: 428833 URL: https://svnweb.freebsd.org/changeset/ports/428833 Log: Remove leftover reference to the TERMCAP knob that was removed. Approved by: maintainer (jpaetzel) Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sun Dec 18 04:43:19 2016 (r428832) +++ head/irc/epic4/Makefile Sun Dec 18 04:44:03 2016 (r428833) @@ -62,10 +62,6 @@ CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --without-ssl .endif -.if ${PORT_OPTIONS:MTERMCAP} -CONFIGURE_ARGS+= --with-termcap -.endif - post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -r From owner-svn-ports-head@freebsd.org Sun Dec 18 04:46:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 305BDC86059; Sun, 18 Dec 2016 04:46:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12158BF; Sun, 18 Dec 2016 04:46:54 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI4ks4K070868; Sun, 18 Dec 2016 04:46:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI4ksBW070867; Sun, 18 Dec 2016 04:46:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180446.uBI4ksBW070867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 04:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428834 - head/biology/blat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 04:46:55 -0000 Author: marino Date: Sun Dec 18 04:46:53 2016 New Revision: 428834 URL: https://svnweb.freebsd.org/changeset/ports/428834 Log: biology/blat: Fix build on DF (taken from dports) Added: head/biology/blat/files/patch-lib_fof.c (contents, props changed) Added: head/biology/blat/files/patch-lib_fof.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/blat/files/patch-lib_fof.c Sun Dec 18 04:46:53 2016 (r428834) @@ -0,0 +1,14 @@ +--- lib/fof.c.orig 2014-11-06 03:15:59 UTC ++++ lib/fof.c +@@ -336,7 +336,11 @@ static int cmpOnFilePos(const void *va, + { + const struct fofBatch *a = *((struct fofBatch **)va); + const struct fofBatch *b = *((struct fofBatch **)vb); ++#ifdef __DragonFly__ ++int dif = (struct __FILE_public*)a->f - (struct __FILE_public*)b->f; ++#else + int dif = a->f - b->f; ++#endif + if (dif == 0) + dif = a->offset - b->offset; + return dif; From owner-svn-ports-head@freebsd.org Sun Dec 18 05:34:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE05AC86182; Sun, 18 Dec 2016 05:34:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88A7B397; Sun, 18 Dec 2016 05:34:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI5YgZB090902; Sun, 18 Dec 2016 05:34:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI5YgDe090897; Sun, 18 Dec 2016 05:34:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180534.uBI5YgDe090897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 05:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428835 - head/biology/protomol/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 05:34:43 -0000 Author: marino Date: Sun Dec 18 05:34:42 2016 New Revision: 428835 URL: https://svnweb.freebsd.org/changeset/ports/428835 Log: biology/protomol: Support build with C++11 (taken from dports) Added: head/biology/protomol/files/patch-framework_base_PGM.cpp (contents, props changed) head/biology/protomol/files/patch-framework_base_PPM.cpp (contents, props changed) head/biology/protomol/files/patch-framework_base_stringutilities.cpp (contents, props changed) head/biology/protomol/files/patch-framework_imd_imd.cpp (contents, props changed) head/biology/protomol/files/patch-framework_imd_vmdsock.cpp (contents, props changed) Added: head/biology/protomol/files/patch-framework_base_PGM.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_PGM.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,9 @@ +--- framework/base/PGM.cpp.orig 2005-05-07 14:40:23 UTC ++++ framework/base/PGM.cpp +@@ -1,5 +1,6 @@ + #include "PGM.h" + #include "PPM.h" ++#include // C++11 NULL + #include // NULL definition + + namespace ProtoMol { Added: head/biology/protomol/files/patch-framework_base_PPM.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_PPM.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,9 @@ +--- framework/base/PPM.cpp.orig 2005-05-07 14:40:23 UTC ++++ framework/base/PPM.cpp +@@ -1,5 +1,6 @@ + #include "PPM.h" + #include "PGM.h" ++#include // C++11 NULL + #include // NULL definition + + namespace ProtoMol { Added: head/biology/protomol/files/patch-framework_base_stringutilities.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_base_stringutilities.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/base/stringutilities.cpp.orig 2005-05-07 14:40:24 UTC ++++ framework/base/stringutilities.cpp +@@ -3,6 +3,7 @@ + + #include + #include ++#include + #include + + #include "Report.h" Added: head/biology/protomol/files/patch-framework_imd_imd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_imd_imd.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/imd/imd.cpp.orig 2005-05-07 14:40:25 UTC ++++ framework/imd/imd.cpp +@@ -1,6 +1,7 @@ + #include "imd.h" + #include "vmdsock.h" + #include ++#include + using std::string; + #include + #include Added: head/biology/protomol/files/patch-framework_imd_vmdsock.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/protomol/files/patch-framework_imd_vmdsock.cpp Sun Dec 18 05:34:42 2016 (r428835) @@ -0,0 +1,10 @@ +--- framework/imd/vmdsock.cpp.orig 2005-05-07 14:40:25 UTC ++++ framework/imd/vmdsock.cpp +@@ -32,6 +32,7 @@ namespace ProtoMol { + #include + #include + #include ++#include + using std::string; + + #if defined(WIN32) From owner-svn-ports-head@freebsd.org Sun Dec 18 06:10:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74484C86CE1; Sun, 18 Dec 2016 06:10:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29F2B189D; Sun, 18 Dec 2016 06:10:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI6Aiko003847; Sun, 18 Dec 2016 06:10:44 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI6AiAW003845; Sun, 18 Dec 2016 06:10:44 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201612180610.uBI6AiAW003845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 18 Dec 2016 06:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428836 - head/textproc/R-cran-rmarkdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 06:10:45 -0000 Author: tota Date: Sun Dec 18 06:10:44 2016 New Revision: 428836 URL: https://svnweb.freebsd.org/changeset/ports/428836 Log: - Update to 1.2 Modified: head/textproc/R-cran-rmarkdown/Makefile (contents, props changed) head/textproc/R-cran-rmarkdown/distinfo (contents, props changed) Modified: head/textproc/R-cran-rmarkdown/Makefile ============================================================================== --- head/textproc/R-cran-rmarkdown/Makefile Sun Dec 18 05:34:42 2016 (r428835) +++ head/textproc/R-cran-rmarkdown/Makefile Sun Dec 18 06:10:44 2016 (r428836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rmarkdown -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,12 +13,12 @@ LICENSE= GPLv3 CRAN_DEPENDS= R-cran-knitr>=1.14:print/R-cran-knitr \ R-cran-yaml>=2.1.5:textproc/R-cran-yaml \ - R-cran-htmltools>=0.2.4:textproc/R-cran-htmltools \ + R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \ R-cran-caTools>0:devel/R-cran-caTools \ R-cran-evaluate>=0.8:devel/R-cran-evaluate \ R-cran-base64enc>0:converters/R-cran-base64enc \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ - R-cran-tibble>0:devel/R-cran-tibble + R-cran-rprojroot>0:devel/R-cran-rprojroot BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \ ${CRAN_DEPENDS} Modified: head/textproc/R-cran-rmarkdown/distinfo ============================================================================== --- head/textproc/R-cran-rmarkdown/distinfo Sun Dec 18 05:34:42 2016 (r428835) +++ head/textproc/R-cran-rmarkdown/distinfo Sun Dec 18 06:10:44 2016 (r428836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481815174 -SHA256 (rmarkdown_1.1.tar.gz) = a07d757a7c1e1a979b9b721386252da0258d75e47aed8c8df4724419be9afbb3 -SIZE (rmarkdown_1.1.tar.gz) = 2065151 +TIMESTAMP = 1481955245 +SHA256 (rmarkdown_1.2.tar.gz) = 2a0d3a19317527d0475be05bd7a2c2751efc333df2e0e202ed4a1e10cb1caff9 +SIZE (rmarkdown_1.2.tar.gz) = 2072844 From owner-svn-ports-head@freebsd.org Sun Dec 18 06:31:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D66BFC867E9; Sun, 18 Dec 2016 06:31:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73F853CD; Sun, 18 Dec 2016 06:31:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI6Uxrw013834; Sun, 18 Dec 2016 06:30:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI6UwYP013550; Sun, 18 Dec 2016 06:30:58 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612180630.uBI6UwYP013550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 06:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428837 - in head: . emulators emulators/py-nova emulators/py-nova/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 06:31:00 -0000 Author: novel Date: Sun Dec 18 06:30:58 2016 New Revision: 428837 URL: https://svnweb.freebsd.org/changeset/ports/428837 Log: Add emulators/py-nova 14.0.2, Openstack Compute Service Please note that this is a development version of nova. Many features are not available. Currently nova works on FreeBSD 11 and supports QEMU and Xen. Common issues: - Security groups are not implemented - ARP spoofing, DHCP isolation protection are not implemented - Nova services work from the root user - No IPv6 support QEMU issues: - Need to enable serialconsole (TCP) - Need to disable online CPU tracking - Cannot mount cinder volumes Xen issues: - Live snapshots don't work - No support for cinder volume hot-plugging - XENBUS delay (5 min) when using qemu driver and COW images - Some Linux images cannot be booted For further FreeBSD specific notes please refer to port's pkg-message. PR: 215151 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Added: head/emulators/py-nova/ head/emulators/py-nova/Makefile (contents, props changed) head/emulators/py-nova/distinfo (contents, props changed) head/emulators/py-nova/files/ head/emulators/py-nova/files/01-firewall-manager.patch (contents, props changed) head/emulators/py-nova/files/02-freebsd-l3.patch (contents, props changed) head/emulators/py-nova/files/03-nova-conf.patch (contents, props changed) head/emulators/py-nova/files/04-xen-phy.patch (contents, props changed) head/emulators/py-nova/files/05-online-cpus.patch (contents, props changed) head/emulators/py-nova/files/06-freebsd-net.patch (contents, props changed) head/emulators/py-nova/files/nova-api.in (contents, props changed) head/emulators/py-nova/files/nova-cells.in (contents, props changed) head/emulators/py-nova/files/nova-cert.in (contents, props changed) head/emulators/py-nova/files/nova-compute.conf.sample (contents, props changed) head/emulators/py-nova/files/nova-compute.in (contents, props changed) head/emulators/py-nova/files/nova-conductor.in (contents, props changed) head/emulators/py-nova/files/nova-consoleauth.in (contents, props changed) head/emulators/py-nova/files/nova-network.in (contents, props changed) head/emulators/py-nova/files/nova-scheduler.in (contents, props changed) head/emulators/py-nova/files/nova-serialproxy.in (contents, props changed) head/emulators/py-nova/files/nova.conf.sample (contents, props changed) head/emulators/py-nova/pkg-descr (contents, props changed) head/emulators/py-nova/pkg-message (contents, props changed) head/emulators/py-nova/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/emulators/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sun Dec 18 06:10:44 2016 (r428836) +++ head/GIDs Sun Dec 18 06:30:58 2016 (r428837) @@ -137,7 +137,7 @@ moinmoin:*:192: cups:*:193: saned:*:194: radns:*:195: -# free: 196 +nova:*:196: # free: 197 # free: 198 mcserver:*:199: Modified: head/UIDs ============================================================================== --- head/UIDs Sun Dec 18 06:10:44 2016 (r428836) +++ head/UIDs Sun Dec 18 06:30:58 2016 (r428837) @@ -142,7 +142,7 @@ moinmoin:*:192:192::0:0:MoinMoin User:/n cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh radns:*:195:195::0:0:radns user:/nonexistent:/usr/sbin/nologin -# free: 196 +nova:*:196:196::0:0:Nova daemon pseudo-user:/var/lib/nova:/usr/sbin/nologin # free: 197 # free: 198 mcserver:*:199:199::0:0:Minecraft Server:/nonexistent:/bin/sh Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun Dec 18 06:10:44 2016 (r428836) +++ head/emulators/Makefile Sun Dec 18 06:30:58 2016 (r428837) @@ -115,6 +115,7 @@ SUBDIR += ppsspp-qt4 SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter + SUBDIR += py-nova SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-cheri Added: head/emulators/py-nova/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/Makefile Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,141 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= nova +PORTVERSION= 14.0.2 +CATEGORIES= emulators python +MASTER_SITES= https://fossies.org/linux/misc/openstack/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack compute service + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr + +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ + ${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto \ + ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0:security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}python-cinderclient>=0:net/py-python-cinderclient \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}python-neutronclient>=5.1.0:net/py-python-neutronclient \ + ${PYTHON_PKGNAMEPREFIX}python-glanceclient>=0:net/py-python-glanceclient \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}websockify>=0.8.0:devel/py-websockify \ + ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.5.0:devel/py-oslo.cache \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.reports>=0.6.0:devel/py-oslo.reports \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \ + ${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.0.0:devel/py-oslo.rootwrap \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.9.0:devel/py-oslo.policy \ + ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.9.0:devel/py-oslo.privsep \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.2:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware \ + ${PYTHON_PKGNAMEPREFIX}psutil121>=0:sysutils/py-psutil121 \ + ${PYTHON_PKGNAMEPREFIX}oslo.versionedobjects>=1.13.0:devel/py-oslo.versionedobjects \ + ${PYTHON_PKGNAMEPREFIX}os-brick>=1.6.1:devel/py-os-brick \ + ${PYTHON_PKGNAMEPREFIX}os-vif>=1.1.0:devel/py-os-vif \ + ${PYTHON_PKGNAMEPREFIX}os-win>=0.2.3:devel/py-os-win \ + ${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan \ + ${PYTHON_PKGNAMEPREFIX}microversion-parse>=0.1.2:devel/py-microversion-parse \ + ${PYTHON_PKGNAMEPREFIX}wsgi_intercept>=0.6.1:devel/py-wsgi_intercept \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse \ + ${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt \ + e2fsprogs>=0:sysutils/e2fsprogs \ + arping>=0:net/arping + +EXTRA_PATCHES= ${FILESDIR}/01-firewall-manager.patch:-p1 \ + ${FILESDIR}/02-freebsd-l3.patch:-p1 \ + ${FILESDIR}/03-nova-conf.patch:-p1 \ + ${FILESDIR}/04-xen-phy.patch:-p1 \ + ${FILESDIR}/05-online-cpus.patch:-p1 \ + ${FILESDIR}/06-freebsd-net.patch:-p1 + +ONLY_FOR_ARCHS= amd64 + +USES= python +USE_PYTHON= autoplist distutils noegginfo + +USE_RC_SUBR= nova-api \ + nova-consoleauth \ + nova-conductor \ + nova-scheduler \ + nova-network \ + nova-compute \ + nova-cert \ + nova-cells \ + nova-serialproxy +USERS= nova +GROUPS= nova + +.include + +.if ${OPSYS} != FreeBSD +IGNORE= only supported on FreeBSD +.endif + +.if ${OSVERSION} < 1100055 +IGNORE= only supported on recent FreeBSD 11 +.endif + +post-extract: + @(cd ${WRKSRC}/etc/nova; ${MV} logging_sample.conf logging.conf.sample) + @(cd ${WRKSRC}/etc/nova; for f in *.conf; do ${MV} $${f} $${f}.sample; done) + +post-patch: + ${CP} ${FILESDIR}/nova.conf.sample \ + ${WRKSRC}/etc/nova/nova.conf.sample + ${CP} ${FILESDIR}/nova-compute.conf.sample \ + ${WRKSRC}/etc/nova/nova-compute.conf.sample + ${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \ + ${WRKSRC}/nova/api/openstack/placement/wsgi.py \ + ${WRKSRC}/nova/conf/base.py \ + ${WRKSRC}/nova/conf/cloudpipe.py \ + ${WRKSRC}/nova/conf/network.py \ + ${WRKSRC}/nova/conf/remote_debug.py \ + ${WRKSRC}/nova/conf/xvp.py \ + ${WRKSRC}/nova/hacking/checks.py \ + ${WRKSRC}/nova/network/linux_net.py \ + ${WRKSRC}/nova/network/manager.py \ + ${WRKSRC}/nova/virt/disk/api.py \ + ${WRKSRC}/nova/virt/disk/vfs/guestfs.py \ + ${WRKSRC}/nova/virt/libvirt/driver.py \ + ${WRKSRC}/nova/virt/xenapi/agent.py \ + ${WRKSRC}/nova/wsgi/nova-api.py \ + ${WRKSRC}/nova/wsgi/nova-metadata.py + +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${CP} -R ${WRKSRC}/etc/nova/ ${STAGEDIR}${ETCDIR} + +.include Added: head/emulators/py-nova/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/distinfo Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478994869 +SHA256 (nova-14.0.2.tar.gz) = e98291734b4b16615fb1518161c89749f09ad33b6344feb70d62b69e8161a50d +SIZE (nova-14.0.2.tar.gz) = 5574197 Added: head/emulators/py-nova/files/01-firewall-manager.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/01-firewall-manager.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,60 @@ +From 60668a502b5f7af77861507e94a89b7f4201c2cb Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 8 Nov 2016 16:52:29 +0300 +Subject: [PATCH] add get_firewall_manager + +--- + nova/network/linux_net.py | 4 ++++ + nova/network/manager.py | 8 ++++---- + 2 files changed, 11 insertions(+), 4 deletions(-) + +diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py +index b10fa28..2637e26 100644 +--- a/nova/network/linux_net.py ++++ b/nova/network/linux_net.py +@@ -1898,3 +1898,7 @@ def set_vf_interface_vlan(pci_addr, mac_addr, vlan=0): + port_state, + run_as_root=True, + check_exit_code=exit_code) ++ ++ ++def get_firewall_manager(): ++ return iptables_manager +diff --git a/nova/network/manager.py b/nova/network/manager.py +index 9de53d9..f6eb106 100644 +--- a/nova/network/manager.py ++++ b/nova/network/manager.py +@@ -1799,13 +1799,13 @@ class FlatDHCPManager(RPCAllocateFixedIP, floating_ips.FloatingIP, + ctxt = context.get_admin_context() + networks = objects.NetworkList.get_by_host(ctxt, self.host) + +- self.driver.iptables_manager.defer_apply_on() ++ self.driver.get_firewall_manager().defer_apply_on() + + self.l3driver.initialize(fixed_range=False, networks=networks) + super(FlatDHCPManager, self).init_host() + self.init_host_floating_ips() + +- self.driver.iptables_manager.defer_apply_off() ++ self.driver.get_firewall_manager().defer_apply_off() + + def _setup_network_on_host(self, context, network): + """Sets up network on this host.""" +@@ -1887,13 +1887,13 @@ class VlanManager(RPCAllocateFixedIP, floating_ips.FloatingIP, NetworkManager): + ctxt = context.get_admin_context() + networks = objects.NetworkList.get_by_host(ctxt, self.host) + +- self.driver.iptables_manager.defer_apply_on() ++ self.driver.get_firewall_manager().defer_apply_on() + + self.l3driver.initialize(fixed_range=False, networks=networks) + NetworkManager.init_host(self) + self.init_host_floating_ips() + +- self.driver.iptables_manager.defer_apply_off() ++ self.driver.get_firewall_manager().defer_apply_off() + + def allocate_fixed_ip(self, context, instance_id, network, **kwargs): + """Gets a fixed IP from the pool.""" +-- +2.8.1 Added: head/emulators/py-nova/files/02-freebsd-l3.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/02-freebsd-l3.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,90 @@ +From 2e4a0e0a2588c4d52495fad8105aa1a4609797f6 Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 8 Nov 2016 16:50:56 +0300 +Subject: [PATCH] add freebsd l3 driver + +--- + nova/network/l3.py | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 61 insertions(+) + +diff --git a/nova/network/l3.py b/nova/network/l3.py +index c13e6e2..a5982d5 100644 +--- a/nova/network/l3.py ++++ b/nova/network/l3.py +@@ -16,6 +16,7 @@ + from oslo_log import log as logging + + from nova.network import linux_net ++from nova.network import freebsd_net + from nova import utils + + LOG = logging.getLogger(__name__) +@@ -134,6 +135,66 @@ class LinuxNetL3(L3Driver): + pass + + ++class FreeBSDNetL3(L3Driver): ++ """L3 driver that uses freebsd_net as the backend.""" ++ def __init__(self): ++ self.initialized = False ++ ++ def initialize(self, **kwargs): ++ if self.initialized: ++ return ++ LOG.debug("Initializing freebsd_net L3 driver") ++ fixed_range = kwargs.get('fixed_range', False) ++ networks = kwargs.get('networks', None) ++ if not fixed_range and networks is not None: ++ for network in networks: ++ if network['enable_dhcp']: ++ is_ext = (network['dhcp_server'] is not None and ++ network['dhcp_server'] != network['gateway']) ++ self.initialize_network(network['cidr'], is_ext) ++ freebsd_net.ensure_metadata_ip() ++ freebsd_net.metadata_forward() ++ self.initialized = True ++ ++ def is_initialized(self): ++ return self.initialized ++ ++ def initialize_network(self, cidr, is_external): ++ freebsd_net.init_host(cidr, is_external) ++ ++ def initialize_gateway(self, network_ref): ++ mac_address = utils.generate_mac_address() ++ dev = freebsd_net.plug(network_ref, mac_address, ++ gateway=(network_ref['gateway'] is not None)) ++ freebsd_net.initialize_gateway_device(dev, network_ref) ++ ++ def remove_gateway(self, network_ref): ++ freebsd_net.unplug(network_ref) ++ ++ def add_floating_ip(self, floating_ip, fixed_ip, l3_interface_id, ++ network=None): ++ freebsd_net.ensure_floating_forward(floating_ip, fixed_ip, ++ l3_interface_id, network) ++ freebsd_net.bind_floating_ip(floating_ip, l3_interface_id) ++ ++ def remove_floating_ip(self, floating_ip, fixed_ip, l3_interface_id, ++ network=None): ++ freebsd_net.unbind_floating_ip(floating_ip, l3_interface_id) ++ freebsd_net.remove_floating_forward(floating_ip, fixed_ip, ++ l3_interface_id, network) ++ freebsd_net.clean_conntrack(fixed_ip) ++ ++ def add_vpn(self, public_ip, port, private_ip): ++ freebsd_net.ensure_vpn_forward(public_ip, port, private_ip) ++ ++ def remove_vpn(self, public_ip, port, private_ip): ++ # FreeBSD net currently doesn't implement any way of removing ++ # the VPN forwarding rules ++ pass ++ ++ def teardown(self): ++ pass ++ + class NullL3(L3Driver): + """The L3 driver that doesn't do anything. This class can be used when + nova-network should not manipulate L3 forwarding at all (e.g., in a Flat +-- +2.8.1 Added: head/emulators/py-nova/files/03-nova-conf.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/03-nova-conf.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,51 @@ +diff --git a/nova/conf/network.py b/nova/conf/network.py +index 3bb4cd9..eb57041 100644 +--- a/nova/conf/network.py ++++ b/nova/conf/network.py +@@ -704,6 +704,30 @@ Related options: + """), + ] + ++freebsd_net_opts = [ ++ cfg.StrOpt("freebsdnet_interface_driver", ++ default="nova.network.freebsd.FreeBSDBridgeInterfaceDriver", ++ help=""" ++This is the class used as the ethernet device driver for freebsdnet bridge ++operations. The default value should be all you need for most cases, but if you ++wish to use a customized class, set this option to the full dot-separated ++import path for that class. ++ ++Possible values: ++ ++ Any string representing a dot-separated class path that Nova can import. ++"""), ++ cfg.StrOpt("freebsdnet_ovs_integration_bridge", ++ default="br-int", ++ help=""" ++The name of the Open vSwitch bridge that is used with freebsdnet when connecting ++with Open vSwitch." ++ ++Possible values: ++ ++ Any string representing a valid bridge name. ++"""), ++] + + ldap_dns_opts = [ + cfg.StrOpt('ldap_dns_url', +@@ -766,12 +790,13 @@ by using this option. + 'some rpc network calls will be sent directly to host.'), + ] + +-ALL_DEFAULT_OPTS = (linux_net_opts + network_opts + ldap_dns_opts ++ALL_DEFAULT_OPTS = (linux_net_opts + freebsd_net_opts + network_opts + ldap_dns_opts + + rpcapi_opts + driver_opts) + + + def register_opts(conf): + conf.register_opts(linux_net_opts) ++ conf.register_opts(freebsd_net_opts) + conf.register_opts(network_opts) + conf.register_opts(ldap_dns_opts) + conf.register_opts(driver_opts) + Added: head/emulators/py-nova/files/04-xen-phy.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/04-xen-phy.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,42 @@ +From b4e9024ac90ed0eaf155bc24ef7ee3b01112366e Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 15 Nov 2016 13:08:49 +0300 +Subject: [PATCH] foce xen phy option + +--- + nova/conf/libvirt.py | 3 +++ + nova/virt/libvirt/utils.py | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py +index bfb278e..2eba080 100644 +--- a/nova/conf/libvirt.py ++++ b/nova/conf/libvirt.py +@@ -498,6 +498,9 @@ libvirt_imagebackend_opts = [ + help='Discard option for nova managed disks. Need' + ' Libvirt(1.0.6) Qemu1.5 (raw format) Qemu1.6(qcow2' + ' format)'), ++ cfg.BoolOpt('force_xen_phy', ++ default=False, ++ help='Force using of PHY driver in Xen'), + ] + + libvirt_imagecache_opts = [ +diff --git a/nova/virt/libvirt/utils.py b/nova/virt/libvirt/utils.py +index f0a4796..ff68d45 100644 +--- a/nova/virt/libvirt/utils.py ++++ b/nova/virt/libvirt/utils.py +@@ -112,7 +112,7 @@ def pick_disk_driver_name(hypervisor_version, is_block_dev=False): + :returns: driver_name or None + """ + if CONF.libvirt.virt_type == "xen": +- if is_block_dev: ++ if is_block_dev or CONF.libvirt.force_xen_phy: + return "phy" + else: + # 4002000 == 4.2.0 +-- +2.8.1 + + + Added: head/emulators/py-nova/files/05-online-cpus.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/05-online-cpus.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,63 @@ +From 8eb8fb92f21243ae0e41f2f626398d09582de29b Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Fri, 25 Nov 2016 17:36:10 +0300 +Subject: [PATCH] add online cpu tracking option + +--- + nova/conf/libvirt.py | 3 +++ + nova/virt/libvirt/driver.py | 18 +++++++++++------- + 2 files changed, 14 insertions(+), 7 deletions(-) + +diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py +index 2eba080..d133b03 100644 +--- a/nova/conf/libvirt.py ++++ b/nova/conf/libvirt.py +@@ -471,6 +471,9 @@ events`, refer https://libvirt.org/formatdomain.html#elementsPerf . + None + + """), ++ cfg.BoolOpt('online_cpu_tracking', ++ default=True, ++ help='Enable online cpu tracking'), + ] + + libvirt_imagebackend_opts = [ +diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py +index f9225de..f19ef70 100644 +--- a/nova/virt/libvirt/driver.py ++++ b/nova/virt/libvirt/driver.py +@@ -5188,11 +5188,12 @@ class LibvirtDriver(driver.ComputeDriver): + + cells = [] + allowed_cpus = hardware.get_vcpu_pin_set() +- online_cpus = self._host.get_online_cpus() +- if allowed_cpus: +- allowed_cpus &= online_cpus +- else: +- allowed_cpus = online_cpus ++ if CONF.libvirt.online_cpu_tracking: ++ online_cpus = self._host.get_online_cpus() ++ if allowed_cpus: ++ allowed_cpus &= online_cpus ++ else: ++ allowed_cpus = online_cpus + + def _get_reserved_memory_for_cell(self, cell_id, page_size): + cell = self._reserved_hugepages.get(cell_id, {}) +@@ -5205,8 +5206,11 @@ class LibvirtDriver(driver.ComputeDriver): + if cpu.siblings else () + for cpu in cell.cpus) + )) +- cpuset &= allowed_cpus +- siblings = [sib & allowed_cpus for sib in siblings] ++ if CONF.libvirt.online_cpu_tracking or allowed_cpus: ++ cpuset &= allowed_cpus ++ siblings = [sib & allowed_cpus for sib in siblings] ++ ++ + # Filter out singles and empty sibling sets that may be left + siblings = [sib for sib in siblings if len(sib) > 1] + +-- +2.8.1 + Added: head/emulators/py-nova/files/06-freebsd-net.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/py-nova/files/06-freebsd-net.patch Sun Dec 18 06:30:58 2016 (r428837) @@ -0,0 +1,1245 @@ +From 2dd71331d4d204466e7b066f62952990e55c2e24 Mon Sep 17 00:00:00 2001 +From: Alexander Nusov +Date: Tue, 29 Nov 2016 14:21:41 +0300 +Subject: [PATCH] add freebsd_net driver + +--- + nova/network/freebsd_net.py | 1226 +++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1226 insertions(+) + create mode 100644 nova/network/freebsd_net.py + +diff --git a/nova/network/freebsd_net.py b/nova/network/freebsd_net.py +new file mode 100644 +index 0000000..b71fcf6 +--- /dev/null ++++ b/nova/network/freebsd_net.py +@@ -0,0 +1,1226 @@ ++# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. ++# Copyright 2010 United States Government as represented by the ++# Administrator of the National Aeronautics and Space Administration. ++# All Rights Reserved. ++# ++# Licensed under the Apache License, Version 2.0 (the "License"); you may ++# not use this file except in compliance with the License. You may obtain ++# a copy of the License at ++# ++# http://www.apache.org/licenses/LICENSE-2.0 ++# ++# Unless required by applicable law or agreed to in writing, software ++# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT ++# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the ++# License for the specific language governing permissions and limitations ++# under the License. ++ ++"""Implements vlans, bridges, and iptables rules using linux utilities.""" ++ ++import calendar ++import inspect ++import os ++import re ++import time ++import json ++ ++import netaddr ++import netifaces ++import socket ++import struct ++ ++from oslo_concurrency import processutils ++from oslo_log import log as logging ++from oslo_serialization import jsonutils ++from oslo_utils import excutils ++from oslo_utils import fileutils ++from oslo_utils import importutils ++from oslo_utils import timeutils ++import six ++ ++import nova.conf ++from nova import exception ++from nova.i18n import _, _LE, _LW ++from nova.network import model as network_model ++from nova import objects ++from nova.pci import utils as pci_utils ++from nova import utils ++ ++LOG = logging.getLogger(__name__) ++ ++ ++CONF = nova.conf.CONF ++ ++ ++# NOTE(vish): Iptables supports chain names of up to 28 characters, and we ++# add up to 12 characters to binary_name which is used as a prefix, ++# so we limit it to 16 characters. ++# (max_chain_name_length - len('-POSTROUTING') == 16) ++def get_binary_name(): ++ """Grab the name of the binary we're running in.""" ++ return os.path.basename(inspect.stack()[-1][1])[:16] ++ ++binary_name = get_binary_name() ++ ++ ++# NOTE(jkoelker) This is just a nice little stub point since mocking ++# builtins with mox is a nightmare ++def write_to_file(file, data, mode='w'): ++ with open(file, mode) as f: ++ f.write(data) ++ ++ ++def is_pid_cmdline_correct(pid, match): ++ """Ensure that the cmdline for a pid seems sane ++ ++ Because pids are recycled, blindly killing by pid is something to ++ avoid. This provides the ability to include a substring that is ++ expected in the cmdline as a safety check. ++ """ ++ try: ++ with open('/proc/%d/cmdline' % pid) as f: ++ cmdline = f.read() ++ return match in cmdline ++ except EnvironmentError: ++ return False ++ ++ ++def metadata_forward(): ++ """Create forwarding rule for metadata.""" ++ firewall_manager.add_rule("rdr proto tcp from any to 169.254.169.254 " ++ "port 80 -> %s port %s" % ++ (CONF.metadata_host, CONF.metadata_port)) ++ firewall_manager.add_rule("pass out route-to (lo0 127.0.0.1) proto tcp " ++ "from any to 169.254.169.254 port 80") ++ firewall_manager.apply() ++ ++ ++def metadata_accept(): ++ """Create the filter accept rule for metadata.""" ++ firewall_manager.add_rule("pass in inet proto tcp from any to " ++ "169.254.169.254 port = http " ++ "flags S/SA keep state") ++ firewall_manager.apply() ++ ++ ++def init_host(ip_range, is_external=False): ++ """Basic networking setup goes here.""" ++ # NOTE(devcamcar): Cloud public SNAT entries and the default ++ # SNAT rule for outbound traffic. ++ ++ firewall_manager.add_snat_rule(ip_range, is_external) ++ if is_external: ++ for snat_range in CONF.force_snat_range: ++ firewall_manager.add_rule("pass quick inet from %s to %s" % ++ (ip_range, snat_range)) ++ firewall_manager.add_rule("pass quick inet from %s to %s/32" % ++ (ip_range, CONF.metadata_host)) ++ for dmz in CONF.dmz_cidr: ++ firewall_manager.add_rule("pass quick inet from %s to %s" % ++ (ip_range, dmz)) ++ ++ """ ++ iptables_manager.ipv4['nat'].add_rule('POSTROUTING', ++ '-s %(range)s -d %(range)s ' ++ '-m conntrack ! --ctstate DNAT ' ++ '-j ACCEPT' % ++ {'range': ip_range}) ++ """ ++ firewall_manager.apply() ++ ++ ++def send_arp_for_ip(ip, device, count): ++ out, err = _execute('arping', '-U', '-i', device, '-c', str(count), ip, ++ run_as_root=True, check_exit_code=False) ++ ++ if err: ++ LOG.debug('arping error for IP %s', ip) ++ ++ ++def bind_floating_ip(floating_ip, device): ++ """Bind IP to public interface.""" ++ _execute('ifconfig', device, str(floating_ip) + '/32', 'add', ++ run_as_root=True, check_exit_code=0) ++ ++ if CONF.send_arp_for_ha and CONF.send_arp_for_ha_count > 0: ++ send_arp_for_ip(floating_ip, device, CONF.send_arp_for_ha_count) ++ ++ ++def unbind_floating_ip(floating_ip, device): ++ """Unbind a public IP from public interface.""" ++ _execute('ifconfig', device, str(floating_ip) + '/32', 'delete', ++ run_as_root=True, check_exit_code=0) ++ ++ ++def ensure_metadata_ip(): ++ """Sets up local metadata IP.""" ++ _execute('ifconfig', 'lo0', 'alias', '169.254.169.254/32', ++ run_as_root=True, check_exit_code=0) ++ ++ ++def ensure_vpn_forward(public_ip, port, private_ip): ++ """Sets up forwarding rules for vlan.""" ++ firewall_manager.add_rule("pass in proto udp " ++ "from any to %s port 1194 " % ++ (private_ip)) ++ firewall_manager.add_rule("rdr proto udp from any to %s port %s -> " ++ "%s port 1194" % ++ (public_ip, port, private_ip)) ++ firewall_manager.apply() ++ ++ ++def ensure_floating_forward(floating_ip, fixed_ip, device, network): ++ """Ensure floating IP forwarding rule.""" ++ firewall_manager.ensure_floating_rules(floating_ip, fixed_ip, device) ++ if device != network['bridge']: ++ firewall_manager.ensure_in_network_traffic_rules(fixed_ip, network) ++ firewall_manager.apply() ++ ++ ++def remove_floating_forward(floating_ip, fixed_ip, device, network): ++ """Remove forwarding for floating IP.""" ++ firewall_manager.remove_floating_rules(floating_ip, fixed_ip, device) ++ if device != network['bridge']: ++ firewall_manager.remove_in_network_traffic_rules(fixed_ip, network) ++ firewall_manager.apply() ++ ++ ++def clean_conntrack(fixed_ip): ++ pass ++ ++ ++def _enable_ipv4_forwarding(): ++ sysctl_key = 'net.inet.ip.forwarding' ++ stdout, stderr = _execute('sysctl', '-n', sysctl_key) ++ if stdout.strip() is not '1': ++ _execute('sysctl', '%s=1' % sysctl_key, run_as_root=True) ++ ++ ++@utils.synchronized('lock_gateway', external=True) ++def initialize_gateway_device(dev, network_ref): ++ if not network_ref: ++ return ++ ++ _enable_ipv4_forwarding() ++ ++ # NOTE(vish): The ip for dnsmasq has to be the first address on the ++ # bridge for it to respond to requests properly ++ try: ++ prefix = network_ref.cidr.prefixlen ++ except AttributeError: ++ prefix = network_ref['cidr'].rpartition('/')[2] ++ ++ full_ip = '%s/%s' % (network_ref['dhcp_server'], prefix) ++ new_ip_params = [['inet', full_ip, 'broadcast', network_ref['broadcast']]] ++ old_ip_params = [] ++ out, err = _execute('ifconfig', dev) ++ for line in out.split('\n'): ++ fields = line.split() ++ if fields and fields[0] == 'inet': ++ old_ip_params.append(fields) ++ if _address_to_cidr(fields[1], fields[3]) != full_ip: ++ new_ip_params.append(fields) ++ if not old_ip_params or _address_to_cidr(old_ip_params[0][1], old_ip_params[0][3]) != full_ip: ++ old_routes = [] ++ result = _execute('netstat', '-nrW', '-f', 'inet') ++ if result: ++ out, err = result ++ for line in out.split('\n'): ++ fields = line.split() ++ if len(fields) > 6 and (fields[6] == dev) and ('G' in fields[2]): ++ old_routes.append(fields) ++ _execute('route', '-q', 'delete', fields[0], fields[1], ++ run_as_root=True) ++ for ip_params in old_ip_params: ++ _execute(*_ifconfig_tail_cmd(dev, ip_params, 'delete'), ++ run_as_root=True) ++ for ip_params in new_ip_params: ++ _execute(*_ifconfig_tail_cmd(dev, ip_params, 'add'), ++ run_as_root=True) ++ ++ for fields in old_routes: ++ _execute('route', '-q', 'add', fields[0], fields[1], ++ run_as_root=True) ++ if CONF.send_arp_for_ha and CONF.send_arp_for_ha_count > 0: ++ send_arp_for_ip(network_ref['dhcp_server'], dev, ++ CONF.send_arp_for_ha_count) ++ if CONF.use_ipv6: ++ _execute('ifconfig', dev, 'inet6', network_ref['cidr_v6'], ++ run_as_root=True) ++ ++ ++def get_dhcp_leases(context, network_ref): ++ """Return a network's hosts config in dnsmasq leasefile format.""" ++ hosts = [] ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ for fixedip in objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host): ++ # NOTE(cfb): Don't return a lease entry if the IP isn't ++ # already leased ++ if fixedip.leased: ++ hosts.append(_host_lease(fixedip)) ++ ++ return '\n'.join(hosts) ++ ++ ++def get_dhcp_hosts(context, network_ref, fixedips): ++ """Get network's hosts config in dhcp-host format.""" ++ hosts = [] ++ macs = set() ++ for fixedip in fixedips: ++ if fixedip.allocated: ++ if fixedip.virtual_interface.address not in macs: ++ hosts.append(_host_dhcp(fixedip)) ++ macs.add(fixedip.virtual_interface.address) ++ return '\n'.join(hosts) ++ ++ ++def get_dns_hosts(context, network_ref): ++ """Get network's DNS hosts in hosts format.""" ++ hosts = [] ++ for fixedip in objects.FixedIPList.get_by_network(context, network_ref): ++ if fixedip.allocated: ++ hosts.append(_host_dns(fixedip)) ++ return '\n'.join(hosts) ++ ++ ++def _add_dnsmasq_accept_rules(dev): ++ """Allow DHCP and DNS traffic through to dnsmasq.""" ++ for port in [67, 53]: ++ for proto in ['udp', 'tcp']: ++ firewall_manager.add_rule("pass in on %s inet proto %s " ++ "from any to any port %s" % ++ (dev, proto, port)) ++ firewall_manager.apply() ++ ++ ++def _remove_dnsmasq_accept_rules(dev): ++ """Remove DHCP and DNS traffic allowed through to dnsmasq.""" ++ for port in [67, 53]: ++ for proto in ['udp', 'tcp']: ++ firewall_manager.remove_rule("pass in on %s inet proto %s " ++ "from any to any port %s" % ++ (dev, proto, port)) ++ firewall_manager.apply() ++ ++ ++def get_dhcp_opts(context, network_ref, fixedips): ++ """Get network's hosts config in dhcp-opts format.""" ++ gateway = network_ref['gateway'] ++ # NOTE(vish): if we are in multi-host mode and we are not sharing ++ # addresses, then we actually need to hand out the ++ # dhcp server address as the gateway. ++ if network_ref['multi_host'] and not (network_ref['share_address'] or ++ CONF.share_dhcp_address): ++ gateway = network_ref['dhcp_server'] ++ hosts = [] ++ if CONF.use_single_default_gateway: ++ for fixedip in fixedips: ++ if fixedip.allocated: ++ vif_id = fixedip.virtual_interface_id ++ if fixedip.default_route: ++ hosts.append(_host_dhcp_opts(vif_id, gateway)) ++ else: ++ hosts.append(_host_dhcp_opts(vif_id)) ++ else: ++ hosts.append(_host_dhcp_opts(None, gateway)) ++ return '\n'.join(hosts) ++ ++ ++def release_dhcp(dev, address, mac_address): ++ if device_exists(dev): ++ try: ++ utils.execute('dhcp_release', dev, address, mac_address, ++ run_as_root=True) ++ except processutils.ProcessExecutionError: ++ raise exception.NetworkDhcpReleaseFailed(address=address, ++ mac_address=mac_address) ++ ++ ++def update_dhcp(context, dev, network_ref): ++ conffile = _dhcp_file(dev, 'conf') ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ fixedips = objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host) ++ write_to_file(conffile, get_dhcp_hosts(context, network_ref, fixedips)) ++ restart_dhcp(context, dev, network_ref, fixedips) ++ ++ ++def update_dns(context, dev, network_ref): ++ hostsfile = _dhcp_file(dev, 'hosts') ++ host = None ++ if network_ref['multi_host']: ++ host = CONF.host ++ fixedips = objects.FixedIPList.get_by_network(context, ++ network_ref, ++ host=host) ++ write_to_file(hostsfile, get_dns_hosts(context, network_ref)) ++ restart_dhcp(context, dev, network_ref, fixedips) ++ ++ ++def kill_dhcp(dev): ++ pid = _dnsmasq_pid_for(dev) ++ if pid: ++ # Check that the process exists and looks like a dnsmasq process ++ conffile = _dhcp_file(dev, 'conf') ++ if is_pid_cmdline_correct(pid, conffile.split('/')[-1]): ++ _execute('kill', '-9', pid, run_as_root=True) ++ else: ++ LOG.debug('Pid %d is stale, skip killing dnsmasq', pid) ++ _remove_dnsmasq_accept_rules(dev) ++ ++ ++# NOTE(ja): Sending a HUP only reloads the hostfile, so any ++# configuration options (like dchp-range, vlan, ...) ++# aren't reloaded. ++@utils.synchronized('dnsmasq_start') ++def restart_dhcp(context, dev, network_ref, fixedips): ++ """(Re)starts a dnsmasq server for a given network. ++ ++ If a dnsmasq instance is already running then send a HUP ++ signal causing it to reload, otherwise spawn a new instance. ++ ++ """ ++ conffile = _dhcp_file(dev, 'conf') ++ ++ optsfile = _dhcp_file(dev, 'opts') ++ write_to_file(optsfile, get_dhcp_opts(context, network_ref, fixedips)) ++ os.chmod(optsfile, 0o644) ++ ++ # Make sure dnsmasq can actually read it (it setuid()s to "nobody") ++ os.chmod(conffile, 0o644) ++ ++ pid = _dnsmasq_pid_for(dev) ++ ++ # if dnsmasq is already running, then tell it to reload ++ if pid: ++ if is_pid_cmdline_correct(pid, conffile.split('/')[-1]): ++ try: ++ _execute('kill', '-HUP', pid, run_as_root=True) ++ _add_dnsmasq_accept_rules(dev) ++ return ++ except Exception as exc: ++ LOG.error(_LE('kill -HUP dnsmasq threw %s'), exc) ++ else: ++ LOG.debug('Pid %d is stale, relaunching dnsmasq', pid) ++ ++ cmd = ['env', ++ 'CONFIG_FILE=%s' % jsonutils.dumps(CONF.dhcpbridge_flagfile), ++ 'NETWORK_ID=%s' % str(network_ref['id']), ++ 'dnsmasq', ++ '--strict-order', ++ '--bind-interfaces', ++ '--conf-file=%s' % CONF.dnsmasq_config_file, ++ '--pid-file=%s' % _dhcp_file(dev, 'pid'), ++ '--dhcp-optsfile=%s' % _dhcp_file(dev, 'opts'), ++ '--listen-address=%s' % network_ref['dhcp_server'], ++ '--except-interface=lo', ++ '--dhcp-range=set:%s,%s,static,%s,%ss' % ++ (network_ref['label'], ++ network_ref['dhcp_start'], ++ network_ref['netmask'], ++ CONF.dhcp_lease_time), ++ '--dhcp-lease-max=%s' % len(netaddr.IPNetwork(network_ref['cidr'])), ++ '--dhcp-hostsfile=%s' % _dhcp_file(dev, 'conf'), ++ '--dhcp-script=%s' % CONF.dhcpbridge, ++ '--no-hosts', ++ '--leasefile-ro'] ++ ++ # dnsmasq currently gives an error for an empty domain, ++ # rather than ignoring. So only specify it if defined. ++ if CONF.dhcp_domain: ++ cmd.append('--domain=%s' % CONF.dhcp_domain) ++ ++ dns_servers = CONF.dns_server ++ if CONF.use_network_dns_servers: ++ if network_ref.get('dns1'): ++ dns_servers.append(network_ref.get('dns1')) ++ if network_ref.get('dns2'): ++ dns_servers.append(network_ref.get('dns2')) ++ if network_ref['multi_host']: ++ cmd.append('--addn-hosts=%s' % _dhcp_file(dev, 'hosts')) ++ if dns_servers: ++ cmd.append('--no-resolv') ++ for dns_server in dns_servers: ++ cmd.append('--server=%s' % dns_server) ++ ++ _execute(*cmd, run_as_root=True) ++ ++ _add_dnsmasq_accept_rules(dev) ++ ++ ++@utils.synchronized('radvd_start') ++def update_ra(context, dev, network_ref): ++ conffile = _ra_file(dev, 'conf') ++ conf_str = """ ++interface %s ++{ ++ AdvSendAdvert on; ++ MinRtrAdvInterval 3; ++ MaxRtrAdvInterval 10; ++ prefix %s ++ { ++ AdvOnLink on; ++ AdvAutonomous on; ++ }; ++}; ++""" % (dev, network_ref['cidr_v6']) ++ write_to_file(conffile, conf_str) ++ ++ # Make sure radvd can actually read it (it setuid()s to "nobody") ++ os.chmod(conffile, 0o644) ++ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 18 08:08:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71BFAC86399; Sun, 18 Dec 2016 08:08:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26086F9F; Sun, 18 Dec 2016 08:08:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI87x79051776; Sun, 18 Dec 2016 08:07:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI87xXK051773; Sun, 18 Dec 2016 08:07:59 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612180807.uBI87xXK051773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 08:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428838 - in head: . www www/py-django-openstack-auth www/py-django_openstack_auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 08:08:00 -0000 Author: novel Date: Sun Dec 18 08:07:58 2016 New Revision: 428838 URL: https://svnweb.freebsd.org/changeset/ports/428838 Log: www/py-django-openstack-auth: rename to www/py_django-openstack_auth - Rename to match pypi name - Update MOVED Suggested by: koobs Added: head/www/py-django_openstack_auth/ - copied from r428837, head/www/py-django-openstack-auth/ Deleted: head/www/py-django-openstack-auth/ Modified: head/MOVED head/www/Makefile head/www/py-django_openstack_auth/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 06:30:58 2016 (r428837) +++ head/MOVED Sun Dec 18 08:07:58 2016 (r428838) @@ -8841,3 +8841,4 @@ net/py-keystoneclient|net/py-python-keys net/py-neutronclient|net/py-python-neutronclient|2016-12-17|Rename to match pypi name net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name +www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 06:30:58 2016 (r428837) +++ head/www/Makefile Sun Dec 18 08:07:58 2016 (r428838) @@ -1562,7 +1562,6 @@ SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth - SUBDIR += py-django-openstack-auth SUBDIR += py-django-otp SUBDIR += py-django-otp-yubikey SUBDIR += py-django-overextends @@ -1604,6 +1603,7 @@ SUBDIR += py-django18 SUBDIR += py-django19 SUBDIR += py-django_compressor + SUBDIR += py-django_openstack_auth SUBDIR += py-django_polymorphic SUBDIR += py-djangorestframework SUBDIR += py-djangorestframework-csv Modified: head/www/py-django_openstack_auth/Makefile ============================================================================== --- head/www/py-django-openstack-auth/Makefile Sun Dec 18 06:30:58 2016 (r428837) +++ head/www/py-django_openstack_auth/Makefile Sun Dec 18 08:07:58 2016 (r428838) @@ -1,13 +1,12 @@ # Created by: Alexander Nusov # $FreeBSD$ -PORTNAME= django-openstack-auth +PORTNAME= django_openstack_auth PORTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= django_openstack_auth-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Django authentication backend for use with OpenStack Identity From owner-svn-ports-head@freebsd.org Sun Dec 18 09:05:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DD0AC83BDF; Sun, 18 Dec 2016 09:05:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC850CBF; Sun, 18 Dec 2016 09:05:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI95jnH075563; Sun, 18 Dec 2016 09:05:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI95ifU075560; Sun, 18 Dec 2016 09:05:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612180905.uBI95ifU075560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 18 Dec 2016 09:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428839 - in head/net/trickle: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 09:05:46 -0000 Author: amdmi3 Date: Sun Dec 18 09:05:44 2016 New Revision: 428839 URL: https://svnweb.freebsd.org/changeset/ports/428839 Log: - Switch to USES=localbase - Switch to options helpers - Regenerate patches Modified: head/net/trickle/Makefile head/net/trickle/files/patch-trickle-overload.c Modified: head/net/trickle/Makefile ============================================================================== --- head/net/trickle/Makefile Sun Dec 18 08:07:58 2016 (r428838) +++ head/net/trickle/Makefile Sun Dec 18 09:05:44 2016 (r428839) @@ -15,24 +15,23 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent2 -USES= libtool +USES= libtool localbase GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ + --sysconfdir=${PREFIX}/etc USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \ - --sysconfdir=${PREFIX}/etc -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/trickle/trickle-overload.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/trickle/trickle-overload.so ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.sample + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/net/trickle/files/patch-trickle-overload.c ============================================================================== --- head/net/trickle/files/patch-trickle-overload.c Sun Dec 18 08:07:58 2016 (r428838) +++ head/net/trickle/files/patch-trickle-overload.c Sun Dec 18 09:05:44 2016 (r428839) @@ -1,5 +1,5 @@ ---- trickle-overload.c.orig 2004-12-13 02:21:53.000000000 +0100 -+++ trickle-overload.c 2008-04-21 19:23:49.000000000 +0200 +--- trickle-overload.c.orig 2004-12-13 01:21:53 UTC ++++ trickle-overload.c @@ -61,6 +61,7 @@ #define SD_INSELECT 0x01 @@ -8,7 +8,7 @@ struct sockdesc { int sock; int flags; -@@ -141,8 +142,12 @@ +@@ -141,8 +142,12 @@ DECLARE(dup, int, (int)); DECLARE(dup2, int, (int, int)); #ifdef HAVE_SENDFILE @@ -21,7 +21,7 @@ static int delay(int, ssize_t *, short); static struct timeval *getdelay(struct sockdesc *, ssize_t *, short); -@@ -202,15 +207,11 @@ +@@ -202,15 +207,11 @@ trickle_init(void) GETADDR(read); GETADDR(readv); @@ -37,7 +37,7 @@ GETADDR(sendto); GETADDR(select); -@@ -701,7 +702,6 @@ +@@ -701,7 +702,6 @@ readv(int fd, const struct iovec *iov, i return (ret); } @@ -45,7 +45,7 @@ ssize_t recv(int sock, void *buf, size_t len, int flags) { -@@ -730,7 +730,6 @@ +@@ -730,7 +730,6 @@ recv(int sock, void *buf, size_t len, in return (ret); } @@ -53,7 +53,7 @@ #ifdef __sun__ ssize_t -@@ -832,7 +831,6 @@ +@@ -832,7 +831,6 @@ writev(int fd, const struct iovec *iov, return (ret); } @@ -61,7 +61,7 @@ ssize_t send(int sock, const void *buf, size_t len, int flags) { -@@ -862,7 +860,6 @@ +@@ -862,7 +860,6 @@ send(int sock, const void *buf, size_t l return (ret); } @@ -69,7 +69,7 @@ ssize_t sendto(int sock, const void *buf, size_t len, int flags, const struct sockaddr *to, -@@ -1004,11 +1001,20 @@ +@@ -1004,11 +1001,20 @@ accept(int sock, struct sockaddr *addr, } #ifdef HAVE_SENDFILE @@ -90,7 +90,7 @@ INIT; -@@ -1021,8 +1027,11 @@ +@@ -1021,8 +1027,11 @@ sendfile(int out_fd, int in_fd, off_t *o /* This is a slightly ugly hack. */ bytes = MIN(inbytes, outbytes); if (bytes > 0) From owner-svn-ports-head@freebsd.org Sun Dec 18 09:57:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5817DC85B2A; Sun, 18 Dec 2016 09:57:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2796762B; Sun, 18 Dec 2016 09:57:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI9vJ1r095611; Sun, 18 Dec 2016 09:57:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI9vJcg095610; Sun, 18 Dec 2016 09:57:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612180957.uBI9vJcg095610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 09:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428840 - head/x11/gtk-launch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 09:57:20 -0000 Author: ehaupt Date: Sun Dec 18 09:57:19 2016 New Revision: 428840 URL: https://svnweb.freebsd.org/changeset/ports/428840 Log: Add license Modified: head/x11/gtk-launch/Makefile Modified: head/x11/gtk-launch/Makefile ============================================================================== --- head/x11/gtk-launch/Makefile Sun Dec 18 09:05:44 2016 (r428839) +++ head/x11/gtk-launch/Makefile Sun Dec 18 09:57:19 2016 (r428840) @@ -11,6 +11,9 @@ MASTER_SITES= http://pierric.descamps.fr MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast GTK+ program launcher +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= gettext-runtime USE_GNOME= gtk12 USE_XORG= x11 xext xi From owner-svn-ports-head@freebsd.org Sun Dec 18 09:58:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6940C85B78; Sun, 18 Dec 2016 09:58:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95F2077D; Sun, 18 Dec 2016 09:58:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI9waKA095745; Sun, 18 Dec 2016 09:58:36 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI9waNE095744; Sun, 18 Dec 2016 09:58:36 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612180958.uBI9waNE095744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 09:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428841 - head/sysutils/zeroer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 09:58:37 -0000 Author: ehaupt Date: Sun Dec 18 09:58:36 2016 New Revision: 428841 URL: https://svnweb.freebsd.org/changeset/ports/428841 Log: Add license Modified: head/sysutils/zeroer/Makefile Modified: head/sysutils/zeroer/Makefile ============================================================================== --- head/sysutils/zeroer/Makefile Sun Dec 18 09:57:19 2016 (r428840) +++ head/sysutils/zeroer/Makefile Sun Dec 18 09:58:36 2016 (r428841) @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libpopt.so:devel/popt PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 10:06:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D90DC8611B; Sun, 18 Dec 2016 10:06:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C794C4E; Sun, 18 Dec 2016 10:06:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIA6XYE099781; Sun, 18 Dec 2016 10:06:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIA6XVO099780; Sun, 18 Dec 2016 10:06:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612181006.uBIA6XVO099780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 10:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428842 - head/devel/p5-Package-Generator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 10:06:34 -0000 Author: ehaupt Date: Sun Dec 18 10:06:33 2016 New Revision: 428842 URL: https://svnweb.freebsd.org/changeset/ports/428842 Log: Add licenses Modified: head/devel/p5-Package-Generator/Makefile Modified: head/devel/p5-Package-Generator/Makefile ============================================================================== --- head/devel/p5-Package-Generator/Makefile Sun Dec 18 09:58:36 2016 (r428841) +++ head/devel/p5-Package-Generator/Makefile Sun Dec 18 10:06:33 2016 (r428842) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= This module lets you quickly and easily construct new packages +LICENSE= GPLv1 ART10 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 10:59:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74165C86F43; Sun, 18 Dec 2016 10:59:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CA92220; Sun, 18 Dec 2016 10:59:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIAxDul020059; Sun, 18 Dec 2016 10:59:13 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIAxDdK020058; Sun, 18 Dec 2016 10:59:13 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612181059.uBIAxDdK020058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 10:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428843 - head/games/textmaze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 10:59:14 -0000 Author: ehaupt Date: Sun Dec 18 10:59:13 2016 New Revision: 428843 URL: https://svnweb.freebsd.org/changeset/ports/428843 Log: Add license Modified: head/games/textmaze/Makefile Modified: head/games/textmaze/Makefile ============================================================================== --- head/games/textmaze/Makefile Sun Dec 18 10:06:33 2016 (r428842) +++ head/games/textmaze/Makefile Sun Dec 18 10:59:13 2016 (r428843) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generates mazes on a text terminal and lets you traverse them +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/gpl.txt + RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses USES= shebangfix perl5 From owner-svn-ports-head@freebsd.org Sun Dec 18 11:07:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7155C862F2; Sun, 18 Dec 2016 11:07:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76FC69BE; Sun, 18 Dec 2016 11:07:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIB73aH023922; Sun, 18 Dec 2016 11:07:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIB73wU023920; Sun, 18 Dec 2016 11:07:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612181107.uBIB73wU023920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 18 Dec 2016 11:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428844 - head/textproc/py-creole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 11:07:04 -0000 Author: wen Date: Sun Dec 18 11:07:03 2016 New Revision: 428844 URL: https://svnweb.freebsd.org/changeset/ports/428844 Log: - Update to 1.3.1 PR: 214327 Submitted by: joneum@bsdproject.de Approved by: maintainer(timeout, > 30days) Modified: head/textproc/py-creole/Makefile head/textproc/py-creole/distinfo Modified: head/textproc/py-creole/Makefile ============================================================================== --- head/textproc/py-creole/Makefile Sun Dec 18 10:59:13 2016 (r428843) +++ head/textproc/py-creole/Makefile Sun Dec 18 11:07:03 2016 (r428844) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= creole -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-creole/distinfo ============================================================================== --- head/textproc/py-creole/distinfo Sun Dec 18 10:59:13 2016 (r428843) +++ head/textproc/py-creole/distinfo Sun Dec 18 11:07:03 2016 (r428844) @@ -1,2 +1,3 @@ -SHA256 (python-creole-1.0.1.tar.gz) = 8571838711474a2508046b079f8e76ff95debd91ac825687007626f772945f5e -SIZE (python-creole-1.0.1.tar.gz) = 57293 +TIMESTAMP = 1482058977 +SHA256 (python-creole-1.3.1.tar.gz) = 3c22f7f815d1d08dbecb1e0c9f4aee081201c26e08cfadffad3966d33fb90d01 +SIZE (python-creole-1.3.1.tar.gz) = 75834 From owner-svn-ports-head@freebsd.org Sun Dec 18 11:19:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF29AC86953; Sun, 18 Dec 2016 11:19:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB62611C9; Sun, 18 Dec 2016 11:19:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x242.google.com with SMTP id g1so3389808pgn.0; Sun, 18 Dec 2016 03:19:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Pg8Fzjs635QTJA/xDI/7EknWTx9GzbWnr8OumW1FULw=; b=mF7A12F8dSoCHsI4G96tjKonIcyiFdvYq1bBSf4dsex76yEgyf+FyR3s3nCyTkBDoK p4/0gppbyOP8SbyHFpddv67F6wbIqoa08BDA6vcoBgRP1aCslrx5w2YAl+S/b076i56K 69GDj+nsh3v+e5Febti3RvaI1rVn1N40pciGqd58O0ZnC9MwfJg4XPQor4Jrd744fip+ 90/kuoFQHSZ5qPFNNc95s3mTrMha3tAw3CIh2M8MwgCg3zN2iCDeVE4R6PlkNQM6qtUI EE1tZs4ebOs25cdqur5J3PP10PaRdVPc2R+aCA1Jmc4TM6zGvC84WeYTXyCy/Zu7vei+ zb4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=Pg8Fzjs635QTJA/xDI/7EknWTx9GzbWnr8OumW1FULw=; b=M5E2+enwdvKrJRBcS4a6KyKlA3TTn2xInGSaULDSr90lmN1Z1MOZCTnz5PY2qME6Eg SBEJLdocA5WukfOdqrJXnngzLFIjGX5ePOTIKLXRQuTab0QbJOK8nzjNy65gAAzf2ngT V2X8PKq6Ae55ZZ55bOmybGfXY4MxlLFqMSvH/4La4HgTgWsmL6Ev19Xd8nNhMCwjzVAN 5Ks9boonFIVYxbt/sxPyuz9Enu2ZgGL6H0W3hgBnvyQ5nkyWxGAsKhsOcluLMRepEyUe nx6LaDUCSq3rFMgyycCfXnYHaYImPOLupBJbeGlLBLMb1Kcg+gVIVseUGd23FpvJ6L/5 Hj7g== X-Gm-Message-State: AKaTC018tkTXNpIuq9h2YSY6+nORU304EaHSSNQ/G7ULQxqfo0c6aZEP9h0IjiYFokTAqg== X-Received: by 10.98.10.3 with SMTP id s3mr10589617pfi.78.1482059985810; Sun, 18 Dec 2016 03:19:45 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:945a:e91b:1541:6a98? (2001-44b8-31ae-7b01-945a-e91b-1541-6a98.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:945a:e91b:1541:6a98]) by smtp.gmail.com with ESMTPSA id p64sm23839206pfi.88.2016.12.18.03.19.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 03:19:45 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r428767 - in head: . devel/py-glance-store devel/py-keystonemiddleware misc/py-glance net net/py-ceilometerclient net/py-cinderclient net/py-designateclient net/py-glanceclient net/py-h... To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612171531.uBHFV9sW044227@repo.freebsd.org> From: Kubilay Kocak Message-ID: <08aceaa2-0e9c-9b02-679f-cee1c30f8aae@FreeBSD.org> Date: Sun, 18 Dec 2016 22:17:14 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <201612171531.uBHFV9sW044227@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 11:19:47 -0000 On 18/12/2016 2:31 AM, Roman Bogorodskiy wrote: > Author: novel > Date: Sat Dec 17 15:31:09 2016 > New Revision: 428767 > URL: https://svnweb.freebsd.org/changeset/ports/428767 > > Log: > Rename python openstack clients to match pypi names > > - Rename the following ports: > > py-ceilometerclient > py-cinderclient > py-designateclient > py-glanceclient > py-heatclient > py-keystoneclient > py-neutronclient > py-novaclient > py-openstackclient > > to py-python-$(component)client to match pypi name > > - Update MOVED > > - Update the appropriate dependency lines > Much <3 Thank you Roman :) From owner-svn-ports-head@freebsd.org Sun Dec 18 11:36:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE276C86E45; Sun, 18 Dec 2016 11:36:35 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A48AA19B0; Sun, 18 Dec 2016 11:36:35 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIBaYTl037908; Sun, 18 Dec 2016 11:36:34 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIBaQLG037821; Sun, 18 Dec 2016 11:36:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612181136.uBIBaQLG037821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 11:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 11:36:36 -0000 Author: novel Date: Sun Dec 18 11:36:26 2016 New Revision: 428845 URL: https://svnweb.freebsd.org/changeset/ports/428845 Log: Add devel/py-XStatic and related ports Add py-XStatic family of ports. The goal of XStatic family of packages is to provide static file packages with minimal overhead - without selling you some dependencies you don’t want. PR: 215145 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Added: head/devel/py-XStatic/ head/devel/py-XStatic-Angular/ head/devel/py-XStatic-Angular-Bootstrap/ head/devel/py-XStatic-Angular-Bootstrap/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Bootstrap/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Bootstrap/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/ head/devel/py-XStatic-Angular-FileUpload/Makefile (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/distinfo (contents, props changed) head/devel/py-XStatic-Angular-FileUpload/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-Gettext/ head/devel/py-XStatic-Angular-Gettext/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Gettext/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Gettext/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/ head/devel/py-XStatic-Angular-Schema-Form/Makefile (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/distinfo (contents, props changed) head/devel/py-XStatic-Angular-Schema-Form/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/ head/devel/py-XStatic-Angular-lrdragndrop/Makefile (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/distinfo (contents, props changed) head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr (contents, props changed) head/devel/py-XStatic-Angular/Makefile (contents, props changed) head/devel/py-XStatic-Angular/distinfo (contents, props changed) head/devel/py-XStatic-Angular/pkg-descr (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/ head/devel/py-XStatic-Bootstrap-Datepicker/Makefile (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/distinfo (contents, props changed) head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/ head/devel/py-XStatic-Bootstrap-SCSS/Makefile (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/distinfo (contents, props changed) head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr (contents, props changed) head/devel/py-XStatic-D3/ head/devel/py-XStatic-D3/Makefile (contents, props changed) head/devel/py-XStatic-D3/distinfo (contents, props changed) head/devel/py-XStatic-D3/pkg-descr (contents, props changed) head/devel/py-XStatic-Font-Awesome/ head/devel/py-XStatic-Font-Awesome/Makefile (contents, props changed) head/devel/py-XStatic-Font-Awesome/distinfo (contents, props changed) head/devel/py-XStatic-Font-Awesome/pkg-descr (contents, props changed) head/devel/py-XStatic-Hogan/ head/devel/py-XStatic-Hogan/Makefile (contents, props changed) head/devel/py-XStatic-Hogan/distinfo (contents, props changed) head/devel/py-XStatic-Hogan/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/ head/devel/py-XStatic-JQuery-Migrate/Makefile (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/distinfo (contents, props changed) head/devel/py-XStatic-JQuery-Migrate/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/ head/devel/py-XStatic-JQuery.TableSorter/Makefile (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/distinfo (contents, props changed) head/devel/py-XStatic-JQuery.TableSorter/pkg-descr (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/ head/devel/py-XStatic-JQuery.quicksearch/Makefile (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/distinfo (contents, props changed) head/devel/py-XStatic-JQuery.quicksearch/pkg-descr (contents, props changed) head/devel/py-XStatic-JSEncrypt/ head/devel/py-XStatic-JSEncrypt/Makefile (contents, props changed) head/devel/py-XStatic-JSEncrypt/distinfo (contents, props changed) head/devel/py-XStatic-JSEncrypt/pkg-descr (contents, props changed) head/devel/py-XStatic-Jasmine/ head/devel/py-XStatic-Jasmine/Makefile (contents, props changed) head/devel/py-XStatic-Jasmine/distinfo (contents, props changed) head/devel/py-XStatic-Jasmine/pkg-descr (contents, props changed) head/devel/py-XStatic-Rickshaw/ head/devel/py-XStatic-Rickshaw/Makefile (contents, props changed) head/devel/py-XStatic-Rickshaw/distinfo (contents, props changed) head/devel/py-XStatic-Rickshaw/pkg-descr (contents, props changed) head/devel/py-XStatic-Spin/ head/devel/py-XStatic-Spin/Makefile (contents, props changed) head/devel/py-XStatic-Spin/distinfo (contents, props changed) head/devel/py-XStatic-Spin/pkg-descr (contents, props changed) head/devel/py-XStatic-bootswatch/ head/devel/py-XStatic-bootswatch/Makefile (contents, props changed) head/devel/py-XStatic-bootswatch/distinfo (contents, props changed) head/devel/py-XStatic-bootswatch/pkg-descr (contents, props changed) head/devel/py-XStatic-jQuery/ head/devel/py-XStatic-jQuery/Makefile (contents, props changed) head/devel/py-XStatic-jQuery/distinfo (contents, props changed) head/devel/py-XStatic-jQuery/pkg-descr (contents, props changed) head/devel/py-XStatic-jquery-ui/ head/devel/py-XStatic-jquery-ui/Makefile (contents, props changed) head/devel/py-XStatic-jquery-ui/distinfo (contents, props changed) head/devel/py-XStatic-jquery-ui/pkg-descr (contents, props changed) head/devel/py-XStatic-mdi/ head/devel/py-XStatic-mdi/Makefile (contents, props changed) head/devel/py-XStatic-mdi/distinfo (contents, props changed) head/devel/py-XStatic-mdi/pkg-descr (contents, props changed) head/devel/py-XStatic-objectpath/ head/devel/py-XStatic-objectpath/Makefile (contents, props changed) head/devel/py-XStatic-objectpath/distinfo (contents, props changed) head/devel/py-XStatic-objectpath/pkg-descr (contents, props changed) head/devel/py-XStatic-roboto-fontface/ head/devel/py-XStatic-roboto-fontface/Makefile (contents, props changed) head/devel/py-XStatic-roboto-fontface/distinfo (contents, props changed) head/devel/py-XStatic-roboto-fontface/pkg-descr (contents, props changed) head/devel/py-XStatic-smart-table/ head/devel/py-XStatic-smart-table/Makefile (contents, props changed) head/devel/py-XStatic-smart-table/distinfo (contents, props changed) head/devel/py-XStatic-smart-table/pkg-descr (contents, props changed) head/devel/py-XStatic-term.js/ head/devel/py-XStatic-term.js/Makefile (contents, props changed) head/devel/py-XStatic-term.js/distinfo (contents, props changed) head/devel/py-XStatic-term.js/pkg-descr (contents, props changed) head/devel/py-XStatic-tv4/ head/devel/py-XStatic-tv4/Makefile (contents, props changed) head/devel/py-XStatic-tv4/distinfo (contents, props changed) head/devel/py-XStatic-tv4/pkg-descr (contents, props changed) head/devel/py-XStatic/Makefile (contents, props changed) head/devel/py-XStatic/distinfo (contents, props changed) head/devel/py-XStatic/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 18 11:07:03 2016 (r428844) +++ head/devel/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -4039,6 +4039,34 @@ SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja + SUBDIR += py-XStatic + SUBDIR += py-XStatic-Angular + SUBDIR += py-XStatic-Angular-Bootstrap + SUBDIR += py-XStatic-Angular-FileUpload + SUBDIR += py-XStatic-Angular-Gettext + SUBDIR += py-XStatic-Angular-Schema-Form + SUBDIR += py-XStatic-Angular-lrdragndrop + SUBDIR += py-XStatic-Bootstrap-Datepicker + SUBDIR += py-XStatic-Bootstrap-SCSS + SUBDIR += py-XStatic-D3 + SUBDIR += py-XStatic-Font-Awesome + SUBDIR += py-XStatic-Hogan + SUBDIR += py-XStatic-JQuery-Migrate + SUBDIR += py-XStatic-JQuery.TableSorter + SUBDIR += py-XStatic-JQuery.quicksearch + SUBDIR += py-XStatic-JSEncrypt + SUBDIR += py-XStatic-Jasmine + SUBDIR += py-XStatic-Rickshaw + SUBDIR += py-XStatic-Spin + SUBDIR += py-XStatic-bootswatch + SUBDIR += py-XStatic-jQuery + SUBDIR += py-XStatic-jquery-ui + SUBDIR += py-XStatic-mdi + SUBDIR += py-XStatic-objectpath + SUBDIR += py-XStatic-roboto-fontface + SUBDIR += py-XStatic-smart-table + SUBDIR += py-XStatic-term.js + SUBDIR += py-XStatic-tv4 SUBDIR += py-ZopeUndo SUBDIR += py-adb SUBDIR += py-akismet Added: head/devel/py-XStatic-Angular-Bootstrap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,24 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Bootstrap +PORTVERSION= 0.11.0.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Xstatic-angular-bootstrap + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Bootstrap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111854 +SHA256 (XStatic-Angular-Bootstrap-0.11.0.8.tar.gz) = af23b17406530a7fbb6c89ad56f8d9ae917bc2c7a91e3a6f0d913bdd1c9eb0d0 +SIZE (XStatic-Angular-Bootstrap-0.11.0.8.tar.gz) = 35482 Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +XStatic-Angular-Bootstrap + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap Added: head/devel/py-XStatic-Angular-FileUpload/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-FileUpload +PORTVERSION= 12.0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-fileupload 12.0.4 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-FileUpload/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111873 +SHA256 (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 68e66efc4f2ed81438553a54646d5cc67487b05764c0003ff25ae5beb8dae21f +SIZE (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 188575 Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-FileUpload 12.0.4 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload Added: head/devel/py-XStatic-Angular-Gettext/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Gettext +PORTVERSION= 2.3.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-gettext 2.3.8 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Gettext/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111891 +SHA256 (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 18db14dccaae5d64a9b66d08d0134b6c154fc1fb1e216964bba8e403e03c870e +SIZE (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 11100 Added: head/devel/py-XStatic-Angular-Gettext/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Gettext/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-Gettext 2.3.8 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Gettext Added: head/devel/py-XStatic-Angular-Schema-Form/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-Schema-Form +PORTVERSION= 0.8.13.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-schema-form 0.8.13 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-Schema-Form/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111928 +SHA256 (XStatic-Angular-Schema-Form-0.8.13.0.tar.gz) = 7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300 +SIZE (XStatic-Angular-Schema-Form-0.8.13.0.tar.gz) = 41709 Added: head/devel/py-XStatic-Angular-Schema-Form/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-Schema-Form/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-Schema-Form 0.8.13 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-Schema-Form Added: head/devel/py-XStatic-Angular-lrdragndrop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular-lrdragndrop +PORTVERSION= 1.0.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular-lrdragndrop 1.0.2 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular-lrdragndrop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111910 +SHA256 (XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz) = 1cf04495981db5dfd5536441e17ec69bb18d624f847ddc203f3259d81b10a77e +SIZE (XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz) = 4284 Added: head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular-lrdragndrop/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular-lrdragndrop 1.0.2 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular-lrdragndrop Added: head/devel/py-XStatic-Angular/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Angular +PORTVERSION= 1.5.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Angular 1.5.8 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Angular/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111835 +SHA256 (XStatic-Angular-1.5.8.0.tar.gz) = b1dcdd7a66d3041625698bba2ac480ffc2447b05f551f10fcae2ac33139eb033 +SIZE (XStatic-Angular-1.5.8.0.tar.gz) = 808267 Added: head/devel/py-XStatic-Angular/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Angular/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Angular 1.5.8 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Angular Added: head/devel/py-XStatic-Bootstrap-Datepicker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Bootstrap-Datepicker +PORTVERSION= 1.3.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootstrap-datepicker 1.3.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Bootstrap-Datepicker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111947 +SHA256 (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944 +SIZE (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 32501 Added: head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-Datepicker/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Bootstrap-Datepicker 1.3.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker Added: head/devel/py-XStatic-Bootstrap-SCSS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Bootstrap-SCSS +PORTVERSION= 3.3.7.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootstrap-scss 3.3.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Bootstrap-SCSS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111966 +SHA256 (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 4d388df037293163bf3242e0b60c79d06e1f743af8b0be8473f92676340e5acd +SIZE (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 205503 Added: head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Bootstrap-SCSS/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Bootstrap-SCSS 3.3.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Bootstrap-SCSS Added: head/devel/py-XStatic-D3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-D3 +PORTVERSION= 3.5.17.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= D3 3.5.17 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-D3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112008 +SHA256 (XStatic-D3-3.5.17.0.tar.gz) = 176e93eee7192e07fc54334ddb1a6b64fcfc8cde6abb23f65727856bb9dd1829 +SIZE (XStatic-D3-3.5.17.0.tar.gz) = 76508 Added: head/devel/py-XStatic-D3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-D3/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +D3 3.5.17 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-D3 Added: head/devel/py-XStatic-Font-Awesome/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Font-Awesome +PORTVERSION= 4.7.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Font-awesome 4.7.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Font-Awesome/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112044 +SHA256 (XStatic-Font-Awesome-4.7.0.0.tar.gz) = e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c +SIZE (XStatic-Font-Awesome-4.7.0.0.tar.gz) = 664498 Added: head/devel/py-XStatic-Font-Awesome/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Font-Awesome/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Font-Awesome 4.7.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Font-Awesome Added: head/devel/py-XStatic-Hogan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Hogan +PORTVERSION= 2.0.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Hogan 2.0.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Hogan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112026 +SHA256 (XStatic-Hogan-2.0.0.2.tar.gz) = 5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd +SIZE (XStatic-Hogan-2.0.0.2.tar.gz) = 6919 Added: head/devel/py-XStatic-Hogan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Hogan/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Hogan 2.0.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Hogan Added: head/devel/py-XStatic-JQuery-Migrate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery-Migrate +PORTVERSION= 1.2.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery-migrate 1.2.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery-Migrate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112108 +SHA256 (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = e2959b3df49afdddb00d36b74cca727a91b994b9f4edb993d7264731a750900e +SIZE (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = 10643 Added: head/devel/py-XStatic-JQuery-Migrate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery-Migrate/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery-Migrate 1.2.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery-Migrate Added: head/devel/py-XStatic-JQuery.TableSorter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery.TableSorter +PORTVERSION= 2.14.5.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery.tablesorter 2.14.5 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery.TableSorter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112151 +SHA256 (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0 +SIZE (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 19789 Added: head/devel/py-XStatic-JQuery.TableSorter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.TableSorter/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery.TableSorter 2.14.5 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery.TableSorter Added: head/devel/py-XStatic-JQuery.quicksearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JQuery.quicksearch +PORTVERSION= 2.0.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery.quicksearch 2.0.3 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JQuery.quicksearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112128 +SHA256 (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477 +SIZE (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 7239 Added: head/devel/py-XStatic-JQuery.quicksearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JQuery.quicksearch/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JQuery.quicksearch 2.0.3 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JQuery.quicksearch Added: head/devel/py-XStatic-JSEncrypt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-JSEncrypt +PORTVERSION= 2.3.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jsencrypt 2.3.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-JSEncrypt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112192 +SHA256 (XStatic-JSEncrypt-2.3.1.1.tar.gz) = a277912a4f70d1d2f58c8d94b992d244e69fcf851a2cbed5d83cb4fc422a72f2 +SIZE (XStatic-JSEncrypt-2.3.1.1.tar.gz) = 33993 Added: head/devel/py-XStatic-JSEncrypt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-JSEncrypt/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +JSEncrypt 2.3.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-JSEncrypt Added: head/devel/py-XStatic-Jasmine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Jasmine +PORTVERSION= 2.4.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jasmine 2.4.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Jasmine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112061 +SHA256 (XStatic-Jasmine-2.4.1.1.tar.gz) = d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740 +SIZE (XStatic-Jasmine-2.4.1.1.tar.gz) = 38767 Added: head/devel/py-XStatic-Jasmine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Jasmine/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Jasmine 2.4.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Jasmine Added: head/devel/py-XStatic-Rickshaw/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Rickshaw +PORTVERSION= 1.5.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Rickshaw 1.5.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Rickshaw/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112253 +SHA256 (XStatic-Rickshaw-1.5.0.0.tar.gz) = 147574228757254442700a9eea5150f14acb1224ef0612f896b663ab58406de8 +SIZE (XStatic-Rickshaw-1.5.0.0.tar.gz) = 27907 Added: head/devel/py-XStatic-Rickshaw/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Rickshaw/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Rickshaw 1.5.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Rickshaw Added: head/devel/py-XStatic-Spin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-Spin +PORTVERSION= 1.2.5.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Spin 1.2.5 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-Spin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112316 +SHA256 (XStatic-Spin-1.2.5.2.tar.gz) = 7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192 +SIZE (XStatic-Spin-1.2.5.2.tar.gz) = 4830 Added: head/devel/py-XStatic-Spin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-Spin/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +Spin 1.2.5 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-Spin Added: head/devel/py-XStatic-bootswatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-bootswatch +PORTVERSION= 3.3.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Bootswatch 3.3.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-bootswatch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111988 +SHA256 (XStatic-bootswatch-3.3.7.0.tar.gz) = 93ee5863c1ec07212fe12ae137a10708b4102720391d460f061dd3f441ba3b6e +SIZE (XStatic-bootswatch-3.3.7.0.tar.gz) = 1606627 Added: head/devel/py-XStatic-bootswatch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-bootswatch/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +bootswatch 3.3.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-bootswatch Added: head/devel/py-XStatic-jQuery/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-jQuery +PORTVERSION= 1.10.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery 1.10.2 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-jQuery/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112085 +SHA256 (XStatic-jQuery-1.10.2.1.tar.gz) = 83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305 +SIZE (XStatic-jQuery-1.10.2.1.tar.gz) = 116458 Added: head/devel/py-XStatic-jQuery/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jQuery/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +jQuery 1.10.2 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-jQuery Added: head/devel/py-XStatic-jquery-ui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-jquery-ui +PORTVERSION= 1.12.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Jquery-ui 1.12.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-jquery-ui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112172 +SHA256 (XStatic-jquery-ui-1.12.0.1.tar.gz) = 820af52ee62749c675d36bfc0e26ae27ec5cee7b438ef10e69973a6cf652f570 +SIZE (XStatic-jquery-ui-1.12.0.1.tar.gz) = 1299117 Added: head/devel/py-XStatic-jquery-ui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-jquery-ui/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +jquery-ui 1.12.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-jquery-ui Added: head/devel/py-XStatic-mdi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-mdi +PORTVERSION= 1.4.57.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Mdi 1.4.57 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-mdi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112212 +SHA256 (XStatic-mdi-1.4.57.0.tar.gz) = 19b4d522f8fa62fee2893b39147fcf45ebaba8b95d63f3708ebdf34e130a8a53 +SIZE (XStatic-mdi-1.4.57.0.tar.gz) = 683867 Added: head/devel/py-XStatic-mdi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-mdi/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +mdi 1.4.57 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-mdi Added: head/devel/py-XStatic-objectpath/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-objectpath +PORTVERSION= 1.2.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Objectpath 1.2.1 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-objectpath/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112233 +SHA256 (XStatic-objectpath-1.2.1.0.tar.gz) = cd1e9f502482afcdd028821148843b07b4065c8dcea8e5cc33abb9ae1cf20b20 +SIZE (XStatic-objectpath-1.2.1.0.tar.gz) = 3477 Added: head/devel/py-XStatic-objectpath/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-objectpath/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +objectpath 1.2.1 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-objectpath Added: head/devel/py-XStatic-roboto-fontface/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-roboto-fontface +PORTVERSION= 0.5.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Roboto-fontface 0.5.0 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-roboto-fontface/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112274 +SHA256 (XStatic-roboto-fontface-0.5.0.0.tar.gz) = 6d272df58e20eec3a15bca279163f38614c7074e2fecb537a58b29d109e83f62 +SIZE (XStatic-roboto-fontface-0.5.0.0.tar.gz) = 5469842 Added: head/devel/py-XStatic-roboto-fontface/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-roboto-fontface/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +roboto-fontface 0.5.0 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-roboto-fontface Added: head/devel/py-XStatic-smart-table/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-smart-table +PORTVERSION= 1.4.13.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Smart-table 1.4.13 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-smart-table/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112298 +SHA256 (XStatic-smart-table-1.4.13.2.tar.gz) = f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a +SIZE (XStatic-smart-table-1.4.13.2.tar.gz) = 12948 Added: head/devel/py-XStatic-smart-table/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-smart-table/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +smart-table 1.4.13 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-smart-table Added: head/devel/py-XStatic-term.js/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-term.js +PORTVERSION= 0.0.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Term.js 0.0.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-XStatic-term.js/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/distinfo Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112336 +SHA256 (XStatic-term.js-0.0.7.0.tar.gz) = b5f3ab69cb638391f04254913a11b2aab08e2d51c5b81bb6a564c5a6d442bd31 +SIZE (XStatic-term.js-0.0.7.0.tar.gz) = 38301 Added: head/devel/py-XStatic-term.js/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-term.js/pkg-descr Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,3 @@ +term.js 0.0.7 (XStatic packaging standard) + +WWW: http://pypi.python.org/pypi/XStatic-term.js Added: head/devel/py-XStatic-tv4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-XStatic-tv4/Makefile Sun Dec 18 11:36:26 2016 (r428845) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= XStatic-tv4 +PORTVERSION= 1.2.7.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Tv4 1.2.7 (xstatic packaging standard) + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 18 11:47:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EE0EC86071; Sun, 18 Dec 2016 11:47:11 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8D221D94; Sun, 18 Dec 2016 11:47:10 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIBl9Vh041932; Sun, 18 Dec 2016 11:47:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIBl9xQ041928; Sun, 18 Dec 2016 11:47:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612181147.uBIBl9xQ041928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 18 Dec 2016 11:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428846 - in head/editors: vile xvile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 11:47:11 -0000 Author: olivierd Date: Sun Dec 18 11:47:09 2016 New Revision: 428846 URL: https://svnweb.freebsd.org/changeset/ports/428846 Log: Update to 9.8s Modified: head/editors/vile/Makefile head/editors/vile/distinfo head/editors/xvile/Makefile head/editors/xvile/distinfo Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/vile/Makefile Sun Dec 18 11:47:09 2016 (r428846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ Modified: head/editors/vile/distinfo ============================================================================== --- head/editors/vile/distinfo Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/vile/distinfo Sun Dec 18 11:47:09 2016 (r428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482055290 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441 Modified: head/editors/xvile/Makefile ============================================================================== --- head/editors/xvile/Makefile Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/xvile/Makefile Sun Dec 18 11:47:09 2016 (r428846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ @@ -21,7 +21,7 @@ BUILD_DEPENDS= reflex:textproc/reflex USES= pkgconfig shebangfix tar:tgz SHEBANG_FILES= macros/lxvile macros/lxvile-fonts perl/vileget -USE_XORG= x11 xext xpm +USE_XORG= x11 xext xpm xt GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes CONFIGURE_ARGS= --disable-imake \ Modified: head/editors/xvile/distinfo ============================================================================== --- head/editors/xvile/distinfo Sun Dec 18 11:36:26 2016 (r428845) +++ head/editors/xvile/distinfo Sun Dec 18 11:47:09 2016 (r428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482057532 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441 From owner-svn-ports-head@freebsd.org Sun Dec 18 12:13:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85470C7119E; Sun, 18 Dec 2016 12:13:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54C151247; Sun, 18 Dec 2016 12:13:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBICDVV3054004; Sun, 18 Dec 2016 12:13:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBICDVI4054002; Sun, 18 Dec 2016 12:13:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612181213.uBICDVI4054002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 18 Dec 2016 12:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428847 - in head/shells/zsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 12:13:32 -0000 Author: bapt Date: Sun Dec 18 12:13:31 2016 New Revision: 428847 URL: https://svnweb.freebsd.org/changeset/ports/428847 Log: Fix typo in chflags completion Reported by: adamw Added: head/shells/zsh/files/patch-Completion_BSD_Command___chflags (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Dec 18 11:47:09 2016 (r428846) +++ head/shells/zsh/Makefile Sun Dec 18 12:13:31 2016 (r428847) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion_BSD_Command___chflags ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion_BSD_Command___chflags Sun Dec 18 12:13:31 2016 (r428847) @@ -0,0 +1,11 @@ +--- Completion/BSD/Command/_chflags.orig 2016-09-14 19:06:59 UTC ++++ Completion/BSD/Command/_chflags +@@ -35,7 +35,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebs + fi + + if [[ $OSTYPE = (dragonfly|freebsd)* ]]; then +- addlfags uunlnk 'user undeletable' ++ addflags uunlnk 'user undeletable' + (( EUID )) || addflags sunlnk 'system undeletable' + fi + From owner-svn-ports-head@freebsd.org Sun Dec 18 12:53:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFEA6C855DD; Sun, 18 Dec 2016 12:53:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 72F5F1257; Sun, 18 Dec 2016 12:53:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1A976BDCEA; Sun, 18 Dec 2016 13:53:46 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C8D3CBDCE9; Sun, 18 Dec 2016 13:53:45 +0100 (CET) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201612181136.uBIBaQLG037821@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> Date: Sun, 18 Dec 2016 13:53:44 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201612181136.uBIBaQLG037821@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 12:53:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a Content-Type: multipart/mixed; boundary="cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W"; protected-headers="v1" From: Mathieu Arnold To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... References: <201612181136.uBIBaQLG037821@repo.freebsd.org> In-Reply-To: <201612181136.uBIBaQLG037821@repo.freebsd.org> --cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit : > +COMMENT=3D Xstatic-angular-bootstrap > > Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:= 26 2016 (r428845) > @@ -0,0 +1,3 @@ > +XStatic-Angular-Bootstrap > + > +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap > +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) > > Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36= :26 2016 (r428845) > @@ -0,0 +1,3 @@ > +Angular-FileUpload 12.0.4 (XStatic packaging standard) > + > +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload =2E.. I understand those were mechanically created, but all the COMMENT[1] and pkg-descr[2] files fall very short of our requirements. 1: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.ht= ml 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.htm= l --=20 Mathieu Arnold --cJv7n1kBXRFekPDfLWDa35qjLcD0Ph25W-- --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYVobZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IOpsQAJOlTJH8Y8pZ5IJ2jNP9BQJi hmQ09u2K1sFxaRJh1VBCKnY7hmp9ZpKRoTXViul0YuZJS/CWTs82RS2mCA6CS7EN xxrG7EbxNZLYWU5Uqh19KuGOmBGqRQVLIFpFOBkAnAHqhevRplAWdDylfagB3GiZ mnNBWRrNIelE0VJUvKh14+24k49jau3HkOLN73KRhH2Nc8jkMpkw1vh891FtgHsP G0uZybWIMGPUPMkfjHb1dvwD+ci/YyoEVAbMWrpyWDuUuL6BXz9pOAFeG7DaYgK7 iMFyjLwvjWHDxvtKZr45ptbInT9x1Th6UgWc5GBuY/39pvPBSeNSMl1TuMYqmCTe tIQ8eP8cOXDE9otFDZroUhMOszaFupSbnWRUw49hh1xX213XeBdWlAvUwPZcoHZy IvO4A7wySHqlyEb1jy2qnkMXFu7OLER0kNDOJfOvLlXn0lEnWuTul5RI/Hw1pWVA 6R90mUepR6X52i7A3U7JItYMY8M50FYbI5BkcdpunqiExN8kmIgelOWgjIH3v+yO 5k9n6viSsfAcbqB4vPyzskDHuPqWaLKvbriyYrbjnFjIxFf7QRw75QicpAeplbMt y+C+iFGs6RKYNik7rvKE3q+6TIUrA1whwGz8wW7NHX63ugFcxzDD0+45z8sY0dvT r8vj52ipbezMrgbkf4rC =vUdU -----END PGP SIGNATURE----- --rH96KLUdboqjRWbXrrGAT4rfEoEgHCe9a-- From owner-svn-ports-head@freebsd.org Sun Dec 18 13:46:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDEE0C86D08; Sun, 18 Dec 2016 13:46:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9397F14B4; Sun, 18 Dec 2016 13:46:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDkPa1090880; Sun, 18 Dec 2016 13:46:25 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDkP0Y090879; Sun, 18 Dec 2016 13:46:25 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612181346.uBIDkP0Y090879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 18 Dec 2016 13:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428848 - head/security/pinentry/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:46:27 -0000 Author: jhale Date: Sun Dec 18 13:46:25 2016 New Revision: 428848 URL: https://svnweb.freebsd.org/changeset/ports/428848 Log: Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' set Reported by: rakuco Added: head/security/pinentry/files/patch-configure (contents, props changed) Added: head/security/pinentry/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pinentry/files/patch-configure Sun Dec 18 13:46:25 2016 (r428848) @@ -0,0 +1,29 @@ +--- configure.orig 2016-11-22 08:01:14 UTC ++++ configure +@@ -9948,7 +9948,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking moc version" >&5 + $as_echo_n "checking moc version... " >&6; } + mocversion=`$MOC -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +@@ -10046,7 +10046,7 @@ else + fi + + mocversion=`$MOC2 -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc-qt5 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc-qt5 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}qtchooser", so it can be a program name with args. +@@ -10142,7 +10142,7 @@ fi + + qt5tooldir=`QT_SELECT=qt5 qtchooser -print-env | grep QTTOOLDIR | cut -d '=' -f 2 | cut -d \" -f 2` + mocversion=`$qt5tooldir/moc -v 2>&1` +- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` ++ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` + if test x"$mocversiongrep" != x"$mocversion"; then + # no valid moc found + have_qt5_libs="no"; From owner-svn-ports-head@freebsd.org Sun Dec 18 13:50:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64328C86F19; Sun, 18 Dec 2016 13:50:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E81E1866; Sun, 18 Dec 2016 13:50:59 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDowgv091886; Sun, 18 Dec 2016 13:50:58 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDowqN091883; Sun, 18 Dec 2016 13:50:58 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201612181350.uBIDowqN091883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 18 Dec 2016 13:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428849 - in head/sysutils/slurm-wlm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:50:59 -0000 Author: jrm Date: Sun Dec 18 13:50:58 2016 New Revision: 428849 URL: https://svnweb.freebsd.org/changeset/ports/428849 Log: sysutils/slurm-wlm: Update to version 16.05.7 - Remove patch that has been incorporated upstream. No release notes are to be found. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8834 Deleted: head/sysutils/slurm-wlm/files/patch-src_plugins_node__features_knl__generic_node__features__knl__generic.c Modified: head/sysutils/slurm-wlm/Makefile head/sysutils/slurm-wlm/distinfo head/sysutils/slurm-wlm/pkg-plist Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/Makefile Sun Dec 18 13:50:58 2016 (r428849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slurm -PORTVERSION= 16.05.6 +PORTVERSION= 16.05.7 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ Modified: head/sysutils/slurm-wlm/distinfo ============================================================================== --- head/sysutils/slurm-wlm/distinfo Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/distinfo Sun Dec 18 13:50:58 2016 (r428849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478012730 -SHA256 (slurm-16.05.6.tar.bz2) = 992b74f400f3821d60625d66797f56739f8571b80bad56211de0001791abf58b -SIZE (slurm-16.05.6.tar.bz2) = 6249232 +TIMESTAMP = 1482011049 +SHA256 (slurm-16.05.7.tar.bz2) = 3f6fd318b246995fa3798c1a577e72edd90dfb4dce7b288ec67e88945c4a7643 +SIZE (slurm-16.05.7.tar.bz2) = 6085429 Modified: head/sysutils/slurm-wlm/pkg-plist ============================================================================== --- head/sysutils/slurm-wlm/pkg-plist Sun Dec 18 13:46:25 2016 (r428848) +++ head/sysutils/slurm-wlm/pkg-plist Sun Dec 18 13:50:58 2016 (r428849) @@ -443,7 +443,6 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/big_sys.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bluegene.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bluegene.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bull.jpg %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/burst_buffer.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/burst_buffer.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/cgroup.conf.html @@ -474,6 +473,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/ext_sensorsplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fair_tree.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/fonts.ttf %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gang_scheduling.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gres.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/gres.html @@ -495,20 +496,18 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/job_submit_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jobacct_gatherplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jobcompplugins.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/jquery.min.js %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/k_function.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/knl.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/launch_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/licenses.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/linuxstyles.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mail.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/man_index.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/maui.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mc_support.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mc_support.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mcs.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mcs_plugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/meetings.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/moab.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mpi_guide.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mpiplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/multi_cluster.html @@ -541,6 +540,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/quickstart.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/quickstart_admin.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/reservations.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/reset.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/resource_limits.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/rosetta.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/route_plugin.html @@ -562,8 +562,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sh5util.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sinfo.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.conf.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_design.pdf %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_logo.png %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_agenda.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurm_ug_cfp.html @@ -573,10 +573,8 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmdbd.conf.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmdbd.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmstepd.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/slurmstyles.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/smap.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/spank.html -%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sponsors.gif %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sprio.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/squeue_color.png @@ -586,6 +584,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sshare.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sstat.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/strigger.html +%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/style.css %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/sview.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/switchplugins.html %%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/taskplugins.html From owner-svn-ports-head@freebsd.org Sun Dec 18 13:51:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE28AC86F66; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64A3D1982; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-lf0-x241.google.com with SMTP id p100so5211791lfg.2; Sun, 18 Dec 2016 05:51:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=q3u3LQKlr2RGLG8qpHsIHx2sPSiqXHMo7UrxJ8oASiGqftQW7sY6nv9QGrl4HMjvMF HJEOLMHFjaf4AxDm1IqP1LthgNgruQwFsLkRKGFSd6cqImehZdptz3mj3VQ2SGGIF4RF t5Gh8MdDiHHfzJb/79WqGIEfJE3ieeH2+kMt1bu1ZL8DW5ub2o/Zv+ar2qqU835rs4Eo LxRO2FCIkw52DOEUubqhMW7DNXO+Jd/7mUQtygFhYHqGssHktP1ITWmMYVg1IplHIglo EyB3ax9I2Fn5p15v35oTZ/RrH46pHvoMwtsHiMwHt+yl2bc7WV1sjfQY2E5Yt2AazzfO /50w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=dOjfsIer+IZvuIm2WWeNKyEV9oXThlHsuCnXHuSQkJgUbvr6hdCvvs0uR2CU8ILvXg psYKipwSnYh9MMCrjFLrcbLIM6Nfji1H+qFBxSlfbCf52Un8c22L6q7YP34NhDxkq++c fOA0oajatZ9bbFcOlXfwdam7v7yeZjKoRMunF7n7TTrae8iF5n84NEBLWMYmcxnIyZDx 3g2pQB4Hey7iOn0cVtAZyD4hbVjJumz/ZmqnatnT80e1ZIb/T6kmbpLoMS5YvOTMyvGa y4Cbv7Z0zMMNUcjUuiWxDXXPShvI128aLvmKloas3RFtQP1Ymi7mt1DzRnRC8zKyfjuZ +OAw== X-Gm-Message-State: AKaTC01vW4h2Jk8fleFneck+87x3eXzgJViCzuWmOwd3nZNMm3sriZkCxechuIqPpHDlw2n8fwZ0i2Y7C4hiQg== X-Received: by 10.25.152.142 with SMTP id a136mr3313033lfe.113.1482069072281; Sun, 18 Dec 2016 05:51:12 -0800 (PST) MIME-Version: 1.0 Sender: bsdkaffee@gmail.com Received: by 10.25.228.196 with HTTP; Sun, 18 Dec 2016 05:51:11 -0800 (PST) In-Reply-To: <864m224cq1.fsf@FreeBSD.org> References: <201612161531.uBGFVOI4055900@repo.freebsd.org> <8660miveyx.fsf@FreeBSD.org> <864m224cq1.fsf@FreeBSD.org> From: "Jason E. Hale" Date: Sun, 18 Dec 2016 08:51:11 -0500 X-Google-Sender-Auth: 44me7a-cJQoZPnrlwXgaAjNEh1A Message-ID: Subject: Re: svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files To: Raphael Kubo da Costa Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:51:15 -0000 On Sat, Dec 17, 2016 at 1:44 PM, Raphael Kubo da Costa wrote: > > Ah, this is only broken on non-standard configurations (I build with > WITHOUT_GNU_GREP_COMPAT=yes), which means the grep call above will fail > because the | won't be recognized as a special character. I'll see if I > can send a patch upstream. FYI, for the time being, I've patched the configure script to use extended regex which should fix the problem. (r428848) From owner-svn-ports-head@freebsd.org Sun Dec 18 13:52:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AAB2C8513F; Sun, 18 Dec 2016 13:52:27 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F022F1D31; Sun, 18 Dec 2016 13:52:26 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x242.google.com with SMTP id y21so5229244lfa.0; Sun, 18 Dec 2016 05:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3fYNH7SjnnDcDf7BXEINQZBiXiBP7inxnGaOeTSfnAo=; b=nrAntc8Qw/pGwPoH6sPHdoObHTPEeq8GlUjnr19XsB389ABXCTOwMutEtuwhrUeDEk +d5WCTH7lVnYRGfYqdIsyfQKqEwh0arQdYKCwjfg2XQneZnTfa37Nn2t8jtAo4C+uWmZ xdV3CxNUK5yMIBG7cWnR2c3sF70WRqxZ2XawRQs54jq1TsxcO4flunzevlKcszx+LszI oXalwDKnNC5bID+hpbsppijKjhE+6wCLJiC5ZCJ/BU/MBwjUxbV5fsEa9vgBS4PqmPT7 9tyMhveuD2aaFtKGMhr5JhluS20OYUkZbEkn2SrmAkCBQohX4jDd2dK77uj9JMOvrejf Rn1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3fYNH7SjnnDcDf7BXEINQZBiXiBP7inxnGaOeTSfnAo=; b=Y0lHdNKydprCLmBMfE6D0/HW1ZtXlzcSzR8keAbKptUdYJlQAnR0RtMwguDy977KBu LQ3MCdLWbJ0fIFolNs79SqpR/E/JLzHuP6rI8pGyTl+n5j1RLcVfSnGkUTKotWIiRpx0 ebNyjxPRJX7ol215KxIqTjOhIKAqv36fRjbdWrjilVCHkLfMLZXzJlTOq4Ike7cyydSN EidHfiA9uU9dVcizFXo2KB5R+hb1rFy+aoqlmCiqILt70VsvVhvU6EgiDdQRgQXxSO6m BENRyrIlW5ukiHhW4/LGQ+ZSmZ0+oB9M6tlUQ+DX6EfMFtkr11TjEHgkm9c/UJec4YpX 0m/Q== X-Gm-Message-State: AKaTC000hdqL7zwHLe6f1G/0hNKQJbc/s9UuXd8GTTZ/6TMBHsusfmmnzG5ITQImN+W50A== X-Received: by 10.25.92.213 with SMTP id u82mr3843516lfi.121.1482069144610; Sun, 18 Dec 2016 05:52:24 -0800 (PST) Received: from kloomba ([213.147.216.132]) by smtp.gmail.com with ESMTPSA id 23sm2940963ljf.48.2016.12.18.05.52.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 05:52:24 -0800 (PST) Date: Sun, 18 Dec 2016 17:52:17 +0400 From: Roman Bogorodskiy To: Mathieu Arnold Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... Message-ID: <20161218135215.GA48900@kloomba> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:52:27 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mathieu Arnold wrote: > Le 18/12/2016 =E0 12:36, Roman Bogorodskiy a =E9crit : > > +COMMENT=3D Xstatic-angular-bootstrap > > > > Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:36:= 26 2016 (r428845) > > @@ -0,0 +1,3 @@ > > +XStatic-Angular-Bootstrap > > + > > +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap >=20 > > +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) > > > > Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:36= :26 2016 (r428845) > > @@ -0,0 +1,3 @@ > > +Angular-FileUpload 12.0.4 (XStatic packaging standard) > > + > > +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload >=20 > ... >=20 > I understand those were mechanically created, but all the COMMENT[1] and > pkg-descr[2] files fall very short of our requirements. >=20 > 1: > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.ht= ml >=20 > 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.html This is generally an information obtained from the corresponding Python packages. E.g. for XStatic-Angular-FileUpload we only have: Comment =3D Angular-FileUpload 12.0.4 (XStatic packaging standard) Description: --- Angular-FileUpload JavaScript library packaged for setuptools (easy_install= ) / pip. This package is intended to be used by **any** project that needs these fil= es. It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code f= rom the XStatic base package, if you like. You can find more info about the xstatic packaging way in the package `XSta= tic`. --- We probably can add README contents to pkg-descr (I'm not sure it brings a lot of value though, it looks likes it's more or less common for these packages with only package name changed), but I'm not sure how can we improve COMMENT. Roman Bogorodskiy --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYVpSPAAoJEMltX/4IwiJqiCoIAIXNqWy+nszUBRg3KLLINsHY oKlBiIWNOuv+qxIM4o2AUWCO6ROFSnGYJL4EXMYKtZtRfafgXVWF57430KVyhzq4 UFiBGYzcduBGjjmciB8Ylxwy69UPTwSY+cEVRncAc3A9BEIzqSIOzVaylzUuN7LU 3D3/75xv3bCYAIk8rOQ+POyticBuo8uxUm7bhfM23l6+Ce7MdXz1GvhweTxqOpzD JwgXQ0La0GKzIZfShJbaDRUQ00kk2nczvT+udOY2ZL1jMxv2tclSLhpcL1Bjops9 p8ZeNCjDeJcm6EzMnD7fCP9u4DmfD2+4+zT6c1vr5E65HqOxqnyzTmwsnPWnb+w= =SP4A -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-svn-ports-head@freebsd.org Sun Dec 18 13:52:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37EDEC85173; Sun, 18 Dec 2016 13:52:34 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F26E41D77; Sun, 18 Dec 2016 13:52:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIDqXBY094966; Sun, 18 Dec 2016 13:52:33 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIDqWDJ094964; Sun, 18 Dec 2016 13:52:32 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201612181352.uBIDqWDJ094964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 18 Dec 2016 13:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428850 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:52:34 -0000 Author: jrm Date: Sun Dec 18 13:52:32 2016 New Revision: 428850 URL: https://svnweb.freebsd.org/changeset/ports/428850 Log: biology/diamond: Update to version 0.8.29 Upstream change: fixed an issue that could cause a crash when using view on incomplete DAA files Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8832 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sun Dec 18 13:50:58 2016 (r428849) +++ head/biology/diamond/Makefile Sun Dec 18 13:52:32 2016 (r428850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.28 +PORTVERSION= 0.8.29 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Sun Dec 18 13:50:58 2016 (r428849) +++ head/biology/diamond/distinfo Sun Dec 18 13:52:32 2016 (r428850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480251948 -SHA256 (bbuchfink-diamond-v0.8.28_GH0.tar.gz) = 0623b144c63f82edb51f6af260a67fc946e71dbf92198a1dff650434141c5677 -SIZE (bbuchfink-diamond-v0.8.28_GH0.tar.gz) = 317789 +TIMESTAMP = 1482000601 +SHA256 (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 7f50453153cee83bc38dc1a8983d8e4d6bc455515542161d5c62de11fc91d0d6 +SIZE (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 327638 From owner-svn-ports-head@freebsd.org Sun Dec 18 14:14:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0422C85995; Sun, 18 Dec 2016 14:14:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9000CDF0; Sun, 18 Dec 2016 14:14:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIEErEK003479; Sun, 18 Dec 2016 14:14:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEErvQ003477; Sun, 18 Dec 2016 14:14:53 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181414.uBIEErvQ003477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428851 - head/devel/py-boto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 14:14:54 -0000 Author: rm Date: Sun Dec 18 14:14:53 2016 New Revision: 428851 URL: https://svnweb.freebsd.org/changeset/ports/428851 Log: devel/py-boto: update to 2.45.0 Modified: head/devel/py-boto/Makefile head/devel/py-boto/distinfo Modified: head/devel/py-boto/Makefile ============================================================================== --- head/devel/py-boto/Makefile Sun Dec 18 13:52:32 2016 (r428850) +++ head/devel/py-boto/Makefile Sun Dec 18 14:14:53 2016 (r428851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto -PORTVERSION= 2.44.0 +PORTVERSION= 2.45.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ NO_ARCH= yes USES= python:2.7+ USE_PYTHON= autoplist distutils -CONFLICTS= p5-Net-Amazon-Route53-[0-9]* +CONFLICTS_INSTALL= p5-Net-Amazon-Route53-[0-9]* .include Modified: head/devel/py-boto/distinfo ============================================================================== --- head/devel/py-boto/distinfo Sun Dec 18 13:52:32 2016 (r428850) +++ head/devel/py-boto/distinfo Sun Dec 18 14:14:53 2016 (r428851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481319968 -SHA256 (boto-2.44.0.tar.gz) = 10ca4ef0370550f32087fb011d666783a728d5cd360fb795b22e8d6ca6c88f22 -SIZE (boto-2.44.0.tar.gz) = 1443625 +TIMESTAMP = 1481990063 +SHA256 (boto-2.45.0.tar.gz) = 053d64727b3bd7d24a64163d28feaa044257c5f49343f2c6cdd991c9fd4aab3b +SIZE (boto-2.45.0.tar.gz) = 8317217 From owner-svn-ports-head@freebsd.org Sun Dec 18 14:19:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B5D2C85B8F; Sun, 18 Dec 2016 14:19:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AFC8112D; Sun, 18 Dec 2016 14:19:25 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIEJPjR003751; Sun, 18 Dec 2016 14:19:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEJPbN003748; Sun, 18 Dec 2016 14:19:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181419.uBIEJPbN003748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428852 - head/devel/dbus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 14:19:26 -0000 Author: rm Date: Sun Dec 18 14:19:24 2016 New Revision: 428852 URL: https://svnweb.freebsd.org/changeset/ports/428852 Log: devel/dbus: update to 1.10.14 This routine release fixed couple of minor bugs (from FreeBSD perspective). Discussed with: kwm With hat: gnome Modified: head/devel/dbus/Makefile head/devel/dbus/distinfo head/devel/dbus/pkg-plist Modified: head/devel/dbus/Makefile ============================================================================== --- head/devel/dbus/Makefile Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/Makefile Sun Dec 18 14:19:24 2016 (r428852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.10.12 +PORTVERSION= 1.10.14 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Modified: head/devel/dbus/distinfo ============================================================================== --- head/devel/dbus/distinfo Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/distinfo Sun Dec 18 14:19:24 2016 (r428852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477423012 -SHA256 (dbus-1.10.12.tar.gz) = 210a79430b276eafc6406c71705e9140d25b9956d18068df98a70156dc0e475d -SIZE (dbus-1.10.12.tar.gz) = 1984805 +TIMESTAMP = 1481989118 +SHA256 (dbus-1.10.14.tar.gz) = 23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083 +SIZE (dbus-1.10.14.tar.gz) = 1985828 Modified: head/devel/dbus/pkg-plist ============================================================================== --- head/devel/dbus/pkg-plist Sun Dec 18 14:14:53 2016 (r428851) +++ head/devel/dbus/pkg-plist Sun Dec 18 14:19:24 2016 (r428852) @@ -32,7 +32,7 @@ lib/dbus-%%VERSION%%/include/dbus/dbus-a lib/libdbus-1.a lib/libdbus-1.so lib/libdbus-1.so.3 -lib/libdbus-1.so.3.14.8 +lib/libdbus-1.so.3.14.9 libdata/pkgconfig/dbus-1.pc @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper share/doc/dbus/examples/GetAllMatchRules.py From owner-svn-ports-head@freebsd.org Sun Dec 18 14:22:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288C0C85ECB; Sun, 18 Dec 2016 14:22:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC68B1595; Sun, 18 Dec 2016 14:22:50 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIEMojL007476; Sun, 18 Dec 2016 14:22:50 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIEMoTU007475; Sun, 18 Dec 2016 14:22:50 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612181422.uBIEMoTU007475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Dec 2016 14:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428853 - head/deskutils/gourmet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 14:22:51 -0000 Author: rm Date: Sun Dec 18 14:22:49 2016 New Revision: 428853 URL: https://svnweb.freebsd.org/changeset/ports/428853 Log: deskutils/gourmet: fix incorrect python range Modified: head/deskutils/gourmet/Makefile Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Sun Dec 18 14:19:24 2016 (r428852) +++ head/deskutils/gourmet/Makefile Sun Dec 18 14:22:49 2016 (r428853) @@ -27,7 +27,7 @@ OPTIONS_DEFINE= IPYTHON IPYTHON_DESC= Interactive shell support IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython -USES= gettext python:2.7+ +USES= gettext python:-2.7 USE_GNOME= intltool pygnome2 pygtk2 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 14:26:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C85F9C85FF4; Sun, 18 Dec 2016 14:26:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 839E11750; Sun, 18 Dec 2016 14:26:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A19D6BDD7E; Sun, 18 Dec 2016 15:26:30 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 9E6E7BDD72; Sun, 18 Dec 2016 15:26:29 +0100 (CET) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... To: Roman Bogorodskiy References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 18 Dec 2016 15:26:28 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161218135215.GA48900@kloomba> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 14:26:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P Content-Type: multipart/mixed; boundary="rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU"; protected-headers="v1" From: Mathieu Arnold To: Roman Bogorodskiy Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, alexander.nusov@nfvexpress.com Message-ID: Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> In-Reply-To: <20161218135215.GA48900@kloomba> --rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/12/2016 =C3=A0 14:52, Roman Bogorodskiy a =C3=A9crit : > Mathieu Arnold wrote: > >> Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit : >>> +COMMENT=3D Xstatic-angular-bootstrap >>> >>> Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun Dec 18 11:3= 6:26 2016 (r428845) >>> @@ -0,0 +1,3 @@ >>> +XStatic-Angular-Bootstrap >>> + >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap >>> +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging standard) >>> >>> Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=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/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun Dec 18 11:= 36:26 2016 (r428845) >>> @@ -0,0 +1,3 @@ >>> +Angular-FileUpload 12.0.4 (XStatic packaging standard) >>> + >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload >> ... >> >> I understand those were mechanically created, but all the COMMENT[1] a= nd >> pkg-descr[2] files fall very short of our requirements. >> >> 1: >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment= =2Ehtml >> >> 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.= html > This is generally an information obtained from the corresponding Python= > packages. E.g. for XStatic-Angular-FileUpload we only have: Let me quote one of the rules for COMMENT: 2) Do not include the package name or version number of software. The fact that python does not enforce rules on their packages does not mean we do not. > We probably can add README contents to pkg-descr (I'm not sure it bring= s > a lot of value though, it looks likes it's more or less common for thes= e > packages with only package name changed), but I'm not sure how can we > improve COMMENT. Please read the handbook links I gave you. COMMENT is a short, one line, description of the software. pkg-descr is a longer description, it should tell me what does, what it is, why it is usefull. Especially, I should not have to go to the web site to understand those things. --=20 Mathieu Arnold --rjclJLskcttRsFMWhscfhJ5ASWdEu9iqU-- --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYVpyVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ImZIP/0bKI3Qy8/YECJ4kBfeolk/P L1CsYn/pUTO+yPm3QmiErw112ld6yeU0GiLNl+ZuyAOPkWWOm8VOK/81OfeC1Yvz VNequkKXHZTgPvEgiL5QlTl8ck9JAFsGx6UW+c/ahROKKmQcADD0EdfNaHcUHrnG S5fSBLK80la5htdPifCIiySa5Ob0mXOfw2bUbRX05pD0M6TWuri4KegUQGm7arQw wCh8eMqTM10aqfCRnP3TmXIKsKX5nWunvRYK50Es6adx3HvrnHE7JtGOZZO8mtpt NbPDu8mCEnUCN32Z54mDAMPCbgLad4xaXSxFWyyjaHGNdx5CTN+ieJZhgjPIYHzD ibLjXMJNP2fMrPlxLppgkiAR1pvtGk1Ggp+HKxz5ggnooawCgdCi2RTkfW5FHDsB twPDmHk+CQ0vNBLoMmuLY87RbSEP5k1NhnXIe6qARm+rZmqbFriMYw2yXKqhqMv5 iM+Gc8nS5xMykj8BLwLx1GgCUyZnZrzz07r9bvI/6pvVA+/e4x5aXeHsJgFkA6In x0Mng96+oZM21Pac52iJRhPOpKt+88FTt6w9Q6gz5TaZPPnanZqqa5rjWALkhowd c/NeAMpQR+NOPbwUnguSqzSkDizwJw4ijXf2Iq9M9OwCmcKmlJMALLimNuViYolI oHJtbI51o1AICu/ytnGP =XHmh -----END PGP SIGNATURE----- --fsH1SjHdFsK7riIjs2QOAoV9puFEu9H1P-- From owner-svn-ports-head@freebsd.org Sun Dec 18 14:51:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2292EC87857; Sun, 18 Dec 2016 14:51:10 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBB7A41; Sun, 18 Dec 2016 14:51:10 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482072663692320.4672640220516; Sun, 18 Dec 2016 06:51:03 -0800 (PST) Date: Sun, 18 Dec 2016 17:51:03 +0300 From: Alexander Nusov To: "Mathieu Arnold" Cc: "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> In-Reply-To: References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 14:51:10 -0000 Hello, I agree that adding README content will not bring a lot of value but I'm go= ing to make them more meaningful.=20 XStatic-Angular-Bootstrap 2.2.0.0 current COMMENT:=20 Angular-Bootstrap 2.2.0 (XStatic packaging standard) proposed COMMENT: XStatic package for angular-bootstrap 2.2.0 module However I don't understand what do you mean for "Do not include the package= name or version number of software." in this case, You may notice that versioning for xstatic modules is a bit different XStatic-Angular-Cookies 1.2.1.1 module bundles angular-cookies module (from= npmjs.org) version 1.2.1. The last part (.1) is the xstatic thing. What about: XStatic package for AngularJS module for cookies? But in frontend world for one task you may find a dozen of different module= s. angular-cookies angular-cookie ng-cookie ng2-cookie If we drop the javascript (npm) module name in COMMENT it would not be clea= r what npm module the port provides. -- thanks, alex ---- On Sun, 18 Dec 2016 17:26:28 +0300 Mathieu Arnold <mat@FreeBSD.org&= gt; wrote ---- Le 18/12/2016 =C3=A0 14:52, Roman Bogorodskiy a =C3=A9crit :=20 > Mathieu Arnold wrote:=20 >=20 >> Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit :=20 >>> +COMMENT=3D Xstatic-angular-bootstrap=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun D= ec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +XStatic-Angular-Bootstrap=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap=20 >>> +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging st= andard)=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun = Dec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +Angular-FileUpload 12.0.4 (XStatic packaging standard)=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload= =20 >> ...=20 >>=20 >> I understand those were mechanically created, but all the COMMENT[= 1] and=20 >> pkg-descr[2] files fall very short of our requirements.=20 >>=20 >> 1:=20 >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-com= ment.html=20 >>=20 >> 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-d= esc.html=20 > This is generally an information obtained from the corresponding Pytho= n=20 > packages. E.g. for XStatic-Angular-FileUpload we only have:=20 =20 Let me quote one of the rules for COMMENT:=20 =20 2) Do not include the package name or version number of software.=20 =20 The fact that python does not enforce rules on their packages does not=20 mean we do not.=20 =20 > We probably can add README contents to pkg-descr (I'm not sure it brin= gs=20 > a lot of value though, it looks likes it's more or less common for the= se=20 > packages with only package name changed), but I'm not sure how can we= =20 > improve COMMENT.=20 =20 Please read the handbook links I gave you. COMMENT is a short, one line,=20 description of the software. pkg-descr is a longer description, it=20 should tell me what does, what it is, why it is usefull.=20 Especially, I should not have to go to the web site to understand those=20 things.=20 =20 =20 --=20 Mathieu Arnold=20 =20 =20 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:03:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5A5C87DA2; Sun, 18 Dec 2016 15:03:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81AD214AD; Sun, 18 Dec 2016 15:03:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIF35GC023707; Sun, 18 Dec 2016 15:03:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIF34ax023699; Sun, 18 Dec 2016 15:03:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612181503.uBIF34ax023699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 18 Dec 2016 15:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428854 - in head: . www www/flashplayer www/linux-c6-flashplugin24 www/linux-c7-flashplugin24 www/linux-flashplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:03:06 -0000 Author: tijl Date: Sun Dec 18 15:03:04 2016 New Revision: 428854 URL: https://svnweb.freebsd.org/changeset/ports/428854 Log: - Combine linux-c6-flashplugin24 and linux-c7-flashplugin24 into one distro independent port like other Linux application ports. - Rename flashplugin to flashplayer to match upstream. - Tell users to mount linprocfs. - Remove reference to special FreeBSD license. The official license is no longer restricted to officially supported operating systems. - Create www/flashplayer which runs nspluginwrapper on installation. PR: 215345 Added: head/www/flashplayer/ head/www/flashplayer/Makefile (contents, props changed) head/www/flashplayer/pkg-descr (contents, props changed) head/www/linux-flashplayer/ - copied from r428853, head/www/linux-c6-flashplugin24/ Deleted: head/www/linux-c6-flashplugin24/ head/www/linux-c7-flashplugin24/ Modified: head/MOVED head/www/Makefile head/www/linux-flashplayer/Makefile head/www/linux-flashplayer/distinfo head/www/linux-flashplayer/pkg-descr head/www/linux-flashplayer/pkg-message Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 14:22:49 2016 (r428853) +++ head/MOVED Sun Dec 18 15:03:04 2016 (r428854) @@ -8829,9 +8829,9 @@ graphics/ocrfeeder||2016-12-08|Has expir devel/libcppformat|devel/libfmt|2016-12-08|Project was renamed databases/py35-mysqlclient|databases/py3-mysqlclient|2016-12-10|Moved to match existing naming convention databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existing naming convention -www/linux-f10-flashplugin11||2016-12-13|Deprecated -www/linux-c6-flashplugin11|www/linux-c6-flashplugin24|2016-12-13|Deprecated -www/linux-c7-flashplugin11|www/linux-c7-flashplugin24|2016-12-13|Deprecated +www/linux-f10-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream +www/linux-c6-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream +www/linux-c7-flashplugin11|www/linux-flashplayer|2016-12-13|Removed upstream net/py-ceilometerclient|net/py-python-ceilometerclient|2016-12-17|Rename to match pypi name net/py-cinderclient|net/py-python-cinderclient|2016-12-17|Rename to match pypi name net/py-designateclient|net/py-python-designateclient|2016-12-17|Rename to match pypi name @@ -8842,3 +8842,5 @@ net/py-neutronclient|net/py-python-neutr net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name +www/linux-c6-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream +www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -168,6 +168,7 @@ SUBDIR += firefox-esr SUBDIR += firefox-esr-i18n SUBDIR += firefox-i18n + SUBDIR += flashplayer SUBDIR += flat-frog SUBDIR += flickcurl SUBDIR += flood @@ -372,11 +373,10 @@ SUBDIR += links SUBDIR += links-hacked SUBDIR += links1 - SUBDIR += linux-c6-flashplugin24 SUBDIR += linux-c6-qt47-webkit - SUBDIR += linux-c7-flashplugin24 SUBDIR += linux-c7-qtwebkit SUBDIR += linux-firefox + SUBDIR += linux-flashplayer SUBDIR += linux-opera SUBDIR += linux-seamonkey SUBDIR += lionwiki Added: head/www/flashplayer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/flashplayer/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= flashplayer +PORTVERSION= 24.0 +CATEGORIES= www multimedia +DISTFILES= + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Native wrapper around Linux Flash Player + +RUN_DEPENDS= ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so:www/linux-flashplayer \ + nspluginwrapper:www/nspluginwrapper + +NO_ARCH= yes +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +PLIST_FILES= "@postexec ${LOCALBASE}/bin/nspluginwrapper -i ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so" \ + "@rmtry lib/browser_plugins/npwrapper.libflashplayer.so" + +.include Added: head/www/flashplayer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/flashplayer/pkg-descr Sun Dec 18 15:03:04 2016 (r428854) @@ -0,0 +1,4 @@ +Wrapper around Linux Flash Player that allows native browsers to display +Flash content. + +WWW: https://www.adobe.com/ Modified: head/www/linux-flashplayer/Makefile ============================================================================== --- head/www/linux-c6-flashplugin24/Makefile Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/Makefile Sun Dec 18 15:03:04 2016 (r428854) @@ -1,32 +1,29 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ -PORTNAME= flashplugin +PORTNAME= flashplayer PORTVERSION= 24.0.0.186 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ -PKGNAMEPREFIX?= linux-c6- +PKGNAMEPREFIX= linux- DISTFILES= flash_player_npapi_linux.i386.tar.gz DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= Adobe Flash Player NPAPI Plugin (beta) +COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 -USES?= linux:c6 +USES= cpe linux webplugin:linux +CPE_VENDOR= adobe +CPE_PRODUCT= flash_player USE_LINUX= alsalib alsa-plugins-oss curl dri gtk2 nspr nss +WEBPLUGIN_FILES=libflashplayer.so RESTRICTED= Redistribution not allowed NO_BUILD= yes NO_WRKSUBDIR= yes STRIP= -USES+= cpe webplugin:linux -CPE_VENDOR= adobe -CPE_PRODUCT= flash_player -WEBPLUGIN_FILES=libflashplayer.so - -.include post-patch: @${REINPLACE_CMD} '/^NotShowIn=KDE/d' \ Modified: head/www/linux-flashplayer/distinfo ============================================================================== --- head/www/linux-c6-flashplugin24/distinfo Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/distinfo Sun Dec 18 15:03:04 2016 (r428854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481650383 -SHA256 (flashplugin/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd -SIZE (flashplugin/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 9159537 +TIMESTAMP = 1482070603 +SHA256 (flashplayer/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd +SIZE (flashplayer/24.0.0.186/flash_player_npapi_linux.i386.tar.gz) = 9159537 Modified: head/www/linux-flashplayer/pkg-descr ============================================================================== --- head/www/linux-c6-flashplugin24/pkg-descr Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/pkg-descr Sun Dec 18 15:03:04 2016 (r428854) @@ -1,7 +1,5 @@ -This is the official Flash Player from Adobe. Together with nspluginwrapper -this plugin allows you to see .swf and .spl files in Firefox. - -FreeBSD Flash License Agreement: -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=96374 +Adobe Flash Player is a lightweight browser plug-in and rich internet +application runtime that delivers consistent and engaging user experiences, +stunning audio/video playback, and exciting gameplay. WWW: https://www.adobe.com/ Modified: head/www/linux-flashplayer/pkg-message ============================================================================== --- head/www/linux-c6-flashplugin24/pkg-message Sun Dec 18 14:22:49 2016 (r428853) +++ head/www/linux-flashplayer/pkg-message Sun Dec 18 15:03:04 2016 (r428854) @@ -1,7 +1,6 @@ -If this is your first time installing flash each user must run: +Flash Player needs linprocfs mounted on /compat/linux/proc. Add the +following line to /etc/fstab: - nspluginwrapper -v -a -i +linprocfs /compat/linux/proc linprocfs rw 0 0 -If you are updating flash each user must run: - - nspluginwrapper -v -a -u +Then run "mount /compat/linux/proc". From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1DFFC862E9; Sun, 18 Dec 2016 15:20:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82B5E1E32; Sun, 18 Dec 2016 15:20:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFKXbp028331; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKXIO028326; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKXIO028326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428855 - in head/www: . libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:20:34 -0000 Author: sunpoet Date: Sun Dec 18 15:20:33 2016 New Revision: 428855 URL: https://svnweb.freebsd.org/changeset/ports/428855 Log: - Add libnghttp2 1.17.0 nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. WWW: https://nghttp2.org/ Added: head/www/libnghttp2/ head/www/libnghttp2/Makefile (contents, props changed) head/www/libnghttp2/distinfo (contents, props changed) head/www/libnghttp2/pkg-descr (contents, props changed) head/www/libnghttp2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 15:03:04 2016 (r428854) +++ head/www/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -359,6 +359,7 @@ SUBDIR += libhubbub SUBDIR += libjwt SUBDIR += libmicrohttpd + SUBDIR += libnghttp2 SUBDIR += libsocialweb SUBDIR += libwww SUBDIR += libxul Added: head/www/libnghttp2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nghttp2 +PORTVERSION= 1.17.0 +DISTVERSIONPREFIX= v +CATEGORIES= www net +PKGNAMEPREFIX= lib + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/2.0 C Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFIGURE_ARGS= --enable-lib-only +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= autoreconf libtool pathfix pkgconfig + +USE_GITHUB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|doc \(contrib script\)|\1|; /^dist_doc_DATA = / s| README.rst||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^dist_pkgdata_SCRIPTS = / s| fetch-ocsp-response||' ${WRKSRC}/script/Makefile.am + +.include Added: head/www/libnghttp2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/distinfo Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480231536 +SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 +SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 Added: head/www/libnghttp2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-descr Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,4 @@ +nghttp2 is an implementation of HTTP/2 and its header compression algorithm +HPACK in C. + +WWW: https://nghttp2.org/ Added: head/www/libnghttp2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-plist Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,7 @@ +include/nghttp2/nghttp2.h +include/nghttp2/nghttp2ver.h +lib/libnghttp2.a +lib/libnghttp2.so +lib/libnghttp2.so.14 +lib/libnghttp2.so.14.12.2 +libdata/pkgconfig/libnghttp2.pc From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E272C86319; Sun, 18 Dec 2016 15:20:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 253981E55; Sun, 18 Dec 2016 15:20:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFKcVv028447; Sun, 18 Dec 2016 15:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKc1G028445; Sun, 18 Dec 2016 15:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKc1G028445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428856 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:20:39 -0000 Author: sunpoet Date: Sun Dec 18 15:20:38 2016 New Revision: 428856 URL: https://svnweb.freebsd.org/changeset/ports/428856 Log: - Update for libnghttp2 change (moved into www/libnghttp2) - Add LIB_DEPENDS on www/libnghttp2 - Copy libnghttp2 to lib/ to avoid unnecessary rebuild - Bump PORTREVISION for dependency and package change Modified: head/www/nghttp2/Makefile head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Dec 18 15:20:33 2016 (r428855) +++ head/www/nghttp2/Makefile Sun Dec 18 15:20:38 2016 (r428856) @@ -4,7 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -13,6 +13,8 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 + OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes @@ -74,6 +76,16 @@ post-configure: CONFIGURE_ARGS+=--with-jemalloc .endif +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am + +# lib/libnghttp2.* are not available until configure phase +post-configure: + @${MKDIR} ${WRKSRC}/lib/.libs/ + @${CP} ${LOCALBASE}/lib/libnghttp2.so* ${WRKSRC}/lib/.libs/ + @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ ${INSTALL_DATA} ${FILESDIR}/nghttpx.conf.sample ${STAGEDIR}${PREFIX}/etc/nghttpx/nghttpx.conf.sample Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sun Dec 18 15:20:33 2016 (r428855) +++ head/www/nghttp2/pkg-plist Sun Dec 18 15:20:38 2016 (r428856) @@ -8,17 +8,10 @@ %%ASIO%%include/nghttp2/asio_http2.h %%ASIO%%include/nghttp2/asio_http2_client.h %%ASIO%%include/nghttp2/asio_http2_server.h -include/nghttp2/nghttp2.h -include/nghttp2/nghttp2ver.h -lib/libnghttp2.a -lib/libnghttp2.so -lib/libnghttp2.so.14 -lib/libnghttp2.so.14.12.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 %%ASIO%%lib/libnghttp2_asio.so.1.0.0 -libdata/pkgconfig/libnghttp2.pc %%ASIO%%libdata/pkgconfig/libnghttp2_asio.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F66EC86359; Sun, 18 Dec 2016 15:20:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41F541ED5; Sun, 18 Dec 2016 15:20:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFKhAd028594; Sun, 18 Dec 2016 15:20:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKh9P028591; Sun, 18 Dec 2016 15:20:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKh9P028591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:20:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428857 - in head: devel/pecl-swoole www/apache24 www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:20:44 -0000 Author: sunpoet Date: Sun Dec 18 15:20:42 2016 New Revision: 428857 URL: https://svnweb.freebsd.org/changeset/ports/428857 Log: - Change *_DEPENDS from www/nghttp2 to www/libnghttp2 - Bump PORTREVISION for dependency change Modified: head/devel/pecl-swoole/Makefile head/www/apache24/Makefile head/www/mod_http2-devel/Makefile Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/devel/pecl-swoole/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -3,6 +3,7 @@ PORTNAME= swoole PORTVERSION= 1.8.13 +PORTREVISION= 1 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -20,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre OPTIONS_DEFINE= HTTP2 REDIS -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ON= --enable-async-redis --enable-coroutine Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/www/apache24/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -2,7 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} @@ -80,12 +80,12 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped LDAP_CONFIGURE_ON= --enable-ldap=shared HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUA_CONFIGURE_WITH= lua LUA_USES= lua PROXY_HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} -PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 +PROXY_HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE} SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sun Dec 18 15:20:38 2016 (r428856) +++ head/www/mod_http2-devel/Makefile Sun Dec 18 15:20:42 2016 (r428857) @@ -3,6 +3,7 @@ PORTNAME= mod_http2-devel PORTVERSION= 1.8.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,8 +12,8 @@ COMMENT= Early experience HTTP/2 modules LICENSE= APACHE20 -BUILD_DEPENDS= nghttp2>=1.2:www/nghttp2 -LIB_DEPENDS= libnghttp2.so:www/nghttp2 +BUILD_DEPENDS= libnghttp2>=1.2:www/libnghttp2 +LIB_DEPENDS= libnghttp2.so:www/libnghttp2 USE_GITHUB= yes GH_ACCOUNT= icing From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20932C8639E; Sun, 18 Dec 2016 15:20:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E42781F94; Sun, 18 Dec 2016 15:20:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFKpI5029478; Sun, 18 Dec 2016 15:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKplk029455; Sun, 18 Dec 2016 15:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKplk029455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428858 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:20:52 -0000 Author: sunpoet Date: Sun Dec 18 15:20:50 2016 New Revision: 428858 URL: https://svnweb.freebsd.org/changeset/ports/428858 Log: - Change HTTP2 dependency from www/nghttp2 to www/libnghttp2 - Enable HTTP2 option by default - Bump PORTREVISION for dependency and package change Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Dec 18 15:20:42 2016 (r428857) +++ head/ftp/curl/Makefile Sun Dec 18 15:20:50 2016 (r428858) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.51.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp net www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -20,7 +20,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE -OPTIONS_DEFAULT= CA_BUNDLE COOKIES OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP +OPTIONS_DEFAULT= CA_BUNDLE COOKIES HTTP2 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP CA_BUNDLE_DESC= Install CA bundle for OpenSSL CA_BUNDLE_IMPLIES= OPENSSL COOKIES_DESC= Cookies support @@ -95,10 +95,10 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -HTTP2_BUILD_DEPENDS= nghttp2>=1.0.0:www/nghttp2 -HTTP2_CONFIGURE_WITH= nghttp2 -HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 -HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:www/nghttp2 +HTTP2_BUILD_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2 +HTTP2_CONFIGURE_WITH= libnghttp2 +HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 +HTTP2_RUN_DEPENDS= libnghttp2>=1.0.0:www/libnghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2 IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 750CDC865FB; Sun, 18 Dec 2016 15:21:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 449353AF; Sun, 18 Dec 2016 15:21:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFLeuo030487; Sun, 18 Dec 2016 15:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLemG030485; Sun, 18 Dec 2016 15:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLemG030485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428859 - head/audio/fplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:21:41 -0000 Author: sunpoet Date: Sun Dec 18 15:21:40 2016 New Revision: 428859 URL: https://svnweb.freebsd.org/changeset/ports/428859 Log: - Use GitHub repository directly Modified: head/audio/fplib/Makefile head/audio/fplib/distinfo Modified: head/audio/fplib/Makefile ============================================================================== --- head/audio/fplib/Makefile Sun Dec 18 15:20:50 2016 (r428858) +++ head/audio/fplib/Makefile Sun Dec 18 15:21:40 2016 (r428859) @@ -5,7 +5,6 @@ PORTNAME= fplib PORTVERSION= 20121001 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last.fm fingerprint library @@ -24,4 +23,9 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= cmake localbase:ldflags tar:xz +GH_ACCOUNT= lastfm +GH_PROJECT= Fingerprinter +GH_TAGNAME= b728727 +USE_GITHUB= yes + .include Modified: head/audio/fplib/distinfo ============================================================================== --- head/audio/fplib/distinfo Sun Dec 18 15:20:50 2016 (r428858) +++ head/audio/fplib/distinfo Sun Dec 18 15:21:40 2016 (r428859) @@ -1,2 +1,3 @@ -SHA256 (fplib-20121001.tar.xz) = 8252ad94fd9c8ff37d8dbda3c91c9d0a355692ba4b672d36b4e63601b1a5909a -SIZE (fplib-20121001.tar.xz) = 55240 +TIMESTAMP = 1482063349 +SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62 +SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A90C8664E; Sun, 18 Dec 2016 15:21:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B31AB63F; Sun, 18 Dec 2016 15:21:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFLiFV030604; Sun, 18 Dec 2016 15:21:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLi60030603; Sun, 18 Dec 2016 15:21:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLi60030603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428860 - head/databases/pecl-memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:21:46 -0000 Author: sunpoet Date: Sun Dec 18 15:21:44 2016 New Revision: 428860 URL: https://svnweb.freebsd.org/changeset/ports/428860 Log: - Add PORTSCOUT - Add GitHub repository to WWW Modified: head/databases/pecl-memcached/Makefile head/databases/pecl-memcached/pkg-descr Modified: head/databases/pecl-memcached/Makefile ============================================================================== --- head/databases/pecl-memcached/Makefile Sun Dec 18 15:21:40 2016 (r428859) +++ head/databases/pecl-memcached/Makefile Sun Dec 18 15:21:44 2016 (r428860) @@ -18,12 +18,16 @@ LIB_DEPENDS= libmemcached.so:databases/l OPTIONS_DEFINE= IGBINARY SASL IGBINARY_DESC= Binary serializer support +PORTSCOUT= limit:^[0-9\.]*$$ + CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE} USE_PHP= json:build session:build USES= php:ext pkgconfig +PHP7_TAGNAME= e65be32 + GH_TUPLE= php-${PORTNAME}-dev:php-${PORTNAME}:${PORTVERSION} \ - php-${PORTNAME}-dev:php-${PORTNAME}:e65be32:php7 + php-${PORTNAME}-dev:php-${PORTNAME}:${PHP7_TAGNAME}:php7 USE_GITHUB= yes IGBINARY_CONFIGURE_ENABLE= memcached-igbinary @@ -34,7 +38,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/c .include .if ${PHP_VER} == 70 -WRKSRC_SUBDIR= ../php-memcached-e65be32 +WRKSRC_SUBDIR= ../php-${PORTNAME}-${PHP7_TAGNAME} .endif .include Modified: head/databases/pecl-memcached/pkg-descr ============================================================================== --- head/databases/pecl-memcached/pkg-descr Sun Dec 18 15:21:40 2016 (r428859) +++ head/databases/pecl-memcached/pkg-descr Sun Dec 18 15:21:44 2016 (r428860) @@ -6,3 +6,4 @@ This extension uses libmemcached library communicating with memcached servers. WWW: https://pecl.php.net/package/memcached +WWW: https://github.com/php-memcached-dev/php-memcached From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D3EC86698; Sun, 18 Dec 2016 15:21:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8CC469E; Sun, 18 Dec 2016 15:21:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFLnDh030704; Sun, 18 Dec 2016 15:21:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLnLL030703; Sun, 18 Dec 2016 15:21:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLnLL030703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428861 - head/dns/libpsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:21:50 -0000 Author: sunpoet Date: Sun Dec 18 15:21:48 2016 New Revision: 428861 URL: https://svnweb.freebsd.org/changeset/ports/428861 Log: - Add USES=localbase:ldflags Modified: head/dns/libpsl/Makefile Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Sun Dec 18 15:21:44 2016 (r428860) +++ head/dns/libpsl/Makefile Sun Dec 18 15:21:48 2016 (r428861) @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-man \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig python:build shebangfix +USES= autoreconf libtool localbase:ldflags pathfix pkgconfig python:build shebangfix GH_ACCOUNT= rockdaboot USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A9ACC866E3; Sun, 18 Dec 2016 15:21:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28C6A782; Sun, 18 Dec 2016 15:21:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFLrE5030807; Sun, 18 Dec 2016 15:21:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLr40030806; Sun, 18 Dec 2016 15:21:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLr40030806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428862 - head/graphics/GraphicsMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:21:54 -0000 Author: sunpoet Date: Sun Dec 18 15:21:53 2016 New Revision: 428862 URL: https://svnweb.freebsd.org/changeset/ports/428862 Log: - Build C++ sources with GCC when OPENMP is enabled - Bump PORTREVISION for package change PR: 215355 Submitted by: jbeich Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun Dec 18 15:21:48 2016 (r428861) +++ head/graphics/GraphicsMagick/Makefile Sun Dec 18 15:21:53 2016 (r428862) @@ -3,6 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.25 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -50,7 +51,7 @@ LCMS2_CONFIGURE= lcms2 LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads -OPENMP_USES= compiler:openmp +OPENMP_USES= compiler:gcc-c++11-lib PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 @@ -98,7 +99,3 @@ post-install-Q8BIT-on: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters .include - -# The OPENMP option may select gcc as compiler but on architectures -# that have switched to libc++ clang should be used for C++ code. -CXX= c++ From owner-svn-ports-head@freebsd.org Sun Dec 18 15:22:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 461C1C86794; Sun, 18 Dec 2016 15:22:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0829F899; Sun, 18 Dec 2016 15:22:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFM3nq031109; Sun, 18 Dec 2016 15:22:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFM229031106; Sun, 18 Dec 2016 15:22:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181522.uBIFM229031106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428864 - head/devel/p5-Test-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:22:04 -0000 Author: sunpoet Date: Sun Dec 18 15:22:02 2016 New Revision: 428864 URL: https://svnweb.freebsd.org/changeset/ports/428864 Log: - Update to 1.302071 - Sort PLIST Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo head/devel/p5-Test-Simple/pkg-plist Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/Makefile Sun Dec 18 15:22:02 2016 (r428864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302067 +PORTVERSION= 1.302071 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/distinfo Sun Dec 18 15:22:02 2016 (r428864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479979073 -SHA256 (Test-Simple-1.302067.tar.gz) = 4d43a1ed9cd43a5ad0e6cb206c0cd86d59f118ad6895220688d7bd918016b2a3 -SIZE (Test-Simple-1.302067.tar.gz) = 250733 +TIMESTAMP = 1482042548 +SHA256 (Test-Simple-1.302071.tar.gz) = 9bbb4f031ce817d8cf5ab9db30a14ce18001676ef31ff9f34bce515f0d604232 +SIZE (Test-Simple-1.302071.tar.gz) = 253369 Modified: head/devel/p5-Test-Simple/pkg-plist ============================================================================== --- head/devel/p5-Test-Simple/pkg-plist Sun Dec 18 15:21:57 2016 (r428863) +++ head/devel/p5-Test-Simple/pkg-plist Sun Dec 18 15:22:02 2016 (r428864) @@ -22,6 +22,7 @@ %%SITE_PERL%%/Test2/Event.pm %%SITE_PERL%%/Test2/Event/Bail.pm %%SITE_PERL%%/Test2/Event/Diag.pm +%%SITE_PERL%%/Test2/Event/Encoding.pm %%SITE_PERL%%/Test2/Event/Exception.pm %%SITE_PERL%%/Test2/Event/Generic.pm %%SITE_PERL%%/Test2/Event/Info.pm @@ -30,6 +31,7 @@ %%SITE_PERL%%/Test2/Event/Plan.pm %%SITE_PERL%%/Test2/Event/Skip.pm %%SITE_PERL%%/Test2/Event/Subtest.pm +%%SITE_PERL%%/Test2/Event/TAP/Version.pm %%SITE_PERL%%/Test2/Event/Waiting.pm %%SITE_PERL%%/Test2/Formatter.pm %%SITE_PERL%%/Test2/Formatter/TAP.pm @@ -45,6 +47,7 @@ %%SITE_PERL%%/Test2/Util/ExternalMeta.pm %%SITE_PERL%%/Test2/Util/HashBase.pm %%SITE_PERL%%/Test2/Util/Trace.pm +%%SITE_PERL%%/ok.pm %%PERL5_MAN3%%/Test2.3.gz %%PERL5_MAN3%%/Test2::API.3.gz %%PERL5_MAN3%%/Test2::API::Breakage.3.gz @@ -54,6 +57,7 @@ %%PERL5_MAN3%%/Test2::Event.3.gz %%PERL5_MAN3%%/Test2::Event::Bail.3.gz %%PERL5_MAN3%%/Test2::Event::Diag.3.gz +%%PERL5_MAN3%%/Test2::Event::Encoding.3.gz %%PERL5_MAN3%%/Test2::Event::Exception.3.gz %%PERL5_MAN3%%/Test2::Event::Generic.3.gz %%PERL5_MAN3%%/Test2::Event::Info.3.gz @@ -62,6 +66,7 @@ %%PERL5_MAN3%%/Test2::Event::Plan.3.gz %%PERL5_MAN3%%/Test2::Event::Skip.3.gz %%PERL5_MAN3%%/Test2::Event::Subtest.3.gz +%%PERL5_MAN3%%/Test2::Event::TAP::Version.3.gz %%PERL5_MAN3%%/Test2::Event::Waiting.3.gz %%PERL5_MAN3%%/Test2::Formatter.3.gz %%PERL5_MAN3%%/Test2::Formatter::TAP.3.gz @@ -92,4 +97,3 @@ %%PERL5_MAN3%%/Test::Tutorial.3.gz %%PERL5_MAN3%%/Test::use::ok.3.gz %%PERL5_MAN3%%/ok.3.gz -%%SITE_PERL%%/ok.pm From owner-svn-ports-head@freebsd.org Sun Dec 18 15:21:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57055C8674C; Sun, 18 Dec 2016 15:21:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17159812; Sun, 18 Dec 2016 15:21:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFLwBw030954; Sun, 18 Dec 2016 15:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFLwna030950; Sun, 18 Dec 2016 15:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181521.uBIFLwna030950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428863 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:21:59 -0000 Author: sunpoet Date: Sun Dec 18 15:21:57 2016 New Revision: 428863 URL: https://svnweb.freebsd.org/changeset/ports/428863 Log: - Update to 4.0.5 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.0.5/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/Makefile Sun Dec 18 15:21:57 2016 (r428863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.5 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -27,8 +27,8 @@ CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules SHEBANG_FILES= lib/utils/completion.sh \ + node_modules/lockfile/gen-changelog.sh \ node_modules/node-gyp/test/docker.sh \ - node_modules/request/node_modules/node-uuid/benchmark/bench.sh \ scripts/clean-old.sh \ scripts/release.sh \ scripts/relocate.sh Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/distinfo Sun Dec 18 15:21:57 2016 (r428863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481217963 -SHA256 (npm-4.0.3.tar.xz) = 3ed5e0a71308ce40f064a66cd94ec2efc3c75a6618f405c0ae168840914f39c8 -SIZE (npm-4.0.3.tar.xz) = 2670980 +TIMESTAMP = 1482001629 +SHA256 (npm-4.0.5.tar.xz) = bd23ed016843323c53a981647be01abf049586eff46901fda66b2cc4191cc310 +SIZE (npm-4.0.5.tar.xz) = 2676812 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sun Dec 18 15:21:53 2016 (r428862) +++ head/www/npm/pkg-plist Sun Dec 18 15:21:57 2016 (r428863) @@ -2832,13 +2832,9 @@ lib/node_modules/npm/node_modules/realiz lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-github.js lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-gitlab.js lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-windows.js -lib/node_modules/npm/node_modules/request/.npmignore -lib/node_modules/npm/node_modules/request/.travis.yml lib/node_modules/npm/node_modules/request/CHANGELOG.md -lib/node_modules/npm/node_modules/request/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/LICENSE lib/node_modules/npm/node_modules/request/README.md -lib/node_modules/npm/node_modules/request/codecov.yml lib/node_modules/npm/node_modules/request/index.js lib/node_modules/npm/node_modules/request/lib/auth.js lib/node_modules/npm/node_modules/request/lib/cookies.js @@ -3262,6 +3258,8 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/index.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/CHANGES.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/LICENSE.txt lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js @@ -3346,22 +3344,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json lib/node_modules/npm/node_modules/request/node_modules/mime-types/package.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/LICENSE.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/README.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/README.md -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.sh -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/bin/uuid -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/bower.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/component.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/package.json -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/compare_v1.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.html -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.js -lib/node_modules/npm/node_modules/request/node_modules/node-uuid/uuid.js lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js @@ -3406,6 +3388,22 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json +lib/node_modules/npm/node_modules/request/node_modules/uuid/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/uuid/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/uuid/AUTHORS +lib/node_modules/npm/node_modules/request/node_modules/uuid/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/LICENSE.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/README.md +lib/node_modules/npm/node_modules/request/node_modules/uuid/bin/uuid +lib/node_modules/npm/node_modules/request/node_modules/uuid/index.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/bytesToUuid.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/rng-browser.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/lib/rng.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/package.json +lib/node_modules/npm/node_modules/request/node_modules/uuid/test/mocha.opts +lib/node_modules/npm/node_modules/request/node_modules/uuid/test/test.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/v1.js +lib/node_modules/npm/node_modules/request/node_modules/uuid/v4.js lib/node_modules/npm/node_modules/request/package.json lib/node_modules/npm/node_modules/request/request.js lib/node_modules/npm/node_modules/retry/.npmignore @@ -3693,15 +3691,11 @@ lib/node_modules/npm/test/fixtures/gitig lib/node_modules/npm/test/fixtures/npmignore.tgz lib/node_modules/npm/test/fixtures/onload.js lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz -lib/node_modules/npm/test/network/bearer-token-check.js lib/node_modules/npm/test/network/git-cache-locking.js lib/node_modules/npm/test/network/git-cache-no-hooks.js -lib/node_modules/npm/test/network/it.js lib/node_modules/npm/test/network/legacy-bundled-git.js -lib/node_modules/npm/test/network/legacy-optional-deps.js lib/node_modules/npm/test/network/legacy-shrinkwrap.js lib/node_modules/npm/test/network/legacy-url-dep.js -lib/node_modules/npm/test/network/outdated-symlink.js lib/node_modules/npm/test/network/registry.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-config-setup.js @@ -3726,6 +3720,7 @@ lib/node_modules/npm/test/tap/all-packag lib/node_modules/npm/test/tap/all-package-metadata-update-stream-unit.js lib/node_modules/npm/test/tap/all-package-metadata-write-stream-unit.js lib/node_modules/npm/test/tap/all-package-metadata.js +lib/node_modules/npm/test/tap/bearer-token-check.js lib/node_modules/npm/test/tap/bin.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js @@ -3737,6 +3732,7 @@ lib/node_modules/npm/test/tap/builtin-co lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js lib/node_modules/npm/test/tap/bundled-dependencies.js +lib/node_modules/npm/test/tap/bundled-no-add-to-move.js lib/node_modules/npm/test/tap/bundled-transitive-deps.js lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js lib/node_modules/npm/test/tap/cache-add-unpublished.js @@ -3831,12 +3827,14 @@ lib/node_modules/npm/test/tap/install-wi lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js lib/node_modules/npm/test/tap/invalid-dep-version-filtering.js lib/node_modules/npm/test/tap/is-fs-access-available.js +lib/node_modules/npm/test/tap/it.js lib/node_modules/npm/test/tap/legacy-array-bin.js lib/node_modules/npm/test/tap/legacy-dir-bin.js lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js lib/node_modules/npm/test/tap/legacy-missing-bindir.js lib/node_modules/npm/test/tap/legacy-no-auth-leak.js lib/node_modules/npm/test/tap/legacy-npm-self-install.js +lib/node_modules/npm/test/tap/legacy-optional-deps.js lib/node_modules/npm/test/tap/legacy-platform-all.js lib/node_modules/npm/test/tap/legacy-platform.js lib/node_modules/npm/test/tap/legacy-private.js @@ -3858,6 +3856,7 @@ lib/node_modules/npm/test/tap/ls-product lib/node_modules/npm/test/tap/ls-top-errors.js lib/node_modules/npm/test/tap/ls.js lib/node_modules/npm/test/tap/map-to-registry.js +lib/node_modules/npm/test/tap/move-no-clobber-dest-node-modules.js lib/node_modules/npm/test/tap/nerf-dart.js lib/node_modules/npm/test/tap/nested-extraneous.js lib/node_modules/npm/test/tap/no-global-warns.js @@ -3881,6 +3880,7 @@ lib/node_modules/npm/test/tap/outdated-l lib/node_modules/npm/test/tap/outdated-new-versions.js lib/node_modules/npm/test/tap/outdated-notarget.js lib/node_modules/npm/test/tap/outdated-private.js +lib/node_modules/npm/test/tap/outdated-symlink.js lib/node_modules/npm/test/tap/outdated.js lib/node_modules/npm/test/tap/override-bundled.js lib/node_modules/npm/test/tap/owner.js @@ -3953,6 +3953,7 @@ lib/node_modules/npm/test/tap/uninstall- lib/node_modules/npm/test/tap/uninstall-save.js lib/node_modules/npm/test/tap/unit-child-path.js lib/node_modules/npm/test/tap/unit-deps-childDependencySpecifier.js +lib/node_modules/npm/test/tap/unit-deps-earliestInstallable.js lib/node_modules/npm/test/tap/unit-deps-removeObsoleteDep.js lib/node_modules/npm/test/tap/unit-deps-replaceModule.js lib/node_modules/npm/test/tap/unit-gentlyrm.js From owner-svn-ports-head@freebsd.org Sun Dec 18 15:22:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ACE7C8680C; Sun, 18 Dec 2016 15:22:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E87CB936; Sun, 18 Dec 2016 15:22:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFM8N7031244; Sun, 18 Dec 2016 15:22:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFM7I9031241; Sun, 18 Dec 2016 15:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181522.uBIFM7I9031241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428865 - head/devel/p5-Test2-Suite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:22:09 -0000 Author: sunpoet Date: Sun Dec 18 15:22:07 2016 New Revision: 428865 URL: https://svnweb.freebsd.org/changeset/ports/428865 Log: - Update to 0.000063 Changes: http://search.cpan.org/dist/Test2-Suite/Changes Modified: head/devel/p5-Test2-Suite/Makefile head/devel/p5-Test2-Suite/distinfo head/devel/p5-Test2-Suite/pkg-plist Modified: head/devel/p5-Test2-Suite/Makefile ============================================================================== --- head/devel/p5-Test2-Suite/Makefile Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/Makefile Sun Dec 18 15:22:07 2016 (r428865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000061 +PORTVERSION= 0.000063 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Importer>=0.010:devel/p5-Importer \ +BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer \ p5-Test-Simple>=1.302032:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Test2-Suite/distinfo ============================================================================== --- head/devel/p5-Test2-Suite/distinfo Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/distinfo Sun Dec 18 15:22:07 2016 (r428865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480231524 -SHA256 (Test2-Suite-0.000061.tar.gz) = b2ef2a59c8864c79f6c6a64c65e12c93f881361e4d9eb54419fcb4785c08ea75 -SIZE (Test2-Suite-0.000061.tar.gz) = 140806 +TIMESTAMP = 1482042540 +SHA256 (Test2-Suite-0.000063.tar.gz) = 6688fefeb639f4f61a7a6bf1f56025c4163c6d6eccd404ecbc7030d54f9bd9b9 +SIZE (Test2-Suite-0.000063.tar.gz) = 142516 Modified: head/devel/p5-Test2-Suite/pkg-plist ============================================================================== --- head/devel/p5-Test2-Suite/pkg-plist Sun Dec 18 15:22:02 2016 (r428864) +++ head/devel/p5-Test2-Suite/pkg-plist Sun Dec 18 15:22:07 2016 (r428865) @@ -64,11 +64,14 @@ %%SITE_PERL%%/Test2/Util/Stash.pm %%SITE_PERL%%/Test2/Util/Sub.pm %%SITE_PERL%%/Test2/Util/Table.pm +%%SITE_PERL%%/Test2/Util/Table/Cell.pm %%SITE_PERL%%/Test2/Util/Table/LineBreak.pm +%%SITE_PERL%%/Test2/Util/Term.pm +%%PERL5_MAN3%%/Test2::Bundle.3.gz %%PERL5_MAN3%%/Test2::Bundle::Extended.3.gz %%PERL5_MAN3%%/Test2::Bundle::More.3.gz %%PERL5_MAN3%%/Test2::Bundle::Simple.3.gz -%%PERL5_MAN3%%/Test2::Bundle.3.gz +%%PERL5_MAN3%%/Test2::Compare.3.gz %%PERL5_MAN3%%/Test2::Compare::Array.3.gz %%PERL5_MAN3%%/Test2::Compare::Bag.3.gz %%PERL5_MAN3%%/Test2::Compare::Base.3.gz @@ -92,14 +95,14 @@ %%PERL5_MAN3%%/Test2::Compare::String.3.gz %%PERL5_MAN3%%/Test2::Compare::Undef.3.gz %%PERL5_MAN3%%/Test2::Compare::Wildcard.3.gz -%%PERL5_MAN3%%/Test2::Compare.3.gz %%PERL5_MAN3%%/Test2::Mock.3.gz +%%PERL5_MAN3%%/Test2::Plugin.3.gz %%PERL5_MAN3%%/Test2::Plugin::BailOnFail.3.gz %%PERL5_MAN3%%/Test2::Plugin::DieOnFail.3.gz %%PERL5_MAN3%%/Test2::Plugin::ExitSummary.3.gz %%PERL5_MAN3%%/Test2::Plugin::SRand.3.gz %%PERL5_MAN3%%/Test2::Plugin::UTF8.3.gz -%%PERL5_MAN3%%/Test2::Plugin.3.gz +%%PERL5_MAN3%%/Test2::Require.3.gz %%PERL5_MAN3%%/Test2::Require::AuthorTesting.3.gz %%PERL5_MAN3%%/Test2::Require::EnvVar.3.gz %%PERL5_MAN3%%/Test2::Require::Fork.3.gz @@ -107,9 +110,9 @@ %%PERL5_MAN3%%/Test2::Require::Perl.3.gz %%PERL5_MAN3%%/Test2::Require::RealFork.3.gz %%PERL5_MAN3%%/Test2::Require::Threads.3.gz -%%PERL5_MAN3%%/Test2::Require.3.gz %%PERL5_MAN3%%/Test2::Suite.3.gz %%PERL5_MAN3%%/Test2::Todo.3.gz +%%PERL5_MAN3%%/Test2::Tools.3.gz %%PERL5_MAN3%%/Test2::Tools::Basic.3.gz %%PERL5_MAN3%%/Test2::Tools::Class.3.gz %%PERL5_MAN3%%/Test2::Tools::ClassicCompare.3.gz @@ -125,10 +128,9 @@ %%PERL5_MAN3%%/Test2::Tools::Subtest.3.gz %%PERL5_MAN3%%/Test2::Tools::Target.3.gz %%PERL5_MAN3%%/Test2::Tools::Warnings.3.gz -%%PERL5_MAN3%%/Test2::Tools.3.gz %%PERL5_MAN3%%/Test2::Util::Grabber.3.gz %%PERL5_MAN3%%/Test2::Util::Ref.3.gz %%PERL5_MAN3%%/Test2::Util::Stash.3.gz %%PERL5_MAN3%%/Test2::Util::Sub.3.gz -%%PERL5_MAN3%%/Test2::Util::Table::LineBreak.3.gz %%PERL5_MAN3%%/Test2::Util::Table.3.gz +%%PERL5_MAN3%%/Test2::Util::Table::LineBreak.3.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 15:23:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 442FDC86978; Sun, 18 Dec 2016 15:23:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 135FF10C7; Sun, 18 Dec 2016 15:23:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFNLa6033475; Sun, 18 Dec 2016 15:23:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFNLhf033473; Sun, 18 Dec 2016 15:23:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181523.uBIFNLhf033473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428866 - head/security/rubygem-sshkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:23:22 -0000 Author: sunpoet Date: Sun Dec 18 15:23:20 2016 New Revision: 428866 URL: https://svnweb.freebsd.org/changeset/ports/428866 Log: - Update to 1.11.5 Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md Modified: head/security/rubygem-sshkit/Makefile head/security/rubygem-sshkit/distinfo Modified: head/security/rubygem-sshkit/Makefile ============================================================================== --- head/security/rubygem-sshkit/Makefile Sun Dec 18 15:22:07 2016 (r428865) +++ head/security/rubygem-sshkit/Makefile Sun Dec 18 15:23:20 2016 (r428866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.11.4 +PORTVERSION= 1.11.5 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-sshkit/distinfo ============================================================================== --- head/security/rubygem-sshkit/distinfo Sun Dec 18 15:22:07 2016 (r428865) +++ head/security/rubygem-sshkit/distinfo Sun Dec 18 15:23:20 2016 (r428866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480754931 -SHA256 (rubygem/sshkit-1.11.4.gem) = 15fb0b96854d3c85b2a81fababfc369505519a144d5c396bf60a41961f5cbbeb -SIZE (rubygem/sshkit-1.11.4.gem) = 145408 +TIMESTAMP = 1482004803 +SHA256 (rubygem/sshkit-1.11.5.gem) = 546948e1c33c1fb748455d25967d7dc06d592e59d3408ce04ebbe1950e5430b1 +SIZE (rubygem/sshkit-1.11.5.gem) = 146432 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:23:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC903C869AB; Sun, 18 Dec 2016 15:23:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB2210D9; Sun, 18 Dec 2016 15:23:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFNP8S033594; Sun, 18 Dec 2016 15:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFNPJU033592; Sun, 18 Dec 2016 15:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181523.uBIFNPJU033592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428867 - head/sysutils/rubygem-capistrano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:23:26 -0000 Author: sunpoet Date: Sun Dec 18 15:23:25 2016 New Revision: 428867 URL: https://svnweb.freebsd.org/changeset/ports/428867 Log: - Update to 3.7.1 Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-capistrano/Makefile head/sysutils/rubygem-capistrano/distinfo Modified: head/sysutils/rubygem-capistrano/Makefile ============================================================================== --- head/sysutils/rubygem-capistrano/Makefile Sun Dec 18 15:23:20 2016 (r428866) +++ head/sysutils/rubygem-capistrano/Makefile Sun Dec 18 15:23:25 2016 (r428867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capistrano -PORTVERSION= 3.6.1 +PORTVERSION= 3.7.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-capistrano/distinfo ============================================================================== --- head/sysutils/rubygem-capistrano/distinfo Sun Dec 18 15:23:20 2016 (r428866) +++ head/sysutils/rubygem-capistrano/distinfo Sun Dec 18 15:23:25 2016 (r428867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480762267 -SHA256 (rubygem/capistrano-3.6.1.gem) = b052341ed44a06d03c9043aa2b79d390b691bc4473c8e933c07544f592698e6c -SIZE (rubygem/capistrano-3.6.1.gem) = 68096 +TIMESTAMP = 1482043020 +SHA256 (rubygem/capistrano-3.7.1.gem) = 4dd6429a5a6f6a4a9be8bb0d22cd0932225f2d8900e2232c7c63a49c0bd82bf0 +SIZE (rubygem/capistrano-3.7.1.gem) = 73728 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A10EBC86A5A; Sun, 18 Dec 2016 15:25:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61E7A12E3; Sun, 18 Dec 2016 15:25:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFP4a2033802; Sun, 18 Dec 2016 15:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFP4tS033800; Sun, 18 Dec 2016 15:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFP4tS033800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428868 - in head/biology: . p5-BioPerl p5-bioperl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:05 -0000 Author: sunpoet Date: Sun Dec 18 15:25:04 2016 New Revision: 428868 URL: https://svnweb.freebsd.org/changeset/ports/428868 Log: - Move biology/p5-bioperl to biology/p5-BioPerl - Sort *_DEPENDS - Bump PORTREVISION for dependent ports Added: head/biology/p5-BioPerl/ - copied from r428867, head/biology/p5-bioperl/ Deleted: head/biology/p5-bioperl/ Modified: head/biology/Makefile head/biology/p5-BioPerl/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Dec 18 15:23:25 2016 (r428867) +++ head/biology/Makefile Sun Dec 18 15:25:04 2016 (r428868) @@ -67,7 +67,7 @@ SUBDIR += p5-Bio-NEXUS SUBDIR += p5-Bio-Phylo SUBDIR += p5-Bio-SCF - SUBDIR += p5-bioperl + SUBDIR += p5-BioPerl SUBDIR += p5-bioperl-run SUBDIR += p5-transdecoder SUBDIR += paml Modified: head/biology/p5-BioPerl/Makefile ============================================================================== --- head/biology/p5-bioperl/Makefile Sun Dec 18 15:23:25 2016 (r428867) +++ head/biology/p5-BioPerl/Makefile Sun Dec 18 15:25:04 2016 (r428868) @@ -1,14 +1,13 @@ # Created by: Johann Visagie # $FreeBSD$ -PORTNAME= bioperl +PORTNAME= BioPerl PORTVERSION= 1.6.924 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- -DISTNAME= BioPerl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl modules for bioinformatics @@ -21,8 +20,8 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-Class-AutoClass>=0:devel/p5-Class-AutoClass \ p5-Clone>=0:devel/p5-Clone \ p5-Convert-Binary-C>=0:converters/p5-Convert-Binary-C \ - p5-Data-Stag>=0:devel/p5-Data-Stag \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + p5-Data-Stag>=0:devel/p5-Data-Stag \ p5-Error>=0:lang/p5-Error \ p5-GD>=0:graphics/p5-GD \ p5-GD-SVG>=0:graphics/p5-GD-SVG \ @@ -30,16 +29,16 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-GraphViz>=0:graphics/p5-GraphViz \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-TableExtract>=2:www/p5-HTML-TableExtract \ - p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-IO-String>=0:devel/p5-IO-String \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-Math-Random>=0:math/p5-Math-Random \ p5-PostScript>=0:print/p5-PostScript \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ + p5-SVG>=0:textproc/p5-SVG \ + p5-SVG-Graph>=0:graphics/p5-SVG-Graph \ p5-Set-Scalar>=0:devel/p5-Set-Scalar \ p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ p5-Spreadsheet-ParseExcel>=0:textproc/p5-Spreadsheet-ParseExcel \ - p5-SVG>=0:textproc/p5-SVG \ - p5-SVG-Graph>=0:graphics/p5-SVG-Graph \ p5-Test-Most>=0:devel/p5-Test-Most \ p5-Text-Shellwords>=0:textproc/p5-Text-Shellwords \ p5-Text-Tabs+Wrap>=0:textproc/p5-Text-Tabs+Wrap \ @@ -56,7 +55,6 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m p5-YAML>=0:textproc/p5-YAML \ p5-libwww>=0:www/p5-libwww \ p5-libxml>=0:textproc/p5-libxml - RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E02AC86A97; Sun, 18 Dec 2016 15:25:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3E91329; Sun, 18 Dec 2016 15:25:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFPE08033905; Sun, 18 Dec 2016 15:25:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPEbo033904; Sun, 18 Dec 2016 15:25:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPEbo033904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428869 - head/biology/p5-Bio-ASN1-EntrezGene X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:15 -0000 Author: sunpoet Date: Sun Dec 18 15:25:13 2016 New Revision: 428869 URL: https://svnweb.freebsd.org/changeset/ports/428869 Log: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for biology/p5-bioperl renaming Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sun Dec 18 15:25:04 2016 (r428868) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sun Dec 18 15:25:13 2016 (r428869) @@ -3,6 +3,7 @@ PORTNAME= Bio-ASN1-EntrezGene PORTVERSION= 1.72 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN @@ -11,9 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene -BUILD_DEPENDS= p5-bioperl>=0:biology/p5-bioperl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 993B3C86AC2; Sun, 18 Dec 2016 15:25:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D59A138E; Sun, 18 Dec 2016 15:25:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFPIEd034006; Sun, 18 Dec 2016 15:25:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPIqu034005; Sun, 18 Dec 2016 15:25:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPIqu034005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428870 - head/biology/p5-Bio-Das X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:19 -0000 Author: sunpoet Date: Sun Dec 18 15:25:18 2016 New Revision: 428870 URL: https://svnweb.freebsd.org/changeset/ports/428870 Log: - Add LICENSE - Add NO_ARCH - Sort *_DEPENDS - Bump PORTREVISION for biology/p5-bioperl renaming Modified: head/biology/p5-Bio-Das/Makefile Modified: head/biology/p5-Bio-Das/Makefile ============================================================================== --- head/biology/p5-Bio-Das/Makefile Sun Dec 18 15:25:13 2016 (r428869) +++ head/biology/p5-Bio-Das/Makefile Sun Dec 18 15:25:18 2016 (r428870) @@ -3,7 +3,7 @@ PORTNAME= Bio-Das PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client-side library for Distributed Genome Annotation System -RUN_DEPENDS= p5-HTML-Parser>=3:www/p5-HTML-Parser \ - p5-bioperl>=0:biology/p5-bioperl \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \ + p5-HTML-Parser>=3:www/p5-HTML-Parser \ p5-libwww>=5:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBA15C86AF2; Sun, 18 Dec 2016 15:25:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8385140F; Sun, 18 Dec 2016 15:25:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFPMU6034108; Sun, 18 Dec 2016 15:25:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPMYe034107; Sun, 18 Dec 2016 15:25:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPMYe034107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428871 - head/biology/p5-Bio-Phylo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:24 -0000 Author: sunpoet Date: Sun Dec 18 15:25:22 2016 New Revision: 428871 URL: https://svnweb.freebsd.org/changeset/ports/428871 Log: - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for biology/p5-bioperl renaming Modified: head/biology/p5-Bio-Phylo/Makefile Modified: head/biology/p5-Bio-Phylo/Makefile ============================================================================== --- head/biology/p5-Bio-Phylo/Makefile Sun Dec 18 15:25:18 2016 (r428870) +++ head/biology/p5-Bio-Phylo/Makefile Sun Dec 18 15:25:22 2016 (r428871) @@ -3,6 +3,7 @@ PORTNAME= Bio-Phylo PORTVERSION= 0.58 +PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +13,10 @@ COMMENT= Phylogenetic analysis using Per LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ +BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \ + p5-GD>=0:graphics/p5-GD \ p5-Math-CDF>=0:math/p5-Math-CDF \ p5-Math-Random>=0:math/p5-Math-Random \ p5-PDF-API2>=0:textproc/p5-PDF-API2 \ @@ -22,11 +25,11 @@ BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-XML-XML2JSON>=0:textproc/p5-XML-XML2JSON \ - p5-bioperl>=0:biology/p5-bioperl \ p5-libxml>=0:textproc/p5-libxml RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 978A6C86B3F; Sun, 18 Dec 2016 15:25:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 455EB1634; Sun, 18 Dec 2016 15:25:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFPiMM034256; Sun, 18 Dec 2016 15:25:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPiue034254; Sun, 18 Dec 2016 15:25:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPiue034254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428872 - in head/biology: . p5-BioPerl-Run p5-bioperl-run X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:45 -0000 Author: sunpoet Date: Sun Dec 18 15:25:44 2016 New Revision: 428872 URL: https://svnweb.freebsd.org/changeset/ports/428872 Log: - Move biology/p5-bioperl-run to biology/p5-BioPerl-Run - Sort *_DEPENDS - Add NO_ARCH - Bump PORTREVISION for biology/p5-bioperl renaming Added: head/biology/p5-BioPerl-Run/ - copied from r428871, head/biology/p5-bioperl-run/ Deleted: head/biology/p5-bioperl-run/ Modified: head/biology/Makefile head/biology/p5-BioPerl-Run/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Dec 18 15:25:22 2016 (r428871) +++ head/biology/Makefile Sun Dec 18 15:25:44 2016 (r428872) @@ -68,7 +68,7 @@ SUBDIR += p5-Bio-Phylo SUBDIR += p5-Bio-SCF SUBDIR += p5-BioPerl - SUBDIR += p5-bioperl-run + SUBDIR += p5-BioPerl-Run SUBDIR += p5-transdecoder SUBDIR += paml SUBDIR += phrap Modified: head/biology/p5-BioPerl-Run/Makefile ============================================================================== --- head/biology/p5-bioperl-run/Makefile Sun Dec 18 15:25:22 2016 (r428871) +++ head/biology/p5-BioPerl-Run/Makefile Sun Dec 18 15:25:44 2016 (r428872) @@ -1,9 +1,9 @@ # Created by: Mauricio Herrera Cuadra # $FreeBSD$ -PORTNAME= bioperl-run +PORTNAME= BioPerl-Run PORTVERSION= 1.6.901 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology perl5 PKGNAMEPREFIX= p5- @@ -13,20 +13,22 @@ COMMENT= Wrapper modules for common bioi LICENSE= ART10 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= p5-bioperl>=1.6.0:biology/p5-bioperl \ - p5-IPC-Run>=0:devel/p5-IPC-Run \ - p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ - p5-XML-Twig>=0:textproc/p5-XML-Twig \ +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ + p5-BioPerl>=1.6.0:biology/p5-BioPerl \ + p5-Config-Any>=0:devel/p5-Config-Any \ p5-File-Sort>=0:misc/p5-File-Sort \ - p5-Config-Any>=0:devel/p5-Config-Any + p5-IPC-Run>=0:devel/p5-IPC-Run \ + p5-XML-Twig>=0:textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-bioperl-run-1.[13579]* USE_GITHUB= yes GH_ACCOUNT= bioperl +GH_PROJECT= bioperl-run GH_TAGNAME= 96ccd93 +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= modbuild SHEBANG_FILES= scripts/* From owner-svn-ports-head@freebsd.org Sun Dec 18 15:25:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B344C86B86; Sun, 18 Dec 2016 15:25:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC17416EF; Sun, 18 Dec 2016 15:25:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFPthM034353; Sun, 18 Dec 2016 15:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFPtpr034352; Sun, 18 Dec 2016 15:25:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181525.uBIFPtpr034352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428873 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:25:56 -0000 Author: sunpoet Date: Sun Dec 18 15:25:54 2016 New Revision: 428873 URL: https://svnweb.freebsd.org/changeset/ports/428873 Log: - Move biology/p5-bioperl to biology/p5-BioPerl - Move biology/p5-bioperl-run to biology/p5-BioPerl-Run Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 15:25:44 2016 (r428872) +++ head/MOVED Sun Dec 18 15:25:54 2016 (r428873) @@ -8844,3 +8844,5 @@ net/py-openstackclient|net/py-python-ope www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name www/linux-c6-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream +biology/p5-bioperl|biology/p5-BioPerl|2016-12-18|Rename to match upstream naming +biology/p5-bioperl-run|biology/p5-BioPerl-Run|2016-12-18|Rename to match upstream naming From owner-svn-ports-head@freebsd.org Sun Dec 18 15:26:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88A25C86BFB; Sun, 18 Dec 2016 15:26:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5289F186D; Sun, 18 Dec 2016 15:26:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFQBMH034495; Sun, 18 Dec 2016 15:26:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFQBwl034492; Sun, 18 Dec 2016 15:26:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181526.uBIFQBwl034492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428874 - head/biology/p5-Bio-Graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:26:12 -0000 Author: sunpoet Date: Sun Dec 18 15:26:11 2016 New Revision: 428874 URL: https://svnweb.freebsd.org/changeset/ports/428874 Log: - Update to 2.40 - Update *_DEPENDS for biology/p5-bioperl renaming - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Bio-Graphics/Changes Modified: head/biology/p5-Bio-Graphics/Makefile head/biology/p5-Bio-Graphics/distinfo head/biology/p5-Bio-Graphics/pkg-plist Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Sun Dec 18 15:25:54 2016 (r428873) +++ head/biology/p5-Bio-Graphics/Makefile Sun Dec 18 15:26:11 2016 (r428874) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Bio-Graphics -PORTVERSION= 2.39 +PORTVERSION= 2.40 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,21 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \ + p5-BioPerl>=1.6.0:biology/p5-BioPerl \ p5-GD>=2.30:graphics/p5-GD \ p5-GD-SVG>=0.32:graphics/p5-GD-SVG \ - p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive \ - p5-bioperl>=1.6.0:biology/p5-bioperl + p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -.include +.include + +.if ${PERL_LEVEL} >= 502200 +BUILD_DEPENDS+= p5-CGI>=0:www/p5-CGI +RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI +.endif + +.include Modified: head/biology/p5-Bio-Graphics/distinfo ============================================================================== --- head/biology/p5-Bio-Graphics/distinfo Sun Dec 18 15:25:54 2016 (r428873) +++ head/biology/p5-Bio-Graphics/distinfo Sun Dec 18 15:26:11 2016 (r428874) @@ -1,2 +1,3 @@ -SHA256 (Bio-Graphics-2.39.tar.gz) = 5602e56c469fba8be024d72bff7ec1502392d82ac0fde4d1399e02488d6bfd85 -SIZE (Bio-Graphics-2.39.tar.gz) = 1139511 +TIMESTAMP = 1482004816 +SHA256 (Bio-Graphics-2.40.tar.gz) = 7b20bcd9d87f3786b111ddeff2f60a51ec6712273f43547b73325dba3bebed32 +SIZE (Bio-Graphics-2.40.tar.gz) = 1105973 Modified: head/biology/p5-Bio-Graphics/pkg-plist ============================================================================== --- head/biology/p5-Bio-Graphics/pkg-plist Sun Dec 18 15:25:54 2016 (r428873) +++ head/biology/p5-Bio-Graphics/pkg-plist Sun Dec 18 15:26:11 2016 (r428874) @@ -1,4 +1,6 @@ +bin/bam_coverage_windows.pl bin/contig_draw.pl +bin/coverage_to_topoview.pl bin/feature_draw.pl bin/frend.pl bin/glyph_help.pl @@ -88,6 +90,7 @@ bin/search_overview.pl %%SITE_PERL%%/Bio/Graphics/Glyph/three_letters.pm %%SITE_PERL%%/Bio/Graphics/Glyph/tic_tac_toe.pm %%SITE_PERL%%/Bio/Graphics/Glyph/toomany.pm +%%SITE_PERL%%/Bio/Graphics/Glyph/topoview.pm %%SITE_PERL%%/Bio/Graphics/Glyph/trace.pm %%SITE_PERL%%/Bio/Graphics/Glyph/track.pm %%SITE_PERL%%/Bio/Graphics/Glyph/transcript.pm @@ -112,6 +115,10 @@ bin/search_overview.pl %%SITE_PERL%%/Bio/Graphics/Util.pm %%SITE_PERL%%/Bio/Graphics/Wiggle.pm %%SITE_PERL%%/Bio/Graphics/Wiggle/Loader.pm +%%PERL5_MAN1%%/contig_draw.pl.1.gz +%%PERL5_MAN1%%/feature_draw.pl.1.gz +%%PERL5_MAN1%%/frend.pl.1.gz +%%PERL5_MAN1%%/search_overview.pl.1.gz %%PERL5_MAN3%%/Bio::Graphics.3.gz %%PERL5_MAN3%%/Bio::Graphics::ConfiguratorI.3.gz %%PERL5_MAN3%%/Bio::Graphics::DrawTransmembrane.3.gz @@ -212,7 +219,3 @@ bin/search_overview.pl %%PERL5_MAN3%%/Bio::Graphics::Util.3.gz %%PERL5_MAN3%%/Bio::Graphics::Wiggle.3.gz %%PERL5_MAN3%%/Bio::Graphics::Wiggle::Loader.3.gz -%%PERL5_MAN1%%/contig_draw.pl.1.gz -%%PERL5_MAN1%%/feature_draw.pl.1.gz -%%PERL5_MAN1%%/frend.pl.1.gz -%%PERL5_MAN1%%/search_overview.pl.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 15:44:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81241C871C6; Sun, 18 Dec 2016 15:44:47 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420332B1; Sun, 18 Dec 2016 15:44:47 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFik2I042571; Sun, 18 Dec 2016 15:44:46 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFij5d042566; Sun, 18 Dec 2016 15:44:45 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612181544.uBIFij5d042566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 15:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428875 - in head: . databases databases/py-python-swiftclient databases/py-swift databases/py-swiftclient net/py-python-heatclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:44:47 -0000 Author: novel Date: Sun Dec 18 15:44:45 2016 New Revision: 428875 URL: https://svnweb.freebsd.org/changeset/ports/428875 Log: databases/py-swiftclient: rename to py-python-swiftclient - Rename to py-python-swiftclient to follow naming convention for Python port available on pypi to match pypi name - Update dependencies for databases/py-swift and net/py-python-heatclient and bump PORTREVISION for these ports PR: 215374 Approved by: trociny (maintainer) Added: head/databases/py-python-swiftclient/ - copied from r428874, head/databases/py-swiftclient/ Deleted: head/databases/py-swiftclient/ Modified: head/MOVED head/databases/Makefile head/databases/py-python-swiftclient/Makefile head/databases/py-swift/Makefile head/net/py-python-heatclient/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 15:26:11 2016 (r428874) +++ head/MOVED Sun Dec 18 15:44:45 2016 (r428875) @@ -8846,3 +8846,4 @@ www/linux-c6-flashplugin24|www/linux-fla www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream biology/p5-bioperl|biology/p5-BioPerl|2016-12-18|Rename to match upstream naming biology/p5-bioperl-run|biology/p5-BioPerl-Run|2016-12-18|Rename to match upstream naming +databases/py-swiftclient|databases/py-python-swiftclient|2016-12-18|Rename to match pypi name Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -764,6 +764,7 @@ SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool SUBDIR += py-python-sql + SUBDIR += py-python-swiftclient SUBDIR += py-qt4-sql SUBDIR += py-qt5-sql SUBDIR += py-queries @@ -784,7 +785,6 @@ SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-swift - SUBDIR += py-swiftclient SUBDIR += py-sybase SUBDIR += py-tarantool SUBDIR += py-umemcache Modified: head/databases/py-python-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/py-python-swiftclient/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -1,12 +1,11 @@ # Created by: Mikolaj Golub # $FreeBSD$ -PORTNAME= swiftclient +PORTNAME= python-swiftclient PORTVERSION= 3.2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= trociny@FreeBSD.org COMMENT= Python client library for OpenStack Object Storage (Swift) Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/py-swift/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -3,6 +3,7 @@ PORTNAME= swift PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://launchpadlibrarian.net/196367574/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pas ${PYTHON_PKGNAMEPREFIX}dnspython>=1.10.0:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:net/py-eventlet \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces \ - ${PYTHON_PKGNAMEPREFIX}swiftclient>=0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=0:databases/py-python-swiftclient \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob \ Modified: head/net/py-python-heatclient/Makefile ============================================================================== --- head/net/py-python-heatclient/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/net/py-python-heatclient/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -3,6 +3,7 @@ PORTNAME= python-heatclient PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pb RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}swiftclient>=2.2.0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=2.2.0:databases/py-python-swiftclient \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ From owner-svn-ports-head@freebsd.org Sun Dec 18 15:49:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 396B0C872B9; Sun, 18 Dec 2016 15:49:20 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 209ED817; Sun, 18 Dec 2016 15:49:20 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482076152084970.8942900547199; Sun, 18 Dec 2016 07:49:12 -0800 (PST) Date: Sun, 18 Dec 2016 18:49:12 +0300 From: Alexander Nusov To: "Mathieu Arnold" Cc: "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> In-Reply-To: <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:49:20 -0000 Since there are a lot of XStatic modules let's create a template for them? Comment should not exceed 70 characters and it's clear if the port name con= tains XStatic prefix it's definitely provides "XStatic package" XStatic-Angular-Bootstrap 2.2.0.0 COMMENT: Bootstrap widgets for Angular (angular-bootstrap) The first part contains description from the npmjs.org website: https://www.npmjs.com/package/angular-bootstrap The last part includes the real name of the NPM module (angular-bootstrap) Regarding pkg-message template: XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 javascript libr= ary package for setuptools (easy_install) / pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. You can find more info about the xstatic packaging way in the package XStat= ic. What do you think? -- thanks, alex ---- On Sun, 18 Dec 2016 17:51:03 +0300 Alexander Nusov <alexander.nusov= @nfvexpress.com> wrote ---- Hello, I agree that adding README content will not bring a lot of value but I'm go= ing to make them more meaningful.=20 XStatic-Angular-Bootstrap 2.2.0.0 current COMMENT:=20 Angular-Bootstrap 2.2.0 (XStatic packaging standard) proposed COMMENT: XStatic package for angular-bootstrap 2.2.0 module However I don't understand what do you mean for "Do not include the package= name or version number of software." in this case, You may notice that versioning for xstatic modules is a bit different XStatic-Angular-Cookies 1.2.1.1 module bundles angular-cookies module (from= npmjs.org) version 1.2.1. The last part (.1) is the xstatic thing. What about: XStatic package for AngularJS module for cookies? But in frontend world for one task you may find a dozen of different module= s. angular-cookies angular-cookie ng-cookie ng2-cookie If we drop the javascript (npm) module name in COMMENT it would not be clea= r what npm module the port provides. -- thanks, alex ---- On Sun, 18 Dec 2016 17:26:28 +0300 Mathieu Arnold <mat@FreeBSD.org&= gt; wrote ---- Le 18/12/2016 =C3=A0 14:52, Roman Bogorodskiy a =C3=A9crit :=20 > Mathieu Arnold wrote:=20 >=20 >> Le 18/12/2016 =C3=A0 12:36, Roman Bogorodskiy a =C3=A9crit :=20 >>> +COMMENT=3D Xstatic-angular-bootstrap=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-Bootstrap/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-Bootstrap/pkg-descr Sun D= ec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +XStatic-Angular-Bootstrap=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap=20 >>> +COMMENT=3D Angular-fileupload 12.0.4 (xstatic packaging st= andard)=20 >>>=20 >>> Added: head/devel/py-XStatic-Angular-FileUpload/pkg-descr=20 >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=20 >>> --- /dev/null 00:00:00 1970 (empty, because file is newl= y added)=20 >>> +++ head/devel/py-XStatic-Angular-FileUpload/pkg-descr Sun = Dec 18 11:36:26 2016 (r428845)=20 >>> @@ -0,0 +1,3 @@=20 >>> +Angular-FileUpload 12.0.4 (XStatic packaging standard)=20 >>> +=20 >>> +WWW: http://pypi.python.org/pypi/XStatic-Angular-FileUpload= =20 >> ...=20 >>=20 >> I understand those were mechanically created, but all the COMMENT[= 1] and=20 >> pkg-descr[2] files fall very short of our requirements.=20 >>=20 >> 1:=20 >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-com= ment.html=20 >>=20 >> 2: https://www.freebsd.org/doc/en/books/porters-handbook/porting-d= esc.html=20 > This is generally an information obtained from the corresponding Pytho= n=20 > packages. E.g. for XStatic-Angular-FileUpload we only have:=20 Let me quote one of the rules for COMMENT:=20 2) Do not include the package name or version number of software.=20 The fact that python does not enforce rules on their packages does not=20 mean we do not.=20 > We probably can add README contents to pkg-descr (I'm not sure it brin= gs=20 > a lot of value though, it looks likes it's more or less common for the= se=20 > packages with only package name changed), but I'm not sure how can we= =20 > improve COMMENT.=20 Please read the handbook links I gave you. COMMENT is a short, one line,=20 description of the software. pkg-descr is a longer description, it=20 should tell me what does, what it is, why it is usefull.=20 Especially, I should not have to go to the web site to understand those=20 things.=20 --=20 Mathieu Arnold=20 From owner-svn-ports-head@freebsd.org Sun Dec 18 15:53:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4527FC876A9; Sun, 18 Dec 2016 15:53:24 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB360E61; Sun, 18 Dec 2016 15:53:23 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id a20so14364447wme.2; Sun, 18 Dec 2016 07:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=uEGCD8vce3/9xNqDYpE81J0mieIkeM2cJCP4Hm/ZROs=; b=GrCVOca2RvD+yl2UblnRjEux0v9v+E6S9bTz6AwhvFzgodXxkdKldCetp+F6P1le4O otDP2KwSv85wKl5G3wZZd35tAqOn18syImuMX+EwiFajnDwzShGChFpsqnhJgTQUhV6S 73y5Ucj5lBSJPGU3RMAP8JKaY0O3Ke124BYESEx0IiXPVRY0A30PO1id84d8hPudqENG i9TLm2emF8+bBfKvKcjuxjAxAI8VdGVBq58FA9zXzo5imVCZydpeSdMiyTiYzWZOhG6w J5+Z3gOG8uiOmqNir4CmQlAamwfIgQmDtaS6gobfdxJ1AMN5iM2nToiQtnMwZ8AgT5fu lDwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=uEGCD8vce3/9xNqDYpE81J0mieIkeM2cJCP4Hm/ZROs=; b=abu0rTrHU9OPCu6YnjK14do9Ei2x2IdcPzRXsE2MSRL+t5JDEf/kTsfg1wNUL1OxM3 LYmLRHC1bqwuLknVSjlegPmyiMd2PobSdJqwqGFtItbwaqtHBFUeF1pCnyZ3NFmrcca0 aiQVDI+0hQyNM77ftiUjnEoaWt33HTZeAfoGfYcqYWYOHHN0oaqXVE9o62jBc/7pgQ7l 1t2eHpc9lf20gTvcYHuzJEVcDneuwraAa6OW4L1WJw7Gz0NQzrAGMn0Qz2Maf2FZlori 1wIrpVOuyhPxRRBJTqin1yltjyO6Xr+WLhOeS1y4fRtlzQKL5hLm/ASonfSyEKMfhiIP qvig== X-Gm-Message-State: AIkVDXJbmrTbym/dxsU+IED4/sbOMthNQcz7GNFoIrmdtvlKgWg5H5CT2oCl7JyGO/E/LA== X-Received: by 10.28.6.203 with SMTP id 194mr9699440wmg.16.1482076401256; Sun, 18 Dec 2016 07:53:21 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id v3sm16538929wjp.13.2016.12.18.07.53.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Dec 2016 07:53:20 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: "Jason E. Hale" Cc: "svn-ports-head\@freebsd.org" , "svn-ports-all\@freebsd.org" , ports-committers Subject: Re: svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files References: <201612161531.uBGFVOI4055900@repo.freebsd.org> <8660miveyx.fsf@FreeBSD.org> <864m224cq1.fsf@FreeBSD.org> Date: Sun, 18 Dec 2016 16:52:49 +0100 In-Reply-To: (Jason E. Hale's message of "Sun, 18 Dec 2016 08:51:11 -0500") Message-ID: <8637hli69a.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:53:24 -0000 "Jason E. Hale" writes: > On Sat, Dec 17, 2016 at 1:44 PM, Raphael Kubo da Costa > wrote: > >> >> Ah, this is only broken on non-standard configurations (I build with >> WITHOUT_GNU_GREP_COMPAT=yes), which means the grep call above will fail >> because the | won't be recognized as a special character. I'll see if I >> can send a patch upstream. > > FYI, for the time being, I've patched the configure script to use > extended regex which should fix the problem. (r428848) Thanks; I also sent the same change upstream earlier today: https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032351.html From owner-svn-ports-head@freebsd.org Sun Dec 18 16:01:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D0AC87A97; Sun, 18 Dec 2016 16:01:18 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8DA71932; Sun, 18 Dec 2016 16:01:17 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id fdc2a121 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 18 Dec 2016 09:01:15 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... From: Adam Weinberger X-Priority: Medium In-Reply-To: <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> Date: Sun, 18 Dec 2016 09:01:13 -0700 Cc: Mathieu Arnold , Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> To: Alexander Nusov X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:01:18 -0000 > On 18 Dec, 2016, at 8:49, Alexander Nusov = wrote: >=20 > Since there are a lot of XStatic modules let's create a template for = them? >=20 > Comment should not exceed 70 characters and it's clear if the port = name contains XStatic prefix it's definitely provides "XStatic package" >=20 > XStatic-Angular-Bootstrap 2.2.0.0 >=20 > COMMENT: Bootstrap widgets for Angular (angular-bootstrap) That is a great COMMENT. > Regarding pkg-message template: > XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 javascript = library > package for setuptools (easy_install) / pip. >=20 > This package is intended to be used by any project that needs these = files. > It intentionally does not provide any extra code except some metadata > nor has any extra requirements. > You can find more info about the xstatic packaging way in the package = XStatic. >=20 > What do you think? pkg-message is only for when end-users need specific instructions after = they install something. There's nothing in that pkg-message that = end-users need to know. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:05:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8AFEC87D6F; Sun, 18 Dec 2016 16:05:21 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D17BE104; Sun, 18 Dec 2016 16:05:21 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482077100946541.2839796529614; Sun, 18 Dec 2016 08:05:00 -0800 (PST) Date: Sun, 18 Dec 2016 19:05:00 +0300 From: Alexander Nusov To: "Adam Weinberger" Cc: "Mathieu Arnold" , "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <15912addb87.d3e7301b12199.7643632171113684369@nfvexpress.com> In-Reply-To: <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:05:22 -0000 > Regarding pkg-message template: > XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 javascript library > package for setuptools (easy_install) / pip. > > This package is intended to be used by any project that needs these files. > It intentionally does not provide any extra code except some metadata > nor has any extra requirements. > You can find more info about the xstatic packaging way in the package XStatic. > > What do you think? pkg-message is only for when end-users need specific instructions after they install something. There's nothing in that pkg-message that end-users need to know. I meant pkg-descr of course :) -- thanks, alex ---- On Sun, 18 Dec 2016 19:01:13 +0300 Adam Weinberger <adamw@adamw.org> wrote ---- > On 18 Dec, 2016, at 8:49, Alexander Nusov <alexander.nusov@nfvexpress.com> wrote: > > Since there are a lot of XStatic modules let's create a template for them? > > Comment should not exceed 70 characters and it's clear if the port name contains XStatic prefix it's definitely provides "XStatic package" > > XStatic-Angular-Bootstrap 2.2.0.0 > > COMMENT: Bootstrap widgets for Angular (angular-bootstrap) That is a great COMMENT. > Regarding pkg-message template: > XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 javascript library > package for setuptools (easy_install) / pip. > > This package is intended to be used by any project that needs these files. > It intentionally does not provide any extra code except some metadata > nor has any extra requirements. > You can find more info about the xstatic packaging way in the package XStatic. > > What do you think? pkg-message is only for when end-users need specific instructions after they install something. There's nothing in that pkg-message that end-users need to know. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:08:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA7EC87E38; Sun, 18 Dec 2016 16:08:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CD536AB; Sun, 18 Dec 2016 16:08:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIG8G1V051192; Sun, 18 Dec 2016 16:08:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIG8Emn051174; Sun, 18 Dec 2016 16:08:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612181608.uBIG8Emn051174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 18 Dec 2016 16:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428876 - in head/devel/gdb: . files files/kgdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:08:17 -0000 Author: tijl Date: Sun Dec 18 16:08:14 2016 New Revision: 428876 URL: https://svnweb.freebsd.org/changeset/ports/428876 Log: Update to 7.12. PR: 214927 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Added: head/devel/gdb/files/patch-fixes (contents, props changed) head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h (contents, props changed) head/devel/gdb/files/patch-gdb-x86bsd-nat.c (contents, props changed) head/devel/gdb/files/patch-nowarning (contents, props changed) Deleted: head/devel/gdb/files/commit-0064d22 head/devel/gdb/files/commit-21002a6 head/devel/gdb/files/commit-2c5c2a3 head/devel/gdb/files/commit-2faa344 head/devel/gdb/files/commit-3350c5f head/devel/gdb/files/commit-5077bff head/devel/gdb/files/commit-5fa14c6 head/devel/gdb/files/commit-7697fc9 head/devel/gdb/files/commit-82372b2 head/devel/gdb/files/commit-8607ea6 head/devel/gdb/files/commit-a3405d1 head/devel/gdb/files/commit-aa1ed4a head/devel/gdb/files/commit-b00f86d head/devel/gdb/files/commit-bb2a62e head/devel/gdb/files/commit-bc7b765 head/devel/gdb/files/commit-da95a26 head/devel/gdb/files/commit-dbaed38 head/devel/gdb/files/commit-e6cdd38 head/devel/gdb/files/commit-ee95032 Modified: head/devel/gdb/Makefile head/devel/gdb/distinfo head/devel/gdb/files/extrapatch-kgdb head/devel/gdb/files/kgdb/amd64fbsd-kern.c head/devel/gdb/files/kgdb/fbsd-kld.c head/devel/gdb/files/kgdb/fbsd-kthr.c head/devel/gdb/files/kgdb/fbsd-kvm.c head/devel/gdb/files/kgdb/i386fbsd-kern.c head/devel/gdb/files/kgdb/kgdb-main.c head/devel/gdb/files/kgdb/ppcfbsd-kern.c head/devel/gdb/files/kgdb/sparc64fbsd-kern.c head/devel/gdb/files/patch-gdb-configure head/devel/gdb/pkg-plist Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/Makefile Sun Dec 18 16:08:14 2016 (r428876) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 7.11.1 -PORTREVISION= 3 +PORTVERSION= 7.12 CATEGORIES= devel MASTER_SITES= GNU @@ -25,39 +24,22 @@ CONFIGURE_ARGS= --program-suffix=${PORTV --with-gdb-datadir=${PREFIX}/share/gdb${PORTVERSION:S/.//g} \ --with-separate-debug-dir=/usr/lib/debug \ ${ICONV_CONFIGURE_ARG} \ + --with-expat=yes --with-libexpat-prefix=${LOCALBASE}/lib \ --without-libunwind-ia64 CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable EXCLUDE= dejagnu expect sim texinfo intl EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /} -EXTRA_PATCHES= ${FILESDIR}/commit-21002a6 \ - ${FILESDIR}/commit-b00f86d \ - ${FILESDIR}/commit-aa1ed4a \ - ${FILESDIR}/commit-7697fc9 \ - ${FILESDIR}/commit-3350c5f \ - ${FILESDIR}/commit-2faa344 \ - ${FILESDIR}/commit-82372b2 \ - ${FILESDIR}/commit-e6cdd38 \ - ${FILESDIR}/commit-a3405d1 \ - ${FILESDIR}/commit-5077bff \ - ${FILESDIR}/commit-bb2a62e \ - ${FILESDIR}/commit-8607ea6 \ - ${FILESDIR}/commit-2c5c2a3 \ - ${FILESDIR}/commit-ee95032 \ - ${FILESDIR}/commit-bc7b765 \ - ${FILESDIR}/commit-0064d22 \ - ${FILESDIR}/commit-da95a26 \ - ${FILESDIR}/commit-5fa14c6 \ - ${FILESDIR}/commit-dbaed38 +LIB_DEPENDS+= libexpat.so:textproc/expat2 VER= ${PORTVERSION:S/.//g} PLIST_SUB= VER=${VER} ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 armv6 # untested elsewhere, might work -OPTIONS_DEFINE= DEBUG EXPAT GDB_LINK GUILE KGDB PYTHON TUI +OPTIONS_DEFINE= DEBUG GDB_LINK GUILE KGDB PYTHON TUI -OPTIONS_DEFAULT= EXPAT GDB_LINK KGDB PYTHON TUI PORT_READLINE +OPTIONS_DEFAULT= GDB_LINK KGDB PYTHON TUI PORT_READLINE OPTIONS_SINGLE= READLINE OPTIONS_SINGLE_READLINE= BASE_READLINE BUNDLED_READLINE PORT_READLINE @@ -76,8 +58,6 @@ BASE_READLINE_CFLAGS= -D_rl_echoing_p=re BASE_READLINE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-base-readline BUNDLED_READLINE_CONFIGURE_OFF= --with-system-readline DEBUG_CFLAGS= -g -EXPAT_CONFIGURE_WITH= expat -EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 GUILE_CONFIGURE_WITH= guile GUILE_USES= pkgconfig GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 @@ -94,6 +74,11 @@ TUI_CONFIGURE_ENABLE= tui CFLAGS+= -DSIGLIBRT=33 .endif +.if ${OSVERSION} > 1000010 +# The option -Wno-extended-offsetof is supported by clang only +CFLAGS+= -Wno-extended-offsetof +.endif + .if ! ${PORT_OPTIONS:MBUNDLED_READLINE} EXCLUDE+= readline .endif @@ -115,6 +100,8 @@ do-install: ${STAGEDIR}${PREFIX}/bin/gdb${VER} ${INSTALL_MAN} ${WRKSRC}/gdb/doc/gdb.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/gdb${VER}.1 + (cd ${WRKSRC}/gdb/data-directory ; \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-syscalls ) do-install-KGDB-on: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/kgdb \ @@ -123,10 +110,6 @@ do-install-KGDB-on: do-install-TUI-on: ${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdbtui${VER} -do-install-EXPAT-on: - (cd ${WRKSRC}/gdb/data-directory ; \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-syscalls ) - do-install-GDB_LINK-on: ${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdb .if ${PORT_OPTIONS:MKGDB} Modified: head/devel/gdb/distinfo ============================================================================== --- head/devel/gdb/distinfo Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/distinfo Sun Dec 18 16:08:14 2016 (r428876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464770611 -SHA256 (gdb-7.11.1.tar.xz) = e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70 -SIZE (gdb-7.11.1.tar.xz) = 18947760 +TIMESTAMP = 1480413713 +SHA256 (gdb-7.12.tar.xz) = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 +SIZE (gdb-7.12.tar.xz) = 19219556 Modified: head/devel/gdb/files/extrapatch-kgdb ============================================================================== --- head/devel/gdb/files/extrapatch-kgdb Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/extrapatch-kgdb Sun Dec 18 16:08:14 2016 (r428876) @@ -194,22 +194,22 @@ index ccdab18..499944f 100644 GDB_OSABI_NETBSD_ELF, GDB_OSABI_OPENBSD_ELF, diff --git gdb/osabi.c gdb/osabi.c -index 3581eb3..d12656e 100644 +index f7d4e74..130ffef 100644 --- gdb/osabi.c +++ gdb/osabi.c @@ -66,6 +66,7 @@ static const struct osabi_names gdb_osabi_names[] = { "GNU/Linux", "linux(-gnu)?" }, - { "FreeBSD a.out", NULL }, - { "FreeBSD ELF", NULL }, -+ { "FreeBSD ELF kernel", NULL }, - { "NetBSD a.out", NULL }, - { "NetBSD ELF", NULL }, - { "OpenBSD ELF", NULL }, + { "FreeBSD/a.out", NULL }, + { "FreeBSD/ELF", NULL }, ++ { "FreeBSD/kernel", NULL }, + { "NetBSD/a.out", NULL }, + { "NetBSD/ELF", NULL }, + { "OpenBSD/ELF", NULL }, diff --git gdb/regcache.c gdb/regcache.c -index 86e648a..26a0fd5 100644 +index a5c90a6..05044e5 100644 --- gdb/regcache.c +++ gdb/regcache.c -@@ -1065,6 +1065,20 @@ regcache_raw_supply (struct regcache *regcache, int regnum, const void *buf) +@@ -1083,6 +1083,20 @@ regcache_raw_supply (struct regcache *regcache, int regnum, const void *buf) } } @@ -217,11 +217,11 @@ index 86e648a..26a0fd5 100644 +regcache_raw_supply_unsigned (struct regcache *regcache, int regnum, + ULONGEST val) +{ -+ void *buf; ++ gdb_byte *buf; + + gdb_assert (regcache != NULL); + gdb_assert (regnum >=0 && regnum < regcache->descr->nr_raw_registers); -+ buf = alloca (regcache->descr->sizeof_register[regnum]); ++ buf = (gdb_byte *)alloca (regcache->descr->sizeof_register[regnum]); + store_unsigned_integer (buf, regcache->descr->sizeof_register[regnum], + gdbarch_byte_order (regcache->descr->gdbarch), val); + regcache_raw_supply (regcache, regnum, buf); Modified: head/devel/gdb/files/kgdb/amd64fbsd-kern.c ============================================================================== --- head/devel/gdb/files/kgdb/amd64fbsd-kern.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/amd64fbsd-kern.c Sun Dec 18 16:08:14 2016 (r428876) @@ -135,7 +135,7 @@ amd64fbsd_trapframe_cache (struct frame_ int i; if (*this_cache != NULL) - return (*this_cache); + return ((struct trad_frame_cache *)*this_cache); cache = trad_frame_cache_zalloc (this_frame); *this_cache = cache; Modified: head/devel/gdb/files/kgdb/fbsd-kld.c ============================================================================== --- head/devel/gdb/files/kgdb/fbsd-kld.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/fbsd-kld.c Sun Dec 18 16:08:14 2016 (r428876) @@ -69,7 +69,7 @@ static const struct program_space_data * static void kld_pspace_data_cleanup (struct program_space *pspace, void *arg) { - struct kld_info *info = arg; + struct kld_info *info = (struct kld_info *)arg; xfree (info); } @@ -82,7 +82,8 @@ get_kld_info (void) { struct kld_info *info; - info = program_space_data (current_program_space, kld_pspace_data); + info = (struct kld_info *) + program_space_data (current_program_space, kld_pspace_data); if (info != NULL) return info; @@ -437,7 +438,7 @@ kld_special_symbol_handling (void) static struct so_list * kld_current_sos (void) { - struct so_list *head, **prev, *new; + struct so_list *head, **prev, *newobj; struct kld_info *info; CORE_ADDR kld, kernel; char *path; @@ -463,66 +464,65 @@ kld_current_sos (void) if (kld == kernel) continue; - new = xmalloc(sizeof(*new)); - memset(new, 0, sizeof(*new)); + newobj = XCNEW (struct so_list); - new->lm_info = xmalloc(sizeof(*new->lm_info)); - new->lm_info->base_address = 0; + newobj->lm_info = XNEW (struct lm_info); + newobj->lm_info->base_address = 0; /* Read the base filename and store it in so_original_name. */ target_read_string(read_pointer(kld + info->off_filename), - &path, sizeof(new->so_original_name), &error); + &path, sizeof(newobj->so_original_name), &error); if (error != 0) { warning("kld_current_sos: Can't read filename: %s\n", safe_strerror(error)); - free_so(new); + free_so(newobj); continue; } - strlcpy(new->so_original_name, path, - sizeof(new->so_original_name)); + strlcpy(newobj->so_original_name, path, + sizeof(newobj->so_original_name)); xfree(path); /* * Try to read the pathname (if it exists) and store * it in so_name. */ - if (find_kld_path(new->so_original_name, new->so_name, - sizeof(new->so_name))) { + if (find_kld_path(newobj->so_original_name, newobj->so_name, + sizeof(newobj->so_name))) { /* we found the kld */; } else if (info->off_pathname != 0) { target_read_string(read_pointer(kld + info->off_pathname), - &path, sizeof(new->so_name), &error); + &path, sizeof(newobj->so_name), &error); if (error != 0) { warning( "kld_current_sos: Can't read pathname for \"%s\": %s\n", - new->so_original_name, + newobj->so_original_name, safe_strerror(error)); - strlcpy(new->so_name, new->so_original_name, - sizeof(new->so_name)); + strlcpy(newobj->so_name, newobj->so_original_name, + sizeof(newobj->so_name)); } else { - strlcpy(new->so_name, path, - sizeof(new->so_name)); + strlcpy(newobj->so_name, path, + sizeof(newobj->so_name)); xfree(path); } } else - strlcpy(new->so_name, new->so_original_name, - sizeof(new->so_name)); + strlcpy(newobj->so_name, newobj->so_original_name, + sizeof(newobj->so_name)); /* Read this kld's base address. */ - new->lm_info->base_address = read_pointer(kld + + newobj->lm_info->base_address = read_pointer(kld + info->off_address); - if (new->lm_info->base_address == 0) { + if (newobj->lm_info->base_address == 0) { warning( "kld_current_sos: Invalid address for kld \"%s\"", - new->so_original_name); - free_so(new); + newobj->so_original_name); + free_so(newobj); continue; } /* Append to the list. */ - *prev = new; - prev = &new->next; + *prev = newobj; + prev = &newobj->next; } return (head); Modified: head/devel/gdb/files/kgdb/fbsd-kthr.c ============================================================================== --- head/devel/gdb/files/kgdb/fbsd-kthr.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/fbsd-kthr.c Sun Dec 18 16:08:14 2016 (r428876) @@ -130,7 +130,7 @@ kgdb_thr_add_procs(CORE_ADDR paddr, CORE } CATCH(e, RETURN_MASK_ERROR) { break; } END_CATCH - kt = malloc(sizeof(*kt)); + kt = XNEW (struct kthr); kt->next = first; kt->kaddr = tdaddr; if (tid == dumptid) Modified: head/devel/gdb/files/kgdb/fbsd-kvm.c ============================================================================== --- head/devel/gdb/files/kgdb/fbsd-kvm.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/fbsd-kvm.c Sun Dec 18 16:08:14 2016 (r428876) @@ -94,7 +94,8 @@ fbsd_vmcore_set_supply_pcb (struct gdbar void (*supply_pcb) (struct regcache *, CORE_ADDR)) { - struct fbsd_vmcore_ops *ops = gdbarch_data (gdbarch, fbsd_vmcore_data); + struct fbsd_vmcore_ops *ops = (struct fbsd_vmcore_ops *) + gdbarch_data (gdbarch, fbsd_vmcore_data); ops->supply_pcb = supply_pcb; } @@ -106,7 +107,8 @@ void fbsd_vmcore_set_cpu_pcb_addr (struct gdbarch *gdbarch, CORE_ADDR (*cpu_pcb_addr) (u_int)) { - struct fbsd_vmcore_ops *ops = gdbarch_data (gdbarch, fbsd_vmcore_data); + struct fbsd_vmcore_ops *ops = (struct fbsd_vmcore_ops *) + gdbarch_data (gdbarch, fbsd_vmcore_data); ops->cpu_pcb_addr = cpu_pcb_addr; } @@ -198,8 +200,6 @@ fbsd_kernel_osabi_sniffer(bfd *abfd) return (GDB_OSABI_UNKNOWN); } -#define INKERNEL(x) ((x) >= kernstart) - #ifdef HAVE_KVM_OPEN2 static int kgdb_resolve_symbol(const char *name, kvaddr_t *kva) @@ -217,8 +217,8 @@ kgdb_resolve_symbol(const char *name, kv static void kgdb_trgt_open(const char *arg, int from_tty) { - struct fbsd_vmcore_ops *ops = gdbarch_data (target_gdbarch(), - fbsd_vmcore_data); + struct fbsd_vmcore_ops *ops = (struct fbsd_vmcore_ops *) + gdbarch_data (target_gdbarch(), fbsd_vmcore_data); struct inferior *inf; struct cleanup *old_chain; struct thread_info *ti; @@ -421,8 +421,8 @@ static void kgdb_trgt_fetch_registers(struct target_ops *tops, struct regcache *regcache, int regnum) { - struct fbsd_vmcore_ops *ops = gdbarch_data (target_gdbarch(), - fbsd_vmcore_data); + struct fbsd_vmcore_ops *ops = (struct fbsd_vmcore_ops *) + gdbarch_data (target_gdbarch(), fbsd_vmcore_data); struct kthr *kt; if (ops->supply_pcb == NULL) @@ -465,13 +465,21 @@ kgdb_trgt_xfer_partial(struct target_ops } static int -kgdb_trgt_ignore_breakpoints(struct target_ops *ops, struct gdbarch *gdbarch, +kgdb_trgt_insert_breakpoint(struct target_ops *ops, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) { return 0; } +static int +kgdb_trgt_remove_breakpoint(struct target_ops *ops, struct gdbarch *gdbarch, + struct bp_target_info *bp_tgt, enum remove_bp_reason reason) +{ + + return 0; +} + static void kgdb_switch_to_thread(int tid) { @@ -499,7 +507,7 @@ kgdb_set_proc_cmd (char *arg, int from_t addr = parse_and_eval_address (arg); - if (!INKERNEL (addr)) { + if (addr < kernstart) { thr = kgdb_thr_lookup_pid((int)addr); if (thr == NULL) error ("invalid pid"); @@ -522,7 +530,7 @@ kgdb_set_tid_cmd (char *arg, int from_tt addr = (CORE_ADDR) parse_and_eval_address (arg); - if (kvm != NULL && INKERNEL (addr)) { + if (kvm != NULL && addr >= kernstart) { thr = kgdb_thr_lookup_taddr(addr); if (thr == NULL) error("invalid thread address"); @@ -564,8 +572,8 @@ _initialize_kgdb_target(void) kgdb_trgt_ops.to_pid_to_str = kgdb_trgt_pid_to_str; kgdb_trgt_ops.to_thread_alive = kgdb_trgt_thread_alive; kgdb_trgt_ops.to_xfer_partial = kgdb_trgt_xfer_partial; - kgdb_trgt_ops.to_insert_breakpoint = kgdb_trgt_ignore_breakpoints; - kgdb_trgt_ops.to_remove_breakpoint = kgdb_trgt_ignore_breakpoints; + kgdb_trgt_ops.to_insert_breakpoint = kgdb_trgt_insert_breakpoint; + kgdb_trgt_ops.to_remove_breakpoint = kgdb_trgt_remove_breakpoint; add_target(&kgdb_trgt_ops); Modified: head/devel/gdb/files/kgdb/i386fbsd-kern.c ============================================================================== --- head/devel/gdb/files/kgdb/i386fbsd-kern.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/i386fbsd-kern.c Sun Dec 18 16:08:14 2016 (r428876) @@ -60,7 +60,7 @@ static const struct program_space_data * static void i386fbsd_pspace_data_cleanup (struct program_space *pspace, void *arg) { - struct i386fbsd_info *info = arg; + struct i386fbsd_info *info = (struct i386fbsd_info *)arg; xfree (info); } @@ -73,7 +73,8 @@ get_i386fbsd_info (void) { struct i386fbsd_info *info; - info = program_space_data (current_program_space, i386fbsd_pspace_data); + info = (struct i386fbsd_info *) + program_space_data (current_program_space, i386fbsd_pspace_data); if (info != NULL) return info; @@ -188,7 +189,7 @@ i386fbsd_fetch_tss(void) if (addr == 0) return (0); addr += (kt->cpu * NGDT + GPROC0_SEL) * sizeof(sd); - if (target_read_memory(addr, (void *)&sd, sizeof(sd)) != 0) + if (target_read_memory(addr, (gdb_byte *)&sd, sizeof(sd)) != 0) return (0); if (sd.sd_type != SDT_SYS386BSY) { warning ("descriptor is not a busy TSS"); @@ -225,7 +226,7 @@ i386fbsd_dblfault_cache (struct frame_in int i; if (*this_cache != NULL) - return (*this_cache); + return (struct trad_frame_cache *)(*this_cache); cache = trad_frame_cache_zalloc (this_frame); *this_cache = cache; @@ -319,7 +320,7 @@ i386fbsd_trapframe_cache (struct frame_i int i; if (*this_cache != NULL) - return (*this_cache); + return ((struct trad_frame_cache *)*this_cache); info = get_i386fbsd_info(); cache = trad_frame_cache_zalloc (this_frame); Modified: head/devel/gdb/files/kgdb/kgdb-main.c ============================================================================== --- head/devel/gdb/files/kgdb/kgdb-main.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/kgdb-main.c Sun Dec 18 16:08:14 2016 (r428876) @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include @@ -208,7 +207,8 @@ add_arg(struct captured_main_args *args, { args->argc++; - args->argv = reallocf(args->argv, (args->argc + 1) * sizeof(char *)); + args->argv = (char **)reallocf(args->argv, (args->argc + 1) * + sizeof(char *)); if (args->argv == NULL) err(1, "Out of memory building argument list"); args->argv[args->argc] = arg; @@ -248,7 +248,7 @@ main(int argc, char *argv[]) kgdb_quiet = 0; memset (&args, 0, sizeof args); args.interpreter_p = INTERP_CONSOLE; - args.argv = malloc(sizeof(char *)); + args.argv = (char **)xmalloc(sizeof(char *)); args.argv[0] = argv[0]; while ((ch = getopt(argc, argv, "ab:c:d:fn:qr:vw")) != -1) { Modified: head/devel/gdb/files/kgdb/ppcfbsd-kern.c ============================================================================== --- head/devel/gdb/files/kgdb/ppcfbsd-kern.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/ppcfbsd-kern.c Sun Dec 18 16:08:14 2016 (r428876) @@ -118,7 +118,7 @@ ppcfbsd_trapframe_cache (struct frame_in int i, regnum; if (*this_cache) - return *this_cache; + return (struct trad_frame_cache *)*this_cache; cache = trad_frame_cache_zalloc (this_frame); *this_cache = cache; Modified: head/devel/gdb/files/kgdb/sparc64fbsd-kern.c ============================================================================== --- head/devel/gdb/files/kgdb/sparc64fbsd-kern.c Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/kgdb/sparc64fbsd-kern.c Sun Dec 18 16:08:14 2016 (r428876) @@ -91,7 +91,7 @@ sparc64fbsd_trapframe_cache (struct fram int regnum; if (*this_cache) - return *this_cache; + return (struct sparc_frame_cache *)*this_cache; cache = sparc_frame_cache (this_frame, this_cache); gdb_assert (cache == *this_cache); Added: head/devel/gdb/files/patch-fixes ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-fixes Sun Dec 18 16:08:14 2016 (r428876) @@ -0,0 +1,11 @@ +--- gdb/compile/compile-loc2c.c.orig 2016-07-05 12:30:44.811467295 +0200 ++++ gdb/compile/compile-loc2c.c 2016-07-05 12:38:46.432434206 +0200 +@@ -670,7 +670,7 @@ + enum dwarf_location_atom op = (enum dwarf_location_atom) *op_ptr; + uint64_t uoffset, reg; + int64_t offset; +- ++ uoffset = 0; + print_spaces (indent - 2, stream); + if (info[op_ptr - base].label) + { Modified: head/devel/gdb/files/patch-gdb-configure ============================================================================== --- head/devel/gdb/files/patch-gdb-configure Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/files/patch-gdb-configure Sun Dec 18 16:08:14 2016 (r428876) @@ -1,6 +1,18 @@ ---- gdb/configure.orig 2016-03-07 10:33:02.757803766 +0100 -+++ gdb/configure 2016-03-07 10:32:39.480804873 +0100 -@@ -14297,8 +14297,7 @@ +--- gdb/configure.orig 2016-10-07 19:09:21.000000000 +0200 ++++ gdb/configure 2016-10-18 11:11:30.452542000 +0200 +@@ -14256,9 +14256,8 @@ + + # These options work in either C or C++ modes. + build_warnings="-Wall -Wpointer-arith \ +--Wno-unused -Wunused-value -Wunused-function \ +--Wno-switch -Wno-char-subscripts \ +--Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable" ++-Wno-unused -Wno-switch -Wno-char-subscripts \ ++-Wempty-body" + + # Now add in C and C++ specific options, depending on mode. + if test "$enable_build_with_cxx" = "yes"; then +@@ -14266,8 +14265,7 @@ -Wno-narrowing" else build_warnings="$build_warnings -Wpointer-sign -Wmissing-prototypes \ Added: head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h Sun Dec 18 16:08:14 2016 (r428876) @@ -0,0 +1,11 @@ +--- gdb/gnulib/import/stddef.in.h.orig 2016-10-07 23:33:10.529558000 -0700 ++++ gdb/gnulib/import/stddef.in.h 2016-10-07 23:33:23.824676000 -0700 +@@ -82,7 +82,7 @@ + #endif + + /* Some platforms lack max_align_t. */ +-#if !@HAVE_MAX_ALIGN_T@ ++#if 0 + /* On the x86, the maximum storage alignment of double, long, etc. is 4, + but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8, + and the C11 standard allows this. Work around this problem by Added: head/devel/gdb/files/patch-gdb-x86bsd-nat.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-gdb-x86bsd-nat.c Sun Dec 18 16:08:14 2016 (r428876) @@ -0,0 +1,14 @@ +--- gdb/x86bsd-nat.c.orig 2016-10-18 13:27:55.820837000 +0200 ++++ gdb/x86bsd-nat.c 2016-10-18 13:29:02.518927000 +0200 +@@ -82,7 +82,11 @@ + /* For some mysterious reason, some of the reserved bits in the + debug control register get set. Mask these off, otherwise the + ptrace call below will fail. */ ++#ifdef __i386__ ++ DBREG_DRX ((&dbregs), 7) &= ~(0x0000fc00); ++#else + DBREG_DRX ((&dbregs), 7) &= ~(0xffffffff0000fc00); ++#endif + + DBREG_DRX ((&dbregs), regnum) = value; + Added: head/devel/gdb/files/patch-nowarning ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-nowarning Sun Dec 18 16:08:14 2016 (r428876) @@ -0,0 +1,65 @@ +--- gdb/arm-tdep.c.orig 2016-07-08 15:42:17.131392993 +0200 ++++ gdb/arm-tdep.c 2016-07-08 15:44:10.506386463 +0200 +@@ -9880,7 +9880,7 @@ + && !INSN_RECORDED(arm_insn_r)) + { + /* Handle MLA(S) and MUL(S). */ +- if (0 <= insn_op1 && 3 >= insn_op1) ++ if (3 >= insn_op1) + { + record_buf[0] = bits (arm_insn_r->arm_insn, 12, 15); + record_buf[1] = ARM_PS_REGNUM; +--- gdb/cris-tdep.c.orig 2016-07-08 15:45:26.575379589 +0200 ++++ gdb/cris-tdep.c 2016-07-08 15:47:07.849372792 +0200 +@@ -1441,7 +1441,7 @@ + /* Indeterminate/obsolete. */ + return 0; + case cris_ver_v0_3: +- return (version >= 0 && version <= 3); ++ return (version <= 3); + case cris_ver_v3p: + return (version >= 3); + case cris_ver_v8: +@@ -1449,7 +1449,7 @@ + case cris_ver_v8p: + return (version >= 8); + case cris_ver_v0_10: +- return (version >= 0 && version <= 10); ++ return (version <= 10); + case cris_ver_v3_10: + return (version >= 3 && version <= 10); + case cris_ver_v8_10: +--- gdb/main.c.orig 2016-08-03 17:55:42.243017327 +0200 ++++ gdb/main.c 2016-08-03 17:56:04.478015630 +0200 +@@ -226,7 +226,7 @@ + { + /* Append the part of SYSTEM_GDBINIT that follows GDB_DATADIR + to gdb_datadir. */ +- char *tmp_sys_gdbinit = xstrdup (SYSTEM_GDBINIT + datadir_len); ++ char *tmp_sys_gdbinit = xstrdup (&(SYSTEM_GDBINIT[datadir_len])); + char *p; + + for (p = tmp_sys_gdbinit; IS_DIR_SEPARATOR (*p); ++p) +--- gdb/dtrace-probe.c.orig 2016-08-03 17:57:18.454010903 +0200 ++++ gdb/dtrace-probe.c 2016-08-03 17:58:01.001007519 +0200 +@@ -421,7 +421,8 @@ + arg.type_str = xstrdup (p); + + /* Use strtab_size as a sentinel. */ +- while (*p++ != '\0' && p - strtab < strtab_size); ++ while (*p++ != '\0' && p - strtab < strtab_size) ++ ; + + /* Try to parse a type expression from the type string. If + this does not work then we set the type to `long +--- libiberty/stack-limit.c.orig 2016-08-05 14:12:21.942893014 +0200 ++++ libiberty/stack-limit.c 2016-08-05 14:12:58.794890125 +0200 +@@ -51,7 +51,7 @@ + struct rlimit rlim; + if (getrlimit (RLIMIT_STACK, &rlim) == 0 + && rlim.rlim_cur != RLIM_INFINITY +- && rlim.rlim_cur < pref ++ && rlim.rlim_cur < (rlim_t)pref + && (rlim.rlim_max == RLIM_INFINITY || rlim.rlim_cur < rlim.rlim_max)) + { + rlim.rlim_cur = pref; Modified: head/devel/gdb/pkg-plist ============================================================================== --- head/devel/gdb/pkg-plist Sun Dec 18 15:44:45 2016 (r428875) +++ head/devel/gdb/pkg-plist Sun Dec 18 16:08:14 2016 (r428876) @@ -22,6 +22,7 @@ man/man1/gdb%%VER%%.1.gz %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/unwinders.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/command/xmethods.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/__init__.py +%%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/as_string.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/caller_is.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/function/strfns.py %%PYTHON%%%%DATADIR%%%%VER%%/python/gdb/printer/__init__.py @@ -40,18 +41,18 @@ man/man1/gdb%%VER%%.1.gz %%GUILE%%%%DATADIR%%%%VER%%/guile/gdb/support.scm %%GUILE%%%%DATADIR%%%%VER%%/guile/gdb/types.go %%GUILE%%%%DATADIR%%%%VER%%/guile/gdb/types.scm -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/aarch64-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/amd64-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/arm-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/freebsd.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/gdb-syscalls.dtd -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/i386-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/mips-n32-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/mips-n64-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/mips-o32-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/ppc-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/ppc64-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/s390-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/s390x-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/sparc-linux.xml -%%EXPAT%%%%DATADIR%%%%VER%%/syscalls/sparc64-linux.xml +%%DATADIR%%%%VER%%/syscalls/aarch64-linux.xml +%%DATADIR%%%%VER%%/syscalls/amd64-linux.xml +%%DATADIR%%%%VER%%/syscalls/arm-linux.xml +%%DATADIR%%%%VER%%/syscalls/freebsd.xml +%%DATADIR%%%%VER%%/syscalls/gdb-syscalls.dtd +%%DATADIR%%%%VER%%/syscalls/i386-linux.xml +%%DATADIR%%%%VER%%/syscalls/mips-n32-linux.xml +%%DATADIR%%%%VER%%/syscalls/mips-n64-linux.xml +%%DATADIR%%%%VER%%/syscalls/mips-o32-linux.xml +%%DATADIR%%%%VER%%/syscalls/ppc-linux.xml +%%DATADIR%%%%VER%%/syscalls/ppc64-linux.xml +%%DATADIR%%%%VER%%/syscalls/s390-linux.xml +%%DATADIR%%%%VER%%/syscalls/s390x-linux.xml +%%DATADIR%%%%VER%%/syscalls/sparc-linux.xml +%%DATADIR%%%%VER%%/syscalls/sparc64-linux.xml From owner-svn-ports-head@freebsd.org Sun Dec 18 16:12:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E003C8702A; Sun, 18 Dec 2016 16:12:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB46DE20; Sun, 18 Dec 2016 16:12:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 2911484f TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 18 Dec 2016 09:12:20 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... From: Adam Weinberger X-Priority: Medium In-Reply-To: <15912addb87.d3e7301b12199.7643632171113684369@nfvexpress.com> Date: Sun, 18 Dec 2016 09:12:18 -0700 Cc: Mathieu Arnold , Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <74AF7C2C-F458-4CE4-98AA-35A8C1E6FD95@adamw.org> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> <15912addb87.d3e7301b12199.7643632171113684369@nfvexpress.com> To: Alexander Nusov X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:12:22 -0000 > On 18 Dec, 2016, at 9:05, Alexander Nusov = wrote: >=20 >=20 > > Regarding pkg-message template:=20 > > XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 = javascript library=20 > > package for setuptools (easy_install) / pip.=20 > >=20 > > This package is intended to be used by any project that needs these = files.=20 > > It intentionally does not provide any extra code except some = metadata=20 > > nor has any extra requirements.=20 > > You can find more info about the xstatic packaging way in the = package XStatic.=20 > >=20 > > What do you think?=20 >=20 > pkg-message is only for when end-users need specific instructions = after they install something. There's nothing in that pkg-message that = end-users need to know. >=20 > I meant pkg-descr of course :) pkg-descr should describe the package. That template doesn't describe = the package at all. People should be able to read the pkg-descr and = understand what the port provides, and whether it's the one they're = looking for. More is better here! # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:12:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B39EFC87054; Sun, 18 Dec 2016 16:12:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E651E67; Sun, 18 Dec 2016 16:12:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIGCSJK055091; Sun, 18 Dec 2016 16:12:28 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIGCSpe055087; Sun, 18 Dec 2016 16:12:28 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612181612.uBIGCSpe055087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 18 Dec 2016 16:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428877 - in head/net-mgmt/ipv6calc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:12:29 -0000 Author: ehaupt Date: Sun Dec 18 16:12:28 2016 New Revision: 428877 URL: https://svnweb.freebsd.org/changeset/ports/428877 Log: Update to 0.99.1 and pass maintainer-ship to submitter. PR: 215364 Submitted by: dbaio@bsd.com.br Added: head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c (contents, props changed) Modified: head/net-mgmt/ipv6calc/Makefile head/net-mgmt/ipv6calc/distinfo head/net-mgmt/ipv6calc/pkg-plist Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Sun Dec 18 16:08:14 2016 (r428876) +++ head/net-mgmt/ipv6calc/Makefile Sun Dec 18 16:12:28 2016 (r428877) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= ipv6calc -PORTVERSION= 0.96.0 +PORTVERSION= 0.99.1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Convert, change, and calculate with IPv6 addresses LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake perl5 ssl +USES= gmake perl5 ssl GNU_CONFIGURE= yes post-install: Modified: head/net-mgmt/ipv6calc/distinfo ============================================================================== --- head/net-mgmt/ipv6calc/distinfo Sun Dec 18 16:08:14 2016 (r428876) +++ head/net-mgmt/ipv6calc/distinfo Sun Dec 18 16:12:28 2016 (r428877) @@ -1,2 +1,3 @@ -SHA256 (ipv6calc-0.96.0.tar.gz) = 9fc17061cb2876d13af6b765ed0e1b21943cfb8d19bc65431a87b3f69ad7a572 -SIZE (ipv6calc-0.96.0.tar.gz) = 946885 +TIMESTAMP = 1482011313 +SHA256 (ipv6calc-0.99.1.tar.gz) = b0bc5d2f83c928524f82053b40f670589bd0181719046a2e4c267912a2ba1d28 +SIZE (ipv6calc-0.99.1.tar.gz) = 1234188 Added: head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ipv6calc/files/patch-ipv6calc_ipv6calc.c Sun Dec 18 16:12:28 2016 (r428877) @@ -0,0 +1,14 @@ +--- ipv6calc/ipv6calc.c.orig 2015-08-23 09:53:27 UTC ++++ ipv6calc/ipv6calc.c +@@ -1209,9 +1209,9 @@ PIPE_input: + outputtype = FORMAT_ipv4addr; + } else if ( ((inputtype == FORMAT_ipv4addr) || (inputtype == FORMAT_ipv4hex) || (inputtype == FORMAT_ipv4revhex)) && (action == ACTION_undefined || action == ACTION_anonymize) ) { + outputtype = FORMAT_ipv4addr; +- } else if ( (inputtype == FORMAT_mac) ) { ++ } else if ( inputtype == FORMAT_mac ) { + outputtype = FORMAT_mac; +- } else if ( (inputtype == FORMAT_eui64) ) { ++ } else if ( inputtype == FORMAT_eui64 ) { + outputtype = FORMAT_eui64; + } else if ( (inputtype == FORMAT_bitstring) || (inputtype == FORMAT_base85) ) { + outputtype = FORMAT_ipv6addr; Modified: head/net-mgmt/ipv6calc/pkg-plist ============================================================================== --- head/net-mgmt/ipv6calc/pkg-plist Sun Dec 18 16:08:14 2016 (r428876) +++ head/net-mgmt/ipv6calc/pkg-plist Sun Dec 18 16:12:28 2016 (r428877) @@ -6,3 +6,12 @@ man/man8/ipv6calc.8.gz man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz man/man8/ipv6logstats.8.gz +share/ipv6calc/tools/DBIP-generate-db.pl +share/ipv6calc/tools/DBIP-update.sh +share/ipv6calc/tools/GeoIP-update.sh +share/ipv6calc/tools/IP2Location-update.sh +share/ipv6calc/tools/ipv6calc-create-registry-list-ipv4.pl +share/ipv6calc/tools/ipv6calc-create-registry-list-ipv6.pl +share/ipv6calc/tools/ipv6calc-db-update.sh +share/ipv6calc/tools/ipv6calc-registries-check-run-create.sh +share/ipv6calc/tools/ipv6calc-update-registries.sh From owner-svn-ports-head@freebsd.org Sun Dec 18 16:29:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1FD8C873F3; Sun, 18 Dec 2016 16:29:19 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B60075C; Sun, 18 Dec 2016 16:29:19 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482078553050729.7209866931092; Sun, 18 Dec 2016 08:29:13 -0800 (PST) Date: Sun, 18 Dec 2016 19:29:13 +0300 From: Alexander Nusov To: "Adam Weinberger" Cc: "Mathieu Arnold" , "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <15912c403d2.ed7991bc12280.60909733157835347@nfvexpress.com> In-Reply-To: <74AF7C2C-F458-4CE4-98AA-35A8C1E6FD95@adamw.org> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> <15912addb87.d3e7301b12199.7643632171113684369@nfvexpress.com> <74AF7C2C-F458-4CE4-98AA-35A8C1E6FD95@adamw.org> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:29:19 -0000 Oh, essay writing has always been a great struggle for me but I will try again: This port is the static file package for angular-bootstrap JavaScript library version 2.2.0 that provides a Bootstrap widgets for Angular. It uses the XStatic packaging standard, aimed to bring an ability to install javascript libraries via python's easy_install or pip utility. WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap -- thanks, alex ---- On Sun, 18 Dec 2016 19:12:18 +0300 Adam Weinberger <adamw@adamw.org> wrote ---- > On 18 Dec, 2016, at 9:05, Alexander Nusov <alexander.nusov@nfvexpress.com> wrote: > > > > Regarding pkg-message template: > > XStatic-Angular-Bootstrap provides angular-bootstrap v2.2.0 javascript library > > package for setuptools (easy_install) / pip. > > > > This package is intended to be used by any project that needs these files. > > It intentionally does not provide any extra code except some metadata > > nor has any extra requirements. > > You can find more info about the xstatic packaging way in the package XStatic. > > > > What do you think? > > pkg-message is only for when end-users need specific instructions after they install something. There's nothing in that pkg-message that end-users need to know. > > I meant pkg-descr of course :) pkg-descr should describe the package. That template doesn't describe the package at all. People should be able to read the pkg-descr and understand what the port provides, and whether it's the one they're looking for. More is better here! # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:34:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0319BC8754C; Sun, 18 Dec 2016 16:34:46 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69BD0FE7; Sun, 18 Dec 2016 16:34:45 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 2aca0245 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 18 Dec 2016 09:34:44 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... From: Adam Weinberger X-Priority: Medium In-Reply-To: <15912c403d2.ed7991bc12280.60909733157835347@nfvexpress.com> Date: Sun, 18 Dec 2016 09:34:41 -0700 Cc: Mathieu Arnold , Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159129f6103.11e3d7e4b12138.7373832289039130411@nfvexpress.com> <8C4D6322-92A6-47A5-8C2D-235A722FE9AA@adamw.org> <15912addb87.d3e7301b12199.7643632171113684369@nfvexpress.com> <74AF7C2C-F458-4CE4-98AA-35A8C1E6FD95@adamw.org> <15912c403d2.ed7991bc12280.60909733157835347@nfvexpress.com> To: Alexander Nusov X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:34:46 -0000 > On 18 Dec, 2016, at 9:29, Alexander Nusov = wrote: >=20 > Oh, essay writing has always been a great struggle for me but I will = try again: >=20 >=20 > This port is the static file package for angular-bootstrap JavaScript = library version 2.2.0 that=20 > provides a Bootstrap widgets for Angular. >=20 > It uses the XStatic packaging standard, aimed to bring an ability to = install javascript libraries via > python's easy_install or pip utility. >=20 > WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap Please stop top-posting, Alex. That pkg-descr text is much better! Take the version number out (the = descr generally shouldn't need to change), and add in just a little more = detail. If I were an end-user, I'd want to know: Is it just hooks for = Bootstrap, or does it install the actual Bootstrap framework itself? = Which Bootstrap version does it target (2, 3, or 4)? # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:42:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09E45C877FE; Sun, 18 Dec 2016 16:42:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD7BC1D3D; Sun, 18 Dec 2016 16:42:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIGgS7a067010; Sun, 18 Dec 2016 16:42:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIGgShh067009; Sun, 18 Dec 2016 16:42:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181642.uBIGgShh067009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 16:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428878 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:42:29 -0000 Author: sunpoet Date: Sun Dec 18 16:42:27 2016 New Revision: 428878 URL: https://svnweb.freebsd.org/changeset/ports/428878 Log: - Merge post-configure: PR: 215382 Reported by: Anton Sayetsky Modified: head/www/nghttp2/Makefile Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Dec 18 16:12:28 2016 (r428877) +++ head/www/nghttp2/Makefile Sun Dec 18 16:42:27 2016 (r428878) @@ -65,13 +65,6 @@ SPDY_LIB_DEPENDS= libspdylay.so:www/spdy CPPFLAGS+= -D_GLIBCXX_USE_C99 .endif -# Disable thread_local support for hosts without __cxa_thread_atexit() -# See PR/192320 for details -.if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) -post-configure: - @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h -.endif - .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif @@ -85,6 +78,11 @@ post-configure: @${MKDIR} ${WRKSRC}/lib/.libs/ @${CP} ${LOCALBASE}/lib/libnghttp2.so* ${WRKSRC}/lib/.libs/ @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a +# Disable thread_local support for hosts without __cxa_thread_atexit() +# See PR/192320 for details +.if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) + @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h +.endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ From owner-svn-ports-head@freebsd.org Sun Dec 18 16:49:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83FCFC87957; Sun, 18 Dec 2016 16:49:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53A7C914; Sun, 18 Dec 2016 16:49:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIGnMev067357; Sun, 18 Dec 2016 16:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIGnM0L067356; Sun, 18 Dec 2016 16:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181649.uBIGnM0L067356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 16:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428879 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:49:23 -0000 Author: sunpoet Date: Sun Dec 18 16:49:22 2016 New Revision: 428879 URL: https://svnweb.freebsd.org/changeset/ports/428879 Log: - Document ths change of www/nghttp2 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Dec 18 16:42:27 2016 (r428878) +++ head/UPDATING Sun Dec 18 16:49:22 2016 (r428879) @@ -5,6 +5,14 @@ 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. +20161218: + AFFECTS: users of www/nghttp2 + AUTHOR: sunpoet@FreeBSD.org + + nghttp2 has been split into 2 ports: www/libnghttp2 for core library and + www/nghttp2 for the rest. Please uninstall nghttp2 before you update + this port. + 20161216: AFFECTS: mail/thunderbird, www/seamonkey AUTHOR: gecko@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Dec 18 16:56:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B85AC87B3D; Sun, 18 Dec 2016 16:56:20 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6DCC1519; Sun, 18 Dec 2016 16:56:19 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIGuIVd071342; Sun, 18 Dec 2016 16:56:18 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIGuIth071339; Sun, 18 Dec 2016 16:56:18 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201612181656.uBIGuIth071339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 18 Dec 2016 16:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428880 - in head/www/nginx-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:56:20 -0000 Author: osa Date: Sun Dec 18 16:56:18 2016 New Revision: 428880 URL: https://svnweb.freebsd.org/changeset/ports/428880 Log: Upgrade from 1.11.6 to 1.11.7. Upgrade njs module from 8c01042 to f8c642a. *) Change: now in case of a client certificate verification error the $ssl_client_verify variable contains a string with the failure reason, for example, "FAILED:certificate has expired". *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start, $ssl_client_v_end, and $ssl_client_v_remain variables. *) Feature: the "volatile" parameter of the "map" directive. *) Bugfix: dependencies specified for a module were ignored while building dynamic modules. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted; the bug had appeared in 1.11.0. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.11.3. *) Bugfix: in the ngx_http_mp4_module. Thanks to Congcong Hu. *) Bugfix: in the ngx_http_perl_module. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-fastdfs-src-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Dec 18 16:49:22 2016 (r428879) +++ head/www/nginx-devel/Makefile Sun Dec 18 16:56:18 2016 (r428880) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.11.6 -PORTREVISION= 3 +PORTVERSION= 1.11.7 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -1063,7 +1062,7 @@ CONFIGURE_ARGS+=--with-http_v2_module .if ${PORT_OPTIONS:MNJS} GH_ACCOUNT+= nginx:njs GH_PROJECT+= njs:njs -GH_TAGNAME+= 8c01042:njs +GH_TAGNAME+= f8c642a:njs .if !empty(PORT_OPTIONS:MDSO) CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx .else Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Dec 18 16:49:22 2016 (r428879) +++ head/www/nginx-devel/distinfo Sun Dec 18 16:56:18 2016 (r428880) @@ -1,8 +1,6 @@ -TIMESTAMP = 1479432033 -SHA256 (nginx-1.11.6.tar.gz) = 3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd -SIZE (nginx-1.11.6.tar.gz) = 960331 -SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 -SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 +TIMESTAMP = 1482079559 +SHA256 (nginx-1.11.7.tar.gz) = 0d55beb52b2126a3e6c7ae40f092986afb89d77b8062ca0974512b8c76d9300e +SIZE (nginx-1.11.7.tar.gz) = 962302 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -127,8 +125,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 -SHA256 (nginx-njs-8c01042_GH0.tar.gz) = f35e9ed1a90d4afc552b1dca32006cb81c2210f27da5c016d518b64ff4c77df6 -SIZE (nginx-njs-8c01042_GH0.tar.gz) = 184967 +SHA256 (nginx-njs-f8c642a_GH0.tar.gz) = 96fdff8b26273efd9ad45326ce732c2fc285b2700e346c4841310790d91654a7 +SIZE (nginx-njs-f8c642a_GH0.tar.gz) = 183975 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776 Modified: head/www/nginx-devel/files/extra-patch-fastdfs-src-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-fastdfs-src-config Sun Dec 18 16:49:22 2016 (r428879) +++ head/www/nginx-devel/files/extra-patch-fastdfs-src-config Sun Dec 18 16:56:18 2016 (r428880) @@ -1,5 +1,5 @@ ---- ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config.orig 2016-10-12 16:09:34.075804000 +0200 -+++ ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config 2016-10-12 16:10:43.916280000 +0200 +--- ../fastdfs-nginx-module-5a8110f/src/config.orig 2016-10-12 16:09:34.075804000 +0200 ++++ ../fastdfs-nginx-module-5a8110f/src/config 2016-10-12 16:10:43.916280000 +0200 @@ -3,16 +3,16 @@ if test -n "${ngx_module_link}"; then ngx_module_type=HTTP From owner-svn-ports-head@freebsd.org Sun Dec 18 16:57:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 077B5C87BBF; Sun, 18 Dec 2016 16:57:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB60817AE; Sun, 18 Dec 2016 16:57:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIGvqUn071502; Sun, 18 Dec 2016 16:57:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIGvpBw071500; Sun, 18 Dec 2016 16:57:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612181657.uBIGvpBw071500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 18 Dec 2016 16:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428881 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 16:57:53 -0000 Author: pi Date: Sun Dec 18 16:57:51 2016 New Revision: 428881 URL: https://svnweb.freebsd.org/changeset/ports/428881 Log: databases/cego: update 2.32.0 -> 2.32.1 - Fixes for CegoBTreeManager::deleteBTree ( changed int type to PageIdType for page vars ) and CegoBTreeManager::insertBTree ( propValue was not setup correctly for root node propagation in some cases, which might lead to corrupt btree structure ) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Dec 18 16:56:18 2016 (r428880) +++ head/databases/cego/Makefile Sun Dec 18 16:57:51 2016 (r428881) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.0 +PORTVERSION= 2.32.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Dec 18 16:56:18 2016 (r428880) +++ head/databases/cego/distinfo Sun Dec 18 16:57:51 2016 (r428881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481910060 -SHA256 (cego-2.32.0.tar.gz) = 7135da4c0da2828aa0fc889cbddec6c06aa79c7ed7463a7833121fce2ac4feb5 -SIZE (cego-2.32.0.tar.gz) = 1439113 +TIMESTAMP = 1482079236 +SHA256 (cego-2.32.1.tar.gz) = efe4de38058acbb3797ef31adc765b6ea349c90bcc72037d80c86bfc5f1b096f +SIZE (cego-2.32.1.tar.gz) = 1436279 From owner-svn-ports-head@freebsd.org Sun Dec 18 17:09:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BFD2C87437; Sun, 18 Dec 2016 17:09:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76E89D92; Sun, 18 Dec 2016 17:09:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIH9iEv075803; Sun, 18 Dec 2016 17:09:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIH9ica075798; Sun, 18 Dec 2016 17:09:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612181709.uBIH9ica075798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 18 Dec 2016 17:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428882 - in head/net/ntpa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 17:09:45 -0000 Author: pi Date: Sun Dec 18 17:09:44 2016 New Revision: 428882 URL: https://svnweb.freebsd.org/changeset/ports/428882 Log: net/ntpa: update 0.7.6 -> 0.7.10 - Lookup on known time servers - Log management with newsyslog - Fixed bug in configuration reload - Fixed bug in URIs with mono 2.6 - Fixed bug in database schema - Trim dist package PR: 215352 Submitted by: Carsten Larsen (maintainer) Added: head/net/ntpa/pkg-deinstall (contents, props changed) head/net/ntpa/pkg-install (contents, props changed) Modified: head/net/ntpa/Makefile head/net/ntpa/distinfo head/net/ntpa/files/ntpa.in Modified: head/net/ntpa/Makefile ============================================================================== --- head/net/ntpa/Makefile Sun Dec 18 16:57:51 2016 (r428881) +++ head/net/ntpa/Makefile Sun Dec 18 17:09:44 2016 (r428882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntpa -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.10 CATEGORIES= net MASTER_SITES= http://dist.innolan.net/ Modified: head/net/ntpa/distinfo ============================================================================== --- head/net/ntpa/distinfo Sun Dec 18 16:57:51 2016 (r428881) +++ head/net/ntpa/distinfo Sun Dec 18 17:09:44 2016 (r428882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481372685 -SHA256 (ntpa-0.7.6.tar.gz) = 0c24c2640dc78edf8bdcb405df02f81835e6938eb5c4ca2780106091d057bfb5 -SIZE (ntpa-0.7.6.tar.gz) = 3245250 +TIMESTAMP = 1481972002 +SHA256 (ntpa-0.7.10.tar.gz) = 43784b81a98dcbf685fc9ea9b85864a4c06b74bcb148deb6ff67304020821867 +SIZE (ntpa-0.7.10.tar.gz) = 2565305 Modified: head/net/ntpa/files/ntpa.in ============================================================================== --- head/net/ntpa/files/ntpa.in Sun Dec 18 16:57:51 2016 (r428881) +++ head/net/ntpa/files/ntpa.in Sun Dec 18 17:09:44 2016 (r428882) @@ -93,7 +93,7 @@ ntpa_reload() _run_rc_notrunning return 1 else - echo "Reloading ${name}." + echo "Reloading ${name} configuration." rc_pid=`cat ${pidfile}` kill -USR1 $rc_pid fi Added: head/net/ntpa/pkg-deinstall ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/pkg-deinstall Sun Dec 18 17:09:44 2016 (r428882) @@ -0,0 +1,32 @@ +#! /bin/sh + +delnewsyslog() { + tmp="/etc/#ntpa$$" + sed -e '/^\/var\/log\/ntpa\/ntpa.log /d' /etc/newsyslog.conf >${tmp} + cat ${tmp} > /etc/newsyslog.conf + rm ${tmp} +} + +newsyslog() { + ENTRY=`grep /var/log/ntpa/ntpa.log /etc/newsyslog.conf` + DEFAULT='/var/log/ntpa/ntpa.log root:ntpa 660 10 * @T00 C /var/run/ntpa/ntpa.pid SIGUSR2' + if [ -z "$ENTRY" ]; then + exit 0 + elif [ "$ENTRY" = "$DEFAULT" ]; then + delnewsyslog + else + echo "You have changed the default ntpa entry in \"/etc/newsyslog.conf\"". + echo "If you deinstall ntpa permanently, you have to manually remove it" + fi +} + + +case $2 in + DEINSTALL) + if [ -z "${PACKAGE_BUILDING}" ]; then + newsyslog + fi + ;; + POST-DEINSTALL) + ;; +esac Added: head/net/ntpa/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/pkg-install Sun Dec 18 17:09:44 2016 (r428882) @@ -0,0 +1,21 @@ +#! /bin/sh + +newsyslog() { + if grep -q /var/log/ntpa/ntpa.log /etc/newsyslog.conf; then + : + else + cat >> /etc/newsyslog.conf < Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4561FC87F1C; Sun, 18 Dec 2016 17:28:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07B6A1C5E; Sun, 18 Dec 2016 17:28:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIHS9qu084680; Sun, 18 Dec 2016 17:28:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIHS8Yi084669; Sun, 18 Dec 2016 17:28:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612181728.uBIHS8Yi084669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 18 Dec 2016 17:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428883 - in head: . dns dns/dq dns/dq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 17:28:10 -0000 Author: pi Date: Sun Dec 18 17:28:08 2016 New Revision: 428883 URL: https://svnweb.freebsd.org/changeset/ports/428883 Log: New port: dns/dq Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve WWW: https://mojzis.com/software/dq/ PR: 215073 Submitted by: Piotr Kubaj Added: head/dns/dq/ head/dns/dq/Makefile (contents, props changed) head/dns/dq/distinfo (contents, props changed) head/dns/dq/files/ head/dns/dq/files/patch-dq_dqcache-start.c (contents, props changed) head/dns/dq/files/patch-dq_strtoip.c (contents, props changed) head/dns/dq/files/root-servers-list (contents, props changed) head/dns/dq/pkg-descr (contents, props changed) head/dns/dq/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/dns/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sun Dec 18 17:09:44 2016 (r428882) +++ head/GIDs Sun Dec 18 17:28:08 2016 (r428883) @@ -138,7 +138,7 @@ cups:*:193: saned:*:194: radns:*:195: nova:*:196: -# free: 197 +dq:*:197: # free: 198 mcserver:*:199: sympa:*:200: Modified: head/UIDs ============================================================================== --- head/UIDs Sun Dec 18 17:09:44 2016 (r428882) +++ head/UIDs Sun Dec 18 17:28:08 2016 (r428883) @@ -143,7 +143,7 @@ cups:*:193:193::0:0:Cups Owner:/nonexist saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh radns:*:195:195::0:0:radns user:/nonexistent:/usr/sbin/nologin nova:*:196:196::0:0:Nova daemon pseudo-user:/var/lib/nova:/usr/sbin/nologin -# free: 197 +dq:*:197:197::0:0:dqcache user:/nonexistent:/usr/sbin/nologin # free: 198 mcserver:*:199:199::0:0:Minecraft Server:/nonexistent:/bin/sh sympa:*:200:200::0:0:Sympa Owner:/nonexistent:/usr/sbin/nologin Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sun Dec 18 17:09:44 2016 (r428882) +++ head/dns/Makefile Sun Dec 18 17:28:08 2016 (r428883) @@ -57,6 +57,7 @@ SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc + SUBDIR += dq SUBDIR += dualserver SUBDIR += erlang-idna SUBDIR += ez-ipupdate Added: head/dns/dq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/Makefile Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,43 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= dq +PORTVERSION= 20161128 +CATEGORIES= dns + +MAINTAINER= pkubaj@anongoth.pl +COMMENT= Recursive DNS/DNSCurve server + +LICENSE= PD + +RUN_DEPENDS= envuidgid:sysutils/daemontools + +OPTIONS_DEFINE= DOCS + +USE_GITHUB= yes +GH_ACCOUNT= janmojzis + +USERS= dq +GROUPS= dq + +do-build: + ${MAKE_CMD} -C ${WRKSRC} compile + ${STRIP_CMD} ${WRKSRC}/build/bin/* + +do-install: + cd ${WRKSRC}/build/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC}/build/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/ + ${MKDIR} ${STAGEDIR}${ETCDIR}cache/env ${STAGEDIR}${ETCDIR}cache/root/servers + ${ECHO} 10000000 > ${STAGEDIR}${ETCDIR}cache/env/CACHESIZE + ${ECHO} 127.0.0.1 > ${STAGEDIR}${ETCDIR}cache/env/IP + ${ECHO} "${ETCDIR}cache/root" > ${STAGEDIR}${ETCDIR}cache/env/ROOT + ${ECHO} envuidgid ${USERS} envdir ${ETCDIR}cache/env ${GROUPS} > ${STAGEDIR}${ETCDIR}cache/run + ${CP} files/root-servers-list ${STAGEDIR}${ETCDIR}cache/root/servers/@ + ${INSTALL_LIB} ${WRKSRC}/build/lib/libtinynacl.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: + ${GZIP_CMD} ${WRKSRC}/build/man/* + ${INSTALL_MAN} ${WRKSRC}/build/man/dq*.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/build/man/dq*.8.gz ${STAGEDIR}${MANPREFIX}/man/man8 + +.include Added: head/dns/dq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/distinfo Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481131976 +SHA256 (janmojzis-dq-20161128_GH0.tar.gz) = de4e6892ec83feb5cea3518289d8a28018377c435561f905de3edb338a03ca73 +SIZE (janmojzis-dq-20161128_GH0.tar.gz) = 143373 Added: head/dns/dq/files/patch-dq_dqcache-start.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/files/patch-dq_dqcache-start.c Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,14 @@ +--- dq/dqcache-start.c.orig 2016-12-07 17:33:44 UTC ++++ dq/dqcache-start.c +@@ -1,7 +1,11 @@ + #include + #include + #include ++/* ++workaround for *BSD + #include ++*/ ++extern int setenv(const char *, const char *, int); + #include "numtostr.h" + #include "strtonum.h" + #include "e.h" Added: head/dns/dq/files/patch-dq_strtoip.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/files/patch-dq_strtoip.c Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,10 @@ +--- dq/strtoip.c.orig 2016-11-27 15:38:55 UTC ++++ dq/strtoip.c +@@ -7,6 +7,7 @@ Public domain. + #include + #include "byte.h" + #include "strtoip.h" ++#include + + /* taken from nacl-20110221, from curvecp/curvecpserver.c (public-domain) */ + int strtoip4(unsigned char *ip, const char *x) { Added: head/dns/dq/files/root-servers-list ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/files/root-servers-list Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,24 @@ +198.41.0.4 +2001:503:ba3e::2:30 +192.228.79.201 +2001:500:84::b +192.33.4.12 +2001:500:2::c +199.7.91.13 +2001:500:2d::d +192.203.230.10 +192.5.5.241 +2001:500:2f::f +192.112.36.4 +198.97.190.53 +2001:500:1::53 +192.36.148.17 +2001:7fe::53 +192.58.128.30 +2001:503:c27::2:30 +193.0.14.129 +2001:7fd::1 +199.7.83.42 +2001:500:9f::42 +202.12.27.33 +2001:dc3::35 Added: head/dns/dq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/pkg-descr Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,3 @@ +Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve + +WWW: https://mojzis.com/software/dq/ Added: head/dns/dq/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dq/pkg-plist Sun Dec 18 17:28:08 2016 (r428883) @@ -0,0 +1,46 @@ +bin/dq +bin/dqcache +bin/dqcache-makekey +bin/dqcache-start +%%ETCDIR%%cache/env/CACHESIZE +%%ETCDIR%%cache/env/IP +%%ETCDIR%%cache/env/ROOT +%%ETCDIR%%cache/root/servers/@ +%%ETCDIR%%cache/run +include/cleanup.h +include/crypto.h +include/crypto_auth_siphash24.h +include/crypto_box_curve25519xsalsa20poly1305.h +include/crypto_core_hsalsa20.h +include/crypto_int16.h +include/crypto_int32.h +include/crypto_int64.h +include/crypto_int8.h +include/crypto_onetimeauth_poly1305.h +include/crypto_scalarmult_curve25519.h +include/crypto_secretbox_xsalsa20poly1305.h +include/crypto_stream_salsa20.h +include/crypto_stream_xsalsa20.h +include/crypto_uint16.h +include/crypto_uint32.h +include/crypto_uint64.h +include/crypto_uint8.h +include/crypto_verify_16.h +include/crypto_verify_32.h +include/crypto_verify_8.h +include/direntry.h +include/hasasmvolatilememory.h +include/hasipv6.h +include/order.h +include/randombytes.h +include/uint32_pack.h +include/uint32_pack_big.h +include/uint32_unpack.h +include/uint32_unpack_big.h +include/uint64_pack.h +include/uint64_unpack.h +lib/libtinynacl.a +%%PORTDOCS%%man/man1/dq.1.gz +%%PORTDOCS%%man/man1/dqcache-makekey.1.gz +%%PORTDOCS%%man/man1/dqcache-start.1.gz +%%PORTDOCS%%man/man8/dqcache.8.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 17:41:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C77A3C85554; Sun, 18 Dec 2016 17:41:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 970841438; Sun, 18 Dec 2016 17:41:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIHfHFI090173; Sun, 18 Dec 2016 17:41:17 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIHfHhH090171; Sun, 18 Dec 2016 17:41:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201612181741.uBIHfHhH090171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 18 Dec 2016 17:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428884 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 17:41:18 -0000 Author: riggs Date: Sun Dec 18 17:41:17 2016 New Revision: 428884 URL: https://svnweb.freebsd.org/changeset/ports/428884 Log: Update to upstream release 9.6.0 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun Dec 18 17:28:08 2016 (r428883) +++ head/multimedia/mkvtoolnix/Makefile Sun Dec 18 17:41:17 2016 (r428884) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.5.0 -PORTREVISION= 1 +PORTVERSION= 9.6.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sun Dec 18 17:28:08 2016 (r428883) +++ head/multimedia/mkvtoolnix/distinfo Sun Dec 18 17:41:17 2016 (r428884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476695846 -SHA256 (mkvtoolnix-9.5.0.tar.xz) = dde9969c43ad04d03ded73934e52388d978d5947fc5d5528d1eb4dc722dc86c0 -SIZE (mkvtoolnix-9.5.0.tar.xz) = 3785316 +TIMESTAMP = 1482066715 +SHA256 (mkvtoolnix-9.6.0.tar.xz) = ebab8dcc59533d248b127d375286eb47880a222ef68ff7a10e1c87d49dbd86bb +SIZE (mkvtoolnix-9.6.0.tar.xz) = 3810216 From owner-svn-ports-head@freebsd.org Sun Dec 18 18:19:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21A84C84916; Sun, 18 Dec 2016 18:19:35 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E599914DE; Sun, 18 Dec 2016 18:19:34 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIIJYHO006556; Sun, 18 Dec 2016 18:19:34 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIIJYG4006554; Sun, 18 Dec 2016 18:19:34 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201612181819.uBIIJYG4006554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sun, 18 Dec 2016 18:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428885 - head/net-mgmt/mk-livestatus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 18:19:35 -0000 Author: lme Date: Sun Dec 18 18:19:33 2016 New Revision: 428885 URL: https://svnweb.freebsd.org/changeset/ports/428885 Log: net-mgmt/mk-livestatus: Update to 1.2.8p15 Modified: head/net-mgmt/mk-livestatus/Makefile head/net-mgmt/mk-livestatus/distinfo Modified: head/net-mgmt/mk-livestatus/Makefile ============================================================================== --- head/net-mgmt/mk-livestatus/Makefile Sun Dec 18 17:41:17 2016 (r428884) +++ head/net-mgmt/mk-livestatus/Makefile Sun Dec 18 18:19:33 2016 (r428885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mk-livestatus -PORTVERSION= 1.2.8p13 +PORTVERSION= 1.2.8p15 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ \ LOCAL/ohauer Modified: head/net-mgmt/mk-livestatus/distinfo ============================================================================== --- head/net-mgmt/mk-livestatus/distinfo Sun Dec 18 17:41:17 2016 (r428884) +++ head/net-mgmt/mk-livestatus/distinfo Sun Dec 18 18:19:33 2016 (r428885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477002191 -SHA256 (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 8a6b5847f0d92b1233041e84ae7788cef70cbb86c3f98ba1104c0212b8bc0bf5 -SIZE (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 453562 +TIMESTAMP = 1482084669 +SHA256 (check_mk/mk-livestatus-1.2.8p15.tar.gz) = bae809db5d55aadc9b5bf62e53baaaec7c4209b2105979e60e8575dc7f53187a +SIZE (check_mk/mk-livestatus-1.2.8p15.tar.gz) = 453541 From owner-svn-ports-head@freebsd.org Sun Dec 18 18:52:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CBC6C87483; Sun, 18 Dec 2016 18:52:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E073ABFD; Sun, 18 Dec 2016 18:52:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIIqWks022288; Sun, 18 Dec 2016 18:52:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIIqVYX022286; Sun, 18 Dec 2016 18:52:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612181852.uBIIqVYX022286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 18 Dec 2016 18:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428886 - in head/devel: amd64-gcc powerpc64-gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 18:52:33 -0000 Author: bapt Date: Sun Dec 18 18:52:31 2016 New Revision: 428886 URL: https://svnweb.freebsd.org/changeset/ports/428886 Log: Make amd64-gcc respect the 'unknown' second component of the triplets as other cross toolchain gcc ports Modified: head/devel/amd64-gcc/Makefile head/devel/powerpc64-gcc/Makefile Modified: head/devel/amd64-gcc/Makefile ============================================================================== --- head/devel/amd64-gcc/Makefile Sun Dec 18 18:19:33 2016 (r428885) +++ head/devel/amd64-gcc/Makefile Sun Dec 18 18:52:31 2016 (r428886) @@ -4,7 +4,7 @@ PKGNAMEPREFIX= amd64- PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../powerpc64-gcc -GCC_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} +GCC_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL} BU_PREFIX= x86_64-${OPSYS:tl} FREEBSD_EXTENSION= yes Modified: head/devel/powerpc64-gcc/Makefile ============================================================================== --- head/devel/powerpc64-gcc/Makefile Sun Dec 18 18:19:33 2016 (r428885) +++ head/devel/powerpc64-gcc/Makefile Sun Dec 18 18:52:31 2016 (r428886) @@ -2,6 +2,7 @@ PORTNAME= gcc PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMEPREFIX?= powerpc64- From owner-svn-ports-head@freebsd.org Sun Dec 18 18:52:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD52DC874DA; Sun, 18 Dec 2016 18:52:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70F1ECBE; Sun, 18 Dec 2016 18:52:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F21E5BDCB6; Sun, 18 Dec 2016 19:52:52 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id CBFEBBDCA4; Sun, 18 Dec 2016 19:52:52 +0100 (CET) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... To: Alexander Nusov References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> Cc: Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 18 Dec 2016 19:52:51 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Gsugib7KJjj1itWxwC5HdkEVcbe1si4Qk" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 18:52:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Gsugib7KJjj1itWxwC5HdkEVcbe1si4Qk Content-Type: multipart/mixed; boundary="LD3v1LeVU4gIbuxKvbBxk2qHkosQLAnW2"; protected-headers="v1" From: Mathieu Arnold To: Alexander Nusov Cc: Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> In-Reply-To: <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> --LD3v1LeVU4gIbuxKvbBxk2qHkosQLAnW2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 18/12/2016 =C3=A0 15:51, Alexander Nusov a =C3=A9crit : > Hello, > I agree that adding README content will not bring a lot of value but > I'm going to make them more meaningful. I only quoted the first two of the commit, but all the ports in that commit have the same problem, they all need to be patched to have meaningful COMMENT and pkg-descr. --=20 Mathieu Arnold --LD3v1LeVU4gIbuxKvbBxk2qHkosQLAnW2-- --Gsugib7KJjj1itWxwC5HdkEVcbe1si4Qk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYVtsEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IM/YP/0P4Nop+iiRYFSja1Qokf8Mi PgnIJfAqzjbLahIdOzuYAwkXA8aW5XhHh14F83BbGDGzUBQlw/ZVUoZZIIxgxSsV yPDR8/TNobaKQkKqZDS+tM7Zayw90LM3f85lWqY1+nyl3+VqcE2HsKu/2ph7k3Db 6cS+G86s8C2bQkyWLFKMBi1/34n4IoPggqxc4KtMuyjiXNJLaWh8xJagr5joazKR HgyU9W/VCLjjsu1nRK8g9zlQIuBjkQR2pMf/26CC6Ndq9iy/gxffCCYReBXjOFSV 8fepxyZOpza6paodV0Swfm7r78KoaO40S7GdBW8m0QMs7w6NrTtDgLX6tIN6+iRz huKPpBLHYudm7P/ORNk4W2+Dawq3GkCsj+Y7hlnlS/Y/cJ4UodoBz2IT/pocEhtG Zu7CLlkxX80QbZgxLZwQHykGRMnP4OefgWknGzuSvaCbjIql9B/BW6MegE6H2AGT 2Fst0u1CVXO/3HbBWBC6RtkZB6BA552ObbfJY0EVDTodtFD5zuiGRtYjJB1/wJcx xo06EMGpWMwopjbCeGtkB5P7OhWODRIhaF0PkNJhVLQ2UBmRi5/EbtnikkdCbzBW DNZFW96cdheetoi9sY5EbzZzmkT4Cnuu9MV2tr0N7mj1Zk9wNW+Cy3Uu92UMAaLt D/hJoCuIqZCCFnu9tSMd =W+2h -----END PGP SIGNATURE----- --Gsugib7KJjj1itWxwC5HdkEVcbe1si4Qk-- From owner-svn-ports-head@freebsd.org Sun Dec 18 18:59:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29D6DC87636; Sun, 18 Dec 2016 18:59:01 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CCBE1653; Sun, 18 Dec 2016 18:59:01 +0000 (UTC) (envelope-from alexander.nusov@nfvexpress.com) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1482087534331629.7078961641542; Sun, 18 Dec 2016 10:58:54 -0800 (PST) Date: Sun, 18 Dec 2016 21:58:54 +0300 From: Alexander Nusov To: "Mathieu Arnold" Cc: "Roman Bogorodskiy" , "Roman Bogorodskiy" , "" , "" , "" Message-Id: <159134d0eea.d9902e1512877.1834804278458286473@nfvexpress.com> In-Reply-To: References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... MIME-Version: 1.0 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 18:59:01 -0000 Before I start updating all XStatic ports, please review a proposed templat= e for the COMMENT and pkg-descr COMMENT: Bootstrap widgets for Angular (angular-bootstrap) | | npm description actual module name pkg-descr: This port is the static file package for angular-bootstrap JavaScript libra= ry that=20 provides a Bootstrap widgets for Angular. It uses the XStatic packaging standard, aimed to bring an ability to instal= l javascript libraries via python's easy_install or pip utility. WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap -- thanks, alex ---- On Sun, 18 Dec 2016 21:52:51 +0300 Mathieu Arnold <mat@FreeBSD.org&= gt; wrote ---- Le 18/12/2016 =C3=A0 15:51, Alexander Nusov a =C3=A9crit :=20 > Hello,=20 > I agree that adding README content will not bring a lot of value but= =20 > I'm going to make them more meaningful.=20 =20 I only quoted the first two of the commit, but all the ports in that=20 commit have the same problem, they all need to be patched to have=20 meaningful COMMENT and pkg-descr.=20 =20 =20 --=20 Mathieu Arnold=20 =20 =20 From owner-svn-ports-head@freebsd.org Sun Dec 18 19:49:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94127C86635; Sun, 18 Dec 2016 19:49:24 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EB256AD; Sun, 18 Dec 2016 19:49:24 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIJnNhl042806; Sun, 18 Dec 2016 19:49:23 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIJnNpX042803; Sun, 18 Dec 2016 19:49:23 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201612181949.uBIJnNpX042803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sun, 18 Dec 2016 19:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428887 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 19:49:24 -0000 Author: lme Date: Sun Dec 18 19:49:23 2016 New Revision: 428887 URL: https://svnweb.freebsd.org/changeset/ports/428887 Log: archivers/dpkg: Update to 1.18.16 Modified: head/archivers/dpkg/Makefile head/archivers/dpkg/distinfo head/archivers/dpkg/pkg-plist Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Sun Dec 18 18:52:31 2016 (r428886) +++ head/archivers/dpkg/Makefile Sun Dec 18 19:49:23 2016 (r428887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dpkg -PORTVERSION= 1.18.15 +PORTVERSION= 1.18.16 CATEGORIES= archivers sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= dpkg_${PORTVERSION} Modified: head/archivers/dpkg/distinfo ============================================================================== --- head/archivers/dpkg/distinfo Sun Dec 18 18:52:31 2016 (r428886) +++ head/archivers/dpkg/distinfo Sun Dec 18 19:49:23 2016 (r428887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479450245 -SHA256 (dpkg_1.18.15.tar.xz) = aee936653b9c39403160c0a331ee7934563fbfa4e1f5adbc14a289c803cda371 -SIZE (dpkg_1.18.15.tar.xz) = 4494820 +TIMESTAMP = 1482089967 +SHA256 (dpkg_1.18.16.tar.xz) = 4b147ccf8753e02e2bb598263b4a0ec51418d3c30da08776bad32059a7741388 +SIZE (dpkg_1.18.16.tar.xz) = 4498872 Modified: head/archivers/dpkg/pkg-plist ============================================================================== --- head/archivers/dpkg/pkg-plist Sun Dec 18 18:52:31 2016 (r428886) +++ head/archivers/dpkg/pkg-plist Sun Dec 18 19:49:23 2016 (r428887) @@ -218,7 +218,6 @@ libexec/pkgconfig/libdpkg.pc %%NLS%%man/es/man1/dpkg-distaddfile.1.gz %%NLS%%man/es/man1/dpkg-divert.1.gz %%NLS%%man/es/man1/dpkg-gencontrol.1.gz -%%NLS%%man/es/man1/dpkg-gensymbols.1.gz %%NLS%%man/es/man1/dpkg-mergechangelogs.1.gz %%NLS%%man/es/man1/dpkg-name.1.gz %%NLS%%man/es/man1/dpkg-scansources.1.gz @@ -273,7 +272,6 @@ libexec/pkgconfig/libdpkg.pc %%NLS%%man/ja/man1/dpkg-distaddfile.1.gz %%NLS%%man/ja/man1/dpkg-divert.1.gz %%NLS%%man/ja/man1/dpkg-gencontrol.1.gz -%%NLS%%man/ja/man1/dpkg-gensymbols.1.gz %%NLS%%man/ja/man1/dpkg-mergechangelogs.1.gz %%NLS%%man/ja/man1/dpkg-name.1.gz %%NLS%%man/ja/man1/dpkg-scansources.1.gz @@ -388,6 +386,7 @@ man/man8/start-stop-daemon.8.gz %%NLS%%man/nl/man1/dpkg-deb.1.gz %%NLS%%man/nl/man1/dpkg-distaddfile.1.gz %%NLS%%man/nl/man1/dpkg-divert.1.gz +%%NLS%%man/nl/man1/dpkg-genbuildinfo.1.gz %%NLS%%man/nl/man1/dpkg-genchanges.1.gz %%NLS%%man/nl/man1/dpkg-gencontrol.1.gz %%NLS%%man/nl/man1/dpkg-gensymbols.1.gz @@ -407,6 +406,7 @@ man/man8/start-stop-daemon.8.gz %%NLS%%man/nl/man1/dpkg.1.gz %%NLS%%man/nl/man1/dselect.1.gz %%NLS%%man/nl/man1/update-alternatives.1.gz +%%NLS%%man/nl/man5/deb-buildinfo.5.gz %%NLS%%man/nl/man5/deb-changelog.5.gz %%NLS%%man/nl/man5/deb-changes.5.gz %%NLS%%man/nl/man5/deb-conffiles.5.gz @@ -415,9 +415,14 @@ man/man8/start-stop-daemon.8.gz %%NLS%%man/nl/man5/deb-old.5.gz %%NLS%%man/nl/man5/deb-origin.5.gz %%NLS%%man/nl/man5/deb-override.5.gz +%%NLS%%man/nl/man5/deb-postinst.5.gz +%%NLS%%man/nl/man5/deb-postrm.5.gz +%%NLS%%man/nl/man5/deb-preinst.5.gz +%%NLS%%man/nl/man5/deb-prerm.5.gz %%NLS%%man/nl/man5/deb-shlibs.5.gz %%NLS%%man/nl/man5/deb-split.5.gz %%NLS%%man/nl/man5/deb-src-control.5.gz +%%NLS%%man/nl/man5/deb-src-files.5.gz %%NLS%%man/nl/man5/deb-substvars.5.gz %%NLS%%man/nl/man5/deb-symbols.5.gz %%NLS%%man/nl/man5/deb-triggers.5.gz @@ -431,7 +436,6 @@ man/man8/start-stop-daemon.8.gz %%NLS%%man/pl/man1/dpkg-distaddfile.1.gz %%NLS%%man/pl/man1/dpkg-divert.1.gz %%NLS%%man/pl/man1/dpkg-gencontrol.1.gz -%%NLS%%man/pl/man1/dpkg-gensymbols.1.gz %%NLS%%man/pl/man1/dpkg-mergechangelogs.1.gz %%NLS%%man/pl/man1/dpkg-name.1.gz %%NLS%%man/pl/man1/dpkg-scansources.1.gz From owner-svn-ports-head@freebsd.org Sun Dec 18 21:43:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B790FC87E9F; Sun, 18 Dec 2016 21:43:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8748B1FE0; Sun, 18 Dec 2016 21:43:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBILhO1t090540; Sun, 18 Dec 2016 21:43:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBILhOp4090539; Sun, 18 Dec 2016 21:43:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612182143.uBILhOp4090539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 18 Dec 2016 21:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428888 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 21:43:25 -0000 Author: bapt Date: Sun Dec 18 21:43:24 2016 New Revision: 428888 URL: https://svnweb.freebsd.org/changeset/ports/428888 Log: Use dp_DISTINFO_FILE instead of DISTINFO_FILE Modified: head/Mk/Scripts/checksum.sh Modified: head/Mk/Scripts/checksum.sh ============================================================================== --- head/Mk/Scripts/checksum.sh Sun Dec 18 19:49:23 2016 (r428887) +++ head/Mk/Scripts/checksum.sh Sun Dec 18 21:43:24 2016 (r428888) @@ -88,6 +88,6 @@ if [ -f "${dp_DISTINFO_FILE}" ]; then exit 1 fi elif [ -n "${@}" ]; then - ${dp_ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})." + ${dp_ECHO_MSG} "=> No checksum file (${dp_DISTINFO_FILE})." exit 1 fi From owner-svn-ports-head@freebsd.org Sun Dec 18 22:06:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65363C87295; Sun, 18 Dec 2016 22:06:55 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19453284; Sun, 18 Dec 2016 22:06:55 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIM6sJK099299; Sun, 18 Dec 2016 22:06:54 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIM6otu099263; Sun, 18 Dec 2016 22:06:50 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201612182206.uBIM6otu099263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 18 Dec 2016 22:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428889 - in head: . Mk astro/xglobe astro/xglobe/files audio/mixxx cad/klayout databases/akonadi deskutils/recoll devel/ace devel/qconf devel/qt4-qmlviewer devel/qt5-core devel/subcomm... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 22:06:55 -0000 Author: tcberner Date: Sun Dec 18 22:06:50 2016 New Revision: 428889 URL: https://svnweb.freebsd.org/changeset/ports/428889 Log: Get rid of QT_PREFIX in favour of PREFIX. QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Modified: head/CHANGES head/Mk/bsd.qt.mk head/astro/xglobe/Makefile head/astro/xglobe/files/patch-Makefile head/audio/mixxx/Makefile head/cad/klayout/Makefile head/databases/akonadi/pkg-plist head/deskutils/recoll/Makefile head/devel/ace/Makefile head/devel/qconf/Makefile head/devel/qt4-qmlviewer/Makefile head/devel/qt5-core/pkg-plist head/devel/subcommander2/Makefile head/editors/libreoffice/Makefile head/editors/libreoffice4/Makefile head/editors/texmacs/Makefile head/emulators/qmc2/Makefile head/graphics/fracplanet/Makefile head/graphics/meshviewer/Makefile head/graphics/qt4-pixeltool/Makefile head/graphics/qt5-pixeltool/Makefile head/misc/qt4-qtdemo/Makefile head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv/Makefile head/multimedia/phonon-vlc/pkg-plist head/multimedia/phonon-xine/pkg-plist head/multimedia/phonon/pkg-plist head/science/silo/Makefile head/security/fwbuilder/Makefile head/security/kqoauth/pkg-plist head/security/xca/Makefile head/x11-toolkits/qt5-declarative/Makefile head/x11-toolkits/soqt/Makefile Modified: head/CHANGES ============================================================================== --- head/CHANGES Sun Dec 18 21:43:24 2016 (r428888) +++ head/CHANGES Sun Dec 18 22:06:50 2016 (r428889) @@ -10,6 +10,11 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20161218: +AUTHOR: tcberner@FreeBSD.org + + QT_PREFIX has been dropped, in favour of using PREFIX directly. + 20160911: AUTHOR: amdmi3@FreeBSD.org Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Sun Dec 18 21:43:24 2016 (r428888) +++ head/Mk/bsd.qt.mk Sun Dec 18 22:06:50 2016 (r428889) @@ -29,8 +29,6 @@ _QT_SUPPORTED?= 4 5 QT4_VERSION?= 4.8.7 QT5_VERSION?= 5.6.2 -QT_PREFIX?= ${LOCALBASE} - _QT_RELNAME= qt${_QT_VERSION:R:R} _QT_VERSION= # empty .for ver in ${_QT_SUPPORTED} @@ -52,10 +50,6 @@ IGNORE?= can't be installed: bsd.qt.mk .if defined(QT_DIST) QT_NONSTANDARD= yes -. if ! ${.MAKEFLAGS:MPREFIX=*} -PREFIX= ${QT_PREFIX} -. endif - MASTER_SITES= ${MASTER_SITE_QT} # Useless, as it must be defined before including bsd.port.pre.mk (at least # because of bsd.options.mk). @@ -269,16 +263,14 @@ QMAKE_COMPILER= $$(ccver="$$(${CXX} --ve # Import QMAKE_ENV and QMAKE_ARGS definitions. USES+= qmake:_env -PLIST_SUB+= QT_PREFIX="${QT_PREFIX}" - .for dir in INC ARCH PLUGIN LIBEXEC IMPORT \ QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC -QT_${dir}DIR= ${QT_PREFIX}/${QT_${dir}DIR_REL} +QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} PLIST_SUB+= QT_${dir}DIR="${QT_${dir}DIR_REL}" .endfor .for dir in BIN LIB -QT_${dir}DIR= ${QT_PREFIX}/${QT_${dir}DIR_REL} +QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} . if defined(QT_DIST) PLIST_SUB+= QT_${dir}DIR="${QT_${dir}DIR_REL}" . endif @@ -291,7 +283,7 @@ PLIST_SUB+= QT_${dir}DIR= Qt_Post_Include= bsd.qt.mk .if !defined(QT_NONSTANDARD) -CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \ +CONFIGURE_ENV+= QTDIR="${PREFIX}" QMAKE="${QMAKE}" \ MOC="${MOC}" RCC="${RCC}" UIC="${UIC}" \ QMAKESPEC="${QMAKESPEC}" CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \ @@ -722,16 +714,16 @@ qt-post-install: @${ECHO_CMD} \ >> ${STAGEDIR}${QT_INCDIR}/QtCore/modules/qconfig-${QT_MODNAME}.h . endfor - @${ECHO_CMD} "${QT_PREFIX}/${QT_INCDIR_REL}/QtCore/modules/qconfig-${QT_MODNAME}.h" \ + @${ECHO_CMD} "${PREFIX}/${QT_INCDIR_REL}/QtCore/modules/qconfig-${QT_MODNAME}.h" \ >> ${TMPPLIST} - @${ECHO_CMD} "@exec echo '#include ' >> ${QT_PREFIX}/${QT_INCDIR_REL}/QtCore/qconfig-modules.h" \ + @${ECHO_CMD} "@exec echo '#include ' >> ${PREFIX}/${QT_INCDIR_REL}/QtCore/qconfig-modules.h" \ >> ${TMPPLIST} . endif # ${QT_DEFINES:N-*} . if ${QT_CONFIG:N-*} @${MKDIR} ${STAGEDIR}${QT_MKSPECDIR}/modules ${ECHO_CMD} "QT_CONFIG += ${QT_CONFIG:N-*:O:u}" \ > ${STAGEDIR}${QT_MKSPECDIR}/modules/qt_config_${QT_MODNAME}.pri - @${ECHO_CMD} "${QT_PREFIX}/${QT_MKSPECDIR_REL}/modules/qt_config_${QT_MODNAME}.pri" \ + @${ECHO_CMD} "${PREFIX}/${QT_MKSPECDIR_REL}/modules/qt_config_${QT_MODNAME}.pri" \ >> ${TMPPLIST} . endif # ${QT_CONFIG:N-*} .endif # defined(QT_DIST) && ! ${_QT_VERSION:M4*} Modified: head/astro/xglobe/Makefile ============================================================================== --- head/astro/xglobe/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/astro/xglobe/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -12,7 +12,6 @@ COMMENT= Displays a view of the Earth (l USES= gmake USE_QT4= corelib gui qt3support moc_build -MAKE_ENV= QT_PREFIX=${QT_PREFIX} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/astro/xglobe/files/patch-Makefile ============================================================================== --- head/astro/xglobe/files/patch-Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/astro/xglobe/files/patch-Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -1,51 +1,51 @@ --- Makefile.orig 1999-07-19 12:56:27 UTC +++ Makefile @@ -4,43 +4,44 @@ - + ####### Installation directory - + -XGLOBE_DIR = /usr/local -XGLOBE_LIB_DIR = $(XGLOBE_DIR)/lib/xglobe +XGLOBE_DIR = $(PREFIX) +XGLOBE_LIB_DIR = $(XGLOBE_DIR)/share/xglobe XGLOBE_BIN_DIR = $(XGLOBE_DIR)/bin - + ####### Library directories - you may need to modify these - + -X11_INCLUDE_DIR = /usr/X11R6/include -QT_INCLUDE_DIR = $(QTDIR)/include +X11_INCLUDE_DIR = $(LOCALBASE)/include -+QT_INCLUDE_DIR = $(QT_PREFIX)/include/qt4 - ++QT_INCLUDE_DIR = $(PREFIX)/include/qt4 + -QT_LIB_DIR = $(QTDIR)/lib -X11_LIB_DIR = /usr/X11R6/lib -+QT_LIB_DIR = $(QT_PREFIX)/lib/qt4 ++QT_LIB_DIR = $(PREFIX)/lib/qt4 +X11_LIB_DIR = $(LOCALBASE)/lib - - + + ####### Compiler and tools - + -CPP = g++ -LINK = g++ -MOC = moc +CXX ?= c++ -+CPP = ${CXX} -+LINK = ${CXX} ++CPP = ${CXX} ++LINK = ${CXX} +MOC = moc-qt4 INSTALL = install - + ####### compile and link options - + -CFLAGS = $(INCLUDE_DIRS) -DXGLOBE_LIB_DIR=\"$(XGLOBE_LIB_DIR)\" $(WITH_QIMGIO) -O2 -Wall +CFLAGS += -DQT3_SUPPORT $(INCLUDE_DIRS) -DXGLOBE_LIB_DIR=\"$(XGLOBE_LIB_DIR)\" $(WITH_QIMGIO) - + LFLAGS = - + -INCLUDE_DIRS = -I$(QT_INCLUDE_DIR) -I$(X11_INCLUDE_DIR) +INCLUDE_DIRS = -I$(QT_INCLUDE_DIR) -I$(QT_INCLUDE_DIR)/Qt -I$(QT_INCLUDE_DIR)/QtGui -I$(X11_INCLUDE_DIR) - + LIB_DIRS = -L$(QT_LIB_DIR) -L$(X11_LIB_DIR) - + -LIBS = -lX11 -lqt -lm +LIBS = -lX11 -lQtCore -lQt3Support -lQtGui -lm -pthread # If you want to use the QImageIO lib (to support jpg and png maps) use the @@ -56,6 +56,6 @@ # If the linker complains about unresolved references try this: -#LIBS = -lX11 -lqt -lm -lqimgio -lpng -lz -ljpeg +#LIBS = -lX11 -lqt1 -lm -lqimgio -lpng -lz -ljpeg - + ####### Target - + Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/audio/mixxx/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -29,7 +29,7 @@ USES= scons iconv USE_QT4= corelib gui network opengl script sql svg xml \ linguisttools_build moc_build qmake_build rcc_build uic_build USE_GL= glu -MAKE_ARGS= qtdir="${QT_PREFIX}" optimize=0 +MAKE_ARGS= qtdir="${PREFIX}" optimize=0 LATE_INSTALL_ARGS= --install-sandbox=${STAGEDIR} PORTDATA= * Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/cad/klayout/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -35,7 +35,7 @@ do-build: CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ _MAKE_JOBS="${_MAKE_JOBS}" LOCALBASE="${LOCALBASE}" \ ${SH} build.sh -platform ${PLATFORMKEYWORD} \ - -qtbin ${QT_PREFIX}/bin \ + -qtbin ${PREFIX}/bin \ -qtinc ${QT_INCDIR} \ -qtlib ${QT_LIBDIR} \ -python ${PYTHON_CMD} Modified: head/databases/akonadi/pkg-plist ============================================================================== --- head/databases/akonadi/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/databases/akonadi/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -41,4 +41,4 @@ share/dbus-1/interfaces/org.freedesktop. share/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml share/dbus-1/services/org.freedesktop.Akonadi.Control.service share/mime/packages/akonadi-mime.xml -%%SQLITE%%%%QT_PREFIX%%/%%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so +%%SQLITE%%%%QT_PLUGINDIR%%/sqldrivers/libqsqlite3.so Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/deskutils/recoll/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -57,7 +57,7 @@ QT4_USE= qt4=moc_build,qmake_build,rcc_ qt4=corelib,gui,xml,webkit QT4_CONFIGURE_ENABLE= qtgui QT4_CONFIGURE_ENV= QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" \ - QTDIR="${QT_PREFIX}" + QTDIR="${PREFIX}" QT4_VARS= QT_NONSTANDARD=yes SOUND_RUN_DEPENDS= mutagen-pony:audio/py-mutagen \ pykaraoke:audio/py-karaoke Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/devel/ace/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -46,7 +46,7 @@ FLTK_DESC= FLTK GUI toolkit FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk FLTK_MAKE_ENV= fl=1 QT4_USE= QT4=corelib,gui,moc_build -QT4_MAKE_ENV= qt=1 qt4=1 QTDIR="${QT_PREFIX}" +QT4_MAKE_ENV= qt=1 qt4=1 QTDIR="${PREFIX}" QT4_CPPFLAGS= -I${QT_INCDIR} QT4_LDFLAGS= -L${QT_LIBDIR} SSL_USE= OPENSSL=yes Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/devel/qconf/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -20,7 +20,7 @@ MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" CONFIGURE_ARGS= --prefix=${PREFIX} \ --datadir=${DATADIR:S,/qconf,,} \ - --qtdir=${QT_PREFIX} \ + --qtdir=${PREFIX} \ --verbose .include Modified: head/devel/qt4-qmlviewer/Makefile ============================================================================== --- head/devel/qt4-qmlviewer/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/devel/qt4-qmlviewer/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -22,7 +22,7 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PA # qtlogo.png is installed by qt4-gui DESKTOP_ENTRIES="Qt 4 QML viewer" "" \ - "${QT_PREFIX}/share/pixmaps/qtlogo.png" \ + "${PREFIX}/share/pixmaps/qtlogo.png" \ "${PREFIX}/${QT_BINDIR_REL}/qmlviewer" \ "Development;Qt;" true Modified: head/devel/qt5-core/pkg-plist ============================================================================== --- head/devel/qt5-core/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/devel/qt5-core/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -678,4 +678,4 @@ %%QT_MKSPECDIR%%/modules/qt_lib_core_private.pri libdata/pkgconfig/Qt5Core.pc @comment Ensure that a (even empty) qconfig-modules.h exists. -@exec touch %%QT_PREFIX%%/%%QT_INCDIR%%/QtCore/qconfig-modules.h +@exec touch %%QT_INCDIR%%/QtCore/qconfig-modules.h Modified: head/devel/subcommander2/Makefile ============================================================================== --- head/devel/subcommander2/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/devel/subcommander2/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -27,7 +27,7 @@ QT_NONSTANDARD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ - --with-subversion=${LOCALBASE} --with-qt=${QT_PREFIX} \ + --with-subversion=${LOCALBASE} --with-qt=${PREFIX} \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config \ --with-openssl=${OPENSSLBASE} Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/editors/libreoffice/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -174,7 +174,7 @@ JAVA_VARS= JAVA_BUILD=yes KDE4_CONFIGURE_ENABLE= kde4 KDE4_CONFIGURE_ENV= KDE4DIR="${KDE_PREFIX}" \ - QT4DIR="${QT_PREFIX}" \ + QT4DIR="${PREFIX}" \ QT4INC="${QT_INCDIR}" \ QT4LIB="${QT_LIBDIR}" KDE4_USES= kde:4 Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/editors/libreoffice4/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -267,7 +267,7 @@ KDE4_USES= kde:4 KDE4_USE= KDE=kdelibs QT4=moc_build,qmake_build KDE4_CONFIGURE_ENABLE= kde4 KDE4_CONFIGURE_ENV= KDE4DIR="${KDE_PREFIX}" \ - QT4DIR="${QT_PREFIX}" \ + QT4DIR="${PREFIX}" \ QT4INC="${QT_INCDIR}" \ QT4LIB="${QT_LIBDIR}" Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/editors/texmacs/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -54,7 +54,7 @@ PDF_IMPLIES= FREETYPE GHOSTSCRIPT QT4_USE= qt4=accessible,corelib,gui,imageformats \ qt4=moc_build,qmake_build,rcc_build,uic_build QT4_USE_OFF= xorg=xext -QT4_CONFIGURE_ON= --with-qt=${QT_PREFIX} --enable-qtpipes +QT4_CONFIGURE_ON= --with-qt=${PREFIX} --enable-qtpipes QT4_CONFIGURE_OFF= --disable-qt QT4_VARS= QT_PLUGINS_LIST="accessible imageformats" QT4_VARS_OFF= QT_PLUGINS_LIST="" Modified: head/emulators/qmc2/Makefile ============================================================================== --- head/emulators/qmc2/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/emulators/qmc2/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -26,7 +26,7 @@ USE_QT4= corelib declarative gui moc_bui USE_SDL= sdl CXXFLAGS+= -I${LOCALBASE}/include/SDL/ -MAKE_ARGS= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \ +MAKE_ARGS= QTDIR="${PREFIX}" QMAKE="${QMAKE}" \ SYSCONFDIR="${PREFIX}/etc" ARCH="${OPSYS}" \ CC_FLAGS="${CFLAGS} -DUSE_FILE32API" \ CXX_FLAGS="${CXXFLAGS} -DUSE_FILE32API" \ Modified: head/graphics/fracplanet/Makefile ============================================================================== --- head/graphics/fracplanet/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/graphics/fracplanet/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -26,7 +26,7 @@ USE_GL= glu USE_QT4= corelib moc_build qmake_build gui opengl QT_NONSTANDARD= yes HAS_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${QT_PREFIX}" +CONFIGURE_ENV= QTDIR="${PREFIX}" CONFIGURE_ARGS= -spec ${QMAKESPEC} CXXFLAGS+= -include ${WRKSRC}/precompiled.h Modified: head/graphics/meshviewer/Makefile ============================================================================== --- head/graphics/meshviewer/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/graphics/meshviewer/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -22,7 +22,7 @@ USE_QT4= corelib gui opengl moc_build CXXFLAGS+= -I. -Imesh -Imathvector \ `pkg-config --cflags QtOpenGL glu` LDFLAGS+= -lpthread `pkg-config --libs QtOpenGL glu` -MAKE_ARGS= QTDIR="${QT_PREFIX}" CC="${CXX}" MOC="${MOC}" \ +MAKE_ARGS= QTDIR="${PREFIX}" CC="${CXX}" MOC="${MOC}" \ CXXFLAGS="${CXXFLAGS}" \ LIBPATH="" LIBS_QT4="${LDFLAGS}" Modified: head/graphics/qt4-pixeltool/Makefile ============================================================================== --- head/graphics/qt4-pixeltool/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/graphics/qt4-pixeltool/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -21,7 +21,7 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PA # qtlogo.png is installed by qt4-gui DESKTOP_ENTRIES="Qt 4 PixelTool" "" \ - "${QT_PREFIX}/share/pixmaps/qtlogo.png" \ + "${PREFIX}/share/pixmaps/qtlogo.png" \ "${PREFIX}/${QT_BINDIR_REL}/pixeltool" \ "Graphics;Qt;" true Modified: head/graphics/qt5-pixeltool/Makefile ============================================================================== --- head/graphics/qt5-pixeltool/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/graphics/qt5-pixeltool/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -14,7 +14,7 @@ USES= qmake # qt5logo.png is installed by qt5-widgets. DESKTOP_ENTRIES="Qt 5 PixelTool" "" \ - "${QT_PREFIX}/share/pixmaps/qt5logo.png" \ + "${PREFIX}/share/pixmaps/qt5logo.png" \ "${PREFIX}/${QT_BINDIR_REL}/pixeltool" \ "Graphics;Qt;" true Modified: head/misc/qt4-qtdemo/Makefile ============================================================================== --- head/misc/qt4-qtdemo/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/misc/qt4-qtdemo/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -26,7 +26,7 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PA # qtlogo.png is installed by qt4-gui DESKTOP_ENTRIES="Qt 4 Examples and Demos" "" \ - "${QT_PREFIX}/share/pixmaps/qtlogo.png" \ + "${PREFIX}/share/pixmaps/qtlogo.png" \ "${PREFIX}/${QT_BINDIR_REL}/qtdemo" \ "Development;Qt;" true Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/multimedia/mythtv-frontend/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -41,12 +41,12 @@ DESTDIRNAME= INSTALL_ROOT DATADIR= ${PREFIX}/share/mythtv -MAKE_ENV= QTDIR="${QT_PREFIX}" \ +MAKE_ENV= QTDIR="${PREFIX}" \ QMAKESPEC="${QMAKESPEC}" CPPFLAGS+= ${QTCPPFLAGS} CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \ - QTDIR="${QT_PREFIX}" \ + QTDIR="${PREFIX}" \ PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/multimedia/mythtv/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -47,12 +47,12 @@ DESTDIRNAME= INSTALL_ROOT USERS= mythtv GROUPS= mythtv -MAKE_ENV= QTDIR="${QT_PREFIX}" \ +MAKE_ENV= QTDIR="${PREFIX}" \ QMAKESPEC="${QMAKESPEC}" CPPFLAGS+= ${QTCPPFLAGS} CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \ - QTDIR="${QT_PREFIX}" + QTDIR="${PREFIX}" CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/phonon-vlc/pkg-plist ============================================================================== --- head/multimedia/phonon-vlc/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/multimedia/phonon-vlc/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -1,3 +1,3 @@ lib/kde4/plugins/phonon_backend/phonon_vlc.so share/kde4/services/phononbackends/vlc.desktop -%%QT_PREFIX%%/%%QT_PLUGINDIR%%/phonon_backend/libphonon_vlc.so +%%QT_PLUGINDIR%%/phonon_backend/libphonon_vlc.so Modified: head/multimedia/phonon-xine/pkg-plist ============================================================================== --- head/multimedia/phonon-xine/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/multimedia/phonon-xine/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -7,4 +7,4 @@ share/icons/oxygen/48x48/apps/phonon-xin share/icons/oxygen/64x64/apps/phonon-xine.png share/icons/oxygen/scalable/apps/phonon-xine.svgz share/kde4/services/phononbackends/xine.desktop -%%QT_PREFIX%%/%%QT_PLUGINDIR%%/phonon_backend/libphonon_xine.so +%%QT_PLUGINDIR%%/phonon_backend/libphonon_xine.so Modified: head/multimedia/phonon/pkg-plist ============================================================================== --- head/multimedia/phonon/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/multimedia/phonon/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -157,6 +157,8 @@ include/phonon/videowidgetinterface.h include/phonon/volumefadereffect.h include/phonon/volumefaderinterface.h include/phonon/volumeslider.h +%%QT_INCDIR%%/Phonon +%%QT_INCDIR%%/phonon lib/cmake/phonon/PhononConfig.cmake lib/cmake/phonon/PhononConfigVersion.cmake lib/cmake/phonon/PhononExperimentalConfig.cmake @@ -171,6 +173,10 @@ lib/libphonon.so.%%SHLIB_VER%% lib/libphononexperimental.so lib/libphononexperimental.so.4 lib/libphononexperimental.so.%%SHLIB_VER%% +lib/qt4/libphonon.so +lib/qt4/libphonon.so.4 +lib/qt4/libphononexperimental.so +lib/qt4/libphononexperimental.so.4 libdata/pkgconfig/phonon.pc share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml %%DATADIR%%/buildsystem/COPYING-CMAKE-SCRIPTS @@ -184,10 +190,4 @@ share/dbus-1/interfaces/org.kde.Phonon.A %%DATADIR%%/buildsystem/PhononQt4.cmake %%DATADIR%%/buildsystem/PhononQt5.cmake %%DATADIR%%/buildsystem/cmake_uninstall.cmake.in -%%QT_PREFIX%%/%%QT_INCDIR%%/Phonon -%%QT_PREFIX%%/%%QT_INCDIR%%/phonon -%%QT_PREFIX%%/lib/qt4/libphonon.so -%%QT_PREFIX%%/lib/qt4/libphonon.so.4 -%%QT_PREFIX%%/lib/qt4/libphononexperimental.so -%%QT_PREFIX%%/lib/qt4/libphononexperimental.so.4 -%%QT_PREFIX%%/%%QT_MKSPECDIR%%/modules/qt_phonon.pri +%%QT_MKSPECDIR%%/modules/qt_phonon.pri Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/science/silo/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -37,7 +37,7 @@ PYTHON_USES= python:2 QT4_USE= XORG=ice,sm,x11,xext,xi,xmu,xt \ QT4=corelib,gui,linguisttools_build,moc_build,uic_build -QT4_CONFIGURE_ON= --with-Qt-dir=${QT_PREFIX} \ +QT4_CONFIGURE_ON= --with-Qt-dir=${PREFIX} \ --with-Qt-lib="QtGui -lQtCore" QT4_CONFIGURE_ENABLE= silex QT4_VARS= QT_NONSTANDARD=yes Modified: head/security/fwbuilder/Makefile ============================================================================== --- head/security/fwbuilder/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/security/fwbuilder/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -45,7 +45,7 @@ USE_QT4= corelib \ uic_build \ xml -QTDIR?= ${QT_PREFIX} +QTDIR?= ${PREFIX} USE_OPENSSL= yes USES= autoreconf:build gmake libtool Modified: head/security/kqoauth/pkg-plist ============================================================================== --- head/security/kqoauth/pkg-plist Sun Dec 18 21:43:24 2016 (r428888) +++ head/security/kqoauth/pkg-plist Sun Dec 18 22:06:50 2016 (r428889) @@ -9,5 +9,5 @@ lib/libkqoauth.so lib/libkqoauth.so.0 lib/libkqoauth.so.0.97 lib/libkqoauth.so.0.97.0 -%%QT_PREFIX%%/%%QT_MKSPECDIR%%/features/kqoauth.prf +%%QT_MKSPECDIR%%/features/kqoauth.prf libdata/pkgconfig/kqoauth.pc Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/security/xca/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -18,7 +18,7 @@ USES= desktop-file-utils gmake localbas shared-mime-info ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLDIR} \ - --with-qt=${QT_PREFIX} + --with-qt=${PREFIX} MAKE_ARGS= DOCTOOL="${TRUE}" DESTDIRNAME= destdir Modified: head/x11-toolkits/qt5-declarative/Makefile ============================================================================== --- head/x11-toolkits/qt5-declarative/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/x11-toolkits/qt5-declarative/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -19,7 +19,7 @@ USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} # qt5logo.png is installed by qt5-widgets. DESKTOP_ENTRIES="Qt 5 QML viewer" "" \ - "${QT_PREFIX}/share/pixmaps/qt5logo.png" \ + "${PREFIX}/share/pixmaps/qt5logo.png" \ "${PREFIX}/${QT_BINDIR_REL}/qmlviewer" \ "Development;Qt;" true Modified: head/x11-toolkits/soqt/Makefile ============================================================================== --- head/x11-toolkits/soqt/Makefile Sun Dec 18 21:43:24 2016 (r428888) +++ head/x11-toolkits/soqt/Makefile Sun Dec 18 22:06:50 2016 (r428889) @@ -21,7 +21,7 @@ USE_QT4= corelib opengl moc_build QT_NONSTANDARD= yes USE_GL= gl GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MOC="${MOC}" +CONFIGURE_ENV= QTDIR="${PREFIX}" MOC="${MOC}" CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \ --with-qt=${QT_LIBDIR} \ --enable-debug=no From owner-svn-ports-head@freebsd.org Mon Dec 19 01:00:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BB0C72EA4; Mon, 19 Dec 2016 01:00:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A3DA1002; Mon, 19 Dec 2016 01:00:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ10e4u068849; Mon, 19 Dec 2016 01:00:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ10elJ068847; Mon, 19 Dec 2016 01:00:40 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190100.uBJ10elJ068847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 01:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428890 - head/devel/py-calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:00:41 -0000 Author: wen Date: Mon Dec 19 01:00:40 2016 New Revision: 428890 URL: https://svnweb.freebsd.org/changeset/ports/428890 Log: - Update to 2.1 PR: 215384 Submitted by: Axel.Rau@Chaos1.DE(maintainer) Modified: head/devel/py-calendar/Makefile head/devel/py-calendar/distinfo Modified: head/devel/py-calendar/Makefile ============================================================================== --- head/devel/py-calendar/Makefile Sun Dec 18 22:06:50 2016 (r428889) +++ head/devel/py-calendar/Makefile Mon Dec 19 01:00:40 2016 (r428890) @@ -1,38 +1,23 @@ # $FreeBSD$ -PORTNAME= calendar -PORTVERSION= 0.15423 -CATEGORIES= devel python -MASTER_SITES= http://www.lechner-rau.de/downloads/ +PORTNAME= calendar +PORTVERSION= 2.1 +CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pycalendar-${PORTVERSION} +DISTNAME= pycalendar-${PORTVERSION} MAINTAINER= axel.rau@chaos1.de COMMENT= Library for iCalendar/vCard data LICENSE= APACHE20 -FETCH_DEPENDS= svn:devel/subversion +USE_GITHUB= yes +GH_ACCOUNT= apple +GH_PROJECT= ccs-pycalendar +GH_TAGNAME= b0118d4 USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH=yes -SVN_REPOSITORY_URL= http://svn.calendarserver.org/repository/calendarserver -SVN_TAG2= PyCalendar/trunk -SVN_CMD2= svn export -r15423 - -maint-gen-distfile: - @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ - ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - ${ECHO_MSG} "=> Checking out PyCalendar from svn.calendarserver.org/..."; \ - ${SVN_CMD2} ${SVN_REPOSITORY_URL}/${SVN_TAG2} > /dev/null ; \ - ${MV} trunk ${DISTNAME} ; \ - ${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ - cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \ - ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - else \ - ${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \ - fi - .include Modified: head/devel/py-calendar/distinfo ============================================================================== --- head/devel/py-calendar/distinfo Sun Dec 18 22:06:50 2016 (r428889) +++ head/devel/py-calendar/distinfo Mon Dec 19 01:00:40 2016 (r428890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464107977 -SHA256 (pycalendar-0.15423.tar.gz) = 1002682bc4d617c063b596103d8918068bc3eb3a1ac47b5d8f59bb881c61bd6f -SIZE (pycalendar-0.15423.tar.gz) = 128963 +TIMESTAMP = 1477429562 +SHA256 (pycalendar-2.1_GH0.tar.gz) = 5ed94c904321af65059994589c6f42a383b0ae4a1ae2cca220910f7a76a21ce4 +SIZE (pycalendar-2.1_GH0.tar.gz) = 129055 From owner-svn-ports-head@freebsd.org Mon Dec 19 01:07:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AE8AC830EC; Mon, 19 Dec 2016 01:07:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59C061A58; Mon, 19 Dec 2016 01:07:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ17MVU072813; Mon, 19 Dec 2016 01:07:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ17MjN072812; Mon, 19 Dec 2016 01:07:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190107.uBJ17MjN072812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428891 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:07:23 -0000 Author: jbeich Date: Mon Dec 19 01:07:22 2016 New Revision: 428891 URL: https://svnweb.freebsd.org/changeset/ports/428891 Log: multimedia/ffmpeg: adjust RESTRICTED after r428352 Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:00:40 2016 (r428890) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:22 2016 (r428891) @@ -423,7 +423,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GP LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3 NONFREE_CONFIGURE_ENABLE=nonfree -NONFREE_VARS= RESTRICTED="linking to libfaac or libaacplus restricts redistribution" +NONFREE_VARS= RESTRICTED="enabling OPENSSL or FDK_AAC restricts redistribution" INSTALL_TARGET= install-progs install-doc install-data \ install-libs install-headers From owner-svn-ports-head@freebsd.org Mon Dec 19 01:07:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18CB5C83128; Mon, 19 Dec 2016 01:07:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC9271AB2; Mon, 19 Dec 2016 01:07:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ17eU9072935; Mon, 19 Dec 2016 01:07:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ17ekR072934; Mon, 19 Dec 2016 01:07:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190107.uBJ17ekR072934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428892 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:07:41 -0000 Author: jbeich Date: Mon Dec 19 01:07:39 2016 New Revision: 428892 URL: https://svnweb.freebsd.org/changeset/ports/428892 Log: multimedia/ffmpeg: respect CPUTYPE for NEON=on Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:22 2016 (r428891) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:39 2016 (r428892) @@ -351,7 +351,9 @@ VDPAU_CONFIGURE_ENABLE= vdpau # armv6 VFP_CONFIGURE_ENABLE= vfp NEON_CONFIGURE_ENABLE= neon +.if ! ${CFLAGS:M-march*} NEON_CONFIGURE_ON= --cpu=armv7-a +.endif # vo-amrwbenc VO_AMRWBENC_LIB_DEPENDS= libvo-amrwbenc.so:audio/vo-amrwbenc From owner-svn-ports-head@freebsd.org Mon Dec 19 01:07:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14279C83195; Mon, 19 Dec 2016 01:07:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7FF41B19; Mon, 19 Dec 2016 01:07:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ17rgd073047; Mon, 19 Dec 2016 01:07:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ17rm5073046; Mon, 19 Dec 2016 01:07:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190107.uBJ17rm5073046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428893 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:07:54 -0000 Author: jbeich Date: Mon Dec 19 01:07:52 2016 New Revision: 428893 URL: https://svnweb.freebsd.org/changeset/ports/428893 Log: multimedia/ffmpeg: only pass *FLAGS via environment Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:39 2016 (r428892) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:52 2016 (r428893) @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/bin/as:devel/binutils HAS_CONFIGURE= yes -USES= compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix +USES= compiler:c11 cpe gmake localbase perl5 pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl @@ -367,7 +367,6 @@ VIDSTAB_CONFIGURE_ENABLE= libvidstab # vorbis VORBIS_LIB_DEPENDS= libvorbisenc.so:audio/libvorbis VORBIS_CONFIGURE_ENABLE= libvorbis -VORBIS_VARS= FFMPEG_CFLAGS+="-I${LOCALBASE}/include/vorbis" # vp8 VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx @@ -448,10 +447,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --enable-avresample \ --enable-pthreads \ --disable-libsoxr \ - --cc="${CC}" \ - --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ - --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ - --extra-libs="-lpthread" + --cc="${CC}" CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as CONFIGURE_ARGS_armv6= --disable-fast-unaligned From owner-svn-ports-head@freebsd.org Mon Dec 19 01:08:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEDA4C831C8; Mon, 19 Dec 2016 01:08:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74CD41C2F; Mon, 19 Dec 2016 01:08:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ1861e073206; Mon, 19 Dec 2016 01:08:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ186fg073205; Mon, 19 Dec 2016 01:08:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190108.uBJ186fg073205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428894 - in head/multimedia/ffmpeg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:08:07 -0000 Author: jbeich Date: Mon Dec 19 01:08:06 2016 New Revision: 428894 URL: https://svnweb.freebsd.org/changeset/ports/428894 Log: multimedia/ffmpeg: drop obsolete patches Deleted: head/multimedia/ffmpeg/files/patch-libavdevice-bktr.c head/multimedia/ffmpeg/files/patch-libavdevice-oss.c head/multimedia/ffmpeg/files/patch-libavformat-udp.c Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:07:52 2016 (r428893) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:08:06 2016 (r428894) @@ -469,29 +469,9 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver.conf|' \ ${WRKSRC}/ffserver.c @${REINPLACE_CMD} -E \ - -e "s|(EXTRALIBS[[:space:]]*=)|\1-L${LOCALBASE}/lib |g; \ - s|%%LOCALBASE%%|${LOCALBASE}|g; \ - s|gsm/gsm.h|gsm.h|g" \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|-ldl||' \ -e 's|require_pkg_config opencv|require_pkg_config opencv-core|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -post-patch-SDL-on: - @${REINPLACE_CMD} -E \ - -e 's|sdl-config|${SDL_CONFIG}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -E \ - -e 's|#include Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D751C83202; Mon, 19 Dec 2016 01:08:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07ABA1CB3; Mon, 19 Dec 2016 01:08:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ18MW4073404; Mon, 19 Dec 2016 01:08:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ18Lfj073399; Mon, 19 Dec 2016 01:08:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190108.uBJ18Lfj073399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428895 - in head: Mk audio/pulseaudio multimedia/ffmpeg multimedia/qmmp multimedia/qmmp-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:08:23 -0000 Author: jbeich Date: Mon Dec 19 01:08:21 2016 New Revision: 428895 URL: https://svnweb.freebsd.org/changeset/ports/428895 Log: multimedia/ffmpeg: expose SOXR dependency Modified: head/Mk/bsd.options.desc.mk (contents, props changed) head/audio/pulseaudio/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/qmmp-qt5/Makefile (contents, props changed) head/multimedia/qmmp/Makefile (contents, props changed) Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Mon Dec 19 01:08:06 2016 (r428894) +++ head/Mk/bsd.options.desc.mk Mon Dec 19 01:08:21 2016 (r428895) @@ -438,6 +438,7 @@ SNMP_DESC?= SNMP network protocol suppo SOCKS_DESC?= SOCKS proxy support SOUND_DESC?= Sound (audio) support SOUNDTOUCH_DESC?= Sound processing support via SoundTouch +SOXR_DESC?= SoX resampler support via libsoxr SPANDSP_DESC?= SpanDSP faxing support SPATIALITE_DESC?= SpatiaLite support SPDY_DESC?= SPDY network protocol support Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Mon Dec 19 01:08:06 2016 (r428894) +++ head/audio/pulseaudio/Makefile Mon Dec 19 01:08:21 2016 (r428895) @@ -76,7 +76,6 @@ ALSA_CONFIGURE_ENABLE= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:audio/jack -SOXR_DESC= SoX resampler support SOXR_CONFIGURE_WITH= soxr SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr SPEEX_DESC= Speex resampler and AEC support Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:08:06 2016 (r428894) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:08:21 2016 (r428895) @@ -30,7 +30,7 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS B FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK KVAZAAR LADSPA \ LAME LIBBLURAY MODPLUG NETCDF OPENAL OPENCL OPENCV OPENGL \ OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO \ - RUBBERBAND RTCPU SCHROEDINGER SDL SMB SNAPPY SNDIO SPEEX SSH \ + RUBBERBAND RTCPU SCHROEDINGER SDL SMB SNAPPY SNDIO SOXR SPEEX SSH \ TESSERACT THEORA TWOLAME V4L VAAPI VDPAU VIDSTAB VORBIS \ VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \ XVIDEO ZIMG ZMQ ZVBI @@ -316,6 +316,10 @@ SNDIO_CONFIGURE_OFF= --disable-indev=snd --disable-outdev=sndio SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +# soxr +SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr +SOXR_CONFIGURE_ENABLE= libsoxr + # speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex SPEEX_CONFIGURE_ENABLE= libspeex @@ -446,7 +450,6 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --enable-avfilter \ --enable-avresample \ --enable-pthreads \ - --disable-libsoxr \ --cc="${CC}" CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as Modified: head/multimedia/qmmp-qt5/Makefile ============================================================================== --- head/multimedia/qmmp-qt5/Makefile Mon Dec 19 01:08:06 2016 (r428894) +++ head/multimedia/qmmp-qt5/Makefile Mon Dec 19 01:08:21 2016 (r428895) @@ -189,7 +189,6 @@ CUE_CMAKE_BOOL= USE_CUE NULLOUT_DESC= Support null output NULLOUT_CMAKE_BOOL= USE_NULL -SOXR_DESC= Support SoX Resampler SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr SOXR_CMAKE_BOOL= USE_SOXR Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Mon Dec 19 01:08:06 2016 (r428894) +++ head/multimedia/qmmp/Makefile Mon Dec 19 01:08:21 2016 (r428895) @@ -189,7 +189,6 @@ CUE_CMAKE_BOOL= USE_CUE NULLOUT_DESC= Support null output NULLOUT_CMAKE_BOOL= USE_NULL -SOXR_DESC= Support SoX Resampler SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr SOXR_CMAKE_BOOL= USE_SOXR From owner-svn-ports-head@freebsd.org Mon Dec 19 01:08:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA376C8329C; Mon, 19 Dec 2016 01:08:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4FAC1E01; Mon, 19 Dec 2016 01:08:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ18equ073772; Mon, 19 Dec 2016 01:08:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ18doU073760; Mon, 19 Dec 2016 01:08:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190108.uBJ18doU073760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 01:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428896 - in head/multimedia: avidemux avidemux/files ffmpeg ffmpeg/files ffmpeg0 ffmpeg0/files gstreamer-ffmpeg libav libav/files mplayer mplayer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:08:42 -0000 Author: jbeich Date: Mon Dec 19 01:08:39 2016 New Revision: 428896 URL: https://svnweb.freebsd.org/changeset/ports/428896 Log: multimedia/ffmpeg: simplify ARCH workaround ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. Approved by: portmgr blanket Deleted: head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-Makefile.patch head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-libavcodec-Makefile.patch head/multimedia/ffmpeg/files/patch-Makefile head/multimedia/ffmpeg/files/patch-libavcodec-Makefile head/multimedia/ffmpeg/files/patch-tests_checkasm_Makefile head/multimedia/ffmpeg0/files/patch-libavcodec-Makefile head/multimedia/ffmpeg0/files/patch-libavfilter-Makefile head/multimedia/libav/files/patch-Makefile head/multimedia/libav/files/patch-common.mak head/multimedia/libav/files/patch-libavcodec_Makefile head/multimedia/mplayer/files/patch-ffmpeg_Makefile head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_Makefile head/multimedia/mplayer/files/patch-ffmpeg_tests_checkasm_Makefile Modified: head/multimedia/avidemux/Makefile.common (contents, props changed) head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg/files/patch-configure (contents, props changed) head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/ffmpeg0/files/patch-configure (contents, props changed) head/multimedia/gstreamer-ffmpeg/Makefile (contents, props changed) head/multimedia/libav/Makefile (contents, props changed) head/multimedia/libav/files/patch-configure (contents, props changed) head/multimedia/mplayer/Makefile.common (contents, props changed) head/multimedia/mplayer/files/patch-configure (contents, props changed) Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/avidemux/Makefile.common Mon Dec 19 01:08:39 2016 (r428896) @@ -27,6 +27,7 @@ CMAKE_ARGS+= -DAVIDEMUX_PACKAGER=none CMAKE_ARGS+= -DQT5:BOOL=OFF CXXFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes +NOPRECIOUSMAKEVARS= yes # ARCH BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin Modified: head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch ============================================================================== --- head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/avidemux/files/patch-avidemux_core-ffmpeg_package-patches-configure.patch Mon Dec 19 01:08:39 2016 (r428896) @@ -1,6 +1,6 @@ --- avidemux_core/ffmpeg_package/patches/configure.patch.orig 2015-06-01 05:59:45 UTC +++ avidemux_core/ffmpeg_package/patches/configure.patch -@@ -0,0 +1,25 @@ +@@ -0,0 +1,16 @@ +--- configure.orig 2015-03-16 20:26:04.000000000 +0100 ++++ configure +@@ -2733,12 +2733,7 @@ @@ -17,12 +17,3 @@ + cpu="generic" + intrinsics="none" + -+@@ -5621,7 +5616,7 @@ -+ SRC_PATH:=\$(SRC_PATH:.%=..%) -+ endif -+ CC_IDENT=$cc_ident -+-ARCH=$arch -++FFMPEG_ARCH=$arch -+ INTRINSICS=$intrinsics -+ CC=$cc -+ CXX=$cxx Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/ffmpeg/Makefile Mon Dec 19 01:08:39 2016 (r428896) @@ -22,6 +22,7 @@ USES= compiler:c11 cpe gmake localbase USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl +NOPRECIOUSMAKEVARS= yes # ARCH PORTSCOUT= limit:^3\. Modified: head/multimedia/ffmpeg/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg/files/patch-configure Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/ffmpeg/files/patch-configure Mon Dec 19 01:08:39 2016 (r428896) @@ -24,15 +24,6 @@ check_cflags -Qunused-arguments check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes -@@ -6562,7 +6560,7 @@ ifndef MAIN_MAKEFILE - SRC_PATH:=\$(SRC_PATH:.%=..%) - endif - CC_IDENT=$cc_ident --ARCH=$arch -+FFMPEG_ARCH=$arch - INTRINSICS=$intrinsics - CC=$cc - CXX=$cxx @@ -6799,7 +6797,7 @@ exec_prefix=\${prefix} libdir=$libdir includedir=$incdir Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/ffmpeg0/Makefile Mon Dec 19 01:08:39 2016 (r428896) @@ -27,6 +27,7 @@ USES= cpe gmake perl5 pkgconfig tar:bzi USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl +NOPRECIOUSMAKEVARS= yes # ARCH FFMPEG_SUFFIX= 0 HAS_CONFIGURE= yes Modified: head/multimedia/ffmpeg0/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg0/files/patch-configure Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/ffmpeg0/files/patch-configure Mon Dec 19 01:08:39 2016 (r428896) @@ -28,12 +28,3 @@ check_cflags -Qunused-arguments elif enabled armcc; then # 2523: use of inline assembler is deprecated -@@ -3322,7 +3322,7 @@ - SRC_PATH="$source_path" - SRC_PATH_BARE=$source_path - CC_IDENT=$cc_ident --ARCH=$arch -+FFMPEG_ARCH=$arch - CC=$cc - AS=$as - LD=$ld Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/gstreamer-ffmpeg/Makefile Mon Dec 19 01:08:39 2016 (r428896) @@ -33,6 +33,7 @@ FFMPEG_DESC?= Use system ffmpeg instead FFMPEG_LIB_DEPENDS=libavcodec0.so:multimedia/ffmpeg0 FFMPEG_CONFIGURE_WITH=system-ffmpeg +FFMPEG_VARS_OFF=NOPRECIOUSMAKEVARS=yes # ARCH FFMPEG_DISTFILES_OFF=libav-${LIBAV_VERSION}.tar.xz:libav FFMPEG_BUILD_DEPENDS_OFF=yasm:devel/yasm @@ -91,11 +92,5 @@ post-patch: @${REINPLACE_CMD} -Ee '/sleep 15/d; /PKG_CONFIG/\ s/lib(av(format|codec|util)|postproc|swscale)/&0/g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/LIBAV_ARCH/' \ - ${WRKSRC}/gst-libs/ext/libav/Makefile \ - ${WRKSRC}/gst-libs/ext/libav/common.mak \ - ${WRKSRC}/gst-libs/ext/libav/configure \ - ${WRKSRC}/gst-libs/ext/libav/libavcodec/Makefile \ - ${WRKSRC}/gst-libs/ext/libav/libavfilter/Makefile .include Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/libav/Makefile Mon Dec 19 01:08:39 2016 (r428896) @@ -20,6 +20,7 @@ USE_XORG= x11 HAS_CONFIGURE= yes USE_PERL5= build USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} +NOPRECIOUSMAKEVARS= yes # ARCH CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --prefix="${PREFIX}" \ Modified: head/multimedia/libav/files/patch-configure ============================================================================== --- head/multimedia/libav/files/patch-configure Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/libav/files/patch-configure Mon Dec 19 01:08:39 2016 (r428896) @@ -19,15 +19,6 @@ check_cflags -Qunused-arguments check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes -@@ -4644,7 +4644,7 @@ DOCDIR=\$(DESTDIR)$docdir - MANDIR=\$(DESTDIR)$mandir - SRC_PATH=$source_path - CC_IDENT=$cc_ident --ARCH=$arch -+LIBAV_ARCH=$arch - INTRINSICS=$intrinsics - CC=$cc - AS=$as @@ -4821,7 +4821,7 @@ pkgconfig_generate(){ requires=${requires%, } enabled ${name#lib} || return 0 Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/mplayer/Makefile.common Mon Dec 19 01:08:39 2016 (r428896) @@ -18,6 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 USES= compiler:c11 gmake iconv ncurses tar:xz +NOPRECIOUSMAKEVARS= yes # ARCH GNU_CONFIGURE= yes CONFIGURE_ENV= TMPDIR="${WRKSRC}" CONFIGURE_ARGS= --cc="${CC}" \ Modified: head/multimedia/mplayer/files/patch-configure ============================================================================== --- head/multimedia/mplayer/files/patch-configure Mon Dec 19 01:08:21 2016 (r428895) +++ head/multimedia/mplayer/files/patch-configure Mon Dec 19 01:08:39 2016 (r428896) @@ -167,12 +167,3 @@ CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" -@@ -8375,7 +8386,7 @@ TIMER = $_timer - EXESUF = $_exesuf - EXESUFS_ALL = .exe - --ARCH = $arch -+MPLAYER_ARCH = $arch - $(mak_enable "$arch_all" "$arch" ARCH) - $(mak_enable "$subarch_all" "$subarch" ARCH) - $(mak_enable "$cpuexts_all" "$cpuexts" HAVE) From owner-svn-ports-head@freebsd.org Mon Dec 19 01:18:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682CFC83764; Mon, 19 Dec 2016 01:18:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 134A310C0; Mon, 19 Dec 2016 01:18:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ1IfbG078068; Mon, 19 Dec 2016 01:18:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ1IeMB078064; Mon, 19 Dec 2016 01:18:40 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190118.uBJ1IeMB078064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 01:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428897 - in head/databases: . py-sqlparse01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:18:42 -0000 Author: wen Date: Mon Dec 19 01:18:40 2016 New Revision: 428897 URL: https://svnweb.freebsd.org/changeset/ports/428897 Log: sqlparse is a non-validating SQL parser module. It provides support for parsing, splitting and formatting SQL statements. WWW: https://github.com/andialbrecht/sqlparse PR: 215386 Submitted by: Axel.Rau@Chaos1.DE Added: head/databases/py-sqlparse01/ head/databases/py-sqlparse01/Makefile (contents, props changed) head/databases/py-sqlparse01/distinfo (contents, props changed) head/databases/py-sqlparse01/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Dec 19 01:08:39 2016 (r428896) +++ head/databases/Makefile Mon Dec 19 01:18:40 2016 (r428897) @@ -783,6 +783,7 @@ SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject SUBDIR += py-sqlparse + SUBDIR += py-sqlparse01 SUBDIR += py-sqlrelay SUBDIR += py-swift SUBDIR += py-sybase Added: head/databases/py-sqlparse01/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sqlparse01/Makefile Mon Dec 19 01:18:40 2016 (r428897) @@ -0,0 +1,22 @@ +# Created by: Axel Rau +# $FreeBSD$ + +PORTNAME= sqlparse01 +PORTVERSION= 0.1.19 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= sqlparse-${DISTVERSION} + +MAINTAINER= axel.rau@chaos1.de +COMMENT= Non-validating SQL parser for Python + +LICENSE= BSD3CLAUSE + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse + +.include Added: head/databases/py-sqlparse01/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sqlparse01/distinfo Mon Dec 19 01:18:40 2016 (r428897) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479897846 +SHA256 (sqlparse-0.1.19.tar.gz) = d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8 +SIZE (sqlparse-0.1.19.tar.gz) = 58132 Added: head/databases/py-sqlparse01/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sqlparse01/pkg-descr Mon Dec 19 01:18:40 2016 (r428897) @@ -0,0 +1,4 @@ +sqlparse is a non-validating SQL parser module. It provides support for +parsing, splitting and formatting SQL statements. + +WWW: https://github.com/andialbrecht/sqlparse From owner-svn-ports-head@freebsd.org Mon Dec 19 01:41:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A43C83CAB; Mon, 19 Dec 2016 01:41:08 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAA2A11FC; Mon, 19 Dec 2016 01:41:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ1f6Wx089600; Mon, 19 Dec 2016 01:41:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ1f6oY089598; Mon, 19 Dec 2016 01:41:06 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190141.uBJ1f6oY089598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 01:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428898 - head/devel/py-twext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:41:08 -0000 Author: wen Date: Mon Dec 19 01:41:06 2016 New Revision: 428898 URL: https://svnweb.freebsd.org/changeset/ports/428898 Log: - Update to 0.20160818 PR: 215385 Submitted by: Axel.Rau@Chaos1.DE(maintainer) Modified: head/devel/py-twext/Makefile head/devel/py-twext/distinfo Modified: head/devel/py-twext/Makefile ============================================================================== --- head/devel/py-twext/Makefile Mon Dec 19 01:18:40 2016 (r428897) +++ head/devel/py-twext/Makefile Mon Dec 19 01:41:06 2016 (r428898) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= twext -PORTVERSION= 0.15423 +PORTVERSION= 0.20160818 CATEGORIES= devel python -MASTER_SITES= http://www.lechner-rau.de/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= axel.rau@chaos1.de @@ -11,14 +10,14 @@ COMMENT= Extensions to Twisted LICENSE= APACHE20 -FETCH_DEPENDS= svn:devel/subversion BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=15.4.0:devel/py-twisted RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi \ - ${PYTHON_PKGNAMEPREFIX}twisted>=15.4.0:devel/py-twisted + ${PYTHON_PKGNAMEPREFIX}twisted>=15.4:devel/py-twisted DAL_RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.11:databases/py-sqlparse + ${PYTHON_PKGNAMEPREFIX}sqlparse01>=0.1.19:databases/py-sqlparse01 \ + POSTGRES_RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.2:databases/py-pg8000 @@ -32,21 +31,12 @@ USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH=yes -SVN_REPOSITORY_URL= http://svn.calendarserver.org/repository/calendarserver -SVN_TAG3= twext/trunk -SVN_CMD3= svn export -r15423 - -maint-gen-distfile: - @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ - ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - ${ECHO_MSG} "=> Checking out twext from svn.calendarserver.org/..."; \ - ${SVN_CMD3} ${SVN_REPOSITORY_URL}/${SVN_TAG3} > /dev/null ; \ - ${MV} trunk ${DISTNAME} ; \ - ${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ - cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \ - ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - else \ - ${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \ - fi +USE_GITHUB= yes +GH_ACCOUNT= apple +GH_PROJECT= ccs-twistedextensions +GH_TAGNAME= a8528bc + +post-patch: + @${REINPLACE_CMD} -e 's|"{}a1+unknown".format(base_version)|"0.20160928"|' ${WRKSRC}/setup.py .include Modified: head/devel/py-twext/distinfo ============================================================================== --- head/devel/py-twext/distinfo Mon Dec 19 01:18:40 2016 (r428897) +++ head/devel/py-twext/distinfo Mon Dec 19 01:41:06 2016 (r428898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464109080 -SHA256 (twext-0.15423.tar.gz) = 2fd8ae9b0d481a9c2dd9de5acc67c6787e5c033bf609165865ff04a1bc534e73 -SIZE (twext-0.15423.tar.gz) = 266501 +TIMESTAMP = 1479895744 +SHA256 (apple-ccs-twistedextensions-0.20160818-a8528bc_GH0.tar.gz) = b53ea069486a20b4b0f14a73ebc4f873376aa4aa497c81183ab4f1613d3b6ed4 +SIZE (apple-ccs-twistedextensions-0.20160818-a8528bc_GH0.tar.gz) = 269151 From owner-svn-ports-head@freebsd.org Mon Dec 19 01:48:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9117C83D05; Mon, 19 Dec 2016 01:48:57 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78E341C06; Mon, 19 Dec 2016 01:48:57 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ1muw6090748; Mon, 19 Dec 2016 01:48:56 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ1muB9090746; Mon, 19 Dec 2016 01:48:56 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190148.uBJ1muB9090746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 01:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428899 - head/devel/py-rtree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 01:48:57 -0000 Author: wen Date: Mon Dec 19 01:48:56 2016 New Revision: 428899 URL: https://svnweb.freebsd.org/changeset/ports/428899 Log: - Update to 0.8.3 Modified: head/devel/py-rtree/Makefile head/devel/py-rtree/distinfo Modified: head/devel/py-rtree/Makefile ============================================================================== --- head/devel/py-rtree/Makefile Mon Dec 19 01:41:06 2016 (r428898) +++ head/devel/py-rtree/Makefile Mon Dec 19 01:48:56 2016 (r428899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rtree -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-rtree/distinfo ============================================================================== --- head/devel/py-rtree/distinfo Mon Dec 19 01:41:06 2016 (r428898) +++ head/devel/py-rtree/distinfo Mon Dec 19 01:48:56 2016 (r428899) @@ -1,2 +1,3 @@ -SHA256 (Rtree-0.8.2.tar.gz) = 064ecd9791fe170a8492f4ae75b0cbe8e62b5392f136a159a24d1b70c86d3c3f -SIZE (Rtree-0.8.2.tar.gz) = 55813 +TIMESTAMP = 1482111724 +SHA256 (Rtree-0.8.3.tar.gz) = 6cb9cf3000963ea6a3db777a597baee2bc55c4fc891e4f1967f262cc96148649 +SIZE (Rtree-0.8.3.tar.gz) = 508811 From owner-svn-ports-head@freebsd.org Mon Dec 19 02:49:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A9E2C87803; Mon, 19 Dec 2016 02:49:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15C66112F; Mon, 19 Dec 2016 02:49:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ2nNqC017057; Mon, 19 Dec 2016 02:49:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ2nM1Z017050; Mon, 19 Dec 2016 02:49:22 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190249.uBJ2nM1Z017050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 02:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428900 - in head/www/calendarserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 02:49:24 -0000 Author: wen Date: Mon Dec 19 02:49:22 2016 New Revision: 428900 URL: https://svnweb.freebsd.org/changeset/ports/428900 Log: - Update to 9.0 PR: 215387 Submitted by: Axel.Rau@Chaos1.DE(maintainer) Deleted: head/www/calendarserver/files/patch-twistedcaldav_____init____.py head/www/calendarserver/files/patch-txdav_base_propertystore_xattr.py head/www/calendarserver/files/patch-txdav_common_datastore_sql__schema_current.sql Modified: head/www/calendarserver/Makefile head/www/calendarserver/distinfo head/www/calendarserver/files/patch-setup.py head/www/calendarserver/files/patch-twistedcaldav_stdconfig.py head/www/calendarserver/files/patch-txdav_base_datastore_dbapiclient.py head/www/calendarserver/files/pkg-message.in head/www/calendarserver/pkg-plist Modified: head/www/calendarserver/Makefile ============================================================================== --- head/www/calendarserver/Makefile Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/Makefile Mon Dec 19 02:49:22 2016 (r428900) @@ -1,40 +1,41 @@ # $FreeBSD$ PORTNAME= calendarserver -PORTVERSION= 8.0 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= http://www.lechner-rau.de/downloads/ +PORTVERSION= 9.0 +CATEGORIES= www python +MASTER_SITES= https://github.com/apple/ccs-calendarserver/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= CalendarServer-${PORTVERSION} +DISTNAME= CalendarServer-${PORTVERSION} MAINTAINER= axel.rau@chaos1.de COMMENT= Calendar and Contacts Server from Apple (RFC 4791, RFC 6352) LICENSE= APACHE20 -FETCH_DEPENDS= svn:devel/subversion -BUILD_DEPENDS= ${FETCH_DEPENDS} RUN_DEPENDS= memcached:databases/memcached \ - ${PYTHON_PKGNAMEPREFIX}calendar>=0.15423:devel/py-calendar \ - ${PYTHON_PKGNAMEPREFIX}PyGreSQL>=4.1,1:databases/py-PyGreSQL \ + ${PYTHON_PKGNAMEPREFIX}calendar>=2.1:devel/py-calendar \ + ${PYTHON_PKGNAMEPREFIX}PyGreSQL>=5.0:databases/py-PyGreSQL \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.2:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.2:databases/py-pg8000 \ - ${PYTHON_PKGNAMEPREFIX}psutil>=3.4.2:sysutils/py-psutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2016.1,1:devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=14.0.0:security/py-service_identity \ - ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}pg8000>=1.10.6:databases/py-pg8000 \ + ${PYTHON_PKGNAMEPREFIX}psutil>=4.3.0:sysutils/py-psutil \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2016.7:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.10:devel/py-setproctitle \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1:databases/py-sqlparse \ - ${PYTHON_PKGNAMEPREFIX}twext>=0.15423:devel/py-twext \ - ${PYTHON_PKGNAMEPREFIX}twisted>=15.4.0:devel/py-twisted \ - ${PYTHON_PKGNAMEPREFIX}xattr>=0.7.5:devel/py-xattr \ + ${PYTHON_PKGNAMEPREFIX}twext>=0.20160817:devel/py-twext \ + ${PYTHON_PKGNAMEPREFIX}twisted>=16.4.1:devel/py-twisted \ + ${PYTHON_PKGNAMEPREFIX}xattr>=0.7.8:devel/py-xattr \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.3:devel/py-zope.interface +PORTDOCS= * +PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + USES= pgsql:9.1+ python:2.7 USE_PYTHON= autoplist distutils +NO_ARCH=yes SUB_FILES= pkg-message SUB_LIST+= USER=${USERS} @@ -42,10 +43,6 @@ SUB_LIST+= USER=${USERS} USE_RC_SUBR= caldavd SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -SVN_REPOSITORY_URL= http://svn.calendarserver.org/repository/calendarserver -SVN_TAG1= CalendarServer/tags/release/${DISTNAME} -SVN_CMD1= svn export - ETCDIR= ${PREFIX}/etc/caldavd SHAREDIR= ${PREFIX}/share/caldavd DBDIR= /var/db/caldavd @@ -56,27 +53,17 @@ PLIST_SUB= USER=${USERS} GROUP=${GROUPS} DBDIR=${DBDIR} \ LOGDIR=${LOGDIR} \ RUNDIR=${RUNDIR} +WRKSRC= ${WRKDIR}/ccs-calendarserver-CalendarServer-9.0 CALDAVD_USER= caldavd -USERS= ${CALDAVD_USER} -GROUPS= ${CALDAVD_USER} - -maint-gen-distfile: - @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ - ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - ${ECHO_MSG} "=> Checking out CalendarServer from svn.calendarserver.org/..."; \ - ${SVN_CMD1} ${SVN_REPOSITORY_URL}/${SVN_TAG1} > /dev/null ; \ - ${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ - cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \ - ${RM} -R ${WRKDIR}/${DISTNAME} ; \ - else \ - ${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \ - fi +USERS= ${CALDAVD_USER} +GROUPS= ${CALDAVD_USER} post-patch: - @${REINPLACE_CMD} -e 's|"{}.a1+unknown".format(base_version)|"8.0"|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|"{}a1+unknown".format(base_version)|"9.0"|' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|"/etc/caldavd/caldavd.plist"|"${ETCDIR}/caldavd.plist"|g' ${WRKSRC}/twistedcaldav/stdconfig.py @${REINPLACE_CMD} -e 's|/etc/caldavd|${ETCDIR}|g' ${WRKSRC}/conf/caldavd.plist + @${REINPLACE_CMD} -e 's|daemon|caldavd|g' ${WRKSRC}/conf/caldavd.plist @${REINPLACE_CMD} -e 's|/var/run|/var/run/caldavd|g' ${WRKSRC}/conf/caldavd.plist post-install: @@ -85,12 +72,15 @@ post-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/auth ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/conf && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - (cd ${WRKSRC}/doc && \ - for i in `ls |${GREP} -v '.8'`; do \ - ${MKDIR} ${STAGEDIR}${DOCSDIR}/$${i} && \ - ${INSTALL_MAN} ${WRKSRC}/doc/$${i}/* \ - ${STAGEDIR}${DOCSDIR}/$${i}; \ - done) + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${STAGEDIR}${DOCSDIR} && ${RM} *.8) + ##(cd ${WRKSRC}/doc && \ + ## for i in `ls |${GREP} -v '.8'`; do \ + ## ${MKDIR} ${STAGEDIR}${DOCSDIR}/$${i} && \ + ## ${INSTALL_MAN} ${WRKSRC}/doc/$${i}/* \ + ## ${STAGEDIR}${DOCSDIR}/$${i}; \ + ## done) ${CP} -p ${WRKSRC}/txdav/common/datastore/sql_schema/current.sql \ ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/*.8 ${STAGEDIR}${PREFIX}/man/man8 Modified: head/www/calendarserver/distinfo ============================================================================== --- head/www/calendarserver/distinfo Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/distinfo Mon Dec 19 02:49:22 2016 (r428900) @@ -1,2 +1,3 @@ -SHA256 (CalendarServer-8.0.tar.gz) = 284e4f52cd83f2db3c9d8ce789e617399bf186a3933f5b4f2f4cc937fca3d5a5 -SIZE (CalendarServer-8.0.tar.gz) = 4571878 +TIMESTAMP = 1478804474 +SHA256 (CalendarServer-9.0.tar.gz) = 557f0497d9b112040ebb3d40556ae2e1a6d6391069a928926ac3c0abea45d836 +SIZE (CalendarServer-9.0.tar.gz) = 4836315 Modified: head/www/calendarserver/files/patch-setup.py ============================================================================== --- head/www/calendarserver/files/patch-setup.py Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/files/patch-setup.py Mon Dec 19 02:49:22 2016 (r428900) @@ -1,6 +1,6 @@ ---- setup.py.orig 2016-01-07 15:18:44 UTC +--- setup.py.orig 2016-08-23 16:28:28 UTC +++ setup.py -@@ -429,9 +429,6 @@ def doSetup(): +@@ -419,9 +419,6 @@ def doSetup(): scripts=[ "bin/caldavd", ], Modified: head/www/calendarserver/files/patch-twistedcaldav_stdconfig.py ============================================================================== --- head/www/calendarserver/files/patch-twistedcaldav_stdconfig.py Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/files/patch-twistedcaldav_stdconfig.py Mon Dec 19 02:49:22 2016 (r428900) @@ -1,4 +1,4 @@ ---- twistedcaldav/stdconfig.py.orig 2016-03-01 19:59:08 UTC +--- twistedcaldav/stdconfig.py.orig 2016-08-23 16:28:28 UTC +++ twistedcaldav/stdconfig.py @@ -53,7 +53,7 @@ log = Logger() if platform.isMacOSX(): @@ -9,12 +9,3 @@ DEFAULT_SERVICE_PARAMS = { "xml": { -@@ -1827,6 +1827,8 @@ config.setProvider(PListConfigProvider(D - config.addPreUpdateHooks(PRE_UPDATE_HOOKS) - config.addPostUpdateHooks(POST_UPDATE_HOOKS) - -+# Make sure the default config is loaded and updated early on to avoid race conditions during startup. (upstream: r15635) -+config.update() - - def _preserveConfig(configDict): - """ Modified: head/www/calendarserver/files/patch-txdav_base_datastore_dbapiclient.py ============================================================================== --- head/www/calendarserver/files/patch-txdav_base_datastore_dbapiclient.py Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/files/patch-txdav_base_datastore_dbapiclient.py Mon Dec 19 02:49:22 2016 (r428900) @@ -1,14 +1,19 @@ ---- txdav/base/datastore/dbapiclient.py.orig 2016-03-01 19:40:29 UTC +--- txdav/base/datastore/dbapiclient.py.orig 2016-12-15 11:56:26 UTC +++ txdav/base/datastore/dbapiclient.py -@@ -427,7 +427,10 @@ def pg8000Preflight(connection, **kwargs +@@ -24,6 +24,7 @@ from twext.python.filepath import Cachin + from txdav.common.icommondatastore import InternalDataStoreError + + import pg8000 as postgres ++import six + + try: + import os +@@ -430,7 +431,7 @@ def pg8000Preflight(connection, **kwargs return v.encode("utf-8") if isinstance(v, unicode) else str(v) connection.realConnection.py_types[str] = (705, postgres.core.FC_TEXT, my_text_out) - connection.realConnection.py_types[postgres.six.text_type] = (705, postgres.core.FC_TEXT, my_text_out) -+ -+ # http://trac.calendarserver.org/ticket/940 -+ from six import text_type -+ connection.realConnection.py_types[text_type] = (705, postgres.core.FC_TEXT, my_text_out) ++ connection.realConnection.py_types[six.text_type] = (705, postgres.core.FC_TEXT, my_text_out) def my_text_recv(data, offset, length): return str(data[offset: offset + length]) Modified: head/www/calendarserver/files/pkg-message.in ============================================================================== --- head/www/calendarserver/files/pkg-message.in Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/files/pkg-message.in Mon Dec 19 02:49:22 2016 (r428900) @@ -9,8 +9,21 @@ plus online DOCs, including RFCs in Getting Started --------------- -Before you can run the server, you need to set up a configuration file -(etc/caldavd/caldavd.plist). +Before you can run the server, you need to set up a database and a +configuration file (etc/caldavd/caldavd.plist). + +If you installed the documentation (default), you can create the database, +assuming a running PostgreSQL server, so: + CREATE DATABASE caldav + OWNER = caldav + ENCODING = 'UTF8' + LC_COLLATE = 'C' + LC_CTYPE = 'C'; +and populate it with the caldav tables like so: + psql -h my_server -p my_port \ + -f /usr/local/share/doc/calendarserver/current.sql \ + -U caldav caldav + If you installed the examples configuration, you could start with a test configuration by copying and editing from %%PREFIX%%/share/examples/calendarserver/ to %%PREFIX%%/etc/caldavd/ Modified: head/www/calendarserver/pkg-plist ============================================================================== --- head/www/calendarserver/pkg-plist Mon Dec 19 01:48:56 2016 (r428899) +++ head/www/calendarserver/pkg-plist Mon Dec 19 02:49:22 2016 (r428900) @@ -11,129 +11,10 @@ man/man8/calendarserver_purge_attachment man/man8/calendarserver_purge_events.8.gz man/man8/calendarserver_purge_principals.8.gz man/man8/calendarserver_shell.8.gz -%%PORTDOCS%%%%DOCSDIR%%/Admin/DirectoryService-Apache.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/DirectoryService-OpenDirectory.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/DirectoryService-XML.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/DirectoryServices.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/ExtendedLogItems.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/Guide.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/LoadSimulation.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/MultiServerDeployment.rst -%%PORTDOCS%%%%DOCSDIR%%/Admin/iSchedule.txt -%%PORTDOCS%%%%DOCSDIR%%/Client-Server/Principal Bootstrap.graffle.zip -%%PORTDOCS%%%%DOCSDIR%%/Client-Server/Principal Bootstrap.pdf -%%PORTDOCS%%%%DOCSDIR%%/Client-Server/calendar-client.rst -%%PORTDOCS%%%%DOCSDIR%%/Developer/Calendar Store API.graffle -%%PORTDOCS%%%%DOCSDIR%%/Developer/Calendar Store Schema.graffle -%%PORTDOCS%%%%DOCSDIR%%/Developer/CrossPodDesign.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-ctag.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-ctag.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-notifications.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-notifications.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-privatecomments.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-privatecomments.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-privateevents.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-privateevents.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-proxy.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-proxy.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-pubsubdiscovery.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-pubsubdiscovery.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-recursplit.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-recursplit.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-schedulingchanges.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-schedulingchanges.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-sharing.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/caldav-sharing.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/calendarserver-bulk-change.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/calendarserver-bulk-change.xml -%%PORTDOCS%%%%DOCSDIR%%/Extensions/icalendar-maskuids.txt -%%PORTDOCS%%%%DOCSDIR%%/Extensions/icalendar-maskuids.xml -%%PORTDOCS%%%%DOCSDIR%%/Notes/attendee-import.txt -%%PORTDOCS%%%%DOCSDIR%%/Notes/index.txt -%%PORTDOCS%%%%DOCSDIR%%/Notes/x-items.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/draft-daboo-caldav-extensions.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/draft-daboo-calendar-availability.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/draft-daboo-carddav-directory-gateway.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/draft-desruisseaux-ischedule.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc2616-HTTP.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc2617-HTTP Auth.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc3253-DeltaV.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc3283-Calendaring.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc3744-WebDAV ACL.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc4331-WebDAV Quota.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc4559-SPNEGO.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc4791-CalDAV.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc4918-WebDAV.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5397-Current Principal.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5545-iCalendar.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5546-iTIP.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5689-Extended MKCOL.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5785-well-known-uris.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5842-BIND.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc5995-POST addmember.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6047-iMIP.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6321-xCal.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6350-vCard4.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6351-xCard.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6352-CardDAV.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6578-WebDAV Sync.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/rfc6638-CalDAV-Scheduling.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/RFC6764-srv-CalDAV.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/RFC6868-Parameter Value Encoding.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/RFC7095-jCard.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/RFC7265-jcal.txt -%%PORTDOCS%%%%DOCSDIR%%/RFC/RFC7529-RSCALE.txt -%%PORTDOCS%%%%DOCSDIR%%/current.sql -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/accounts-test-pod.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/accounts-test-s2s.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/accounts-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/accounts.dtd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/accounts.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/augments-default.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/augments-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/augments-test-pod.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/augments-test-s2s.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/augments.dtd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/generate_test_accounts.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/proxies.dtd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/proxies-test-pod.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/proxies-test-s2s.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/proxies-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/resources-test-pod.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/resources-test-s2s.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth/resources-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-apple.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-stdconfig.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-test.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-test-podA.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-test-podB.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd-test-s2s.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caldavd.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test-s2s/other_keys/example.com#ischedule -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test-s2s/priv.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test-s2s/pub.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test/other_keys/example.org#ischedule2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test/priv.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dkim-test/pub.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localservers-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localservers.dtd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/localservers.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mime.types -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/remoteservers-test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/remoteservers-test-s2s.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/remoteservers.dtd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/remoteservers.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources/caldavd-resources.plist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources/locations-resources-orig.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources/locations-resources.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resources/users-groups.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/accounts.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-db.zones @dir %%ETCDIR%%/auth -@dir(%%USER%%,%%GROUP%%,755) %%RUNDIR%% @dir %%LOGDIR%% @dir(%%USER%%,%%GROUP%%,755) %%DBDIR%% -@dir(%%USER%%,%%GROUP%%,755) %%DBDIR%%/Documents @dir(%%USER%%,%%GROUP%%,755) %%DBDIR%%/Data @dir(%%USER%%,%%GROUP%%,755) %%DBDIR%%/Data/Documents +@dir(%%USER%%,%%GROUP%%,755) %%DBDIR%%/Documents +@dir(%%USER%%,%%GROUP%%,755) %%RUNDIR%% From owner-svn-ports-head@freebsd.org Mon Dec 19 02:55:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16CFEC879B8; Mon, 19 Dec 2016 02:55:26 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF041B1C; Mon, 19 Dec 2016 02:55:25 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 386b2c17 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 18 Dec 2016 19:55:17 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r428845 - in head/devel: . py-XStatic py-XStatic-Angular py-XStatic-Angular-Bootstrap py-XStatic-Angular-FileUpload py-XStatic-Angular-Gettext py-XStatic-Angular-Schema-Form py-XStatic-... From: Adam Weinberger X-Priority: Medium In-Reply-To: <159134d0eea.d9902e1512877.1834804278458286473@nfvexpress.com> Date: Sun, 18 Dec 2016 19:55:15 -0700 Cc: Mathieu Arnold , Roman Bogorodskiy , Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <947161D1-4B39-4462-825F-6BD6013945BC@adamw.org> References: <201612181136.uBIBaQLG037821@repo.freebsd.org> <56123f95-c5dc-1e3a-3db5-d87043949c45@FreeBSD.org> <20161218135215.GA48900@kloomba> <159126a267f.e5a6cf2011970.2285015541543481905@nfvexpress.com> <159134d0eea.d9902e1512877.1834804278458286473@nfvexpress.com> To: Alexander Nusov X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 02:55:26 -0000 > On 18 Dec, 2016, at 11:58, Alexander Nusov = wrote: >=20 > Before I start updating all XStatic ports, please review a proposed = template for the COMMENT and pkg-descr >=20 > COMMENT: > Bootstrap widgets for Angular (angular-bootstrap) > | | > npm description actual module name >=20 > pkg-descr: > This port is the static file package for angular-bootstrap JavaScript = library that=20 > provides a Bootstrap widgets for Angular. >=20 > It uses the XStatic packaging standard, aimed to bring an ability to = install javascript libraries via > python's easy_install or pip utility. >=20 > WWW: http://pypi.python.org/pypi/XStatic-Angular-Bootstrap Those are both fine.=20 # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Dec 19 03:11:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70E9BC87E04; Mon, 19 Dec 2016 03:11:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3487F1342; Mon, 19 Dec 2016 03:11:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ3BtcF025743; Mon, 19 Dec 2016 03:11:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ3BtB9025741; Mon, 19 Dec 2016 03:11:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190311.uBJ3BtB9025741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 03:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428901 - head/math/py-altgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 03:11:56 -0000 Author: wen Date: Mon Dec 19 03:11:55 2016 New Revision: 428901 URL: https://svnweb.freebsd.org/changeset/ports/428901 Log: - Update to 0.13 Modified: head/math/py-altgraph/Makefile head/math/py-altgraph/distinfo Modified: head/math/py-altgraph/Makefile ============================================================================== --- head/math/py-altgraph/Makefile Mon Dec 19 02:49:22 2016 (r428900) +++ head/math/py-altgraph/Makefile Mon Dec 19 03:11:55 2016 (r428901) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= altgraph -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-altgraph/distinfo ============================================================================== --- head/math/py-altgraph/distinfo Mon Dec 19 02:49:22 2016 (r428900) +++ head/math/py-altgraph/distinfo Mon Dec 19 03:11:55 2016 (r428901) @@ -1,2 +1,3 @@ -SHA256 (altgraph-0.12.tar.gz) = b90db0dba36d9ece282b6a95ae3d324b63239694ce2cf2fd07d3efd7f2f7cab2 -SIZE (altgraph-0.12.tar.gz) = 492343 +TIMESTAMP = 1482116685 +SHA256 (altgraph-0.13.tar.gz) = 8510e9d85598d718d1f94afa7a64696565d6c3cb139d72603d6f64339377be68 +SIZE (altgraph-0.13.tar.gz) = 47164 From owner-svn-ports-head@freebsd.org Mon Dec 19 03:21:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1787AC87E6E; Mon, 19 Dec 2016 03:21:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA929FB; Mon, 19 Dec 2016 03:21:15 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ3LF7R032239; Mon, 19 Dec 2016 03:21:15 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ3LEZc032237; Mon, 19 Dec 2016 03:21:14 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190321.uBJ3LEZc032237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 03:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428902 - head/devel/py-twisted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 03:21:16 -0000 Author: wen Date: Mon Dec 19 03:21:14 2016 New Revision: 428902 URL: https://svnweb.freebsd.org/changeset/ports/428902 Log: - Update to 16.6.0 Modified: head/devel/py-twisted/Makefile head/devel/py-twisted/distinfo Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Mon Dec 19 03:11:55 2016 (r428901) +++ head/devel/py-twisted/Makefile Mon Dec 19 03:21:14 2016 (r428902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 16.5.0 +PORTVERSION= 16.6.0 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twisted/distinfo ============================================================================== --- head/devel/py-twisted/distinfo Mon Dec 19 03:11:55 2016 (r428901) +++ head/devel/py-twisted/distinfo Mon Dec 19 03:21:14 2016 (r428902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963069 -SHA256 (Twisted-16.5.0.tar.bz2) = 0207d88807482fa670a84926590e163a2a081a29745de34c5a6dc21066abae73 -SIZE (Twisted-16.5.0.tar.bz2) = 2970708 +TIMESTAMP = 1482117268 +SHA256 (Twisted-16.6.0.tar.bz2) = d0fe115ea7ef8cf632d05103de60356c6e992b2153d6830bdc4476f8accb1fca +SIZE (Twisted-16.6.0.tar.bz2) = 2979747 From owner-svn-ports-head@freebsd.org Mon Dec 19 03:26:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE566C87016; Mon, 19 Dec 2016 03:26:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 969F7AF0; Mon, 19 Dec 2016 03:26:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ3QsjZ033988; Mon, 19 Dec 2016 03:26:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ3Qsp0033983; Mon, 19 Dec 2016 03:26:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190326.uBJ3Qsp0033983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 03:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428903 - in head/biology/ncbi-blast+: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 03:26:55 -0000 Author: wen Date: Mon Dec 19 03:26:54 2016 New Revision: 428903 URL: https://svnweb.freebsd.org/changeset/ports/428903 Log: - Update to 2.5.0 PR: 214997 Submitted by: mzaki@e-mail.ne.jp Approved by: maintainer(timeout, > 14 days) Added: head/biology/ncbi-blast+/files/patch-src_build-system_Makefile.in.top (contents, props changed) Modified: head/biology/ncbi-blast+/Makefile head/biology/ncbi-blast+/distinfo head/biology/ncbi-blast+/files/patch-src_build-system_configure head/biology/ncbi-blast+/pkg-plist Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Mon Dec 19 03:21:14 2016 (r428902) +++ head/biology/ncbi-blast+/Makefile Mon Dec 19 03:26:54 2016 (r428903) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= blast+ -PORTVERSION= 2.2.30 -PORTREVISION= 4 +PORTVERSION= 2.5.0 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ Modified: head/biology/ncbi-blast+/distinfo ============================================================================== --- head/biology/ncbi-blast+/distinfo Mon Dec 19 03:21:14 2016 (r428902) +++ head/biology/ncbi-blast+/distinfo Mon Dec 19 03:26:54 2016 (r428903) @@ -1,2 +1,3 @@ -SHA256 (ncbi-blast-2.2.30+-src.tar.gz) = 7baa46cf761febf2660ddd9a8f9b5b02d12a3413561a554d2f85d4628a25aaa3 -SIZE (ncbi-blast-2.2.30+-src.tar.gz) = 18937894 +TIMESTAMP = 1480648908 +SHA256 (ncbi-blast-2.5.0+-src.tar.gz) = cce122a29d309127a478353856b351914232e78a9546941781ff0a4c18ec9c54 +SIZE (ncbi-blast-2.5.0+-src.tar.gz) = 19938544 Added: head/biology/ncbi-blast+/files/patch-src_build-system_Makefile.in.top ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/ncbi-blast+/files/patch-src_build-system_Makefile.in.top Mon Dec 19 03:26:54 2016 (r428903) @@ -0,0 +1,11 @@ +--- src/build-system/Makefile.in.top.orig 2014-11-13 01:41:55.000000000 +0900 ++++ src/build-system/Makefile.in.top 2016-12-02 16:39:58.415910000 +0900 +@@ -51,7 +51,7 @@ + done + cd $(includedir0) && find * -name CVS -prune -o -print |\ + cpio -pd $(pincludedir) +- $(INSTALL) -m 644 $(incdir)/* $(pincludedir) ++ cd $(incdir) && find * | cpio -pd $(pincludedir) + ## set up appropriate build and status directories somewhere under $(libdir)? + + install-gbench: Modified: head/biology/ncbi-blast+/files/patch-src_build-system_configure ============================================================================== --- head/biology/ncbi-blast+/files/patch-src_build-system_configure Mon Dec 19 03:21:14 2016 (r428902) +++ head/biology/ncbi-blast+/files/patch-src_build-system_configure Mon Dec 19 03:26:54 2016 (r428903) @@ -1,11 +1,11 @@ ---- src/build-system/configure.orig 2015-04-27 09:51:45.000000000 -0500 -+++ src/build-system/configure 2015-04-27 09:52:01.000000000 -0500 -@@ -1606,7 +1606,7 @@ - | --with-muparser=* | --with-hdf5=* | --with-jni=* | --with-magic=* \ - | --x-includes=* | --x-libraries=* | --with-3psw=* \ - | --target=* | --with-runpath=* | --with-relative-runpath=* \ -- | --help | --no-create | --no-recursion) -+ | --help | --no-create | --no-recursion | --localstatedir=* ) - ;; - - * ) +--- src/build-system/configure.orig 2016-09-09 21:04:16.000000000 +0900 ++++ src/build-system/configure 2016-12-02 15:04:04.258800000 +0900 +@@ -1715,7 +1715,7 @@ + | --silent | --cache-file=* | -C | --config-cache | -n | --no-create \ + | --no-recursion | --prefix=* | --exec-prefix=* | --bindir=* \ + | --libdir=* | --includedir=* | --build=* | --host=* | --target=* \ +- | --with-runpath=* | --with-relative-runpath=* \ ++ | --with-runpath=* | --with-relative-runpath=* | --localstatedir=* \ + | --with-experimental=* | --with-extra-action=* | --with-build-root=* \ + | --with-fake-root=* | --with-build-root-sfx=* | --with-check=* \ + | --with-check-tools=* | --with-ftds=[0-9]* | --with-fastcgi=[0-9]* \ Modified: head/biology/ncbi-blast+/pkg-plist ============================================================================== --- head/biology/ncbi-blast+/pkg-plist Mon Dec 19 03:21:14 2016 (r428902) +++ head/biology/ncbi-blast+/pkg-plist Mon Dec 19 03:26:54 2016 (r428903) @@ -19,6 +19,7 @@ bin/project_tree_builder bin/psiblast bin/rpsblast bin/rpstblastn +bin/run_with_lock bin/seedtop bin/segmasker bin/seqdb_demo @@ -54,6 +55,8 @@ include/ncbi-tools++/algo/blast/api/hsps include/ncbi-tools++/algo/blast/api/local_blast.hpp include/ncbi-tools++/algo/blast/api/local_db_adapter.hpp include/ncbi-tools++/algo/blast/api/local_search.hpp +include/ncbi-tools++/algo/blast/api/magicblast.hpp +include/ncbi-tools++/algo/blast/api/magicblast_options.hpp include/ncbi-tools++/algo/blast/api/msa_pssm_input.hpp include/ncbi-tools++/algo/blast/api/objmgr_query_data.hpp include/ncbi-tools++/algo/blast/api/objmgrfree_query_data.hpp @@ -90,6 +93,7 @@ include/ncbi-tools++/algo/blast/api/unif include/ncbi-tools++/algo/blast/api/version.hpp include/ncbi-tools++/algo/blast/api/windowmask_filter.hpp include/ncbi-tools++/algo/blast/blastinput/blast_args.hpp +include/ncbi-tools++/algo/blast/blastinput/blast_asn1_input.hpp include/ncbi-tools++/algo/blast/blastinput/blast_fasta_input.hpp include/ncbi-tools++/algo/blast/blastinput/blast_input.hpp include/ncbi-tools++/algo/blast/blastinput/blast_input_aux.hpp @@ -101,6 +105,7 @@ include/ncbi-tools++/algo/blast/blastinp include/ncbi-tools++/algo/blast/blastinput/deltablast_args.hpp include/ncbi-tools++/algo/blast/blastinput/igblastn_args.hpp include/ncbi-tools++/algo/blast/blastinput/igblastp_args.hpp +include/ncbi-tools++/algo/blast/blastinput/magicblast_args.hpp include/ncbi-tools++/algo/blast/blastinput/psiblast_args.hpp include/ncbi-tools++/algo/blast/blastinput/rmblastn_args.hpp include/ncbi-tools++/algo/blast/blastinput/rpsblast_args.hpp @@ -158,6 +163,7 @@ include/ncbi-tools++/algo/blast/core/gre include/ncbi-tools++/algo/blast/core/hspfilter_besthit.h include/ncbi-tools++/algo/blast/core/hspfilter_collector.h include/ncbi-tools++/algo/blast/core/hspfilter_culling.h +include/ncbi-tools++/algo/blast/core/hspfilter_mapper.h include/ncbi-tools++/algo/blast/core/link_hsps.h include/ncbi-tools++/algo/blast/core/lookup_util.h include/ncbi-tools++/algo/blast/core/lookup_wrap.h @@ -182,6 +188,7 @@ include/ncbi-tools++/algo/blast/format/b include/ncbi-tools++/algo/blast/format/build_archive.hpp include/ncbi-tools++/algo/blast/format/data4xml2format.hpp include/ncbi-tools++/algo/blast/format/data4xmlformat.hpp +include/ncbi-tools++/algo/blast/format/sam.hpp include/ncbi-tools++/algo/blast/format/vecscreen_run.hpp include/ncbi-tools++/algo/blast/igblast/igblast.hpp include/ncbi-tools++/algo/dustmask/sdust.tex @@ -211,6 +218,7 @@ include/ncbi-tools++/algo/winmask/seq_ma include/ncbi-tools++/algo/winmask/seq_masker_uset_hash.hpp include/ncbi-tools++/algo/winmask/seq_masker_uset_simple.hpp include/ncbi-tools++/algo/winmask/seq_masker_util.hpp +include/ncbi-tools++/algo/winmask/seq_masker_version.hpp include/ncbi-tools++/algo/winmask/seq_masker_window.hpp include/ncbi-tools++/algo/winmask/seq_masker_window_ambig.hpp include/ncbi-tools++/algo/winmask/seq_masker_window_pattern.hpp @@ -221,8 +229,6 @@ include/ncbi-tools++/algo/winmask/win_ma include/ncbi-tools++/algo/winmask/win_mask_gen_counts.hpp include/ncbi-tools++/algo/winmask/win_mask_util.hpp include/ncbi-tools++/cgi/caf.hpp -include/ncbi-tools++/cgi/caf_encoded.hpp -include/ncbi-tools++/cgi/caf_plain.hpp include/ncbi-tools++/cgi/cgi_exception.hpp include/ncbi-tools++/cgi/cgi_serial.hpp include/ncbi-tools++/cgi/cgi_session.hpp @@ -237,13 +243,15 @@ include/ncbi-tools++/cgi/ncbicgir.hpp include/ncbi-tools++/cgi/ncbires.hpp include/ncbi-tools++/cgi/ref_args.hpp include/ncbi-tools++/cgi/user_agent.hpp +include/ncbi-tools++/common/boost_skew_guard.hpp include/ncbi-tools++/common/config/ncbiconf_msvc.h -include/ncbi-tools++/common/config/ncbiconf_msvc_site.h include/ncbi-tools++/common/config/ncbiconf_universal.h include/ncbi-tools++/common/config/ncbiconf_xcode.h -include/ncbi-tools++/common/config/ncbiconf_xcode_site.h include/ncbi-tools++/common/header_template.hpp include/ncbi-tools++/common/metamodules_doxygen.h +include/ncbi-tools++/common/ncbi_build_ver.h +include/ncbi-tools++/common/ncbi_build_ver.h.in +include/ncbi-tools++/common/ncbi_build_ver.h.last include/ncbi-tools++/common/ncbi_export.h include/ncbi-tools++/common/ncbi_package_ver.h include/ncbi-tools++/common/ncbi_pch_impl.hpp @@ -256,12 +264,6 @@ include/ncbi-tools++/common/test_data_pa include/ncbi-tools++/connect/connect_export.h include/ncbi-tools++/connect/email_diag_handler.hpp include/ncbi-tools++/connect/error_codes.hpp -include/ncbi-tools++/connect/ext/ncbi_crypt.h -include/ncbi-tools++/connect/ext/ncbi_dblb.h -include/ncbi-tools++/connect/ext/ncbi_dblb_svcmapper.hpp -include/ncbi-tools++/connect/ext/ncbi_ifconf.h -include/ncbi-tools++/connect/ext/ncbi_iprange.h -include/ncbi-tools++/connect/ext/ncbi_localnet.h include/ncbi-tools++/connect/impl/server_connection.hpp include/ncbi-tools++/connect/impl/thread_pool_for_server.hpp include/ncbi-tools++/connect/ncbi_base64.h @@ -282,8 +284,10 @@ include/ncbi-tools++/connect/ncbi_heapmg include/ncbi-tools++/connect/ncbi_host_info.h include/ncbi-tools++/connect/ncbi_http_connector.h include/ncbi-tools++/connect/ncbi_http_session.hpp +include/ncbi-tools++/connect/ncbi_lbos.hpp include/ncbi-tools++/connect/ncbi_memory_connector.h include/ncbi-tools++/connect/ncbi_misc.hpp +include/ncbi-tools++/connect/ncbi_monkey.hpp include/ncbi-tools++/connect/ncbi_namedpipe.hpp include/ncbi-tools++/connect/ncbi_namedpipe_connector.hpp include/ncbi-tools++/connect/ncbi_pipe.hpp @@ -309,11 +313,14 @@ include/ncbi-tools++/connect/services/er include/ncbi-tools++/connect/services/grid_app_version_info.hpp include/ncbi-tools++/connect/services/grid_client.hpp include/ncbi-tools++/connect/services/grid_client_app.hpp -include/ncbi-tools++/connect/services/grid_control_thread.hpp include/ncbi-tools++/connect/services/grid_globals.hpp include/ncbi-tools++/connect/services/grid_rw_impl.hpp include/ncbi-tools++/connect/services/grid_worker.hpp include/ncbi-tools++/connect/services/grid_worker_app.hpp +include/ncbi-tools++/connect/services/impl/neticache_client_int.hpp +include/ncbi-tools++/connect/services/impl/netschedule_api_int.hpp +include/ncbi-tools++/connect/services/impl/netstorage_impl.hpp +include/ncbi-tools++/connect/services/impl/netstorage_int.hpp include/ncbi-tools++/connect/services/json_over_uttp.hpp include/ncbi-tools++/connect/services/named_parameters.hpp include/ncbi-tools++/connect/services/netcache_admin.hpp @@ -329,7 +336,7 @@ include/ncbi-tools++/connect/services/ne include/ncbi-tools++/connect/services/netservice_api_expt.hpp include/ncbi-tools++/connect/services/netservice_protocol_parser.hpp include/ncbi-tools++/connect/services/netstorage.hpp -include/ncbi-tools++/connect/services/netstorage_admin.hpp +include/ncbi-tools++/connect/services/netstorage_ft.hpp include/ncbi-tools++/connect/services/netstorage_impl.hpp include/ncbi-tools++/connect/services/ns_client_factory.hpp include/ncbi-tools++/connect/services/ns_job_serializer.hpp @@ -337,7 +344,6 @@ include/ncbi-tools++/connect/services/ns include/ncbi-tools++/connect/services/remote_app.hpp include/ncbi-tools++/connect/services/srv_connections.hpp include/ncbi-tools++/connect/services/srv_connections_expt.hpp -include/ncbi-tools++/connect/services/timeline.hpp include/ncbi-tools++/connect/services/util.hpp include/ncbi-tools++/connect/threaded_server.hpp include/ncbi-tools++/corelib/blob_storage.hpp @@ -355,10 +361,12 @@ include/ncbi-tools++/corelib/hash_impl/_ include/ncbi-tools++/corelib/hash_impl/stlp_defs.hpp include/ncbi-tools++/corelib/hash_map.hpp include/ncbi-tools++/corelib/hash_set.hpp +include/ncbi-tools++/corelib/impl/listener_stack.hpp include/ncbi-tools++/corelib/impl/ncbi_atomic_defs.h include/ncbi-tools++/corelib/impl/ncbi_dbsvcmapper.hpp include/ncbi-tools++/corelib/impl/ncbi_java.h include/ncbi-tools++/corelib/impl/ncbi_os_mswin.h +include/ncbi-tools++/corelib/impl/ncbi_panfs.h include/ncbi-tools++/corelib/impl/ncbi_param_impl.hpp include/ncbi-tools++/corelib/impl/ncbi_toolkit_impl.hpp include/ncbi-tools++/corelib/impl/ncbierror_impl.hpp @@ -377,6 +385,7 @@ include/ncbi-tools++/corelib/ncbi_cookie include/ncbi-tools++/corelib/ncbi_limits.h include/ncbi-tools++/corelib/ncbi_limits.hpp include/ncbi-tools++/corelib/ncbi_mask.hpp +include/ncbi-tools++/corelib/ncbi_message.hpp include/ncbi-tools++/corelib/ncbi_os_mswin.hpp include/ncbi-tools++/corelib/ncbi_os_unix.hpp include/ncbi-tools++/corelib/ncbi_param.hpp @@ -396,6 +405,7 @@ include/ncbi-tools++/corelib/ncbiatomic. include/ncbi-tools++/corelib/ncbiatomic.hpp include/ncbi-tools++/corelib/ncbicfg.h include/ncbi-tools++/corelib/ncbicntr.hpp +include/ncbi-tools++/corelib/ncbictype.hpp include/ncbi-tools++/corelib/ncbidbg.hpp include/ncbi-tools++/corelib/ncbidiag.hpp include/ncbi-tools++/corelib/ncbidiag.inl @@ -464,8 +474,10 @@ include/ncbi-tools++/dbapi/driver/odbc/u include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sql.h include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sqlext.h include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sqlfront.h +include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sqlspi.h include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sqltypes.h include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/sqlucode.h +include/ncbi-tools++/dbapi/driver/odbc/unix_odbc/unixodbc_conf.h include/ncbi-tools++/dbapi/driver/public.hpp include/ncbi-tools++/dbapi/driver/types.hpp include/ncbi-tools++/dbapi/driver/util/blobstore.hpp @@ -492,6 +504,7 @@ include/ncbi-tools++/html/page.hpp include/ncbi-tools++/html/pager.hpp include/ncbi-tools++/html/selection.hpp include/ncbi-tools++/html/writer_htmlenc.hpp +include/ncbi-tools++/misc/error_codes.hpp include/ncbi-tools++/ncbi_pch.hpp include/ncbi-tools++/ncbi_source_ver.h include/ncbi-tools++/ncbiconf.h @@ -585,16 +598,6 @@ include/ncbi-tools++/objects/biotree/Nod include/ncbi-tools++/objects/biotree/biotree__.hpp include/ncbi-tools++/objects/blast/.cvsignore include/ncbi-tools++/objects/blast/.cvsignore.extra -include/ncbi-tools++/objects/blast/Bla_com_opt_db_res_by_orga.hpp -include/ncbi-tools++/objects/blast/Bla_com_opt_db_res_by_orga_.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_disco_megab.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_disco_megab_.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_nucle_query.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_nucle_query_.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_query_filte.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_query_filte_.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_repea_filte.hpp -include/ncbi-tools++/objects/blast/Blas_comm_opti_repea_filte_.hpp include/ncbi-tools++/objects/blast/Blas_get_searc_resul_reply.hpp include/ncbi-tools++/objects/blast/Blas_get_searc_resul_reply_.hpp include/ncbi-tools++/objects/blast/Blas_get_searc_resul_reque.hpp @@ -609,14 +612,10 @@ include/ncbi-tools++/objects/blast/Blas_ include/ncbi-tools++/objects/blast/Blas_get_searc_strat_reque_.hpp include/ncbi-tools++/objects/blast/Blas_get_windo_taxid_reply.hpp include/ncbi-tools++/objects/blast/Blas_get_windo_taxid_reply_.hpp -include/ncbi-tools++/objects/blast/Blas_queu_searc_reque_lite.hpp -include/ncbi-tools++/objects/blast/Blas_queu_searc_reque_lite_.hpp include/ncbi-tools++/objects/blast/Blast4_alignment_for_query.hpp include/ncbi-tools++/objects/blast/Blast4_alignment_for_query_.hpp include/ncbi-tools++/objects/blast/Blast4_archive.hpp include/ncbi-tools++/objects/blast/Blast4_archive_.hpp -include/ncbi-tools++/objects/blast/Blast4_common_options.hpp -include/ncbi-tools++/objects/blast/Blast4_common_options_.hpp include/ncbi-tools++/objects/blast/Blast4_cutoff.hpp include/ncbi-tools++/objects/blast/Blast4_cutoff_.hpp include/ncbi-tools++/objects/blast/Blast4_database.hpp @@ -659,8 +658,6 @@ include/ncbi-tools++/objects/blast/Blast include/ncbi-tools++/objects/blast/Blast4_mask_.hpp include/ncbi-tools++/objects/blast/Blast4_matrix_id.hpp include/ncbi-tools++/objects/blast/Blast4_matrix_id_.hpp -include/ncbi-tools++/objects/blast/Blast4_options_lite.hpp -include/ncbi-tools++/objects/blast/Blast4_options_lite_.hpp include/ncbi-tools++/objects/blast/Blast4_parameter.hpp include/ncbi-tools++/objects/blast/Blast4_parameter_.hpp include/ncbi-tools++/objects/blast/Blast4_parameter_info.hpp @@ -707,10 +704,6 @@ include/ncbi-tools++/objects/blast/Blast include/ncbi-tools++/objects/blast/Blast4_task_info_.hpp include/ncbi-tools++/objects/blast/Blast4_value.hpp include/ncbi-tools++/objects/blast/Blast4_value_.hpp -include/ncbi-tools++/objects/blast/Blast_commo_optio_db_restr.hpp -include/ncbi-tools++/objects/blast/Blast_commo_optio_db_restr_.hpp -include/ncbi-tools++/objects/blast/Blast_common_option_scorin.hpp -include/ncbi-tools++/objects/blast/Blast_common_option_scorin_.hpp include/ncbi-tools++/objects/blast/Blast_finish_params_reques.hpp include/ncbi-tools++/objects/blast/Blast_finish_params_reques_.hpp include/ncbi-tools++/objects/blast/Blast_get_databa_ex_reques.hpp @@ -763,8 +756,11 @@ include/ncbi-tools++/objects/blastxml/Pa include/ncbi-tools++/objects/blastxml/Statistics.hpp include/ncbi-tools++/objects/blastxml/Statistics_.hpp include/ncbi-tools++/objects/blastxml/blastxml__.hpp -include/ncbi-tools++/objects/blastxml2/BlastOutput.hpp -include/ncbi-tools++/objects/blastxml2/BlastOutput_.hpp +include/ncbi-tools++/objects/blastxml2/.cvsignore +include/ncbi-tools++/objects/blastxml2/BlastOutput2.hpp +include/ncbi-tools++/objects/blastxml2/BlastOutput2_.hpp +include/ncbi-tools++/objects/blastxml2/BlastXML2.hpp +include/ncbi-tools++/objects/blastxml2/BlastXML2_.hpp include/ncbi-tools++/objects/blastxml2/Err.hpp include/ncbi-tools++/objects/blastxml2/Err_.hpp include/ncbi-tools++/objects/blastxml2/Hit.hpp @@ -775,7 +771,7 @@ include/ncbi-tools++/objects/blastxml2/H include/ncbi-tools++/objects/blastxml2/Hsp_.hpp include/ncbi-tools++/objects/blastxml2/Iteration.hpp include/ncbi-tools++/objects/blastxml2/Iteration_.hpp -include/ncbi-tools++/objects/blastxml2/NCBI_BlastOutput_module.hpp +include/ncbi-tools++/objects/blastxml2/NCBI_BlastOutput2_module.hpp include/ncbi-tools++/objects/blastxml2/Parameters.hpp include/ncbi-tools++/objects/blastxml2/Parameters_.hpp include/ncbi-tools++/objects/blastxml2/Range.hpp @@ -1160,12 +1156,16 @@ include/ncbi-tools++/objects/genomecoll/ include/ncbi-tools++/objects/genomecoll/GCClientRequest_.hpp include/ncbi-tools++/objects/genomecoll/GCClientResponse.hpp include/ncbi-tools++/objects/genomecoll/GCClientResponse_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_AssembliesForSequ.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_AssembliesForSequ_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_AssemblyInfo.hpp include/ncbi-tools++/objects/genomecoll/GCClient_AssemblyInfo_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_AssemblySequenceI.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_AssemblySequenceI_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_AttributeFlags.hpp include/ncbi-tools++/objects/genomecoll/GCClient_AttributeFlags_.hpp -include/ncbi-tools++/objects/genomecoll/GCClient_BestAssembly.hpp -include/ncbi-tools++/objects/genomecoll/GCClient_BestAssembly_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_EquivalentAssembl.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_EquivalentAssembl_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_Error.hpp include/ncbi-tools++/objects/genomecoll/GCClient_Error_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_FindBestAssemblyF.hpp @@ -1174,10 +1174,14 @@ include/ncbi-tools++/objects/genomecoll/ include/ncbi-tools++/objects/genomecoll/GCClient_FindBestAssemblyR_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_FindBestAssemblyS.hpp include/ncbi-tools++/objects/genomecoll/GCClient_FindBestAssemblyS_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyBlobRe.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyBlobRe_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyBySequ.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyBySequ_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyReques.hpp include/ncbi-tools++/objects/genomecoll/GCClient_GetAssemblyReques_.hpp -include/ncbi-tools++/objects/genomecoll/GCClient_SeqIdAssemblyInfo.hpp -include/ncbi-tools++/objects/genomecoll/GCClient_SeqIdAssemblyInfo_.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetEquivalentAsse.hpp +include/ncbi-tools++/objects/genomecoll/GCClient_GetEquivalentAsse_.hpp include/ncbi-tools++/objects/genomecoll/GCClient_ValidateChrTypeLo.hpp include/ncbi-tools++/objects/genomecoll/GCClient_ValidateChrTypeLo_.hpp include/ncbi-tools++/objects/genomecoll/GC_Assemblies.hpp @@ -1220,6 +1224,7 @@ include/ncbi-tools++/objects/genomecoll/ include/ncbi-tools++/objects/genomecoll/GC_TypedSeqId_.hpp include/ncbi-tools++/objects/genomecoll/NCBI_GencollClient_module.hpp include/ncbi-tools++/objects/genomecoll/NCBI_GenomeCollection_module.hpp +include/ncbi-tools++/objects/genomecoll/cached_assembly.hpp include/ncbi-tools++/objects/genomecoll/gencoll_client__.hpp include/ncbi-tools++/objects/genomecoll/genome_collection__.hpp include/ncbi-tools++/objects/genomecoll/genomic_collections_cli.hpp @@ -1334,6 +1339,8 @@ include/ncbi-tools++/objects/id2/NCBI_ID include/ncbi-tools++/objects/id2/id2__.hpp include/ncbi-tools++/objects/id2/id2_client.hpp include/ncbi-tools++/objects/id2/id2_client_.hpp +include/ncbi-tools++/objects/id2/id2processor.hpp +include/ncbi-tools++/objects/id2/id2processor_interface.hpp include/ncbi-tools++/objects/insdseq/.cvsignore include/ncbi-tools++/objects/insdseq/INSDAltSeqData.hpp include/ncbi-tools++/objects/insdseq/INSDAltSeqData_.hpp @@ -2866,6 +2873,8 @@ include/ncbi-tools++/objects/taxon3/Taxo include/ncbi-tools++/objects/taxon3/Taxon3_reply_.hpp include/ncbi-tools++/objects/taxon3/Taxon3_request.hpp include/ncbi-tools++/objects/taxon3/Taxon3_request_.hpp +include/ncbi-tools++/objects/taxon3/cached_taxon3.hpp +include/ncbi-tools++/objects/taxon3/itaxon3.hpp include/ncbi-tools++/objects/taxon3/taxon3.hpp include/ncbi-tools++/objects/taxon3/taxon3__.hpp include/ncbi-tools++/objects/tinyseq/.cvsignore @@ -2907,6 +2916,10 @@ include/ncbi-tools++/objects/trackmgr/TM include/ncbi-tools++/objects/trackmgr/TMgr_BlastRIDRequest_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_ClientInfo.hpp include/ncbi-tools++/objects/trackmgr/TMgr_ClientInfo_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_CreateTracksetReply.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_CreateTracksetReply_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_CreateTracksetRequest.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_CreateTracksetRequest_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_CreateUserDataItem.hpp include/ncbi-tools++/objects/trackmgr/TMgr_CreateUserDataItem_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_CreateUserTrackReply.hpp @@ -2951,10 +2964,20 @@ include/ncbi-tools++/objects/trackmgr/TM include/ncbi-tools++/objects/trackmgr/TMgr_RemoveUserTrackReply_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_RemoveUserTrackReques.hpp include/ncbi-tools++/objects/trackmgr/TMgr_RemoveUserTrackReques_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RenameMyNCBICollectio.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RenameMyNCBICollectio_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_Reply.hpp include/ncbi-tools++/objects/trackmgr/TMgr_Reply_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_Request.hpp include/ncbi-tools++/objects/trackmgr/TMgr_Request_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RetrieveTracksetReply.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RetrieveTracksetReply_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RetrieveTracksetReque.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_RetrieveTracksetReque_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_Status.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_Status_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_SupportedAssembliesRe.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_SupportedAssembliesRe_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_SwitchTrackContextRep.hpp include/ncbi-tools++/objects/trackmgr/TMgr_SwitchTrackContextRep_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_SwitchTrackContextReq.hpp @@ -2975,22 +2998,29 @@ include/ncbi-tools++/objects/trackmgr/TM include/ncbi-tools++/objects/trackmgr/TMgr_TrackAttributes_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_TrackItems.hpp include/ncbi-tools++/objects/trackmgr/TMgr_TrackItems_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_TrackSet.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_TrackSetType.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_TrackSetType_.hpp +include/ncbi-tools++/objects/trackmgr/TMgr_TrackSet_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_TypeStat.hpp include/ncbi-tools++/objects/trackmgr/TMgr_TypeStat_.hpp include/ncbi-tools++/objects/trackmgr/TMgr_ValueRequest.hpp include/ncbi-tools++/objects/trackmgr/TMgr_ValueRequest_.hpp include/ncbi-tools++/objects/trackmgr/blast_client.hpp +include/ncbi-tools++/objects/trackmgr/createtrackset_client.hpp include/ncbi-tools++/objects/trackmgr/createusertrack_client.hpp include/ncbi-tools++/objects/trackmgr/displaytrack_client.hpp include/ncbi-tools++/objects/trackmgr/gridrpcclient.hpp include/ncbi-tools++/objects/trackmgr/item_resolver_client.hpp include/ncbi-tools++/objects/trackmgr/removeusertrack_client.hpp +include/ncbi-tools++/objects/trackmgr/supported_assemblies_client.hpp include/ncbi-tools++/objects/trackmgr/switch_context_client.hpp include/ncbi-tools++/objects/trackmgr/track_attrvalue_client.hpp include/ncbi-tools++/objects/trackmgr/trackmgr__.hpp include/ncbi-tools++/objects/trackmgr/trackmgr_client.hpp include/ncbi-tools++/objects/trackmgr/trackmgr_client_.hpp include/ncbi-tools++/objects/trackmgr/trackmgr_export.h +include/ncbi-tools++/objects/trackmgr/trackset_client.hpp include/ncbi-tools++/objects/valerr/.cvsignore include/ncbi-tools++/objects/valerr/NCBI_ValErrors_module.hpp include/ncbi-tools++/objects/valerr/ValidErrItem.hpp @@ -3028,6 +3058,77 @@ include/ncbi-tools++/objects/variation/V include/ncbi-tools++/objects/variation/VariationMethod_.hpp include/ncbi-tools++/objects/variation/Variation_.hpp include/ncbi-tools++/objects/variation/variation__.hpp +include/ncbi-tools++/objects/varrep/.cvsignore +include/ncbi-tools++/objects/varrep/AaInterval.hpp +include/ncbi-tools++/objects/varrep/AaInterval_.hpp +include/ncbi-tools++/objects/varrep/AaLocation.hpp +include/ncbi-tools++/objects/varrep/AaLocation_.hpp +include/ncbi-tools++/objects/varrep/AaSite.hpp +include/ncbi-tools++/objects/varrep/AaSiteRange.hpp +include/ncbi-tools++/objects/varrep/AaSiteRange_.hpp +include/ncbi-tools++/objects/varrep/AaSite_.hpp +include/ncbi-tools++/objects/varrep/Conversion.hpp +include/ncbi-tools++/objects/varrep/Conversion_.hpp +include/ncbi-tools++/objects/varrep/Count.hpp +include/ncbi-tools++/objects/varrep/Count_.hpp +include/ncbi-tools++/objects/varrep/CtermExtension.hpp +include/ncbi-tools++/objects/varrep/CtermExtension_.hpp +include/ncbi-tools++/objects/varrep/Deletion.hpp +include/ncbi-tools++/objects/varrep/Deletion_.hpp +include/ncbi-tools++/objects/varrep/Delins.hpp +include/ncbi-tools++/objects/varrep/Delins_.hpp +include/ncbi-tools++/objects/varrep/Duplication.hpp +include/ncbi-tools++/objects/varrep/Duplication_.hpp +include/ncbi-tools++/objects/varrep/Frameshift.hpp +include/ncbi-tools++/objects/varrep/Frameshift_.hpp +include/ncbi-tools++/objects/varrep/Insertion.hpp +include/ncbi-tools++/objects/varrep/Insertion_.hpp +include/ncbi-tools++/objects/varrep/Inversion.hpp +include/ncbi-tools++/objects/varrep/Inversion_.hpp +include/ncbi-tools++/objects/varrep/NCBI_VariationIRep_module.hpp +include/ncbi-tools++/objects/varrep/NaIdentity.hpp +include/ncbi-tools++/objects/varrep/NaIdentity_.hpp +include/ncbi-tools++/objects/varrep/NaSub.hpp +include/ncbi-tools++/objects/varrep/NaSub_.hpp +include/ncbi-tools++/objects/varrep/NtIntLimit.hpp +include/ncbi-tools++/objects/varrep/NtIntLimit_.hpp +include/ncbi-tools++/objects/varrep/NtInterval.hpp +include/ncbi-tools++/objects/varrep/NtInterval_.hpp +include/ncbi-tools++/objects/varrep/NtLocation.hpp +include/ncbi-tools++/objects/varrep/NtLocation_.hpp +include/ncbi-tools++/objects/varrep/NtSite.hpp +include/ncbi-tools++/objects/varrep/NtSiteRange.hpp +include/ncbi-tools++/objects/varrep/NtSiteRange_.hpp +include/ncbi-tools++/objects/varrep/NtSite_.hpp +include/ncbi-tools++/objects/varrep/NtermExtension.hpp +include/ncbi-tools++/objects/varrep/NtermExtension_.hpp +include/ncbi-tools++/objects/varrep/ProteinExtension.hpp +include/ncbi-tools++/objects/varrep/ProteinExtension_.hpp +include/ncbi-tools++/objects/varrep/ProteinSub.hpp +include/ncbi-tools++/objects/varrep/ProteinSub_.hpp +include/ncbi-tools++/objects/varrep/Repeat.hpp +include/ncbi-tools++/objects/varrep/Repeat_.hpp +include/ncbi-tools++/objects/varrep/SeqInterval.hpp +include/ncbi-tools++/objects/varrep/SeqInterval_.hpp +include/ncbi-tools++/objects/varrep/SeqLocation.hpp +include/ncbi-tools++/objects/varrep/SeqLocation_.hpp +include/ncbi-tools++/objects/varrep/SequenceVariant.hpp +include/ncbi-tools++/objects/varrep/SequenceVariant_.hpp +include/ncbi-tools++/objects/varrep/SimpleVariant.hpp +include/ncbi-tools++/objects/varrep/SimpleVariantSeq.hpp +include/ncbi-tools++/objects/varrep/SimpleVariantSeq_.hpp +include/ncbi-tools++/objects/varrep/SimpleVariant_.hpp +include/ncbi-tools++/objects/varrep/SpecialVariant.hpp +include/ncbi-tools++/objects/varrep/SpecialVariant_.hpp +include/ncbi-tools++/objects/varrep/Subsequence.hpp +include/ncbi-tools++/objects/varrep/Subsequence_.hpp +include/ncbi-tools++/objects/varrep/Variant.hpp +include/ncbi-tools++/objects/varrep/VariantExpression.hpp +include/ncbi-tools++/objects/varrep/VariantExpression_.hpp +include/ncbi-tools++/objects/varrep/VariantSeqType.hpp +include/ncbi-tools++/objects/varrep/VariantSeqType_.hpp +include/ncbi-tools++/objects/varrep/Variant_.hpp +include/ncbi-tools++/objects/varrep/varrep__.hpp include/ncbi-tools++/objmgr/align_ci.hpp include/ncbi-tools++/objmgr/annot_ci.hpp include/ncbi-tools++/objmgr/annot_name.hpp @@ -3075,6 +3176,7 @@ include/ncbi-tools++/objmgr/impl/seq_ann include/ncbi-tools++/objmgr/impl/seq_annot_info.hpp include/ncbi-tools++/objmgr/impl/seq_entry_edit_commands.hpp include/ncbi-tools++/objmgr/impl/seq_entry_info.hpp +include/ncbi-tools++/objmgr/impl/seq_id_sort.hpp include/ncbi-tools++/objmgr/impl/seq_loc_cvt.hpp include/ncbi-tools++/objmgr/impl/seq_table_info.hpp include/ncbi-tools++/objmgr/impl/seq_table_setter.hpp @@ -3084,6 +3186,7 @@ include/ncbi-tools++/objmgr/impl/seq_vec include/ncbi-tools++/objmgr/impl/seq_vector_cvt_gen.hpp include/ncbi-tools++/objmgr/impl/snp_annot_info.hpp include/ncbi-tools++/objmgr/impl/snp_info.hpp +include/ncbi-tools++/objmgr/impl/split_parser.hpp include/ncbi-tools++/objmgr/impl/synonyms.hpp include/ncbi-tools++/objmgr/impl/tse_assigner.hpp include/ncbi-tools++/objmgr/impl/tse_chunk_info.hpp @@ -3137,6 +3240,7 @@ include/ncbi-tools++/objmgr/unsupp_edits include/ncbi-tools++/objmgr/util/create_defline.hpp include/ncbi-tools++/objmgr/util/feature.hpp include/ncbi-tools++/objmgr/util/obj_sniff.hpp +include/ncbi-tools++/objmgr/util/objutil.hpp include/ncbi-tools++/objmgr/util/seq_align_util.hpp include/ncbi-tools++/objmgr/util/seq_loc_util.hpp include/ncbi-tools++/objmgr/util/sequence.hpp @@ -3149,6 +3253,7 @@ include/ncbi-tools++/objtools/align_form include/ncbi-tools++/objtools/align_format/showalign.hpp include/ncbi-tools++/objtools/align_format/showdefline.hpp include/ncbi-tools++/objtools/align_format/tabular.hpp +include/ncbi-tools++/objtools/align_format/taxFormat.hpp include/ncbi-tools++/objtools/align_format/vectorscreen.hpp include/ncbi-tools++/objtools/alnmgr/aln_asn_reader.hpp include/ncbi-tools++/objtools/alnmgr/aln_builders.hpp @@ -3247,15 +3352,8 @@ include/ncbi-tools++/objtools/data_loade include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_id2_base.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_service.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/request_result.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/impl/split_parser.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/standalone_result.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/statistics.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq/reader_pubseq.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq/reader_pubseq_entry.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq/reader_pubseq_params.h -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq2/reader_pubseq2.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq2/reader_pubseq2_entry.hpp -include/ncbi-tools++/objtools/data_loaders/genbank/pubseq2/reader_pubseq2_params.h include/ncbi-tools++/objtools/data_loaders/genbank/reader.hpp include/ncbi-tools++/objtools/data_loaders/genbank/reader_interface.hpp include/ncbi-tools++/objtools/data_loaders/genbank/reader_params.h @@ -3272,11 +3370,13 @@ include/ncbi-tools++/objtools/data_loade include/ncbi-tools++/objtools/data_loaders/genbank/writer.hpp include/ncbi-tools++/objtools/data_loaders/genbank/writer_interface.hpp include/ncbi-tools++/objtools/data_loaders/loaders.hpp +include/ncbi-tools++/objtools/edit/apply_object.hpp include/ncbi-tools++/objtools/edit/autodef.hpp include/ncbi-tools++/objtools/edit/autodef_available_modifier.hpp include/ncbi-tools++/objtools/edit/autodef_feature_clause.hpp include/ncbi-tools++/objtools/edit/autodef_feature_clause_base.hpp include/ncbi-tools++/objtools/edit/autodef_mod_combo.hpp +include/ncbi-tools++/objtools/edit/autodef_options.hpp include/ncbi-tools++/objtools/edit/autodef_source_desc.hpp include/ncbi-tools++/objtools/edit/autodef_source_group.hpp include/ncbi-tools++/objtools/edit/capitalization_string.hpp @@ -3291,9 +3391,14 @@ include/ncbi-tools++/objtools/edit/gene_ include/ncbi-tools++/objtools/edit/link_cds_mrna.hpp include/ncbi-tools++/objtools/edit/loc_edit.hpp include/ncbi-tools++/objtools/edit/mail_report.hpp +include/ncbi-tools++/objtools/edit/parse_text_options.hpp include/ncbi-tools++/objtools/edit/promote.hpp +include/ncbi-tools++/objtools/edit/publication_edit.hpp +include/ncbi-tools++/objtools/edit/remote_updater.hpp +include/ncbi-tools++/objtools/edit/rna_edit.hpp include/ncbi-tools++/objtools/edit/seq_entry_edit.hpp include/ncbi-tools++/objtools/edit/seqid_guesser.hpp +include/ncbi-tools++/objtools/edit/source_edit.hpp include/ncbi-tools++/objtools/edit/string_constraint.hpp include/ncbi-tools++/objtools/edit/struc_comm_field.hpp include/ncbi-tools++/objtools/edit/text_desc_field.hpp @@ -3391,6 +3496,7 @@ include/ncbi-tools++/objtools/readers/rm include/ncbi-tools++/objtools/readers/source_mod_parser.hpp include/ncbi-tools++/objtools/readers/source_mod_parser_wrapper.hpp include/ncbi-tools++/objtools/readers/table_filter.hpp +include/ncbi-tools++/objtools/readers/track_data.hpp include/ncbi-tools++/objtools/readers/ucscregion_reader.hpp include/ncbi-tools++/objtools/readers/vcf_reader.hpp include/ncbi-tools++/objtools/readers/wiggle_reader.hpp @@ -3488,6 +3594,7 @@ include/ncbi-tools++/serial/objostrjson. include/ncbi-tools++/serial/objostrxml.hpp include/ncbi-tools++/serial/pack_string.hpp include/ncbi-tools++/serial/rpcbase.hpp +include/ncbi-tools++/serial/rpcbase_impl.hpp include/ncbi-tools++/serial/serial.hpp include/ncbi-tools++/serial/serialasn.hpp include/ncbi-tools++/serial/serialbase.hpp @@ -3558,6 +3665,7 @@ include/ncbi-tools++/util/dictionary.hpp include/ncbi-tools++/util/dictionary_util.hpp include/ncbi-tools++/util/distribution.hpp include/ncbi-tools++/util/error_codes.hpp +include/ncbi-tools++/util/file_manifest.hpp include/ncbi-tools++/util/file_obsolete.hpp include/ncbi-tools++/util/floating_point.hpp include/ncbi-tools++/util/format_guess.hpp @@ -3588,6 +3696,7 @@ include/ncbi-tools++/util/ncbi_url.hpp include/ncbi-tools++/util/random_gen.hpp include/ncbi-tools++/util/range.hpp include/ncbi-tools++/util/range_coll.hpp +include/ncbi-tools++/util/rangelist.hpp include/ncbi-tools++/util/rangemap.hpp include/ncbi-tools++/util/rangemap.inl include/ncbi-tools++/util/reader_writer.hpp @@ -3599,6 +3708,7 @@ include/ncbi-tools++/util/regexp/pcrepos include/ncbi-tools++/util/request_control.hpp include/ncbi-tools++/util/resize_iter.hpp include/ncbi-tools++/util/resource_pool.hpp +include/ncbi-tools++/util/retry_ctx.hpp include/ncbi-tools++/util/scheduler.hpp include/ncbi-tools++/util/sequtil/sequtil.hpp include/ncbi-tools++/util/sequtil/sequtil_convert.hpp @@ -3611,6 +3721,7 @@ include/ncbi-tools++/util/static_map.hpp include/ncbi-tools++/util/static_set.hpp include/ncbi-tools++/util/strbuffer.hpp include/ncbi-tools++/util/strbuffer.inl +include/ncbi-tools++/util/stream_source.hpp include/ncbi-tools++/util/strsearch.hpp include/ncbi-tools++/util/sync_queue.hpp include/ncbi-tools++/util/table_printer.hpp @@ -3622,6 +3733,7 @@ include/ncbi-tools++/util/thread_pool.hp include/ncbi-tools++/util/thread_pool_ctrl.hpp include/ncbi-tools++/util/thread_pool_old.hpp include/ncbi-tools++/util/time_line.hpp +include/ncbi-tools++/util/timsort.hpp include/ncbi-tools++/util/transmissionrw.hpp include/ncbi-tools++/util/unicode.hpp include/ncbi-tools++/util/utf8.hpp @@ -3635,6 +3747,7 @@ include/ncbi-tools++/util/weakmap.inl include/ncbi-tools++/util/xregexp/arg_regexp.hpp include/ncbi-tools++/util/xregexp/mask_regexp.hpp include/ncbi-tools++/util/xregexp/regexp.hpp +include/ncbi-tools++/util/xregexp/regexp_template_tester.hpp lib/libaccess-static.a lib/libaccess.a lib/libalign_format-static.a @@ -3667,8 +3780,6 @@ lib/libcomposition_adjustment-static.a lib/libcomposition_adjustment.a lib/libconnect-static.a lib/libconnect.a -lib/libconnext-static.a -lib/libconnext.a lib/libconnssl-static.a lib/libconnssl.a lib/libcreaders-static.a @@ -3820,14 +3931,14 @@ lib/libtrackmgr-static.a lib/libtrackmgr.a lib/libtrackmgrcli-static.a lib/libtrackmgrcli.a -lib/libtrackmgrgridcli-static.a -lib/libtrackmgrgridcli.a lib/libvalerr-static.a lib/libvalerr.a lib/libvalid-static.a lib/libvalid.a lib/libvariation-static.a lib/libvariation.a +lib/libvarrep-static.a +lib/libvarrep.a lib/libwritedb-static.a lib/libwritedb.a lib/libxalgoblastdbindex-static.a @@ -3852,8 +3963,6 @@ lib/libxcompress-static.a lib/libxcompress.a lib/libxconnect-static.a lib/libxconnect.a -lib/libxconnext-static.a -lib/libxconnext.a lib/libxconnserv-static.a lib/libxconnserv.a lib/libxcser-static.a @@ -3884,6 +3993,8 @@ lib/libxobjutil-static.a lib/libxobjutil.a lib/libxregexp-static.a lib/libxregexp.a +lib/libxregexp_template_tester-static.a +lib/libxregexp_template_tester.a lib/libxser-static.a lib/libxser.a lib/libxthrserv-static.a From owner-svn-ports-head@freebsd.org Mon Dec 19 03:31:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21C43C87291; Mon, 19 Dec 2016 03:31:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5A7512E1; Mon, 19 Dec 2016 03:31:57 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ3VvSE037100; Mon, 19 Dec 2016 03:31:57 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ3VuGv037098; Mon, 19 Dec 2016 03:31:56 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612190331.uBJ3VuGv037098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 19 Dec 2016 03:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428904 - head/devel/py-validictory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 03:31:58 -0000 Author: wen Date: Mon Dec 19 03:31:56 2016 New Revision: 428904 URL: https://svnweb.freebsd.org/changeset/ports/428904 Log: - Update to 1.1.0 Modified: head/devel/py-validictory/Makefile head/devel/py-validictory/distinfo Modified: head/devel/py-validictory/Makefile ============================================================================== --- head/devel/py-validictory/Makefile Mon Dec 19 03:26:54 2016 (r428903) +++ head/devel/py-validictory/Makefile Mon Dec 19 03:31:56 2016 (r428904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= validictory -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-validictory/distinfo ============================================================================== --- head/devel/py-validictory/distinfo Mon Dec 19 03:26:54 2016 (r428903) +++ head/devel/py-validictory/distinfo Mon Dec 19 03:31:56 2016 (r428904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471291803 -SHA256 (validictory-1.0.2.tar.gz) = 9eeee360b9bfb6a2644796e69ae8ba0c39f04a2e75d6cd5f3707c6ac7c58d170 -SIZE (validictory-1.0.2.tar.gz) = 18332 +TIMESTAMP = 1482118079 +SHA256 (validictory-1.1.0.tar.gz) = 0eb86e332da6e90df7c0d7061e9be495c551fda9a753130e4abdb6312ac55ec5 +SIZE (validictory-1.1.0.tar.gz) = 19059 From owner-svn-ports-head@freebsd.org Mon Dec 19 04:33:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F2FEC87D9D; Mon, 19 Dec 2016 04:33:08 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFF739C4; Mon, 19 Dec 2016 04:33:07 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ4X6pQ061795; Mon, 19 Dec 2016 04:33:06 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ4X6xI061793; Mon, 19 Dec 2016 04:33:06 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201612190433.uBJ4X6xI061793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 19 Dec 2016 04:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428905 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 04:33:08 -0000 Author: dbn Date: Mon Dec 19 04:33:06 2016 New Revision: 428905 URL: https://svnweb.freebsd.org/changeset/ports/428905 Log: emulators/i386-wine: update to 1.8.5_1. Modified: head/emulators/i386-wine/Makefile.inc head/emulators/i386-wine/distinfo Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Mon Dec 19 03:31:56 2016 (r428904) +++ head/emulators/i386-wine/Makefile.inc Mon Dec 19 04:33:06 2016 (r428905) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 1.8.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine/distinfo ============================================================================== --- head/emulators/i386-wine/distinfo Mon Dec 19 03:31:56 2016 (r428904) +++ head/emulators/i386-wine/distinfo Mon Dec 19 04:33:06 2016 (r428905) @@ -1,9 +1,9 @@ -TIMESTAMP = 1476244800 -SHA256 (freebsd:9:x86:64/i386-wine-1.8.5,1.txz) = 4f10b8ea38c2d11a91d9f7f49f1a30f1aafef17b15d4fe21239bc89f396c98fe -SIZE (freebsd:9:x86:64/i386-wine-1.8.5,1.txz) = 40132004 -SHA256 (freebsd:10:x86:64/i386-wine-1.8.5,1.txz) = 5b2c2b62b2fe90f51b158d4a80fb2f98dcef306e8567eebda4febb2da2e381b9 -SIZE (freebsd:10:x86:64/i386-wine-1.8.5,1.txz) = 40074224 -SHA256 (freebsd:11:x86:64/i386-wine-1.8.5,1.txz) = 74708eceabc3c39b0cf315303f847f5231e4fc6ed690c7c83171d321b5e21563 -SIZE (freebsd:11:x86:64/i386-wine-1.8.5,1.txz) = 39649028 -SHA256 (freebsd:12:x86:64/i386-wine-1.8.5,1.txz) = 48173a9338aaf289b46c031f3c30959781503316ee899f156620e3f8a3daf8e7 -SIZE (freebsd:12:x86:64/i386-wine-1.8.5,1.txz) = 39636052 +TIMESTAMP = 1482121025 +SHA256 (freebsd:9:x86:64/i386-wine-1.8.5_1,1.txz) = 6c1c05e783784e3b088de2acac81fee45a503acd53d03c4dea0d7243419d6be6 +SIZE (freebsd:9:x86:64/i386-wine-1.8.5_1,1.txz) = 50474624 +SHA256 (freebsd:10:x86:64/i386-wine-1.8.5_1,1.txz) = b0e3836fbe5337a55db24f1d16f1c9e44b14792de0d2b222c0aaf2236dc2d950 +SIZE (freebsd:10:x86:64/i386-wine-1.8.5_1,1.txz) = 40096612 +SHA256 (freebsd:11:x86:64/i386-wine-1.8.5_1,1.txz) = aba84c9d0234a138bfa6879f7b6d1da4c581bb335ea7683aaa1dbb154badc0e5 +SIZE (freebsd:11:x86:64/i386-wine-1.8.5_1,1.txz) = 39657128 +SHA256 (freebsd:12:x86:64/i386-wine-1.8.5_1,1.txz) = d4ea3d25cd9d7c7b4a31259fe6dfa83fe2e5299444df94e5e7bda7f0dee6c5a1 +SIZE (freebsd:12:x86:64/i386-wine-1.8.5_1,1.txz) = 39117332 From owner-svn-ports-head@freebsd.org Mon Dec 19 04:34:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB655C87E33; Mon, 19 Dec 2016 04:34:50 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1F07C56; Mon, 19 Dec 2016 04:34:50 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ4YnkQ061996; Mon, 19 Dec 2016 04:34:49 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ4YnkN061993; Mon, 19 Dec 2016 04:34:49 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201612190434.uBJ4YnkN061993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 19 Dec 2016 04:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428906 - in head/emulators: i386-wine-devel i386-wine-staging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 04:34:51 -0000 Author: dbn Date: Mon Dec 19 04:34:49 2016 New Revision: 428906 URL: https://svnweb.freebsd.org/changeset/ports/428906 Log: emulators/i386-wine-devel: update to 2.0.r1_1. - Unbreak i386-wine-staging: patches are now available. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist head/emulators/i386-wine-staging/Makefile Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon Dec 19 04:33:06 2016 (r428905) +++ head/emulators/i386-wine-devel/Makefile.inc Mon Dec 19 04:34:49 2016 (r428906) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 2.0.r1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ @@ -89,7 +90,7 @@ ${PLIST}: fetch port-update: ${RM} ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.* .for osrel in 9 10 11 12 -.for suffix in -devel +.for suffix in -devel -staging ${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix} ${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} PKGNAMESUFFIX=${suffix} ${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Mon Dec 19 04:33:06 2016 (r428905) +++ head/emulators/i386-wine-devel/distinfo Mon Dec 19 04:34:49 2016 (r428906) @@ -1,9 +1,17 @@ -TIMESTAMP = 1481483097 -SHA256 (freebsd:9:x86:64/i386-wine-devel-2.0.r1,1.txz) = 038be480151a6b417b91681431983bf936981a02532ea7d315c1e01405edc1aa -SIZE (freebsd:9:x86:64/i386-wine-devel-2.0.r1,1.txz) = 51397288 -SHA256 (freebsd:10:x86:64/i386-wine-devel-2.0.r1,1.txz) = ba896aa8dcd7c8028b4cf65983b25b46bc95d602c355ed580948c5bcc84cd119 -SIZE (freebsd:10:x86:64/i386-wine-devel-2.0.r1,1.txz) = 41010528 -SHA256 (freebsd:11:x86:64/i386-wine-devel-2.0.r1,1.txz) = 2f60a4d281d988da575be6edf5a9826aba6fcc7c0aa072dcad926d458312aaca -SIZE (freebsd:11:x86:64/i386-wine-devel-2.0.r1,1.txz) = 40537456 -SHA256 (freebsd:12:x86:64/i386-wine-devel-2.0.r1,1.txz) = afd2fbe021d08f1b652be2f99a8501c1a507c272dc4c102cbf4b314b34f36693 -SIZE (freebsd:12:x86:64/i386-wine-devel-2.0.r1,1.txz) = 40001604 +TIMESTAMP = 1482121093 +SHA256 (freebsd:9:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 23638abfa583ea833b887fac874f41d564000bfdb4f0c95271822ee3d04a53a8 +SIZE (freebsd:9:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 51706072 +SHA256 (freebsd:9:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 487b8ee69add7d568413fabbc233f13b6e87782e6aa42f79b6bed3dadd35b81a +SIZE (freebsd:9:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 53935728 +SHA256 (freebsd:10:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 2d07262b8fadc09a3a91a30b06a75ed14222a0fc9ef670643558c07a8a3de43a +SIZE (freebsd:10:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 41333236 +SHA256 (freebsd:10:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = b5227171a9b9ef3dd4c3d14d46c311d01d79adf97f70356ab8bd3a2c35041bb7 +SIZE (freebsd:10:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 43551984 +SHA256 (freebsd:11:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 4d008837cdb8f90aab57e0a5486b8ab8a39e882419e59a4a85b77689145ef423 +SIZE (freebsd:11:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 40844592 +SHA256 (freebsd:11:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = fb52e4a3306105792bfd644c6d660b0af4ab6da94eb81d63ae2524dd0b29f761 +SIZE (freebsd:11:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 43089708 +SHA256 (freebsd:12:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = f954a6c89c858955efcd16173432ab823d06a50f6acdb5384792eb26423a53d4 +SIZE (freebsd:12:x86:64/i386-wine-devel-2.0.r1_1,1.txz) = 40321156 +SHA256 (freebsd:12:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 89ac223e402e7846cd0ae6e27b4d7929a04327aba17837387aca0cfb21940958 +SIZE (freebsd:12:x86:64/i386-wine-staging-2.0.r1_1,1.txz) = 42528984 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Mon Dec 19 04:33:06 2016 (r428905) +++ head/emulators/i386-wine-devel/pkg-plist Mon Dec 19 04:34:49 2016 (r428906) @@ -1,4 +1,5 @@ bin/function_grep.pl +%%STAGING%%bin/msidb bin/msiexec bin/notepad bin/regedit @@ -22,6 +23,7 @@ bin/wineserver bin/wmc bin/wrc bin32/function_grep.pl +%%STAGING%%bin32/msidb bin32/msiexec bin32/notepad bin32/regedit @@ -96,6 +98,8 @@ include/wine/windows/accctrl.h include/wine/windows/access.idl include/wine/windows/aclapi.h include/wine/windows/aclui.h +%%STAGING%%include/wine/windows/activation.h +%%STAGING%%include/wine/windows/activation.idl include/wine/windows/activaut.h include/wine/windows/activaut.idl include/wine/windows/activdbg.h @@ -188,7 +192,9 @@ include/wine/windows/ctfutb.h include/wine/windows/ctfutb.idl include/wine/windows/ctxtcall.h include/wine/windows/ctxtcall.idl +%%STAGING%%include/wine/windows/cuda.h include/wine/windows/custcntl.h +%%STAGING%%include/wine/windows/cuviddec.h include/wine/windows/cvconst.h include/wine/windows/d2d1.h include/wine/windows/d2d1.idl @@ -232,6 +238,8 @@ include/wine/windows/d3dukmdt.h include/wine/windows/d3dvec.inl include/wine/windows/d3dx10.h include/wine/windows/d3dx10async.h +include/wine/windows/d3dx10core.h +include/wine/windows/d3dx10core.idl include/wine/windows/d3dx10math.h include/wine/windows/d3dx10tex.h include/wine/windows/d3dx11.h @@ -275,6 +283,7 @@ include/wine/windows/ddk/hidsdi.h include/wine/windows/ddk/hidtypes.h include/wine/windows/ddk/imm.h include/wine/windows/ddk/mountmgr.h +include/wine/windows/ddk/ndis.h include/wine/windows/ddk/ntddcdvd.h include/wine/windows/ddk/ntddk.h include/wine/windows/ddk/ntddser.h @@ -363,6 +372,7 @@ include/wine/windows/dxgi1_2.h include/wine/windows/dxgi1_2.idl include/wine/windows/dxgiformat.h include/wine/windows/dxgitype.h +%%STAGING%%include/wine/windows/dxva.h include/wine/windows/dxva2api.h include/wine/windows/dxva2api.idl include/wine/windows/dyngraph.idl @@ -390,6 +400,7 @@ include/wine/windows/gameux.idl include/wine/windows/gdiplus.h include/wine/windows/gdipluscolor.h include/wine/windows/gdipluscolormatrix.h +include/wine/windows/gdipluseffects.h include/wine/windows/gdiplusenums.h include/wine/windows/gdiplusflat.h include/wine/windows/gdiplusgpstubs.h @@ -497,6 +508,8 @@ include/wine/windows/metahost.h include/wine/windows/metahost.idl include/wine/windows/mfapi.h include/wine/windows/mferror.h +%%STAGING%%include/wine/windows/mfidl.h +%%STAGING%%include/wine/windows/mfidl.idl include/wine/windows/mfobjects.h include/wine/windows/mfobjects.idl include/wine/windows/midles.h @@ -580,10 +593,14 @@ include/wine/windows/ntddscsi.h include/wine/windows/ntddstor.h include/wine/windows/ntdef.h include/wine/windows/ntdsapi.h +%%STAGING%%include/wine/windows/ntifs.h include/wine/windows/ntquery.h include/wine/windows/ntsecapi.h include/wine/windows/ntsecpkg.h include/wine/windows/ntstatus.h +%%STAGING%%include/wine/windows/nvapi.h +%%STAGING%%include/wine/windows/nvcuvid.h +%%STAGING%%include/wine/windows/nvencodeapi.h include/wine/windows/oaidl.h include/wine/windows/oaidl.idl include/wine/windows/objbase.h @@ -691,6 +708,7 @@ include/wine/windows/shdeprecated.h include/wine/windows/shdeprecated.idl include/wine/windows/shdispid.h include/wine/windows/shellapi.h +%%STAGING%%include/wine/windows/shellscalingapi.h include/wine/windows/shimgdata.h include/wine/windows/shimgdata.idl include/wine/windows/shldisp.h @@ -714,6 +732,7 @@ include/wine/windows/srcrst.idl include/wine/windows/srrestoreptapi.h include/wine/windows/sspi.h include/wine/windows/stdole2.idl +%%STAGING%%include/wine/windows/stdole32.idl include/wine/windows/sti.h include/wine/windows/storage.h include/wine/windows/strmif.h @@ -898,211 +917,211 @@ lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 lib32/libGLU.so.1 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAArch64Utils.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAArch64Utils.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAArch64Utils.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64AsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64AsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64AsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64AsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64AsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64AsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64CodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64CodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64CodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Desc.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64Desc.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64Desc.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Disassembler.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64Disassembler.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64Disassembler.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Info.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64Info.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64Info.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Utils.so.3.7 +%%OSREL11%%lib32/libLLVMAArch64Utils.so.3.7 +%%OSREL12%%lib32/libLLVMAArch64Utils.so.3.7 lib32/libLLVMAMDGPUAsmParser.so.3.7 lib32/libLLVMAMDGPUAsmPrinter.so.3.7 lib32/libLLVMAMDGPUCodeGen.so.3.7 lib32/libLLVMAMDGPUDesc.so.3.7 lib32/libLLVMAMDGPUInfo.so.3.7 lib32/libLLVMAMDGPUUtils.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMARMInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMARMInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMARMInfo.so.3.7 +%%OSREL10%%lib32/libLLVMARMAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMARMAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMARMAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMARMAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMARMAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMARMAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMARMCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMARMCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMARMCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMARMDesc.so.3.7 +%%OSREL11%%lib32/libLLVMARMDesc.so.3.7 +%%OSREL12%%lib32/libLLVMARMDesc.so.3.7 +%%OSREL10%%lib32/libLLVMARMDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMARMDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMARMDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMARMInfo.so.3.7 +%%OSREL11%%lib32/libLLVMARMInfo.so.3.7 +%%OSREL12%%lib32/libLLVMARMInfo.so.3.7 lib32/libLLVMAnalysis.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMAsmParser.so.3.7 lib32/libLLVMAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMBPFInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMBPFInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMBPFInfo.so.3.7 +%%OSREL10%%lib32/libLLVMBPFAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMBPFAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMBPFAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMBPFCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMBPFCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMBPFCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMBPFDesc.so.3.7 +%%OSREL11%%lib32/libLLVMBPFDesc.so.3.7 +%%OSREL12%%lib32/libLLVMBPFDesc.so.3.7 +%%OSREL10%%lib32/libLLVMBPFInfo.so.3.7 +%%OSREL11%%lib32/libLLVMBPFInfo.so.3.7 +%%OSREL12%%lib32/libLLVMBPFInfo.so.3.7 lib32/libLLVMBitReader.so.3.7 lib32/libLLVMBitWriter.so.3.7 lib32/libLLVMCodeGen.so.3.7 lib32/libLLVMCore.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMCppBackendInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMCppBackendInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMCppBackendInfo.so.3.7 +%%OSREL10%%lib32/libLLVMCppBackendCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMCppBackendCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMCppBackendCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMCppBackendInfo.so.3.7 +%%OSREL11%%lib32/libLLVMCppBackendInfo.so.3.7 +%%OSREL12%%lib32/libLLVMCppBackendInfo.so.3.7 lib32/libLLVMExecutionEngine.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMIRReader.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMIRReader.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMIRReader.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMHexagonCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMHexagonCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonDesc.so.3.7 +%%OSREL11%%lib32/libLLVMHexagonDesc.so.3.7 +%%OSREL12%%lib32/libLLVMHexagonDesc.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMHexagonDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMHexagonDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonInfo.so.3.7 +%%OSREL11%%lib32/libLLVMHexagonInfo.so.3.7 +%%OSREL12%%lib32/libLLVMHexagonInfo.so.3.7 +%%OSREL10%%lib32/libLLVMIRReader.so.3.7 +%%OSREL11%%lib32/libLLVMIRReader.so.3.7 +%%OSREL12%%lib32/libLLVMIRReader.so.3.7 lib32/libLLVMInstCombine.so.3.7 lib32/libLLVMInstrumentation.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMLinker.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMLinker.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMLinker.so.3.7 +%%OSREL10%%lib32/libLLVMLinker.so.3.7 +%%OSREL11%%lib32/libLLVMLinker.so.3.7 +%%OSREL12%%lib32/libLLVMLinker.so.3.7 lib32/libLLVMMC.so.3.7 lib32/libLLVMMCDisassembler.so.3.7 lib32/libLLVMMCJIT.so.3.7 lib32/libLLVMMCParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMObjCARCOpts.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMObjCARCOpts.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMObjCARCOpts.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430AsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMMSP430AsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMMSP430AsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430CodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMMSP430CodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMMSP430CodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430Desc.so.3.7 +%%OSREL11%%lib32/libLLVMMSP430Desc.so.3.7 +%%OSREL12%%lib32/libLLVMMSP430Desc.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430Info.so.3.7 +%%OSREL11%%lib32/libLLVMMSP430Info.so.3.7 +%%OSREL12%%lib32/libLLVMMSP430Info.so.3.7 +%%OSREL10%%lib32/libLLVMMipsAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMMipsAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMMipsAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMMipsAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMMipsAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMMipsAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMMipsCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMMipsCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMMipsCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMMipsDesc.so.3.7 +%%OSREL11%%lib32/libLLVMMipsDesc.so.3.7 +%%OSREL12%%lib32/libLLVMMipsDesc.so.3.7 +%%OSREL10%%lib32/libLLVMMipsDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMMipsDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMMipsDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMMipsInfo.so.3.7 +%%OSREL11%%lib32/libLLVMMipsInfo.so.3.7 +%%OSREL12%%lib32/libLLVMMipsInfo.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMNVPTXCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMNVPTXCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXDesc.so.3.7 +%%OSREL11%%lib32/libLLVMNVPTXDesc.so.3.7 +%%OSREL12%%lib32/libLLVMNVPTXDesc.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXInfo.so.3.7 +%%OSREL11%%lib32/libLLVMNVPTXInfo.so.3.7 +%%OSREL12%%lib32/libLLVMNVPTXInfo.so.3.7 +%%OSREL10%%lib32/libLLVMObjCARCOpts.so.3.7 +%%OSREL11%%lib32/libLLVMObjCARCOpts.so.3.7 +%%OSREL12%%lib32/libLLVMObjCARCOpts.so.3.7 lib32/libLLVMObject.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMOption.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMOption.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMOption.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMPowerPCInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMPowerPCInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMPowerPCInfo.so.3.7 +%%OSREL10%%lib32/libLLVMOption.so.3.7 +%%OSREL11%%lib32/libLLVMOption.so.3.7 +%%OSREL12%%lib32/libLLVMOption.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCDesc.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCDesc.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCDesc.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCInfo.so.3.7 +%%OSREL11%%lib32/libLLVMPowerPCInfo.so.3.7 +%%OSREL12%%lib32/libLLVMPowerPCInfo.so.3.7 lib32/libLLVMProfileData.so.3.7 lib32/libLLVMRuntimeDyld.so.3.7 lib32/libLLVMScalarOpts.so.3.7 lib32/libLLVMSelectionDAG.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSparcInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSparcInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSparcInfo.so.3.7 +%%OSREL10%%lib32/libLLVMSparcAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMSparcAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMSparcAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMSparcAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMSparcAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMSparcAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMSparcCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMSparcCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMSparcCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMSparcDesc.so.3.7 +%%OSREL11%%lib32/libLLVMSparcDesc.so.3.7 +%%OSREL12%%lib32/libLLVMSparcDesc.so.3.7 +%%OSREL10%%lib32/libLLVMSparcDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMSparcDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMSparcDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMSparcInfo.so.3.7 +%%OSREL11%%lib32/libLLVMSparcInfo.so.3.7 +%%OSREL12%%lib32/libLLVMSparcInfo.so.3.7 lib32/libLLVMSupport.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMSystemZInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMSystemZInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMSystemZInfo.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZAsmParser.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZAsmParser.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZDesc.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZDesc.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZDesc.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZInfo.so.3.7 +%%OSREL11%%lib32/libLLVMSystemZInfo.so.3.7 +%%OSREL12%%lib32/libLLVMSystemZInfo.so.3.7 lib32/libLLVMTarget.so.3.7 lib32/libLLVMTransformUtils.so.3.7 lib32/libLLVMVectorize.so.3.7 @@ -1113,21 +1132,21 @@ lib32/libLLVMX86Desc.so.3.7 lib32/libLLVMX86Disassembler.so.3.7 lib32/libLLVMX86Info.so.3.7 lib32/libLLVMX86Utils.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL10-DEVEL%%lib32/libLLVMXCoreInfo.so.3.7 -%%OSREL11-DEVEL%%lib32/libLLVMXCoreInfo.so.3.7 -%%OSREL12-DEVEL%%lib32/libLLVMXCoreInfo.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreAsmPrinter.so.3.7 +%%OSREL11%%lib32/libLLVMXCoreAsmPrinter.so.3.7 +%%OSREL12%%lib32/libLLVMXCoreAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreCodeGen.so.3.7 +%%OSREL11%%lib32/libLLVMXCoreCodeGen.so.3.7 +%%OSREL12%%lib32/libLLVMXCoreCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreDesc.so.3.7 +%%OSREL11%%lib32/libLLVMXCoreDesc.so.3.7 +%%OSREL12%%lib32/libLLVMXCoreDesc.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreDisassembler.so.3.7 +%%OSREL11%%lib32/libLLVMXCoreDisassembler.so.3.7 +%%OSREL12%%lib32/libLLVMXCoreDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreInfo.so.3.7 +%%OSREL11%%lib32/libLLVMXCoreInfo.so.3.7 +%%OSREL12%%lib32/libLLVMXCoreInfo.so.3.7 lib32/libLLVMipa.so.3.7 lib32/libLLVMipo.so.3.7 lib32/libX11-xcb.so.1 @@ -1153,12 +1172,12 @@ lib32/libexpat.so.1 lib32/libffi.so.6 lib32/libfontconfig.so.1 lib32/libfreetype.so.6 -%%OSREL9-DEVEL%%lib32/libgcc_s.so.1 +%%OSREL9%%lib32/libgcc_s.so.1 lib32/libglapi.so.0 lib32/libgmp.so.10 lib32/libgnutls.so.30 lib32/libhogweed.so.4 -%%OSREL9-DEVEL%%lib32/libiconv.so.2 +%%OSREL9%%lib32/libiconv.so.2 lib32/libidn.so.11 lib32/libintl.so.8 lib32/libjpeg.so.8 @@ -1168,8 +1187,9 @@ lib32/libp11-kit.so.0 lib32/libpciaccess.so.0 lib32/libpng16.so.16 lib32/libpthread-stubs.so.0 -%%OSREL9-DEVEL%%lib32/libstdc++.so.6 +%%OSREL9%%lib32/libstdc++.so.6 lib32/libtasn1.so.6 +%%STAGING%%lib32/libtxc_dxtn.so lib32/libwine.so lib32/libwine.so.1 lib32/libxcb-dri2.so.0 @@ -1184,11 +1204,14 @@ lib32/wine/advapi32.dll.so lib32/wine/advpack.dll.so lib32/wine/amstream.dll.so lib32/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so +lib32/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so +lib32/wine/api-ms-win-core-apiquery-l1-1-0.dll.so lib32/wine/api-ms-win-core-appcompat-l1-1-1.dll.so lib32/wine/api-ms-win-core-appinit-l1-1-0.dll.so lib32/wine/api-ms-win-core-atoms-l1-1-0.dll.so lib32/wine/api-ms-win-core-bem-l1-1-0.dll.so lib32/wine/api-ms-win-core-com-l1-1-0.dll.so +lib32/wine/api-ms-win-core-com-l1-1-1.dll.so lib32/wine/api-ms-win-core-com-private-l1-1-0.dll.so lib32/wine/api-ms-win-core-console-l1-1-0.dll.so lib32/wine/api-ms-win-core-console-l2-1-0.dll.so @@ -1197,6 +1220,7 @@ lib32/wine/api-ms-win-core-datetime-l1-1 lib32/wine/api-ms-win-core-debug-l1-1-0.dll.so lib32/wine/api-ms-win-core-debug-l1-1-1.dll.so lib32/wine/api-ms-win-core-delayload-l1-1-0.dll.so +lib32/wine/api-ms-win-core-delayload-l1-1-1.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so @@ -1210,6 +1234,7 @@ lib32/wine/api-ms-win-core-file-l2-1-1.d lib32/wine/api-ms-win-core-handle-l1-1-0.dll.so lib32/wine/api-ms-win-core-heap-l1-1-0.dll.so lib32/wine/api-ms-win-core-heap-l1-2-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-core-heap-l2-1-0.dll.so lib32/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-2-0.dll.so @@ -1218,9 +1243,11 @@ lib32/wine/api-ms-win-core-io-l1-1-1.dll lib32/wine/api-ms-win-core-job-l1-1-0.dll.so lib32/wine/api-ms-win-core-job-l2-1-0.dll.so lib32/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so +lib32/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so lib32/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so +lib32/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so lib32/wine/api-ms-win-core-localization-l1-1-0.dll.so lib32/wine/api-ms-win-core-localization-l1-2-0.dll.so @@ -1232,6 +1259,7 @@ lib32/wine/api-ms-win-core-localization- lib32/wine/api-ms-win-core-localregistry-l1-1-0.dll.so lib32/wine/api-ms-win-core-memory-l1-1-0.dll.so lib32/wine/api-ms-win-core-memory-l1-1-1.dll.so +lib32/wine/api-ms-win-core-memory-l1-1-2.dll.so lib32/wine/api-ms-win-core-misc-l1-1-0.dll.so lib32/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so lib32/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so @@ -1247,6 +1275,7 @@ lib32/wine/api-ms-win-core-processthread lib32/wine/api-ms-win-core-profile-l1-1-0.dll.so lib32/wine/api-ms-win-core-psapi-l1-1-0.dll.so lib32/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-core-quirks-l1-1-0.dll.so lib32/wine/api-ms-win-core-realtime-l1-1-0.dll.so lib32/wine/api-ms-win-core-registry-l1-1-0.dll.so lib32/wine/api-ms-win-core-registryuserspecific-l1-1-0.dll.so @@ -1254,6 +1283,7 @@ lib32/wine/api-ms-win-core-rtlsupport-l1 lib32/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so lib32/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so lib32/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so lib32/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so lib32/wine/api-ms-win-core-string-l1-1-0.dll.so lib32/wine/api-ms-win-core-string-l2-1-0.dll.so @@ -1265,6 +1295,7 @@ lib32/wine/api-ms-win-core-sysinfo-l1-1- lib32/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so lib32/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so lib32/wine/api-ms-win-core-threadpool-l1-1-0.dll.so +lib32/wine/api-ms-win-core-threadpool-l1-2-0.dll.so lib32/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so lib32/wine/api-ms-win-core-timezone-l1-1-0.dll.so lib32/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so @@ -1278,9 +1309,26 @@ lib32/wine/api-ms-win-core-winrt-error-l lib32/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so lib32/wine/api-ms-win-core-winrt-errorprivate-l1-1-1.dll.so lib32/wine/api-ms-win-core-winrt-l1-1-0.dll.so +lib32/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so +lib32/wine/api-ms-win-core-wow64-l1-1-0.dll.so lib32/wine/api-ms-win-core-xstate-l1-1-0.dll.so lib32/wine/api-ms-win-core-xstate-l2-1-0.dll.so +lib32/wine/api-ms-win-crt-conio-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-convert-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-environment-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-heap-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-locale-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-math-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-private-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-process-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-runtime-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-stdio-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-string-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-time-l1-1-0.dll.so +lib32/wine/api-ms-win-crt-utility-l1-1-0.dll.so lib32/wine/api-ms-win-devices-config-l1-1-1.dll.so lib32/wine/api-ms-win-devices-query-l1-1-1.dll.so lib32/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so @@ -1293,6 +1341,7 @@ lib32/wine/api-ms-win-downlevel-shlwapi- 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-dx-d3dkmt-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so lib32/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so lib32/wine/api-ms-win-eventing-controller-l1-1-0.dll.so lib32/wine/api-ms-win-eventing-provider-l1-1-0.dll.so @@ -1300,12 +1349,15 @@ lib32/wine/api-ms-win-eventlog-legacy-l1 lib32/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so lib32/wine/api-ms-win-power-base-l1-1-0.dll.so lib32/wine/api-ms-win-power-setting-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll.so lib32/wine/api-ms-win-rtcore-ntuser-private-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-rtcore-ntuser-window-l1-1-0.dll.so lib32/wine/api-ms-win-security-audit-l1-1-1.dll.so lib32/wine/api-ms-win-security-base-l1-1-0.dll.so lib32/wine/api-ms-win-security-base-l1-2-0.dll.so lib32/wine/api-ms-win-security-base-private-l1-1-1.dll.so lib32/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so +lib32/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so lib32/wine/api-ms-win-security-lsalookup-l2-1-1.dll.so lib32/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so lib32/wine/api-ms-win-security-sddl-l1-1-0.dll.so @@ -1316,6 +1368,9 @@ lib32/wine/api-ms-win-service-management lib32/wine/api-ms-win-service-private-l1-1-1.dll.so lib32/wine/api-ms-win-service-winsvc-l1-1-0.dll.so lib32/wine/api-ms-win-service-winsvc-l1-2-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-shcore-obsolete-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-shcore-stream-l1-1-0.dll.so +%%STAGING%%lib32/wine/api-ms-win-shcore-thread-l1-1-0.dll.so lib32/wine/api-ms-win-shell-shellcom-l1-1-0.dll.so lib32/wine/api-ms-win-shell-shellfolders-l1-1-0.dll.so lib32/wine/apphelp.dll.so @@ -1478,13 +1533,16 @@ lib32/wine/evr.dll.so lib32/wine/expand.exe.so lib32/wine/explorer.exe.so lib32/wine/explorerframe.dll.so +%%STAGING%%lib32/wine/ext-ms-win-appmodel-usercontext-l1-1-0.dll.so lib32/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so lib32/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so lib32/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so lib32/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so lib32/wine/ext-ms-win-gdi-draw-l1-1-1.dll.so lib32/wine/ext-ms-win-gdi-render-l1-1-0.dll.so +lib32/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so lib32/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so +%%STAGING%%lib32/wine/ext-ms-win-ntuser-mouse-l1-1-0.dll.so lib32/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so lib32/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so lib32/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so @@ -1493,6 +1551,10 @@ lib32/wine/ext-ms-win-rtcore-gdi-object- lib32/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so lib32/wine/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll.so lib32/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so +%%STAGING%%lib32/wine/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll.so +lib32/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so +%%STAGING%%lib32/wine/ext-ms-win-uxtheme-themes-l1-1-0.dll.so +%%STAGING%%lib32/wine/ext-ms-win-xaml-pal-l1-1-0.dll.so lib32/wine/extrac32.exe.so lib32/wine/fakedlls/acledit.dll lib32/wine/fakedlls/aclui.dll @@ -1502,11 +1564,14 @@ lib32/wine/fakedlls/advapi32.dll lib32/wine/fakedlls/advpack.dll lib32/wine/fakedlls/amstream.dll lib32/wine/fakedlls/api-ms-win-appmodel-identity-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-com-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-com-private-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-console-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll @@ -1515,6 +1580,7 @@ lib32/wine/fakedlls/api-ms-win-core-date lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-2.dll @@ -1528,6 +1594,7 @@ lib32/wine/fakedlls/api-ms-win-core-file lib32/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-heap-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll @@ -1536,9 +1603,11 @@ lib32/wine/fakedlls/api-ms-win-core-io-l lib32/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-0.dll @@ -1550,6 +1619,7 @@ lib32/wine/fakedlls/api-ms-win-core-loca lib32/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-2.dll lib32/wine/fakedlls/api-ms-win-core-misc-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-2-0.dll @@ -1565,6 +1635,7 @@ lib32/wine/fakedlls/api-ms-win-core-proc lib32/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-psapi-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-core-quirks-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-registry-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-registryuserspecific-l1-1-0.dll @@ -1572,6 +1643,7 @@ lib32/wine/fakedlls/api-ms-win-core-rtls lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-shlwapi-legacy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll @@ -1583,6 +1655,7 @@ lib32/wine/fakedlls/api-ms-win-core-sysi lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-1.dll lib32/wine/fakedlls/api-ms-win-core-threadpool-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-threadpool-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-threadpool-legacy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-timezone-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll @@ -1596,9 +1669,26 @@ lib32/wine/fakedlls/api-ms-win-core-winr lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-winrt-errorprivate-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-winrt-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-winrt-registration-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-wow64-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-xstate-l2-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-conio-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-convert-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-environment-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-filesystem-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-heap-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-locale-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-math-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-multibyte-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-private-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-process-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-runtime-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-stdio-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-string-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-time-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-crt-utility-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-devices-config-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-devices-query-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll @@ -1611,6 +1701,7 @@ lib32/wine/fakedlls/api-ms-win-downlevel 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-dx-d3dkmt-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-classicprovider-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll @@ -1618,12 +1709,15 @@ lib32/wine/fakedlls/api-ms-win-eventlog- lib32/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-window-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-lsalookup-l2-1-1.dll lib32/wine/fakedlls/api-ms-win-security-lsapolicy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-sddl-l1-1-0.dll @@ -1634,6 +1728,9 @@ lib32/wine/fakedlls/api-ms-win-service-m lib32/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-2-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-shcore-obsolete-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-shcore-stream-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/api-ms-win-shcore-thread-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-shell-shellcom-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-shell-shellfolders-l1-1-0.dll lib32/wine/fakedlls/apphelp.dll @@ -1796,13 +1893,16 @@ lib32/wine/fakedlls/evr.dll lib32/wine/fakedlls/expand.exe lib32/wine/fakedlls/explorer.exe lib32/wine/fakedlls/explorerframe.dll +%%STAGING%%lib32/wine/fakedlls/ext-ms-win-appmodel-usercontext-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll lib32/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll lib32/wine/fakedlls/ext-ms-win-gdi-devcaps-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-gdi-draw-l1-1-1.dll lib32/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll +%%STAGING%%lib32/wine/fakedlls/ext-ms-win-ntuser-mouse-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll lib32/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll @@ -1811,12 +1911,19 @@ lib32/wine/fakedlls/ext-ms-win-rtcore-gd lib32/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/ext-ms-win-uxtheme-themes-l1-1-0.dll +%%STAGING%%lib32/wine/fakedlls/ext-ms-win-xaml-pal-l1-1-0.dll lib32/wine/fakedlls/extrac32.exe lib32/wine/fakedlls/faultrep.dll +%%STAGING%%lib32/wine/fakedlls/feclient.dll lib32/wine/fakedlls/findstr.exe lib32/wine/fakedlls/fltlib.dll +lib32/wine/fakedlls/fltmgr.sys lib32/wine/fakedlls/fntcache.dll lib32/wine/fakedlls/fontsub.dll +lib32/wine/fakedlls/fsutil.exe lib32/wine/fakedlls/fusion.dll lib32/wine/fakedlls/fwpuclnt.dll lib32/wine/fakedlls/gameux.dll @@ -1840,6 +1947,7 @@ lib32/wine/fakedlls/iccvid.dll lib32/wine/fakedlls/icinfo.exe lib32/wine/fakedlls/icmp.dll lib32/wine/fakedlls/ieframe.dll +%%STAGING%%lib32/wine/fakedlls/iertutil.dll lib32/wine/fakedlls/iexplore.exe lib32/wine/fakedlls/ifsmgr.vxd lib32/wine/fakedlls/imaadp32.acm @@ -1863,6 +1971,7 @@ lib32/wine/fakedlls/joy.cpl lib32/wine/fakedlls/jscript.dll lib32/wine/fakedlls/jsproxy.dll lib32/wine/fakedlls/kernel32.dll +lib32/wine/fakedlls/kernelbase.dll lib32/wine/fakedlls/keyboard.drv16 lib32/wine/fakedlls/krnl386.exe16 lib32/wine/fakedlls/ksuser.dll @@ -1917,6 +2026,7 @@ lib32/wine/fakedlls/mshta.exe lib32/wine/fakedlls/mshtml.dll lib32/wine/fakedlls/mshtml.tlb lib32/wine/fakedlls/msi.dll +%%STAGING%%lib32/wine/fakedlls/msidb.exe lib32/wine/fakedlls/msident.dll lib32/wine/fakedlls/msiexec.exe lib32/wine/fakedlls/msimg32.dll @@ -1987,6 +2097,10 @@ lib32/wine/fakedlls/ntdll.dll lib32/wine/fakedlls/ntdsapi.dll lib32/wine/fakedlls/ntoskrnl.exe lib32/wine/fakedlls/ntprint.dll +%%STAGING%%lib32/wine/fakedlls/nvapi.dll +%%STAGING%%lib32/wine/fakedlls/nvcuda.dll +%%STAGING%%lib32/wine/fakedlls/nvcuvid.dll +%%STAGING%%lib32/wine/fakedlls/nvencodeapi.dll lib32/wine/fakedlls/objsel.dll lib32/wine/fakedlls/odbc32.dll lib32/wine/fakedlls/odbccp32.dll @@ -2072,12 +2186,14 @@ lib32/wine/fakedlls/setupapi.dll lib32/wine/fakedlls/setupx.dll16 lib32/wine/fakedlls/sfc.dll lib32/wine/fakedlls/sfc_os.dll +%%STAGING%%lib32/wine/fakedlls/shcore.dll lib32/wine/fakedlls/shdoclc.dll lib32/wine/fakedlls/shdocvw.dll lib32/wine/fakedlls/shell.dll16 lib32/wine/fakedlls/shell32.dll lib32/wine/fakedlls/shfolder.dll lib32/wine/fakedlls/shlwapi.dll +lib32/wine/fakedlls/shutdown.exe lib32/wine/fakedlls/slbcsp.dll lib32/wine/fakedlls/slc.dll lib32/wine/fakedlls/snmpapi.dll @@ -2104,12 +2220,15 @@ lib32/wine/fakedlls/taskkill.exe lib32/wine/fakedlls/tasklist.exe *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Dec 19 06:37:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8746C870E6; Mon, 19 Dec 2016 06:37:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE661C2D; Mon, 19 Dec 2016 06:37:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ6bK1i009910; Mon, 19 Dec 2016 06:37:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ6bK2G009908; Mon, 19 Dec 2016 06:37:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612190637.uBJ6bK2G009908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 06:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428907 - in head/graphics/colmap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 06:37:21 -0000 Author: jbeich Date: Mon Dec 19 06:37:20 2016 New Revision: 428907 URL: https://svnweb.freebsd.org/changeset/ports/428907 Log: graphics/colmap: always build SIMD support Added: head/graphics/colmap/files/patch-vlfeat-rtcpu (contents, props changed) Modified: head/graphics/colmap/Makefile (contents, props changed) Modified: head/graphics/colmap/Makefile ============================================================================== --- head/graphics/colmap/Makefile Mon Dec 19 04:34:49 2016 (r428906) +++ head/graphics/colmap/Makefile Mon Dec 19 06:37:20 2016 (r428907) @@ -3,7 +3,7 @@ PORTNAME= colmap DISTVERSION= 2.1-0 # synthetic tag DISTVERSIONSUFFIX= -g55fbe10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -40,18 +40,12 @@ CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX LDFLAGS+= -Wl,--as-needed # gflags, glu, xi, xmu TEST_TARGET= test ARGS="-V" -OPTIONS_DEFINE= DOCS OPENMP -OPTIONS_DEFAULT= OPENMP ${MACHINE_CPU:tu} +OPTIONS_DEFINE= DOCS OPENMP SIMD +OPTIONS_DEFAULT= OPENMP SIMD # XXX ports/215138: exclude still broken OPTIONS_EXCLUDE= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL}} # not OSREL:R OPTIONS_EXCLUDE_FreeBSD_10.1= OPENMP -OPTIONS_GROUP= SIMD -OPTIONS_GROUP_SIMD= ${OPTIONS_GROUP_SIMD_${MACHINE_ARCH}} -# Keep in sync with src/ext/VLFeat/CMakeLists.txt -OPTIONS_GROUP_SIMD_amd64= ${OPTIONS_GROUP_SIMD_i386} -OPTIONS_GROUP_SIMD_i386= SSE2 AVX - DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_USES= gmake DOCS_PORTDOCS= * @@ -61,15 +55,10 @@ OPENMP_CMAKE_BOOL= OPENMP_ENABLED # XXX ports/199603 + ports/210337 OPENMP_VARS= OPENMP=gcc- -.for _simd in ${OPTIONS_GROUP_SIMD} -${_simd}_DESC= ${MMX_DESC:S/MMX/${_simd}/} -${_simd}_CMAKE_BOOL= HAS_${_simd}_EXTENSION -${_simd}_CFLAGS= -m${_simd:tl} -.endfor +SIMD_CMAKE_BOOL= SIMD_ENABLED post-patch: @${REINPLACE_CMD} -e 's/Qt5OpenGL/Qt5Widgets/' \ - -e '/CheckSSEExtensions/d' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/install.*test/d' \ ${WRKSRC}/cmake/CMakeHelper.cmake Added: head/graphics/colmap/files/patch-vlfeat-rtcpu ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/colmap/files/patch-vlfeat-rtcpu Mon Dec 19 06:37:20 2016 (r428907) @@ -0,0 +1,83 @@ +build: don't force SSE2/AVX, enable at runtime instead + +--- CMakeLists.txt.orig 2016-12-07 13:47:54 UTC ++++ CMakeLists.txt +@@ -16,8 +16,6 @@ include(CheckCXXCompilerFlag) + # the CMake policies in this file + include(${CMAKE_SOURCE_DIR}/cmake/CMakeHelper.cmake NO_POLICY_SCOPE) + +-include(${CMAKE_SOURCE_DIR}/cmake/CheckSSEExtensions.cmake) +- + if(EXISTS ${CMAKE_SOURCE_DIR}/LocalConfig.cmake) + include(${CMAKE_SOURCE_DIR}/LocalConfig.cmake) + endif() +@@ -29,6 +27,7 @@ endif() + + enable_testing() + ++option(SIMD_ENABLED "Wether to enable SIMD optimizations" ON) + option(OPENMP_ENABLED "Whether to enable OpenMP" ON) + option(LTO_ENABLED "Whether to enable link-time optimization" ON) + option(CUDA_ENABLED "Whether to enable CUDA, if available" ON) +--- src/ext/VLFeat/CMakeLists.txt.orig 2016-12-07 13:47:54 UTC ++++ src/ext/VLFeat/CMakeLists.txt +@@ -1,8 +1,27 @@ +-if(IS_MSVC OR NOT HAS_AVX_EXTENSION) +- add_definitions(-DVL_DISABLE_AVX) ++set(VLFEAT_SOURCE_FILES) ++ ++if(CMAKE_SYSTEM_PROCESSOR MATCHES "[ix].?86|amd64|AMD64") ++ set(IS_X86 TRUE) + endif() + +-if(IS_MSVC OR NOT HAS_SSE2_EXTENSION) ++if(SIMD_ENABLED AND IS_X86 AND NOT IS_MSVC) ++ set(SSE2_SOURCES ++ imopv_sse2.c ++ imopv_sse2.h ++ mathop_sse2.c ++ mathop_sse2.h) ++ set(AVX_SOURCES ++ mathop_avx.c ++ mathop_avx.h) ++ ++ list(APPEND VLFEAT_SOURCE_FILES ${AVX_SOURCES} ${SSE2_SOURCES}) ++ ++ set_source_files_properties(${AVX_SOURCES} ++ PROPERTIES COMPILE_FLAGS "-mavx") ++ set_source_files_properties(${SSE2_SOURCES} ++ PROPERTIES COMPILE_FLAGS "-msse2") ++else() ++ add_definitions(-DVL_DISABLE_AVX) + add_definitions(-DVL_DISABLE_SSE2) + endif() + +@@ -10,7 +29,7 @@ if(NOT OPENMP_ENABLED OR NOT OPENMP_FOUN + add_definitions(-DVL_DISABLE_OPENMP) + endif() + +-set(VLFEAT_SOURCE_FILES ++list(APPEND VLFEAT_SOURCE_FILES + aib.c + aib.h + array.c +@@ -44,8 +63,6 @@ set(VLFEAT_SOURCE_FILES + ikmeans_lloyd.tc + imopv.c + imopv.h +- imopv_sse2.c +- imopv_sse2.h + kdtree.c + kdtree.h + kmeans.c +@@ -56,10 +73,6 @@ set(VLFEAT_SOURCE_FILES + liop.h + mathop.c + mathop.h +- mathop_avx.c +- mathop_avx.h +- mathop_sse2.c +- mathop_sse2.h + mser.c + mser.h + pgm.c From owner-svn-ports-head@freebsd.org Mon Dec 19 09:00:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E3AC888ED; Mon, 19 Dec 2016 09:00:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FADF1350; Mon, 19 Dec 2016 09:00:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ90lF2067418; Mon, 19 Dec 2016 09:00:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ90lJ9067417; Mon, 19 Dec 2016 09:00:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190900.uBJ90lJ9067417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428908 - head/databases/gtksql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:00:48 -0000 Author: amdmi3 Date: Mon Dec 19 09:00:47 2016 New Revision: 428908 URL: https://svnweb.freebsd.org/changeset/ports/428908 Log: - Mark BROKEN: incomplete definition of type 'struct CharacterRange' Modified: head/databases/gtksql/Makefile Modified: head/databases/gtksql/Makefile ============================================================================== --- head/databases/gtksql/Makefile Mon Dec 19 06:37:20 2016 (r428907) +++ head/databases/gtksql/Makefile Mon Dec 19 09:00:47 2016 (r428908) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libscintilla.so:x11-toolkits/scintilla RUN_DEPENDS= xdg-open:devel/xdg-utils +BROKEN= does not build (incomplete definition of type 'struct CharacterRange') + USES= gettext gmake pkgconfig USE_GNOME= gtk20 cairo glib20 pango GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Mon Dec 19 09:01:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91B2BC8891F; Mon, 19 Dec 2016 09:01:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6142B15F6; Mon, 19 Dec 2016 09:01:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ91ELo067533; Mon, 19 Dec 2016 09:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ91E1f067532; Mon, 19 Dec 2016 09:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190901.uBJ91E1f067532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428909 - head/devel/z80-asm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:01:15 -0000 Author: amdmi3 Date: Mon Dec 19 09:01:14 2016 New Revision: 428909 URL: https://svnweb.freebsd.org/changeset/ports/428909 Log: - Add LICENSE - Switch to options helpers Modified: head/devel/z80-asm/Makefile Modified: head/devel/z80-asm/Makefile ============================================================================== --- head/devel/z80-asm/Makefile Mon Dec 19 09:00:47 2016 (r428908) +++ head/devel/z80-asm/Makefile Mon Dec 19 09:01:14 2016 (r428909) @@ -15,11 +15,14 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Z80 assembly code assembler and disassembler -OPTIONS_DEFINE= DOCS +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/COPYING + +USES= gmake PORTDOCS= CHANGELOG README TODO z80-asm.html z80-mon.html -USES= gmake +OPTIONS_DEFINE= DOCS post-extract: @${TOUCH} ${WRKSRC}/hardware/bus_masters @@ -44,6 +47,8 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/doc/man/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Dec 19 09:03:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB975C88A52; Mon, 19 Dec 2016 09:03:53 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B3D817DD; Mon, 19 Dec 2016 09:03:53 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ93qne069808; Mon, 19 Dec 2016 09:03:52 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ93qvh069806; Mon, 19 Dec 2016 09:03:52 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201612190903.uBJ93qvh069806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Mon, 19 Dec 2016 09:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428910 - head/devel/acsccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:03:53 -0000 Author: misha Date: Mon Dec 19 09:03:52 2016 New Revision: 428910 URL: https://svnweb.freebsd.org/changeset/ports/428910 Log: - update from 1.1.3 to 1.1.4 Approved by: jpaetzel (mentor) Modified: head/devel/acsccid/Makefile head/devel/acsccid/distinfo Modified: head/devel/acsccid/Makefile ============================================================================== --- head/devel/acsccid/Makefile Mon Dec 19 09:01:14 2016 (r428909) +++ head/devel/acsccid/Makefile Mon Dec 19 09:03:52 2016 (r428910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acsccid -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/acsccid/distinfo ============================================================================== --- head/devel/acsccid/distinfo Mon Dec 19 09:01:14 2016 (r428909) +++ head/devel/acsccid/distinfo Mon Dec 19 09:03:52 2016 (r428910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475851414 -SHA256 (acsccid-1.1.3.tar.bz2) = 9ec8dea8ff6c6d480d107e1ceece4a286d75d738565c9b9c6d60224bee221903 -SIZE (acsccid-1.1.3.tar.bz2) = 439146 +TIMESTAMP = 1482093434 +SHA256 (acsccid-1.1.4.tar.bz2) = 1607591ee0df07c0157a71f6cb61e1e11fe1fa17331f02d2dff020db0e28c0ae +SIZE (acsccid-1.1.4.tar.bz2) = 439972 From owner-svn-ports-head@freebsd.org Mon Dec 19 09:04:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83BB6C88A81; Mon, 19 Dec 2016 09:04:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 536B118AC; Mon, 19 Dec 2016 09:04:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ9452i069905; Mon, 19 Dec 2016 09:04:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ945rh069904; Mon, 19 Dec 2016 09:04:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190904.uBJ945rh069904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:04:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428911 - head/lang/pure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:04:06 -0000 Author: amdmi3 Date: Mon Dec 19 09:04:05 2016 New Revision: 428911 URL: https://svnweb.freebsd.org/changeset/ports/428911 Log: - Mark BROKEN on 9.x Approved by: portmgr blanket Modified: head/lang/pure/Makefile Modified: head/lang/pure/Makefile ============================================================================== --- head/lang/pure/Makefile Mon Dec 19 09:03:52 2016 (r428910) +++ head/lang/pure/Makefile Mon Dec 19 09:04:05 2016 (r428911) @@ -19,6 +19,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libpcreposix.so:devel/pcre \ libLLVM-${LLVM_VERSION:C/./&./}.so:devel/llvm${LLVM_VERSION} +BROKEN_FreeBSD_9= does not buld (/usr/local/lib/gcc49/include/c++/cstddef:51:11: error: '::max_align_t' has not been declared) + SUB_FILES= pkg-message USES= gmake iconv pathfix pkgconfig From owner-svn-ports-head@freebsd.org Mon Dec 19 09:05:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2D96C88AC2; Mon, 19 Dec 2016 09:05:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B237819BD; Mon, 19 Dec 2016 09:05:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ95mHU070046; Mon, 19 Dec 2016 09:05:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ95mj8070045; Mon, 19 Dec 2016 09:05:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190905.uBJ95mj8070045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428912 - head/security/py-cryptography X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:05:50 -0000 Author: amdmi3 Date: Mon Dec 19 09:05:48 2016 New Revision: 428912 URL: https://svnweb.freebsd.org/changeset/ports/428912 Log: - Mark BROKEN on 9.x Approved by: portmgr blanket Modified: head/security/py-cryptography/Makefile Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Mon Dec 19 09:04:05 2016 (r428911) +++ head/security/py-cryptography/Makefile Mon Dec 19 09:05:48 2016 (r428912) @@ -13,6 +13,8 @@ COMMENT= Cryptographic recipes and primi LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_9= does not build (_openssl.c:75298: error: storage class specified for parameter '_cffi_type_context') + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \ From owner-svn-ports-head@freebsd.org Mon Dec 19 09:07:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87438C88B01; Mon, 19 Dec 2016 09:07:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 562C21AB7; Mon, 19 Dec 2016 09:07:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ97jG2070194; Mon, 19 Dec 2016 09:07:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ97jgo070193; Mon, 19 Dec 2016 09:07:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190907.uBJ97jgo070193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428913 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:07:46 -0000 Author: amdmi3 Date: Mon Dec 19 09:07:45 2016 New Revision: 428913 URL: https://svnweb.freebsd.org/changeset/ports/428913 Log: - Mark broken on 9.x - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/net-mgmt/icinga2/Makefile Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Mon Dec 19 09:05:48 2016 (r428912) +++ head/net-mgmt/icinga2/Makefile Mon Dec 19 09:07:45 2016 (r428913) @@ -10,12 +10,14 @@ MAINTAINER= lme@FreeBSD.org COMMENT= Monitoring and management system for hosts, services and networks LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_FreeBSD_9= does not configure (Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0 is required).) USE_GITHUB= yes GH_ACCOUNT= icinga From owner-svn-ports-head@freebsd.org Mon Dec 19 09:10:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4152C88CB3; Mon, 19 Dec 2016 09:10:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B38881DB0; Mon, 19 Dec 2016 09:10:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ9AAib070377; Mon, 19 Dec 2016 09:10:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ9AAvx070376; Mon, 19 Dec 2016 09:10:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190910.uBJ9AAvx070376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428914 - head/devel/creduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:10:12 -0000 Author: amdmi3 Date: Mon Dec 19 09:10:10 2016 New Revision: 428914 URL: https://svnweb.freebsd.org/changeset/ports/428914 Log: - Mark broken on 9.x - Always check OPSYS along with OSVERSION Approved by: portmgr blanket Modified: head/devel/creduce/Makefile Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Mon Dec 19 09:07:45 2016 (r428913) +++ head/devel/creduce/Makefile Mon Dec 19 09:10:10 2016 (r428914) @@ -19,6 +19,8 @@ RUN_DEPENDS= llvm-config38:devel/llvm38 devel/p5-Sys-Cpu>=0:devel/p5-Sys-Cpu \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular +BROKEN_FreeBSD_9= does not build (configure: error: cannot compile and link test program with selected LLVM) + GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \ @@ -26,11 +28,11 @@ CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/ CXX=${LOCALBASE}/bin/clang++38 \ CPP=${LOCALBASE}/bin/clang-cpp38 -USES= autoreconf gmake libtool perl5 +USES= autoreconf gmake libtool perl5 .include -.if ${OSVERSION} < 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 CONFIGURE_ENV+= CPPFLAGS="-stdlib=libstdc++ -I${LOCALBASE}/lib/gcc48/include/c++/ -I${LOCALBASE}/lib/gcc48/include/ -I${LOCALBASE}/lib/gcc48/include/c++/${ARCH:C/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}/ -L${LOCALBASE}/lib -L${LOCALBASE}/lib/gcc48" \ LDFLAGS="-L/usr/local/lib/gcc48 -lstdc++" .endif From owner-svn-ports-head@freebsd.org Mon Dec 19 09:13:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 847CDC88DF4; Mon, 19 Dec 2016 09:13:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 516991C5; Mon, 19 Dec 2016 09:13:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [192.168.1.22] (x4d0a1a8f.dyn.telefonica.de [77.10.26.143]) by toco-domains.de (Postfix) with ESMTPA id 92E721AAF001; Mon, 19 Dec 2016 10:13:53 +0100 (CET) Subject: Re: svn commit: r428673 - head/news/nzbget To: Gerald Pfeifer , toxic@doobie.com References: <201612161230.uBGCUYs9080020@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Torsten Zuehlsdorff Message-ID: <74fff0c1-790f-7cd1-399c-dbe55cd8d5bd@FreeBSD.org> Date: Mon, 19 Dec 2016 10:13:53 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:13:55 -0000 On 17.12.2016 01:38, Gerald Pfeifer wrote: > Hi Thorsten, hi toxic@doobie.com, > > On Fri, 16 Dec 2016, Torsten Zuehlsdorff wrote: >> +.if ${OSVERSION} < 1000500 >> +USE_GCC= 4.9+ > > the canonical way of stating this is USE_GCC=yes (which pulls in > GCC 4.9 right now, and may move to GCC 5 at a later point in time, > which should be fine since it's 4.9+, not plain 4.9). > > Okay for me to make this change? If it still builds fine: of course ;) Thanks, Torsten From owner-svn-ports-head@freebsd.org Mon Dec 19 09:15:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DCE1C88E32; Mon, 19 Dec 2016 09:15:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D18B2DD; Mon, 19 Dec 2016 09:15:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ9F9d1074411; Mon, 19 Dec 2016 09:15:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ9F9IO074410; Mon, 19 Dec 2016 09:15:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190915.uBJ9F9IO074410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428915 - head/devel/gcc-msp430-ti-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:15:10 -0000 Author: amdmi3 Date: Mon Dec 19 09:15:09 2016 New Revision: 428915 URL: https://svnweb.freebsd.org/changeset/ports/428915 Log: - Mark BROKEN on 9.x Approved by: portmgr blanket Modified: head/devel/gcc-msp430-ti-toolchain/Makefile Modified: head/devel/gcc-msp430-ti-toolchain/Makefile ============================================================================== --- head/devel/gcc-msp430-ti-toolchain/Makefile Mon Dec 19 09:10:10 2016 (r428914) +++ head/devel/gcc-msp430-ti-toolchain/Makefile Mon Dec 19 09:15:09 2016 (r428915) @@ -30,6 +30,8 @@ COMMENT= Complete gcc-based toolcahin fo LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_FreeBSD_9= does not patch (patch: **** can't find 1) + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc \ From owner-svn-ports-head@freebsd.org Mon Dec 19 09:41:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE650C86873; Mon, 19 Dec 2016 09:41:23 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from ihor-3.amdmi3.ru (ihor-3.amdmi3.ru [185.117.152.228]) by mx1.freebsd.org (Postfix) with ESMTP id 752B81744; Mon, 19 Dec 2016 09:41:22 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by ihor-3.amdmi3.ru (Postfix) with ESMTPS id C480A1AF12E; Mon, 19 Dec 2016 11:20:48 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 30C16478; Mon, 19 Dec 2016 12:36:56 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 19989EFF; Sat, 17 Dec 2016 20:47:17 +0300 (MSK) Date: Sat, 17 Dec 2016 20:47:17 +0300 From: Dmitry Marakasov To: "Jason E. Hale" Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r428769 - head/astro/libosmium Message-ID: <20161217174716.GC94712@hades.panopticon> References: <201612171545.uBHFjTlH050252@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:41:23 -0000 * Jason E. Hale (jhale@freebsd.org) wrote: > > Author: amdmi3 > > Date: Sat Dec 17 15:45:29 2016 > > New Revision: 428769 > > URL: https://svnweb.freebsd.org/changeset/ports/428769 > > > > Log: > > - Mark BROKEN on 9.x > > - Fix typo > > > > Modified: > > head/astro/libosmium/Makefile > > > > -# though it build tests, the library itself it header-only > > +# though it builds tests, the library itself it header-only > > Not much better 's/it/is/3' :) Thanks, fixed :) -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-head@freebsd.org Mon Dec 19 09:42:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C9FC86955; Mon, 19 Dec 2016 09:42:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (gahr.cloud.tilaa.com [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8667D1BCE; Mon, 19 Dec 2016 09:42:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 53111ee9 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 19 Dec 2016 09:42:12 +0000 (UTC) Date: Mon, 19 Dec 2016 10:42:12 +0100 From: Pietro Cerutti To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r428876 - in head/devel/gdb: . files files/kgdb Message-ID: <20161219094212.57oy7tgj3xrotjkn@ptrcrt.ch> Reply-To: Pietro Cerutti References: <201612181608.uBIG8Emn051174@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2jhn5r6gdvzom27d" Content-Disposition: inline In-Reply-To: <201612181608.uBIG8Emn051174@repo.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; get=; get= OpenPGP: id=A192089E; url=https://gahr.ch/pgp/0xADD0D38EA192089E.txt; url=https://keybase.io/gahr/key.asc User-Agent: NeoMutt/20161126-28-4c05b5-dirty (1.7.1) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:42:16 -0000 --2jhn5r6gdvzom27d Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2016-Dec-18, 16:08, Tijl Coosemans wrote: > Author: tijl > Date: Sun Dec 18 16:08:14 2016 > New Revision: 428876 > URL: https://svnweb.freebsd.org/changeset/ports/428876 >=20 > Log: > Update to 7.12. > =20 > PR: 214927 > Submitted by: luca.pizzamiglio@gmail.com (maintainer) This fails to build when BUNDLED_READLINE=3Don. https://gahr.ch/poudriere/logs/bulk/11amd64-stable/2016-12-19_09h27m29s/log= s/errors/gdb-7.12.log Thanks! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org --2jhn5r6gdvzom27d Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQLCBAABCgCsFiEE2m3hBqW4VLhd2G1JrdDTjqGSCJ4FAlhXq2ouFIAAAAAAFQAQ cGthLWFkZHJlc3NAZ251cGcub3JnZ2FockBGcmVlQlNELm9yZ18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0REE2 REUxMDZBNUI4NTRCODVERDg2RDQ5QUREMEQzOEVBMTkyMDg5RQAKCRCt0NOOoZII niQeEACrEU19Qorzva1n71IgBFvzBB6BPNeUs+7Vkmh1A+SpBaxfGfHtBXNDo1Ps GCCupwiO8Rl5H356v+kDJfPMLsakDshcTFd06SeCDQxoFPMaJJ/f3y3y1DIQ5TPU bRSzmI+wBRyOslOc7TT2pjNoUxIyzfs/nlICU85fqXxTmS6m1q8RIvx5uSCrmMbU b+HqsNckTxSf7fhBtCfZRzk3Iy9HiMmOBXWKWOJI1qMo5ARpBwvo0hnrpLORc4H/ TK3l5Bj5i/ZdWBFQ1VptVXBZKn4BODIcRBnlM5TbXAcxb3wo78/e6Tl2L565R5Bw t6Po/BpMIOnZwQzNSAsZBhh+0tz0CG+2CJgaSRi8fcz4ghknj7VwYbC0MtC6FE77 lwYdU8fE+cdHqbShf57zkAEo59NYepXHOLV+TeGO/uxcA0BO5li8yQ2PoyvHVuzJ GJdqWpMI2etTdoLtwsocvsOFZDuVaDz/cy6ykDZhjMM49N5+/EyegE2ySUVy0csL qQZL2Y1b1MdS5kCVM7ZXLfqvX8ZM5BRJ54e6P/AU7OlrJyNwGsa/VCi1W4eETime 8JPfe/tfsEP463MNqeae8HuO4giZSZ09assGl/T84j4JucSCRsK8/AXsDMbRlWRJ Evq/9iw896GAS/H+b+clQAt6uIACSDuq3cRkEUNsL40nv/jlWQ== =3PNA -----END PGP SIGNATURE----- --2jhn5r6gdvzom27d-- From owner-svn-ports-head@freebsd.org Mon Dec 19 09:47:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9DE0C86B94; Mon, 19 Dec 2016 09:47:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C47606DB; Mon, 19 Dec 2016 09:47:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ9lW4k086754; Mon, 19 Dec 2016 09:47:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ9lW4n086753; Mon, 19 Dec 2016 09:47:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190947.uBJ9lW4n086753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428916 - head/x11/roxterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:47:34 -0000 Author: amdmi3 Date: Mon Dec 19 09:47:32 2016 New Revision: 428916 URL: https://svnweb.freebsd.org/changeset/ports/428916 Log: - Fix build on 9.x - Simplify installation, cosmetic fixes Modified: head/x11/roxterm/Makefile Modified: head/x11/roxterm/Makefile ============================================================================== --- head/x11/roxterm/Makefile Mon Dec 19 09:15:09 2016 (r428915) +++ head/x11/roxterm/Makefile Mon Dec 19 09:47:32 2016 (r428916) @@ -23,7 +23,8 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USES= gettext libtool:build pkgconfig python:build tar:xz USE_XORG= ice sm x11 -USE_GNOME= cairo librsvg2:run libxslt:build +USE_GNOME= cairo librsvg2:run libxslt:build vte3 +USE_CSTD= c99 INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS @@ -32,10 +33,6 @@ MAITCHFLAGS= DISABLE_GIT=True; MAITCHFLAGS+= CC=${CC};GCC=${CC};CPP=${CC};CFLAGS=${CFLAGS}; MAITCHFLAGS+= PARALLEL=${MAKE_JOBS_NUMBER};PREFIX=${PREFIX}; -.include - -USE_GNOME+= vte3 - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py @@ -51,42 +48,34 @@ do-build: do-install: .for i in roxterm roxterm-config - (cd ${WRKSRC}/build && ${INSTALL_PROGRAM} ${i} \ - ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/build/${i} ${STAGEDIR}${PREFIX}/bin .endfor - (cd ${WRKSRC}/build && ${INSTALL_MAN} *.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${INSTALL_MAN} ${WRKSRC}/build/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 .for i in es fr pt_BR ru uk @${MKDIR} ${STAGEDIR}${MANPREFIX}/man/${i}/man1 - (cd ${WRKSRC}/build/po4a/${i} && ${INSTALL_MAN} *.1 \ - ${STAGEDIR}${MANPREFIX}/man/${i}/man1) + ${INSTALL_MAN} ${WRKSRC}/build/po4a/${i}/*.1 ${STAGEDIR}${MANPREFIX}/man/${i}/man1 .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata - (cd ${WRKSRC}/build && ${INSTALL_DATA} roxterm.appdata.xml \ - ${STAGEDIR}${PREFIX}/share/appdata) - (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.desktop \ - ${STAGEDIR}${DESKTOPDIR}) + ${INSTALL_DATA} ${WRKSRC}/build/roxterm.appdata.xml ${STAGEDIR}${PREFIX}/share/appdata + ${INSTALL_DATA} ${WRKSRC}/roxterm.desktop ${STAGEDIR}${DESKTOPDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps - (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.svg \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps) + ${INSTALL_DATA} ${WRKSRC}/roxterm.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/src && ${INSTALL_DATA} roxterm-config.ui \ - ${STAGEDIR}${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/src/roxterm-config.ui ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}) .for i in es fr pt_BR ru uk @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES - (cd ${WRKSRC}/build/po && ${INSTALL_DATA} ${i}.mo \ - ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) + ${INSTALL_DATA} ${WRKSRC}/build/po/${i}.mo ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog README - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .for i in en es fr lib pt_BR ru uk @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} - (cd ${WRKSRC}/Help/${i} && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/${i}) + ${INSTALL_DATA} ${WRKSRC}/Help/${i}/* ${STAGEDIR}${DOCSDIR}/${i} .endfor .include From owner-svn-ports-head@freebsd.org Mon Dec 19 09:50:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44214C8706D; Mon, 19 Dec 2016 09:50:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF560D44; Mon, 19 Dec 2016 09:50:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJ9oLai087165; Mon, 19 Dec 2016 09:50:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJ9oL09087163; Mon, 19 Dec 2016 09:50:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612190950.uBJ9oL09087163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 09:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428917 - head/mail/davmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 09:50:22 -0000 Author: amdmi3 Date: Mon Dec 19 09:50:20 2016 New Revision: 428917 URL: https://svnweb.freebsd.org/changeset/ports/428917 Log: - Update to 4.7.3 from releasenotes.txt: ** DavMail 4.7.3 released ** Another bugfix release, mostly from user feedback. Also improve Windows installer to let users choose whether they want to run DavMail automatically at logon. Enhancement: - Improve windows installer, make auto start at logon optional - Update release guide with opensuse build env - update icon cache - Update winrun4j wrappers icon to 128x128 EWS: - EWS: workaround for invalid cookie domain on Office365 DAV: - DAV: merge patch from #232 Outlook-created appt does not go through. OWA-created one does IMAP: - IMAP: additional fix for #626, workaround for from: header not searchable over EWS - IMAP: fix for #626, workaround for to: header not searchable over EWS SMTP: - SMTP: Merge patch 627 by Peter Chubb, server returns incorrect code on authentication failure PR: 214900 Submitted by: z7dr6ut7gs@snkmail.com Approved by: john.c.prather@gmail.com (maintainer) Modified: head/mail/davmail/Makefile head/mail/davmail/distinfo Modified: head/mail/davmail/Makefile ============================================================================== --- head/mail/davmail/Makefile Mon Dec 19 09:47:32 2016 (r428916) +++ head/mail/davmail/Makefile Mon Dec 19 09:50:20 2016 (r428917) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= davmail -PORTVERSION= 4.7.2 +PORTVERSION= 4.7.3 CATEGORIES= mail java MASTER_SITES= SF/davmail/davmail/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-${REVISION} @@ -19,7 +19,7 @@ USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ ALL_TARGET= release -REVISION= 2427 # 4.7.2 +REVISION= 2438 # 4.7.3 # port build number, same as on DISTNAME MAKE_ARGS= -Drevision=${REVISION} MAKE_ENV+= "ANT_OPTS=-Dfile.encoding=UTF-8" Modified: head/mail/davmail/distinfo ============================================================================== --- head/mail/davmail/distinfo Mon Dec 19 09:47:32 2016 (r428916) +++ head/mail/davmail/distinfo Mon Dec 19 09:50:20 2016 (r428917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466903595 -SHA256 (davmail-src-4.7.2-2427.tgz) = bf66cd4e735329d9862c8e01c9749e2d21d5beddc8090545d705b9aa8d04dbe7 -SIZE (davmail-src-4.7.2-2427.tgz) = 22682341 +TIMESTAMP = 1480186300 +SHA256 (davmail-src-4.7.3-2438.tgz) = 3940a7f6aa44cb3c419c2a4ede71e465b29b7076c9ed1bb0abe251a60378c208 +SIZE (davmail-src-4.7.3-2438.tgz) = 22728139 From owner-svn-ports-head@freebsd.org Mon Dec 19 10:41:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01F24C871EF; Mon, 19 Dec 2016 10:41:09 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C45C91B43; Mon, 19 Dec 2016 10:41:07 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CbCABwuFdY//s+sVtdHAEBBAEBCgEBg?= =?us-ascii?q?zcBAQEBAR9MDnYQjkKVZCYBlnEqhXIEAgKCGUQQAQIBAQEBAQEBYiiEaQEFOhw?= =?us-ascii?q?jEAsOBgQJGgsPKh4GE4hvCq5miwsBAQEBAQEBAQEBAQEBAQEBASGLD4oDHgWac?= =?us-ascii?q?IZSilV0do5wjhmEDzYggSWEPIFGPTSIXAEBAQ?= X-IPAS-Result: =?us-ascii?q?A2CbCABwuFdY//s+sVtdHAEBBAEBCgEBgzcBAQEBAR9MDnY?= =?us-ascii?q?QjkKVZCYBlnEqhXIEAgKCGUQQAQIBAQEBAQEBYiiEaQEFOhwjEAsOBgQJGgsPK?= =?us-ascii?q?h4GE4hvCq5miwsBAQEBAQEBAQEBAQEBAQEBASGLD4oDHgWacIZSilV0do5wjhm?= =?us-ascii?q?EDzYggSWEPIFGPTSIXAEBAQ?= Received: from 251.62-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.62.251]) by relay.skynet.be with ESMTP; 19 Dec 2016 11:40:57 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id uBJAeuOg053522; Mon, 19 Dec 2016 11:40:57 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Mon, 19 Dec 2016 11:40:56 +0100 From: Tijl Coosemans To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r428896 - in head/multimedia: avidemux avidemux/files ffmpeg ffmpeg/files ffmpeg0 ffmpeg0/files gstreamer-ffmpeg libav libav/files mplayer mplayer/files Message-ID: <20161219114056.3f6eae47@kalimero.tijl.coosemans.org> In-Reply-To: <201612190108.uBJ18doU073760@repo.freebsd.org> References: <201612190108.uBJ18doU073760@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 10:41:09 -0000 On Mon, 19 Dec 2016 01:08:39 +0000 (UTC) Jan Beich wrote: > Author: jbeich > Date: Mon Dec 19 01:08:39 2016 > New Revision: 428896 > URL: https://svnweb.freebsd.org/changeset/ports/428896 > > Log: > multimedia/ffmpeg: simplify ARCH workaround > > ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. It's probably fine in this case, but be aware that the package builders set ARCH in the environment so Makefiles cannot use ARCH?= or equivalent constructs. From owner-svn-ports-head@freebsd.org Mon Dec 19 11:12:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F10C87AF0; Mon, 19 Dec 2016 11:12:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3568DFC; Mon, 19 Dec 2016 11:12:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJBCXwl024477; Mon, 19 Dec 2016 11:12:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJBCWdt024475; Mon, 19 Dec 2016 11:12:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201612191112.uBJBCWdt024475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 19 Dec 2016 11:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428918 - in head: Mk devel/qt5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 11:12:34 -0000 Author: tcberner Date: Mon Dec 19 11:12:32 2016 New Revision: 428918 URL: https://svnweb.freebsd.org/changeset/ports/428918 Log: Change the way the pkgconfig-file install path is set for Qt5 ports. As noticed in x11-toolkits/qt5-charts we never corrected the way in which qmake sets the pkgconfig path for Qt5-modules. Instead there was a sed-call on the generated Makefiles in bsd.qt.mk in the target qt-pre-install. This diff modifies devel/qmake5 to set QMAKE_PKGCONFIG_DESTDIR to ../libdata/pkgconfig from the default pkgconfig. As we split Qt-base into multiple ports, simply patching devel/qmake5 is not enough, as the other base-ports will use the file from inside the tarball. Therefore add it as an extrapatch for the Qt-base ports. As this affects the same file extrapatch-libtool in devel/qt5 touched, rename this one and add a hunk to do this change too. Note: qt4 ports are unaffected, as they never were converted to used the qt-preinstall target, and still contain the sed-call in their Makefiles. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8713 Added: head/devel/qt5/files/extrapatch-mkspecs_features_qt__module.prf - copied, changed from r428917, head/devel/qt5/files/extrapatch-libtool Deleted: head/devel/qt5/files/extrapatch-libtool Modified: head/Mk/bsd.qt.mk Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Mon Dec 19 09:50:20 2016 (r428917) +++ head/Mk/bsd.qt.mk Mon Dec 19 11:12:32 2016 (r428918) @@ -170,13 +170,14 @@ CONFIGURE_ARGS+=-verbose . if ${QT_DIST} == "base" || ${_QT_VERSION:M4*} . if ${_QT_VERSION:M4*} -_EXTRA_PATCHES_QT4= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src-corelib-global-qglobal.h +_EXTRA_PATCHES_QT4= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src-corelib-global-qglobal.h \ + ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-libtool . else -_EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src_corelib_global_qcompilerdetection.h +_EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src_corelib_global_qcompilerdetection.h \ + ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf . endif EXTRA_PATCHES?= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-configure \ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests-unix-compile.test \ - ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-libtool \ ${_EXTRA_PATCHES_QT4} ${_EXTRA_PATCHES_QT5} . endif @@ -683,13 +684,6 @@ qt5-pre-configure: # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache -pre-install: qt-pre-install -qt-pre-install: -# Search both in CONFIGURE_WRKSRC and WRKSRC, as the former is not -# a subdirectory of the latter for out-of-source builds. - @${FIND} ${WRKSRC} ${CONFIGURE_WRKSRC} -name "Makefile*" -type f | \ - ${XARGS} ${REINPLACE_CMD} -e 's,${PREFIX}/${QT_LIBDIR_REL}/pkgconfig,${PREFIX}/libdata/pkgconfig,g' - post-install: qt-post-install qt-post-install: . if ${QT_DEFINES:N-*} Copied and modified: head/devel/qt5/files/extrapatch-mkspecs_features_qt__module.prf (from r428917, head/devel/qt5/files/extrapatch-libtool) ============================================================================== --- head/devel/qt5/files/extrapatch-libtool Mon Dec 19 09:50:20 2016 (r428917, copy source) +++ head/devel/qt5/files/extrapatch-mkspecs_features_qt__module.prf Mon Dec 19 11:12:32 2016 (r428918) @@ -1,6 +1,22 @@ ---- mkspecs/features/qt_module.prf.orig 2016-02-24 21:20:22.414067000 +0100 -+++ mkspecs/features/qt_module.prf 2016-02-24 21:20:35.884538000 +0100 -@@ -267,7 +267,6 @@ +The first hunk fixes the install location of the pkconfig files: + FreeBSD installs pkgconfig files to $LOCALBASE/libdata/pkgconfig + qmake uses QMAKE_PKGCONFIG_DESTDIR as relative path to $$QT_LIBDIR + respectively as absolute path. + +The second hunk stops qmake from generating la files. + +--- mkspecs/features/qt_module.prf.orig 2016-09-16 05:49:42 UTC ++++ mkspecs/features/qt_module.prf +@@ -247,7 +247,7 @@ load(qt_targets) + # this builds on top of qt_common + !internal_module:!lib_bundle:if(unix|mingw) { + CONFIG += create_pc +- QMAKE_PKGCONFIG_DESTDIR = pkgconfig ++ QMAKE_PKGCONFIG_DESTDIR = ../libdata/pkgconfig + host_build: \ + QMAKE_PKGCONFIG_LIBDIR = $$[QT_HOST_LIBS] + else: \ +@@ -267,7 +267,6 @@ load(qt_targets) QMAKE_PKGCONFIG_INSTALL_REPLACE += pclib_replace } !lib_bundle:unix { From owner-svn-ports-head@freebsd.org Mon Dec 19 11:18:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96323C87B71; Mon, 19 Dec 2016 11:18:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BA87F2D; Mon, 19 Dec 2016 11:18:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJBIj1c024914; Mon, 19 Dec 2016 11:18:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJBIj21024912; Mon, 19 Dec 2016 11:18:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612191118.uBJBIj21024912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 11:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428919 - head/astro/libosmium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 11:18:46 -0000 Author: amdmi3 Date: Mon Dec 19 11:18:45 2016 New Revision: 428919 URL: https://svnweb.freebsd.org/changeset/ports/428919 Log: - Install all required headers These headers belong to third party libraries (gdalcpp, protozero, utfcpp), but since these are not in the ports yet, just install bundled ones for now. PR: 215391 Submitted by: mmd.osm+freebsd@gmail.com Modified: head/astro/libosmium/Makefile head/astro/libosmium/pkg-plist Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Mon Dec 19 11:12:32 2016 (r428918) +++ head/astro/libosmium/Makefile Mon Dec 19 11:18:45 2016 (r428919) @@ -26,6 +26,12 @@ GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF +# if/when corresponding ports appear in the tree, these will need to +# be turned from depends +CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ + -DINSTALL_PROTOZERO:BOOL=ON \ + -DINSTALL_UTFCPP:BOOL=ON + # though it builds tests, the library itself is header-only NO_ARCH= yes Modified: head/astro/libosmium/pkg-plist ============================================================================== --- head/astro/libosmium/pkg-plist Mon Dec 19 11:12:32 2016 (r428918) +++ head/astro/libosmium/pkg-plist Mon Dec 19 11:18:45 2016 (r428919) @@ -1,3 +1,4 @@ +include/gdalcpp.hpp include/osmium/area/assembler.hpp include/osmium/area/detail/node_ref_segment.hpp include/osmium/area/detail/proto_ring.hpp @@ -175,3 +176,18 @@ include/osmium/util/timer.hpp include/osmium/util/verbose_output.hpp include/osmium/version.hpp include/osmium/visitor.hpp +include/protozero/byteswap.hpp +include/protozero/config.hpp +include/protozero/exception.hpp +include/protozero/iterators.hpp +include/protozero/pbf_builder.hpp +include/protozero/pbf_message.hpp +include/protozero/pbf_reader.hpp +include/protozero/pbf_writer.hpp +include/protozero/types.hpp +include/protozero/varint.hpp +include/protozero/version.hpp +include/utf8.h +include/utf8/checked.h +include/utf8/core.h +include/utf8/unchecked.h From owner-svn-ports-head@freebsd.org Mon Dec 19 11:19:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B39C87BB1; Mon, 19 Dec 2016 11:19:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BDD91039; Mon, 19 Dec 2016 11:19:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJBJteo025087; Mon, 19 Dec 2016 11:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJBJt6t025085; Mon, 19 Dec 2016 11:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612191119.uBJBJt6t025085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 11:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428920 - in head/graphics/photivo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 11:19:57 -0000 Author: amdmi3 Date: Mon Dec 19 11:19:55 2016 New Revision: 428920 URL: https://svnweb.freebsd.org/changeset/ports/428920 Log: - Add LICENSE_FILE - Fix build on 9.x by specifying proper c++ standard requirement and adding missing include Approved by: portmgr blanket Added: head/graphics/photivo/files/patch-Sources_ptCheck.cpp (contents, props changed) Modified: head/graphics/photivo/Makefile Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Mon Dec 19 11:18:45 2016 (r428919) +++ head/graphics/photivo/Makefile Mon Dec 19 11:19:55 2016 (r428920) @@ -12,6 +12,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Free and open source photo processor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ @@ -20,11 +21,11 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 libGraphicsMagick.so:graphics/GraphicsMagick \ libfftw3.so:math/fftw3 -USES= cmake compiler:c++0x desktop-file-utils dos2unix \ +USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ gettext-runtime jpeg pkgconfig zip USE_GNOME= glib20 USE_QT5= qmake_build buildtools_build core gui network widgets -DOS2UNIX_FILES= Sources/ptImage.cpp +DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp WRKSRC= ${WRKDIR}/${PORTNAME} Added: head/graphics/photivo/files/patch-Sources_ptCheck.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photivo/files/patch-Sources_ptCheck.cpp Mon Dec 19 11:19:55 2016 (r428920) @@ -0,0 +1,10 @@ +--- Sources/ptCheck.cpp.orig 2016-03-22 03:34:55 UTC ++++ Sources/ptCheck.cpp +@@ -27,6 +27,7 @@ + #include "filters/ptCfgItem.h" + #include + ++#include + #include + + //============================================================================== From owner-svn-ports-head@freebsd.org Mon Dec 19 11:20:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BD08C87D0C; Mon, 19 Dec 2016 11:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B89811BF; Mon, 19 Dec 2016 11:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJBKvb3025977; Mon, 19 Dec 2016 11:20:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJBKv6M025976; Mon, 19 Dec 2016 11:20:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612191120.uBJBKv6M025976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 11:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428921 - head/math/pdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 11:20:58 -0000 Author: amdmi3 Date: Mon Dec 19 11:20:57 2016 New Revision: 428921 URL: https://svnweb.freebsd.org/changeset/ports/428921 Log: - Mark broken Approved by: portmgr blanket Modified: head/math/pdal/Makefile Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Mon Dec 19 11:19:55 2016 (r428920) +++ head/math/pdal/Makefile Mon Dec 19 11:20:57 2016 (r428921) @@ -16,6 +16,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ libboost_thread.so:devel/boost-libs +BROKEN= does not build (error: typedef redefinition with different types ('struct GTIFS *' vs 'struct gtiff')) + USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Mon Dec 19 12:08:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B6B6C860DA; Mon, 19 Dec 2016 12:08:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B058D46; Mon, 19 Dec 2016 12:08:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJC89QS045928; Mon, 19 Dec 2016 12:08:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJC89YW045927; Mon, 19 Dec 2016 12:08:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612191208.uBJC89YW045927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 19 Dec 2016 12:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428922 - head/devel/gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:08:10 -0000 Author: tijl Date: Mon Dec 19 12:08:08 2016 New Revision: 428922 URL: https://svnweb.freebsd.org/changeset/ports/428922 Log: Fix build with BUNDLED_READLINE option. Reported by: gahr Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Mon Dec 19 11:20:57 2016 (r428921) +++ head/devel/gdb/Makefile Mon Dec 19 12:08:08 2016 (r428922) @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTV --with-gdb-datadir=${PREFIX}/share/gdb${PORTVERSION:S/.//g} \ --with-separate-debug-dir=/usr/lib/debug \ ${ICONV_CONFIGURE_ARG} \ - --with-expat=yes --with-libexpat-prefix=${LOCALBASE}/lib \ + --with-expat=yes --with-libexpat-prefix=${LOCALBASE} \ --without-libunwind-ia64 CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable From owner-svn-ports-head@freebsd.org Mon Dec 19 12:09:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B41C86123; Mon, 19 Dec 2016 12:09:04 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F5FE35; Mon, 19 Dec 2016 12:09:02 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CYCADFzFdY//s+sVtdHAEBBAEBCgEBg?= =?us-ascii?q?zcBAQEBAR9MDnYQjkKVZSYBh0+NGIIKLIVwBAICgXVCEgECAQEBAQEBAWIohGk?= =?us-ascii?q?BBTocIxALDgYECSUPEhgeBhOIUQMbCq0ghycNg1cBAQEBAQEBAQEBAQEBAQEBA?= =?us-ascii?q?RwFiw+CSIc7HgWaOzWGUoZwg2V0dheOWYdwgXKEN4QPJgYqgSWBV4QrPTQBiFs?= =?us-ascii?q?BAQE?= X-IPAS-Result: =?us-ascii?q?A2CYCADFzFdY//s+sVtdHAEBBAEBCgEBgzcBAQEBAR9MDnY?= =?us-ascii?q?QjkKVZSYBh0+NGIIKLIVwBAICgXVCEgECAQEBAQEBAWIohGkBBTocIxALDgYEC?= =?us-ascii?q?SUPEhgeBhOIUQMbCq0ghycNg1cBAQEBAQEBAQEBAQEBAQEBARwFiw+CSIc7HgW?= =?us-ascii?q?aOzWGUoZwg2V0dheOWYdwgXKEN4QPJgYqgSWBV4QrPTQBiFsBAQE?= Received: from 251.62-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.62.251]) by relay.skynet.be with ESMTP; 19 Dec 2016 13:08:59 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id uBJC8wAm075631; Mon, 19 Dec 2016 13:08:58 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Mon, 19 Dec 2016 13:08:58 +0100 From: Tijl Coosemans To: Pietro Cerutti Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r428876 - in head/devel/gdb: . files files/kgdb Message-ID: <20161219130852.033661d1@kalimero.tijl.coosemans.org> In-Reply-To: <20161219094212.57oy7tgj3xrotjkn@ptrcrt.ch> References: <201612181608.uBIG8Emn051174@repo.freebsd.org> <20161219094212.57oy7tgj3xrotjkn@ptrcrt.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:09:04 -0000 On Mon, 19 Dec 2016 10:42:12 +0100 Pietro Cerutti wrote: > On 2016-Dec-18, 16:08, Tijl Coosemans wrote: >> Author: tijl >> Date: Sun Dec 18 16:08:14 2016 >> New Revision: 428876 >> URL: https://svnweb.freebsd.org/changeset/ports/428876 >> >> Log: >> Update to 7.12. >> >> PR: 214927 >> Submitted by: luca.pizzamiglio@gmail.com (maintainer) > > This fails to build when BUNDLED_READLINE=on. > > https://gahr.ch/poudriere/logs/bulk/11amd64-stable/2016-12-19_09h27m29s/logs/errors/gdb-7.12.log Fixed in r428922. From owner-svn-ports-head@freebsd.org Mon Dec 19 12:12:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 516C0C8650D; Mon, 19 Dec 2016 12:12:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13D621263; Mon, 19 Dec 2016 12:12:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCCKsJ049759; Mon, 19 Dec 2016 12:12:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCCKOc049756; Mon, 19 Dec 2016 12:12:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612191212.uBJCCKOc049756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 19 Dec 2016 12:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428923 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:12:21 -0000 Author: mat Date: Mon Dec 19 12:12:19 2016 New Revision: 428923 URL: https://svnweb.freebsd.org/changeset/ports/428923 Log: Update to v5.25.7-145-g54f6f37. Changes: https://github.com/Perl/perl5/compare/v5.25.7-110-gc551bb0...v5.25.7-145-g54f6f37 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Dec 19 12:08:08 2016 (r428922) +++ head/lang/perl5-devel/Makefile Mon Dec 19 12:12:19 2016 (r428923) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.7-110-gc551bb0 +GH_TAGNAME= v5.25.7-145-g54f6f37 MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Dec 19 12:08:08 2016 (r428922) +++ head/lang/perl5-devel/distinfo Mon Dec 19 12:12:19 2016 (r428923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481552353 -SHA256 (perl/perl-5.25.7-110_GH0.tar.gz) = 28793fdd1b4a809082ce527e0156de1e438eb35308787073382aea1e04bf7d0e -SIZE (perl/perl-5.25.7-110_GH0.tar.gz) = 18394157 +TIMESTAMP = 1482145764 +SHA256 (perl/perl-5.25.7-145_GH0.tar.gz) = 0092a834cef04436c99cf017f37c8cd933648bf9130472562e4ad48db4c8f99e +SIZE (perl/perl-5.25.7-145_GH0.tar.gz) = 18398759 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Dec 19 12:08:08 2016 (r428922) +++ head/lang/perl5-devel/pkg-plist Mon Dec 19 12:12:19 2016 (r428923) @@ -500,6 +500,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Test2/Event.pm %%PRIV_LIB%%/Test2/Event/Bail.pm %%PRIV_LIB%%/Test2/Event/Diag.pm +%%PRIV_LIB%%/Test2/Event/Encoding.pm %%PRIV_LIB%%/Test2/Event/Exception.pm %%PRIV_LIB%%/Test2/Event/Generic.pm %%PRIV_LIB%%/Test2/Event/Info.pm @@ -508,6 +509,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Test2/Event/Plan.pm %%PRIV_LIB%%/Test2/Event/Skip.pm %%PRIV_LIB%%/Test2/Event/Subtest.pm +%%PRIV_LIB%%/Test2/Event/TAP/Version.pm %%PRIV_LIB%%/Test2/Event/Waiting.pm %%PRIV_LIB%%/Test2/Formatter.pm %%PRIV_LIB%%/Test2/Formatter/TAP.pm @@ -1583,6 +1585,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN3%%/Test2::Event.3.gz %%MAN3%%/Test2::Event::Bail.3.gz %%MAN3%%/Test2::Event::Diag.3.gz +%%MAN3%%/Test2::Event::Encoding.3.gz %%MAN3%%/Test2::Event::Exception.3.gz %%MAN3%%/Test2::Event::Generic.3.gz %%MAN3%%/Test2::Event::Info.3.gz @@ -1591,6 +1594,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN3%%/Test2::Event::Plan.3.gz %%MAN3%%/Test2::Event::Skip.3.gz %%MAN3%%/Test2::Event::Subtest.3.gz +%%MAN3%%/Test2::Event::TAP::Version.3.gz %%MAN3%%/Test2::Event::Waiting.3.gz %%MAN3%%/Test2::Formatter.3.gz %%MAN3%%/Test2::Formatter::TAP.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 19 12:12:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4EBDC8653F; Mon, 19 Dec 2016 12:12:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94AFA12F7; Mon, 19 Dec 2016 12:12:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCCU3C049876; Mon, 19 Dec 2016 12:12:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCCUNp049874; Mon, 19 Dec 2016 12:12:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612191212.uBJCCUNp049874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 19 Dec 2016 12:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428924 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:12:31 -0000 Author: mat Date: Mon Dec 19 12:12:30 2016 New Revision: 428924 URL: https://svnweb.freebsd.org/changeset/ports/428924 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Dec 19 12:12:19 2016 (r428923) +++ head/dns/bind9-devel/Makefile Mon Dec 19 12:12:30 2016 (r428924) @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.12.08 -HASH= c1619b8 +ISCVERSION= 9.12.0a.2016.12.14 +HASH= 6089c8d USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Dec 19 12:12:19 2016 (r428923) +++ head/dns/bind9-devel/distinfo Mon Dec 19 12:12:30 2016 (r428924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481553348 -SHA256 (bind9-c1619b8.tar.gz) = 2d782fd62cf2f3dd0653c2535b2d4315403b6e69d9e1581648d3566dc6f75050 -SIZE (bind9-c1619b8.tar.gz) = 11808685 +TIMESTAMP = 1482145910 +SHA256 (bind9-6089c8d.tar.gz) = 5a9a7c3a602ae12d487b56ecc36f95051a5d9a2ee359aa157a9c34cb6c122e1c +SIZE (bind9-6089c8d.tar.gz) = 11809852 From owner-svn-ports-head@freebsd.org Mon Dec 19 12:30:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF616C86B26; Mon, 19 Dec 2016 12:30:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F0701012; Mon, 19 Dec 2016 12:30:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCUvcA056716; Mon, 19 Dec 2016 12:30:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCUvFx056715; Mon, 19 Dec 2016 12:30:57 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201612191230.uBJCUvFx056715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 19 Dec 2016 12:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428925 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:30:58 -0000 Author: tz Date: Mon Dec 19 12:30:57 2016 New Revision: 428925 URL: https://svnweb.freebsd.org/changeset/ports/428925 Log: games/wesnoth: Enable OPENMP by default PR: 215357 Submitted by: Jan Beich Approved by: mentors (implicit) Modified: head/games/wesnoth/Makefile Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Mon Dec 19 12:12:30 2016 (r428924) +++ head/games/wesnoth/Makefile Mon Dec 19 12:30:57 2016 (r428925) @@ -2,7 +2,7 @@ PORTNAME= wesnoth PORTVERSION= 1.12.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ @@ -42,7 +42,7 @@ PORTDATA= * OPTIONS_DEFINE= ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \ NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS -OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY SERVER TOOLS +OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY OPENMP SERVER TOOLS OPTIONS_SUB= yes ANA_DESC= Asynchronous Network API (WIP) @@ -62,9 +62,8 @@ NOTIFY_DESC= Desktop notifications NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off OPENMP_DESC= OpenMP support -OPENMP_USES= compiler:openmp +OPENMP_USES= compiler:gcc-c++11-lib OPENMP_CMAKE_ON=-DENABLE_OMP=on -OPENMP_BROKEN= Does not compile with OPENMP option enabled RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS SERVER_DESC= Server From owner-svn-ports-head@freebsd.org Mon Dec 19 12:48:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88F2CC8709A; Mon, 19 Dec 2016 12:48:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587561762; Mon, 19 Dec 2016 12:48:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCmJQO062664; Mon, 19 Dec 2016 12:48:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCmJ1f062662; Mon, 19 Dec 2016 12:48:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612191248.uBJCmJ1f062662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 19 Dec 2016 12:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428926 - head/graphics/colmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:48:20 -0000 Author: jbeich Date: Mon Dec 19 12:48:19 2016 New Revision: 428926 URL: https://svnweb.freebsd.org/changeset/ports/428926 Log: graphics/colmap: update to real 2.1 tag Changes: https://github.com/colmap/colmap/compare/55fbe10...2.1 Modified: head/graphics/colmap/Makefile (contents, props changed) head/graphics/colmap/distinfo (contents, props changed) Modified: head/graphics/colmap/Makefile ============================================================================== --- head/graphics/colmap/Makefile Mon Dec 19 12:30:57 2016 (r428925) +++ head/graphics/colmap/Makefile Mon Dec 19 12:48:19 2016 (r428926) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= colmap -DISTVERSION= 2.1-0 # synthetic tag -DISTVERSIONSUFFIX= -g55fbe10 -PORTREVISION= 2 +DISTVERSION= 2.1 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/colmap/distinfo ============================================================================== --- head/graphics/colmap/distinfo Mon Dec 19 12:30:57 2016 (r428925) +++ head/graphics/colmap/distinfo Mon Dec 19 12:48:19 2016 (r428926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481118474 -SHA256 (colmap-colmap-2.1-0-g55fbe10_GH0.tar.gz) = 76660ea44320660c73045d6e54d199c242b3ae87346476db283afe8df6d673b0 -SIZE (colmap-colmap-2.1-0-g55fbe10_GH0.tar.gz) = 5389216 +TIMESTAMP = 1481898956 +SHA256 (colmap-colmap-2.1_GH0.tar.gz) = 637c14b75194a590aeb6bcffdb8a6b2ec08aea68a78b6fcbbf26f2e9f5150ba0 +SIZE (colmap-colmap-2.1_GH0.tar.gz) = 5388786 From owner-svn-ports-head@freebsd.org Mon Dec 19 12:52:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6AEC87238; Mon, 19 Dec 2016 12:52:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 838671AF3; Mon, 19 Dec 2016 12:52:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCqe8U066585; Mon, 19 Dec 2016 12:52:40 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCqef0066584; Mon, 19 Dec 2016 12:52:40 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612191252.uBJCqef0066584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 19 Dec 2016 12:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428927 - head/science/gramps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:52:41 -0000 Author: woodsb02 Date: Mon Dec 19 12:52:40 2016 New Revision: 428927 URL: https://svnweb.freebsd.org/changeset/ports/428927 Log: science/gramps: Update to 4.2.5 Changes this release: https://gramps-project.org/2016/12/gramps-4-2-5-released/ Approved by: adamw (mentor, implicit) Modified: head/science/gramps/Makefile head/science/gramps/distinfo Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Mon Dec 19 12:48:19 2016 (r428926) +++ head/science/gramps/Makefile Mon Dec 19 12:52:40 2016 (r428927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gramps -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 DISTVERSIONPREFIX= v CATEGORIES= science gnome python Modified: head/science/gramps/distinfo ============================================================================== --- head/science/gramps/distinfo Mon Dec 19 12:48:19 2016 (r428926) +++ head/science/gramps/distinfo Mon Dec 19 12:52:40 2016 (r428927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474473176 -SHA256 (gramps-project-gramps-v4.2.4_GH0.tar.gz) = 25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa -SIZE (gramps-project-gramps-v4.2.4_GH0.tar.gz) = 18683901 +TIMESTAMP = 1482046497 +SHA256 (gramps-project-gramps-v4.2.5_GH0.tar.gz) = 1de3007215b7d0b779ec8f086e14e7a75f2aa811ee37c6d0cff06bfc9458743d +SIZE (gramps-project-gramps-v4.2.5_GH0.tar.gz) = 18694912 From owner-svn-ports-head@freebsd.org Mon Dec 19 12:57:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61CBAC8728B; Mon, 19 Dec 2016 12:57:58 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4F81C12; Mon, 19 Dec 2016 12:57:58 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJCvvxG066894; Mon, 19 Dec 2016 12:57:57 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJCvvn3066892; Mon, 19 Dec 2016 12:57:57 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612191257.uBJCvvn3066892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 19 Dec 2016 12:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428928 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 12:57:58 -0000 Author: woodsb02 Date: Mon Dec 19 12:57:57 2016 New Revision: 428928 URL: https://svnweb.freebsd.org/changeset/ports/428928 Log: multimedia/emby-server: Update to 3.1.0 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.1.0 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Mon Dec 19 12:52:40 2016 (r428927) +++ head/multimedia/emby-server/Makefile Mon Dec 19 12:57:57 2016 (r428928) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.8500 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org @@ -12,6 +11,7 @@ COMMENT= Home media server built using m LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= referenceassemblies-pcl>=0:lang/referenceassemblies-pcl LIB_DEPENDS= libavformat.so:multimedia/ffmpeg CONFLICTS_INSTALL= mediabrowser @@ -43,7 +43,7 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server (cd ${WRKSRC}/MediaBrowser.Server.Mono/bin/Release\ Mono && \ ${ECHO_MSG} "Deleting the following non-FreeBSD library files:" && \ - ${FIND} -E . -iregex '(.*\.dylib|.*libwebp.*|.*sqlite3.*|.*.dylib.*|MediaInfo\.dll)' -print -delete && \ + ${FIND} -E . -iregex '(.*\.dylib)' -print -delete && \ ${FIND} . -type d -empty -print -delete && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/emby-server) Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon Dec 19 12:52:40 2016 (r428927) +++ head/multimedia/emby-server/distinfo Mon Dec 19 12:57:57 2016 (r428928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478431577 -SHA256 (MediaBrowser-Emby-3.0.8500_GH0.tar.gz) = 0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e -SIZE (MediaBrowser-Emby-3.0.8500_GH0.tar.gz) = 53824460 +TIMESTAMP = 1482046321 +SHA256 (MediaBrowser-Emby-3.1.0_GH0.tar.gz) = c60e081de8da3bb71c9d55fb39447eb317110f6afaed6f01b824ddeea4f4a11e +SIZE (MediaBrowser-Emby-3.1.0_GH0.tar.gz) = 41747226 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Mon Dec 19 12:52:40 2016 (r428927) +++ head/multimedia/emby-server/pkg-plist Mon Dec 19 12:57:57 2016 (r428928) @@ -1,18 +1,28 @@ lib/emby-server/BDInfo.dll -lib/emby-server/CommonIO.dll +lib/emby-server/BDInfo.dll.mdb lib/emby-server/DvdLib.dll +lib/emby-server/DvdLib.dll.mdb +lib/emby-server/Emby.Common.Implementations.dll +lib/emby-server/Emby.Dlna.dll +lib/emby-server/Emby.Dlna.dll.mdb +lib/emby-server/Emby.Drawing.ImageMagick.dll +lib/emby-server/Emby.Drawing.ImageMagick.dll.mdb +lib/emby-server/Emby.Drawing.Net.dll +lib/emby-server/Emby.Drawing.Net.dll.mdb lib/emby-server/Emby.Drawing.dll lib/emby-server/Emby.Drawing.dll.mdb +lib/emby-server/Emby.Photos.dll +lib/emby-server/Emby.Photos.dll.mdb +lib/emby-server/Emby.Server.Core.dll +lib/emby-server/Emby.Server.Implementations.dll +lib/emby-server/Emby.Server.Implementations.dll.mdb lib/emby-server/Emby.XmlTv.dll lib/emby-server/INIFileParser.dll lib/emby-server/ImageMagickSharp.dll lib/emby-server/ImageMagickSharp.dll.config -lib/emby-server/Interfaces.IO.dll lib/emby-server/MediaBrowser.Api.dll -lib/emby-server/MediaBrowser.Common.Implementations.dll lib/emby-server/MediaBrowser.Common.dll lib/emby-server/MediaBrowser.Controller.dll -lib/emby-server/MediaBrowser.Dlna.dll lib/emby-server/MediaBrowser.IsoMounting.Linux.dll lib/emby-server/MediaBrowser.LocalMetadata.dll lib/emby-server/MediaBrowser.MediaEncoding.dll @@ -28,28 +38,25 @@ lib/emby-server/MediaBrowser.WebDashboar lib/emby-server/MediaBrowser.XbmcMetadata.dll lib/emby-server/Microsoft.IO.RecyclableMemoryStream.dll lib/emby-server/Mono.Nat.dll -lib/emby-server/Mono.Nat.dll.mdb lib/emby-server/Mono.Posix.dll -lib/emby-server/MoreLinq.dll lib/emby-server/NLog.dll lib/emby-server/OpenSubtitlesHandler.dll -lib/emby-server/Patterns.Logging.dll -lib/emby-server/Rssdp.NetFx40.dll -lib/emby-server/Rssdp.Portable.dll -lib/emby-server/ServiceStack.Api.Swagger.dll -lib/emby-server/ServiceStack.Client.dll -lib/emby-server/ServiceStack.Common.dll -lib/emby-server/ServiceStack.Interfaces.dll +lib/emby-server/RSSDP.dll +lib/emby-server/RSSDP.dll.mdb +lib/emby-server/SQLitePCL.pretty.dll +lib/emby-server/SQLitePCLRaw.core.dll +lib/emby-server/SQLitePCLRaw.provider.sqlite3.dll +lib/emby-server/SQLitePCLRaw.provider.sqlite3.dll.config lib/emby-server/ServiceStack.Text.dll lib/emby-server/ServiceStack.dll +lib/emby-server/ServiceStack.dll.mdb lib/emby-server/SharpCompress.dll lib/emby-server/SimpleInjector.dll -lib/emby-server/SocketHttpListener.dll -lib/emby-server/System.Data.SQLite.dll +lib/emby-server/SocketHttpListener.Portable.dll +lib/emby-server/SocketHttpListener.Portable.dll.mdb lib/emby-server/System.Data.SQLite.dll.config +lib/emby-server/TagLib.Portable.dll lib/emby-server/UniversalDetector.dll -lib/emby-server/WebMarkupMin.Core.dll -lib/emby-server/dashboard-ui/about.html lib/emby-server/dashboard-ui/addplugin.html lib/emby-server/dashboard-ui/appservices.html lib/emby-server/dashboard-ui/autoorganizelog.html @@ -177,14 +184,21 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-apiclient/events.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/fileupload.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/localassetmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/nullassetmanager.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/serverdiscovery-chrome.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/serverdiscovery-winjs.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/contentuploader.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/filerepository.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/itemrepository.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/localsync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/mediasync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/multiserversync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/transfermanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/useractionrepository.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/userrepository.js lib/emby-server/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/.bower.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/LICENSE.md @@ -211,6 +225,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/nativeconfirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/deletehelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.template.html @@ -309,14 +324,14 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreen-doubleclick.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreenmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/globalize.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-categories.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-categories.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/programs.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/idb.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js @@ -334,6 +349,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyloader-intersectionobserver.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyloader-scroll.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/listview/listview.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-legacy.css @@ -351,6 +368,9 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multidownload.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/native-promise-only/README.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/native-promise-only/lib/npo.src.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/native-promise-only/test_adapter.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/badge.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notificationicon.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notifications.js @@ -371,6 +391,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordinghelper.js @@ -448,6 +469,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sync/sync.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sync/synctoggle.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/thememediaplayer.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js @@ -507,6 +529,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/headroomjs/package.json lib/emby-server/dashboard-ui/bower_components/hlsjs/.bower.json lib/emby-server/dashboard-ui/bower_components/hlsjs/API.md +lib/emby-server/dashboard-ui/bower_components/hlsjs/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/hlsjs/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/hlsjs/LICENSE lib/emby-server/dashboard-ui/bower_components/hlsjs/README.md lib/emby-server/dashboard-ui/bower_components/hlsjs/bower.json @@ -656,14 +680,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/libjass/libjass.css lib/emby-server/dashboard-ui/bower_components/libjass/libjass.min.js lib/emby-server/dashboard-ui/bower_components/libjass/package.json -lib/emby-server/dashboard-ui/bower_components/native-promise-only/.bower.json -lib/emby-server/dashboard-ui/bower_components/native-promise-only/.gitignore -lib/emby-server/dashboard-ui/bower_components/native-promise-only/.npmignore -lib/emby-server/dashboard-ui/bower_components/native-promise-only/README.md -lib/emby-server/dashboard-ui/bower_components/native-promise-only/build.js -lib/emby-server/dashboard-ui/bower_components/native-promise-only/lib/npo.src.js -lib/emby-server/dashboard-ui/bower_components/native-promise-only/package.json -lib/emby-server/dashboard-ui/bower_components/native-promise-only/test_adapter.js lib/emby-server/dashboard-ui/bower_components/query-string/.bower.json lib/emby-server/dashboard-ui/bower_components/query-string/.editorconfig lib/emby-server/dashboard-ui/bower_components/query-string/.gitattributes @@ -893,12 +909,10 @@ lib/emby-server/dashboard-ui/legacy/fnch lib/emby-server/dashboard-ui/legacy/selectmenu.js lib/emby-server/dashboard-ui/library.html lib/emby-server/dashboard-ui/librarydisplay.html -lib/emby-server/dashboard-ui/librarypathmapping.html lib/emby-server/dashboard-ui/librarysettings.html lib/emby-server/dashboard-ui/livetv.html lib/emby-server/dashboard-ui/livetvguideprovider.html lib/emby-server/dashboard-ui/livetvitems.html -lib/emby-server/dashboard-ui/livetvseriestimer.html lib/emby-server/dashboard-ui/livetvsettings.html lib/emby-server/dashboard-ui/livetvstatus.html lib/emby-server/dashboard-ui/livetvtunerprovider-hdhomerun.html @@ -972,7 +986,6 @@ lib/emby-server/dashboard-ui/scripts/ite lib/emby-server/dashboard-ui/scripts/itemlistpage.js lib/emby-server/dashboard-ui/scripts/librarybrowser.js lib/emby-server/dashboard-ui/scripts/librarymenu.js -lib/emby-server/dashboard-ui/scripts/librarypathmapping.js lib/emby-server/dashboard-ui/scripts/livetvchannel.js lib/emby-server/dashboard-ui/scripts/livetvchannels.js lib/emby-server/dashboard-ui/scripts/livetvcomponents.js @@ -981,7 +994,6 @@ lib/emby-server/dashboard-ui/scripts/liv lib/emby-server/dashboard-ui/scripts/livetvitems.js lib/emby-server/dashboard-ui/scripts/livetvrecordings.js lib/emby-server/dashboard-ui/scripts/livetvschedule.js -lib/emby-server/dashboard-ui/scripts/livetvseriestimer.js lib/emby-server/dashboard-ui/scripts/livetvseriestimers.js lib/emby-server/dashboard-ui/scripts/livetvsettings.js lib/emby-server/dashboard-ui/scripts/livetvstatus.js @@ -1160,40 +1172,3 @@ lib/emby-server/dashboard-ui/wizardlivet lib/emby-server/dashboard-ui/wizardsettings.html lib/emby-server/dashboard-ui/wizardstart.html lib/emby-server/dashboard-ui/wizarduser.html -lib/emby-server/swagger-ui/css/reset.css -lib/emby-server/swagger-ui/css/screen.css -lib/emby-server/swagger-ui/css/typography.css -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-700.eot -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-700.svg -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-700.ttf -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-700.woff -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-700.woff2 -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-regular.eot -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-regular.svg -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-regular.ttf -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-regular.woff -lib/emby-server/swagger-ui/fonts/droid-sans-v6-latin-regular.woff2 -lib/emby-server/swagger-ui/images/explorer_icons.png -lib/emby-server/swagger-ui/images/logo_small.png -lib/emby-server/swagger-ui/images/pet_store_api.png -lib/emby-server/swagger-ui/images/throbber.gif -lib/emby-server/swagger-ui/images/wordnik_api.png -lib/emby-server/swagger-ui/index.html -lib/emby-server/swagger-ui/lib/backbone-min.js -lib/emby-server/swagger-ui/lib/handlebars-2.0.0.js -lib/emby-server/swagger-ui/lib/highlight.7.3.pack.js -lib/emby-server/swagger-ui/lib/jquery-1.8.0.min.js -lib/emby-server/swagger-ui/lib/jquery.ba-bbq.min.js -lib/emby-server/swagger-ui/lib/jquery.slideto.min.js -lib/emby-server/swagger-ui/lib/jquery.wiggle.min.js -lib/emby-server/swagger-ui/lib/marked.js -lib/emby-server/swagger-ui/lib/shred.bundle.js -lib/emby-server/swagger-ui/lib/shred/content.js -lib/emby-server/swagger-ui/lib/swagger-client.js -lib/emby-server/swagger-ui/lib/swagger-oauth.js -lib/emby-server/swagger-ui/lib/underscore-min.js -lib/emby-server/swagger-ui/o2c.html -lib/emby-server/swagger-ui/patch.js -lib/emby-server/swagger-ui/swagger-ui.js -lib/emby-server/swagger-ui/swagger-ui.min.js -lib/emby-server/taglib-sharp.dll From owner-svn-ports-head@freebsd.org Mon Dec 19 13:10:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D06F3C874F3; Mon, 19 Dec 2016 13:10:12 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE2DC6; Mon, 19 Dec 2016 13:10:12 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJDABxT070982; Mon, 19 Dec 2016 13:10:11 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJDABZJ070980; Mon, 19 Dec 2016 13:10:11 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612191310.uBJDABZJ070980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 19 Dec 2016 13:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428929 - head/textproc/icdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 13:10:12 -0000 Author: woodsb02 Date: Mon Dec 19 13:10:11 2016 New Revision: 428929 URL: https://svnweb.freebsd.org/changeset/ports/428929 Log: textproc/icdiff: Update to 1.8.6 Approved by: adamw (mentor, implicit) Modified: head/textproc/icdiff/Makefile head/textproc/icdiff/distinfo Modified: head/textproc/icdiff/Makefile ============================================================================== --- head/textproc/icdiff/Makefile Mon Dec 19 12:57:57 2016 (r428928) +++ head/textproc/icdiff/Makefile Mon Dec 19 13:10:11 2016 (r428929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icdiff -PORTVERSION= 1.8.5 +PORTVERSION= 1.8.6 CATEGORIES= textproc MASTER_SITES= CHEESESHOP Modified: head/textproc/icdiff/distinfo ============================================================================== --- head/textproc/icdiff/distinfo Mon Dec 19 12:57:57 2016 (r428928) +++ head/textproc/icdiff/distinfo Mon Dec 19 13:10:11 2016 (r428929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476449460 -SHA256 (icdiff-1.8.5.tar.gz) = d0fc55ff53f4ca1af6612dadeac9635a3f2ede269530ca5af6bbe22544d16e5c -SIZE (icdiff-1.8.5.tar.gz) = 8682 +TIMESTAMP = 1482046470 +SHA256 (icdiff-1.8.6.tar.gz) = 6e08a7ad1166dede67d5a3d5e9cdc32e366363501775e5d7712841170954d9b0 +SIZE (icdiff-1.8.6.tar.gz) = 8902 From owner-svn-ports-head@freebsd.org Mon Dec 19 13:19:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F6AC87A76; Mon, 19 Dec 2016 13:19:53 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A3E9A2B; Mon, 19 Dec 2016 13:19:52 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJDJqkx075247; Mon, 19 Dec 2016 13:19:52 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJDJqjr075246; Mon, 19 Dec 2016 13:19:52 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201612191319.uBJDJqjr075246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 19 Dec 2016 13:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428930 - head/devel/kdesvn-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 13:19:53 -0000 Author: dbn Date: Mon Dec 19 13:19:51 2016 New Revision: 428930 URL: https://svnweb.freebsd.org/changeset/ports/428930 Log: devel/kdesvn-kde4: fix bookmarks in non-KDE environments. - Add missing dependency to kde-baseapps that provides keditbookmarks that provides the Bookmarks functionality. [1] - Add license file and fix license version. - Add missing dependencies (reported by stage-qa). PR: 211769 Suggested by: tcberner Modified: head/devel/kdesvn-kde4/Makefile Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Mon Dec 19 13:10:11 2016 (r428929) +++ head/devel/kdesvn-kde4/Makefile Mon Dec 19 13:19:51 2016 (r428930) @@ -3,24 +3,29 @@ PORTNAME= kdesvn DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ MAINTAINER= dbn@FreeBSD.org COMMENT= KDE frontend for Subversion -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsvn_client-1.so:devel/subversion +LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ + libapr-1.so:devel/apr1 \ + libgdbm.so:databases/gdbm \ + libexpat.so:textproc/expat2 +RUN_DEPENDS= keditbookmarks:x11/kde4-baseapps CONFLICTS= qsvn-[0-9]* CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \ -DMAN_INSTALL_DIR=${MANPREFIX}/man -USES= cmake:outsource compiler:c11 kde:4 tar:xz -USE_KDE= kdelibs automoc4 +USES= cmake:outsource compiler:c11 bdb kde:4 tar:xz +USE_KDE= automoc4 kdelibs soprano USE_LDCONFIG= yes USE_QT4= corelib gui xml network dbus svg sql \ qmake_build moc_build rcc_build uic_build linguist_build From owner-svn-ports-head@freebsd.org Mon Dec 19 13:21:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9ABCC87B76; Mon, 19 Dec 2016 13:21:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C31ACF2; Mon, 19 Dec 2016 13:21:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJDLT3g075484; Mon, 19 Dec 2016 13:21:29 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJDLTuY075480; Mon, 19 Dec 2016 13:21:29 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612191321.uBJDLTuY075480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 19 Dec 2016 13:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428931 - in head/graphics: gphoto2 libgphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 13:21:30 -0000 Author: woodsb02 Date: Mon Dec 19 13:21:29 2016 New Revision: 428931 URL: https://svnweb.freebsd.org/changeset/ports/428931 Log: graphics/gphoto2 and graphics/libgphoto2: Update to 2.5.11 Changes this release: http://www.gphoto.org/news/ Approved by: adamw (mentor, implicit) Modified: head/graphics/gphoto2/Makefile head/graphics/gphoto2/distinfo head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Mon Dec 19 13:19:51 2016 (r428930) +++ head/graphics/gphoto2/Makefile Mon Dec 19 13:21:29 2016 (r428931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.10 +PORTVERSION= 2.5.11 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -11,10 +11,11 @@ COMMENT= Command-line frontend to libgph LICENSE= GPLv2 -LIB_DEPENDS= libpopt.so:devel/popt \ - libgphoto2.so:graphics/libgphoto2 +LIB_DEPENDS= libexif.so:graphics/libexif \ + libgphoto2.so:graphics/libgphoto2 \ + libpopt.so:devel/popt -USES= gmake pkgconfig tar:bzip2 +USES= gmake jpeg pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ POPT_LIBS="$$(pkg-config --libs popt)" Modified: head/graphics/gphoto2/distinfo ============================================================================== --- head/graphics/gphoto2/distinfo Mon Dec 19 13:19:51 2016 (r428930) +++ head/graphics/gphoto2/distinfo Mon Dec 19 13:21:29 2016 (r428931) @@ -1,2 +1,3 @@ -SHA256 (gphoto2-2.5.10.tar.bz2) = 66cc2f535d54b7e5a2164546a8955a58e23745e91e916757c0bf070699886690 -SIZE (gphoto2-2.5.10.tar.bz2) = 784459 +TIMESTAMP = 1482046491 +SHA256 (gphoto2-2.5.11.tar.bz2) = 392844d6a06512b0d85e7983a5a0c85c8039feb6ab3bc420674ffdbf7536f9e9 +SIZE (gphoto2-2.5.11.tar.bz2) = 785251 Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Mon Dec 19 13:19:51 2016 (r428930) +++ head/graphics/libgphoto2/Makefile Mon Dec 19 13:21:29 2016 (r428931) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.10 -PORTREVISION= 1 +PORTVERSION= 2.5.11 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Mon Dec 19 13:19:51 2016 (r428930) +++ head/graphics/libgphoto2/distinfo Mon Dec 19 13:21:29 2016 (r428931) @@ -1,2 +1,3 @@ -SHA256 (libgphoto2-2.5.10.tar.bz2) = 8d8668d432ba595c7466442aec2cf553bdf8782ec171291dbc65717c633a4ef2 -SIZE (libgphoto2-2.5.10.tar.bz2) = 6992591 +TIMESTAMP = 1482046513 +SHA256 (libgphoto2-2.5.11.tar.bz2) = 7fb61486d6c153fbbadc57b8bada8528abd289f46175bfaab09350f33f38e0aa +SIZE (libgphoto2-2.5.11.tar.bz2) = 6986123 From owner-svn-ports-head@freebsd.org Mon Dec 19 13:39:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2C0C86080; Mon, 19 Dec 2016 13:39:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59B3E15B0; Mon, 19 Dec 2016 13:39:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJDdaDR083403; Mon, 19 Dec 2016 13:39:36 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJDdapq083401; Mon, 19 Dec 2016 13:39:36 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201612191339.uBJDdapq083401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 19 Dec 2016 13:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428932 - head/textproc/weka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 13:39:37 -0000 Author: danilo Date: Mon Dec 19 13:39:36 2016 New Revision: 428932 URL: https://svnweb.freebsd.org/changeset/ports/428932 Log: - Update to 3-8-1 Modified: head/textproc/weka/Makefile head/textproc/weka/distinfo Modified: head/textproc/weka/Makefile ============================================================================== --- head/textproc/weka/Makefile Mon Dec 19 13:21:29 2016 (r428931) +++ head/textproc/weka/Makefile Mon Dec 19 13:39:36 2016 (r428932) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= weka -DISTVERSION= 3-8-0 -PORTREVISION= 1 +DISTVERSION= 3-8-1 CATEGORIES= textproc java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3-8/${PORTVERSION} Modified: head/textproc/weka/distinfo ============================================================================== --- head/textproc/weka/distinfo Mon Dec 19 13:21:29 2016 (r428931) +++ head/textproc/weka/distinfo Mon Dec 19 13:39:36 2016 (r428932) @@ -1,2 +1,3 @@ -SHA256 (weka-3-8-0.zip) = 2586298688059a025e2810b1ffc73f4fb3cf81ebf2183d8d19b0763d33857f61 -SIZE (weka-3-8-0.zip) = 50550487 +TIMESTAMP = 1482153727 +SHA256 (weka-3-8-1.zip) = b3f242984e9b8abdfdaaef184fca883fa213778cfe0ba1c0bd3ab2d0c851c19a +SIZE (weka-3-8-1.zip) = 50918319 From owner-svn-ports-head@freebsd.org Mon Dec 19 14:26:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A6AC88298; Mon, 19 Dec 2016 14:26:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C53DC13D1; Mon, 19 Dec 2016 14:26:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJEQmpO003464; Mon, 19 Dec 2016 14:26:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJEQmhj003463; Mon, 19 Dec 2016 14:26:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612191426.uBJEQmhj003463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 19 Dec 2016 14:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428933 - head/security/wpa_supplicant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 14:26:50 -0000 Author: amdmi3 Date: Mon Dec 19 14:26:48 2016 New Revision: 428933 URL: https://svnweb.freebsd.org/changeset/ports/428933 Log: - Mark BROKEN: does not build (undefined reference to `get_ie') Modified: head/security/wpa_supplicant/Makefile Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Mon Dec 19 13:39:36 2016 (r428932) +++ head/security/wpa_supplicant/Makefile Mon Dec 19 14:26:48 2016 (r428933) @@ -11,6 +11,8 @@ COMMENT= Supplicant (client) for WPA/802 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README +BROKEN= does not build (undefined reference to `get_ie') + USES= cpe gmake readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src From owner-svn-ports-head@freebsd.org Mon Dec 19 14:36:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E15AC88631; Mon, 19 Dec 2016 14:36:06 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48AFB19D2; Mon, 19 Dec 2016 14:36:06 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJEa5O0007655; Mon, 19 Dec 2016 14:36:05 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJEa5x6007653; Mon, 19 Dec 2016 14:36:05 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201612191436.uBJEa5x6007653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 19 Dec 2016 14:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428934 - head/sysutils/consul-alerts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 14:36:06 -0000 Author: kmoore Date: Mon Dec 19 14:36:05 2016 New Revision: 428934 URL: https://svnweb.freebsd.org/changeset/ports/428934 Log: - Update to 0.4.0 PR: 214974 Submitted by: John Hixson Modified: head/sysutils/consul-alerts/Makefile head/sysutils/consul-alerts/distinfo Modified: head/sysutils/consul-alerts/Makefile ============================================================================== --- head/sysutils/consul-alerts/Makefile Mon Dec 19 14:26:48 2016 (r428933) +++ head/sysutils/consul-alerts/Makefile Mon Dec 19 14:36:05 2016 (r428934) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= consul-alerts -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= john@pcbsd.org +MAINTAINER= jhixson@gmail.com COMMENT= Simple daemon to send notifications based on Consul health checks LICENSE= GPLv2+ @@ -15,7 +15,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/ USES= compiler USE_GITHUB= yes -GH_ACCOUNT= AcalephStorage +GH_ACCOUNT= AcalephStorage aws:aws_sdk_go +GH_PROJECT= aws-sdk-go:aws_sdk_go +GH_TAGNAME= v1.5.12:aws_sdk_go +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= ${PREFIX}/bin/consul-alerts @@ -24,23 +27,20 @@ USE_RC_SUBR= consul-alerts STRIP= post-patch: - @${MKDIR} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts -.for src in .buildkite .buildkite-release .gitignore .travis.yml \ - check-handler.go consul consul-alerts.go Dockerfile \ - event-handler.go Godeps health-handler.go leader-election.go \ - LICENSE Makefile notifier provision README.md send-notifs.go \ - Vagrantfile watchers.go - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts -.endfor + @${MKDIR} ${WRKDIR}/src/github.com/AcalephStorage + @${MV} ${WRKSRC} \ + ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts + @${MKDIR} ${WRKDIR}/src/github.com/aws + @${MV} ${WRKSRC_aws_sdk_go} \ + ${WRKDIR}/src/github.com/aws/aws-sdk-go do-build: - @cd ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ + @cd ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKDIR} go build -v -x \ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul-alerts do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts ${STAGEDIR}${PREFIX}/bin/consul-alerts + ${INSTALL_PROGRAM} ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts ${STAGEDIR}${PREFIX}/bin/consul-alerts .include Modified: head/sysutils/consul-alerts/distinfo ============================================================================== --- head/sysutils/consul-alerts/distinfo Mon Dec 19 14:26:48 2016 (r428933) +++ head/sysutils/consul-alerts/distinfo Mon Dec 19 14:36:05 2016 (r428934) @@ -1,3 +1,5 @@ -TIMESTAMP = 1468785601 -SHA256 (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = a71acd454fadd193900d484e76437f68b96d91d6331c7ddee40dc3a6f8e52706 -SIZE (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = 206900 +TIMESTAMP = 1480575830 +SHA256 (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 6d77e61e29bc4bda77465a01cd78c50690edc703f8e97b34c954bdb4bd4ff15c +SIZE (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 221117 +SHA256 (aws-aws-sdk-go-v1.5.12_GH0.tar.gz) = 0287ef280424d38227ed6aaa3cc50b2ceebaea8f73a57a8f2cd9dc24b6434280 +SIZE (aws-aws-sdk-go-v1.5.12_GH0.tar.gz) = 5078095 From owner-svn-ports-head@freebsd.org Mon Dec 19 14:47:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FFFFC889ED; Mon, 19 Dec 2016 14:47:33 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEC4E11A5; Mon, 19 Dec 2016 14:47:32 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJElWV5011837; Mon, 19 Dec 2016 14:47:32 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJElVDV011832; Mon, 19 Dec 2016 14:47:31 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201612191447.uBJElVDV011832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 19 Dec 2016 14:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428935 - in head/print: hplip hplip-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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 14:47:33 -0000 Author: woodsb02 Date: Mon Dec 19 14:47:31 2016 New Revision: 428935 URL: https://svnweb.freebsd.org/changeset/ports/428935 Log: print/hplip and print/hplip-plugin: Update to 3.16.11 Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: adamw (mentor, implicit) Modified: head/print/hplip-plugin/Makefile head/print/hplip-plugin/distinfo head/print/hplip/Makefile head/print/hplip/distinfo head/print/hplip/pkg-plist Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Mon Dec 19 14:36:05 2016 (r428934) +++ head/print/hplip-plugin/Makefile Mon Dec 19 14:47:31 2016 (r428935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip-plugin -PORTVERSION= 3.16.10 +PORTVERSION= 3.16.11 CATEGORIES= print MASTER_SITES= http://hplipopensource.com/hplip-web/plugin/ DISTNAME= hplip-${DISTVERSION}-plugin Modified: head/print/hplip-plugin/distinfo ============================================================================== --- head/print/hplip-plugin/distinfo Mon Dec 19 14:36:05 2016 (r428934) +++ head/print/hplip-plugin/distinfo Mon Dec 19 14:47:31 2016 (r428935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477800376 -SHA256 (hplip-3.16.10-plugin.run) = 84ad87ef986fccc3c07c163a3eb494eda8971bdcd0e967c7ad7f60b6fd70527e -SIZE (hplip-3.16.10-plugin.run) = 2061876 +TIMESTAMP = 1482046584 +SHA256 (hplip-3.16.11-plugin.run) = af2b06696dedffcba416e4af92bef4ce219df6a11c90b8506bd32c2eba6a7cf8 +SIZE (hplip-3.16.11-plugin.run) = 2059585 Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Mon Dec 19 14:36:05 2016 (r428934) +++ head/print/hplip/Makefile Mon Dec 19 14:47:31 2016 (r428935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip -PORTVERSION= 3.16.10 +PORTVERSION= 3.16.11 CATEGORIES= print MASTER_SITES= SF Modified: head/print/hplip/distinfo ============================================================================== --- head/print/hplip/distinfo Mon Dec 19 14:36:05 2016 (r428934) +++ head/print/hplip/distinfo Mon Dec 19 14:47:31 2016 (r428935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477836238 -SHA256 (hplip-3.16.10.tar.gz) = 45b44e0334f76069511b0b2a40885a12d055013bc95a62250de5d1abc10dee84 -SIZE (hplip-3.16.10.tar.gz) = 23096030 +TIMESTAMP = 1482046605 +SHA256 (hplip-3.16.11.tar.gz) = f6e20cacb4891e4e60fc5de2213a10f8d0c68840f9b511aa38cfca0cb29f9b24 +SIZE (hplip-3.16.11.tar.gz) = 23096060 Modified: head/print/hplip/pkg-plist ============================================================================== --- head/print/hplip/pkg-plist Mon Dec 19 14:36:05 2016 (r428934) +++ head/print/hplip/pkg-plist Mon Dec 19 14:47:31 2016 (r428935) @@ -872,6 +872,7 @@ share/ppd/HP/hp-laserjet_p3005-ps.ppd.gz share/ppd/HP/hp-laserjet_p3010_series-ps.ppd.gz share/ppd/HP/hp-laserjet_p4010_series-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_m201_m202-ps.ppd.gz +share/ppd/HP/hp-laserjet_pro_m203_m206-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_m402_m403-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_m402_m403d-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_m501dn-ps.ppd.gz @@ -879,6 +880,7 @@ share/ppd/HP/hp-laserjet_pro_m501n-ps.pp share/ppd/HP/hp-laserjet_pro_m701-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_m706-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_mfp_m225_m226-ps.ppd.gz +share/ppd/HP/hp-laserjet_pro_mfp_m227-m231-ps.ppd.gz share/ppd/HP/hp-laserjet_pro_mfp_m435-ps.ppd.gz share/ppd/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz share/ppd/HP/hp-lj_300_400_color_mfp